.transition(@transition:.4s){-webkit-transition:@transition;-moz-transition:@transition;-ms-transition:@transition;-o-transition:@transition;transition:@transition;}
.transform-origin(@origin){-webkit-transform: @origin;-moz-transform: @origin;-ms-transform: @origin;-o-transform: @origin;transform: @origin;}
.scale(@scale){-webkit-transform: scale(@scale);-moz-transform:scale(@scale);-ms-transform:scale(@scale);-o-transform:scale(@scale);transform:scale(@scale);}
.border-radius(@border-radius){-webkit-border-radius:@border-radius;-moz-border-radius:@border-radius;-o-order-radius:@border-radius;-ms-border-radius:@border-radius;border-radius:@border-radius;}
.rotate(@rotate){-webkit-transform: rotate(@rotate);-moz-transform: rotate(@rotate);-ms-transform: rotate(@rotate);-o-transform: rotate(@rotate);transform: rotate(@rotate);}
.translateX(@X){-webkit-transform: translateX(@X);-moz-transform: translateX(@X);-ms-transform: translateX(@X);-o-transform: translateX(@X);transform: translateX(@X);}
.translateY(@Y){-webkit-transform: translateY(@Y);-moz-transform: translateY(@Y);-ms-transform: translateY(@Y);-o-transform: translateY(@Y);transform: translateY(@Y);}

@back_nav:url('../images/nav_bg.jpg') no-repeat;/*导航背景*/
@back_nav_li_ah:url('../images/nav_a_bg.jpg') no-repeat top center;/*鼠标移上去背景*/
@back_s_li:url('../images/x_bg.png') no-repeat;/*左侧栏li背景*/
@mainColor: #000267;/*主色*/
@hoverColor:#1a8fdf;/*悬浮变色*/
@thirdColor:#099f52;/*第三个颜色*/
@qt5:#fff;/*悬浮背景变色后字体颜色*/
@qt6:#c5a46e;/*按钮悬浮颜色 */
@height_nav:64px; /*导航条高度*/

@nav_li_color:#fff;/*导航条文字颜色*/
.nav_h_color{color:#000267!important;background: rgba(255,255,255,1);
	&:after{width: 0;}
}; /*导航条文字颜色*/
@ba_w1:1920px; /*滚动图片宽度*/
@ba_h1:840px; /*滚动图片高度*/
@b_w:1200px; /*网站宽度*/
.more_a(@c:#fff; @w:120px;@h:30px;@b_w:1px;@b_s:solid;@b_c:#fff;){display: block;width:@w;height:@h;line-height:@h;text-align: center;color:@c;border:@b_w @b_s @b_c;}
.slh{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.clamp(@l:4;) {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: @l;}
.left{float:left;}
.right{float:right;}
.off{display:none;} /*隐藏*/
.splitbox{overflow: hidden;}
/*----------------头部--------------*/
.header_top{width: @b_w;margin: 0 auto;position: fixed;
	span{float: left;}
	a { display: inline-block; color: #212222;
		&:hover { color: #0d8e0d;}
	}
}

//头部样式////////////////////////////////////////////////////
.header{margin: 0 auto; background: #fff;.transition();z-index: 222;position: fixed;width: 100%;box-sizing: content-box;top: 0;
	.top {overflow: hidden;;
		.logo {float: left;display: block;font-size: 0;}
		.btn_language{float: right;width: 70px;display:flex;height: 20px;line-height: 20px;.border-radius(12px);border:1px solid @mainColor;margin-top:32px;margin-left: 20px;
			a{width:40px;text-align: center;color: @mainColor;font-size: 12px;
				&:hover{.cur;}
			}
			.cur{background: @mainColor;color: #fff;}
			.cn-a{border-radius: 0 10px 10px 0; }
			.en-a{border-radius: 10px 0 0 10px; }
		}
		.header_tel{background: url("../images/i1.png")no-repeat center left;padding-left: 42px;float: right;;color: #373737;line-height: 1.2;margin-top: 15px;
			p{font-size: 24px;}
		}
	}
	.header_kh{background:@mainColor;
		.header_nav{overflow: hidden;
			li{float: left;text-align: center;line-height: @height_nav;height: @height_nav;position: relative;margin-right:.3rem;
				.a1{padding: 0 .4rem;font-size: 16px;display: block;position: relative;color:@nav_li_color;
					&:after{content: '';height: 3px;position: absolute;left: 0;right: 0;margin: auto;background: #ffd633;bottom: 0;width: 0;}
				}
				.ol_2{top:50px;left: 0;z-index:99;width:100%;border-radius: 0;margin-top:35px;position: absolute;background: #fff;.transition(.2s);opacity: 0;visibility: hidden;padding: 10px 0;
					a{padding: 10px 20px;position: relative;display: block;color: #000!important;font-size: 14px;line-height: 1;
						&:hover{color: @mainColor!important;}
					}
				}
				.nav_ol_up{margin-top: 0;opacity: 1;visibility: visible;}
			}
			li:last-child{margin-right: 0;}
			#Product28 .ol_2{width: 140%;}
		}
	}
	//底部滑块
}
.scrolling .header{padding: 3px 0 0;box-shadow: 0 0 4px 5px rgba(0,0,0,.1);
	.nav .dropdown ul.dropdown-menu{padding-top:3px;}
}



//手机导航样式//////////////////////////////////////
#mobile{position: fixed;top: 0;left: 0;width: 100%;z-index: 2233;display: none;
	.top {line-height: 40px;height: 40px;text-align: center;-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);-o-box-shadow: 0 0 10px rgba(0,0,0,.2);background: #fff;position: relative;z-index: 1;
		.btn{width: 40px;height: 40px;cursor: pointer;cursor: hand;z-index: 1;float: left;position: relative;display: block;
			i{width: 23px;height: 2px;background: #222;display: block;position: absolute;left: 50%;transform: translateX(-50%);transition: .5s;transform-origin: left center;
			}
			.ie1{top: 12px;}
			.ie2{top: 19px;}
			.ie3{top: 26px;}
		}
		.active{
			.ie1{transform: translateX(-50%) rotateZ(45deg);top: 12px;margin-left: 3px;}
			.ie2{opacity: 0;}
			.ie3{transform: translateX(-50%) rotateZ(-45deg);top: 28px;margin-left: 3px;}
		}
	}
	.logos{margin: 0 auto;display: inline-block;width: auto;
		img{max-height:35px;width: auto;display: inline-block;vertical-align: middle;position: relative;top: -2px;}
	}
	.lang {float: right;position: relative;
		a{margin-right: .2rem;font-size: 14px;}
	}

	.bottom {position: absolute;top: 0;left: 0;width: 100%;padding: 20px 15px;background: #fff;height:100vh;padding-top: 60px;overflow: auto;display: none;
		.m-nav{display: block;border-bottom: 1px solid #eee;margin-bottom:25px;
			ul{
				li{
					a{display: block;line-height: 40px;height: 40px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;border-top: 1px solid #eee;font-size: 16px;
						i{background: url("../images/icon14.png")no-repeat center center;width: 40px;height:40px;float: right;background-size: 10px 5px;.rotate(-90deg);}
					}
					ul{display: none;
						a{padding-left: 10px;
							&:before {content: '-';font-size: 16px;padding-right: 5px;}
						}
					}
				}
			}
		}
		.m-info ul{
			li {display: block;border: 1px solid #666;font-size: 14px;padding: 0 15px;margin-bottom: 10px;text-align: center;transition: .5s;
				a{background: url("../images/ico_tel.png")no-repeat left center;background-size:20px 20px; line-height: 36px;height: 36px;;display: inline-block;padding-left: 25px;}
			}
			li+li a{background: url("../images/ico_email.png")no-repeat left center;background-size:20px 20px;}
		}
	}
}

@media (max-width:1200px ) {
	.header .header_kh .header_nav li{margin-right: 0;}
}


@media (max-width: 900px) {
	.header {display: none;}
	#spotlight .header{display: block;}
	#mobile{display: block;}
}




/////////////////////////////////////banner样式///////////////////////////////////////
.banner{max-width: 1920px;text-align: center;margin-top:139px;height: 0;padding-bottom:39%;
	.swiper-slide{
		.banner1{width: 100%;}
	}
	.banner-pagination{position:absolute;bottom: .2rem;z-index: 2;
		span{width: 20px;height: 5px;.border-radius(0);opacity: 1;background: #fff;}
		.swiper-pagination-bullet-active{background: @mainColor;}
	}
}
@media (max-width: 900px) {
	.banner{margin-top: 40px;
		.banner-pagination{bottom: .1rem;
			span{height: 3px;}
		}
	}
}
@media (max-width:640px ) {
	.banner{padding-bottom: 86%;}
}






.com_a{display: block;background: @mainColor;text-align: center;width: 116px;height: 35px;line-height: 35px;.border-radius(11px);color: #fff;}
.index1{background: url("../images/index1_bg.png")no-repeat right -5% top 50%;}
.index1_t{ position: relative;overflow: hidden;
	.index1_t_parallax{background: url("../images/index1_t_bg.png")no-repeat  right center;height: 720px;position: absolute;top:0px;left: 0;width: 100%;}
	.index1_t_nr{padding: 109px 0 160px;position: relative;;z-index: 2;
		.index1_dh{
			h3{padding-bottom: 22px;color: #454545;position: relative;;
				&:after{content: '';position: absolute;width: 35px;height: 2px;background: @mainColor;left: 0;bottom: 0;}
			}
		}
		.index1_nr{width: 80%;margin-top: 40px;
			p{color: #454545;line-height: 2;margin-bottom:33px;}
		}
	}
}

@media (max-width:550px ) {
	.index1{background-position: right top 30%;background-size:90%;}
	.index1_t .index1_t_nr{padding: .5rem 0 .8rem}
	.index1_t .index1_t_nr .index1_nr{width: 100%;margin-top: 20px;}
	.index1_t .index1_t_parallax{opacity: .3;}
	.index1_t{padding-bottom:100px;height: auto;}
}


.pos_r{position: relative;}
.index1_b{background: url("../images/index1_bg.jpg")no-repeat fixed center;height: 350px;background-size: cover;
	ul{box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.35);padding:66px;display: flex;justify-content: space-around;background: #fff;.border-radius(18px);margin-top:-90px;position: absolute;width: 100%;align-items: center;;
		li{padding: 0 2%;
			h3{vertical-align: bottom;line-height: 1;
				strong{font-weight: bold;color: @mainColor;vertical-align: bottom;line-height: 1;margin-right:7px;}
			}
			p{margin-top: 20px;}
		}
		i{background: #bfbfbf;height: 48px;width: 1px;}
	}
}

@media (max-width:640px ) {
	.index1_b{height: 3rem;}
	.index1_b ul{padding: 20px 2%;flex-wrap: wrap;;
		li{width: 50%;margin-bottom: .4rem;text-align: center;
			h3 strong{font-size: 24px;}
			p{margin-top: 5px;text-align: center;}
		}
		i{display: none;}
	}
}




.com_dh{text-align: center;margin-bottom: 35px;
	h6{font-size: 30px;color: #333333;}
	p{color: #454545;font-size: 14px;}
}
@media (max-width:640px ) {
	.com_dh h6{font-size: 20px;}
}

.index2{margin: .5rem 0;
	.index2_nr{
		.swiper-container{padding-bottom:.5rem;}
		.swiper-slide{.scale(0.8);.transition();
			.pic{background: rgba(0,0,0,1);font-size: 0;height: 4rem;
				img{opacity: .4;width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
			}
			h4{color: #fff;font-size: .24rem;padding: .1rem .2rem;background: rgba(255,255,255,.5);position: absolute;bottom: 0;left: 0;width:100%;.clamp(1);height: .53rem;display: none;}
		}
		.swiper-slide-active{.scale(1);z-index: 999;box-shadow: 0px 9px 31.04px 0.96px rgba(0, 0, 0, 0.26);
			.pic{
				img{opacity: 1;}
			}
			h4{display: block;}
		}

	}
}


@media (max-width:1200px ) {
	.index2 .index2_nr .swiper-slide article{width: 350px;}
	.index2 .index2_nr .swiper-button-next9{right:7%;}
}
@media (max-width:900px ) {
	.index2 .index2_nr .swiper-slide h4{height: .5rem;}
	.index2 .index2_nr .swiper-slide .pic{height:4rem;}
}


@media (max-width:640px ) {
	.index2 .index2_nr .swiper-slide article{bottom: 0;top: 0;margin: auto;height: auto;}
	.index2 .index2_nr .swiper-button-next9{bottom:5%;}
	.index2 .index2_nr .swiper-slide h4{font-size: 16px;height:33px;}
}

@media (max-width:500px ) {
	.index2 .index2_nr .swiper-slide article{width: 100%;right: 0;background: fade(@mainColor,60%)}
	.index2 .index2_nr .swiper-slide article{padding: 20px }
}


.com_a1{color: #373737;padding: 17px 17px 17px 26px;border: 1px solid @mainColor;.border-radius(8px);display: block;margin:0 auto;width:200px;
	i{display: inline-block;background: url("../images/i2.png")center no-repeat;width: 32px;height: 9px;margin-left: 20px;}
	&:hover{color: #fff;
		i{background: url("../images/i3.png")center no-repeat;}
	}
}
@media (max-width:640px ) {
	.com_a1{width: 150px;padding: 10px;
		i{margin-left:5px;}
	}
}


.index3{background: url("../images/index3_bg.jpg")no-repeat;max-width: 1920px; margin: .8rem auto 0;position: relative;background-size: cover;
	.com_dh{position: absolute;left: 0;right: 0;margin: auto;top: 26px;}
	.index3_nr{position: relative;}
	.product_li{position: relative;padding: .4rem .8rem .2rem; text-align: center;
		&:after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 0;.transition();background: #fff;z-index: -1;}
		b{display: block;margin: 0 auto;font-size: 72px;color: @mainColor;opacity: 0;}
		.img{box-shadow: 0px 8px .24rem 0px rgba(0, 0, 0, 0.22);overflow: hidden;margin-top: 40px;opacity: 0;.translateY(-50%);.transition();height:3rem;
			img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
		}
		i{display: block;height:1.29rem;width: 1px;margin: 0 auto;background: @mainColor;opacity: 0;}
		p{font-size: .24rem;color: @mainColor;margin: .4rem 0 5px;.clamp(2);}
		span{color: fade(@mainColor,50%);font-size: .24rem;.clamp(2);}
 	}
	.product_li:hover{.cur}
	.cur{
		b{opacity: 1;}
		&:after{height:200%;box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);}
		.img{opacity: 1;.translateY(0);}
		i{opacity: 1;}
	}
	.swiper3-btn{width: 42px;height: 54px;background-size: 100%;position: absolute;top: 50%;z-index: 3;cursor: pointer}
	.swiper3-prev3{background: url("../images/i5.png")no-repeat;left:-42px;}
	.swiper3-next3{background: url("../images/i6.png")no-repeat;right:-42px;}
}

@media (max-width:1500px ) {
	.index3 .swiper3-prev3{left:15px;}
	.index3 .swiper3-next3{right:15px;}
}
@media (max-width:1200px ) {
	.index3 .product_li span{font-size:18px;}
	.index3 .product_li b{font-size: 40px;}
}
@media (max-width:900px ) {
	.index3 .product_li{padding:.4rem .4rem .6rem;
		span{display: none;}
		b{opacity: 1;}
		.img{opacity: 1;.translateY(0);}
		i{opacity: 1;height: .5rem;}
		p{margin-top: .2rem;}
	}
}
@media (max-width: 450px) {
	.index3 .product_li .img{margin-top: 0;height: 5rem;}
	.index3 .product_li{padding:1.5rem .6rem .6rem;
		b,i{display: none;}
	}
	.index3 .product_li p{font-size:16px;margin-bottom: .2rem;}
}



.com3_dh{float: right;;text-align: right;
	p{color: #454545;font-size: .36rem;font-weight: bold;line-height:1;text-transform: uppercase;}
	h6{color: @mainColor;font-weight: bold;font-size: .3rem;}
	i{display: block;background:@mainColor;width: 1.16rem;height: 3px;float:right;}
}
@media (max-width:500px ) {
	.com3_dh{
		p{font-size: .4rem;}
		h6{font-size: .35rem;}
	}
}
.index5{padding: 1rem 0;position: relative;;
	.index5_tab ul{width: 80%;margin: .3rem auto;overflow: hidden;;
		li{text-align: center;width:23%;margin: 1%;font-size: .24rem;.border-radius(10px);border: 1px solid #7d7d7d;padding: .1rem 0;cursor: pointer;float: left;text-transform: uppercase;}
		.active2{background: @mainColor;color:#fff;}
	}
	.index5_nr{
		li{position: relative;overflow: hidden;padding:0 .3rem .3rem 0;
			.index5_nr_img{width: 50%;float: left;height: 5rem;
				img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
			}
			.index5_nr_txt{background:#fff;box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.14);padding: .5rem .7rem .2rem;position: absolute;bottom:.3rem;width: 51%;right:.35rem;
				h6{font-weight: bold;font-size: .48rem;line-height: 1.4;vertical-align: bottom;;
					strong{color: @mainColor;font-size: .8rem;display: inline-block;vertical-align: bottom;margin-right: .3rem;line-height: 1;}
				}
				p{font-size: 18px;color: #454545;margin: .2rem 0 .4rem;}
				a{width: 2rem;height:40px;line-height:40px;display: block;color:#fff;background: @mainColor;font-size:18px;.border-radius(17px);text-align: center;}
			}
		}
	}
	.index5_zimu{position: absolute;right: 0;background: url("../images/i24.png")no-repeat;width: 925px;height: 111px;top:40%;}
}

@media (max-width:900px ) {
	.index5 .index5_tab ul{width: 100%;}
	.index5 .index5_nr li .index5_nr_txt h6 strong{font-size: .5rem;margin-right: .15rem;}
	.index5 .index5_nr li .index5_nr_txt h6{font-size: .4rem;}
	.index5 .index5_zimu{width: 80%;background-size: 100%;}
	.index5 .index5_nr li .index5_nr_img{width:70%;}

	.index5 .index5_tab ul{flex-wrap: wrap;;
		li{width: 48%;}
	}

}
@media (max-width:500px ) {
	.index5 .index5_nr li{padding-right: 0;
		.index5_nr_img{width:100%;}
	}
	.index5 .index5_zimu{display: none;}
	.index5 .index5_nr li .index5_nr_txt{background: rgba(255,255,255,.8);width: 100%; padding:.3rem .3rem .3rem .6rem;height:3rem;box-shadow: none;}
	.index5 .index5_nr li .index5_nr_txt a{display: none;}
	.index5 .index5_nr li .index5_nr_txt p{font-size: 16px;}
	.index5{padding: .7rem 0 .4rem}
}


.index6{background: url("../images/i25.jpg")no-repeat;max-width: 1920px;margin: 0 auto;color: #fff;padding: .75rem 0;background-size:cover;
	.main1400_b{display: flex;justify-content: space-between;}
	.com3_dh{text-align: left;color: #fff;flex-shrink:0;
		p{font-size: .24rem;color: #fff;}
		h6{font-size: .2rem;color: #fff;padding: .1rem 0;}
		i{float: left;background: #fff;width:.5rem;}
	}
	h5{font-size:18px;margin-left: 1.5rem;display: flex;align-items: center;}
}
@media (max-width:900px ) {
	.index6 .main1400_b{flex-wrap: wrap;
		h5{width: 100%;margin:.3rem 0 0;font-size: 14px;}
	}
	.index6 .com3_dh{
		p{font-size: .4rem;}
		h6{font-size: .35rem;}
	}
}



.index7{padding: .6rem 0 0;
	.index7_nr{overflow: hidden;padding: .5rem 0 0;}
	.index7_nr_img{float: left;width: 578px;margin-top: 40px;}
	ul{width: e("calc(100% - 610px)");float: right;;
		li{padding-bottom: 40px;border-bottom: 1px solid #bfbfbf;margin-bottom: 40px;overflow: hidden;
			time{background: @mainColor;color: #fff;width: 100px;height: 100px;margin-right: 40px;display: block;float: left;text-align: center;padding-top:16px;margin-top: 10px;
				span{display: block;font-size: 28px;}
				span+span{font-size: 14px;}
			}
			h4{font-size: 18px;.clamp(1);}
			i{display: block;width: 100px;height: 2px;background: #bfbfbf;margin: 10px 0 10px 140px;}
			article{.clamp(3);
				p{font-size: 14px;opacity: .7;}
			}
		}
		li:last-child{margin-bottom: 0;}
		li:hover{
			h4{color: @mainColor;}
			article p{opacity: 1;}
		}
	}
}
@media (max-width:1400px ) {
	.index7 .index7_nr_img{width: 400px;
		img{float: right;}
	}
	.index7 ul{width: e("calc(100% - 433px)");}
}


@media (max-width:900px ) {
	.index7 .index7_nr_img{display: none;}
	.index7 ul{width: 100%;float: none;}
	.index7 .index7_nr{margin-bottom: .4rem;}
}
@media (max-width:500px ) {
	.index7 ul li{margin-bottom: .2rem;overflow: hidden;padding-bottom: .2rem;
		time{width: 70px;height:64px;padding-top: 0;margin-right: 10px;
			span+span{line-height: 1;}
		}
		i{display: none;}
		h4{padding-top:16px;font-size: 16px;}
	}
	.index7 ul li article{.clamp(1);}
}


.com4_dh{background: url("../images/i26.png")no-repeat left bottom;color: #373737;padding-bottom: 12px;
	h6{ font-size: .3rem;
		span{font-size: .18rem;}
	}
}

.index8{
	.index8_nr{padding:.7rem 0;display: flex;}
	li{width: 32%;margin-right: 2%;background: #e5e5e5;;position: relative;padding: 1rem .5rem .5rem .2rem;
		time{background: #434343;display: block;width:1rem;height: .93rem;color: #fff;top: -.3rem;left: .2rem;  position: absolute;text-align: right;padding:.05rem;
			span{font-size: .3rem;}
			span+span{font-size: .18rem;}
		}
		h4{color: #373737;font-size: .18rem;margin-bottom:.2rem;.clamp(1);}

		article{.clamp(4);
			p{color: #a1a1a1;}
		}
	}
	li:last-child{margin-right: 0;}
	li:hover{background: #434343;
		time{background: @mainColor;box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);}
		h4{color: #fff;}
		p{color: #b2b2b2;}
	}
}

@media (max-width:900px ) {
	.index8 li time{height:52px;width:60px;padding-right:7px;}
	.index8 li time span{font-size:16px;}
	.index8 li time span + span{font-size:16px;}
	.index8 .index8_nr{flex-wrap: wrap;padding-bottom: 0;}
	.index8 li{width: 100%;margin-bottom: .2rem;margin-right: 0;}
	.index8 li h4{font-size: 16px;}
	.index8 li article{.clamp(2);}
}



//内页大图///////////////////////////////////////////////////////
.nei_banner{overflow: hidden;display: block;position: relative;font-size: 0;max-width: 1920px;height:4rem;margin: 139px auto 0;background-size: cover!important;
	.main1400_b{position: relative;height: inherit;}
	.nei_banner_txt{position: absolute;left: 0;top:18%;color: #fff;font-weight: bold;
		h6{font-size: .3rem;line-height: 1.3;}
		p{font-size: .36rem;}
		i{display: block;background: url("../images/i4.png")no-repeat;width:.57rem;height: .71rem;margin-top: 5px;background-size: 100%;}
	}
	ul{border-top: 1px solid #ffffff;position: absolute;left: 0;right: 0;bottom: 0;text-align: center;
		li{display: inline-block;;color: #fff;position: relative;;z-index: 55;
			a{font-size:16px;position: relative;z-index: 3;padding: .2rem .2rem .2rem .6rem;display: block;.transition();background-size: .3rem!important;}
		}
		li:hover{.active}
		.active{color: @mainColor;}
	}
}
.banner_product{background: url("../images/banner_product.jpg")no-repeat center;
	ul{
		li a{background: url("../images/i35.png")no-repeat .2rem center;}
		li:nth-of-type(2) a{background: url("../images/i36.png")no-repeat .2rem center;}
		li:nth-of-type(3) a{background: url("../images/i37.png")no-repeat .2rem center;}

		li.active a,li a:hover{background:#fff url("../images/i35_1.png")no-repeat .2rem center;}
		li:nth-of-type(2).active a,li:nth-of-type(2):hover a{background:#fff url("../images/i36_1.png")no-repeat .2rem center;}
		li:nth-of-type(3).active a,li:nth-of-type(3):hover a{background:#fff  url("../images/i37_1.png")no-repeat .2rem center;}
	}
}

.banner_news{background: url("../images/banner_news.jpg")no-repeat center;
	ul{
		li a{background: url("../images/i41.png")no-repeat .2rem center;}
		li:nth-of-type(2) a{background: url("../images/i42.png")no-repeat .2rem center;}

		li.active a,li a:hover{background:#fff url("../images/i41_1.png")no-repeat .2rem center;}
		li:nth-of-type(2).active a,li:nth-of-type(2):hover a{background:#fff url("../images/i42_1.png")no-repeat .2rem center;}
	}
}

.banner_quality{background: url("../images/banner_quality.jpg")no-repeat center;
	ul{
		li a{background: url("../images/i62.png")no-repeat .2rem center;}
		li:nth-of-type(2) a{background: url("../images/i61.png")no-repeat .2rem center;}

		li.active a,li a:hover{background:#fff url("../images/i62_2.png")no-repeat .2rem center;}
		li:nth-of-type(2).active a,li:nth-of-type(2):hover a{background:#fff url("../images/i61_1.png")no-repeat .2rem center;}
	}
}

.banner_company{background: url("../images/banner_company.jpg")no-repeat center;
	ul{
		li a{background: url("../images/i51.png")no-repeat .2rem center;background-size: .3rem!important;}
		li:nth-of-type(2) a{background: url("../images/i52.png")no-repeat .2rem center;}
		li:nth-of-type(3) a{background: url("../images/i53.png")no-repeat .2rem center;}
		li:nth-of-type(4) a{background: url("../images/i54.png")no-repeat .2rem center;}
		li:nth-of-type(5) a{background: url("../images/i55.png")no-repeat .2rem center;}

		li.active a,li a:hover{background:#fff url("../images/i51_1.png")no-repeat .2rem center;}
		li:nth-of-type(2).active a,li:nth-of-type(2):hover a{background:#fff url("../images/i52_1.png")no-repeat .2rem center;}
		li:nth-of-type(3).active a,li:nth-of-type(3):hover a{background:#fff url("../images/i53_1.png")no-repeat .2rem center;}
		li:nth-of-type(4).active a,li:nth-of-type(4):hover a{background:#fff url("../images/i54_1.png")no-repeat .2rem center;}
		li:nth-of-type(5).active a,li:nth-of-type(5):hover a{background:#fff url("../images/i55_1.png")no-repeat .2rem center;}
	}
}
.banner_contact{background: url("../images/banner_contact.jpg")no-repeat center;}
@media (max-width:900px ) {
	.nei_banner{margin-top:40px;height: 3.5rem;}
	.nei_banner ul{display: none;}
	.nei_banner .nei_banner_txt h6{font-size: .4rem;}
	.nei_banner .nei_banner_txt i{margin-top: .1rem;}
}

.company_dh{flex-shrink:0;color: #373737;
	h6{font-weight: bold;font-size: .36rem;letter-spacing: 2px;}
	p{font-size: .3rem;}
}

//公司简介内页
.company1{display: flex;justify-content: space-between;margin: .5rem 0 .3rem;
	.company1_nr{margin:.1rem 0 0 .1rem;
		>h4{color: @mainColor;font-weight: bold;background: url("../images/i7.png")left center no-repeat;padding-left: 180px;font-size: .24rem;margin-bottom: .2rem;}
		article{font-size: 18px;color: #454545;}
	}
}

@media (max-width:900px ) {
	.company1{flex-wrap: wrap;
		.company_dh{width: 100%;}
	}
	.company1 .company1_nr{margin: .2rem 0 0 .05rem;}
}
@media (max-width: 500px) {
	.company1 .company1_nr > h4{padding-left: 100px;background-size:80px;margin-bottom: .3rem;font-size:14px;}
	.company1 .company1_nr article{font-size: 16px;}
}

.company2{background: url("../images/company2_bg.jpg")no-repeat center;padding: .6rem 0; ;text-align: center;color: #fff;background-size: cover;margin-bottom: 1rem;
	h4{font-weight: bold;font-size: .24rem;margin-bottom: .2rem;}
	p{font-size: 18px;max-width: 800px;width: 90%;margin: 0 auto;}
}

@media (max-width:500px ) {
	.company2 p{font-size: 16px;}
	.company2 h4{font-size: .3rem;}
}



.culture1{padding:.5rem 0;color: #373737;
	section{position: relative;height: 500px;margin: .5rem 0;
		.img{position: absolute;width: 100%;max-width: 1100px;border-top-left-radius:.8rem;left:0;border-bottom-right-radius:.8rem;overflow: hidden;height: inherit;z-index: -1;
			img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
		}
		.txt{width: 700px;height: 350px;float: right;background: #ffffff;box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.2);;border-top-left-radius:.8rem;border-bottom-right-radius: .8rem;padding: .5rem .3rem;margin-top: .2rem;
			article{overflow-y: auto;height:100%;
				h3{font-size: .36rem;margin-bottom: .15rem;}
				p{line-height: 1.5;margin-bottom: .1rem;font-size: 18px;}
			}
		}
	}
	.s2{
		.img{left: auto;right: 0;}
		.txt{float: left;
			article{height: 100%;
				strong{font-size: .24rem;}
			}
		}
	}
}

@media (max-width:900px ) {
	.culture1 section .txt{width: 90%;margin: 0 auto;float: none!important;}
}
@media (max-width:500px) {
	.culture1{
		section{height: auto;margin-bottom:2.5rem;
			.img{height:4rem;border-top-left-radius:.4rem;border-bottom-right-radius:.4rem;position: static;}
			.txt{border-top-left-radius:.4rem;border-bottom-right-radius: .4rem;height: auto;width: 100%;margin-top: -1rem;position: relative;z-index: 22;
				article{height: auto;
					p{font-size: 14px;}
				}
			}
		}
	}
	.culture1 .s2 .txt article strong{font-size: 18px;}
}


.development1{background: url("../images/development1_bg.jpg")fixed no-repeat center;color: #fff;overflow: hidden;background-size: cover;
	.development1_left{width: 60%;float: left;position: relative;padding-top: .5rem;z-index:2;height: 100%;
		.development1_left_dh{margin-bottom: 1.5rem;
			h6{font-size: .6rem;text-transform: uppercase;line-height: 1.2;}
			p{font-size: .48rem;}
		}
		.development1_nr{padding-right:20%;padding-bottom: .9rem;
			section{overflow-y: auto;height:4rem;
				p{font-size: .2rem;line-height: 1.5;}
			}
			.active{display: block;}
		}
		.development1_left_bg{position: absolute;background: rgba(0,0,0,.4);right: 0;top: 0;bottom: 0;left:-260px;z-index:-1;}
	}
	.development1_right{width: 40%;float: right;
		ul{display: flex;justify-content: flex-end;flex-wrap: wrap;flex-direction: column;height: 9rem;padding-bottom: 1rem;
			li{font-size: .3rem;;margin-top: .6rem;position: relative;height: .7rem;line-height: .7rem;padding-left:.3rem;z-index: 1;cursor: pointer;width: 2.1rem;
				&:before{content: '';position: absolute;left: 0;height: inherit;width:5px;background: #fff;z-index: -1;.transition();}
			}
			.active{color: @mainColor;
				&:before{width: 100%;}
			}
		}
	}
}

@media (max-width:900px ) {
	.development1 .development1_left .development1_left_dh h6{font-size: .5rem;}
	.development1 .development1_left .development1_left_dh p{font-size:.4rem;}
	.development1 .development1_left{width: e("calc(100% - 2.2rem)");
		.development1_nr{padding-right: 8%;
			section{height: 5rem;}
		}
		.development1_left_bg{height: 500%;}
	}
	.development1 .development1_right{width: 2rem;overflow: hidden;}
	.development1 .development1_right ul{height: 10rem;}
}






//技术支持
.com5_dh{font-size: .36rem;text-align: center;margin: 1rem 0 .5rem;
	span{text-transform: uppercase;color: #373737;}
	p{color: #373737;width: 90%;max-width:1000px;font-size: 18px;margin:.2rem auto;}
}
@media (max-width:900px ) {
	.com5_dh p{font-size: 16px;}
}
@media (max-width:500px ) {
	.com5_dh p{font-size: 14px;}
	.com5_dh{margin-top: .5rem;}
}

.technical1{margin-bottom: .5rem;
	img{width: 100%;}
	ul{overflow: hidden;padding: .5rem 0 .3rem;border-bottom: 1px solid #a2a2a2;
		li{width: 45%;float: left;
			h6{font-size: .3rem;color: #373737;font-weight: bold;margin-bottom: .1rem;}
			p{line-height: 1.6;color: #a5a5a5;font-size:18px;}
		}
		li:nth-of-type(2){float: right;}
	}
}
@media (max-width:900px ) {
	.technical1 ul li{width: 100%;margin-bottom: .4rem;}
	.technical1 ul li p{font-size: 16px;}
}
@media (max-width:420px ) {
	.technical1 ul li h6{font-size: .4rem;}
}



//新闻
.member2{margin: .5rem 0;
	.pic{overflow: hidden;font-size: 0;height: 6rem;width: 100%;
		img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
	}
	.company_dh{margin-bottom: .5rem;}
	section{background: rgba(255,255,255,.7);box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.73);position: absolute;bottom: 0;left: 0;width: 100%;padding:2% 5% 3% 5%;
		h6{.clamp(1);}
		i{display: block;width: 200px;height: 2px;background:#7d7d7d;margin:3px 0 ; }
		p{font-size: 16px;.clamp(1);}
	}
	.swiper-butt{position: absolute;top: 50%;margin-top: -10px;z-index: 2;width: 71px;height: 20px ;}
	.swiper-button-prev3{background: url("../images/i12.png")no-repeat;left: 0;background-size: 100%;}
	.swiper-button-next3{background: url("../images/i13.png")no-repeat;right: 0;background-size: 100%;}
}

@media (max-width: 420px) {
	.member2 .swiper-button-next3{width: 35px;height: 10px;}
	.member2 .swiper-button-prev3{width: 35px;height: 10px;}
}


.member1{margin-top: .5rem;
	ul{
		li{box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.17);height: 180px;background: url("../images/member_bg1.png")no-repeat right center;margin-bottom: .5rem;.transition();
			.flex-buju{display: flex;justify-content: space-between;flex-wrap: wrap;height: 100%;}
			.m_title{width: 320px;border-left: 1px solid #ededed; border-right: 1px solid #ededed;display: flex;align-items: center;height: 100%;justify-content: center;padding: 0 5%;flex-direction: column;
				span{color:@mainColor;font-weight: bold;display: block;line-height: 1.3;}
			}
			section{flex: 1;display: flex;padding: 0 5%;flex-direction: column;    justify-content: center;
				h6{color: #373737;line-height: 1.5;.clamp(2);}
				article{display: none;
					p{.clamp(5);}
				}
			}
			.img{width: 695px;margin-right: -260px;height: 100%;display: none;
				img{width: 100%;height: 100%;object-fit: cover;}
			}
			.i1{display: block;background: url("../images/member_1.png")no-repeat center;width:200px;height:100%;}
		}
		.active{height: 280px;background:fade(@mainColor,80%) url("../images/member_bg2.png")left center no-repeat;
			.m_title{background:@mainColor;
				span{color: #fff;}
			}
			section{padding-right: .3rem;
				h6{color: #fff;margin-bottom: .3rem;}
				article{.clamp(3);line-height: 1.2;display: block;overflow: hidden;;
					p,span{color: #fff;font-size: 14px;line-height: 1.5;}
				}
				.i2{display: block;background: url("../images/member_2.png")no-repeat;width: 20px;height: 21px;float: right;margin-top: .2rem;}
			}
			.img{display: block;}
			.i1{display: none;}
		}
		li:hover{.active}
	}
}


@media (max-width:1200px) {
	.member1 ul li:hover .img{display: none;}
	.member1 ul li .i1{display: none;}
}

@media (max-width:640px ) {
	.member1 ul li .m_title{width:30%;}
	.member1 ul li{height: 130px;}
}



.quality1{margin-top: .5rem;
	.company_dh{margin-bottom: .5rem;}
	ul{
		li{box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.17);height: 180px;background: url("../images/member_bg1.png")no-repeat right center;margin-bottom: .5rem;.transition();
			.flex-buju{display: flex;justify-content: space-between;flex-wrap: wrap;height: 100%;}
			.m_title{width: 320px;border-left: 1px solid #ededed; border-right: 1px solid #ededed;display: flex;align-items: center;height: 100%;justify-content: center;padding: 0 5%;flex-direction: column;
				span{color:@mainColor;font-weight: bold;display: block;line-height: 1.3;}
			}
			section{flex: 1;display: flex;padding: 0 5%;flex-direction: column;    justify-content: center;
				h6{color: #373737;line-height: 1.5;.clamp(2);}
			}
			.img{width: 695px;margin-right: -260px;height: 100%;display: none;
				img{width: 100%;height: 100%;object-fit: cover;}
			}
			.i1{display: block;background: url("../images/member_1.png")no-repeat center;width:200px;height:100%;}
		}
		.active{background:fade(@mainColor,80%) url("../images/member_bg2.png")left center no-repeat;
			.m_title{background:@mainColor;
				span{color: #fff;}
			}
			section{
				h6{color: #fff;}
			}
			.i1{background: url("../images/member_2.png")no-repeat center;}
		}
		li:hover{.active}
	}
}

@media (max-width:1200px) {
	.quality1 ul li:hover .img{display: none;}
	.quality1 ul li .i1{display: none;}
}
@media (max-width:640px ) {
	.quality1 ul li .m_title{width:30%;}
	.quality1 ul li{height: 130px;}
}


//荣誉证书honor页面/////////////////////////
.honor1{padding: .5rem 0;
	.honor_list{overflow: hidden;margin: .4rem 0;
		li{float: left;width:32%;margin:0 2% 3% 0;text-align: center;cursor:pointer;
			.img{height: 2.64rem;
				img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
				.img1{object-fit: contain;font-family: 'object-fit: contain;';}
			}
			h4{margin: .1rem 0;.clamp(1);}
		}
		li:nth-of-type(3n){margin-right: 0;}
	}

	@media (max-width:768px) {
		.honor_list{
			li{width:49%;margin-right: 2%!important;}
			li:nth-of-type(2n){margin-right: 0!important;}
		}
	}
}






//新闻详情/////////////////////////
.news_info_bg{background:#f9f9f9;padding: .5rem 0;}
.news_info1{background: #fff;padding: 30px;overflow: hidden;;
	.news_info1_l{float: left;width: e("calc(100% - 340px)");
		.news_title{text-align: center;margin:.1rem 0;
			h1{padding-bottom: .2rem;font-weight: bold;border-bottom: 2px solid @mainColor;margin-bottom: .2rem;}
			span{font-size: 14px;color:#707070;margin: 0 10px;}
		}
		.neirong_container{padding:.4rem 0;overflow: hidden;
			article{border-bottom: 1px solid #cccccc;min-height: 5rem;
				//span,p{text-indent: 0!important; line-height: 1.8!important;font-size: 14px!important;font-family:'微软雅黑'!important;}
				p{margin-top: 10px;}
				img{max-width:100%;}
				video{width: 100%;}
				table{width: 100%;border-collapse:separate;border-spacing: 0;
					.firstRow{background: #f0f0f0;}
					tr{height: 33px;line-height: 33px;
						td {
							text-align: center;
							border: 1px solid #cccccc;
							p{line-height: 33px!important;}
							img{display: inline-block;}
						}
					}
				}
			}
			.newsPage{font-family: 宋体;margin-top: .2rem;
				.page-a{margin: .15rem 0;}
				a{font-family: 宋体;}
			}
			.fanhui{width:130px;height:40px;line-height: 40px;.border-radius(5px);color: #fff; float: right;background: #184f90;text-align: center;margin-top: .3rem;}
		}
	}
	.news_info1_r{width:300px;float: right;
		.news_info1_r_t{color: #fff;height: 46px;line-height: 46px;padding-left: 30px;background: @mainColor;}
		section{background: #f9f9f9;margin-top: 10px;padding-bottom: 1px;
			header{position: relative;overflow: hidden;
				.img{position: absolute;left: 0;top: 0;width: 100%; height: 200px; background: #000;opacity: 0;.transition();overflow: hidden;
					img{width: 100%;opacity: .5;;height: 100%;object-fit: cover;}
				}
				aside{padding:20px 20px 0;position: relative;;z-index: 2;height: 178px;
					.time{
						time{font-size: 20px;}
						time+time{font-size:14px;margin-left: 5px;}
					}
					h4{margin: 10px 0;font-size:16px;.slh();}
					article{
						p{color: #a6a6a6;line-height:1.5;height: 42px;overflow: hidden;}
					}
					i{width: 100%;height: 1px;background: #ccc;display: block;margin-top:40px;}
				}

			}
			a{display: block;;color: #a6a6a6;margin:10px 0 10px 20px;height: 36px;line-height: 36px; position: relative;overflow: hidden;;
				&:after{content: '';width:36px;height: 36px;position: absolute;right: -50px;border: 1px solid rgb(196, 196, 196);.border-radius(50%);.transition();background: url("../images/ni_i1.png")no-repeat center center;background-size: 30px;}
			}
		}
		section:hover{
			header {
				.img {opacity: 1}
				aside{
					.time,h4,article p{color: #fff;}
				}
			}
			a{color: @mainColor;
				&:after{right: 20px;}
			}
		}
	}
}

@media (max-width:900px) {
	.news_info1 .news_info1_l{width: 100%;}
	.news_info1 .news_info1_r{display: none;}
	.news_info1{padding: .2rem;}
	.news_info1 .news_info1_l .news_title span{display: none;}
	.news_info1 .news_info1_l .news_title h1{font-size: 16px;}
}










///////联系我们///////////////////////////
.contact1{overflow: hidden;margin: .5rem 0;
	.company_dh{margin-bottom: .5rem;}
	.contact1_nr{display: flex;justify-content: space-between;
		.contact1_left{width: 380px;border: 1px solid #ddd;padding: 20px;
			.contact1_left_dh{margin-bottom: 20px;}
			li{background: url("../images/i_c1.png")no-repeat left 20px;padding:10px 0 10px 30px;border-bottom: 1px solid #ddd;
				strong{font-size: 18px;font-weight: bold;color: @mainColor;}
			}
			.email{background: url("../images/i_c2.png")no-repeat  left 20px;}
			.address{background: url("../images/i_c3.png")no-repeat  left 20px;}
			.linkman{background: url("../images/i_c4.png")no-repeat  left 20px;}
			.fax{background: url("../images/i_c5.png")no-repeat  left 20px;}
			.phone{background: url("../images/i_c6.png")no-repeat  left 20px;}
		}
		#gaodeMap{flex: 1;margin-left: .3rem;}
	}
}


@media (max-width: 768px) {
	.contact1 .contact1_nr{ flex-wrap: wrap;;
		.contact1_left{width: 100%;}
		#gaodeMap{width: 100%;height:4.5rem;margin:.3rem 0 0;flex: auto}
	}
}


.contact4{background:#e9e9e9;padding: .5rem 0;margin: .5rem 0;
	h3{text-align: center;}
	p{text-align: center;margin: .3rem 0 ;line-height:1.8;}
	a{width: 96px;height:40px;text-align: center;line-height:40px;border: 1px solid #cccccc;.transition();font-size: 14px;display: block;margin:.3rem auto 0;
		&:hover{color: #fff;}
	}
}


.contact5{margin: .3rem 0;
	h3{text-align: center;margin: .2rem 0 .3rem}
	ul{overflow: hidden;;
		li{float: left;width: 49%;height:50px;line-height:50px;border: 1px solid #ccc;margin-bottom: 20px;
			input{height: 100%;  color: #000;padding-left: 2em;background: none;font-size: 14px;width: 100%;}
			input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
				color: #666;
			}
			input:-moz-placeholder, textarea:-moz-placeholder {
				color: #666;
			}
			input:-ms-input-placeholder, textarea:-ms-input-placeholder {
				color: #666;
			}
		}
		.yanzhengma{position: relative;
			img{position: absolute;height: 30px;top: 10px;right: 10px;}
		}
		.liuyan_content{width: 100%;height: 200px;
			textarea{line-height:1.8;text-indent: 2em;padding: 10px 0;width: 100%;height: 100%;}
		}
		.tijiao{background: @mainColor;border: none;
			input{color: #fff;padding-left: 0;}
		}
		li:nth-of-type(2n){float: right;}
	}
}
@media (max-width:500px ) {
	.contact5 ul li{width: 100%;}
	.contact5 ul li{
		input{padding:0 1em;}
	}
	.contact5 ul .liuyan_content textarea{text-indent: 1em;}
}












//产品列表页/////////////////////////////////////
.neiye_prodcut{background:#e9e9e9;margin-top: -0.59rem;padding-top: .3rem;
	ul{overflow: hidden;
		li{width:23%;margin:1%;float: left;background: #fff;
			.neiye_pic{height:3rem;padding: .2rem; display: flex;align-items: center;justify-content: center;overflow: hidden;
				img{align-items: center;.transition();max-width: 100%;max-height: 100%;}
			}
			.neiye_pic_txt{height:1.5rem;border-top:1px solid #e9e9e9;padding: .2rem;position: relative;
				h2{margin-bottom: .1rem;.transition();}
				p{line-height:1.8;height: 75px;overflow: hidden;}
				i{display: block;width: .1rem;height: .1rem;position: absolute;right: 0;bottom: 0;background: @mainColor;.transition();}
			}
		}
		li:hover{
			.neiye_pic{
				img{.scale(1.1);}
			}
			.neiye_pic_txt{
				h2{color: @mainColor;}
				i{width: 100%;height: 1px;}

			}
		}
	}
}


@media (max-width: 1300px) {
	.neiye_prodcut ul li .neiye_pic_txt{height: 2rem;
		p{height: 50px;}
	}
}
@media (max-width: 1024px) {
	.neiye_prodcut ul li{width: 31.3%;}
}
@media (max-width: 768px) {
	.neiye_prodcut ul li{width: 48%;
		.neiye_pic_txt p{font-size: 12px;height: 40px;}
	}
}


.nei_type1{background: #eceff3;padding: 1px 0 1rem;
	ul{
		li{background: #fff;box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);overflow: hidden;margin-bottom: .5rem;
			.li_txt{padding: 1rem .5rem .5rem .7rem;float: left;width: 40%;
				h3{font-weight: bold;font-size: .24rem;background: url("../images/i38.png")no-repeat left center;padding-left: .35rem;margin-bottom: .1rem;background-size: .3rem}
				p{font-size: 16px;color: #454545;.clamp(5);}
				.p2{margin:.1rem 0 .3rem;text-indent: 2em;}
				i{display: block;width: 132px;height: 40px;line-height: 40px;text-align: center;background: @mainColor;color: #fff;}
			}
			.img{float:right;width: 60%;height: 5.2rem;overflow: hidden;position: relative;;
				img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';.transition();position: absolute;left: 0;}
			}
		}
		li:nth-of-type(2n){
			.li_txt{float: right;}
			.img{float:left ;}
		}
		li:hover{}
	}
}
@-webkit-keyframes ks {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
	10% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	80% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: .3;
	}
	to {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}
@media (max-width:900px ) {
	.nei_type1 ul li .img{width: 100%;}
	.nei_type1 ul li .li_txt{width: 100%;padding: .4rem .3rem .3rem .4rem;}
}
@media (max-width:500px ) {
	.nei_type1 ul li .li_txt h3{font-size: .35rem;}
}
.product1{background: #eceff3;padding: 1px 0 1rem;
	ul{
		li{background: #fff;width: 30%;margin:1.5%;float: left;;
			.img{height:3.6rem;overflow: hidden;position: relative;
				img{width: 100%;height: 100%;object-fit: contain;font-family: 'object-fit: contain;';}
				article{position: absolute;top:100%;left: 0;right: 0;height: 100%;padding: .5rem;color: #fff;font-size: 16px;.transition();background: @mainColor;
					p{overflow: hidden;.clamp(5);}
				}
			}
			.img_txt{padding: .2rem;
				h3{font-size:18px;}
			}
		}
		li:hover{
			.img{
				article{top: 0;}
			}
		}
	}
}


@media (max-width:900px ) {
	.product1 ul li{width: 47%;margin-bottom:5%;}
}


.pindao1{
	section{margin-bottom:1rem;overflow: hidden;;
		h4{font-size: .36rem;margin-bottom: .5rem;color: #373737;
			&:before{content:'';width: 1.3rem;height: .13rem;display: inline-block;background: @mainColor;margin-right: .4rem;}
		}
		li{float: left;width: 32%;margin-right:2%;margin-bottom:2%;height: 6rem;position: relative;
			a{display: block;height: inherit;}
			.img{overflow: hidden;height: inherit;
				img{width: 100%;height: 100%;object-fit: contain;font-family: 'object-fit: contain;';}
			}
			.txt{position: absolute;width: 100%;bottom: 0;left: 0;padding: 10px 20px;color: #fff;background: fade(@mainColor,50%);.transition();overflow: hidden;
				.p1{font-size: .24rem;}
				article{display: none;}
			}
		}
		li:hover{
			.txt{height: 100%;display: flex;align-items: center;background: fade(@mainColor,70%);
				.p1{display: none;}
				article{display: block;}
			}
		}
		li:nth-of-type(3n){margin-right: 0;}
	}
	section:last-child{margin-bottom: 0;}
}
@media (max-width:900px ) {
	.pindao1 section li{width: 49%;margin-right: 2%!important;height: 4.3rem;}
	.pindao1 section li:nth-of-type(2n){margin-right: 0!important;}
	.pindao1 section li .txt .p1{font-size: 14px;}
}


//////////////产品详情页///////////////////////////////////
.product_info1_left{margin-top: 40px;width: 45%;float: left;overflow: hidden;;
	.product_info1_left_t{height:520px;border: 1px solid #bfbfbf;display: flex;align-items: center;justify-content:center;box-sizing: border-box;;padding: 10px;overflow: hidden;;
		.gallery-top{height: 100%;width: 100%;
			.swiper-slide{height: 100%;display: flex;align-items: center;justify-content:center;
				img{max-width: 100%;max-height: 100%;}
			}
			.arrow-left {background: url(../images/index_tab_l.png) no-repeat left top;position: absolute;left: 10px;top: 50%;margin-top: -25px;width: 28px;height: 51px;z-index: 10;
			}

			.arrow-right {background: url(../images/index_tab_r.png) no-repeat left bottom;position: absolute;right: 10px;top: 50%;margin-top: -25px;width: 28px;height: 51px;z-index: 10;
			}
		}
	}
	.product_info1_left_b{margin-top: 30px;position: relative;
		.gallery-thumbs{width: e("calc(100% - 100px)");margin: 0 auto;
			.swiper-slide{border: 1px solid #bfbfbf;height:100px;display: flex;align-items: center;justify-content:center;cursor: pointer;
				img{max-width: 100%;max-height: 100%;}
			}
			.active-nav{border: 1px solid @mainColor;}
		}
		.arrow-left{position: absolute;left:0;top: 0;width:30px;height: 100%;z-index: 10;background: #ccc  url(../images/feel3.png) no-repeat center;
		}
		.arrow-right {position: absolute;right: 0;top: 0;;width:30px;height: 100%;z-index: 10;background: #ccc  url(../images/feel4.png) no-repeat center;
		}
	}
}

.product_info1_right{width: 45%;float: right;padding-top: 60px;
	h1{letter-spacing: 4px;color: @mainColor;}
	article{margin: 40px 0 0; .clamp(15);
		p{line-height: 2;}
		.p1{background: url("../images/pi_i6.jpg")no-repeat left center;padding-left: 40px;}
		.p2{background: url("../images/pi_i7.jpg")no-repeat left center;padding-left: 40px;}
	}
}

@media (max-width: 1200px) {
	.product_info1_left{width: 55%;}
	.product_info1_right{width: 40%;}
}

@media (max-width: 800px) {
	.product_info1_left{width: 100%;}
	.product_info1_right{width: 100%;}
}
@media (max-width: 640px) {
	.product_info1_right{padding: 20px 0;
		h1{letter-spacing: 0;}
	}
	.product_info1_right article{margin-top: 20px;}
	.product_info1_left .product_info1_left_b{
		.slick-arrow{top: 12px;}
		.ul2 li{height: 70px;}
		.gallery-thumbs{width: e("calc(100% - 50px)");
			.swiper-slide{height: 50px;padding: 0;}
		}
		.gallery-top{
			.arrow-left{width: 20px;left: 0;background-size: 100%;}
			.arrow-right{width: 20px;right: 0;background-size: 100%;}
		}
		.arrow-left{width:20px;}
		.arrow-right{width:20px;}
	}
	.product_info1_left .product_info1_left_t{height:6rem;}



}



.product_info2{margin: 30px 0 10px;padding-top: 30px;
	.product_info2_dh{padding: 0 20px;height: 50px;line-height: 50px;color: #fff;background: @mainColor;display: inline-block;
		h3{font-size: 18px;}
	}
	article{min-height: 300px;border: 1px solid #bfbfbf;padding:20px;margin: 20px 0;
		span{font-size: inherit;}
		img{max-width: 100%;}
		table{width: 100%!important;
			td{border: 1px solid #ccc;padding: 5px; text-align: center;}
		}
	}
}
@media (max-width: 640px) {
	.product_info2{margin:0;}
	.product_info2 .product_info2_dh{height: 40px;line-height: 40px;width: 100%;text-align: left;padding-left: 20px;}
	.product_info2 article{min-height:0;overflow-x: auto;
		img{max-width: 600px;}
	}
}

.product_info_fanhui{margin-top: 20px;display: inline-block;padding: 0 20px; height: 26px;color: #fff;background: @mainColor;text-align: center;line-height: 26px;margin-bottom: 30px;cursor: pointer;}













.picture{ float:left; width:193px; height:173px; overflow:hidden; display:inline;position: relative;
	.picture1 a{ width: 193px; height:173px; text-align:center; vertical-align:middle;background-color:#FFFFFF; border:1px solid #cccccc; overflow:hidden; display:table-cell; *display: block;
		img{ vertical-align:middle; border:0;}
	}
	.picture2{line-height: 20px; height:20px; text-align:center; }
}















.title{background:#eee; padding-left:10px;margin-bottom: 20px;
	span,a{color: #333;}
}

///ntitle3的样式//////////////////////
.title3{margin-bottom: 20px;
	span,a{color: #333;}
}
.title3_top{
	h2{font-size: 24px;color: #000;}
	p{margin-top: 5px;}
	.title_tel{background: url("../images/title_tel.png")no-repeat left center;  float: right;padding-left: 50px;
		span{font-size:24px;font-style: italic;}
	}
}
///////////////////////////////////////////////////////////////////////////////


.container_left4{width: 220px;float: left;;
	h3{font-size: 16px;  height: 60px; line-height: 60px; background: #666666; padding: 0 20px; color: #FFF; text-shadow: #333 2px 2px 2px;}
	.class_nr{
		ul{
			li{margin-bottom: 1px;
				a{ display: block;background: #EEE;padding: 10px 20px;.transition();}
			}
			li:hover a{background:@qt6;color: #fff;}
			.cura{background:@qt6;color: #fff;}
		}
	}
}






.container_left5{width: 230px;margin-bottom: 30px;float: left;
	h3{}
	.class_nr{
		ul{margin-top: 15px;margin-bottom: 27px;
			li{
				a{display: block;border-bottom: 1px solid #e1e1e1;line-height: 41px;margin-bottom: 3px; margin-top: 0;padding-left:46px;
					&::before{content: ">";width: 5px;height: 8px; float: left;display:block;margin-left: -16px;}
				}
			}
			li:hover{background:@qt6;color: #fff;
				a{color: #fff;}
			}
			.cura{background:@qt6;color: #fff;
				a{color: #fff;}
			}
		}
	}
	.sider_fenlei{margin-top: 16px;
		li{display: inline-block;margin-right: 3px;margin-top: 12px;
			a{color: #a3a3a3;display: block; text-transform: uppercase;border: 1px solid #e2e2e2; padding: 10px 22px;.transition();}
		}
		li:hover a{background: @qt6;color: #fff;}
	}
	.sider_news{margin-top: 27px;margin-bottom: 28px;
		li{color: #999;margin-bottom: 16px;
			a{display: block;color: #37474f;border-bottom: 1px solid #e1e1e1;padding-bottom: 17px;margin-top: 12px;.transition();
				time{color: #999;line-height: 20px;margin-bottom: 5px;font-size: 12px;}
			}
		}
		li:hover a{color: @qt6;}
	}
}

.com_sider{position: relative;padding-bottom: 10px;font-size: 18px;
	&::after{content: "";width: 35px;height: 2px;background: #d68b37;  position: absolute;  bottom: -1px;left: 0;}
}

.neiye_article{line-height: 24px;padding: 30px;
	h2{font-size: 18px;margin-bottom: 10px;
		small{font-size: 12px;color: #999;}
	}
}


//sidebar3横向内页导航样式
.sidebar3{
	.class_nr{padding-bottom:5px;border-bottom: 1px solid #ccc;
		ul{background: #f7f7f7; height: 68px;width:@b_w;
			li{display: inline-block;line-height: 68px;width: 145px;text-align: center;.transition();
				&:hover{background: @qt6;
					a{color: #fff;}
				}
			}
			.cura{background: @qt6;display: block;color: #fff;}
		}
	}
}


.search{
	form{margin: 7px 0 0 0;}
	.text{color: #a0a0a0;background: #dadada;padding: 0;margin: 0;width: 189px!important;height: 22px!important;border: none;color: #a0a0a0;text-indent: 5px;}
	.anan{background: #020202;margin: 0;padding: 0;width: 44px!important;height: 22px!important;color: #fff;border: none;}
}
.message{width: 279px;border-bottom: 1px dashed #929292;padding: 11px 0;
	.message_title{min-height: 17px; line-height: 17px;color: #666666;
		img{float: left;margin-right: 6px;}
	}
	.message_text{margin-top: 10px;line-height: 23px;color: #666666;
		img{float: left;margin-right: 6px;margin-top: 2px;}
	}
}
.newsList { width:205px; margin:0 auto; padding-top:5px;
	.newsList_li { background: url('../images/n.jpg') no-repeat 10px 50%; border-bottom: 1px dashed #7d7d7d;  line-height:33px; height: 33px; padding-left: 20px;
		a{color: #00315a;}
	}
}
.productsList { width:205px; margin:0 auto; padding-top:5px;
	li{background: url('../images/f.jpg') no-repeat 10px 50%; border-bottom: 1px dashed #7d7d7d;  line-height:33px; height: 33px; padding-left: 30px;
		a{color: #00315a;}
	}
}






.newsList1{line-height: 30px;
  li{border-bottom: 1px dotted #deabab;
	a{background:url('../images/news_tb2.jpg')no-repeat center left;text-indent: 10px;display: block;}
  }
}

#Mleft{float: left;}
#Mright{margin:0 0px 0 auto;width:949px;float: right;min-height: 300px;}


.container_left{width: 220px;float: left;;
  .class_neiye{background:@hoverColor;padding-top: 5px;margin-bottom: 20px;
    h3{text-align:center;color: #fff;font-size: 24px;padding:10px 0 10px 0;border-bottom: 1px solid #fff;
      -webkit-font-smoothing: antialiased; /*chrome、safari*/
      -moz-osx-font-smoothing: grayscale;/*firefox*/
    }
    .class_nr{padding: 5px 5px 15px 5px;
      li{line-height: 40px;text-align: center;
		  .transition(all .7s);
        a{color: #fff;font-size: 16px;}
        &:hover{background:@thirdColor;border-bottom: none;padding-left: 5px;}
      }
      img{border-top: 1px solid #fff;padding-top: 10px;}
      h4{text-align: center;color: #fff;font-size: 20px;margin: 10px 0 10px 0;}
      .contact_p{color: #fff;text-align: center;font-size: 14px;}
    }
  }
}








/********消除浮动<div class="clear2"></div>*********/
.clear2{background: none;border: 0;clear: both;display: block;float: none;font-size: 0;margin: 0;padding: 0;overflow: hidden;visibility: hidden;width: 0;height: 0;
	&:after {content: ".";display:block;height: 0;clear: both;visibility:hidden;}
}









.news-btn-1 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.news-btn-1:before {.transition(all .6s);content: '';width: 0;height: 0;.rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color:@qt6 transparent transparent transparent;position: absolute;top: 0;left: 0;z-index: -1;}
.news-btn-1:hover:before {border-width: 1330px 1330px 0 0;}
.neiye_news_list{padding-left: 20px;margin-right: -30px;padding-top: 20px;
	li{width: 180px;float: left;padding: 5px 10px 10px  10px;height: 220px;border: 1px solid #ccc;margin-right: 30px;margin-bottom: 20px;text-align: center;
		img{border:1px solid #ccc; vertical-align:middle;}
		.a1{text-align: center;margin-top: 10px;border-bottom: 1px solid #ccc;padding-bottom: 3px;
			a:hover{color: #00c9ff;}
		}
	}
}



.page{clear: both;margin-top: 10px;text-align: center;font-size: 12px;letter-spacing: 0px;padding-bottom:30px;
	#page_num{width: 50px;}
	a{display:inline-block;height:22px;line-height:20px;border:1px solid #DBDBDB;padding:0 2px 0;color:#000;
		&:hover{
			background:#404040;border:none;color:#fff;;height:18px;line-height:18px;
		}
	}
	select{vertical-align: top;height:22px;}
}
#page_num{border: 1px solid #ccc;}


//详情页上一条和下一条
.pn{
	font-size: 14px;
	margin:25px 0;
	position: relative;
	li{margin-bottom: .1rem;
		a{display: block;text-decoration: none;color:#383737; .slh();
			&:hover{color:@mainColor;}
			i{float: left;}
			span{bottom: 1px;margin: 0 10px;.slh;display: block;}
		}

	}

}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #fff;
}

//图片点击放大取消和自己的冲突样式
#spotlight{
	.footer{margin: 0;background: none;}
	.title{background: none;padding-left: 0;margin: 0;}
	.header{
		div{margin-right:10px;}
	}
}

.footer{max-width: 1920px;margin: 0 auto;background: #272a2f;overflow: hidden;;padding:80px 0 0;
	.footer_nav{width: e("calc(100% - 670px)")  ;float: left;
		li{width:25%;float: left ;
			h3{font-size: 16px;text-align: left;color: #fff;margin-bottom: 15px;
				&:after{content: '';position: absolute;background: url("../images/i31.png")no-repeat;width: 12px;height: 6px;margin:10px;}
			}
			a{color: #797e7c;margin-top: 10px;text-align: left;.clamp(1);
				&:hover{color: #fff;}
			}
		}
		li:last-child{width: 50%;}
	}
	.footer_right{width: 650px;float: right;padding-left:70px;position: relative;overflow: hidden;;
		&:before{content: '';display: block;width: 1px;height: 180px;background: #797e7c;position: absolute;left: 0;top: 0;}
		.footer_right_ewm{overflow: hidden;float: left;width: 233px;
			img{float: left;width:100px;height: 100px;margin-right: 34px;}
			h6{font-size: 16px;padding:12px 0 7px;color: #fff;}
			span{color: #797e7c;margin-top: 4px;display: block;}
		}
		article{float: right;width:300px;
			p{margin-top: 9px;color: #d3d3d3;}
		}
	}
}


.ffff{padding:18px 0;color: #797e7c;text-align: left; border-top: 1px solid #797e7c;margin-top: .4rem;
	.zhexing{float: right;
		svg{opacity:0}
	}
}

@media (max-width:1200px) {
	.footer .footer_right .footer_right_ewm{display: none;}
	.footer .footer_right{width:360px;padding-left:20px;}
	.footer .footer_nav{width: e("calc(100% - 390px)");}
}

@media (max-width:900px ) {
	.footer .footer_nav{display: none;}
	.footer .footer_right{width: 100%;
		&:before{display: none;}
		article{float: left;margin-left: .5rem;}
	}
}

@media (max-width: 600px) {
	.footer{padding-top:.3rem;
		.footer_right .footer_right_ewm{display: none;}
		.footer_right{padding-left: 0;
			article{margin-left: 0;}
		}
	}
}




/////////////////////////////////////////人才招聘/////////////////////////////////
.job{overflow: hidden;}
.job_tab_dh{height: 60px;line-height: 60px;
	li{width: 25%;float: left;background: #000000;text-indent:5%;color: #fff;font-weight: bold;}
}
.job_tab_nr{border: 1px solid #ccc;
	li{
		.nei_rong{ background: #fff;line-height: 60px;height: 60px;cursor: pointer;
			p{width: 25%;float: left;text-indent: 5%;.slh;
				i{float: right;margin-right: 30px;}
			}
		}
		section{text-indent: 5%;padding-top: 2%;display: none;background: #e9e9e9;}
	}
	li+li{border-top:1px solid #ccc;}
}


@media (max-width:840px) {
	.job_tab_dh li{text-indent: 1em;}
	.job_tab_nr li .nei_rong p{text-indent: 1em;}
}
@media (max-width:600px) {
	.job_tab_dh li{width: 33.3%;}
	.job_tab_dh li:nth-of-type(3){display: none;}
	.job_tab_nr li .nei_rong p:nth-of-type(3){display: none;}
	.job_tab_nr li .nei_rong p{width: 33.3%;}

	.job_tab_nr li .nei_rong,.job_tab_dh{height: 40px;line-height: 40px;}
}



.job_contact{background: #ffffff;margin-bottom: 20px;overflow: hidden;;padding: 20px 50px;box-sizing: border-box;;
	li{width:33.3%;float: left;box-sizing: border-box;;padding-left:10%;
		section{margin: 0 auto;
			p{line-height: 1.75;}
			i{display: block;background: url("../images/j1.png")no-repeat;width: 50px;height: 50px;margin-right: 10px;float: left;}
		}
	}
	li:nth-of-type(2) section i{background: url("../images/j2.png")}
	li:nth-of-type(3) section i{background: url("../images/j3.png")}
}

@media (max-width:1050px) {
	.job_contact{
		li{width: 33.3%;margin-bottom: 20px;
			section{width:200px;}
		}
	}
}
@media (max-width:680px) {
	.job_contact{padding: 10px;
		li{width: 50%;
			section{
				i{width: 25px;height: 25px;background-size: 100%!important;margin-top: 10px;}
				p{line-height: 1.7;}
			}
		}
		li:last-child{margin-bottom: 0;}
	}
}



.btn-0 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-0:before {	background:@mainColor;content: '';.transition(all .6s);position: absolute;top: 0;left: 0;width: 0;height: 100%;z-index: -1;}
.btn-0:hover:before {width: 100%;}

.btn-1 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-1:before {.transition(all .6s);content: '';width: 0;height: 0;.rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color:@mainColor transparent transparent transparent;position: absolute;top: 0;left: 0;z-index: -1;}
.btn-1:hover:before {border-width: 330px 330px 0 0;}

.btn-2 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-2:before {content: '';position: absolute;bottom: 0;left: 0; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;border-color: transparent transparent transparent @mainColor;.rotate(360deg); .transition(all .6s);z-index: -1;}
.btn-2:after {border-style: solid;content: '';width: 0;height: 0;border-width: 0 0 0 0;border-color: transparent @mainColor transparent transparent;position: absolute;right: 0;top: 0;.rotate(360deg); .transition(all .6s);z-index: -1;}
.btn-2:hover:before {border-width: 165px 0 0 165px;}
.btn-2:hover:after {border-width: 0 165px 165px 0;}

.btn-3 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-3:before {content: '';position: absolute;bottom: 0;left: 0; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;border-color: transparent transparent transparent @mainColor;.rotate(360deg); .transition(all .6s);z-index: -1;}
.btn-3:after {border-style: solid;content: '';width: 0;height: 0;border-width: 0 0 0 0;border-color: transparent transparent @mainColor transparent;position: absolute;right: 0;bottom: 0;.rotate(360deg); .transition(all .6s);z-index: -1;}
.btn-3:hover:before {border-width: 222px 0 0 222px;}
.btn-3:hover:after {border-width: 0 0 222px 222px;}

.btn-4 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-4:before, .btn-4:after {position: absolute;top: 50%;content: '';width: 20px;height: 20px;background: @mainColor;.border-radius(50%);z-index: -1;}
.btn-4:before {left: -20px;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);
}
.btn-4:after {right: -20px;-webkit-transform: translate(50%, -50%);-moz-transform: translate(50%, -50%);-mz-transform: translate(50%, -50%);-o-transform: translate(50%, -50%);transform: translate(50%, -50%);}
.btn-4:hover:before {-webkit-animation: criss-cross-left 0.8s both;-moz-animation: criss-cross-left 0.8s both;-o-animation: criss-cross-left 0.8s both;-ms-animation: criss-cross-left 0.8s both;animation: criss-cross-left 0.8s both;}
.btn-4:hover:after {-webkit-animation: criss-cross-right 0.8s both;-moz-animation: criss-cross-right 0.8s both;-ms-animation: criss-cross-right 0.8s both;-o-animation: criss-cross-right 0.8s both;animation: criss-cross-right 0.8s both;}
@-webkit-keyframes criss-cross-left {
	0% {left: -20px;}
	50% {left: 50%;width: 20px;height: 20px;}
	100% {left: 50%;width: 375px;height: 375px;}
}
@keyframes criss-cross-left {
	0% {left: -20px;}
	50% {left: 50%;width: 20px;height: 20px;}
	100% {left: 50%;width: 375px;height: 375px;}
}
@-webkit-keyframes criss-cross-right {
	0% {right: -20px;}
	50% {right: 50%;width: 20px;height: 20px;}
	100% {right: 50%;width: 375px;height: 375px;}
}
@keyframes criss-cross-right {
	0% {right: -20px;}
	50% {right: 50%;width: 20px;height: 20px;}
	100% {right: 50%;width: 375px;height: 375px;}
}


.btn-5 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-5:after {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;top: 0;right: 0;border-color: transparent @mainColor transparent transparent;}
.btn-5:before {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;bottom: 0;left: 0;border-color: transparent transparent transparent @mainColor;}
.btn-5:hover:before, .btn-5:hover:after {border-width:80px 433px;}


.btn-6 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-6:before, .btn-6:after {content: '';position: absolute;top: 0;left: 0;width: 250px;height: 0;background:@mainColor;.transition(all .6s);z-index: -1;}
.btn-6:after {top: auto;bottom: 0;}
.btn-6:hover:before, .btn-6:hover:after {height: 40px;}

.btn-7{position:relative;transform-style:preserve-3d;transition:0.4s;}
.btn-7:hover{transform:translateZ(20px) rotateX(360deg) scale(1.1);}

.btn-8{position:relative;transform-style:preserve-3d;transition:0.4s;}
.btn-8:hover{transform:rotateY(360deg) scale(1.1);}

.btn-9{position: relative;z-index: 1;
	&::after{position: absolute; content: "";width: 100%;height: 100%;left: 0;top: 0;background: @mainColor;transition: transform .4s cubic-bezier(.4,0,.2,1);transform-origin:right bottom;transform: scaleX(0);z-index: -1;}
}
.btn-9:hover::after{transform: scaleX(1); transform-origin: left bottom;}

.btn-9-1{position: relative;z-index: 1;
	&::after{position: absolute; content: "";width: 100%;height: 100%;left: 0;top: 0;background: @mainColor;transition: transform .4s cubic-bezier(.4,0,.2,1);transform-origin:left bottom;transform: scaleY(0);z-index: -1;}
}
.btn-9-1:hover::after{transform: scaleY(1); transform-origin: right top;}

.btn-10{position: relative;}
.btn-10::before{content: ""; display: block; width: 100%; height: 100%; background:@mainColor; position: absolute; left: 0; top: 0; z-index: 3; transform: translateY(-100%);animation: 1.4s ease;animation-fill-mode: both; backface-visibility: visible !important;animation-name: fadedown;}
.animate-delay-1::before{animation-delay:.8s;}
@keyframes fadedown {
	from { transform: translateY(-100%); }
	60% { transform: translateY(0); }
	to { transform: translateY(100%);}
}



//btn-span-1<a><span>标签</span></a>
.btn-span-1 {position: relative;overflow: hidden;.transition(all .6s);display: block;width: 100%;height: 100%;z-index: 1;}
.btn-span-1:before {content: '';position: absolute;bottom: 0;left: 0; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;border-color: transparent transparent transparent @mainColor;.rotate(360deg); .transition(all .6s);z-index: -1;}
.btn-span-1:after {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;top: 0;right: 0;border-color: transparent @mainColor transparent transparent;}
.btn-span-1 span:before {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;bottom: 0;right: 0;border-color: transparent transparent @mainColor transparent;}
.btn-span-1 span:after {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;top: 0;left: 0;border-color: @mainColor transparent transparent transparent;}
.btn-span-1:hover:before {border-width: 165px 0 0 165px;}
.btn-span-1:hover:after {border-width: 0 165px 165px 0;}
.btn-span-1:hover span:before {border-width: 0 0 165px 165px;}
.btn-span-1:hover span:after {border-width: 165px 165px 0 0;}

//btn-span-2<a><span>标签</span></a>
.btn-span-2{position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-span-2:after {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;top: 0;right: 0;border-color: transparent @mainColor transparent transparent;}
.btn-span-2:before {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;bottom: 0;left: 0;border-color: transparent transparent transparent @mainColor;}
.btn-span-2:before, .btn-span-2:after {border-color:@mainColor;}
.btn-span-2span:after {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;top: 0;left: 0;border-color: @mainColor transparent transparent transparent;}
.btn-span-2span:before {content: '';position: absolute; width: 0;height: 0; border-style: solid;border-width: 0 0 0 0;.rotate(360deg); .transition(all .6s);z-index: -1;right: 0;bottom: 0;border-color: transparent transparent @mainColor transparent;}
.btn-span-2span:before, .btn-span-2span:after {border-color: @mainColor;}
.btn-span-2:hover:before {border-width: 30px 62.5px;}
.btn-span-2:hover:after {border-width: 30px 62.5px;}
.btn-span-2:hover span:before {border-width: 20px 62.5px;}
.btn-span-2:hover span:after {border-width: 20px 62.5px;}

//btn-span-3<a>标签<span></span></a>
.btn-span-3 {position: relative;overflow: hidden;.transition(all .6s);display: block;;z-index: 1;}
.btn-span-3 span:after {content: ''; position: absolute;display: block;width: 0;height: 0;.border-radius(50%);background: @mainColor;z-index: -1; -webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);-webkit-transition:width 0.4s, height 0.4s;-moz-transition:width 0.4s, height 0.4s;-ms-transition:width 0.4s, height 0.4s;-o-transition:width 0.4s, height 0.4s;transition:width 0.4s, height 0.4s;}
.btn-span-3:hover span:after {width: 562.5px;height: 562.5px;}
//btn-span-4<a><span>标签</span></a>
.btn-span-4 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-span-4:before, .btn-span-4:after,.btn-span-4 span:before,.btn-span-4 span:after {content: '';position: absolute;top: 0;width: 63.5px;height: 0;background: @mainColor;.transition(all .6s);z-index: -1;}
.btn-span-4:before {left: 0;}
.btn-span-4:after {left: 125px;}
.btn-span-4 span:before, .btn-span-4 span:after {top: auto;bottom: 0;}
.btn-span-4 span:before {left: 62.5px;}
.btn-span-4 span:after {left: 187.5px;}
.btn-span-4:hover {color: #c0d3c1;}
.btn-span-4:hover:before, .btn-span-4:hover:after,.btn-span-4:hover span:before,.btn-span-4:hover span:after {height: 80px;}
//btn-span-5<a><span>标签</span></a>
.btn-span-5 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-span-5:before, .btn-span-5:after,.btn-span-5 span:before,.btn-span-5 span:after {content: '';position: absolute;left: 0;top: 0;width: 100%;height: 0;background:fade(@mainColor,50%);.transition(all .6s);z-index: -1;}
.btn-span-5:after,.btn-span-5 span:before {top: auto;bottom: 0;}
.btn-span-5 span:before,.btn-span-5 span:after {	-webkit-transition-delay: 0.4s;-moz-transition-delay: 0.4s;-ms-transition-delay: 0.4s;-o-transition-delay: 0.4s;transition-delay: 0.4s;z-index: -1;}
.btn-span-5:hover:before, .btn-span-5:hover:after,.btn-span-5:hover span:before,.btn-span-5:hover span:after {height: 80px;}

//btn-span-6<a><span>标签</span></a>
.btn-span-6 {position: relative;overflow: hidden;.transition(all .6s);display: block;z-index: 1;}
.btn-span-6:before, .btn-span-6:after,.btn-span-6 span:before,.btn-span-6 span:after {content: '';position: absolute;top: 0;left: 0;width: 0;height: 80px;background: fade(@mainColor,25%);.transition(.4s);z-index: -1;}
.btn-span-6:after,.btn-span-6 span:before {left: auto;right: 0;}
.btn-span-6 span:before,.btn-span-6 span:after {-webkit-transition-delay: 0.4s;	-ms-transition-delay: 0.4s;-o-transition-delay: 0.4s;-moz-transition-delay: 0.4s;transition-delay: 0.4s;}
.btn-span-6:hover:before, .btn-span-6:hover:after,.btn-span-6:hover span:before,.btn-span-6:hover span:after {width: 250px;}


//btn-span-7<a data-text="{$vo1.name}"><span>标签</span></a>
.btn-span-7 {.transition(.5s);position: relative;overflow: hidden;display: block;}
.btn-span-7 span {.transition(.3s);}
.btn-span-7:hover{background-color:@mainColor;}
.btn-span-7:hover > span{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0px,-40px);transform: translate(0px,-40px);}
.btn-span-7::after{position: absolute;content: attr(data-text);-webkit-transform: translate(0, 30%);transform: translate(0, 30%);width: 100%;height: 100%;top: 0;left: 0;opacity: 0;filter: alpha(opacity=0);.transition(.3s);}
.btn-span-7:hover::after{opacity: 1;filter: alpha(opacity=100);-webkit-transform: translate(0, 0);transform: translate(0, 0);}
//btn-span-7-1<a data-text="{$vo1.name}"><span>标签</span></a>
.btn-span-7-1 {.transition(.5s);position: relative;overflow: hidden;display: block;}
.btn-span-7-1 span {.transition(.3s);}
.btn-span-7-1:hover{background-color:@mainColor;}
.btn-span-7-1:hover > span{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0px,40px); transform: translate(0px,40px);}
.btn-span-7-1::after{position: absolute;content: attr(data-text);-webkit-transform: translate(-30%,0);transform: translate(-30%,0);width: 100%;height: 100%;top: 0;left: 0;opacity: 0;filter: alpha(opacity=0);.transition(.3s);
}
.btn-span-7-1:hover::after{-webkit-transform: translate(0, 0);opacity: 1;filter: alpha(opacity=100);transform: translate(0, 0);}

//btn-span-7-2<a data-text="{$vo1.name}"><span>标签</span></a>
.btn-span-7-2 {.transition(.5s);position: relative;overflow: hidden;display: block;}
.btn-span-7-2 span {.transition(.3s);}
.btn-span-7-2:hover{background-color:@mainColor;}
.btn-span-7-2:hover > span{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0px,40px); transform: translate(0px,40px);}
.btn-span-7-2::after{position: absolute;content: attr(data-text);-webkit-transform: translate(-30%, -50%) rotate(-30deg); transform: translate(-30%, -50%) rotate(-30deg); width: 100%;height: 100%;top: 0;left: 0;opacity: 0;filter: alpha(opacity=0);.transition(.3s);
}
.btn-span-7-2:hover::after{-webkit-transform: translate(0, 0);opacity: 1;filter: alpha(opacity=100);transform: translate(0, 0);}

//btn-span-8<a><span>标签</span></a>

@keyframes jello {
	from, 11.1%, to {-webkit-transform: none;transform: none;}
	22.2% {-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);transform: skewX(-12.5deg) skewY(-12.5deg);}
	33.3% {-webkit-transform: skewX(6.25deg) skewY(6.25deg);transform: skewX(6.25deg) skewY(6.25deg);}
	44.4% {-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);transform: skewX(-3.125deg) skewY(-3.125deg);}
	55.5% {-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);transform: skewX(1.5625deg) skewY(1.5625deg);}
	66.6% {-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);transform: skewX(-0.78125deg) skewY(-0.78125deg);}
	77.7% {-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);transform: skewX(0.390625deg) skewY(0.390625deg);}
	88.8% {-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);transform: skewX(-0.1953125deg) skewY(-0.1953125deg);}
}
.btn-span-8{.transition(.5s);position: relative;display: block;}
.btn-span-8:hover{background-color:fade(@mainColor,20%); -webkit-animation-name: jello;animation-name: jello;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
//btn-span-9<a><span>标签</span></a>
.btn-span-9{.transition(.5s);position: relative;display: block;width: 100%;height: 100%;}
.btn-span-9 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-9::before{content: '';position: absolute;top: 0;left: 0;-webkit-transform: scale(0.5, 1);transform: scale(0.5, 1);width: 100%; height: 100%; z-index: 1; opacity: 0;filter: alpha(opacity=0); background-color: @mainColor;.transition(.4s);}
.btn-span-9:hover::before{	opacity: 1;filter: alpha(opacity=100); -webkit-transform: scale(1, 1); transform: scale(1, 1);}

//btn-span-9-1<a><span>标签</span></a>
.btn-span-9-1{.transition(.5s);position: relative;display: block;width: 100%;height: 100%;}
.btn-span-9-1 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-9-1::before{content: '';position: absolute;top: 0;left: 0;-webkit-transform: scale(1,0.5);transform: scale(1,0.5);width: 100%; height: 100%; z-index: 1; opacity: 0;filter: alpha(opacity=0); background-color: @mainColor;.transition(.4s);}
.btn-span-9-1:hover::before{	opacity: 1;filter: alpha(opacity=100); -webkit-transform: scale(1, 1); transform: scale(1, 1);}
//btn-span-10<a><span>标签</span></a>
.btn-span-10{.transition(.5s);position: relative;display: block;overflow: hidden;}
.btn-span-10 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-10::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; opacity: 0;filter: alpha(opacity=0); background-color: @mainColor;.transition(.4s);}
.btn-span-10:hover::before{transform: skewX(-180deg)  scale(0.6,1);opacity: 1;filter: alpha(opacity=100);-webkit-transform: skewX(-180deg)  scale(0.6,1);}
//btn-span-11<a><span>标签</span></a>
.btn-span-11{.transition(.5s);position: relative;}
.btn-span-11 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-11::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background:@mainColor;.transition(.4s); }
.btn-span-11::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1;.transition(.5s);  background:@mainColor;}
.btn-span-11:hover::before{.rotate(-45deg);background-color: fade(@mainColor,50%);}
.btn-span-11:hover::after{.rotate(45deg);background-color:fade(@mainColor,50%);}
//btn-span-12<a><span>标签</span></a>
.btn-span-12{.transition(.5s);position: relative;display: block;width: 100%;height: 100%;perspective: 2000px;}
.btn-span-12 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-12::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background:@mainColor;.transition(.4s);}
.btn-span-12::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1;.transition(.5s);  border: 1px solid fade(@mainColor,50%); background:@mainColor}
.btn-span-12:hover::before{-webkit-transform: rotateX(60deg) translate(0px,40px);transform: rotateX(60deg) translate(0px,40px) ;background:fade(@mainColor,50%);}
.btn-span-12:hover::after{-webkit-transform: rotateX(-60deg) translate(0px,-40px)  ;transform: rotateX(-60deg) translate(0px,-40px);background:fade(@mainColor,50%);}
//btn-span-13<a><span>标签</span></a>
.btn-span-13 {.transition(.5s);position: relative;display: block;}
.btn-span-13 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-13::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,100%);;.transition(.4s);}
.btn-span-13:hover::before{opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2,1.2);transform: scale(1.2,1.2);}
.btn-span-13::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1;.transition(.5s);  border: 1px solid fade(@mainColor,100%); background: fade(@mainColor,100%);filter: alpha(opacity=0);opacity: 0;-webkit-transform: scale(0.5,0.5);transform: scale(0.5,0.5);}
//btn-span-13-1<a><span>标签</span></a>
.btn-span-13-1{.transition(.5s);position: relative;}
.btn-span-13-1 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-13-1::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background-color: rgba(255,255,255,0.25);.transition(.4s);background-color: rgba(255,255,255,0.25);.transition(.3s);}
.btn-span-13-1:hover::before{opacity:0 ;filter: alpha(opacity=0);-webkit-transform: scale(0.5,0.5);transform: scale(0.5,0.5);}
.btn-span-13-1::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1;opacity:0 ;filter: alpha(opacity=0);.transition(.3s);-webkit-transform: scale(1.2,1.2);transform: scale(1.2,1.2);border: 1px solid rgba(255,255,255,0.5);}
.btn-span-13-1:hover::after{opacity:1 ;filter: alpha(opacity=100);-webkit-transform: scale(1,1);transform: scale(1,1);}
//btn-span-14<a><span>标签</span></a>
.btn-span-14 {.transition(.5s);position: relative;display: block;overflow: hidden;}
.btn-span-14 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14::before, .btn-span-14::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);.transition(.3s);-webkit-transform: translate(0,-100%);transform: translate(0,-100%);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14:hover::before, .btn-span-14:hover::after{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-14-1<a><span>标签</span></a>
.btn-span-14-1{.transition(.5s);position: relative;display: block;overflow: hidden;}
.btn-span-14-1 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14-1::before, .btn-span-14-1::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);;.transition(.3s);-webkit-transform: translate(-100%,0);transform: translate(-100%,0);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-1::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14-1:hover::before, .btn-span-14-1:hover::after{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-14-2<a><span>标签</span></a>
.btn-span-14-2 {.transition(.5s);position: relative;display: block;overflow: hidden;}
.btn-span-14-2 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14-2::before, .btn-span-14-2::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);;.transition(.3s);-webkit-transform: translate(-13%,-190%) rotate(-30deg);transform: translate(-13%,-190%) rotate(-30deg);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-2::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14-2:hover::before, .btn-span-14-2:hover::after{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-14-3<a><span>标签</span></a>
.btn-span-14-3 {.transition(.3s);position: relative;display: block;overflow: hidden;}
.btn-span-14-3 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14-3::before, .btn-span-14-3::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);;.transition(.3s);-webkit-transform: translate(13%,190%) rotate(-30deg);transform: translate(13%,190%) rotate(-30deg);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-3::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14-3:hover::before, .btn-span-14-3:hover::after{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-14-4<a><span>标签</span></a>
.btn-span-14-4  {.transition(.3s);position: relative;display: block;overflow: hidden;}
.btn-span-14-4 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14-4::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);.transition(.3s);-webkit-transform: translate(13%,190%) rotate(-30deg);transform: translate(13%,190%) rotate(-30deg);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-4::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);.transition(.3s);-webkit-transform: translate(-13%,-190%) rotate(-30deg);transform: translate(-13%,-190%) rotate(-30deg);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-4::before{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14-4:hover::before, .btn-span-14-4:hover::after{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-14-5<a><span>标签</span></a>
.btn-span-14-5 {.transition(.3s);position: relative;display: block;overflow: hidden;}
.btn-span-14-5 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-14-5::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);;.transition(.3s);-webkit-transform: translate(13%,-190%) rotate(30deg);transform: translate(13%,-190%) rotate(30deg);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-5::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,25%);.transition(.3s);-webkit-transform: translate(-13%,-190%) rotate(-30deg);transform: translate(-13%,-190%) rotate(-30deg);transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-14-5::before{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-14-5:hover::before, .btn-span-14-5:hover::after{transform: translate(0,0);-webkit-transform: translate(0,0);}
//btn-span-15<a><span>标签</span></a>
.btn-span-15 {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,50%);.transition(.3s);opacity: 1;transform: translate(0,-105%);border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: fade(@mainColor,25%);background: fade(@mainColor,50%);}
.btn-span-15:hover::before{opacity: 0;transform: translate(0,0);}
//btn-span-15-1<a><span>标签</span></a>
.btn-span-15-1{.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15-1  span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15-1::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,50%);;.transition(.3s);opacity: 1;transform: translate(-105%,0);border-right-width: 1px;border-right-style: solid;border-right-color: rgba(255,255,255,1);background: fade(@mainColor,50%);}
.btn-span-15-1:hover::before{opacity: 0;transform: translate(0,0);}
//btn-span-15-2<a><span>标签</span></a>
.btn-span-15-2  {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15-2 span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15-2::before{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,50%);.transition(.5s);opacity: 1;transform: translate(-13%,-190%) rotate(-30deg);border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255,255,255,1);background: fade(@mainColor,50%);}
.btn-span-15-2:hover::before{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-15-3<a><span>标签</span></a>
.btn-span-15-3  {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15-3  span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15-3::before, .btn-span-15-3::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background: fade(@mainColor,50%);.transition(.5s);opacity: 1;transform: translate(0,-105%);border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255,255,255,1);background-color: fade(@mainColor,50%);}
.btn-span-15-3::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-15-3:hover::before, .btn-span-15-3:hover::after{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-15-4<a><span>标签</span></a>
.btn-span-15-4  {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15-4  span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15-4::before, .btn-span-15-4::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background-color: fade(@mainColor,50%);.transition(.5s);opacity: 1;transform: translate(-105%,0);border-right-width: 1px;border-right-style: solid;border-right-color: rgba(255,255,255,1);background-color:fade(@mainColor,50%);}
.btn-span-15-4::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-15-4:hover::before, .btn-span-15-4:hover::after{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-15-5<a><span>标签</span></a>
.btn-span-15-5 {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;}
.btn-span-15-5  span{z-index: 2;display: block;position: absolute;width: 100%;height: 100%;}
.btn-span-15-5::before, .btn-span-15-5::after{content: '';position: absolute;top: 0;left:0;width: 100%; height: 100%; z-index: 1; background-color: fade(@mainColor,50%);;.transition(.5s);opacity: 1;filter: alpha(opacity=100);-webkit-transform: translate(-13%,-190%) rotate(-30deg);transform: translate(-13%,-190%) rotate(-30deg);border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: rgba(255,255,255,1);background-color: fade(@mainColor,50%);;}
.btn-span-15-5::after{-webkit-transition-delay: 0.2s; /* Safari */transition-delay: 0.2s;}
.btn-span-15-5:hover::before, .btn-span-15-5:hover::after{opacity: 0;filter: alpha(opacity=0);-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-16<a><span>标签</span></a>
.btn-span-16 {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;border: 1px solid @mainColor;}
.btn-span-16:hover{border: 1px solid rgba(255,255,255,0);}
.btn-span-16::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;z-index: 1;.transition(.5s); -webkit-transform: translate(-100%, -600%) rotate(30deg);transform: translate(-100%, -600%)  rotate(30deg);background-color: @mainColor;transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);}
.btn-span-16:hover::before{-webkit-transform: translate(0,0);transform: translate(0,0);}
//btn-span-17<a><span>标签</span></a>
.btn-span-17 {.transition(.3s);position: relative;display: block;overflow: hidden;}
.btn-span-17 span{position: relative;.transition(.3s);z-index:2;letter-spacing:0;}
.btn-span-17::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;filter: alpha(opacity=0);.transition(.3s);border-top-width: 1px;border-bottom-width: 1px;border-top-style: solid;border-bottom-style: solid;border-top-color: rgba(255,255,255,0.5);border-bottom-color: rgba(255,255,255,0.5);-webkit-transform: scale(0.1, 1);transform: scale(0.1, 1);}
.btn-span-17:hover span{letter-spacing: 2px;}
.btn-span-17:hover::before{filter: alpha(opacity=100);opacity: 1;-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.btn-span-17::after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: 1;.transition(.3s);background-color: rgba(255,255,255,0.25);}
.btn-span-17:hover::after{opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(0.1, 1);transform: scale(0.1, 1);}
//btn-span-18<a><span>标签</span></a> translate Y轴高度取决于a标签的一半高度
.btn-span-18 {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;border-right-color: rgba(255,255,255,0.5);border-left-color: rgba(255,255,255,0.5);}
.btn-span-18 span{.transition(.3s);letter-spacing:0;}
.btn-span-18:hover span{letter-spacing: 2px;}
.btn-span-18:hover{ border-right-color: rgba(255,255,255,0);border-left-color: rgba(255,255,255,0);}
.btn-span-18::before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 1px;z-index: 1;.transition(.3s);background-color: rgba(255,255,255,0.5);}
.btn-span-18:hover::before{transform: translate(0,-45px) rotate(-45deg);}
.btn-span-18::after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 1px;z-index: 1;.transition(.3s);background-color: rgba(255,255,255,0.5);}
.btn-span-18:hover::after{transform: translate(0,45px) rotate(45deg);}
//btn-span-19<a><span>标签</span></a>
.btn-span-19 {.transition(.3s);position: relative;display: block;width: 100%;height: 100%;overflow: hidden;border-top-width: 1px;border-bottom-width: 1px;border-top-style: solid;border-bottom-style: solid;border-top-color: rgba(255,255,255,0.5);border-bottom-color: rgba(255,255,255,0.5);}
.btn-span-19 span{.transition(.3s);letter-spacing:0;}
.btn-span-19:hover span{letter-spacing: 2px;}
.btn-span-19:hover{border-top-color: rgba(255,255,255,0);border-bottom-color: rgba(255,255,255,0);}
.btn-span-19::before{content: '';position: absolute;top: 0;right: 0;width: 1px;height: 100%;z-index: 1;.transition(.3s);background-color: rgba(255,255,255,0.5);}
.btn-span-19:hover::before{-webkit-transform: translate(-94.9845px,0) rotate(270deg);-moz-transform: translate(-94.9845px,0) rotate(270deg);transform: translate(-94.9845px,0) rotate(270deg);}
.btn-span-19::after{content: '';position: absolute;top: 0;left: 0;width: 1px;height: 100%;z-index: 1;.transition(.3s);background-color: rgba(255,255,255,0.5);}
.btn-span-19:hover::after{-webkit-transform: translate(94.9845px,0) rotate(180deg);-moz-transform: translate(94.9845px,0) rotate(180deg);transform: translate(94.9845px,0) rotate(180deg);}

//btn-span-20<a><span data-hover="{$vo2.name}">标签</span></a> 文字顶上去的效果
.btn-span-20{position: relative;overflow: hidden;;display: block;
	span{display: block;.transition(.4s);margin: 0 auto;}
	span::before{content:attr(data-hover);position: absolute;top: 100%;.transition(.4s); margin:auto;}
}
.btn-span-20:hover{
	span{transform: translateY(-100%);}
}

//图片放大效果<div class = "hover-img-1"><img></div>
.hover-img-1{overflow: hidden;
	img{.scale(1);.transition(.4s);}
	&:hover{
		img{.scale(1.1);}
	}
}


//图片放大，外面的框缩小
.imgd-h-1{.transition();
	img{.transition();}
	&:hover{.scale(.97);
		img{.scale(1.15)}
	}
}


.imgd-h-2{overflow: hidden;position: relative;
	&:before,&:after,.zhezhao:before,.zhezhao:after{content: '';background: linear-gradient(transparent,rgba(0,0,0,0.9));height: 100%;width: 25%;transform: translateY(-100%);position: absolute;left: 0;top: 0;z-index: 1;.transition(.3s);}
	&:after{left: 25%;}
	.zhezhao{width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;.transition(.2s);
		p{color: #fff;font-size: 30px;opacity: 0;bottom: -30px;position: absolute;.transition();z-index: 22;width: 100%;text-align: center;}
		&:before{left:50%;}
		&:after{left:75%;}
		img{.transition(.3s);}
	}
	&:hover{
		&:before,&:after,.zhezhao:before,.zhezhao:after{transform: translateY(0);}
		&:before{transition-delay: 0.225s;}
		&:after{transition-delay: 0.075s;}
		.zhezhao:before{transition-delay: 0.15s;}
		.zhezhao p{opacity: 1;bottom: 20px;transition-delay: 0.15s;}
		img{filter: grayscale(100%);}
	}
}





//网站开屏效果
.fixedmb{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 9999;
	&:before,&:after{content: '';position: absolute;width: 50%;height: 100%;background: white;-webkit-transition-delay: .3s;transition-delay: .3s;-webkit-transition: 1.2s;transition: 1.2s;-webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);}
}
.fixedmb_active{-webkit-transition-delay: .5s;transition-delay: .5s;visibility: hidden;
	&:before{right: 0;width: 0;}
	&:after{left: 0;width: 0;}
}





.chinalist{
	span{font-size: inherit;opacity: 0;color: inherit;}
}
.chinalist.active{
	span{animation: fadeInRight 1s forwards;display:inline-block}
}
.animates .ani-fadeInUpBig,.animates.ani-fadeInUpBig{animation: 1s fadeInUpBig forwards;}
.animates .ani-fadeInUp,.animates.ani-fadeInUp{animation: 1s fadeInUp forwards;}
.animates.ani-fadeInLeftBig,.animates .ani-fadeInLeftBig{animation: 1s fadeInLeftBig forwards;}
.animates.ani-fadeInRightBig,.animates .ani-fadeInRightBig{animation: 1s fadeInRightBig forwards;}

.animates.ani-width,.animates .ani-width{animation: 1s widthlong forwards;}
@keyframes widthlong {
	from {width: 0;}
	to {width:100%;}
}
.animates.ani-fadeIn,.animates .ani-fadeIn{animation: 1s fadeIn forwards;}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

//水波点颜色 只需要给li添加randomdots类，
.randomdots{z-index: 1;position: relative;overflow: hidden;}
.randomdot {cursor: pointer;width: 0;height: 0;padding-top: 0;position: absolute;background:@mainColor;border-radius: 50%;transform: translate(-50%, -50%);z-index: -1;
}
.randomdot.active {width: 100%;padding-top: 100%;transform: translate(-50%, -50%) scale(3);transition: .5s;transition-timing-function: linear;}