/*
* @Author: frank
* @Date:   2016-12-22 10:09:00
* @Last Modified by:   frank
* @Last Modified time: 2017-01-04 15:25:27
*/
@font-face
{
font-family: font_hyxx;
src: url('../css/fontIndex.ttf');
}

.first_line, .second_line, .third_line {
    width: 100%;
    height: 33%;
    position: absolute;
    white-space: nowrap;
}
.second_line {
    height: 34%;
    top: 33%;
}
.third_line {
    height: 33%;
    top: 67%;
}
video{
	position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    z-index: 1;
    display: none;
}
.content {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    z-index: 1;
    background-color: #ffffff;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.img1, .img2, .img3,.img4, .img5, .img6 ,.img7, .img8, .img9  {
    height: 100%;
    width: 33%;
    position: absolute;
    visibility: visible;
    overflow: hidden;
}
.img2{
    width: 34%;
    left: 33%;
}
.img3 {
    width: 33%;
    left: 67%;
}
.img5{
    width: 34%;
    left: 33%;
}
.img6{
    width:　33%;
    left: 67%;
}
.img8{
    width: 34%;
    left: 33%;
}

.img9 {
    width: 33%;
    left: 67%;
}
.img8:hover .hover2 {
    left: 0;
    transform: perspective(600px) rotateY(0deg);
    transition: all 0.9s ease-in-out 0s;
}
.img8:hover .hover1 {
    left: 100%;
    transform: perspective(600px) rotateY(90deg);
    transition: all 0.6s ease-in-out 0s;
}

/** 去掉top: 50%; **/
.img_img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    margin-top: -50%;
    margin-left: -50%;
    z-index: 0;
    border: 0;
}
.img_img1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    z-index: 0;
    border: 0;
}
/* 文字 */
 .baseline {
    position: absolute;
    left: 30px;
    top: 25%;
    font-family: 'Helvetica Neue CE 55 Roman';
    font-size: 12px;
    z-index: 3;
}
 .baseline_en {
    display: block;
    color: #00a77b;
    text-transform: uppercase;
    font-family: Helvetica,'Helvetica Neue CE 55 Roman';
    letter-spacing: 3px;
}
.baseline_zh {
    display: block;
    color: #000;
    font-family: font_hyxx;
    font-size: 24px;
    margin-top: 12px;
    text-decoration: none;
}
.submenu {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    text-align: center;
    width: 100%;
}
 .submenu .menu-box {
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.5;
    padding: 2% 0;
    background: #f6f5f5;
}
.submenu ul {
    padding: 0;
    margin: 0;
    display: inline-block;
}
.submenu ul li {
    float: left;
    list-style: none;
}
 .submenu ul li a {
    color: #000;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    border-right: 1px solid #000;
}
@media (max-width: 1300px){
	.submenu ul li a{
	   font-size: 8px;
	}
}
.submenu ul li:last-child a{
	border: none;
}
/* 文字 */


.hover2 {
    left: 0;
    transform: perspective(600px) rotateY(0deg);
    transition: all 0.7s ease-in-out 0s;
    width: 100%;
    height: 100%;
    top: 10px;
    left: -100%;
    transform: perspective(500px) rotateY(-90deg);
    transition: all 0.7s ease-in-out 0s;
}
.hover1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: perspective(500px) rotateY(0deg);
    transition: all 0.4s ease-in-out 0s;
}

.img5{
	background: #00a77b;
}
.img5 h2{
	text-align: center;
	height: 50%;
	position: relative;

}
.img5 h2 img{
	position: relative;
	top: 30%;
	width: 40%;
}
.copyright {
    bottom: 15px;
    left: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.5px;
}
.copyright span{
	font-size: 11px;
	position: relative;
	left: -2px;
}



.buttons_bar {
    bottom: 30px;
    left: 0;
    position: absolute;
    z-index: 2;
    transition:all 0.5s;
    width: 100%;
    text-align: center;
}
.buttons_bar .qrcode {
    position: absolute;
    bottom: 0px;
    left: 30px;
    cursor: pointer;
    display: none;
    height: 100px;
    width: auto;
    opacity: 0;
}
.buttons_bar img {
    width: 42px;
    height: auto;
    margin-left: 5px;
    cursor: pointer;
}
.buttons_bar .im6{
    width: 23px;
}
.buttons_bar .im5{
    width: 36px;
}
.search_box {
    position: absolute;
    width: 32%;
    top: -23px;
    left: 50%;
    margin-left: -16%;
    display: none;
}
.copyright-link {
    text-align: center;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.5px;
}
.search_box .search_bg {
    position: absolute;
    top: 0;
    right: 2px;
    height: 24px;
    width: auto;
    cursor: pointer;
}
.search_box .search_input {
    width: 83%;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    color: #d4d4d4;
    font-size: 11px;
    line-height: 22px;
    vertical-align: middle;
    border: none;
    box-shadow: inset 0 0 2px white;
    padding: 0px;
    border: 1px solid #ffffff; 
}
.search_box .search_submit {
    position: absolute;
    top: -100%;
    right: -100%;
    visibility: hidden;
}
.copyright-link a {
    text-decoration: underline;
    color: #fff;
}

@media (max-height: 650px){
	.img5:hover .bg_video{
	}
}

.men {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: black;
    opacity: 0.5;
    display: none;
    z-index: 100;
}

.anti_fake_box {
    position: absolute;
    height: 80%;
    width: 80%;
    top: 50%;
    left: 50%;
    margin-top: -12%;
    margin-left: -39%;
    z-index: 0;
    background-color: white;
    border: 5px solid #f0f0f0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    overflow: hidden;
    text-align: center;
    display: none;
}
.antifake_input{
    border: none;
    z-index: 2;
    border-width: 0px;
    font-family: 微软雅黑;
    font-size: 14px;
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 0px 0px 0px;
}
.anti_fake_box .antifake_top_left {
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
}
.anti_fake_box .antifake_top {
    margin-top: 40px;
    width: 100%;
    position: relative;
    float: left;
}

.anti_fake_box .form_container, .anti_fake_box .form_container_result {
    width: 100%;
    position: relative;
    text-align: right;
    border-width: 1px;
    border-style: solid;
    border-color: #00a77b;
    display: inline-block;
    margin-left: 7px;
    float: left;
    /* overflow: hidden; */
}
.antifake_btn{
    height: 100%;
}
.anti_fake_box .container {
    width: 60%;
    display: inline-block;
    position: relative;
}
.anti_fake_box .form_container_result{
    display: none;
}
.antifake_input{
    outline: none;
}
.anti_fake_box .antifake_bottom {
    width: 100%;
    margin-top: 40px;
}
.form_container_result{
    border:none;
    border-style: none !important;
}

.close-btn {
    position: absolute;
    top: 8px;
    right: 11px;
    cursor: pointer;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/close-btn.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.anti_fake_box{
    height: 750px;
    display: none;
    width: 1520px;
    margin-top: -375px;
    margin-left: -760px;
    opacity: 1;
    z-index: 101;
}
.anti_fake_box {
    height: 65%;
    width: 70%;
    margin-top: -20%;
    margin-left: -35%;
    opacity: 1;
    z-index: 101;
}
@media (max-width: 1400px){

.antifake_btn_retry{
    height: 100%;
    position: relative;
    left: 0px; 
}
.form_container,.form_container_result{
    overflow: hidden;
}
.antifake_middle,.antifake_bottom   {
    width: 100%;
    height: auto;
}
.anti_fake_box .antifake_bottom {
    margin-top: 10px;
}
}
@media (max-width: 1000px){
.anti_fake_box {
    height: 400px;
    width: 700px;
    margin-top: -200px;
    margin-left: -350px;
    opacity: 1;
    z-index: 101;

}
.antifake_middle,.antifake_bottom   {
    width: 100%;
    height: auto;
}
.anti_fake_box .antifake_bottom {
    margin-top: 10px;
}

.antifake_btn_retry{
    height: 100%;
    width: 30%;
    position: relative;
    left: 30px; 
}
.form_container,.form_container_result{
    overflow: hidden;
}
}
.antifake_span{
	
    border: none;
    z-index: 2;
    border-width: 0px;
    font-family: 微软雅黑;
    font-size: 16px;
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 0px 0px 0px;
    text-align:left;
    line-height:18px;
}
.antifake_btn {
	position: absolute;
	right:0px;
	z-index: 9999999;
}