.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);}

@rimages: '../../../../../../images/';/*多语言中根目录图片路径,下面是用法*/
//.banner_company{background: url("@{rimages}banner_company.jpg")no-repeat;}

@mainColor: #23ac38;/*主色*/
@hoverColor:#1a8fdf;/*悬浮变色*/
@thirdColor:#099f52;/*第三个颜色*/
@qt5:#fff;/*悬浮背景变色后字体颜色*/
@qt6:#c5a46e;/*按钮悬浮颜色 */
@height_nav:55px; /*导航条高度*/
@nav_li_color:#000;/*导航条文字颜色*/
.nav_h_color{color:#23ac38!important;
	&:after{width: 36px!important;.transition();}
}; /*导航条文字颜色*/
.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;} /*隐藏*/
.pos_r{position: relative;}
//chinatextlist html结构  .jsplit>.splitbox>p.h5.splitbox-fadeInUp
//span.animatext1  会一直触发
.splitbox{overflow: hidden;
	span{min-width:.5em;;display: inline;opacity: 0;margin: 0 1px;}
	.splitbox-fadeInUp.active span{animation: fadeInUp 1s both;}	//可以使用其他animate.css动画
	.splitbox-fadeInDown.active span{animation: fadeInDown 1s both;}
	.splitbox-fadeInLeft.active span{animation: fadeInLeft 1s both;}
	.splitbox-fadeInRight.active span{animation: fadeInRight 1s both;}
}
*::-webkit-scrollbar-thumb{				//滚动条颜色
	background-color: @mainColor;
}

/*----------------头部--------------*/
.header_top{width: 1400px;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;height: 90px;
	.top {
		.logo {float: left;display: block;padding: 17px 0;}
	}
	//底部滑块
	.header_nav{float: left;margin-left: 5%;padding: 17px 0;
		li{float: left;text-align: center;line-height: @height_nav;height: @height_nav;position: relative;padding: 0 .1rem;margin: 0 .18rem;
			.a1{font-size: 16px;display: block;position: relative;color:@nav_li_color;font-weight: bold;
			}
			.ol_2{top:50px;left: 0;z-index:99;width:180%;border-radius: 0;margin-top:35px;position: absolute;background: #fff;.transition(.2s);opacity: 0;visibility: hidden;padding: 10px 0;margin-left: -40%;
				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;}
		}
		#Product28 .ol_2{width: 140%;}
	}
	.header_right{float: right;margin-right: 0;border-left: 1px solid #cccccc;height:90px;padding-left: .3rem;
		form{ background: none;float: left;margin-right: .4rem;
			input{background: none;float: left;width:1.2rem;line-height: 50px;margin-top: 20px;;font-size: 14px;color: #666;}
			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;
			}
			button{background: url("../images/search.png")no-repeat;float: right;width:18px;height: 18px;background-size: 100% 100%;cursor: pointer;margin-top: 40px;}
		}
		.btn_language{background: @mainColor;float: right;width: 1.7rem;
			i{font-size: 16px;font-weight: bold;color: #fff;line-height: 90px;background: url("../images/i1.png").15rem center no-repeat;display: inline-block;padding-left: .35rem;
				b{background: url("../images/i2.png")no-repeat;width: 16px;height: 10px;display: inline-block;margin-left: .05rem;}
			}
			ul{display: none;padding-bottom: .2rem;
				a{display: block;line-height: .4rem;padding: 0 .2rem;color: #fff;padding-left: 40px;}
				.en-a{background: url("../images/icon_en.jpg")no-repeat .1rem center;background-size: 25px;}
				.cn-a{background: url("../images/icon_cn.jpg")no-repeat .1rem center;background-size: 25px;}
			}
		}
	}
}


.btn_search{width:36px;height: 36px;;float: right;cursor: pointer;margin-top: -5px;margin-right: .1rem;
	path{fill: #fff;}
	&:hover path{fill:@mainColor;}
}



//手机导航样式//////////////////////////////////////
#mobile{position: fixed;top: 0;left: 0;width: 100%;z-index: 2233;display: none;
	.top {line-height:50px;height:50px;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;margin-top: 5px;
			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: 18px;}
	}

	.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:1900px ) {
	.header .header_nav li{padding: 0;}
	.header .header_right{margin-right: 0}
}
@media (max-width:1600px ) {
	.header .top .logo img{margin-left: .2rem;}
	.header .header_nav li{padding: 0;}
	.header .header_right{margin-right: 0;border: none;}
	.header .header_right form{display: none;}
}
@media (max-width: 1340px) {
	.header .header_nav{margin-left: 1%;}
	.header .header_right .btn_language{width:150px;}
	.header .header_nav li .a1{font-size: 16px;}
	.header .header_nav li{margin:0 .1rem;}
}
@media (max-width:1220px ) {
	.header .top .logo img{height: .65rem;margin-top: .1rem;}

}

/* 1100px 断点：防止 1000~1106px 区间语言栏被挤到下一行 */
@media (max-width:1100px) {
	.header .header_nav{margin-left: 0.5%;}
	.header .header_nav li{margin: 0 .06rem;}
	.header .header_nav li .a1{font-size: 14px;}
	.header .header_right .btn_language{width: 120px;}
	.header .header_right .btn_language i{font-size: 14px;}
}

@media (max-width:1000px) {
	.header {display: none;}
	#spotlight .header{display: block;}
	#mobile{display: block;}
}




/////////////////////////////////////banner样式///////////////////////////////////////
.banner{max-width: 1920px;text-align: center;margin-top:90px;height: 0;padding-bottom:47%;
	.swiper-slide{
		.banner1{width: 100%;}
		.banner1_img{position: absolute;left: 0;right: 0;top:64%;opacity: 0; margin: auto;.transition();transition-delay: .3s;}
	}
	.banner-prev{height: 71px; width:71px; z-index: 33;background:url("../images/i3.png")no-repeat center;position: absolute;left:5%;top: 48%;}
	.banner-next{height: 71px; width:71px; z-index: 33;background:url("../images/i4.png")no-repeat center;right:5%;top: 48%;position: absolute}
	.banner-pagination{position: absolute;left: 0;right: 0;bottom: 10px;z-index: 2;
		.swiper-pagination-bullet-active{background: @mainColor}
	}
}


@media (max-width:1000px) {
	.banner{margin-top:50px;}
}

@media (max-width: 640px) {
	.banner{padding-bottom:63%;}
	.banner .banner-prev, .banner-next{display: none;}
}


.com_t{font-size: .24rem;background: #f3f3f3;padding:0 .2rem;.border-radius(23px);line-height: 45px;height: 45px;color: #333333;display:inline-block;min-width: 2rem;text-align: center}
@media (max-width: 640px) {
	.com_t{font-size: .36rem;min-width: 3rem;padding: 0 .4rem;}
}
.index1{margin: 1.3rem 0;color: #333;
	.index1_1{
		section{float: left;;
			h6{font-size: .48rem;font-weight: bold;border-bottom: 1px solid #f3f3f3;width: 9.3rem;padding-bottom: .7rem;text-transform: uppercase;margin-top: .1rem;}
			strong{color: @mainColor;}
		}
		.img{width: 6.15rem;height: 3.32rem;overflow: hidden;.border-radius(10px);float: right;;
			img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
		}
	}
	.index1_2{
		.img{width: 5.6rem;height: 2.8rem;overflow: hidden;.border-radius(10px);float: left;margin-top: .7rem;
			img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
		}
		article{float: right;width: 10.1rem;margin-top: .4rem;line-height: 2.2;font-size: 16px;text-indent: 2em;

			a{display: inline-block;background: url("../images/i5.png")no-repeat;width: 20px;height: 27px;background-size: 100%; margin-left: 1rem;.translateY(50%)}
		}
	}
}
@media (max-width: 1000px) {
	.index1{margin: .6rem 0;}
	.index1 .index1_1 section{;text-align: center;}
	.index1 .index1_1 section h6{width: 100%;padding-bottom: .4rem;margin-bottom: .2rem;font-size: .36rem;}
	.index1 .index1_2 article{width: 100%}
	.index1 .index1_1 .img{width: 49%;height: 3rem;}
	.index1 .index1_2 .img{width: 49%;margin-top: 0;height: 3rem;}
}
@media (max-width:640px ) {
	.index1 .index1_2 article{font-size: 14px;line-height: 1.8;}
}

.index2{background: url("../images/index2.jpg")no-repeat fixed;background-size: cover;height: 5.1rem;margin: 1rem 0;.border-radius(.2rem)}

.index3{background: #00283a;padding: .6rem 0;
	h6{color: #fff;text-transform: uppercase;font-size: .7rem;font-weight: bold}
	strong{color: @mainColor;}
	.swiper-container{margin-top: .7rem;}
	.swiper-slide{background: #ffffff;.border-radius(.2rem);padding: .4rem .2rem;height: auto;
		.img{width: 100%;height: 0;padding-bottom: 100%;position: relative;overflow: hidden;
			img{width: 100%;height: 100%;object-fit: contain;font-family: 'object-fit: contain;';position: absolute;left: 0;top: 0;.transition();}
		}
		h5{margin: .1rem 0;}
		h5,p{text-align: center;font-weight: bold;font-size: 16px;}
		&:hover{
			h5,p{color: @mainColor}
			.img{
				img{.scale(1.1);}
			}
		}
	}
	.index_product-pagination{text-align: center;margin-top: .5rem;
		span{background: #fff;width: 10px;height: 10px;.border-radius(5px);opacity: 1;.transition();}
		.swiper-pagination-bullet-active{width: 58px;background: @mainColor;}
	}
}
@media (max-width:640px ) {
	.index3 h6{font-size: .48rem;margin-top: .2rem;}
	.index3 .swiper-container{margin-top: .4rem;}
}


.index4{margin: 1.2rem 0;color: #333;
	h6{text-transform: uppercase;font-size: .7rem;font-weight: bold}
	strong{color: @mainColor;}
	ul{display: flex;justify-content: space-between;margin-top: .8rem;
		li{background: #f5f7fa;.border-radius(.2rem);padding: .55rem .36rem;text-align: center;width: 23%;.transition();
			i{background: url("../images/i6.png")no-repeat;width: 60px;height: 60px;background-size: 100%;display: block;margin: 0 auto;}
			h5{font-size: .24rem;margin: .3rem 0;}
			p{line-height: 2;}
		}
		li:nth-of-type(2) i{background: url("../images/i7.png")no-repeat;width: 68px;height:56px;background-size: 100%;}
		li:nth-of-type(3) i{background: url("../images/i8.png")no-repeat;width: 62px;height:61px;background-size: 100%;}
		li:nth-of-type(4) i{background: url("../images/i9.png")no-repeat;width: 62px;height:62px;background-size: 100%;}
		li:hover{background: @mainColor;color: #fff;
			i{background: url("../images/i6_1.png")no-repeat;background-size: 100%;}
		}
		li:nth-of-type(2):hover i{background: url("../images/i7_1.png")no-repeat;background-size: 100%;}
		li:nth-of-type(3):hover i{background: url("../images/i8_1.png")no-repeat;background-size: 100%;}
		li:nth-of-type(4):hover i{background: url("../images/i9_1.png")no-repeat;background-size: 100%;}
	}
}
@media (max-width:1000px ) {
	.index4 ul{flex-wrap: wrap;margin-top: .4rem;}
	.index4 ul li{width: 49%}
	.index4{margin: .5rem 0;}
}
@media (max-width:640px ) {

	.index4 h6{font-size: .48rem;}
	.index4 ul li{padding: .5rem .15rem;margin-bottom: .3rem;}
	.index4 ul li i{.scale(.7);}
	.index4 ul li h5{font-size: 16px}
	.index4 ul li p{font-size: 14px;line-height: 1.5;}
}


.index5{
	.index5_1{height: 5rem;
		.swiper-slide{overflow: hidden;
			img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
		}
	}
	.index5_thum{width: 12rem;margin:-.55rem auto;background: #003b6d;;.border-radius(.9rem);border: 5px solid #fff;padding: 0 5%;
		.swiper-slide{height: 1.8rem;display: flex;align-items: center;cursor: pointer}
		p{color: #fff;font-size: 18px;padding-left: 1.1rem;position: relative;.transition();height: 100%;display: flex;align-items: center;background-size: .9rem!important;}
		.p1{background: url("../images/i10.png")left center no-repeat;}
		.p2{background: url("../images/i11.png")left center no-repeat;}
		.p3{background: url("../images/i12.png")left center no-repeat;}
		.swiper-slide-thumb-active{
			p{font-size: 22px;font-weight: bold;.translateY(-.1rem)}
		}
	}
}
@media (max-width:1000px ) {
	.index5 .index5_thum{width: 100%;}
	.index5 .index5_thum .swiper-slide-thumb-active p{font-size: 18px;}
	.index5 .index5_thum  p{font-size: 14px;}
}
@media (max-width:640px ) {
	.index5 .index5_thum  p{background: none!important;padding-left: 0;font-size: 13px;line-height: 1.3;}
	.index5 .index5_thum .swiper-slide-thumb-active p{font-size: 14px;}
	.index5 .index5_thum .swiper-slide{height: 1.4rem;}

}


.index6{background: #f5f7fa;padding:3rem 0 1rem;margin-top: -1.5rem;
	.index6_dh{text-align: center;margin-bottom:.8rem;
		h6{text-transform: uppercase;font-size: .7rem;font-weight: bold;color: #333333;}
	}
	.index6_1{width: 11.45rem;float: left;
		ul{
			li{width: 48%;float: left;
				.img{height: 3.67rem;overflow: hidden;.border-radius(.1rem);
					img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';.transition();}
				}
				time{font-size: 16px;color: #999;display: block;margin: .3rem 0 .1rem;}
				h4{height: 1.2rem;overflow: hidden;
					p{.clamp(2);font-size: 18px;font-weight: bold;line-height: 1.5;}
				}
				i{display: block;background: url("../images/i13.png")no-repeat;width:.25rem;height: .23rem;background-size: 100%;}
			}
			li:nth-of-type(2){float: right;}
			li:hover{
				.img{
					img{.scale(1.1);}
				}
				h4{color: @mainColor;}
			}
		}
	}
	.index6_2{width: e("calc(100% - 12rem)");float: right;background: #fff;padding: .7rem .3rem .2rem;position: relative;
		 .index6_2_bt{background: @mainColor;width: 1.4rem;height: .4rem;line-height: .4rem;padding-left: .2rem;color: #fff;border-bottom-right-radius:10px;position: absolute;left: 0;top: 0;}
		ul{
			li{margin-bottom: .4rem;
				time{font-size: 16px;color: #999;display: block;margin: 0 0 .1rem;}
				h4{.clamp(2);font-size: 18px;font-weight: bold;line-height: 1.5;}
			}
			li:hover{
				h4{color: @mainColor;}
			}
		}
	}
}

@media (max-width:1000px ) {
	.index6{padding: 2rem 0 .5rem;}
	.index6 .index6_2{display: none;}
	.index6 .index6_1{width: 100%;}
}
@media (max-width:640px ) {
	.index6 .index6_1 ul li{width: 100%;float: none;margin-bottom: .5rem;}
}


//内页大图///////////////////////////////////////////////////////
.nei_banner{position: relative;height: 5rem;display: flex;align-items: center;justify-content: left;
	.txt{color: #fff;width: 100%;
		.main1600_b{position: relative}
		i{font-size: .7rem;font-family: Impact;opacity: 0.1;text-transform: uppercase;position: absolute;	top:-17%;}
		h2{font-size:.4rem;}
		p{font-size: 14px;line-height: 50px;padding-top: .1rem;
			a{color: #fff;padding: 0 5px;}
		}
	}
}

.banner_company{background: url("../images/banner_company.jpg")no-repeat right center;background-size: cover;}
.banner_contact{background: url("../images/banner_contact.jpg")no-repeat;background-size: cover}
.banner_applications{background: url("../images/banner_applications.jpg")no-repeat;background-size: cover}
.banner_news{background: url("../images/banner_news.jpg")no-repeat;background-size: cover}
.banner_jishu{background: url("../images/banner_jishu.jpg")no-repeat;background-size: cover}
.banner_product{background: url("../images/banner_product.jpg")no-repeat;background-size: cover}



//面包屑导航
.breadcrumbs{height: auto;background: #f5f5f5;
	ul{overflow: hidden;
		li{float: left;height: auto;padding: 15px 2%;text-align: center;color: #cccccc;font-size: 14px;position: relative;
			a{display: inline-block;border-radius: 5px;padding: 0 10px;height: 40px;line-height: 40px;color: #666;transition: 0.3s;}
			&:before{position: absolute;right: 0;top: 40%;content: '';width: 1px;height: 20%;background: #ccc;}
		}
		li:first-child{padding-left: 0;}
		li:last-child::before{display: none;}
		.cur a{color: @mainColor}
	}
}

@media (max-width:1000px ) {
	.nei_banner{margin-top: 60px;height: 4rem;}
}
@media (max-width: 640px) {
	.breadcrumbs ul{padding: 10px 0;}
	.breadcrumbs ul li{padding: 0;}
	.breadcrumbs ul li a{height: 30px;line-height: 30px;}
}





.product_kh{margin: .5rem 0;;}
.product_type{width: 300px;float: left;padding:.2rem;background: #edeff2;
	ul{
		.li1{margin: 5px 0;
			.a1{text-transform: uppercase;color: #072948;font-size: 14px;font-weight: bold;padding: 15px 20px;background: #fff;border-left: 4px solid @mainColor;display: flex;justify-content:
					space-between;.transition();
				span{width:e("calc(100% - 40px)");}
				i{background: url("../images/arrow_right.png")no-repeat;width: 20px;height: 20px;background-size: 100%;margin-top:
						3px;}
			}
			ol{
				.li2{margin: 5px 0;
					.a2{display: block;text-transform: uppercase;color: #072948;font-size: 16px;padding: 10px 20px;background:
							#fbf9f7;border-left: 4px solid fade(@mainColor,50%);.transition();
						&:before{content: '-';display: inline-block;vertical-align: middle;margin-right: 5px;}
					}
				}
				.cur1{
					.a2{background: @mainColor;color: #fff;}
				}
				.li2:hover{.cur1}
			}
		}
		.cur{
			.a1{background: @mainColor;color: #fff;
				i{display: none;}
			}
		}
		.li1:hover{.cur}
	}
}
.product1{width: e("calc(100% - 350px)");float: right;margin-bottom: .2rem;
	li{width: 32%;margin:0 2% 2% 0;box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);float:left;
		.img{height: 0;position: relative;padding-bottom: 100%;overflow: hidden;
			img{position: absolute;left:5%;top:5%;width: 90%;height: 90%;object-fit: contain;font-family: 'object-fit:contain;';.transition();}
		}
		.txt{display: block;padding: .2rem .1rem;text-align: center;
			h3{font-size:16px;color: #111;margin: 0 0 .1rem;font-weight: bold;.clamp(2);}
			p{font-size: 16px;margin: .1rem 0;min-height: 24px;}
			i{display: inline-block;vertical-align: middle;line-height: 28px;height: 28px;padding: 0 20px 0 10px;border: 1px solid @mainColor;font-size: 12px;.transition();color: @mainColor;background: url("../images/view_more_arrow.png")right 5px center no-repeat;background-size: 12px;
				&:hover{background: @mainColor url("../images/view_more_arrow_white.png")right 5px center no-repeat;;color:
						#fff;background-size: 12px;}
			}
		}
	}
	li:hover{
		.img{
			img{.scale(1.05);}
		}
		.txt{
			h3{color: @mainColor}
		}
	}
	li:nth-of-type(3n){margin-right: 0;}
}











@media (max-width:1000px ) {
	.product1{width: 100%;}
}
@media (max-width:640px) {
	.product1 li{width: 49%;}
	.product1 li:nth-of-type(3n){margin-right: 2%;}
	.product1 li:nth-of-type(2n){margin-right:0;}
}
@media (max-width:400px ) {
	.product1 li{width:100%;margin: 0 0 4% 0;}
}

//手机端展开分类导航
.product_type_mobile{background:@mainColor;height: 50px;line-height: 50px;color: #fff;margin:0 0
.5rem;padding: 0 5%;font-size: 18px;display: none;
	i{font-size: 14px;float: right;display:none}
}
.product_type_mobile1{position: fixed;;top:0;left: 0;width: 100%;margin-top: 0;box-shadow: inset 0 -1px
#fff;z-index: 4144;
	i{display: block;}
}
.product1_fix{position: fixed;left: 0;top:40px;display: block!important;width: 100%;height: 100%;z-index:
		33;background:#edeff2;overflow-y: auto;
	ul{padding-bottom: .5rem;}
}

@media (max-width:1000px ) {
	.product_type_mobile{display: block;}
	.type_static{width: 100%;display:none;} //分类标签上添加一个type_static，不污染原来样式
}
///////////////////////////////////////////




//企业文化
.com_dh{
	h6{font-weight: bold;font-size: .36rem;}
	p{font-size: .3rem;color: #454545;}
	i{display: block;background: url("../images/i44.png")no-repeat;background-size: 100%;height: .17rem;margin-bottom: .2rem;.transition(1s);width: 6.4rem;}
}
.com_dh.active{
	i{width: 6.4rem;}
}
@media (max-width:640px ) {
	.com_dh.active i{width: 100%;}
}

.culture1{margin:1rem 0;
	ul{margin: .3rem 0;overflow: hidden;;
		li{width: 25%;float: left;border-right: 1px solid #fff;height: 3.9rem;color: #fff;background:#000;position: relative;;
			.img{opacity: .3;.transition();height: 100%;
				img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
			}
			.txt{position: absolute;left:0;top:30%;padding: 0 4%;
				h6{font-size: .3rem;font-weight: bold;margin-bottom: .2rem;}
				p{font-size:18px;}
			}
		}
		li:hover{
			.img{opacity: 1;}
		}
	}
}
@media (max-width: 1300px) {
	.culture1 ul li{height:5rem;}
}
@media (max-width:1000px ) {
	.culture1 ul li{width: 50%;border-bottom: 1px solid #fff;}
}
@media (max-width:640px ) {
	.culture1 ul li{width: 100%;height: 3rem}
	.culture1 ul li .txt{top: 10%;}
	.culture1 ul li .txt p{font-size: 14px;}
}






//公司简介内页
.company1{margin-top: 1rem;
	.company1_dh{
		h3{color: @mainColor;background:url("../images/ic12.png")no-repeat left center;padding-left:
				32px;font-weight: bold;margin-bottom:.4rem; font-size: .36rem;}
	}
	.company1_nr{
		p{font-size:18px;line-height: 2;color: #666;text-indent: 2em;}
		.img{float: right;width:7rem;height: 4rem;overflow: hidden;padding: 0  0 .7rem .7rem;
			img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';}
		}
	}
	.company1_nr_en p{text-indent: 0;}
}
@media (max-width:1200px) {
	.company1 .company1_nr{
		img{width:50%;height: auto;}
		p{font-size: 16px;}
	}
}
@media (max-width:640px) {
	.company1 .company1_nr{
		img{width:100%;height: auto;padding: .3rem 0 .3rem 0}
		p{font-size: 14px;}
	}
}

//关于我们页内聚合版块（客户案例/合作品牌/资质证书）
.company_block{margin-top: 1rem;
	.company1_dh{
		overflow: hidden;
		h3{color: @mainColor;background:url("../images/ic12.png") no-repeat left center;padding-left:
			32px;font-weight: bold;margin-bottom:.4rem; font-size: .36rem; float: left;}
		.more{float: right; display: inline-block; border: 1px solid @mainColor; border-radius: 30px;
			padding: .08rem .35rem; font-size: .16rem; color: @mainColor; text-decoration: none;
			line-height: 1.4; margin-top: .08rem; transition: all .3s;}
		.more:hover{background: @mainColor; color: #fff;}
	}
	.honor1{margin-bottom: .3rem;}
}
@media (max-width:640px) {
	.company_block{margin-top: .6rem;}
}

.company2{margin: 1rem 0;
	ul{text-align: center;
		li{color: #333;text-align: center;display:inline-block;width:32%;
			h4{color: @mainColor;
				em{font-size: 16px;vertical-align: bottom}
				i{font-size: 48px;line-height:1;}
			}
			strong{font-size: 105px;font-weight: bold;line-height: 1;}
			p{font-size: 22px;}
			span{font-size: 14px;text-transform: uppercase;color: #666;}
		}
	}
}
@media (max-width: 1400px) {
	.company2 ul li{
		strong{font-size: 68px;}
		p{font-size: 18px;}
	}
}

@media (max-width: 950px) {
	.company2{margin: .5rem 0 .1rem;
		ul{
			li{
				h4{font-size:20px;}
				strong{font-size:36px;}
				p{font-size: 16px;}
			}
		}
	}
}

@media (max-width:500px) {
	.company2 ul{display: flex;;flex-wrap: wrap;;justify-content: space-between;
		li{width: auto;;
			h4{
				strong,i{font-size: 36px;}
				em{vertical-align: middle;
					span{font-size: 12px;}
				}
			}
			p{font-size: 14px;}
		}
	}
}
















//新闻列表///////////////////
.news1{margin: .6rem 0;
	ul{overflow: hidden;
		li{width: 31%;float: left;margin-bottom: .9rem;margin-right:3%;
			.img{height:280px;overflow: hidden;
				img{.transition();width: 100%;height: 100%;object-fit: cover;}
			}
			time{margin: .2rem 0 .1rem;color: #888888;font-size: 18px;display: block;}
			h3{font-weight: bold;font-size: 22px;.slh();}
			hr{border:1px solid #eaeaea;margin: .2rem 0;.transition();}
			span{color: #888;background: url("../images/news_i2.png")no-repeat 90px center;background-size:14px 11px; display: block;}
		}
		li:nth-of-type(3n){margin-right: 0;}
		li:hover{
			.img{
				img{.scale(1.1)}
			}
			hr{border:1px solid #666;}
			h3{color: @mainColor;}
		}
	}
}

@media (max-width:1400px) {
	.news1 ul li{
		.img{height:3.5rem;}
		h3{font-size: 18px;}
	}
	.news1 ul li hr{margin: .2rem 0 .15rem;}
}
@media (max-width:900px) {
	.news1 ul{
		li{width: 48%;margin:  0 0 .4rem 0!important;
			h3{font-size: 16px;}
		}
		li:nth-of-type(2n){float: right;}
	}
	.news1 ul li time{font-size: 14px;margin:.1rem 0}
	.news1 ul li span{display: none;}
}
@media (max-width:500px) {
	.news1 ul{
		li{width:100%;
			.img{height:5rem;}
		}
	}
}






.yingyong1{display: grid;grid-template-columns: 35% 65%;justify-content: space-between;padding: 1rem 0 ;align-items: center;
	h1{font-size: .45rem;font-weight: 900;}
	p{font-size: 16px;font-weight: 400;color: #141414;line-height:2;}
	h6{font-size: .24rem;font-weight: bold}
}
@media (max-width:1000px ) {
	.yingyong1{display: block;padding: .4rem 0;}
}
@media (max-width:640px ) {
	.yingyong1 p{font-size: 14px;}
	.yingyong1 h1{font-size: .36rem;}

}

.yingyong2{background: url("../images/yingyong2.jpg")no-repeat top center;height: 6rem;background-size: cover;}
@media (max-width: 640px) {
	.yingyong2{height: 4rem;}
}
.yingyong3{margin:1rem 0;
	ul{display: grid;grid-template-columns: repeat(3, 32%);justify-content: space-between;grid-row-gap: 30px;
		li{position: relative;overflow: hidden;
			h2{font-size:.4rem;font-weight: 800;color: #141414;margin-bottom: .3rem;line-height: 1.7;}
			.img{height: 4rem;
				img{width: 100%;height: 100%;object-fit: cover;font-family: 'object-fit: cover;';.transition();}
			}
			.yinyin{position: absolute;width: 100%;height: 100%;top: 0;right: 0;background: rgba(20, 20, 20, 0.7);transition: all 0.5s;
				p{position: absolute;font-size: .2rem;left: .4rem;bottom:.5rem;font-weight: 900;color: #F0F0F0;text-transform: capitalize;}
			}
			.text{position: absolute;bottom: -100%;left: 0;background: @mainColor;padding: .3rem .1rem;display: flex;justify-content: space-between;transition: all 0.5s;width: 100%;align-items: center;
				p{font-size:.2rem;font-weight: 900;color: #F0F0F0;text-transform: capitalize;}
			}
		}
		li:nth-child(1){display: flex;flex-direction: column;justify-content: center;
			img{width: .6rem;}
		}
		li:hover{
			img{.scale(1.2);}
			.yinyin{.scale(0);}
			.text{bottom: 0;}
		}
	}
}

@media (max-width: 1000px) {
	.yingyong3 ul{ grid-template-columns: repeat(2, 48%);}
}
@media (max-width: 640px) {
	.yingyong3 ul li .img{height: 3rem;}
	.yingyong3 ul li h2{font-size: .3rem;}
	.yingyong3 ul li .yinyin p{font-size: 14px;left: .1rem;bottom: .2rem;}
}
















//荣誉资质 / 关于我们聚合版块（参考 dyjs HONOR QUALIFICATION 卡片式）
.honor_list{overflow: hidden;margin-top: .4rem;
	li{float: left;width:24%;margin-right: 1.3%;margin-bottom: .3rem;text-align: center;cursor:pointer;
		background:#fff;border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;
		transition: all .35s ease;
		.img{padding: 10px;height: 2.6rem;box-sizing: border-box;text-align: center;display: flex;align-items: center;justify-content: center;
			img{width: 100%;height: 100%;object-fit: contain;font-family: 'object-fit: contain;';}
		}
		h4{line-height: 2.4;font-size: .22rem;color:#333;.clamp(1);padding: 0 .1rem;}
		&:hover{box-shadow:0 8px 22px rgba(0,0,0,.10);transform: translateY(-4px);border-color:@mainColor;}
	}
	li:nth-of-type(4n){margin-right: 0;}
}

@media (max-width:768px) {
	.honor_list{
		li{width:49%;margin-right: 2%;}
		li:nth-of-type(2n){margin-right: 0;}
	}
}




//新闻详情/////////////////////////
.news_info_bg{background:#f9f9f9;padding: .5rem 0;}
.news_info1{background: #fff;padding: .3rem;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{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;}
}
@media (max-width:400px ) {
	.news_info1 .news_info1_l .news_title span{margin-left: 0;}
	.news_info1 .news_info1_l .news_title span:nth-of-type(2n){margin-right: 0;}
}









///////联系我们///////////////////////////
.contact1{ margin: .5rem 0;
	#gaodeMap{height: 5rem;border: 1px solid #ccc;
		.amap-logo{display: none!important;}
	}
}

.contact2{display: flex;justify-content: space-between;margin-bottom: 1rem;
	form{box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);padding: .3rem;width: 55%;
		li{float: left;vertical-align: top;padding: 5px;width: 49%;
			input{width: 100%;padding: 10px 15px;background: #f8f9fa none repeat scroll 0 0;border: medium none;}
			input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
				color: #000;
			}
			input:-moz-placeholder, textarea:-moz-placeholder {
				color: #000;
			}
			input:-ms-input-placeholder, textarea:-ms-input-placeholder {
				color: #000;
			}
		}
		li:nth-of-type(2n){float: right;}
		.li2{width: 100%;
			textarea{width: 100%;padding: 10px 15px;background: #f8f9fa none repeat scroll 0 0;border: medium none;height: 1.4rem;
			}
		}
		.yanzhengma{float: left!important;position: relative;
			img{position: absolute;right: 12px;top:12px;height: 30px;}
		}
		.tijiao{float: right!important;color: #fff;
			input{background:@mainColor;}
		}
	}
	.contact2_2{width: 40%;margin-bottom:1rem;
		.contact2_2_dh{
			h6{color: #111;font-size: .36rem;;line-height: 50px;margin: 15px 0;position: relative;}
			i {color: #111;font-weight: 500;text-transform: capitalize;font-size: 20px;margin-top: 35px;position: relative;line-height: 30px;margin-bottom: 10px;display: block;;
				&:before{position: absolute;height: 4px;width: 10%;background: @mainColor none repeat scroll 0 0;content: "";left: 0;top: -20px;}
				&:after{position: absolute;content: "";top: -20px;left: 11%;height: 4px;width: 15px;background: #ddd none repeat scroll 0 0;}
			}
			p{line-height: 1.8;color: #333;}
		}
		ul{margin-top: .2rem;
			li{width: 49%;display: inline-block;;padding: 10px 0;
				p{margin-bottom: 7px;text-transform: capitalize;color: #828893;}
				span{font-size: 15px;color: #111;line-height: normal;letter-spacing: 1px;}
			}
			li:nth-of-type(3){width: 100%;}
		}
	}
}

@media (max-width:1000px ) {
	.contact2{display: block;}
	.contact2 form{width: 100%;float: none;overflow: hidden;margin-bottom: .5rem;}
	.contact2 .contact2_2{width: 100%;float: none;}
}

@media (max-width:640px ) {
	.contact2 form li{float: none;width: 100%;}
}

@media (max-width:400px ) {
	.contact2 .contact2_2 ul li{width: 100%;}
	.contact1 #gaodeMap{height: 4rem;}
}














//产品列表页/////////////////////////////////////
.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;}
	}
}


//////////////产品详情页///////////////////////////////////
.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%;}
			}
			.gallery-top-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;
			}

			.gallery-top-right {background: url(../images/index_tab_l.png) no-repeat left bottom;position: absolute;right: 10px;top: 50%;margin-top: -25px;width: 28px;height: 51px;z-index: 10;.rotate(180deg);
			}
		}
	}
	.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%;}
			}
			.swiper-slide-thumb-active{border: 1px solid @mainColor;z-index: 1;}
		}
		.arrow-left{position: absolute;left:0;top: 0;width:30px;height: 100%;z-index: 10;background: #ccc  url(../images/feel3.png) no-repeat center;cursor: pointer;
		}
		.arrow-right {position: absolute;right: 0;top: 0;;width:30px;height: 100%;z-index: 10;background: #ccc  url(../images/feel3.png) no-repeat center;cursor: pointer;.rotate(180deg);
		}
	}
}

.product_info1_right{width: 45%;float: right;padding-top: 60px;
	h1{letter-spacing: 4px;color: @mainColor;}
	article{margin: 40px 0 0;
		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: 4rem;}



}
@media (max-width: 400px) {
	.product_info1_left .product_info1_left_t{height:3rem;}
}



.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;
		strong{font-size:18px;color: @mainColor;font-weight: bold}
		span{font-size: inherit;}
		img{max-width: 100%;}
		table{margin-top: .2rem;word-break: break-word;width: 100% !important;height: auto !important;display: block;overflow: auto;
			tbody{display:table;width: 100% !important;}
			tr{width: auto !important;height: auto !important;}
			tr:nth-of-type(-n+2){background: @mainColor;color: #fff;}
			td{text-align: center;border: 1px solid #ccc;    width: auto !important;height: auto !important;word-break: keep-all;padding: 5px ;
				span{background: none!important;}
			}
		}
	}
}
@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;}
}

.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;}






// 发展内页//////////////////////////////////////////
.development_list{padding-left:2rem;padding-bottom: 1rem;
	li{padding: 40px 75px 30px 66px;border-left: 1px solid @mainColor;position: relative;
		.d_year{position: absolute;left: -150px;top: 31px;font-size: 40px;color: @mainColor;}
		.i_circle{display: block;width: 11px;height: 11px;background: #fff url(../images/icon_02.png) no-repeat;position: absolute;left: -6px;top:50px;}
		.i_jiantou{display: block;width: 16px;height: 7px;background: url(../images/icon_04.png) no-repeat;position: absolute;left: -9px;top: -2px;
		}
		.d_detail{font-size: 16px;color: #000000;line-height: 32px;}
	}
}

@media (max-width: 1200px) {
	.development_list{padding-left: 3rem;}
}

@media (max-width: 900px) {
	.development_list li{padding: 20px 17px 15px 30px;
		.i_circle{top: 31px;}
		.d_year{top: 10px;}
	}
}

@media (max-width: 600px) {
	.development_list{padding-left:2rem;
		li{
			.d_year{left: -1.8rem;}
		}
	}
}








.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;}
		}
	}
}

.neiye_banner{height: 300px;max-width: 100%;display: none;
	li{height: 100%;}
}





.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;}
	}
}




.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样式
.page{clear: both;margin-top: 10px;text-align: center;letter-spacing: 0px;padding-bottom:30px;
	#page_num{width: 50px;}
	.btn{display:inline-block;height:35px;line-height:32px;border:1px solid #DBDBDB;width: 35px;color:#000;margin-left: -1px;
		&:hover{.current}
	}
	.current{background: @mainColor;color: #fff;border: 1px solid @mainColor;}
}
#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{padding: 0;
		div{margin-right:10px;}
	}
}


.footer{background: #00283a;overflow: hidden;
	.footer1{;width: 4.2rem;border-right: 1px solid #1a3e4e;padding-top: 1rem;color: #fff;float: left;padding-bottom: .4rem;
		h6{font-size: 16px;margin:.5rem 0 .2rem;}
		b{margin:.3rem 0;display: block}
		.footer_logo{width: 95%}
		.footer1_img{
			a{display: inline-block;margin-right: .1rem;}
			img{width: 46px;height: 46px;vertical-align: middle;transition: opacity .2s;}
			a:hover img{opacity: .8;}
		}
	}
	.footer2{width: e("calc(100% - 5.2rem)");float: right;color: #fff;padding-top: 1rem;
		ul{
			li{width: 20%;float:left;
				h6{font-weight: bold;font-size: 20px;margin-bottom: .4rem;}
				a{display: block;margin-bottom: .05rem;opacity: .8;
					&:hover{opacity: 1;}
				}
			}
		}
	}
}
.ffff{border-top: 1px solid #59737f;padding: .3rem 0;color: #fff;
	.a1{float: right;}
	svg{.translateY(3px)}
}

@media (max-width:1000px ) {
	.footer .footer1{width: 100%;}
	.footer .footer2{display: none;}
}







/////////////////////////////////////////人才招聘/////////////////////////////////
.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;}

//发展历程时间线 - 基于 squarechip/timeline 覆写（竖轴）
.company_timeline{margin: 1rem auto;max-width: 1000px;padding: 0 .4rem;}
.company_timeline .timeline_title{font-size: .32rem;color: #333;text-align: center;margin-bottom: .5rem;font-weight: 600;}

/* 容器覆写 */
.xufeng-sq{margin: 0 !important;}
.xufeng-sq .timeline__wrap{max-width: 100%;margin: 0;padding: 0;}
.xufeng-sq .timeline__items{margin: 0;padding: 0;}
.xufeng-sq .timeline__item{margin-bottom: .4rem;}
.xufeng-sq .timeline__item:last-child{margin-bottom: 0;}

/* 内容卡片：贴合项目轻卡片风格 */
.xufeng-sq .timeline__content{
  background: #fafafa !important;
  border: 1px solid #eee !important;
  border-radius: 10px !important;
  padding: .25rem .3rem !important;
  text-align: left !important;
  box-shadow: none !important;
}

/* 年份 <h5>：绿色小标题 */
.xufeng-sq .timeline__content h5{
  font-size: .24rem !important;
  font-weight: 700 !important;
  color: #23ac38 !important;
  margin: 0 0 .1rem 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

/* 事件标题 <h4> */
.xufeng-sq .timeline__content h4{
  font-size: .26rem !important;
  color: #333 !important;
  font-weight: 600 !important;
  margin: 0 0 .08rem 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

/* 正文 <p> */
.xufeng-sq .timeline__content p{
  font-size: .22rem !important;
  color: #888 !important;
  line-height: 1.7 !important;
  margin: 0 !important;
  padding: 0 !important;
}