@charset "utf-8";

/* CSS Document */

body {
    font-family: CenturyGothic,"Microsoft YaHei", 微软雅黑, STHeiti;
}
h1,
h2,
h3,
h4,
h5,
h6,
p{
	margin: 0;
	padding: 0;
	font-weight: normal;
}


/* login.html */
.login_warpper{
	margin-top: 90px;
	padding: 60px 0 40px;
}
.login_box{

}
.login_Designer{
	width: 48%;
	float: left;
}
.login_Dealer{
	width: 48%;
	float: right;
}

.login_form{
	margin-top: 40px;
	text-align: center;
}
.login_form h6{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 30px;
}
.login_form_input{
	width: 66%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 14px;
}
.login_form_input input{
	width: 100%;
	font-size: 12px;
	color: #000000;
	line-height: 36px;
	text-align: center;
	border: none;
	border-bottom: 1px solid #666666;
}
.login_form_input input::placeholder{
	color: #a19ea1;
}
.login_form_input img{
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}
.login_form_btn{
	width: 24%;
	margin: 24px auto 0;
}
.login_form_btn input{
	width: 100%;
	font-family: 'CenturyGothic';
	font-size: 12px;
	color: #000000;
	line-height: 36px;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #333333;
	background-color: #ffffff;
}
.login_form_btn input.on{
	color: #ffffff;
	border-color: #ffffff;
	background-color: #6eb92b;

	background: -webkit-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%); 
    background: -o-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);  
    background: -moz-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);  
    background: linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%); 
}
.login_form_link{
	margin-top: 20px;
}
.login_form_link a{
	display: block;
	font-family: 'CenturyGothic';
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}
.login_form_link a:nth-child(2){
	color: #6eb92b;
	margin-top: 6px;
}
.login_form_link a:nth-child(2)::before{
	content:'';
	display: block;
	width: 106px;
	height: 2px;
	margin: 0 auto;
	background-color: #eeeeee;
	position: relative;
	bottom: 2px;
}
/* login.html */

/* register.html */
.register_box{
	width: 500px;
	margin: 90px auto 0;
	padding: 60px 0;
}
.register_box h2{
	font-family: CenturyGothic;
	font-size: 38px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.register_form{
	margin-top: 50px;
}
.register_form li{
	position: relative;
}
.register_form li:nth-child(n+2){
	margin-top: 30px;
}
.register_form li h6{
	font-family: CenturyGothic;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
.register_form li input{
	width: 100%;
	border-radius: 5px;
	line-height: 46px;
	text-indent: 20px;
	text-align: left;

	font-size: 14px;
	color: #333333;
}
.register_form li img{
	position: absolute;
	top: 40px;
	right: 20px;
	display: none;
}
.register_form li p{
	font-family: CenturyGothic;
	font-size: 12px;
	color: #990707;
	margin-top: 6px;
	display: none;
}
.remarks{
	font-family: CenturyGothic;
	font-size: 12px;
	color: #666666;
	line-height: 26px;
	margin: 50px 0;
}
.register_btn{
	text-align: center;
}
.register_btn input{
	width: 178px;
	height: 36px;
	background-color: transparent;

	font-family: CenturyGothic;
	font-size: 12px;
	color: #000000;
	border-radius: 6px;
 
}
.register_btn input.on{
    color: #ffffff;
    border-color: #ffffff;
    background-color: #6eb92b;

	background: -webkit-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%); 
    background: -o-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);  
    background: -moz-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);  
    background: linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%); 
}
/* register.html */

/* career.html */
.career_sec1{
	padding: 140px 0 80px;
	/*background-color: #f9f9f9;*/
}
.career_sec1_box{
	width: 54%;
	margin: 0 auto;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.career_sec1 h6{
	font-size: 50px;
	color: #333333;
	letter-spacing: 2px;
	font-weight: bold;
}
.career_sec1_txt{
	margin: 40px auto 0;
}
.career_sec1_txt p{
	font-size: 20px;
	color: #333333;
	line-height: 32px;
	letter-spacing: 1px;
	text-align: center;
}
.career_sec1_txt p a{
	display: inline-block;
	color: #333333;
	position: relative;
	/*text-decoration: underline;*/
}
.career_sec1_txt p a::after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #333333;
}
.career_sec1 .douhao{
	position: absolute;
	top: 0;
	left: 0;
}
.career_sec1 .douhao2{
	position: absolute;
	bottom: 0;
	right: 0;
}

.career_sec2{
	padding: 80px 0 120px;
	border-top: 1px solid #333333;
	/*width: 750px;*/
	margin: 0 auto;
}
.career_sec2 h2{
	/*font-family: CenturyGothic;*/
	font-size: 50px;
	color: #333333;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
}
.career_sec2_ul{
	margin-top: 80px;
}
.career_sec2_ul li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.career_sec2_ul li:nth-child(4n){
	margin-right: 0;
}
.career_sec2_ul li:nth-child(n+5){
	margin-top: 2%;
}
.career_sec2_box{
	position: relative;
}
.career_sec2_box:hover{

}
.career_sec2_txt{
	position: absolute;
	bottom: 13%;
	left: 12%;
}
.career_sec2_box:hover .career_sec2_txt h5{
	color: #ffffff;
}
.career_sec2_txt h6{
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: bold;
	margin-top: 10px;
}
.career_sec2_box:hover .career_sec2_txt h6{
	color: #ffffff;
}
.career_sec2_txt p{
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
	margin-top: 6px;
}
.career_sec2_box:hover .career_sec2_txt p{
	color: #ffffff;
}


/* career.html */
.career_inner_box{
	width: 750px;
	margin: 0 auto;
}
.career_inner_txt{

}
.career_inner_txt:nth-child(n+2){
	margin-top: 50px;
}
.career_inner_txt h6{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-left: 14px;	
}
.career_inner_txt p{
	font-size: 18px;
	color: #000000;
	line-height: 32px;
	padding-left: 17px;
	position: relative;
}
.career_inner_txt p::before{
	content: '';
	position: absolute;
	top: 13px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #666666;
	bottom: 2px;
	margin-right: 10px;
}
.career_inner_email{
	margin: 80px auto 0;
	width: 500px;
}
/*.career_inner_email input{
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	letter-spacing: 1px;
	border: 1px solid #e3e3e3;
	position: relative;
	border: none;

	background: -webkit-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: -o-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: -moz-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
}*/
.career_inner_email input{
	width: 100%;
    font-size: 22px;
    font-weight: bold;
    color: #6eb92b;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    letter-spacing: 1px;
    /*border: 1px solid #e3e3e3;*/
    position: relative;
    border: none;
    background-color: #ffffff;
}
/* career.html */
/* career.html */

/* contact.html */
.contact_banner .banner_txt h6{
	font-size: 90px;
}
.contact_warpper{

}
.contact_sec2{
	width: 60%;
	float: right;
}
.contact_sec1{
	padding: 120px 0 80px; 
	width: 100%;
}
.contact_sec1_ul{
	width: 40%;
	float: left;
	display: flex;
	justify-content: center;
 
	flex-direction: column;
}
.contact_sec1_ul li{
	/*width: 33.33%;*/
	/*float: left;*/
	/*border-right: 1px solid #dfe3e7;*/
}
.contact_sec1_ul li:last-child{
	border: none;
}
.contact_sec1_txt{
	text-align: center;
	padding: 15px 0;
}
.contact_sec1_txt h6{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.contact_sec1_box{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 10px;
}
.contact_sec1_txt h6 img{
	position: relative;
	bottom: 2px;
	margin-right: 10px;
}
.contact_sec1_txt p{
	font-size: 15px;
	line-height: 26px;
	color: #333333;
}

.contact_sec3{
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0 120px;
}
.contact_sec3>h2{
	font-size: 60px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	letter-spacing: 4px;
}
.contact_sec3_form{
	margin-top: 80px;
}
.contact_sec3_box{
	margin-bottom: 10px;
	position: relative;
}
.contact_sec3_box p{
	font-family: CenturyGothic;
	font-size: 16px;
	color: #333333;	
	letter-spacing: 1px;
}
.contact_sec3_box input,.contact_sec3_box_text{
	font-family: CenturyGothic;
	font-size: 16px;
	color: #333333;
	text-indent: 16px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #9d9d9d;
	line-height: 46px;
	height: 46px;
	margin-top: 10px;
	padding-right: 6%;
	position: relative;
	border-radius: 5px;
}
.contact_sec3_box_text{
	cursor: pointer;
}
.contact_sec3_box input::placeholder{
	color: #a8a8a8;
}
.contact_sec3_box .checkbox_btn{
	display: inline-block;
	width: 20px;
	height: 20px;
	top: 4px;
	right: 0;
	margin-right: 14px;
}

.contact_bg{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 180;
	display: none;	
}
.contact_message{
	width: 70%;
	height: 70%;
	background-color: #ffffff;
	z-index: 180;
	padding: 4% 0;
	margin: 90px auto 0;
	/*position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-51%, -51%);
	-ms-transform: translate(-51%, -51%);
	-o-transform: translate(-51%, -51%);
	transform: translate(-51%, -51%);
	display: none;*/
}
.contact_close{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.contact_message_txt{
	width: 80%;
	margin: 0 auto;
}
.contact_message h6{
	font-size: 34px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 4px;
}
.contact_message p{
	font-size: 18px;
    line-height: 40px;
    color: #000000;
    margin-top: 5%;
}

.input_down{
	width: 18px;
	height: 10px;
	background: url(../images/down.png) center/cover no-repeat;
	position: absolute;
	top: 46px;
	right: 30px;
	cursor: pointer;
}
.input_down.up{
	background: url(../images/up.png) center/cover no-repeat;
}
.contact_xiala{
	display: none;
	margin-top: 6px;
	max-height: 400px;
	overflow-y: scroll;
}
.contact_xiala::-webkit-scrollbar{
	width: 4px;
}
.contact_xiala::-webkit-scrollbar-thumb{
	background-color: #6eb92b;
	border-radius: 4px;
}
.contact_xiala::-webkit-scrollbar-track-piece{
	background-color: #eeeeee;
}
.contact_xiala li{
	font-family: CenturyGothic;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	cursor: pointer;
	border-bottom: 1px solid #ececec;
	padding: 0 30px;
}
.contact_xiala li:hover{
	background-color: #f1f1f1;
}
.contact_sec3_btn{
	margin-top: 40px;
	text-align: center;
}
.contact_sec3_btn input{
	font-family: CenturyGothic;
	font-size: 16px;
	width: 200px;
	height: 44px;
	border-radius: 6px;
	background-color: #ffffff;
	border: 2px solid #646464;

	color: #ffffff;
    border-color: #ffffff;
    background-color: #6eb92b;
    background: -webkit-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: -o-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: -moz-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
}

.map_txt{
	padding: 10px;
}
.map_txt p{
	font-family: CenturyGothic;
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
}
.amap-info>div{
	bottom: 20px!important;
}

/* contact.html */

/* personnel.html */
.personnel_sec1{
	padding: 120px 0 0;
}
.personnel_sec3_swiper{
	margin-top: 80px;
}
.personnel_sec1_txt{
	padding: 0 4%;
	text-align: center;
}
.personnel_sec1_txt p{
	font-family: CenturyGothic;
	font-size: 36px;
	color: #333333;
	line-height: 1.4;
	font-weight: bold;
}
.personnel_sec1_ul{
	margin-top: 120px;
}
.personnel_sec1_ul li{
	width: 32.6%;
	float: left;
	margin-right: 1%;
}
.personnel_sec1_ul li:last-child{
	margin-right: 0;
}
.personnel_sec1_img:nth-child(2){
	margin-top: 2%;
}
.personnel_sec1_img{
	overflow: hidden;
}
.personnel_sec1_img img{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.personnel_sec1_img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.personnel_sec2{
	padding: 80px 0;
}
.personnel_sec2_ul{
	margin-top: 140px;
}
.personnel_sec2_ul li{
	width: 23.5%;
	margin-right: 2%;
	float: left;
	position: relative;
	overflow: hidden;
	/*cursor: pointer;*/
}
.personnel_sec2_ul li:last-child{
	margin-right: 0;
}
.personnel_sec2_ul li h5{
	font-family: CenturyGothic;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.personnel_sec2_ul li h6{
	font-family: CenturyGothic;
	font-size: 18px;
	color: #000000;
	margin-top: 14px;
	text-align: center;
}
.personnel_sec2_ul li p{
	font-family: CenturyGothic;
	font-size: 16px;
	color: #333333;
	line-height: 26px;
	margin-top: 20px;
	padding: 0 14%;
}
.personnel_sec2_ul li .line{
	width: 1px;
	height: 38px;
	margin: 20px auto 0;
	background-color: #b1b1b1;
}
.personnel_sec2_txt{
	margin-top: 30px;
}
.personnel_introduce{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;

	display: flex;
	justify-content: center;
	flex-direction: column;

	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.personnel_sec2_ul li:hover .personnel_introduce{
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}

.personnel_sec3{
	padding: 80px 0;
}
.personnel_sec3_ul{
	margin-top: 120px;
}
.personnel_sec3_ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
	position: relative;
}
.personnel_sec3_ul li:last-child{
	margin-right: 0;
}
.personnel_sec3_img{
	overflow: hidden;
}
.personnel_sec3_img img{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.personnel_sec3_txt{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;

	display: flex;
	justify-content: center;
	align-items: center;

	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
    -webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.personnel_sec3_txt p{
	font-family: CenturyGothic;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	padding: 0 10%;
	text-align: center;
}

.personnel_sec3_ul li:hover .personnel_sec3_img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.personnel_sec3_ul li:hover .personnel_sec3_txt{
	opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 100;
    filter: alpha(opacity=100); 
}

.personnel_sec4{
	padding: 80px 0;
}
.personnel_sec4_box{
	margin-top: 80px;
	padding: 100px 0;
	position: relative;
}
.personnel_sec4_btn{
	width: 24px;
	height: 30px;
	cursor: pointer;
	background: url(../images/down2.png) center/cover no-repeat;
	position: absolute;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.personnel_sec4_btn.on{
	background: url(../images/up2.png) center/cover no-repeat;
}
.personnel_sec4_txt_box{

}
.personnel_sec4_txt{
	width: 1000px;
	margin: 0 auto;
	padding: 5% 6%;
	background-color: rgba(51,51,51,0.7);
}
.personnel_sec4_txt p{
	font-family: CenturyGothic;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 34px;
}
/* personnel.html */

/* research.html */
.research_sec1{
	padding: 160px 0 80px;
}
.research_sec1_txt{
	padding: 0 4%;
}
.research_sec1_txt p{
	font-family: CenturyGothic;
	font-size: 36px;
	color: #333333;
	line-height: 42px;
	font-weight: bold;
	text-align: center;
}
.research_sec1_box{
	position: relative;
}
.research_sec1_box li{
	position: absolute;
	cursor: pointer;
}
.research_sec1_box li:nth-child(1){
	top: 5%;
	left: 22%;
	width: 38%;
}
.research_sec1_box li:nth-child(2){
	top: 0;
	left: 46%;
    width: 24%;
}
.research_sec1_box li:nth-child(3){
	top: 2%;
	left: 74%;
	width: 22%;
}
.research_sec1_box li:nth-child(4){
	top: 22%;
	left: 60%;
	width: 18%;
}
.research_sec1_box li:nth-child(5){
	top: 50%;
	left: 64%;
	width: 22%;
}
.research_sec1_box li:nth-child(6){
	top: 55%;
	left: 21%;
	width: 32%;
}
.research_sec1_box li:nth-child(7){
	top: 30%;
	left: 8%;
	width: 28%;
}
.research_sec1_box li:nth-child(8){
	top: 10%;
	left: 0%;
}
.research_sec1_box li:nth-child(9){
	width: 22%;
	bottom: 0%;
	left: 47%;
	/*top: 26%;
	left: 46%;*/
}
.research_sec1_img{
	position: relative;
	text-align: center;
}
.research_sec1_img img{
	width: 80%;
	
	opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70); 
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
/*.research_sec1_img_mask{
	width: 80%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 10%;
	background-color: rgba(233,233,233,0.2);

	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}*/
.research_sec1_img_txt{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10%;

	display: flex;
	justify-content: center;
	align-items: center;

	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.research_sec1_img_txt p{
	font-family: CenturyGothic;
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
}
.research_sec1_box li:hover{
	z-index: 9
}
.research_sec1_box li:hover .research_sec1_img img{
	width: 100%;
	opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); 
}
.research_sec1_box li:hover .research_sec1_img_txt{
	opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100); 
}
.research_sec1_box li:hover .research_sec1_img .research_sec1_img_mask{
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
}

.research_sec2_box{
	width: calc(50% - 1px);
	float: left;
	position: relative;
}
.research_sec2_box:nth-child(2){
	float: right;
}
.research_sec2_img{
	overflow: hidden;
}
.research_sec2_img img{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.research_sec2_box:hover .research_sec2_img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.research_sec2_txt2{
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
}
.research_sec2_txt2 p{
	font-size: 24px!important;
}
.research_sec2_box:hover .research_sec2_txt{
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
}
.research_sec2_box:hover .research_sec2_txt2{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}
.research_sec2_txt{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.research_sec2_txt .line{
	width: 35px;
	height: 2px;
	background-color: #ffffff;
	margin: 0 auto 20px;
}	
.research_sec2_txt p{
	font-family: CenturyGothic;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 48px;
	text-align: center;
}

.research_sec3{
	padding: 100px 0;
}
.research_sec3_ul{
	margin-top: 80px;
}
.research_sec3_ul li{
	width: 23.5%;
	float: left;
	margin-right: 2%;
}
.research_sec3_ul li:last-child{
	margin-right: 0;
}
.research_sec3_img{
	overflow: hidden;
}
.research_sec3_img img{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.research_sec3_img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.research_sec3_txt{
	margin-top: 30px;
}
.research_sec3_txt p{
	font-size: 24px;
	color: #333333;
	line-height: 32px;
}
/* research.html */

/* manufacturing.html */

.banner_box{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.banner_btn{
	position: absolute;
	text-align: center;
	width: 460px;
}
.banner_btn:nth-child(1){
	bottom: 12%;
    left: 24%;
}
.banner_btn:nth-child(2){
	top: 14%;
    right: 24%; 
}
.banner_btn:nth-child(3){
	right: 5%;
    bottom: 10%;
}
.banner_btn:nth-child(3) .banner_btn_txt{
	display: block;
	width: 300px;
	margin: 10px auto 0;
}
.banner_btn_img{
	cursor: pointer;
	display: inline-block;
}
.banner_btn_img img{
	width: 7vw;
}
.banner_btn_txt{
	display: inline-block;
	margin-left: 10px;

	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.banner_btn_txt.on{
	opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
}
.banner_btn_txt p{
	font-family: CenturyGothic;
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}
.manufacturing{

}
.manufacturing_sec1{
    padding: 80px 0;
}
.manufacturing_sec1_txt {
    padding: 0 4%;
}
.manufacturing_sec1_txt p{
	font-family: CenturyGothic;
    font-size: 36px;
    color: #333333;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
}
.manufacturing_sec1_box{
	margin-top: 80px;
}

.manufacturing_sec2{
	padding: 80px 0;
	background-color: #f7f7f7;
}
.manufacturing_sec2_ul{
	margin-top: 80px;
}
.manufacturing_sec2_ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.manufacturing_sec2_ul li:last-child{
	margin-right: 0;
}
.manufacturing_sec2_img{
	overflow: hidden;
}
.manufacturing_sec2_img img{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.manufacturing_sec2_img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.manufacturing_sec3{
	padding: 80px 0;
}
.manufacturing_sec3_ul{
	margin: 120px 0 80px;
}
.manufacturing_sec3_ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
}
.manufacturing_sec3_ul li:nth-child(2){
	-webkit-transform: translateY(11%);
	-ms-transform: translateY(11%);
	-o-transform: translateY(11%);
	transform: translateY(11%);
}
.manufacturing_sec3_ul li:last-child{
	margin-right: 0;
}
.manufacturing_sec3_img{
	overflow: hidden;
	position: relative;
}
.manufacturing_sec3_img img{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.manufacturing_sec3_ul li:hover .manufacturing_sec3_img img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.manufacturing_sec3_mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.manufacturing_sec3_mask p{
	font-size: 24px;
	color: #ffffff;
	line-height: 32px;
	padding: 0 18%;
}
.manufacturing_sec3_ul li:hover .manufacturing_sec3_mask{
	opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}
.manufacturing_sec3_txt{
	margin-top: 30px;
	text-align: center;
}
.manufacturing_sec3_txt p{
	font-family: CenturyGothic;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
}
.manufacturing_sec1_pagination{
	bottom: 4%!important;
}
.manufacturing_sec1_pagination .swiper-pagination-bullet{
	margin: 0 10px!important;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
.manufacturing_sec1_pagination .swiper-pagination-bullet-active{
	background-color: #ffffff;
	border: none!important;
}
/* manufacturing.html */

/* 动画 */
.dh1 {
    animation: dh1 6s infinite linear;
	-moz-animation: dh1 6s infinite linear;
	-webkit-animation: dh1 6s infinite linear;
	-o-animation: dh1 6s infinite linear;
}
.dh2 {
    animation: dh2 6s infinite linear;
	-moz-animation: dh2 6s infinite linear;
	-webkit-animation: dh2 6s infinite linear;
	-o-animation: dh2 6s infinite linear;
}
.dh1:hover,
.dh2:hover{
	animation-play-state:paused;
}
/* 摇摆动画 */
@keyframes dh1 {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	50%{
		-webkit-transform: translateY(5%);
		-ms-transform: translateY(5%);
		-o-transform: translateY(5%);
		transform: translateY(5%);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes dh2 {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	50%{
		-webkit-transform: translateY(-5%);
		-ms-transform: translateY(-5%);
		-o-transform: translateY(-5%);
		transform: translateY(-5%);
	}
	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
/* 动画 */


/* values.html */
.values_banners .banner_txt{
	width: auto;
	left: auto;
	right: 0%;
}
.values_banners .banner_txt p{
	display: none;
}

.values_sec1{
	padding: 80px 0;
}
.values_sec1_txt{
    padding: 0 4%;
}
.values_sec1_txt p{
	font-family: CenturyGothic;
    font-size: 36px;
    color: #333333;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}
.values_sec1_swiper{
	padding: 80px 0;
	margin-top: 80px;
	position: relative;
}
.values_sec1_swiper .swiper-slide {
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.values_sec1_swiper .swiper-slide-active{
	-webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    z-index: 2
}
.values_sec1_swiper .swiper_prev,
.values_sec1_swiper .swiper_next{
	width: 26%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 4;
	cursor: pointer;
}
.values_sec1_swiper .swiper_prev{
	left: 0;
}
.values_sec1_swiper .swiper_next{
	right: 0;
}
.values_sec1_box{
	position: relative;
}
.values_sec1_swiper_txt{
	width: 100%;
	height: 45%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);

	display: flex;
	justify-content: center;
	align-items: center;

	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
    -webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;

	display: none!important;
}
.values_sec1_swiper_txt p{
	font-family: CenturyGothic;
	font-size: 22px;
	color: #ffffff;
	letter-spacing: 1px;
	padding: 0 20%;
	text-align: center;
}
.values_sec1_swiper .swiper-slide-active .values_sec1_swiper_txt{
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
}
.values_txt_box{
	width: 210px;
	height: 210px;
	background-color: #6fba2c;
	position: absolute;
	bottom: 2.8%;
	right: 20%;
	z-index: 3;

	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.values_txt_box p{
	font-family: CenturyGothic;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 0 12%;
}
.values_sec1_swiper:hover .values_txt_box{
	right: 14%;
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
}

.values_sec2{
	padding: 120px 0;
	background-color: #f7f7f7;
}
.values_sec2_box{
	margin-top: 80px;
	position: relative;
}
.values_sec2_box .values_txt_box{
	bottom: 0;
    left: 6%;
    right: auto;
}
.values_sec2_ul{
	width: 86%;
}	
.values_sec2_box:hover .values_txt_box{
	left: 0;
	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
}
.values_sec2_ul li{
	width: 32.8%;
	margin-right: 0.8%;
	float: left;
}
.values_sec2_ul li:nth-child(3n){
	margin-right: 0%;
}
.values_sec2_ul li:nth-child(n+4){
	margin-top: 0.8%;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}
.values_sec2_img{
	overflow: hidden;
}
.values_sec2_img img{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.values_sec2_img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/* values.html */

/* search.html */
.search_warpper{
	padding: 80px 0;
	margin-top: 90px;
}
.search_list{
	
}
.search_list>p{
	font-family: CenturyGothic;
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
}
.search_list>h6{
	margin-top: 20px;
	font-family: CenturyGothic;
	font-size: 16px;
	color: #999;
	line-height: 34px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.search_list>h6 span{
	color: #e60012;
}
.search_input{
	width: 250px;
	position: relative;
	margin: 20px 0;
}
.search_input input{
	box-sizing: border-box;
    width: 250px;
	font-family: CenturyGothic;
	font-size: 14px;
    color: #333333;
    padding: 0px 50px 0 10px;
    height: 40px;
}
.search_input input::placeholder{
    color: #999999;
}
.search_input span{
	display: block;
    width: 40px;
	height: 40px;
	border: 1px solid #ccc;
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;

    display: flex;
    justify-content: center;
	align-items: center;
}
.search_input span img{
	width: 22px;
}
.search_list_ul{
	border-bottom: 1px solid #eeeeee;
}
.search_list_ul li{
	float: left;
	margin-right: 2%;

	font-family: CenturyGothic;
	font-size: 16px;
	color: #999;
	line-height: 34px;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	top: 1px;
}
.search_list_ul li.active{
	color: #333333;
	border-bottom: 1px solid #e60012;
}
.search_box{
	margin-top: 80px;
}
.search_box>div:nth-child(n+2){
	display: none;
}
.search_box .list_box_msg{
	margin: 20px 0 0;
}
/* search.html */

/* forget_Password.html */
.forget_warpper{
	margin-top: 90px;
	padding: 80px 0 100px;
	background-color: #f4f4f4;
}
.forget_box{
	width: 900px;
	margin: 0 auto;
}
.forget_top{
	position: relative;
}
.forget_top .logo{
	float: left;
}
.forget_top .logo a{
	display: inline-block;
}
.forget_top .logo img{
	width: 120px;
}
.forget_link{
	position: absolute;
	bottom: 0;
	right: 0;
}
.forget_link span{
	font-family: CenturyGothic;
	font-size: 16px;
	color: #666666;
	letter-spacing: 1px;
}
.forget_link span a{
	color: #d36f16;
	position: relative;
}
.forget_link span a::after{
	content: '|';
	color: #333333;
	margin: 0 10px;
}
.forget_link span a:nth-child(2)::after{
	display: none;
}

.forget_con{
	margin-top: 30px;
	border-radius: 5px;
	background-color: #ffffff;
	overflow: hidden;
}
.forget_title{
	background-color: #333333;
}
.forget_title p{
	font-family: CenturyGothic;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 72px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.forget_messages{
	padding: 0px 0 60px;
	background-color: #ffffff;
}
.forget_messages h6{
	font-family: CenturyGothic;
	font-size: 20px;
	color: #333333;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.forget_form{
	width: 400px;
	margin: 60px auto 0;
}
.forget_form > input,.forget_form_type .country_text{
	width: 100%;
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #dddddd;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.forget_form_type{
	position: relative;
	margin-bottom: 20px;
}
.forget_form_type .country_text{
	margin-bottom: 0px;
	line-height: 42px;
}
.forget_form_type .input_down{
	top: 18px;
}
.forget_yzm{
	position: relative;
	margin-bottom: 20px;
}
.forget_yzm > input{
	width: 50%;
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #dddddd;
    background: #f4f4f4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.forget_yzm span{
	float: right;
	display: inline-block;
	width: 44%;
	height: 42px;
	font-family: CenturyGothic;
	font-size: 14px;
	color: #ffffff;
    text-align: center;
    line-height: 42px;
    border-color: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    background-color: #6eb92b;
    background: -webkit-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: -o-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: -moz-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
}
.forget_form p{
	font-family: CenturyGothic;
	font-size: 16px;
	color: #333333;
	margin-bottom: 40px;
}
.forget_btn a{
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-family: CenturyGothic;
	font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;

    color: #ffffff;
    border-color: #ffffff;
    background-color: #6eb92b;
    background: -webkit-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: -o-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: -moz-linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
    background: linear-gradient(#92c51e 0%,#a9ce1b 1%,#94c51e 3%,#5fa431 100%);
}
    
/* forget_Password.html */

.resources0 .mainContant_list1{
	padding-right: 10px;
	margin-bottom: 120px;
}
.resources0 .mainContant_list1::-webkit-scrollbar{
	width: 6px;
}
.resources0 .mainContant_list1::-webkit-scrollbar-track-piece{
	background-color: #eeeeee;
	border-radius: 5px;
}
.resources0 .mainContant_list1::-webkit-scrollbar-thumb{
	background-color: #6eb92b;
	border-radius: 5px;
}
.list_box_msg{
	padding-top: 20px;
	padding-right: 10%;
	min-height: auto;
}
.list_box_time{
	position: relative;
	margin-top: 20px;
}
.list_box_msg h1{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    height: 56px;
    font-size: 20px;
}	
.list_box_msg>p{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 72px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}


/* designer.html */
.designer_banner{
	width: 100%;
	height: 90vh;
	position: absolute;
	top: 0;
	left: 0;
}
.designer_banner_txt{
	height: 90vh;
}
.designer_banner_txt span{
	position: absolute;
	display: block;
	font-family: CenturyGothic;
	font-weight: bold;
	color: #ffffff;

	-moz-user-select: none; 
	-khtml-user-select: none; 
	user-select: none; 

}


.designer_banner_txt span:nth-child(1){
    font-size: 6vw;
    top: 10%;
    left: 40%;
}
.designer_banner_txt span:nth-child(2){
    font-size: 8vw;
    top: 48%;
    left: 10%;
}
.designer_banner_txt span:nth-child(3){
    font-size: 8vw;
    top: 45%;
    left: 24%;
}
.designer_banner_txt span:nth-child(4){
    font-size: 4vw;
    top: 20%;
    left: 23%;
}
.designer_banner_txt span:nth-child(5){
    font-size: 12vw;
    top: 12%;
    left: 6%;
}
.designer_banner_txt span:nth-child(6){
    font-size: 7vw;
    top: 50%;
    left: 86%;
}
.designer_banner_txt span:nth-child(7){
    font-size: 4.4vw;
    top: 42%;
    left: 18%;
}
.designer_banner_txt span:nth-child(8){
    font-size: 9vw;
    top: 24%;
    left: 47%;
}
.designer_banner_txt span:nth-child(9){
    font-size: 8vw;
    top: 18%;
    left: 68%;
}
.designer_banner_txt span:nth-child(10){
	font-size: 8vw;
    top: 43%;
    left: 57%;
}
.designer_banner_txt span:nth-child(11){
    font-size: 4vw;
    top: 57%;
    left: 76%;
}
.designer_banner_txt span:nth-child(12){
    font-size: 7vw;
    top: 32%;
    left: 30%;
}
.designer_banner_txt span:nth-child(13){
	font-size: 3.4vw;
    top: 43%;
    left: 64%;
}
.designer_banner_txt span:nth-child(14){
	font-size: 5vw;
    top: 32%;
    left: 83%;
}
.designer_banner_txt span:nth-child(15){
    font-size: 8vw;
    top: 64%;
    left: 50%;
}
.designer_banner_txt span:nth-child(16){
	font-size: 7vw;
    top: 64%;
    left: 70%;
}
.designer_banner_txt span:nth-child(17){
    font-size: 9vw;
    top: 8%;
    left: 78%;
}
.designer_banner_txt span:nth-child(18){
   	font-size: 2.6vw;
    top: 40%;
    left: 64%;	
}
.designer_banner_txt span:nth-child(19){
    font-size: 7vw;
    top: 18%;
    left: 67%;
}
.designer_banner_txt span:nth-child(20){
	font-size: 4vw;
    top: 29%;
    left: 71%;	
}
.designer_banner_txt span:nth-child(21){
    font-size: 3vw;
    top: 57%;
    left: 68%;	
}
.designer_banner_txt span:nth-child(22){
    font-size: 7vw;
    top: 45%;
    left: 73%;	
}
.designer_banner_txt span:nth-child(23){
    font-size: 3.6vw;
    top: 70%;
    left: 76%;
}
.designer_banner_txt span:nth-child(24){
    font-size: 8vw;
    top: 7%;
    left: 84%;
}
.designer_banner_txt span:nth-child(25){
    font-size: 12vw;
    top: 32%;
    left: 84%;
}
.designer_banner_txt span:nth-child(26){
    font-size: 3vw;
    top: 65%;
    left: 84%;
}



.designer_sec1{
	width: 70%;
	/*background-color: #000000;*/
	position: absolute;
	top: 18%;
	left: 15%;
}
.video_pagination{
    display: inline-block;
    width: 100%;
    margin: 20px auto 0;
}
.video_pagination .swiper-pagination-bullet{
    margin: 0 5px;
}
.designer_sec1_txt{
	margin: 40px 0 0;
}
.designer_sec1_txt p{
	font-size: 2vw;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.4;
}
.designer_sec1_txt a{
	color: #ffffff;
	text-decoration: underline;
}

.designer_sec2{
	width: 70%;
	position: absolute;
	top: 36%;
	left: 15%;
}
.year_swiper {
    width: 140px;
    margin:0 5px;
}
.designer_sec2 h6{
	font-size: 50px;
	color: #ffffff;
	cursor: pointer;
}
.designer_sec2_con{
	width: 140px;
	padding: 20px 0;
    border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 5%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0.2) 95%, rgba(255,255,255,0) 100%); 
    background: -o-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 5%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0.2) 95%, rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 5%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0.2) 95%, rgba(255,255,255,0) 100%);
    background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,0.2) 5%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0.2) 95%, rgba(255,255,255,0) 100%);
	

	-webkit-transform: translate(0, -30%) scale(0);
	-moz-transform: translate(0, -30%) scale(0);
	-ms-transform: translate(0, -30%) scale(0);
	-o-transform: translate(0, -30%) scale(0);
	transform: translate(0, -30%) scale(0);
	transform-origin: center center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.designer_sec2_con.on{
	-webkit-transform: translate(0, -30%) scale(1);
	-moz-transform: translate(0, -30%) scale(1);
	-ms-transform: translate(0, -30%) scale(1);
	-o-transform: translate(0, -30%) scale(1);
	transform: translate(0, -30%) scale(1);
}
.year_swiper .swiper-slide{
	font-size: 40px;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.year_swiper .swiper-button-next, .year_swiper  .swiper-button-prev{
    left: 0px;
    right: auto;
    background-size: 100% 100%;
    width: 17px;
    height: 47px;
}
.year_swiper .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0px;
    left: auto;
    background-size: 100% 100%;
    width: 17px;
    height: 47px;
}


.designer_sec2_box{
	margin-top: 4%;
	border: 2px solid #231815;
	background-color: rgba(0,0,0,0.6);
}
.designer_sec2_box li{
	width: 33.33%;
	padding: 2% 20px 2% 10px;
	float: left;
	border-right: 2px solid #231815;
}
.designer_sec2_box li:nth-child(3n){
	border-right: none;
}
.designer_sec2_box li:nth-child(n+4){
	border-top: 2px solid #231815;
}
.designer_sec2_box .mouth{
	float: left;
	font-size: 18px;
	color: #666666;
	font-weight: bold;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.designer_sec2_box .mouth.on{
	color: #009643;
}
.designer_sec2_txt{
	float: right;
	width: calc(90% - 25px);

/*	opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0); 
    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
}
.designer_sec2_txt p{
	font-size: 16px;
	color: #ffffff;
	min-height: 44px;
}
/*.designer_sec2_box li:hover .mouth{
	color: #009643;
}*/
/*.designer_sec2_box li:hover .designer_sec2_txt{
	opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}
*/
.designer_sec2_calendar{
	position: relative;
}
.designer_sec2_box:nth-child(n+2){
	display: none;
}


.designer_sec3{
	width: 80%;
	position: absolute;
	top: 50%;
	left: 10%;
}
.designer_sec3 li{
	width: 28%;
	float: left;
	margin-right: 8%;
	position: relative;
}
.designer_sec3 li:last-child{
	margin-right: 0;
}
.designer_sec3 li h6{
	font-family: 'CenturyGothic';
	font-size: 2.8vw;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 6%;
	left: 0;
}

.designer_sec4{
	width: 80%;
	height: 90vh;
	position: absolute;
	top: 70%;
	left: 10%;
}
.designer_sec4 iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.designer_sec5{
	width: 80%;
	position: absolute;
	top: 88%;
	left: 10%;
}
.designer_sec5 p{
	font-family: 'CenturyGothic';
	font-weight: bold;
	font-size: 3vw;
	color: #ffffff;
}
.designer_sec5 p:nth-child(n+2){
	margin-top: 4%;
}


/* designer.html */



/* 11.2 */
.register_code{
	position:relative;
}
.register_code input{
	padding-right:50%;
}
.register_code_bt{
	position:absolute;
	top:0px;
	right:0px;
	border-radius: 5px;
	height:100%;
	line-height:46px;
	width: 200px;
	background-color:#666;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
 .register_form li .country_text {
    width: 100%;
    border-radius: 5px;
    line-height: 46px;
    text-indent: 20px;
    text-align: left;
    font-size: 14px;
    color: #333333;
    position: relative;
    border: 1px solid #ccc;
    margin-top: 0;
    padding-right: 17%;
    height: 46px;
    cursor: pointer;
}

/* 活动页面新增 */
.activity_warpper{
	margin-top: 90px;

	background: -webkit-linear-gradient(#171C61, #7E318E); 
    background: -o-linear-gradient(#171C61, #7E318E); 
    background: -moz-linear-gradient(#171C61, #7E318E); 
    background: linear-gradient(#171C61, #7E318E); 
}
.activity_sec1{
	padding-top: 80px;
	position: relative;
	z-index: 2;
}
.activity_sec1_top{

}
.activity_sec1_top h6{
	font-size: 58px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.activity_time{
	margin: 60px auto 0;
	width: 700px;
}
.activity_time_box{
	border-radius: 10px;
	background-color: #8FC31F;

	display: flex;
    justify-content: space-around;
}
.activity_time_box div{
	width: 33.3%;
	text-align: center;
	font-size: 72px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 2px;
	position: relative;
}
.activity_time_box div:nth-child(n+2)::before{
	content: '';
	display: block;
	width: 3px;
	height: 70%;
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.activity_time_txt{
	margin-top: 20px;

	display: flex;
    justify-content: space-around;
}
.activity_time_txt span{
	display: inline-block;
	width: 33.3%;
	font-size: 26px;
	color: #ffffff;
	text-align: center;
}
.activity_sec1_txt{
	margin: 0 auto 0;
	width: 70%;
}
.activity_sec1_txt h6{
	padding: 0 5%;
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin: 40px 0;
	line-height: 1.6;
}
.activity_sec1_txt p{
	padding: 0 5%;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	margin: 40px 0;
	line-height: 2;
}
.activity_sec1_txt h5{
	padding: 0 20%;
	font-size: 78px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 2px;
}
.activity_sec1_txt h5:nth-child(4){
	text-align: right;
}
.activity_sec1_btn{
	margin: 40px auto 0;
	width: 340px;
	height: 90px;
	border-radius: 10px;
	cursor: pointer;

	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;

	display: flex;
	justify-content: center;
	align-items: center;

	background: -webkit-linear-gradient( left top, #FFF100 0%, #E4007F 60%, #7E318E 100%); 
    background: -o-linear-gradient( left top, #FFF100 0%, #E4007F 60%, #7E318E 100%); 
    background: -moz-linear-gradient( left top, #FFF100 0%, #E4007F 60%, #7E318E 100%); 
    background: linear-gradient( left top, #FFF100 0%, #E4007F 60%, #7E318E 100%); 
}

.activity_address{
	margin-top: 4%;
	text-align: center;
}
.activity_address p{
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 1px;
	line-height: 2;
}
.activity_address p span{
	font-weight: bold
}

.activity_sec1_yuan{
	width: 70%;
	margin: 10px auto 0;
	position: relative;
	z-index: -2;
}
.activity_sec1_bottom{
	z-index: -1;
	position: absolute;
	bottom: 0;
	left: 0;

	-webkit-transform: translateY(7.1%);
	-ms-transform: translateY(7.1%);
	-o-transform: translateY(7.1%);
	transform: translateY(7.1%);
}

.activity_sec2{
	padding: 140px 0 80px;
	background: url(../images/activity_sec2_bg.jpg) center/cover no-repeat;
}
.activity_sec2_box{
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.activity_sec2_box p{
	font-size: 34px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1.4;

	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.activity_sec3{
	padding-top: 120px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.activity_sec3_box h6{
	font-size: 26px;
	color: #ffffff;
	font-weight: bold;
	line-height: 2.4;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 10%;
}
.activity_sec3_txtBox>div{
	width: 48%;
	float: left;
	margin-right: 4%;
}
.activity_sec3_txtBox:nth-child(3) .activity_sec3_txtBox_img{
	float: right;
}
.activity_sec3_txtBox>div:nth-child(2){
	margin-right: 0;
}
.activity_sec3_txtBox_txt p{
	font-size: 24px;
	color: #ffffff;
	line-height: 2;
	letter-spacing: 1px;
	text-align: left;
}
.activity_sec3_txtBox{
	margin-top: 6%;
}
.activity_sec3_swiper{
	margin-top: 6%;
	padding-bottom: 6%;
}
.activity_sec3_swiper .swiper-slide{
	width: 450px;
}
.activity_sec3_swiper .swiper-scrollbar{
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 7px;
	background: -webkit-linear-gradient( to right, #FFF100 0%, #E4007F 60%, #7E318E 100%); 
    background: -o-linear-gradient( to right, #FFF100 0%, #E4007F 60%, #7E318E 100%); 
    background: -moz-linear-gradient( to right, #FFF100 0%, #E4007F 60%, #7E318E 100%); 
    background: linear-gradient( to right, #FFF100 0%, #E4007F 60%, #7E318E 100%);
}
.activity_sec3_swiper  .swiper-scrollbar-drag{
	height: 16px;
	top: -4px;
	border-radius: 0;
	background: -webkit-linear-gradient( to right, #FFF100 0%, #E4007F 60%, #7E318E 100%); 
    background: -o-linear-gradient( to right, #FFF100 0%, #E4007F 60%, #7E318E 100%); 
    background: -moz-linear-gradient( to right, #FFF100 0%, #E4007F 60%, #7E318E 100%); 
    background: linear-gradient( to right, #FFF100 0%, #E4007F 60%, #7E318E 100%);
}
.activity_sec4{
	padding: 100px 0;
	margin-top: 10%;
	background: -webkit-linear-gradient( to right, #692b84 0%, #442475 70%, #241e67 100%); 
    background: -o-linear-gradient( to right, #692b84 0%, #442475 70%, #241e67 100%); 
    background: -moz-linear-gradient( to right, #692b84 0%, #442475 70%, #241e67 100%); 
    background: linear-gradient( to right, #692b84 0%, #442475 70%, #241e67 100%);
}
.activity_sec4_box{
	position: relative;
}
.activity_sec4_txt{
	width: 50%;
	float: left;
	padding-right: 5%;
}
.activity_sec4_txt h6{
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 2;
}
.activity_sec4_txt h6:nth-child(5){
	margin-top: 6%;
}
.activity_sec4_txt p{
	font-size: 24px;
	color: #ffffff;
	line-height: 2;
}
.activity_sec4_map{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}


.activity_sec3>h6{
	font-size: 58px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.activity_sec3>h6 sup{
	font-size: 28px;
	color: #FFF100;
	font-weight: normal;
	top: -1em;
}
.activity_sec3_list{
	margin: 180px auto 0;
	width: 60%;
}
.activity_sec3_list li:nth-child(n+2){
	margin-top: 120px;
}
.activity_sec3_img{
	padding: 10px;
	float: left;
	width: 240px;
	height: 240px;
	border-radius: 50%;
	overflow: hidden;

	background: -webkit-linear-gradient( left top, #FFF100 0%, #FFF100 30%, #E4007F 60%, #7E318E 100%); 
    background: -o-linear-gradient( left top, #FFF100 0%, #FFF100 30%, #E4007F 60%, #7E318E 100%); 
    background: -moz-linear-gradient( left top, #FFF100 0%, #FFF100 30%, #E4007F 60%, #7E318E 100%); 
    background: linear-gradient( left top, #FFF100 0%, #FFF100 30%, #E4007F 60%, #7E318E 100%); 
}
.activity_sec3_txt{
	float: left;
	width: calc(100% - 240px);
	height: 240px;
	padding-left: 5%;


	display: flex;
	justify-content: center;
	flex-direction: column;
}
.activity_sec3_txt h6{
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
}
.activity_sec3_txt h6 span{
	font-weight: normal
}
.activity_sec3_txt p{
	font-size: 24px;
	color: #ffffff;
	margin-top: 10px;
}
.activity_sec3_txt p span{
	font-weight: bold;
}
.activity_sec3_list li:nth-child(even) .activity_sec3_img{
	float: right;
	text-align: right;

	background: -webkit-linear-gradient( right top, #FFF100 0%, #FFF100 30%, #E4007F 60%, #7E318E 100%); 
    background: -o-linear-gradient( right top, #FFF100 0%, #FFF100 30%, #E4007F 60%, #7E318E 100%); 
    background: -moz-linear-gradient( right top, #FFF100 0%, #FFF100 30%, #E4007F 60%, #7E318E 100%); 
    background: linear-gradient( right top, #FFF100 0%, #FFF100 30%, #E4007F 60%, #7E318E 100%); 
}
.activity_sec3_list li:nth-child(even) .activity_sec3_txt{
	padding-left: 10%;
}
.activity_sec3_bottom{
	margin-top: 160px;
}
.activity_sec3_bg img{
	z-index: -1;
}
.activity_sec3_bg img:nth-child(1){
	width: 62vw;
	position: absolute;
	top: 4%;
	right: 0;
	-webkit-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);
}
.activity_sec3_bg img:nth-child(2){
	width: 66vw;
	position: absolute;
	top: 26%;
	left: 0;
	-webkit-transform: translateX(-40%);
	-ms-transform: translateX(-40%);
	-o-transform: translateX(-40%);
	transform: translateX(-40%);
}

.activity_alert{
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: #ffffff;

	-webkit-transform: translate(-50%, -44%);
	-ms-transform: translate(-50%, -44%);
	-o-transform: translate(-50%, -44%);
	transform: translate(-50%, -44%);
	z-index: 4;
	
	display: none;
}
.activity_alert .contact_sec3{
	padding: 40px;
}
.activity_alert .contact_sec3>h2{
	font-size: 48px;
}
.activity_alert .contact_sec3_form{
	margin-top: 40px;
}
.activity_alert .contact_sec3_box input, 
.activity_alert .contact_sec3_box_text{
	line-height: 38px;
	height: 38px;
}
.activity_alert .contact_xiala{
	position: absolute;
	width: 97%;
	background-color: #ffffff;
	z-index: 2;
}
.activity_sec3_icon{
	position: absolute;
	left: 50%;
	bottom: 20px;

	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.activity_alertClose{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}


@media (max-width: 1440px){
	.activity_sec1_txt h5{
		padding: 0 10%;
	}
	.activity_sec1_txt h5:nth-child(4){
		padding-right: 0;
	}
	.activity_sec1_btn {
	    width: 280px;
	    height: 70px;
	}
	.activity_sec3_list{
		width: 80%;
	}
	.activity_sec3_list li:nth-child(n+2){
		margin-top: 80px;
	}

	.activity_sec3_img{
		width: 200px;
		height: 200px;
	}
	.activity_sec3_txt{
		width: calc(100% - 200px);
		height: 200px;
	}
	.activity_sec3_txt h6{
		font-size: 24px;
	}
	.activity_sec3_txt p{
		font-size: 22px;
	}
	.activity_sec1_btn{
		font-size: 22px;
	}

	.activity_alert .contact_sec3>h2 {
	    font-size: 38px;
	}
	.activity_alert .contact_sec3_box input, 
	.activity_alert .contact_sec3_box_text{
		line-height: 28px;
		height: 28px;
		margin-top: 0;
		font-size: 14px;
	}
	.activity_alert .contact_xiala li{
		line-height: 28px;
		font-size: 14px;
	}
	.activity_alert .input_down{
		top: 32px;
	}
	.contact_sec3_btn{
		margin-top: 30px;
	}

}
/* 活动页面新增 */




@media (max-width: 1340px){
	.designer_sec2{
		top: 34%;
	}
    .designer_sec2_txt p{
    	height: 66px;
    }
    .activity_sec3_list{
    	margin: 140px auto 0;
    }
}
@media (max-width: 768px){
	.banner{
		margin-top: 52px;
	}
	.banner_txt{
        width: 94%!important;
        left: 50% !important;
	}
	.values_banner .banner_txt{
		width: 94%;

	}
	.banner_txt h6{
		font-size: 36px!important;
		line-height: 52px!important;
		letter-spacing: 0px!important;
	}
	.banner_txt p{
		font-size: 22px!important;
	}
	/* values.html */
	.values_sec1{
		padding: 40px 0;
	}
	.values_sec1_swiper{
		padding: 0;
		margin-bottom: 40px;
	}
	.values_sec1_swiper .swiper-slide-active{
		-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	.values_sec1_swiper_txt{
		height: 34%;
	}
	.values_sec1_swiper_txt p{
		padding: 0 10%;
		font-size: 18px;
	}
	.values_txt_box{
		position: relative;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100px;
		margin-top: 10px;
	}
	.values_txt_box p{
		padding: 0;
	}
	.values_sec1_txt{
		padding: 0;
	}
	.values_sec1_txt p{
		font-size: 18px !important;
		line-height: 26px;
	}
	.login_form h6{
		font-size: 20px;
	}

	.values_sec2{
		padding: 40px 0;
	}
	.values_sec2_ul{
		width: 100%;
	}
	.values_sec2_ul li{
		width: 49%;
		margin-right: 2%;
	}
	.values_sec2_ul li:nth-child(3n){
		margin-right: 2%;
	}
	.values_sec2_ul li:nth-child(2n){
		margin-right: 0;
	}
	.values_sec2_ul li:nth-child(n+3){
		margin-top: 2%;
		-webkit-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	    -o-transform: translateX(0%);
	    transform: translateX(0%);
	}
	.values_sec2_box{
		margin-bottom: 40px;
	}
	.values_sec2_box .values_txt_box{
		right: 0;
		left: 0;
	}
	/* values.html */

	/* solutions_inner.html */
	.solutions_warpper{
		margin-top: 52px!important;
		padding-bottom: 40px;
	}
	.page_path{
		padding: 30px 4% 0;
	}
	.case_inner_box{
		padding: 20px 4%;
	}
	.case_inner_box h1{
		font-size: 40px;
		margin-top: 20px;
		line-height: normal;
	}
	.case_inner_box h5{
		font-size: 22px;
		line-height: normal;
		margin: 20px 0;
	}
	.case_inner_box p{
		font-size: 16px;
		line-height: 24px;
		padding: 0;
	}
	.news_inner_img{
		width: 93%!important;
	}
	.case_inner>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 10px 10px;
	}
	/* solutions_inner.html */

	/* Solution.html */
	.case_banner{
		padding: 0;
	}
	.banner_title{
		width: 94%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.banner_title h1{
		font-size: 38px;
	    line-height: 52px;
	    letter-spacing: 2px;
	}
	.banner_title p{
		font-size: 18px;
		line-height: 24px;
		margin: 0;
	}
	.products .mainContant{
		padding: 40px 3%;
	}
	.mainContant_nav p{
		font-size: 12px;
	}
	.nav_select select{
		font-size: 14px;
	}
	.pro_select{
		width: auto;
		padding-right: 30px;
	}
	.pro_list_box{
		margin-top: 0
	}
	.products .mainContant_list{
		padding-top: 40px;
	}
	.pro_list_box{
		width: 49%;
		margin-right: 2%;
	}
	.mainContant_list a:nth-child(2n) .pro_list_box{
		margin-right: 0;
	}
	.mainContant_list a:nth-child(n+3) .pro_list_box{
		margin-top: 2%;
	}
	.pro_list_box p{
		font-size: 14px;
		line-height: 22px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    line-height: 22px;
	    height: 44px;
	}
	/* Solution.html */

	/* search.html */
	.search_warpper{
		padding: 40px 0;
		margin-top: 52px;
	}
	.search_box{
		margin-top: 20px;
	}
	/* search.html */

	/* resources.html */
	.resources0 .mainContant{
		padding: 40px 3%;
	}
	.resources0 .change_h1,
	.mainContant_title_left h1{
		font-size: 20px;
		line-height: 40px;
	}
	.mainContant_title_right p{
		font-size: 30px;
	}
	.mainContant_title_left span{
		font-size: 16px;
	}
	.list_box{
		width: 49%;
		margin-right: 2%;
	}
	.list_box:nth-child(3n){
		margin-right: 2%!important;
	}
	.list_box:nth-child(2n){
		margin-right: 0!important;
	}
	.list_box_msg2 p{
		font-size: 18px;
	}
	.list_box_msg2 img {
	    width: 24px;
	    height: 24px;
	}
	.resources0 .list_box{
		padding-bottom: 0;
	}
	.spe_list_box,
	.spe_list_small_left{
		width: 100%;
	}
	.box_center{
		display: block;
	}
	.spe_list{
		border: none;
	}
	.spe_list_box{
		padding: 20px 0;
		border-bottom: 1px solid #ececec;
	}
	.spe_list_small_right{
		justify-content: left;
	}
	.spe_list_small_left p,
	.spe_list_small_right p{
		line-height: 28px;
	}
	/* resources.html */

	/* research.html */
	.dh2,
	.dh1{
		animation-play-state: paused;
	}
	.research_sec1{
		/*display: none;*/
		padding: 40px 0 80px;
	}
	.research_sec1_box li{
		width: 50%!important;
		float: left;
		position: relative;
		top: 0!important;
		left: 0!important;
		right: 0!important;
		bottom: 0!important;
	}
	.research_sec2_box:hover .research_sec2_img img{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	.research_sec2_box{
		width: 100%;
	}
	.research_sec2_txt{
		width: 94%;
	}
	.research_sec2_txt p{
		font-size: 18px;
		font-weight: bold;
		line-height: 24px;
	}
	.research_sec3{
		padding: 40px 0;
	}
	.research_sec1_txt{
		padding: 0;
	}
	.research_sec1_txt p{
		font-size: 18px !important;
		line-height: 26px;
	}
	.container_research{
		margin-top: 40px !important;
	}
	.research_sec1_img_txt p{
		font-size: 16px;
	}
	.research_sec3_ul{
		margin-top: 40px;
	}
	.research_sec3_ul li{
		width: 49%;
	}
	.research_sec3_ul li:nth-child(2n){
		margin-right: 0;
	}
	.research_sec3_ul li:nth-child(n+3){
		margin-top: 4%;
	}
	.research_sec3_txt{
		margin-top: 20px;
	}
	.research_sec3_txt p{
		font-size: 16px;
		line-height: 22px;
	}
	/* research.html */

	/* register.html */
	.register_box{
		width: 94%;
		margin: 52px auto 0;
		padding: 40px 0;
	}
	.register_form{
		margin-top: 30px;
	}
	.register_form li h6{
		font-size: 14px;
	}
	.register_form li input{
		line-height: 34px;
	}
	.register_form li:nth-child(n+2){
		margin-top: 14px;
	}
	.remarks{
		margin: 30px 0;
	}
	/* register.html */
	.pagination{
		margin: 20px 0 0;
	}
	.pagination p{
		font-size: 14px;
	}

	/* personnel.html */
	.personnel_banner .banner_txt h6{
		font-size: 24px !important;
		line-height: 28px !important;
	}
	.personnel_sec1{
		padding: 40px 0;
	}
	.personnel_sec1_txt{
		padding: 0;
	}
	.personnel_sec1_txt p{
		font-size: 18px;
		line-height: 26px
	}
	.personnel_sec3_swiper{
		margin-top: 40px;
	}
	.personnel_sec1_ul{
		margin-top: 40px;
	}
	.personnel_sec2_ul {
	    margin-top: 40px;
	}
	.personnel_sec2{
		padding: 0;
	}
	.personnel_sec2_ul li{
		width: 100%;
		margin-right: 0%;
		padding-bottom: 10px;
	}
	.personnel_sec2_ul li:nth-child(2n){
		margin-right: 0;
	}
	.personnel_sec2_ul li:nth-child(n+3){
		margin-top: 4%;
	}
	.personnel_sec2_txt{
		margin-top: 20px;
	}
	.personnel_sec2_ul li h5{
		font-size: 16px;
	}
	.personnel_sec2_ul li h6{
		font-size: 14px;
	}
	.personnel_sec2_ul li p{
		font-size: 12px;
		padding: 0 2%;
		line-height: 18px;
	}
	.personnel_sec2_ul li .line{
		display: none;
	}
	.personnel_introduce{
		-webkit-transform: translateY(120%);
	    -ms-transform: translateY(120%);
	    -o-transform: translateY(120%);
	    transform: translateY(120%);
	}
	.personnel_sec3{
		padding: 40px 0 0;
	}
	.personnel_sec3_ul{
		margin-top: 40px;
	}
	.personnel_sec4{
		padding: 40px 0 0;
	}
	.personnel_sec4_box{
		margin-top: 40px;
	}
	.personnel_sec4_txt{
		width: 94%;
	}
	.personnel_sec4_txt p {
	    font-size: 14px;
	    line-height: 24px;
	}
	.personnel_sec4_box{
		padding-bottom: 40px;
	}
	/* personnel.html */

	/* news_inner.html */
	.news_warpper{
		margin-top: 52px!important;
	}
	.news_inner{
		width: 94%;
	}
	.news_warpper .innder_box{
		margin-top: 20px;
	}
	.news_warpper .news_inner_img{
		width: 100%!important;
	}
	.news_innder_box_msg{
		width: 94%;
	}
	.news_innder_box_msg h1{
		font-size: 32px;
		line-height: 38px;
		margin: 20px 0;
	}
	.news_innder_box_msg2{
		padding: 20px 3%;
	}
	.news_innder_box_msg2 h1{
		font-size: 32px;
		line-height: 48px;
		margin-bottom: 30px;
	}
	.news_innder_list a{
		float: left;
		display: block;
		width: 49%;
		margin-right: 2%;
	}
	.news_innder_list a:nth-child(2n){
		margin-right: 0%;
	}
	.news_innder_list a .news_list_box{
		width: 100%;
	}
	.news_list_box p{
		margin-top: 20px;
   		padding-bottom: 20px;
	}
	/* news_inner.html */

	/* news.html */
	.new_warpper .mainContant{
		padding: 40px 3%;
	}
	.new_warpper .list_box{
		margin-top: 20px;
		width: 100%;
		float: none;
	}
	.new_warpper .mainContant_list .list_box{
		margin-right: 0;
	}
	.list_box_msg{
		padding-top: 10px;
		padding-right: 0;
	}
	.list_box_msg h1{
		font-size: 18px;
		-webkit-line-clamp:1;
		height: 28px;
	}
	.list_box_msg p{
		-webkit-line-clamp:2;
		line-height: 16px;
		height: 32px;
	}
	.list_box_time{
		width: 100%;
	}
	.list_box_left span{
		font-size: 12px;
	}
	.list_box_right{
		width: 50px;
    	height: 28px;
    	margin: 0;
	}
	.list_box_right p{
		font-size: 10px;
	}
	/* news.html */

	/* product_inner.html */
	.product_warpper{
		margin-top: 52px!important;
	}
	.pro_box_left{
		width: 94%;
		padding: 0;
		margin-top: 30px;
	}
	.pro_small{
		display: none;
	}
	.pro_inner{
		margin-bottom: 0;
	}
	.pro_box_right{
		width: 100%;
		padding: 0 5%;
	}
	.pro_box_right_ul li{
		font-size: 12px;
		margin-right: 3%;
		padding-bottom: 0;
	}
	.pro_ul_detail{
		position: relative;
		margin-top: 20px;
	}
	.pro_ul_detail h1{
		font-size: 22px;
		line-height: 24px;
	}
	.pro_ul_detail .smalltitle{
		font-size: 14px;
		margin: 10px 0 20px;
	}
	.pro_ul_detail .make{
		margin: 15px 0; 
	}
	/*.floatLeft{
		width: 70%;
	}*/
	.product_detail_left{
	    width: 70%;
	}
	.product_detail img{
		width: 74%;
    margin-top: 20px;

	}

	/* product_inner.html */

	.career_sec1,
	.career_sec2{
		padding: 40px 0;
	}
	.login_form_btn input{
		line-height: 20px;
    }
    
    .designer_sec1{
        width: 90%;
        top: 14%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }
    .warpper_bg{
        width: 100%;    
        background: url('../images/designer_bg.jpg') no-repeat;
    }
    .designer_banner{
        height: 24vh;
    }
    /* .designer_banner{
        position: relative;
        width: 100%;
    } */



    /* designer.html */
    .designer_warpper{
    	margin-top: 52px!important;
    	/*height: 2000px;*/
    	background-color: #333;
    }
    .designer_sec1{
		top: 10%;
	}
	.video_pagination{
		margin: 10px auto 0;
	}
	.video_pagination .swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.designer_sec1_txt{
		margin: 30px 0 0;
	}
	.designer_sec1_txt p{
		font-size: 14px;
	}
	

    .designer_sec2{
        width: 90%;
        top: 25%;
        left: 5%;
    }
    .year_swiper{
    	width: 120px!important;
    }
    .year_swiper .swiper-slide{
    	font-size: 32px;
    }
    .designer_sec2 h6{
        font-size: 24px;
    }
    .designer_sec2_box .mouth{
    	font-size: 16px;
    }
    .designer_sec2_txt p{
        font-size: 12px;
        height: auto;
    }
    .designer_sec2_box{
        display: flex;
        flex-wrap: wrap;
    }
    .designer_sec2_box li{
        width: 100%;
        border: 0;
        padding: 1% 10px 1%;
        border-bottom: 1px solid #231815;
    }
    .designer_sec2_box li:nth-child(n+4){
        border: 0;
        border-bottom: 1px solid #231815;
    }


	.designer_sec3{
		width: 90%;
		left: 5%;
		top: 62%;
	}

	.designer_sec4{
		height: 40vh;
		width: 90%;
		top: 75%;
		left: 5%;
	}
	.designer_sec5 {
	    width: 90%;
	    top: 89%;
	    left: 5%;
	}
	.designer_sec5 p{
		font-size: 14px;
	}
	
	/* 活动页面 */
	.activity_warpper{
		margin-top: 52px;
	}
	.activity_sec1{
		padding-top: 80px;
	}
	.activity_sec1_top h6{
		font-size: 38px;
	}
	.activity_time{
		width: 94%;
		margin: 40px auto 0;
	}
	.activity_time_box>div{
		font-size: 44px;
	}
	.activity_time_txt span{
		font-size: 22px;
	}
	.activity_sec1_txt{
		width: 94%;
	}
	.activity_sec1_txt h6{
		font-size: 20px;
		margin: 40px 0 20px;
	}
	.activity_sec1_txt h5{
		font-size: 32px;
		padding: 0 10%!important;
	}
	.activity_sec1_btn{
		width: 180px;
		height: 50px;
		font-size: 14px;
		margin: 20px auto;
	}
	
	.activity_sec2{
		padding: 60px 0 40px;
	}
	.activity_sec2_box p{
		font-size: 16px;
	}
	
	.activity_sec3{
		padding-top: 60px;
	}
	.activity_sec3>h6{
		font-size: 38px;
	}
	.activity_sec3_list{
		width: 94%;
		margin: 80px auto 0
	}
	.activity_sec3_list li:nth-child(n+2){
		margin-top: 60px;
	}
	.activity_sec3_img{
		width: 120px;
		height: 120px;
		padding: 4px;
	}
	.activity_sec3_txt{
		width: calc(100% - 120px);
		height: auto;
		padding-left: 4%!important;
	}
	.activity_sec3_txt h6{
		font-size: 12px;
	}
	.activity_sec3_txt p{
		font-size: 10px;
	}
	.activity_sec3_bottom{
		margin-top: 80px;
	}
	.activity_sec3_icon{
		bottom: 10px;
	}
	.activity_sec3_icon img{
		width: 150px;
	}
	
	
	.activity_alert{
		width: 94%;
	}
	.activity_alert .contact_sec3{
		width: 100%;
		padding: 20px;
	}
	.activity_alert .contact_sec3>h2{
		font-size: 26px;
		letter-spacing:2px;
	}
	.activity_alert .contact_sec3_form{
		margin-top: 11px;
	}
	.activity_alert .contact_sec3_box p{
		font-size: 14px;
	}
	.activity_alert .contact_sec3_box input, 
	.activity_alert .contact_sec3_box_text{
		line-height: 22px;
		height: 22px;
		margin-top: 0;
		font-size: 12px;
	}
	.activity_alert .contact_sec3_box{
		margin-bottom: 6px;
	}
	.activity_alert .input_down{
		top: 24px;
	}
	.activity_alert .contact_sec3_btn{
		margin-top:10px!important;
	}
	.activity_alertClose{
		top: 10px;
		right: 10px;
		width: 24px;
	}
	
	
	.activity_sec3_box h6{
		font-size: 18px;
		font-weight: normal;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.activity_sec3_txtBox>div{
		width: 100%;
		float: none!important;
		margin: 0;
	}
	.activity_sec3_txtBox_txt{
		padding: 20px 0 0;
	}
	.activity_sec3_txtBox_txt p{
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0;
	}
	.activity_sec3_swiper{
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.activity_sec3_swiper  .swiper-slide{
		width: 360px;
	}
	
	.activity_sec4{
		padding: 40px 0;
	}
	.activity_sec4_box>div{
		width: 100%;
		float: none;
		position: relative;
		top: 0;
		right: 0;
	}
	.activity_sec4_txt h6{
		font-size: 22px;
	}
	.activity_sec4_txt p{
		font-size: 16px;
		line-height: 1.8;
	}
	.activity_sec4_map{
		margin-top: 40px;
		height: 360px;
	}
	/* 活动页面 */
}

@media (min-width: 1440px){
	.warpper .container{
	    width: 1280px;
	}
}
@media (min-width: 1660px){
	.warpper .container{
	    width: 1540px;
	}
}
[v-cloak]{
	display: none;
}


@media (max-width: 768px){
	
	.nav_right input{
		font-size: 14px;
	}
	.select-head .select-head-cont{
		font-size: 14px;
	}
	#select .option-item2{
		font-size: 14px;
		line-height: 32px;
	}
	#select .option-item{
		font-size: 12px;
		line-height: 25px;
	}
	.select-icon img{
		width: 15px;
	}
	.activity_address p{
		font-size: 14px;
		line-height: 1.4;
	}
	
	
}
