.header.fixed@charset "utf-8";

*{box-sizing: border-box;font-family:'barlowsemicondensed','pingfangsc',arial,helvetica,sans-serif;}
body{background:#fff;font-size:14px; color:#333; -webkit-text-size-adjust:none; outline:0; font-family: pingfangsc, arial, helvetica, sans-serif;}
header,footer,section,aside,nav,hgroup,figure,figcaption{display:block; margin:0; padding:0; border:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,select,textarea,blockquote{padding:0; margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size: inherit;}
li{list-style-type:none;}
textarea{resize:none;}
table{word-wrap:break-word !important; border-collapse:collapse !important;}
a{color:#333; text-decoration: none; outline: 0; blr:expression(this.onfocus=this.blur()); /*按下鼠标图片周边不会出现虚线*/}
a, a:link, a:visited, a:hover, a:active, a:focus{text-decoration: none; outline: 0; border: 0;}
p{ word-wrap: break-word; word-break: normal;}
img{border:none; vertical-align:bottom;}
::-ms-clear, ::-ms-reveal{display: none; /*ie10 input x 去掉文本框的叉叉和密码输入框的眼睛图标 */}

.top{
	width:90%;
	margin:0 auto;
		background:#488d4a;
}
.logo{
	float:left;
	padding:13px 0;
}
.wrapper{
	overflow:hidden;
	min-width:1200px;
}
/*nav*/
#header{width: 100%; min-width: 1280px; background-color:#488d4a; height: 100px; position: relative}
#logo{height: 60px; padding: 20px 250px 0 0; float: left;}
.topwrap{margin:0 auto; width:90%;}
#nav{ height: 100px;}
#nav li{float: left; width: 10%; height: 100px}
#nav li:first-child{}
#nav li strong{height: 100px; line-height: 100px; text-align: center; font-size: 15px; display: block}
#nav li strong a{color: #fff; letter-spacing: 1px}
#nav li:hover strong{background-color: #46b131;}
#nav li:hover strong a{color: #fff}
#nav .navnow  strong a{color: #fff;}
#nav li:last-child strong{color: #000;}
#nav li:last-child strong a{color:#fff;}
#nav li:last-child strong a:hover{color: #fff;}
#nav li div{
	position: absolute;
	z-index: 999999;
	float: left;
	top: 100px;
	left: 3px;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,0.5);
	overflow: hidden;
	zoom: 1;
	transition: 0.3s ease;
}
#nav li div p{width:1460px; height: 60px; margin: 0 auto; overflow:hidden;}
#nav li div p a{display: block; float: left; margin-left:20px; text-align: center; height: 60px; line-height: 60px; font-size: 15px; color: #e0e0e0; letter-spacing: 1px}
#nav li div p a:hover{color: #fff; text-decoration: underline}
#nav li:hover div{height: 60px; transition: 0.3s ease}
#nav li:nth-child(1) div p a:first-child{margin-left: 60px}
#nav li:nth-child(2) div p a:first-child{margin-left: 250px}
#nav li:nth-child(3) div p a:first-child{margin-left: 130px}
#nav li:nth-child(4) div p a:first-child{margin-left: 490px}
#nav li:nth-child(5) div p a:first-child{margin-left: 500px}
#nav li:nth-child(6) div p a:first-child{margin-left: 550px}
#nav li:nth-child(7) div p a:first-child{margin-left: 650px}
#nav li:nth-child(8) div p a:first-child{margin-left: 640px}
#nav li:nth-child(9) div p a:first-child{margin-left: 1000px}

.lang{
	float: left;padding-top: 27px; padding-left:50px;
}
.lang a{
	display:inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #fff;
	line-height: 45px;
	width: 42px;
	text-align: center;
	text-transform: uppercase;
}
.lang a.sub_lang{
	color: #ca0f0f;
}
@-webkit-keyframes scalebigtosmall {
  0% { 
	opacity: 1;
	-webkit-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	transform: scale(1.2);
  }
  100% { 
	opacity: 1;
	-webkit-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
  }
}
@keyframes scalebigtosmall {
  0% { 
	opacity: 1;
	-webkit-transform: scale(1.2); 
	-ms-transform: scale(1.2); 
	transform: scale(1.2);
  }
  100% { 
	opacity: 1;
	-webkit-transform: scale(1); 
	-ms-transform: scale(1); 
	transform: scale(1);
  }
}
.scalebigtosmall{
	-webkit-animation-name: scalebigtosmall;
	animation-name: scalebigtosmall;
	transform-origin: 50% 50%;
}

/*间距定义等*/
.fl{float:left;}
.fr{float:right;}
.p10{padding: 10px!important}
.p15{padding: 15px!important}
.mt0{ margin-top: 0!important; }
.mt10{ margin-top: 10px!important; }
.mt15{ margin-top: 15px!important; }
.ml0{ margin-left: 0!important; }
.ml10{ margin-left: 10px!important; }
.ml15{ margin-left: 15px!important; }
.mb0{ margin-bottom: 0!important; }
.mb5{margin-bottom: 5px !important;}
.mb10{ margin-bottom: 10px!important; }
.mb15{ margin-bottom: 15px!important; }
.mr0{ margin-right: 0!important; }
.mr10{ margin-right: 10px!important; }
.mr15{ margin-right: 15px!important; }
.clearfix{zoom:1;}
.clearfix:after{content:" "; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
.relative{ position: relative; }
.norelative{ position:inherit!important; }
.abs{position: absolute;}
.overflow{ overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}/*单行文本的溢出显示省略号*/
.overflow-d{ display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}/*多行文本的溢出显示省略号*/
.overflow-d{ position: relative; line-height: 20px; max-height: 40px;overflow: hidden;}
.center {text-align: center;}
.ohide{overflow: hidden;}


/*基础框架*/
.w01{ margin-left: 1.5%; width: 6.9533%;}
.w02{ margin-left: 1.5%; width: 15.416%;}
.w03{ margin-left: 1.5%; width: 23.875%;}
.w04{ margin-left: 1.5%; width: 32.333%;}
.w05{ margin-left: 1.5%; width: 40.766%;}
.w06{ margin-left: 1.5%; width: 49.250%;}
.w07{ margin-left: 1.5%; width: 57.673%;}
.w08{ margin-left: 1.5%; width: 66.126%;}
.w09{ margin-left: 1.5%; width: 74.579%;}
.w10{ margin-left: 1.5%; width: 83.033%;}
.w11{ margin-left: 1.5%; width: 91.486%;}
.w12{ margin-left: 0; width: 100%; }
.w50{ width: 50%; padding: 15px;}
.w01,.w02,.w03,.w04,.w05,.w06,.w07,.w08,.w09,.w10,.w11,.w12{ float: left; position: relative;}
.w01:first-child,.w02:first-child,.w03:first-child,.w04:first-child,.w05:first-child,.w06:first-child,.w07:first-child,.w08:first-child,.w09:first-child,.w10:first-child,.w11:first-child,.w12:first-child{margin-left: 0;}



/*图片逐渐放大效果*/
.delay{ -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; overflow:hidden;}
.delay:hover{ transform: scale(1.08,1.08); -moz-transform: scale(1.08,1.08); -ms-transform: scale(1.08,1.08); -webkit-transform: scale(1.08,1.08); -o-transform: scale(1.08,1.08);}

.w-big{max-width: 86.2%;margin: 0 auto;position: relative;}
.w-mid{max-width: 64.2%;margin: 0 auto;position: relative;}
.w-sml{max-width: 1080px;margin: 0 auto;position: relative;}
.mt-big{margin-top: 65px;}
.mt-sml{margin-top: 30px; overflow:hidden;}
.t-big{font-size: 24px;}
.t-mid{font-size: 18px;}
.t-sml{font-size: 14px;}
.box-pb{padding-bottom: 60px;}
.ovf{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ovfmore{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.transition-t5{transition: all .5s;}
.font-white{color:#343434;}
.disno{display: none;}
.mask{position: relative;}
.mask::after{content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;background:rgba(140, 159, 56, 0.5);transition: all .5s;}
.trans-3{-webkit-transition: all .3s; transition: all .3s;}
@keyframes move{
    0%{top: 8px;}
    50%{top: 15px;}
    100%{top: 8px;}
}

/* header */
.header{
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	right: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
	background: rgba(255,255,255,0);
	height: .84rem;
	-webkit-transition: background .3s;
	transition: background .3s;
}
.head-con{
	width:1200px;
	margin:0 auto;
}
.header .logo{
	z-index: 5;
	left: 6.9%;
	top: 50%;
	width: 2.66rem;
	height: .6rem;
	margin-top: -.3rem;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/uploads/image/vpeimages/logo.png);
}
.header.fixed{
	background:rgba(255,222,0,1);
	-webkit-box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
	box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
}
.header.fixed .logo{
	background-image: ;
}
.header.fixed .pc-nav ul li a, .header.fixed .language a{
	color: #333;
}
.header.fixed .language a.on{
	border-color: #333;
}
.header.fixed .language span{
	background: #333;
}
@media (max-width: 991px){
	.header{
		background: rgba(255,255,255,1);
		-webkit-box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
		box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
	}
	.header .logo{
		background-image: ;
	}
	.header .language a{
		color: #333;
	}
	.header .language a.on{
		border-color: #333;
	}
	.header .language span{
		background: #333;
	}	
}

/* mobile nav */
.menu{
	position: absolute;
	z-index: 5;
	top: 0;
	right: 6.9%;
	width: 48px;
	height: 48px;
	margin-right: -13px;
}
.menu i{
	position: absolute;
	display: block;
	width: 24px;
	height: 2px;
	background: #333;
	left: 50%;
	margin-left: -12px;
}
.menu i:nth-of-type(1){
	top: 14px;
}
.menu i:nth-of-type(2){
	top: 50%;
	margin-top: -1px;
}
.menu i:nth-of-type(3){
	bottom: 14px;
}
.menu.on i:nth-of-type(2){
	width: 0;
}
.menu.on i:nth-of-type(1){
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu.on i:nth-of-type(3){
	top: 50%;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.app-nav{
	position: fixed;
	z-index: 4;
	top: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	overflow-y: auto;
	display: none;
}
.app-nav >ul{
	padding-top: 0;
}
.app-nav >ul >li{
	border-top: 1px solid rgba(0,0,0,.1);
} 
.app-nav >ul >li >a{
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #333;
	font-size: 16px;
}
.app-nav >ul >li >a::after{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid rgba(0,0,0,.3);
	border-right: 1px solid rgba(0,0,0,.3);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.app-nav-child {
	display: none;
	padding: 0 0 10px;
}
.app-nav-child a{
	display: block;
	padding: 10px 15px;
	color: #929292;
	font-size: 14px;
}
.pc-nav-child ul a{
	display: block;
	height: .4rem;
	line-height: .4rem;
	padding: .2rem .15rem;
	text-transform: capitalize;
	font-size: 16px;
	color: #929292;
	align-items: center;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	white-space: nowrap;
}
.app-nav-drop.on >a::after{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media (max-width: 1440px) {
	.pc-nav>ul>li>a, .pc-nav-child a{
		font-size: 14px;
	}
}
@media (max-width: 1080px){
	.pc-nav ul li{
		width: 1rem;
	}
	
}
@media (max-width: 991px) {
	.header{
		height: 50px;
	}
	.wrapper{
		padding-top: 50px;
	}
}

/* banner */
#banner{
    width: 100%;
    height: 100vh;
}
#banner .swiper-pagination{
    right: .3rem;
	left: auto;
	top: 50%;
	bottom: auto;
	width: auto;
	-webkit-transform: translatey(-50%);
	transform: translatey(-50%);
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet{
	display: block;
    width: 8px;
    height: 8px;
    opacity: 1;
    transition: all .5s;
    background: transparent;
    background: #fff;
    position: relative;
	margin: 10px 0;
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet::after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    border-radius: 100%;
    transition: all .5s;

}
#banner .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background: #23ac38;
}
#banner .swiper-pagination-bullets .swiper-pagination-bullet-active::after{
    width: 16px;
    height: 16px;
    border: 1px solid #23ac38;
}
#banner .swiper-slide{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;	
}
#banner .b1{
    background: ;

}
#banner .b2{
    background:  no-repeat;
    background-size: cover;
    background-position: center;
}
#banner .banner-info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}
#banner .banner-info >div{
	padding: 50px 20px;
	text-align: center;
}
#banner .banner-info .title{
    font: .68rem 'barlowsemicondensed-semibolditalic';
    text-shadow: 0px 12px 13px rgba(0,0,0,0.49);
    -moz-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -webkit-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -ms-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 4px;
}
#banner .banner-info .info{
	margin-top: .3rem;
    font-size: .22rem;
	font-family: "barlowsemicondensed-regular";
    line-height: 1.5;
    text-align: center;
    -moz-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -webkit-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -ms-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
   
}
#banner .page{
	position: absolute;
	z-index: 15;
	color: #fff;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	bottom: .35rem;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    font: 600 16px/2.5 'pingfangsc';
    letter-spacing: 1px;
    cursor: pointer;
}
@media (max-width: 639px){
	#banner .banner-info >div{
		padding-bottom: 1.5rem;
	}
	#banner .banner-info .title{
		font-size: .5rem;
	}
	#banner .page{
		bottom: 1.2rem;
	}
}
#banner .page p{
    position: relative;
}
#banner .page p span{
    border: 2px solid #fff;
    display: inline-block;
    width: 18px;
    height: 32px;
    border-radius: 10px;
}
#banner .page p::before{
    content: "";
    width: 2px;
    height: 6px;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 8px;
    background: #fff;
    animation: move .5s infinite;
}
/* about */

/* 公共模块 */
.title-style1{
    text-align: center;
}
.title-style1 .title{
    font-weight: bold;
    font: 600 48px 'barlowsemicondensed';
    text-transform: uppercase;
}
.title-style1 .info{
    color: #808080;
    position: relative;
    padding: 7px 0 18px 0;
    display: block;
    font: 16px/1.875 'barlowsemicondensed';
    letter-spacing: 1px;
	text-transform: uppercase; 
}
.title-style1 .info::after{
    content: "";
    background: #33cc33;
    width: 30px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translatex(-15px);
}
.more-style1{
    text-align: center;
}
.more-style1>a{
    background:#689f38;
    border-radius: 54px;
    color: #fff;
    font: 18px 'barlowsemicondensed';
    display: inline-block;
    width: 192px;
    height: 54px;
    line-height: 54px;
    text-transform: uppercase;
}
@media (max-width: 639px){
	.more-style1>a{
		width: 172px;
		height: 48px;
		line-height: 46px;
		font-size: 16px;
	}
}
.more-style1>a:hover{
    opacity: .8;
}
.more-style1>a img{
    vertical-align: middle;
    margin-left: 20px;
}

.about{
   
    background-size: 100% 100%;
    padding-top: 1px;
}
.about .more-style1{
    margin-top: 40px;
	clear:both;
}
.about .content .detail{
    color: #333;
    line-height: 35px;
    font: 16px/1.75 'barlowsemicondensed';
	width:45%;
	float:left;
	padding-top:40px;
	padding-left:40px;
	text-align:justify;
	word-break:break-all;
}
.rongyu{
	float:right;
	
}
.rongyu img{ padding:15px; border:1px solid #689f38;}
.about .statistics .module{
    float: left;
    width: 23%;
    padding-left: 15px;
    text-align: center;
    position: relative;

}
.about .statistics .module img{
    width: .72rem;
	position: relative;
	left: .25rem;
}
.about .statistics .module p{
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: .25rem;
}
.about .statistics .module span{
	display: block;
	margin-top: -.8rem;
	margin-left: -.25rem;
    color:#689f38;
    text-shadow: 0px 7px 8px rgba(35,172,56,0.2); 
    font: .5rem/1 'barlowsemicondensed-semibold'; 
    -moz-transform: matrix( 1.50327771692405,0,0,1.50327771692405,0,0);
    -webkit-transform: matrix( 1.50327771692405,0,0,1.50327771692405,0,0);
    -ms-transform: matrix( 1.50327771692405,0,0,1.50327771692405,0,0);
}
.about .statistics{
    margin-top: 85px;
	clear:both;
}
/* product */

.product{
  background: ;
    background-size: 100% 100%;
    padding-top: 1px;
	
}
.product .content{
    margin-left: -5px;
}
.product .product-show{
    width: 23.5%;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    float: left;
    padding-left: 15px;
}
.product .product-show img{
    width: 100%;
}
.product .product-show .text-wrap{
    display: block;
    position: absolute;
    top: 20px;
    left: 35px;
	right: 20px;
	bottom: 20px;
	padding: 10px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.product .product-show figcaption{
    position: relative;
    margin-bottom: -.7rem;
	margin-top: 65%;
	padding-bottom: .16rem;
    font-size: 20px;
	line-height: 24px;
	font-weight:bold;
}
.product .product-show p{
    margin-top: .5rem;
    opacity: 0;
    font-size: 14px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .product-show .text-wrap .more{
    margin-top: .3rem;
    opacity: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.product .product-show:hover .text-wrap{
    border-color: rgba(255,255,255,.5);
}
.product .product-show figcaption::after{
    content: "";
    background: transparent;
    transition: all .5s;
    width: 2em;
    height: 2px;
    position: absolute;
    left: 50%; 
    bottom: -.1rem;
    margin-left: -1em;
}

@media (max-width: 1440px){
	.product .product-show p{
		height: 90px;
	}
}
@media (max-width: 1199px){
	.product .product-show .text-wrap{
		top: 15px;
		left: 30px;
		right: 15px;
		bottom: 15px;
		border-color: rgba(255,255,255,.5);
	}
	.product .product-show p, .product .product-show .text-wrap .more{
		display: none;
	}
	.product .product-show figcaption{
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px){
	.product .product-show:hover figcaption{
		margin-bottom: 0;
		margin-top: 0;
	}
	.product .product-show:hover figcaption::after{
		bottom: 0;
		background: #fff;
	}	
	.product .product-show:hover p,.product .product-show:hover .more{
		opacity: 1;
	}	
}

/* service */

.service-slidecon{
    white-space: nowrap;
    font-size: 0;
    position: relative;
    left: 0;
    /* transition: all .5s; */
}
.service-slide-wrap{
    width: 87.5%;
    float: left;
    position: relative;
    overflow: hidden;
}
.service-item{
    overflow: hidden;
    display: inline-block;
    width: 14.28571429%;
    /* transition: all .5s; */
    cursor: pointer;
}
/* .service-item.active{ */
    /* width: 57.1429%; */
/* } */
.service-item .content-wrap p{
    margin-top: 10%;
    opacity: 0;
    transition: all .5s;
    line-height: 22px;
    height: 88px;
    overflow: hidden;
}
.service-item.active .content-wrap p{
    margin-top: 15%;
    opacity: 1;
    font: 18px/1.667 'barlowsemicondensed';
}
.service-item.active .content-wrap>img{
    margin-top: 10%;
}
.service-control{
    width: 12.5%;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
    z-index: 1;
}
.service-control img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.service-control::before{
    content: "";
    font-size: 60px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    color: #fff;
    z-index: 1;
    display: block;
    width: 30px;
    height: 30px;
    border: 3px solid #fff;
    border-left-color: transparent;
    border-bottom-color: transparent;
    transform-origin: 15px 15px;
    transition: all .5s;

}
.service-control[data-toggle='prev']::before{
	 transform: translate(-50%,-50%) rotate(-135deg);
}
.service-control.icon-tran::before{
    transform: rotate(225deg); 
}
.service-control::after{
    background:rgba(140, 159, 56, 0.5));
}
.service-item:hover::after,.service-control:hover::after{
    background: rgba(0, 0, 0, .0)
}
.service-item .content-wrap{
  /*   text-align: center; */
    white-space: normal;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    color: #fff;
    font: 24px 'barlowsemicondensed';
}
.service-item .content-wrap .mt-sml{
	width: .72rem;
}

.mservice-wrap{
    display: none;
}
#mservice{
    width: 100%;
}
#mservice .swiper-slide{
    position: relative;
	background: #232323;
}
#mservice .swiper-slide img{
    width: 100%;
	opacity: .5;
}
#mservice .swiper-pagination-bullet{
    width: 20px;
    height: 4px;
    border-radius: 0;
	background: #27c940;
}
#mservice .text-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 16px;
    color: #fff;
}
#mservice .text-wrap h4{
    margin-bottom: 15px;
    font-size: 20px;
}
#mservice .text-wrap p{
    height: 80px;
    overflow: hidden;
    font: 14px/1.667;
    line-height: 20px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
/* news */
.news{
	background:  no-repeat;
    padding-top: 1px;
	padding:50px 0;
}
.news-header-wrap .title-style1{
    text-align: left;
}
.news-header-wrap .more-style1>a{
    color: #000;
    background-color: transparent; 
}
.news-header-wrap .title-style1 .info::after{
    left: 0;
    transform: none;
}
.news .content .pic{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
}
.news .news-left .info .title{
    max-height: 60px;
}   
.news .content .pic figure img{
    width: 100%;
}
.news .content .info .title.ovf{
    -webkit-line-clamp: 2;
}
.news .content .info .title{
    font-size: 18px;
    line-height: 30px;
    color: #1a1a1a;
    font: 18px/1.667 'barlowsemicondensed';
}
.news .content .info .des{
    font-size: 16px;
    color: #666;
    height: 76px;
    -webkit-line-clamp: 2;
    font: 16px 'barlowsemicondensed';
    line-height: 24px;
    padding-top: 23px;
}
.news .content .date{
    font-size: 28px;
}
.news .content .news-left .date{
    width: 80px;
    position: absolute;
    left: 25px;
    top: 25px;
    color: #666;
    line-height: 60px;
}

.news .content .news-left .info{
    padding-left: 95px;
}
.news .content .pic:hover{
    opacity: 1;
}
.news .news-list>li{
    position: relative;
    border-bottom: 1px solid #eee;
    padding: 36px 25px;
}
.news .news-list>li:hover{
    background:#fab10a;
    box-shadow: 0 0 10px #eee;
}
.news .news-list>li:hover .title{
    color: #27c940;
}
.news .news-list>li:hover .more{
    color: #333;
    background-image: url(/uploads/image/vpeimages/arrow-black.png);
}
.news .news-list .info{
    padding-right: 115px;
}
.news .news-list .date{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 95px;
    height: 90px;
    position: absolute;
    top: 40px;
    right: 25px;
}
.news .news-list .date span{
    color: #666;
    font: 28px 'barlowsemicondensed';
    letter-spacing: 1px;
}
.news .news-list .date .more{
    color: #999;
    font: 600 14px/1.857 'barlowsemicondensed';
    letter-spacing: 1px;
}
.news .news-list .more{
    font-size: 14px;
    padding: 0 23px 0 0px;
    background:  no-repeat;
    background-position: right 48%;
    margin-bottom: 10px;
}
.news .col-md-5 img{
	width: 100%;
}
.news .news-left{
    padding: 25px 20px;
    background:rgba(255,255,255,0.5);
}
@media (min-width: 992px){
	.news .col-md-5{
		width: 43.541%;
	}
	.news .col-md-offset-1{
		margin-left: 6.333333%;
	}
}



.banner-contact-img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.banner-contact-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-contact-title{
    color: #ffffff;
    font: .68rem 'barlowsemicondensed-semibolditalic';
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0px 12px 13px rgba(0,0,0,0.49);
    -moz-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -webkit-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    -ms-transform: matrix( 1.22917827310176,0,0,1.22865070184818,0,0);
    letter-spacing: 1px;
    padding: 0 15px;
}
.banner-contact-title small{
	display: block;
	padding: 20px 15px 0;
	text-shadow: none;
	font-weight: normal;
	font-style: normal;
	font-size: 30%;
	font-family: "barlowsemicondensed";
	color: #fff;
	letter-spacing: 4px;
}
.contact-map .anchorbl{
    display: none;
}
.contact-map #container{
    width: 100%;
    height: 6rem;
}
.contact-map img{
    width: 100%;
}
.contactpage-module-mt{
    margin-top: 80px;
}
.contactpage-module-content-mt{
    margin-top: 35px;
}

.contact-title{
    font: 32px 'barlowsemicondensed';
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    font-weight: bold;
}
.contact-title>img{
    margin-right: 15px;
}
.sun-tree-content{
    background: #f5f5f5;
    height: 273px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.sun-tree-content-line{
    width: 2px;
    height: 134px;
    background: #d6d6d6;
}
.sun-tree-content>div:nth-child(1){
    width: 24%;
}
.sun-tree-content>div:nth-child(3){
    width: 55%;
}
.sun-tree-content>div:nth-child(1)>img{
    max-width: 100%;
}
.contact-qrcode{
    width: 11%;
}
.contact-qrcode>div:nth-child(1){
    display: none;
}
.sun-tree-content>div:nth-child(5)>.qrcode-img>img{
    width: 100%;
}
.sun-tree-msg h4{
    font:22px 'barlowsemicondensed';
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    line-height: 30px;
}
.sun-tree-msg h4::after{
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #27c940;
}
.sun-tree-msg p{
    margin-top: 20px;
    font: 400 18px 'barlowsemicondensed';
    color: #666;

}
.sun-tree-msg p b{
    color: #000
}
.contact-tel-content>.module{
	margin-bottom: 20px;
    width: 48.57%;
    float: left;
    padding: 37px 55px;
    background: #f5f5f5;
    line-height: 26px;
    margin-left: 2.86%;
    color: #666;
    font-family: 'barlowsemicondensed';
    font-size: 22px;
}
.contact-tel-content>.module b{
    color: #333333;
    font-size: 22px;
    font-family: 'barlowsemicondensed';
    letter-spacing: 1px;
    font-weight: bold;
}
.contact-tel-content>.module:nth-child(2n 1){
    margin-left: 0;
}
.smc-content>.module h4{
    color: #333;
    font-weight: bold;
    margin-bottom: 22px;
    padding-bottom: 22px;
    position: relative;
    font-size: 22px;
}
.smc-content>.module{
    height: 225px;
}
.smc-content>.module>div,.smc-content>.module div b{
    font-size: 18px;
}
.smc-content>.module>div{
    line-height: 27px;
}
.smc-content>.module h4::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background: #27c940;
}
.rp-content{
    padding: 37px 55px;
    background: #f5f5f5;
    
}
.rp-content>div{
    color: #333333;
    font: 600 18px 'barlowsemicondensed';
    line-height: 32px;
    letter-spacing: 1px;
}
@media (min-width: 1200px){
	.rp-content>div a:hover{
		color: #27c940;
	}
}
.rp-content>div>img{
    margin-right: 9px;
    vertical-align: middle;
}
.rp-content>p{
    color: #666666;
    font: 18px/1.667 'barlowsemicondensed';
    line-height: 25px;
    margin-top: 35px;
}
.rp-content>p>a{
    color: #27c940;
    font-style: italic;
    text-decoration: underline;
}
.rp-content>p>a:hover{
    opacity: .8;
}
.rp-wrap{
    margin-bottom: 140px;
}
@media screen and (min-width: 1080px){
    .sun-tree-content>div:nth-child(1){
        margin-left: 50px;
    }
    .contact-qrcode{
        margin-right: 40px;
    }
}
@media screen and (max-width: 1080px){
    .w-big{max-width: 98%;}
    .w-mid{max-width: 96%;}
    .news-header-wrap .more-style1>a{text-align: right;}
    .news .news-list .date{right: 0;}
    .news .news-list .info{padding-right: 85px;}
    .mwrap-pdlr{padding-left: 10px;padding-right: 10px;}
    .nav-btn-wrap{display: flex;}
}
@media screen and (max-width: 991px){
	.language{margin-right: 50px;}
}
@media screen and (max-width: 876px){
    .news .content .pic{display: none;}
    .news .news-list{padding-left: 0;}
    .footer .bottom-nav{display: none;}
    .footer .copyright{margin-top: 0; text-align: center;}
    .footer .copyright span{float: none;line-height: 20px;}
    .footer .copyright .share{display: none;}
    
}
@media screen and (max-width: 767px){
	.header .logo{left: 4%; width: 83px; height: 30px; margin-top: -15px;}
	.menu, .language{right: 4%;}
    .w-big{max-width: 92%;}
    .w-mid{max-width: 90%;}	
    .product .product-show{width: 50%;margin-bottom: 15px;}
    .product .product-show:nth-child(n 3){margin-bottom: 0px;}
    .about .statistics .module span{font-size: 48px;}
    .about .statistics .module p{font-size: 14px;}
    .service{padding-bottom: 40px;}
    .service-content{display: none;}
    .mservice-wrap{display: block;}
    .mt-big{margin-top: 45px;}
    .mt-sml{margin-top: 23px;}
    .sun-tree-content{flex-direction: column;height: initial;padding: 35px 15px;min-height: 60vh;}
    .sun-tree-content>div:nth-child(1){width: initial;}
    .sun-tree-content>div:nth-child(3){width: 100%;}
    .contact-qrcode{width: initial;}
    .sun-tree-content-line{width: 100%;height: 2px;margin: 35px 0;}
    .contact-qrcode{width: 100%;}
    .contact-qrcode>div:nth-child(1){display: block;margin-left: 20px;}
    .contact-qrcode>div:nth-child(1)>div:nth-child(1){font-size: 18px;color: #333;margin-bottom: 20px;}
    .contact-qrcode>div:nth-child(1)>div:nth-child(2){font-size: 16px;color: #666;}
    .contact-qrcode>div:nth-child(1)>div:nth-child(3){font-size: 14px;color: #999;margin-top: 10px;}
    .contact-tel-content>.module{width: 100%;margin-bottom: 20px;margin-left: 0;}
    .contact-tel-content>.module:last-child{margin-bottom: 0;}
    .contact-map #container{height: 300px;}
    .banner-contact-title{-webkit-transform: none;font-size: 30px;}
    
}
@media screen and (max-width: 425px){   
    .footer .wrap{display: none;}
    .footer>div{margin-top: 0;}
    .swiper-container-vertical>.swiper-pagination-bullets{top: 95%;}
    .title-style1 .title{font-size: 26px;}
    .about .statistics .module{width: 50%;margin-bottom: 35px;}
    .about .statistics .module:nth-child(n 3){margin-bottom: 0px;}
    .product .product-show p{margin-top: 10px;line-height: 20px;height: 80px;overflow: hidden;}
    .product .product-show .text-wrap>p{padding: 0 25px;}
    .product .product-show figcaption{padding-left: 26px;padding-right: 26px;}
    .news .news-list>li{padding: 20px 10px;}
    .news .content .info .des{padding-top: 10px;line-height: 24px;height: 60px;}
    .news .news-list .date{top: 26px;}
    .about .statistics .module span{font-size: 36px;}
    .sun-tree-content>div:nth-child(1){width: 100%;}
    .contactpage-module-mt{margin-top: 40px;}
    .contactpage-module-content-mt{margin-top: 20px;}
    .contact-title{font-size: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
    .rp-wrap{margin-bottom: 40px;}
    .rp-content,.contact-tel-content>.module,.contact-tel-content>.module{padding-left: 15px;padding-right: 15px;}
    .rp-content>div{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 100%;}
    .contact-btn-wrap-pub{height: 60px;}
    .contact-btn-pub>a{line-height: 60px;font-size: 20px;} 
}


.weui-cell{position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.weui-cell__primary{min-width: 1px; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.weui-cell__bd{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.weui-cell__ft{text-align: right; color: #999999;}
.weui-flex{display: -webkit-box; display: -webkit-flex; display: flex;}
.weui-flex__item{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.weui-grids{position: relative; overflow: hidden;}
.weui-grid{position: relative; float: left; padding: 20px 10px; box-sizing: border-box;} 
.start{-webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.middle{-webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.nobefore::before, .noafter::after{display: none !important;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.container-wrap{position: relative; max-width: 73.57%; margin: auto;}
@media (max-width: 1080px){.container-wrap{max-width: 90%;}}
.auto{margin-left: auto; margin-right: auto;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
input, textarea, button, select, radio{margin: 0; padding: 0; outline: 0; border: 0;}
input, textarea, button, select{-webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; border-radius: 0;}
.required{display: block; width: 100%; padding: 8px 15px; height: 40px; font-weight: normal;}
.required:focus{outline: 0; box-shadow: none; -webkit-box-shadow: none;}
.tips{display: none; z-index: 100; top: 50%; left: 50%; margin-top: -35px; margin-left: -125px; padding: 10px; width: 250px; line-height: 20px; text-align: center; font-size: 14px; color: #fff; border-radius: 3px; background: rgba(0,0,0,.75); filter:progid:dximagetransform.microsoft.gradient(startcolorstr=#bf000000,endcolorstr=#bf000000); zoom:1;}
:root .tips{filter: none\9;}

.subnav{height: 1rem; margin-top: -.5rem; margin-bottom: .8rem; overflow: hidden; background: #fff; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 3.42px 9.397px 20px 0px rgba(77,77,77,0.2); box-shadow: 3.42px 9.397px 20px 0px rgba(77,77,77,0.2);}
.subnav .weui-flex{height: 100%; text-align: center; align-items: center;}    
.subnav .weui-flex__item{position: relative; overflow: hidden; height: 100%;}
.subnav .weui-flex__item i{position: absolute; z-index: 1; width: .68rem; height: .84rem; background: url(/uploads/image/vpeimages/subnav.png) no-repeat; background-size: 100% 100%;}
.subnav .weui-flex__item .img1{left: 0; bottom: -.15rem;}
.subnav .weui-flex__item .img2{top: -.15rem; right: 0;}
.subnav .en{position: absolute; top: 48%; left: 50%; font-family: arial; font-size: .66rem; font-weight: 800; text-transform: uppercase; color: #f5f5f5; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.subnav a{position: relative; display: flex; height: 100%; align-items: center; font-size: .26rem; line-height: 1.2; color: #222; text-transform: uppercase; background: rgba(39,201,64,0); -webkit-transition: background .4s, color .4s; transition: background: .4s, color .4s;}
.subnav .weui-flex__item.on a, .subnav .weui-flex__item:hover a{background: rgba(39,201,64,1); color: #fff;}    
.subnav a span{margin: 0 auto; padding: 0 3px;}

/* message */
.msg-box{margin-top: 1rem; margin-bottom: 1.3rem; padding-top: 2.2rem;}
.msg-box .bgcolor{position: absolute; left: 0; bottom: 0; right: 0; top: 2.2rem; background: #f5f5f5;}
.msg-box .bgcolor span{position: absolute; color: #fff; font-size: 1.08rem; font-weight: bold; -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.msg-box .bgcolor .font1{right: 0; top: 18%;}
.msg-box .bgcolor .font2{left: -4%; bottom: 28%;}
.msg{position: relative; top: -1.5rem; margin: 0 18.5%; background: #fff; border: 1px solid #eee;}
.msg-hd{position: relative; top: -.67rem; margin: 0 auto -.3rem; width: 1.34rem;}
.msg-hd img{max-width: 100%;}
.msg-bd{padding: 0 1.3rem .88rem;}
.msg-bd-title{padding-bottom: .3rem;}
.msg-bd-title p{margin-bottom: 10px; font-size: 28px; color: #27c940;} 
.msg-bd-title small{font-size: 18px; color: #9a9a9a; font-family: "myriadpro"} 
.msg-bd-form .weui-cell{margin-top: .25rem;}
.msg-bd-form .weui-cell__hd{position: relative; width: 100px; font-size: 18px; font-weight: normal; color: #525252; white-space: nowrap;}
.msg-bd-form .weui-cell__hd::after{position: absolute; display: block; content: ""; right: 0; top: 50%; width: 1px; height: 14px; margin-top: -7px; background: #e3e3e3;}
.msg-bd-form .required{border: 0; font-size: 18px;}
.msg-bd-form i{position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #d6d6d6;}
.msg-bd-form i::after{position: absolute; display: block; content: ""; left: 50%; top: 0; width: 0; height: 1px; background: #27c940; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.msg-bd-form .required:focus i::after{width: 100%; left: 0;}
.msg-bd-form .spec{display: block;}
.msg-bd-form .spec .weui-cell__hd{width: auto;}
.msg-bd-form .spec .required{margin-top: 8px; border: 1px solid #ebebeb; height: 2rem; resize: none; -webkit-transition: border .3s; transition: border .3s;}
.msg-bd-form .spec .required:focus{border: 1px solid #27c940;}
.msg-bd-form .submit{margin-top: 30px; width: 190px; height: 50px; background: #27c940; color: #fff; font-size: 18px; -webkit-border-radius: 5px; border-radius: 5px;}
.msg-bd-form .submit:hover{background: #23ac38;}
@media (max-width: 1199px){
	.msg{margin: 0 auto;}
	.msg-bd{padding-left: .8rem; padding-right: .8rem;}
}
@media (max-width: 767px){
	.msg-bd-title p{font-size: 24px;}
	.msg-bd-title small{font-size: 14px;}
	.msg-bd-form .weui-cell__hd{width: 76px; font-size: 14px;}
	.msg-bd-form .required{font-size: 14px;}
}

/* news */
.news-article .date{font-family: "din-medium";}
.news-article .tit{display: block; font-family: "myriadpro"; font-weight: normal; color: #1a1a1a; font-size: .2rem; line-height: .3rem;}
.news-article .txt{margin-top: .25rem; font-family: "myriadpro"; font-weight: normal; color: #999; font-size: .16rem; line-height: .22rem;}
.news-article a.more{display: inline-block; width: 1.46rem; height: .48rem; line-height: .46rem; font-size: 16px; color: #999; text-align: center; border: 1px solid #ebebeb; -webkit-border-radius: .2rem; border-radius: .2rem; -webkit-transition: background .3s,color .3s; transition: background .3s,color .3s;}
.hot-news{padding-top: .2rem; padding-bottom: .42rem; border-bottom: 1px solid #eee;} 
.hot-news .date{margin-bottom: .25rem; font-size: 18px; color: #999;}
.hot-news .more{margin-top: .45rem;}
.hot-news .imgbox{width: 92%;}
.hot-news .imgbox img{max-width: 100%;}
.newslist .date{width: 100px; height: 100px; padding: 10px; font-size: 16px; color: #909090; border: 1px solid #ebebeb;}
.newslist .date span{display: block; margin-bottom: 5px; font-size: 32px; font-family: "din-bold";}
.newslist .weui-cell{position: relative; padding: .48rem 0; background: #fff; border-bottom: 1px solid #eee; -webkit-transition: box-shadow .3s; transition: box-shadow .3s;}
.newslist .weui-cell__hd, .newslist .weui-cell__ft{padding: 0 .3rem;}
.newslist .weui-cell__ft{width: 30%;}
.loadmore{position: relative; margin: 0 auto; padding: .3rem 0;}
.loadmore a, .loadmore span{height: 40px; font-size: 16px; line-height: 40px; color: #999; font-family: "barlowsemicondensed-regular";}
.loadmore span{display: none;}
.loadmore a:hover{color: #27c940;}
@media(min-width: 768px){
	.newslist .weui-cell:hover{z-index: 2; box-shadow: 0 0 50px rgba(76,76,76,.2);}
	.newslist .weui-cell:hover a.more{color: #fff; background: #27c940;}	
}
@media(min-width: 1200px){
	.news-article .tit:hover{color: #23ac38;}
	.news-article a.more:hover{color: #fff; background: #27c940;}
}
@media (max-width: 767px){
	.hot-news{display: block;}
	.hot-news .imgbox{margin-bottom: .4rem; width: 100%;}
	.news-article .tit{font-size: .28rem; line-height: .38rem;}
	.news-article .txt{font-size: .22rem; line-height: .3rem;}
	.newslist .weui-cell{display: block;}
	.newslist .weui-cell__hd, .newslist .weui-cell__ft{padding: 0; width: 100%;}
	.newslist .date{margin-bottom: .25rem; border: 0; width: auto; height: auto; padding: 0;}
	.newslist .date span{font-size: 22px; display: inline; padding-right: 10px;}
	.newslist .more{margin-top: .45rem; display: block !important;}
}

/* news details */
.news-desc{padding-bottom: 1.3rem;}
.news-desc-hd{margin-bottom: .6rem; padding-top: .6rem; padding-bottom: .48rem; border-bottom: 4px solid #666;} 
.news-desc-hd h1{margin-bottom: .25rem; font-weight: bold; color: #333; font-size: .28rem;}
.news-desc-hd p{color: #333; font-size: .22rem;}
.news-desc-hd span{display: inline-block; margin-left: .3rem; color: #999;}
.news-desc-bd .edit{padding-bottom: 1.5rem; font-size: 16px; line-height: 28px;}
.news-desc-bd .edit *{font-family: "barlowsemicondensed" !important;}
.news-desc-bd .edit img{display: block; max-width: 100% !important; max-height: 100% !important;}
.prevnext{margin-left: -10px; margin-right: -10px;}
.prevnext .col-xs-12{padding-left: 10px; padding-right: 10px;}
.prevnext .weui-cell{height: 1.2rem; border: 1px solid #999; color: #333; font-family: "barlowsemicondensed-regular"; font-size: 16px; line-height: 24px;}
.prevnext i{display: inline-block; width: 10px; height: 10px; border-top: 1px solid #333; border-right: 1px solid #333;}
.prevnext .col-xs-12:nth-of-type(1) i{-webkit-transform: rotate(-135deg); transform: rotate(-135deg);}
.prevnext .col-xs-12:nth-of-type(2) i{-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.prevnext .col-xs-12:nth-of-type(1) .weui-cell__bd{padding-left: .2rem; padding-right: .4rem;}
.prevnext .col-xs-12:nth-of-type(2) .weui-cell__bd{padding-left: .4rem; padding-right: .2rem;}
.prevnext .weui-cell__hd, .prevnext .weui-cell__ft{width: .7rem; text-align: center;}
.news-desc-ft .back{font-size: 18px; color: #27c940;}
.news-desc-ft ul li{padding: .15rem 0; border-bottom: 1px solid #ebebeb;}
.news-desc-ft ul p{margin-bottom: 3px; font-size: 16px; color: #333;}
.news-desc-ft ul span{font-size: 12px; color: #999;}
.bshare-custom a{margin-top: 10px; margin-right: 10px !important; padding-left: 30px !important; height: 30px !important; -webkit-border-radius: 50%; border-radius: 50%; background-color: #999; background-position: center center; background-repeat: no-repeat;}
.bshare-facebook{background: #999  no-repeat center center !important;}
.bshare-twitter{background: #999  no-repeat center center !important}
.bshare-linkedin{background: #999  no-repeat center center !important}
.ishare{margin-top: 14px; padding: .25rem 0 .33rem; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;}
@media (min-width: 1200px) {
	.news-desc-bd{width: 72%;}
	.news-desc-bd >div{width: 93%;}
	.news-desc-ft{width: 28%;}
	.prevnext .weui-cell:hover{background: #27c940; color: #fff; border-color: #27c940;}
	.prevnext .weui-cell:hover i{border-color: #fff;}
}
@media (max-width: 991px){
	.news-desc-ft{margin-top: 1rem;}
}

/* product */
.radius-5{-webkit-border-radius: 5px; border-radius: 5px;}
.radius-half{-webkit-border-radius: 50%; border-radius: 50%;}
input::-webkit-input-placeholder{color: #999;} 
input:-moz-placeholder{color: #999;} 
input::-moz-placeholder{color: #999;} 
input:-ms-input-placeholder{color: #999;} 
.search-box, .search-box .weui-cell__bd, .search-box .weui-cell__bd input{height: 100%;}
.search-box .weui-cell__bd input{padding-left: .4rem; padding-right: .4rem; font-size: .24rem; color: #999; font-family: "barlowsemicondensed-regular";}
.search-box .weui-cell__ft{display: flex; height: 100%; width: 25%;}
.search-box .weui-cell__ft input{height: 100%; width: 100%; text-align: center; background: #27c940; color: #fff; font-size: .26rem;}
.probox{padding-bottom: .9rem;}
.probox-hd .weui-cell__hd{position: relative; width: 24px; height: 24px; background: #27c940;}
.probox-hd .weui-cell__hd span{position: absolute; display: block; top: 50%; left: 50%; margin-top: -4px; margin-left: -5px; width: 8px; height: 8px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.probox-hd .weui-cell__hd i{position: absolute; display: block; left: 50%; top: 50%; width: 8px; height: 2px; margin-top: -1px; margin-left: -4px; background: #fff;}
.probox-hd .weui-cell__hd i:nth-of-type(2){-webkit-transform: rotate(90deg); transform: rotate(90deg);}
div.probox-hd p{margin-left: 18px; font-size: 18px; font-weight: bold; text-transform: uppercase;}
a.probox-hd p{margin-left: 10px; font-size: 14px; color: #27c940; text-transform: uppercase;}
.probox-btn{margin-left: -10px; margin-right: -10px;}
.probox-btn .col-xs-12{margin-bottom: 18px; padding-left: 10px; padding-right: 10px;}
.probox-btn a{display: block; padding: 7px; color: #666; text-align: center; border: 1px solid #d4d4d4; -webkit-border-radius: 3px; border-radius: 3px;}
.probox >.row{margin-left: -19px; margin-right: -19px;}
.probox >.row >.col-xs-12{padding-left: 19px; padding-right: 19px;}
.probox-item{position: relative; top: 0; margin-bottom: .48rem; padding: 30px 20px; background: #fff; -webkit-transition: top .3s; transition: top .3s; -webkit-box-shadow: 0 0 10px rgba(204,204,204,.2);box-shadow: 0 0 10px rgba(204,204,204,.2);}
.probox-item .imgbox{margin-top: 27px; margin-bottom: 30px;}
.probox-item .imgbox img{width: 100%; height: 100%; object-fit: cover;}
.probox-item:hover{top: -10px;}

/* prolist */
.prolist-box{padding-bottom: .8rem;}
.prolist-box .weui-cell::before{position: absolute; left: 0; top: 0; bottom: 20px; display: block; content: ""; width: 2.2rem; background: #27c940;}
.proaside{position: relative; width: 2.2rem; margin-right: 15px;}
.proaside .list-group-item{font-family: "pingfangsc"; font-size: 14px; -webkit-border-radius: 0; border-radius: 0;}

.prolist td{padding: 10px 15px !important; line-height: 20px; border: 1px solid #dedede; font-family: "pingfangsc"; font-size: 12px; color: #666; vertical-align: middle !important;}
.prolist td a{display: block; color: #333;}
.prolist .col1{width: 1.2rem;}
.prolist .col3{width: 2rem;}
.prolist .col4{width: 2rem;}
.prolist .col5{width: 1.1rem; text-align: center;}
.prolist .th td{line-height: 35px; background: #27c940; color: #fff; font-size: 14px; text-align: center;}
.prolist tr:hover{background: #ccc;}
.prolist .pager{margin-top: .4rem;}
.prolist .pager li{margin: 4px 2px; display: inline-block;}
.prolist .pager li>a{padding: 0; width: 66px; text-align: center; height: 30px; line-height: 30px; border-color: #dadada; -webkit-border-radius: 0; border-radius: 0; font-family: "pingfangsc"; color: #666;}
.prolist .pager li>a:focus, .prolist .pager li>a:hover, .prolist .pager li>a.active{background: #27c940; color: #fff; border-color: #27c940;}
@media (min-width: 768px){
	.proaside .list-group-item{background: #27c940; color: #fff; text-align: center;}
	.proaside a.list-group-item:focus, .proaside a.list-group-item:hover, .proaside .list-group-item.active{background: rgba(255,255,255,.45); color: #fff;}		
} 
@media (max-width: 767px){
	.prolist-box .weui-cell{display: block;}
	.prolist-box .weui-cell::before{display: none;}
	.proaside{width: 100%; margin-right: 0; margin-bottom: 20px;}
	.proaside .list-group-item{color: #555;}
	.proaside a.list-group-item:focus, .proaside a.list-group-item:hover, .proaside .list-group-item.active{background: #f1f1f1; color: #555;}		
	.proaside .current{position: relative; padding: 10px 15px; font-size: 18px; background: #27c940; color: #fff;}
	.proaside .current::after{position: absolute; top: 50%; margin-top: -5px; right: 15px; display: block; content: ""; width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all .3s; transition: all .3s;}
	.proaside .current.on::after{margin-top: -8px; -webkit-transform: rotate(135deg); transform: rotate(135deg);}
	.proaside .list-group{display: none;}
}

/* product details */
.pro-details .page-header{position: relative; margin: 0; min-height: 46px; padding: .64rem 0 .6rem;}
.pro-details .page-header h1{margin: 8px 0; text-transform: uppercase; font-size: 20px; line-height: 26px; font-family: "barlowsemicondensed-semibold";}
.pro-details .page-header >a{display: block; right: 0; top: .6rem; margin: .6rem auto 0; width: 150px; height: 36px; line-height: 34px; border: 1px solid #ccc; text-align: center; color: #333; font-size: 16px;}
.smpic{margin-top: .2rem;}
.smpic .swiper-slide{position: relative; width: 2rem; height: 1rem; cursor: pointer;}
.smpic .swiper-slide::after{position: absolute; display: block; content: ""; top: 0; left: 0; right: 0; bottom: 0; border: 2px solid #27c940; opacity: 0; -webkit-transition: opacity .3s; transform: opacity .3s;}
.smpic .swiper-slide.active::after{opacity: 1;}
.pro-details .param{margin-top: .8rem; margin-bottom: .35rem; padding-top: .2rem; padding-bottom: 1rem; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;}
.pro-details .param .tit1{margin-top: .6rem; font-size: .68rem; line-height: .6rem; color: #f6f6f6; font-family: "barlowsemicondensed-semibold";}
.pro-details .param .tit2{margin-top: -.27rem; margin-bottom: .6rem; font-size: 22px; font-family: "barlowsemicondensed-semibold"; color: #333;}
.pro-details .param .weui-cell{position: relative; padding: .18rem 0; font-size: 18px; line-height: 24px; border-bottom: 1px solid #ebebeb;}
.pro-details .param .weui-cell__hd{width: 120px; font-family: "myriadpro"; color: #333;}
.pro-details .param .weui-cell__bd{font-family: "barlowsemicondensed-regular"; color: #666;}
.pro-details .btns a{display: inline-block; margin-top: .4rem; margin-right: .3rem; width: 160px; height: 34px; line-height: 34px; background: #27c940; color: #fff; text-align: center;}
.pro-details .btns a:nth-of-type(2){margin-right: 0;}
.relate{padding-bottom: .9rem;}
.relate h3{margin-bottom: .3rem; font-size: 22px; color: #333; text-transform: uppercase; font-family: "barlowsemicondensed-semibold";}
.relate .row{margin-left: -.2rem; margin-right: -.2rem;}
.relate .col-xs-6{margin: .2rem 0; padding-left: .2rem; padding-right: .2rem;}
.relate .col-xs-6 a{margin-bottom: 0;}
.relate p{margin-top: .25rem; font-size: 18px; height: 20px; line-height: 20px; color: #333; text-transform: uppercase; text-align: center;}

@media (min-width: 992px){
	.header.on{background: #333;}
	.header.on .pc-nav ul li a, .header.on .language a{color: #fff;}
	.header.on .language span{background: #fff;}
	.header.on .language a.on{border-color: #fff;}
	.header.on .logo{background-image: url(/uploads/image/vpeimages/logo.png);}
	.pro-details{position: relative; z-index: 1; padding-top: .8rem;}
	.pro-details .page-header{padding-right: 200px;}
	.pro-details .page-header >a{position: absolute; margin-top: 0; width: 160px; height: 46px; line-height: 44px;}
	.pro-details .btns a{width: 1.8rem; height: .5rem; line-height: .5rem; font-size: 18px;}
	.pro-details .btns a:hover{background: #23ac38;}
}
@media (min-width: 1200px){
	.pro-details .page-header >a:hover{background: #27c940; color: #fff; border-color: #27c940;}
	.pro-details .param>.col-xs-12:nth-of-type(1){width: 46%;}
	.pro-details .param>.col-xs-12:nth-of-type(2){width: 54%;}
	.pro-details .param .tit1{margin-top: 1.2rem;}
	.pro-details .param .tit1, .pro-details .param .tit2{margin-left: .2rem;}
	.relate a:hover p{color: #27c940;}
	.relate a:hover .imgbox img{-webkit-transform: scale(1.1); transform: scale(1.1);}
}
@media (max-width: 639px){
	.pro-details .param .weui-cell{display: block; padding: 15px 0 5px;}
	.pro-details .param .weui-cell__hd{width: auto;}
	.pro-details .param .weui-cell__bd{padding: 10px 0;}
}

/* profile */
.profile-title{margin-bottom: .5rem; font-size: .32rem; font-family: "barlowsemicondensed-semibold"; color: #000; text-transform: uppercase;}
.profile-title small{display: block; width: 53px; height: 2px; background: #27c940; margin-top: 18px;}
.profile .weui-cell__bd{font-size: 16px; line-height: 24px; color: #666;}
.profile .weui-cell__bd p{font-family: "barlowsemicondensed-regular";}
.profile .weui-cell__ft{width: 48%;}
.profile .weui-cell__ft .imgborder {display: inline-block; width: 85%;}
.profile .weui-cell__ft .imgborder .border{top: .2rem; left: -.3rem; right: 1rem; bottom: -.3rem;}
.profile .weui-cell__hd{width: 50%;}
.profile .weui-cell__hd .imgborder{width: 88.5%;}
.profile .weui-cell__hd .imgborder .border{top: .5rem; left: .5rem; right:  -.3rem; bottom: -.3rem;}
@media (max-width: 1199px){
	.profile{display: block;}
	.profile .weui-cell__ft{width: 100%; text-align: left; padding-left: .3rem; margin-top: .5rem;}
	.profile .weui-cell__hd{width: 100%; padding-right: .3rem; padding-bottom: .5rem;}
	.culture .weui-cell__bd{padding-left: .2rem;}
}
@media (max-width: 414px){
	.profile .imgborder{width: 98% !important;}
}

/* culture */
.culture{padding-bottom: 1.5rem;}
.culture .weui-cell__bd{margin-top: .4rem;}
.culture .weui-cell__bd p{margin-top: .1rem;}
.culture .profile-title{font-size: 24px; line-height: 40px;} 
.culture .profile-title span{font-family: "barlowsemicondensed-regular"; color: #999; font-weight: normal;}

/* center */
.quality-item{margin-bottom: .66rem;}
.quality-item .weui-cell__hd, .quality-item .weui-cell__ft{position: relative; width: 50%;}
.quality-item .imgbox{position: relative; margin: .5rem .4rem;}
.quality-item .imgbox img{max-width: 100%;}
.quality-item .bgcolor{left: 0; bottom: 0; right: 0; height: 50%; background: #f5f5f5;} 
.quality-item .about{background: none;}
.quality-item:nth-of-type(2n-1) .about{padding-left: .78rem;}
.quality-item:nth-of-type(2n) .about{padding-right: .78rem;}
.quality-item .profile-title{font-size: .24rem; line-height: .36rem;}
.quality-item .about p{font-size: 14px; line-height: 24px; color: #666; font-family: "barlowsemicondensed-regular";}
.quality{padding-bottom: .7rem; padding-top: .3rem;}
@media (max-width: 767px){
	.quality-item{display: block; }
	.quality-item .weui-cell__hd, .quality-item .weui-cell__ft{width: 100%;}
	.quality-item .imgbox{padding-bottom: .5rem;}
	.quality-item .about{padding: 0 15px !important;}
}
@media (max-width: 639px){
	.quality-item .profile-title{font-size: .44rem; line-height: .56rem;}
}

/* system */
.system{margin-top: .15rem; margin-bottom: .8rem;}
.system .about{background: none; padding: 15px .7rem;}
.system .about p{font-size: 16px; color: #666; line-height: 24px;}
.system .weui-cell__hd, .system .weui-cell__ft{width: 50%;}
.system .weui-cell__hd img, .system .weui-cell__ft img{display: block; margin: 0 auto; max-width: 100%;}
.system .num{font-size: 1.2rem; line-height: 1; color: #ececec; font-family: "barlowsemicondensed-black";}
.system .profile-title{margin-top: -.5rem; font-size: .24rem;}
.system .profile-title small{margin-top: .38rem;}
@media (max-width: 767px){
	.system{display: block;}
	.system .weui-cell__hd, .system .weui-cell__ft{margin-top: .5rem; width: 100%;}
	.system .about{padding: 15px;}
	.system .num{font-size: 1.3rem;}
	.system .profile-title{margin-top: -.6rem; font-size: .34rem;}
}

/* honor */
.honor-list{padding-bottom: .2rem;}
.honor-list .imgtext{margin-bottom: .55rem;}
.honor-list .thumbnail{padding: 23px 15px; border: 1px solid #f0f0f0; -webkit-border-radius: 0; border-radius: 0;}
.honor-list .imgbox{height: 2.74rem; display: flex; align-items: center;}
.honor-list .imgbox img{display: block; margin: 0 auto; width: auto; height: auto; max-height: 100%; max-width: 100%;}
.honor-list .thumbnail:hover{border-color: #27c940;}
.honor-list .thumbnail:hover p{color: #333 !important;}
.honor{margin-bottom: .7rem; padding-bottom: .2rem;}
.honor::before{position: absolute; display: block; content: ""; left: 0; right: 0; bottom: 0; top: 2.42rem; background: #f5f5f5;}
.mainview{position: relative; margin-left: .9rem; margin-right: .3rem; margin-bottom: .9rem; padding: .43rem .525rem; background: #fff; -webkit-box-shadow: .1rem .15rem .4rem rgba(153,153,153,.2);}

.mainview .imgbox{margin-bottom: .3rem; display: flex; align-items: center; text-align: center;}
.mainview .imgbox img{max-width: 100%; max-height: 100%;}
.mainview p{font-size: 18px; line-height: 24px; color: #333; height: 24px; font-family: "barlowsemicondensed-semibold";}
.mainview .swiper-pagination{left: 0; right: 0; bottom: -.75rem;}
.mainview .swiper-pagination-bullet{width: 12px; height: 12px; margin: 6px; background: #bfbfbf; opacity: 1;}
.mainview .swiper-pagination-bullet-active{background: #27c940;}
.preview{padding-left: .35rem;}
.preview >p{margin-top: .8rem; font-size: 1.7rem; font-family: "barlowsemicondensed-semibold"; color: #f5f5f5; line-height: 1; white-space: nowrap;}
.preview >a{position: relative; display: inline-block; margin-top: -.5rem; margin-bottom: .62rem; margin-right: 15px; width: .6rem; height: .6rem; border: 1px solid #c9c9c9; background: #fff; -webkit-transition: background .3s,border-color .3s; transition: background .3s,border-color .3s;}
.preview >a::before{position: absolute; display: block; content: ""; top: 50%; left: 50%; width: 12px; height: 12px; border-top: 1px solid #c9c9c9; border-right: 1px solid #c9c9c9; -webkit-transition: border-color .3s; transition: border-color .3s;}
.preview .arrow-left::before{margin-top: -7px; margin-left: -2px; -webkit-transform: rotate(-135deg); transform: rotate(-135deg);}
.preview .arrow-right::before{margin-top: -7px; margin-left: -7px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.preview >a:hover{background: #27c940; border-color: #27c940;}
.preview >a:hover::before{border-color: #fff;}
.preview .swiper-slide{width: 2.04rem;}
.preview .imgbox{position: relative; width: 1.84rem; height: 1.25rem;}
.preview .imgbox::before{position: absolute; display: block; content: ""; left: 0; top: 0; right: 0; bottom: 0; border: 1px solid #23ac38; opacity: 0; -webkit-transition: all .3s; transition: all .3s;}
.preview .swiper-slide.active .imgbox::before{opacity: 1;}
@media (max-width: 1600px){
	.preview .swiper-slide{width: 1.7rem;}
	.preview .imgbox{width: 1.5rem; height: 1rem;}
	.preview >a{margin-bottom: .54rem;}
}
@media (max-width: 1400px){
	.preview .swiper-slide{width: 1.4rem;}
	.preview .imgbox{width: 1.2rem; height: .81rem;}	
}
@media (max-width: 1199px){
	.mainview{margin-left: .3rem; padding: .3rem;}
	.preview{padding-left: 0;}
}
@media (min-width: 640px) and (max-width: 1440px){
	.honor::before{top: 2rem;}
	.preview >p{font-size: 1.4rem;}
	.preview >a{width: .5rem; height: .5rem; margin-top: -.4rem;}
}
@media (max-width: 639px){
	.preview{margin-top: .5rem; position: relative;}
	.preview >a{position: absolute; z-index: 11; top: 50%; margin-top: -15px; margin-bottom: 0; margin-right: 0; width: 30px; height: 30px;}
	.preview >a::before{width: 8px; height: 8px;}
	.preview .arrow-left{left: 0;}
	.preview .arrow-right{right: 0;}
	.preview .arrow-left::before{margin-top: -4px; margin-left: -2px;}
	.preview .arrow-right::before{margin-top: -4px; margin-left: -5px;}
	.preview .swiper-container{margin: 0 40px;}
	.mainview .swiper-pagination-bullet{width: 8px; height: 8px;}
	.honor{padding-bottom: .5rem;}
}

.imgtext-hd{position: relative; padding-left: .6rem;}
.imgtext-hd img{position: absolute; left: 0; top: 0; width: .4rem;}
.imgtext-hd h3{font-size: .32rem; font-family: "barlowsemicondensed-semibold"; color: #333; text-transform: uppercase;}
.imgtext >.row{margin-left: -.2rem; margin-right: -.2rem; margin-top: .3rem;}
.imgtext >.row >div{margin-bottom: .4rem; padding-left: .2rem; padding-right: .2rem;}
.imgtext p{margin-top: .2rem; color: #333; font-size: 18px; height: 30px; line-height: 30px;}
.imgtext .isicon{position: relative; top: 0; width: 1rem; height: 1rem;}
.imgtext .thumbnail:hover .ishover{-webkit-transform: scale(1.1); transform: scale(1.1);}
.imgtext .thumbnail:hover .isicon{top: -10px;}
.imgtext .thumbnail:hover p{color: #27c940;}
@media (max-width: 767px){
	.imgtext p{display: block; height: auto;}
}
@media (max-width: 639px){
	.imgtext-hd img{width: .5rem; top: -1px;}
}
.imgborder img{position: relative; max-width: 100%; height: auto;}
.imgborder .border{border: 1px solid #ededed;}
.img-cover{width: 100%; height: 100%; object-fit: cover;}
.thumbnail{padding: 0; margin-bottom: 0;}

@media (max-width: 1680px){
	.msg-box .bgcolor .font2{left: -6%;}
}
@media (max-width: 1366px){
	.msg-box .bgcolor .font1{right: -2%;}
	.msg-box .bgcolor .font2{left: -9%;}
}
@media (max-width: 1080px){
	.msg-box .bgcolor{display: none;}
}
@media (max-width: 639px){
	.msg-bd{padding-left: .5rem; padding-right: .5rem;}
	.msg-bd-form .weui-cell{display: block;}
	.msg-bd-form .weui-cell__hd{width: auto;}
	.msg-bd-form .weui-cell__hd::after, .msg-bd-form i{display: none;}
	.msg-bd-form .required{border: 1px solid #ebebeb;}
	.msg-bd-form .required:focus{border-color: #27c940;}
}

/* ie11 */
@media screen and(-ms-high-contrast:active),(-ms-high-contrast:none) {
	.banner-contact-title{animation: none;}
}

.foot{
	width:100%;
	background:#696969  no-repeat 10% 50%; 
	padding-bottom:10px;
	overflow:hidden;
}
.foot-box{
	    padding: 0 10.67%;
	margin:0 auto;
	overflow:hidden;
}
.foot-left{
	width:70%;
	float:left;
	background:url(/uploads/image/vpeimages/map_03.png) no-repeat 97% 50%;
}
.foot-left ul{
	padding-top:23px;
	width:800px;
	overflow:hidden;
}
.foot-left ul li{
	padding-left: 15px;
    padding-right: 15px;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
}
.foot-left ul li a{
	color:#fff;
}
.foot-left span{
	width:700px;
	overflow:hidden;
	margin-left:25px;
	font-size:13px;
	color:#fff;
	padding-top:15px;
	display:block;
}
.foot-left span a{
	color:#fff; margin-left:15px;
}
.erwm{
	width:116px;
	margin-top:38px;
	float:right;
	text-align:center;
	color:#fff;
}
.erwm img{
	padding-bottom:8px;
}


#c_news_list-15222154612669679{ z-index:109; width:1220px;margin:0 auto; }#c_news_list-15222178572476128{ position:absolute; top:18px; left:493px; z-index:3; width:1059px; height:44px; }
.c_news_list-56002 h1{
	text-align:center;
	font-size:46px;
	color:#292929;
	font-weight:bold;
	    margin-bottom: 50px;
	}
.c_news_list-56002 h2{
	text-align:center;
	font-size:14px;
	color:#292929;
	margin:17px 0 30px 0;
	}
	 .nw-news a{ display:block; color:#646464; float:left; width: calc((100% - 60px)/3); height: 240px; margin:10px; position:relative; overflow:hidden; transition:600ms; -webkit-transition:600ms; } .nw-news .pic{ height:100%; transition: 600ms; -webkit-transition: 600ms; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; background: #eee; } .nw-news .pic img{ width:100%; display:block; background-repeat: no-repeat; background-size: cover; background-position: center center; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); position: absolute; transition: 600ms; } .nw-news a:hover .pic{ transform:scale(1.09); -webkit-transform:scale(1.09); } .nw-news .txts_1{ position:absolute; bottom:0; left:0; right:0; background: rgba(27, 25, 24, 0.5); color: #f5f5f5; padding:10px 5%; transition:600ms; -webkit-transition:600ms; } .nw-news .txts_1 .date{ width:25%; float:left; } .nw-news .txts_1 .tx{ width:75%; float:left; line-height:20px; height:40px; overflow:hidden; } .nw-news a:hover .txts_1{ bottom:-100%; opacity:0; } .nw-news .txts_2{ position:absolute; width:57%; height:90%; top:5%; left:4%; background:rgba(104, 159, 56, 0.7); color:#fff; padding:0 10% 0 25%; overflow:hidden; transform:scale(0.3); -webkit-transform:scale(0.3); opacity:0; display:none\9; transition:600ms; -webkit-transition:600ms; } .nw-news .txts_2 .date{ position:absolute; bottom:15px; left:5%; } .nw-news .txts_2 .ti{ border-bottom:1px solid #fff; padding-bottom:20px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; padding-top:10px; font-size:16px; } .nw-news .txts_2 .tx{ line-height:25px; height:75px; overflow:hidden; padding-top:5px; text-align:justify; } .nw-news .txts_2 .arrow{ width:12%; height:10px; background: no-repeat left center; position:absolute; right:0; bottom:25px; } .nw-news a:hover .txts_2 { transform:scale(1); -webkit-transform:scale(1); opacity:1; display:block\9; }
	 
	 
.nei-ban1{height:323px; background: url(/uploads/image/vpeimages/ban1.jpg) no-repeat center;}
.nei-ban2{height:323px; background: url(/uploads/image/vpeimages/ban2.jpg) no-repeat center;}
.nei-ban3{height:323px; background: url(/uploads/image/vpeimages/ban3.jpg) no-repeat center;}
.nei-ban4{height:323px; background: url(/uploads/image/vpeimages/ban4.jpg) no-repeat center;}
.nei-ban5{height:323px; background: url(/uploads/image/vpeimages/ban5.jpg) no-repeat center;}
.nei-ban6{height:323px; background: url(/uploads/image/vpeimages/ban6.jpg) no-repeat center;}

/* 关于我们 */
.about {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
}
 .about > .left {
	display: flex;
	flex-direction: column;
	background: url(/uploads/image/vpeimages/about-bg.jpg) no-repeat;
	width: 895px;
	height: 405px;
	padding: 70px 56px 60px 60px;
	box-sizing: border-box;
}
.about > .left > span:first-of-type  {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;    border-bottom: 1px solid #008a28;
    padding-bottom: 20px;
}
.about > .left > span:nth-child(2) {
	height: 2px;
	 
	margin-bottom: 15px;
}
.about > .left > span:last-of-type {
	line-height: 25px;
}
.about > .left > a {
	width: 115px;
	height: 32px;
	background: #008a28;
	color: #f2f2f2;
	border-radius: 15px;
	line-height: 32px;
	text-align: center;
	align-self: flex-end;
}
.about > .right {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about > .right > #videoid{
	width:614px; 
	height:358px; 
	object-fit: fill;
	margin-left: -300px;
}
/* 关于我们 */

/* 产业服务 */
.service {
	display: flex;
	flex-direction: column;
	background:  no-repeat center;
	    padding-top: 30px;
}
.service > .cont {
	display: flex;
	flex-direction: column;
	width: 1200px;
	margin: 30px auto;
}
.service > .cont > .top1 > div {
	display: flex;
}
.service > .cont > .top1 > div > img {
	width: 795px;
	height: 330px;
}
.service > .cont > .top1 > div > div {
	flex: 1;
	display: flex;
	flex-direction: column;
	background: #056cb7;
	color: #f2f2f2;
	padding: 75px 50px 0 45px;
}
.service > .cont > .top1 > div > div > span:first-of-type {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 20px;
}
.service > .cont > .top1 > div > div > a {
	margin-top: 20px;
	background: #288c3c;
	color: #f2f2f2;
	width: 100px;
	height: 35px;
	border-radius: 2px;
	text-align: center;
	line-height: 35px;
	align-self: flex-end;
}
 .service > .cont > .down {
	margin-top: 55px;
}
 .service > .cont > .down > ul {
	display: flex;
	padding: 0 10px;
	justify-content: space-around;
}
.service > .cont > .down > ul > li {
	display: flex;
	flex-direction: column;
	width: 100px;
	height: 175px;
	padding: 65px 5px 25px 5px;
	box-sizing: border-box;
	align-items: center;
	cursor: pointer;
}
.service > .cont > .down > ul > li > span:first-of-type {
	font-size: 15px;
	margin-bottom: 20px; text-align:center;
}
.service > .cont > .down > ul > li > span:nth-child(2) {
	width: 20px;
	height: 1px;
	background: #c9c6c9;
}
 .service > .cont > .down > ul > li > a {
	margin-top: 12px;
}
/* li原背景 */
.service > .cont > .down > ul > li:first-of-type {
	background: url(/uploads/image/vpeimages/service-11.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(2) {
	background: url(/uploads/image/vpeimages/service-21.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(3) {
	background: url(/uploads/image/vpeimages/service-31.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(4) {
	background: url(/uploads/image/vpeimages/service-41.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(5) {
	background: url(/uploads/image/vpeimages/service-51.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(6) {
	background: url(/uploads/image/vpeimages/service-61.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(7) {
	background: url(/uploads/image/vpeimages/service-71.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(8) {
	background: url(/uploads/image/vpeimages/service-81.jpg) no-repeat 100% 100%;
	background-size: contain;
}
/* li:hover */
 .service > .cont > .down > ul > li:first-of-type:hover {
	background: url(/uploads/image/vpeimages/service-1.jpg) no-repeat 100% 100%;
	background-size: contain;
}
 .service > .cont > .down > ul > li:nth-child(2):hover {
	background: url(/uploads/image/vpeimages/service-2.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(3):hover {
	background: url(/uploads/image/vpeimages/service-3.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(4):hover {
	background: url(/uploads/image/vpeimages/service-4.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(5):hover {
	background: url(/uploads/image/vpeimages/service-5.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(6):hover {
	background: url(/uploads/image/vpeimages/service-6.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(7):hover {
	background: url(/uploads/image/vpeimages/service-7.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li:nth-child(8):hover {
	background: url(/uploads/image/vpeimages/service-8.jpg) no-repeat 100% 100%;
	background-size: contain;
}
/* li.on */
 .service > .cont > .down > ul > li.on:first-of-type {
	background: url(/uploads/image/vpeimages/service-1.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li.on:nth-child(2) {
	background: url(/uploads/image/vpeimages/service-2.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li.on:nth-child(3) {
	background: url(/uploads/image/vpeimages/service-3.jpg) no-repeat 100% 100%;
	background-size: contain;
}
 .service > .cont > .down > ul > li.on:nth-child(4) {
	background: url(/uploads/image/vpeimages/service-4.jpg) no-repeat 100% 100%;
	background-size: contain;
}
 .service > .cont > .down > ul > li.on:nth-child(5) {
	background: url(/uploads/image/vpeimages/service-5.jpg) no-repeat 100% 100%;
	background-size: contain;
}
 .service > .cont > .down > ul > li.on:nth-child(6) {
	background: url(/uploads/image/vpeimages/service-6.jpg) no-repeat 100% 100%;
	background-size: contain;
}
 .service > .cont > .down > ul > li.on:nth-child(7) {
	background: url(/uploads/image/vpeimages/service-7.jpg) no-repeat 100% 100%;
	background-size: contain;
}
.service > .cont > .down > ul > li.on:nth-child(8) {
	background: url(/uploads/image/vpeimages/service-8.jpg) no-repeat 100% 100%;
	background-size: contain;
}
/* 产业服务 */
.public-title {
	display: flex;
	flex-direction: column;
	width: 1200px;
	margin: 0 auto;
	align-items: center;
}
.public-title > span:first-of-type {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}
.public-title > span:last-of-type {
	color: #666666;
}
.dabj{
	background:  no-repeat;

}