/*重置*/
@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;	
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],input[type="reset"],input[type="button"],input {
	-webkit-appearance:none;
	resize:none;
	outline:none;
}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/* 设置HTML5元素为块 */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
/* 图片自适应 */
img {
	max-width:100%;
	height:auto;
	vertical-align:top;
	border:0;
	/* ie8 */
	-ms-interpolation-mode:bicubic;
	/*为了照顾ie图片缩放失真*/
}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0;
	padding:0;
	border:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family:"Microsoft Yahei",Tahoma,"Lucida Grande",Verdana,STXihei,hei;
	font-size: .32rem;
	line-height:1;
	color: #333;
}
em,i {
	font-style:normal;
}
strong {
	font-weight:normal;
}
.clearfix:after {
	content:"";
	display:block;
	visibility:hidden;
	height:0;
	clear:both;
}
.clearfix {
	zoom:1;
}
a {
	text-decoration:none;
	color:#333;
}
a:hover {
	color:#57b86f;
	text-decoration:none;
}
ul,ol {
	list-style:none;
}
img {
	border:none;
	max-width:100%;
}
.container{margin:0 .3rem;}
.m-hidden{display: none;}
@font-face {
	font-family:"Bodoni";		/*自定义字体名称*/
	src:url("../fonts/Bodoni.ttf");
}
header{background-color: #fff;height: 1rem;position: relative;}
header .container{
	height:100%;
}
header .logo{
	display: block;
	cursor:pointer;
	width:2.16rem;
	height:.64rem;
	float: left;
	margin-top: .17rem;
}
header .logo img{height:100%;}
header dl.slogan{float: left;margin-left: .2rem;margin-top: .28rem;} 
header dl.slogan dt{color: #333333;font-size:.22rem;font-weight: bold;}
header dl.slogan dd{color: #666;font-size: .16rem;margin-top: .06rem;}
header .btn-menu{width:.6rem;height:.5rem;position: relative;float: right;margin-top: .25rem;}
header .btn-menu i{
	display: block;
	width:100%;
	height:.08rem;
	background-color: #57b86f;
	position: absolute;
	left:0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
header .btn-menu i:first-child{top:0;}
header .btn-menu i:nth-child(2){top:50%;margin-top: -.04rem;}
header .btn-menu i:last-child{bottom:0;}
header .btn-menu.open i{width:.64rem;left:.1rem;}
header .btn-menu.open i:first-child{
	top:0;
	transform:rotate(45deg);
	transform-origin: left top;
}
header .btn-menu.open i:nth-child(2){
	display: none;
}
header .btn-menu.open i:last-child{
	bottom:0;
	transform:rotate(-45deg);
	transform-origin: left bottom;
}
ul.menu{
	width:100%;
	height: calc(100vh - 50px);
	overflow:auto;
	position: absolute; 
	left:-100%;
	top:100%;
	z-index:9;
	background-color: #fff;
	border-top:1px solid #f2f2f2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:.3rem 0;
	transition:left .3s;
}
ul.menu.open{
	left:0;
}
ul.menu li{
	padding:0 .3rem;
}
ul.menu li a{
	display: block;
	line-height:.7rem;
}
ul.menu li ul{
	display: none;
}
ul.menu li ul.open{
	display: block;
}
.search-box{
	display: none;
}
/* 底部 */
.footer{
	background-color: #57b86f;
}
.footer .tell{
	width:3.3rem;
	height:.9rem;
	border-bottom-left-radius:.1rem;
	border-bottom-right-radius:.1rem;
	background-color: #fff;
	margin:0 auto;
	padding:0 .25rem;
}
.footer .tell .icon-tell{float: left;padding-top: .19rem;}
.footer .tell .icon-tell img{width: .28rem;height: .52rem;}
.footer .tell dl{padding-top: .17rem;margin-left: .14rem;text-align: center;}
.footer .tell dl dt{font-size: .24rem;}
.footer .tell dl dd{font-size: .28rem;color: #57b86f;font-weight: bold;margin-top: .1rem;}
.address-copyright{font-size: .18rem;text-align: center;line-height:.42rem;padding:.15rem 0;color: #fff;}

.footer-pc{
	background-color: #57b86f;
	font-size: 14px; 
	color: #fff;
	padding:60px 0;
}
.footer-left{
	float: left;
}
.footer-left ul li{
	line-height:34px;
}
.footer-left ul li .icon{
	width:20px;
	height:34px;
	float: left;
	margin-right: 10px;
	display:flex;
	align-items:center;
}
.footer-left ul li p{
	float: left;
}
.footer-left dl.ewm{
	width:124px;
	margin-top: 30px;
	float:left;
	margin-right:20px;
}
.footer-left dl dd{
	text-align: center; 
	color: #fff;
	margin-top: 10px;
}
.footer-left ul li span{
	font-size: 28px;
	font-family: "Bodoni";
}
.footer-right{
	min-width:60%;
	float: right;
}
.footer-right dl{
	float: left;
	margin-right: 65px;
}
.footer-right dl:last-child{
	margin-right: 0;
}
.footer-right dl a{
	color: #fff;
}
.footer-right dl a:hover{
	color: #fff;
	text-decoration: underline;
}
.footer-right dl dt{font-size: 16px;line-height:34px;}
.footer-right dl dd{font-size: 14px;line-height:28px;}
.footer-right .copyright{
	border-top:2px solid #32a44e;
	font-size: 14px; 
	line-height:28px;
	padding-top: 10px;
	margin-top: 10px;
}
.banner{}
.banner.swiper-container-cube .swiper-cube-shadow{
	display: none;
}
.banner .swiper-slide{
	width:100%;
	height:3.6rem;
	background: center center no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.index1{position: relative;background-color: #fff;}
.index1 .bg-index1{
	width:2.65rem;
	height:1.325rem;
	background: url(../imgs/bg_index1.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	left:0;
	bottom:0;
	z-index:1;
	
}
.index1-top{position: relative;}
.index1 .container{position: relative;z-index:2;}
.index1 .logo{width: 204px;margin:0 auto;padding-top: 20px;padding-bottom: 26px;}
.index1 .logo img{width:100%;}
.index1 .h1{font-size: 24px;text-align: center;font-weight: bold;color: #57b86f;}
.index1 .h2{font-size: 14px;text-align: center;color: #666666;padding:10px 0;}
.index1 .con{font-size:.24rem;line-height:30px;}
.index1-nav{max-width:750px;margin:0 auto;padding:.3rem 0 .55rem;}
.index1-nav .nav-item{
	display: flex;
	flex-direction:column;
	width:1.2rem;
	height:1.2rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #57b86f;
	float: left;
	margin:0 .25rem;
	color: #fff;
	font-size: .22rem; 
	text-align: center;
	padding-top: .2rem;
}
.index1-nav .nav-item img{
	width:.42rem;height:.42rem;
	margin-bottom: .12rem;
}
.index-about{
	border-top:1px solid #ececec;		
}
.index-about .container{
	padding-top: 70px; 
	padding-bottom: 80px;
}
.index-about .title{
	width:50px;
	height:20px;
	position: absolute; 
	left:0;
	top:10px;
}
.index-about .space{width:10%;height:30px;float: left;}
.index-about dl{
	width:22.5%;
	float: left;
	text-align: center;
}
.index-about dl dt{font-size: 60px;font-family: Impact;color: #57b86f;}
.index-about dl dt span{
	font-size: 18px;
	color: #333;
	font-family: "微软雅黑";margin-left: 15px;
}
.index-about dl dd{margin-top: 20px;}
.index2{
	height:2.86rem;
	/* background: url(../imgs/bg_index2.jpg) no-repeat center center;
	-webkit-background-size: auto 100%;
	background-size: auto 100%; */
	padding:.3rem 0;
	text-align: center;
}
.index2:before{
	content:"";
	display:block;
	width:100%;
	height:100%;
	background: url(../imgs/bg_index2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: fixed;
	left:0;
	top:0;
	z-index:-1;
}
.index2 .h1{font-size: 20px;color: #57b86f;}
.index2 .h2{
	font-size: .28rem;
	font-weight: bold;
	color: #fff;
	padding:.3rem 0;
	position: relative;
}
.index2 .h2:before{
	content:"";
	display: block;
	width:80%;
	height:1px;
	background-color: rgba(255,255,255,.6);
	position: absolute; 
	bottom:0;
	left:50%;
	margin-left: -40%;
}
.index2 .h2:after{
	content:"";
	display: block;
	width:10%;
	height:3px;
	bottom:-1px;
	position: absolute;
	left:50%;
	margin-left: -5%;
	background-color: #57b86f;
}
.index2 .p{
	width:80%;
	height:1.0rem;	
	font-size: .22rem;
	color: #fff;opacity:.8;line-height:.3rem;
	margin:.2rem auto;
	overflow:hidden;
}
.index2 .btn-play{
	width:64px;
	height:64px;
	margin:60px auto 0;
	cursor:pointer;
}
.index3{
	background: url(../imgs/bg_index3.jpg) #fff;
}
.index-title{padding:.4rem 0;text-align: center;}
.index-title .h1{
	display: inline-block;
	font-size: .4rem; 
	font-weight: bold;
	padding:0 .5rem;
	position: relative;
}
.index-title .h1:before,
.index-title .h1:after{
	content:"";
	display: block;
	width:.25rem;
	height:.02rem;
	background-color: #57b86f;
	position: absolute; 
	left:0;
	top:50%;
}
.index-title .h1:after{
	left:auto;
	right:0;
}
.index-title dd{font-size: .22rem;color: #666;margin-top: .24rem;line-height:.3rem;}
.index3 .aside-subnav{text-align: center;margin-bottom: .36rem;}
.index3 .aside-subnav a{
	display: inline-block;
	height:.44rem;
	line-height:.44rem;
	font-size: .22rem; 
	color: #fff;
	padding:0 .3rem;
	background-color: #57b86f;
	-webkit-border-radius: .22rem;
	-moz-border-radius: .22rem;
	border-radius: .22rem;
	margin:0 .1rem;
}
.grid{overflow:hidden;}
.grid .row{margin:0 -.15rem;}
.grid .row:after{content:"";display: block;clear:both;}
.grid .col{float:left;padding:0 .15rem;}
.index3 .grid .col{width:50%;}
.index3 .item{display: block;cursor:pointer;position: relative;margin-bottom: .44rem;
	overflow:hidden;
}
.index3 .item img{width:100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.index3 .item .p{
	width:100%;
	line-height:.44rem;
	font-size: .18rem;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	position: absolute; 
	left:0;
	bottom:0;
}
.index3 .item:hover img{
	transform:scale(1.1);
} 

.index3-more{text-align: center;padding-bottom: .06rem;padding-bottom: .5rem;}
.index3-more .btn-more{
	display: inline-block;
	width: 2.5rem;
	height:.58rem;
	line-height:.58rem;
	text-align: center; 
	-webkit-border-radius: .29rem;
	-moz-border-radius: .29rem;
	border-radius: .29rem;
	background-color: #57b86f;
	font-size: .2rem; 
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.index3-more .btn-more:hover{
	color: #fff;
    background-color: #57b86f;
	border-color:#57b86f;
}
.index3 dl.aside-title{position: relative;padding-left: 40px;margin-bottom: 25px;}
.index3 dl.aside-title dt{font-size: 24px;font-weight: bold;}
.index3 dl.aside-title dd{font-size: 12px;color: #666;text-transform: uppercase;margin-top: 5px;}
.index3 dl.aside-title:before{
	content:"";
	display: block;
	width:8px;
	height:8px;
	border:3px solid #57b86f;
	position: absolute; 
	left:0;
	top:50%;
	margin-top: -4px;
}
.index3 .aside-tell .p1{font-weight: bold;font-size: 18px;}
.index3 .aside-tell .p2{font-weight: bold;font-size: 18px;color: #0b3190;padding:10px 0;}
.index3 .aside-tell .p3{font-size: 14px;line-height:30px;color:#666;}
.index3 .aside-tell .p4{font-size: 14px;line-height:24px;color:#0b3190;}
.index4-m{background-color: #eef2f5;}
.index4-m .imgbg img{width:100%;}
.index4-swiper{margin-top: .28rem;padding-bottom: 1.06rem;}
.index4-swiper .swiper-slide img{
	width:100%;-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
}
.index4-swiper .item{
	background-color: #fff;
	position: relative;
	padding-left: 1rem; 
	padding-right: .55rem;
	padding-bottom: .1rem;
	margin:.45rem .1rem 0;
	border:1px solid #d9dada;
	-webkit-box-shadow: 0px 0px .1rem #ccc;
	-moz-box-shadow: 0px 0px .1rem #ccc;
	box-shadow: 0px 0px .1rem #ccc;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
}
.index4-swiper .item dl dt{
	font-size: .26rem; 
	font-weight: bold;
	color: #57b86f;
	padding-top: .3rem;
}
.index4-swiper .item dl dd{
	font-size: .22rem; 
	line-height:.36rem;
	padding:.2rem 0;
}
.index4-swiper .item-title{
	width:.64rem;
	height:.6rem;
	background-color: #57b86f;
	position: absolute; 
	left:0;
	top:0;
	font-size: .22rem; 
	color: #fff;
	font-weight: bold; 
	text-align: center;
	line-height:.3rem;
	padding-top: .05rem;
}
.index4-swiper .item-title:before{
	content:"";
	display: block;
	width:0;
	height:0;
	border-left:.32rem solid transparent;
	border-right:.32rem solid transparent;
	border-top:.15rem solid #57b86f;
	border-bottom:.15rem solid transparent;
	position: absolute; 
	left:0;
	bottom:-.3rem;
}
.index4-swiper .swiper-pagination-bullet{
	width:.24rem;
	height:.24rem;
	opacity:.6;
	margin:0 .06rem !important;
}
.index4-swiper .swiper-pagination-bullet-active{
	background-color: #57b86f;
	opacity:1;
}
.index4-swiper .swiper-pagination{bottom:.46rem;}
.index4-pc{}
.index4-pc .leftbox{width:60%;height:674px;float: left;position: relative;}
.index4-pc .rightbox{
	width:40%;height:674px;
	background:url(../imgs/bg_index4_pc.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	float: left;
}
.index4-pc .tab-content{height:100%;}
.index4-pc .tab-panel{
	height:100%;
	background: no-repeat right center;
	display: none;
	opacity:0;
	transition:all .3s;
}
.index4-pc .tab-panel.open{display: block;opacity:1;}
.index4-pc .textbox{
	width:442px;
	height:402px;
	background: rgba(87,184,111,.8);
	position: absolute; 
	right:0;
	top:50%;
	margin-top: -201px;
	color: #fff;
	padding:35px 50px;
}
.index4-pc .textbox dl{
	padding-bottom: 44px;
	position: relative;
}
.index4-pc .textbox dl dt{
	font-size: 18px;
	text-transform: uppercase;
}
.index4-pc .textbox dl dd{
	font-size: 24px; 
	font-weight: bold;
	margin-top: 20px;
}
.index4-pc .textbox dl:after{
	content:"";
	display:block;
	width:54px;
	height:8px;
	background-color: #fff;
	position: absolute;
	left:0;
	bottom:0;
}
.index4-pc .textbox .p{
	color: #fff;
	line-height:30px;
	margin-top: 28px;
}
.index4-pc .textbox .num{
	font-size: 60px; 
	font-weight: bold;
	margin-top: 20px;
}
.index4-pc .rightbox .h1{
	font-size: 36px; 
	line-height:60px;
	color: #fff;
	padding-top: 70px; 
	padding-left: 70px;
}
.index4-pc .rightbox ul.tab-title{
	padding-left: 70px;
	margin-top: 110px;
}
.index4-pc .rightbox ul.tab-title li{
	padding:5px 0;
}
.index4-pc .rightbox ul.tab-title li p{
	display: inline-block;
	color: #fff;
	font-size: 18px; 
	font-weight: bold;	
	position: relative;
	padding:10px 15px;
	cursor:pointer;
}
.index4-pc .rightbox ul.tab-title li p i{padding-right: 15px;}
.index4-pc .rightbox ul.tab-title li p:before{
	content:"";
	display: block;
	width:0;
	height:12px;
	background-color: #1fa03f;	
	position: absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition:width .3s;
}
.index4-pc .rightbox ul.tab-title li.on p:before{
	width:100%;
}
.index4-pc .rightbox ul.tab-title li p span{
	position: relative; 
	z-index:2;
}
.index5{background-color: #fff;}
.index5 .index-title dd{margin-top: .1rem;}
.index5 .index-title .h1:before,
.index5 .index-title .h1:after{
	display: none;
}
.index5-m .item{
	background-color: #fff;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	-webkit-box-shadow: 0 0 .1rem #eee;
	-moz-box-shadow: 0 0 .1rem #eee;
	box-shadow: 0 0 .1rem #eee;
	overflow:hidden;
	margin-bottom: .36rem;
}
.index5-m .img{max-width:40%;float:left;}
.index5-m .textbox{
	max-width:60%;
	height:1.95rem;
	float:left;
	padding-left: .3rem;
	padding-right: .2rem;
	padding-top: .15rem;
	position: relative;
}
.index5-m .textbox dl dt{font-size: .26rem;line-height:.42rem;}
.index5-m .textbox dl dd{
	font-size: .2rem;
	line-height:.37rem;
	color:#999;
}
.index5-m .textbox dl dd span{
	color: #666;
}
.index5-m .textbox .btn-look{
	display: block;
	width:.8rem;height:.4rem;
	line-height:.4rem;
	background-color: #57b86f;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
	font-size: .2rem; 
	color: #fff;
	text-align: center;
	position: absolute; 
	right:.2rem;
	bottom:.2rem;
	cursor:pointer;
}
.index5-m .morebox{text-align: center;/* padding-bottom: .5rem; */padding-top: .14rem;}
.index5-m .morebox .btn-more{
	display: inline-block;
	width:2.5rem;
	height:.58rem;
	line-height:.58rem;
	background-color: #57b86f;
	-webkit-border-radius: .29rem;
	-moz-border-radius: .29rem;
	border-radius: .29rem;
	font-size: .2rem; 
	color: #fff;
	text-align: center;	
}
.index5-pc{background-color: #fff;}
.index5-pc .big-img{
	width:50%;float: left;
	background-color: #f2f2f2;
	height:475px;	
	overflow:hidden;
}
.index5-pc .big-img dl{
	padding:20px 50px;
}
.index5-pc .big-img img{
	transition:all .3s;
}
.index5-pc .big-img:hover img{
	transform:scale(1.1);
}

.index5-pc .list{width:50%;float: left;padding-left: 30px;}
.index5-pc .item{
	background-color: #f2f2f2;
	padding:20px;
	margin-top: 10px;
}
.index5-pc .item:first-child{margin-top: 0;}
.index5-pc .item img{
	float: left;
	width:20%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.index5-pc .item:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.index5-pc .item dl{
	width:60%;
	float: left;
	padding-left: 40px;
}
.index5-pc .item dl dt{
	
}
.index5-pc .big-img dl dd,
.index5-pc .item dl dd{
	font-size: 14px; 
	height:40px;
	line-height:20px;
	margin-top: 10px;
	color: #999;
	overflow:hidden;
}
.index6{
	background-color: #fff;
	padding-bottom: .6rem;
}
.index6 .imglist .swiper-container{
	width: 85%;
	padding-bottom: 60px;
}
.index6 .imglist .swiper-pagination-bullet-active {
  opacity: 1;
  background: #57b970;
}
.index6 .swiper-button-next, .index6 .swiper-button-prev{
	width: 37px;
	height: 93px;
}
.index6 .swiper-button-prev{
	background: url(../imgs/prev.png) no-repeat;
}
.index6 .swiper-button-next{
	background: url(../imgs/next.png) no-repeat;
}
.index6 .imglist{
	height:2.45rem;
	position: relative;
	margin-bottom: .6rem;
}
.index6 .imglist .swiper-slide{
	width:4.58rem;
	height:2.26rem;
}
.index6 .tab-panel{
	display: none;
}
.index6 .tab-panel.show{
	display: block;
}
.index6 .imglist img{height:100%;}
.index6 .imglist .img-center{
	width:100%;
	height:2.45rem;
	position: absolute; 
	top:0;
	left:0;
	z-index:2;
	text-align: center;
}
.index6 .imglist .img{
	width:100%;
	height:1.92rem;
	position: absolute;
	top:50%;
	margin-top: -.96rem;
	z-index:1;
	left:0;
}
.index6 .imglist .img:last-child{
	text-align: right;
}
.index6 .brand{
	display: none;
}
.index6 .brand .h1{
	font-size: 34px; 
	font-weight: bold;
	color: #57b86f;
	padding-top: 30px;
}
.index6 .brand .h2{
	font-size: 20px; 
	color: #57b86f;
	margin-top: 90px;
}
.index6 .brand .h2 span{
	font-size: 48px; 
	font-family: Impact;
	margin-right: 10px;
}
.index6 .brand .h3{
	font-size: 20px; 
	margin-top: 20px;
	position: relative;
}
.index6 .brand .h3:after{
	content:"";
	display:block;
	width:100px;
	height:2px;
	background-color: #333;
	position: absolute; 
	top:50%;
	margin-top: -1px;
	right:80px;
}
.index6 .btn-more{
	display: block;
	width:120px;
	line-height:50px;
	text-align: center;
	border:1px solid #e5e5e5;
	cursor:pointer;
	margin-top: 50px; 
	margin-bottom: 50px;
}
.index6-pc{
	text-align: center;
	padding-bottom: 120px;
	position: relative;
	margin-bottom: 50px;
}
.index6-pc .box{
	width:960px;
	text-align: left;
	color:#fff;
	background-color: #1fa03f;
	position: absolute; 
	left:50%;
	margin-left: -480px;
	bottom:0;
	padding:60px;
}
.index6-pc .fontbox{
	width:67%;
	float: left;
}
.index6-pc .fontbox .p1{font-size: 40px;font-weight: bold;}
.index6-pc .fontbox .p2{font-size: 22px;padding:30px 0;}
.index6-pc .fontbox .p3{font-size: 14px;line-height:30px;}
.index6-pc .imgbox{width:33%;float:left;text-align: right;}
.index7{
	background: url(../imgs/bg_index7.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.index7 .index-title .h1:before, 
.index7 .index-title .h1:after{
	display: none;
}
.index7 .index-title .h2{
	display: inline-block;
	padding:0 1rem;
	position: relative;
}
.index7 .index-title .h2:before, 
.index7 .index-title .h2:after{
	content:"";
	display: inline-block;
	width:30px;
	height:2px;
	background-color: #57b86f;
	position: absolute; 
	left:0;
	top:50%;
	margin-top: -1px;
}
.index7 .index-title .h2:after{
	left:auto;
	right:0;
}
.index7 .swiper-container{
	padding-bottom: 1.1rem;
}
.index7 .swiper-container .swiper-slide a{
	display: block;
	border:1px solid #e5e2e2;
	overflow:hidden;
}
.index7 .swiper-container .swiper-slide a img{
	-webkit-transition: prop time;
	-moz-transition: prop time;
	-ms-transition: prop time;
	-o-transition: prop time;
	transition: transform .3s;
}
.index7 .swiper-container .swiper-slide a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.index7 .swiper-pagination-bullet{
	width:.2rem;
	height:.2rem;
	opacity:.3;
	margin:0 .1rem !important;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
}
.index7 .swiper-pagination-bullet-active{
	background-color: #57b86f;
	opacity:1;
}
.index7 .swiper-pagination{
	bottom:.45rem;
}

.page-banner{
	height:4.24rem;
	background: no-repeat center top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	position: relative;
}
.bread{
	width:100%;
	height:63px;
	position: absolute; 
	left:0;
	bottom:0;
}
.bread:before,.bread:after{
	content:"";
	display:block;
	width:50%;
	height:63px;
	background-color: #57b86f;
	position: absolute;
	top:0;
	right:0;
	z-index:1;
}
.bread:before{
	background-color: #0b3190;
	left:0;
	right:auto;
}
.bread .container{position: relative;z-index:2;}
.bread ul{
	width:100%;
	height:63px;
	background: url(../imgs/bg_bread.png) no-repeat;
}
.bread ul li{float: left;}
.bread ul li a{
	display:block;
	height:63px;
	line-height:63px;
	font-size: 16px; 
	color: #fff;
	cursor:pointer;
	padding:0 10px;
	margin-right: 40px;
}
.bread ul li a.active{
	font-weight:bold;
}
.bread ul li:first-child a{
	font-weight: bold;
	margin-right: 70px;
}
.contact{padding-bottom: .88rem;}
dl.contact-title{text-align: center;padding-top: .65rem;}
dl.contact-title dt{font-size: .3rem;font-weight: bold;}
dl.contact-title dd{
	font-size: .15rem;color: #666;
	margin-top: .15rem;padding-bottom: .3rem;
	text-transform:uppercase;
}
.contact .p{
	font-size: .24rem;color: #999;
	line-height:.36rem;margin-bottom: .6rem;
	text-align: center;
}
.contact-bottom{}
.contact-bottom ul li{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	height:1rem;
	background-color: #f2f2f2;
	border-bottom:1px solid #dddddd;
	padding:0 .3rem;
}
.contact-bottom ul li:first-child{
	background-color: #57b86f;
	font-size: .24rem;
	color: #fff;
	text-align: center;
	border: none;
}
.contact-bottom ul li img{
	width:.5rem;
	height:.5rem;
}
.contact-bottom ul li p{
	font-size: .2rem;
	margin-left: .3rem;
	line-height:.3rem;
}
.contact-bottom .map-container{
	height:4rem;
}
.contact-bottom .map-container img{
	width:100%;
	height:100%;
}
.about1{
	margin-top: .78rem;
	margin-bottom: 1rem;
}
.about1-left{
	margin-bottom: .5rem;
}
.about1 .p1{
	font-size: .32rem;
	color: #999999;
	text-transform: uppercase;
}
.about1 .p2{
	font-size: .32rem;
	margin-top: .15rem;
}
.about1 .p3{
	font-size: .24rem; 
	font-weight: bold;
	color: #57b86f;
	margin-top: .3rem;
}
.about1 .p4{
	max-height:2.2rem;
	font-size: .24rem; 
	line-height:.35rem;
	margin-top: .2rem;
	margin-bottom: .5rem;
	overflow:hidden;
}
.about1 dl{
	width:33.33%;
	float: left;
	text-align: center;
	font-size: .24rem;
}

.about1 dl dt{font-size: .48rem; 
	color: #57b86f;
	font-weight: bold;
	margin-right: .1rem;}
.about1 dl dt span{
	font-size: 16px;
	color: #333;
	font-family: "微软雅黑";margin-left: 5px;
}

.about1 dl dd{margin-top: .15rem;}
.about1 .video-container{position: relative; margin-top:.5rem;}
.about1 .video-container video{
	width:100%;
	height:3.84rem;
	object-fit: fill;
}
.about1 .video-container img{width:100%;}
.about1 .video-container .btn-play{
	width: .7rem;
	height: .7rem; 
	cursor:pointer;
	position: absolute; 
	left:50%;
	top:50%;
	margin-top: -.35rem; 
	margin-left: -.35rem;
}
.about1 .video-container .btn-play img{
	width:100%;
	height:100%;
}
.about1 .video-container .btn-play.paused{
	display: none;
}
.about2{
	height: 3.68rem; 
	background: url(../imgs/bg_about1.jpg) no-repeat;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.about2 dl{color: #fff;text-align: center;padding-top: 1.5rem;}
.about2 dl dt{font-size: .3rem;font-weight: bold;margin-bottom: .2rem;}
.about2 dl dd{font-size: .18rem;text-transform: uppercase;}
.about3{}
.about3-content{
	padding-top: .6rem; 
	padding-bottom: .9rem;
	font-size: .24rem; 
	line-height:.35rem;
	margin-bottom: .4rem;
	background: url(../imgs/bg_about2.jpg) no-repeat right bottom;
	-webkit-background-size: 4rem 2.65rem;
	background-size: 4rem 2.65rem;
}
.honor{margin:.6rem 0;}
.honor dl{margin-bottom: .35rem;}
.honor dl dt{font-size: .3rem;color: #57b86f;font-weight: bold;margin-bottom: .15rem;}
.honor dl dd{font-size: .24rem;font-weight: bold;color: #dddddd;
	text-transform: uppercase;
}
.honor-aside{display: none;}
.honor .imglist{}
.honor .imglist.grid .col{
	width:50%;padding-bottom: 34%;
    height: 0;
}
.honor .imglist .img-item{
	overflow:hidden;
} 
.honor .imglist .img-item img{
	width: 100%;
    height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.honor .imglist .img-item:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.honor ul{
	background-color: #f2f2f2;
	padding:.2rem .3rem;
	margin-top: .35rem;
}
.honor ul li{
	font-size: .24rem; 
	height:.48rem;
	line-height:.48rem;
	overflow:hidden;
	position: relative;
	padding-left: .25rem;
}
.honor ul li:before{
	content:"";
	display: block;
	width:.1rem;
	height:.1rem;
	background-color: #7d7d7d;
	-webkit-border-radius: .05rem;
	-moz-border-radius: .05rem;
	border-radius: .05rem;
	position: absolute;
	left:0;
	top:50%;
	margin-top: -.05rem;
}
.product{padding-bottom: .7rem;}
dl.product-title{text-align: center;padding:.5rem 0;}
dl.product-title dt{font-size: .3rem;font-weight: bold;}
dl.product-title dd{font-size: .24rem;margin-top: .2rem;text-transform: uppercase;}
.product-list{padding-bottom: .4rem;}
.product-list .item{
	display: block;
	position: relative;
	cursor:pointer;
	margin-bottom: .3rem;
	overflow:hidden;
}
.product-list .item .p{
	width:100%;
	height:.48rem;
	line-height:.48rem;
	background-color: rgba(0,0,0,.6);
	font-size: .2rem; 
	color: #fff;
	text-align: center;
	position: absolute; 
	left:0;
	bottom:0;
}
.product-list .item img{
	width:100%;
	height:2.6rem;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product-list .item:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.product-list .grid .col{
	width:50%;
	height:2.9rem;
}
.pagination{text-align: center;font-family: Arial;font-size: .14rem;}
.pagination a{
	display: inline-block; 
	width: .3rem; 
	height: .3rem; 
	line-height:.3rem;
	color:#fff;
	font-size: .14rem;
	-webkit-border-radius: .15rem;
	-moz-border-radius: .15rem;
	border-radius: .15rem;
	background-color: #d2d2d2;
	margin:0 .05rem;
}
.pagination a:hover,
.pagination a.active{
	background-color: #57b86f;
}
.pagination a.btn-prev,
.pagination a.btn-next{
	width: 1.1rem;
}
.product-details1{
	margin-top: .7rem;
	margin-bottom: .7rem;
}
.product-details1 .imgbox .swiper-slide img{
	width:100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product-details1 .imgbox .swiper-slide:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.product-details1 .fontbox{
	background-color: #eee;
	padding:.35rem .35rem .5rem;
}
.product-details1 .fontbox .h1{
	line-height:.43rem;
	color: #57b86f;
	font-size: .3rem; 
	font-weight: bold;
}
.product-details1 .fontbox .h1 img{
	width:.43rem;
	height:.43rem;
	margin:0 .2rem;
}
.product-details1 .fontbox .p{
	font-size: .20rem;
	line-height:24px;
	padding:.3rem 0;
	border-bottom:1px solid #a0a0a0;
}
.product-details1 .fontbox .tell{
	font-size: .20rem;
	padding:.3rem 0;
}
.product-details1 .fontbox .tell span{
	font-size: .24rem; 
	color:#57b86f;
	font-family: "Bodoni";
}
.product-details1 .btn-contact{
	display: block;
	width: 2.88rem; 
	height: .4rem;
	line-height:.4rem;
	font-size: .18rem;
	font-weight:bold;
	color:#fff;
	text-align: center;
	background-color: #57b86f;
}
.product-details1 .btn-contact img{
	width:.22rem;
	height:.24rem;
	margin-right: .2rem;
	margin-top: .08rem;
}
dl.product-details-title{
	text-align: center;
}
dl.product-details-title dt{
	font-size: .2rem; 
	font-weight: bold;
	line-height:.3rem;
}
dl.product-details-title dt img{
	width:.19rem;
	height:.21rem;
	margin-top: .045rem;
	margin-right: .2rem;
}
dl.product-details-title dd{
	font-size: .12rem;
	text-transform: uppercase;
	padding-top: .15rem; 
	padding-bottom: .18rem;
	position: relative;
}
dl.product-details-title dd:before{
	content:"";
	display:block;
	width:.4rem;
	height:1px;
	background-color: #333;
	position: absolute;
	left:50%;
	margin-left: -.2rem; 
	bottom:0;
}
.product-details2 .p{
	font-size: .22rem;
	line-height:.3rem;
	padding-top: .5rem; 
	padding-bottom: .4rem;
}
.product-details2 .img img{width:100%;}
.product-details3{
	margin-top: .5rem;
	margin-bottom: .5rem;
}
.product-swiper1{
	margin-top: .4rem;
	position: relative;
}
.product-swiper1 .item{
	display: inline-block;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.product-swiper1 .item img{
	width:100%;	
}
.product-swiper1 .item:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.product-swiper1 .item p{
	line-height:.34rem;
	font-size: .14rem;
	background-color: #eaedf2;
	text-align: center;
}
.product-swiper1 .swiper-button-next,.product-swiper1 .swiper-button-prev{
	display: none;
}
.product-details4{
	margin-bottom: .5rem;
}
.product-details4 .grid{
	padding-top: .2rem;
}
.product-details4 .grid .col{
	width:50%;
}
.product-details4 .grid .item{
	margin-top: .3rem;
}
.product-details4 .grid .item img{
	width:100%;
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
}
.product-details5{
	margin-bottom: .8rem;
	background: url(../imgs/bg_product.jpg) no-repeat center top;
	-webkit-background-size: auto 5.4rem;
	background-size: auto 5.4rem;
}
.product-details5 .fontbox{
	padding-top: .5rem;
}
.product-details5 .fontbox .img1{padding:0 .8rem;display: none;}
.product-details5 .fontbox .img2{float: left;}
.product-details5 .fontbox .img2 img{width:1.36rem;height:.97rem;}
.product-details5 .font-wrap{
	width:60%;
	float: left;
	margin-left: .5rem;	
}
.product-details5 .font-wrap-top{
	padding-left: .2rem;
	padding-bottom: .2rem; 
	border-bottom:1px solid #fff;
}
.product-details5 .font-wrap .h1{
	color: #feb641;
	font-weight: bold;
}
.product-details5 .font-wrap .h2{
	display: inline-block;
	border:.02rem solid #fff;
	color: #fff;
	font-size: .18rem;
	padding:.08rem .3rem;
	margin-top: .2rem;
}
.product-details5 .font-wrap ul{
	border-top:1px solid #fff;
	margin-top: .05rem;
	padding:.2rem;
	margin-bottom: .2rem;
}
.product-details5 .font-wrap ul li{
	font-size: .18rem; 
	color:#fff;
	line-height:.36rem;
	position: relative;
	padding-left: .2rem;
}
.product-details5 .font-wrap ul li:before{
	content:"";
	display:block;
	width:.08rem;
	height:.08rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	position: absolute; 
	left:0;
	top:50%;
	margin-top:-.04rem;
	background-color: #fff;
}


.product-swiper2{
	background-color: #57b86f;
	border:.08rem solid #21953d;
	margin-top: -.08rem;
	position: relative;
	padding:.3rem .3rem;
	-webkit-box-shadow: inset hoff voff blur color;
	-moz-box-shadow: inset hoff voff blur color;
	box-shadow: 0 .04rem .1rem rgba(0,0,0,.4);
}
.product-swiper2:before{
	content:"";
	display:block;
	position: absolute;
	left:.04rem;
	right:.04rem;
	top:-.16rem;
	height:.08rem;
	background-color: #21953d;
}
.product-swiper2 .swiper-button-next,.product-swiper2 .swiper-button-prev{
	display: none;
	width:25px;
	height:190px;
	margin-top: -95px;
	background: url(../imgs/zizhi_prev.jpg) no-repeat;
	left:25px;
}
.product-swiper2 .swiper-button-next{
	background-image: url(../imgs/zizhi_next.jpg);
	left:auto;
	right:25px;
}
.product-swiper2 .swiper-slide{
	overflow:hidden;
}
.product-swiper2 .swiper-slide img{
	width:100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product-swiper2 .swiper-slide:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.news{
	padding-top: .4rem;
}
.news-item{
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	cursor:pointer;
	color:#333;
	border-bottom:1px solid #e5e5e5;
	padding:.4rem 0;
}
.news-item .date-box{
	
}
.news-item .date-box .date{font-size: .26rem;margin-bottom: .3rem;}
.news-item .date-box .arrow{
	width:.42rem;
	height:.42rem;
	background: url(../imgs/icon_news_arrow.jpg) no-repeat center center;
	-webkit-background-size: .22rem .14rem;
	background-size: .22rem .14rem;
}
.news-item:hover{
	color: #333;
}
.news-item:hover .date-box .arrow{
	background-color: #57b86f;
	background-image: url(../imgs/icon_news_arrow_.jpg);
}
.news-item:last-child{
	border-bottom:none;
}
.news-item dl{
	flex:1;
	margin-right: .3rem;
}
.news-item dl dt{
	font-size: .24rem;
	margin-bottom: .2rem;
}
.news-item dl dd{
	font-size: .2rem;
	line-height:20px;
	height:60px;
	overflow:hidden;
}

.news-item .img{
	width:2.77rem;
	overflow:hidden;
}
.news-item .img img{
	width:100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news-item:hover .img img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}

.news .pagination{
	margin:.6rem 0;
}
.news-details{
	padding-top: .6rem;
	padding-bottom: .6rem;
}
.news-details .h1{
	text-align:center;
	font-size: .36rem;
	margin-bottom: .4rem;
}
.news-details .h2{	
    display:flex;
	justify-content:center;
	align-items:center;	
	font-size: .14rem; 
	text-align: center;
}
.news-details .h2 span{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 .1rem;
}
.news-details .h2 span img{
	margin-right: .05rem;
}
.news-details .p{
	font-size: .20rem; 
	line-height:1.6;
	margin:.4rem 0;
}
.news-details .p img{text-align:center;}
.news-details .page-number{}
.news-details .page-number .item{
	display: block;
	border-bottom:1px solid #e4e4e4;
	line-height:.64rem;
	cursor:pointer;
	font-size: .16rem;
}
.news-details .page-number .item:first-child{
	border-top:1px solid #e4e4e4;
}
.news-details .page-number .item .l{
	width:90%;
	float: left;
}
.news-details .page-number .item .r{
	float: right;
}
.news-details .page-number .btn{
	display: inline-block;
	text-align: center;	
	color:#ccc;	
	margin-right: .3rem;
	float: left;
	padding:0 .2rem;
}
.news-details .page-number .btn .arrow{
	display: inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	transform:rotate(-90deg);
	margin-right: 10px;
}
.news-details .page-number .btn .arrow:before{
	content:">";
}
.news-details .page-number .date{
	color:#999;
}
.news-details .page-number .item:hover .btn,
.news-details .page-number .item.on .btn{
	color:#fff;
	background-color: #57b86f;
}
.news-details .page-number .item:last-child .btn .arrow{
	transform:rotate(90deg);
}
.news-details .page-number .item .link{
	display:block;
	width:60%;
	height:.64rem;
	line-height:.64rem;
	overflow:hidden;
	font-weight:bold;
}
/* 社会责任 */
.csr{margin-top: .6rem;margin-bottom: .6rem;}
dl.csr-title{text-align: center;margin-bottom: .4rem;}
dl.csr-title dt{font-size: .36rem;font-weight: bold;margin-bottom: .3rem;}
dl.csr-title dd{font-size: .24rem;line-height:1.88;}
.csr .grid{}
.csr .grid .row{margin:0;background-color: #f8f8f8;}
.csr .grid .col{width:50%;padding:0;overflow:hidden;}
.csr .grid .col img{
	width:100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.csr .grid .col:hover img{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);

}
.csr dl.fontbox{
	height:1.98rem;
	font-size: .22rem;
    line-height:1.6;
    overflow:hidden;	
	padding:.2rem;
	background-color: #f8f8f8;
}
.csr dl.fontbox dt{
	font-size: .24rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom: .2rem;
}
.csr dl.fontbox dd{
	color:#999;
	overflow:hidden;
	text-overflow: ellipsis;
}
.scale-enterprise{}
.scale-enterprise1{padding:.6rem 0;}
.scale-enterprise1 dl.title{
	text-align: center;
}
.scale-enterprise1 .grid .col{
	width:50%;
}
.scale-enterprise1 dl.title dt{
	font-size: .32rem;
	line-height:1.4;
}
.scale-enterprise1 dl.title dd{
	font-size: .24rem;
	line-height:2;
	color:#666;
	padding:.4rem 0 0;
}
.scale-enterprise1 .item{
	text-align: center;
	font-size: .24rem;
	color:#666;
	margin-top: .5rem;
}
.scale-enterprise1 .item img{
	width:.8rem;
	height:.65rem;
}
.scale-enterprise1 .item dl dt{
	margin-top: .3rem; 
	margin-bottom: .2rem;
}
.scale-enterprise1 .item dl dt{font-size: .4rem; 
	color: #57b86f;
	font-weight: bold;
	margin-right: .1rem;}
.scale-enterprise1 .item dl dt span{
	font-size: 18px;
	color: #333;
	font-family: "微软雅黑";margin-left: 5px;
}


.scale-enterprise2{
	height: 5.08rem;
	background: url(../imgs/bg_scale.jpg) no-repeat center top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.scale-enterprise2 .container{
	height:100%;
	position: relative;
}
.scale-enterprise2 ul{
	width:4.5rem;
	height:3.5rem;
	background-color: rgba(87,184,111,.8);
	position: absolute; 
	top:50%;
	margin-top: -1.75rem;
	right:0;
	padding:.3rem .2rem .3rem 0;
}
.scale-enterprise2 ul li{
	font-size:.18rem;
	font-weight:bold;
	line-height:.6rem;
	color:#fff;
	position: relative;
	padding-left:.9rem;	
	white-space: nowrap;
    overflow: hidden;
    text-overflow: hidden;
}
.scale-enterprise2 ul li:before{
	content:"";
	display:block;
	width:.15rem;
	height:.15rem;
	background-color:#fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left:.4rem;
	top:50%;
	margin-top: -.075rem;
}
/* 品质管控 */
.page-banner.cem-banner{
	height:4.66rem;
}
.cem-title{
	font-size: .2rem;
	color: #fff;
	background-color: #57b86f;
	text-align:center;
}
.cem-title .grid .col{
	width:33.33%;
}
.cem-title .item{
	padding-top:.24rem;
	position: relative;
}
.cem-title .item.active:before{
	content:"";
	display:block;
	width:0;
	height:0;
	position: absolute; 
	left:50%;
	margin-left:-.18rem;
	bottom:0;
	border-left:.2rem solid transparent;
	border-right:.2rem solid transparent;
	border-top:.18rem solid transparent;
	border-bottom:.18rem solid #fff;
}
.cem-title .item dl dt img{
	width: .65rem;
	height: .65rem;
	margin-bottom:.2rem;
}
.cem-title .item dl dd{	
	line-height:1.6;
	padding-bottom:.3rem;
}
.cem-content{
	height: 7.7rem; 
	background: url(../imgs/bg_cem.jpg) no-repeat center top;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
}
.cem-content .container{
	height:100%;
	position:relative;
}
.cem-content .box{
	width:5.54rem;
	height:4.84rem;
	background-color: rgba(255,255,255,.6);
	position: absolute; 
	left:0;
	top:50%;
	margin-top:-2.42rem;
	padding:.8rem .6rem;
}
 .cem .tab-panel{
	display: none;
}
.cem .tab-panel.show{
	display: block;
}


.cem-content .box .h{
	font-size:.2rem;
	color: #39a053;
}
.cem-content .box .h span.num{
	font-family:Impact;
	font-size:.6rem;
	font-weight: bold;
	padding-right: .3rem;
}
.cem-content .box .p{
	font-size: .2rem; 
	line-height: .36rem;
	margin-top:.4rem;
}
/* 企业文化 */
.culture{}
.culture1 dl.title{
	padding-top: .6rem; 
	text-align:center;
}
.culture1 dl.title dt{
	font-size: .36rem; 
	color:#999;
	font-weight:bold;
}
.culture1 dl.title dd{
	font-size:.16rem;
	color:#999;
	margin-top: .28rem; 
	padding-bottom: .5rem;
}
.culture1 .list{
	
}
.culture1 .list .item{
	width:33.33%;
	float:left;
	height:2.5rem;
	border:1px solid #e8e8e8;
	border-left:none;
	padding:.4rem .35rem;
	position: relative;
	transition:background .3s;
}
.culture1 .list .item:first-child{
	border-left:1px solid #e8e8e8;
}
.culture1 .list .item dl dt{
	font-size:.24rem;
	font-weight:bold;
	margin-bottom:.2rem;
}
.culture1 .list .item dl dd{
	font-size:.16rem;
	color:#666;
	line-height:1.8;
}
.culture1 .list .item .arrow{
	font-family: serif;
	width:.32rem;
	height:.32rem;
	line-height:.32rem;
	font-size:.16rem;
	color:#e8e8e8;
	font-weight:bold;
	text-align:center;
	border:1px solid #e8e8e8;
	position: absolute; 
	right:.2rem;
	bottom:.2rem;
}
.culture1 .list .item:hover{
	color:#fff;
	background-color: #57b86f;
	border-color: #57b86f;
	-webkit-box-shadow: 0 0 .1rem #eee;
	-moz-box-shadow: 0 0 .1rem #eee;
	box-shadow: 0 0 .1rem #eee;
}
.culture1 .list .item:hover dl dd{
	color:#fff;
}
.culture1 .list .item:hover .arrow{
	border-color:#fff;
	color:#fff;
}
.culture2{
	margin-top:.6rem;
		background:url(../imgs/bg_culture.jpg) no-repeat center;
}
.culture2 .item{width:50%; float:left; height:3.22rem; overflow:hidden;}
.culture2 .item.item1,.culture2 .item.item2{
	border-bottom:1px solid rgba(255,255,255,0.6);
}
.culture2 .item.item1 .box,.culture2 .item.item3 .box{
	border-right:1px solid rgba(255,255,255,0.6); 
}
.culture2 .item .box{width:100%; float:right; position:relative; height:100%; }
.culture2 .item2 .box,.culture2 .item4 .box{float:left;}
.culture2 .item .cen{
	position:absolute; 
	width:100%;
	height:1rem; 
	top:50%; 
	left:0;
	margin-top:-.5rem; 
	transform:scale(1);
	opacity:1; 
	transform-origin:center center; 
	transition:all .5s ease;  
	text-align:center; 
	visibility:visible;
}
.culture2 .item .cen .tit{ font-size:.3rem; font-weight:bold; color:#fff; } 
.culture2 .item .cen .en{ font-size:.16rem; color:#fff; font-family:"Arial"; margin:.3rem 0; text-transform:uppercase;}
.culture2 .item .cen .plus{color:#fff;font-size:.3rem;}
.culture2 .item .cen .line{ width:1.45rem; height:1px; background:#fff; margin:.3rem auto 0; }
.culture2 .item .cen2{ padding:13% 10% 0 10%; transform:scale(0.9); transform-origin:center center; opacity:0; transition:all .5s ease; height:100%; visibility:hidden;}
.culture2 .item .cen2 .tit{ font-size:.3rem; font-weight:bold; color:#fff; text-align:left; }
.culture2 .item .cen2 .minh{ 
	font-size:.16rem; color:#fff; text-align:left; margin-bottom:5%; 
	margin-top:.2rem;
}
.culture2 .item .cen2 .line{ width:100%; height:1px; background:#fff;margin-top:.3rem;margin-bottom:.4rem;}
.culture2 .item .cen2 .en{ text-align:right; font-size:12px; font-family:Arial; color:#fff; text-transform:uppercase;}
.culture2 .item:hover .cen2{ transform:scale(1); opacity:1; visibility:visible;} 
.culture2 .item:hover .cen{opacity:0; visibility:hidden;}
.culture2 .item .cen2:after{content:''; position:absolute; top:0; z-index:-1; width:150%; height:100%; background:#0074ba; opacity:0; visibility:hidden;transform:scale(0.9); transform-origin:center center; transition:all .5s ease;}
.culture2 .item.item1 .cen2:after,.culture2 .item.item3 .cen2:after{right:0;}
.culture2 .item.item2 .cen2:after,.culture2 .item.item4 .cen2:after{left:0;}
.culture2 .item:hover .cen2:after{ transform:scale(1); opacity:1; visibility:visible;}

.culture3{background:url(../imgs/bg_culture3.jpg) no-repeat center; background-size:cover; padding:.6rem 0 .75rem;}
.culture3 .content{position:relative;}
.culture3 .content .item{
	float:left; width:50%; 
	text-align:center; position:relative; cursor:pointer;transition:all .3s;
}
.culture3 .content .item .t{font-size:.28rem; color:#0f0f0f; font-weight:bold; margin-bottom:.15rem;}
.culture3 .content .item .d{color:#4e4e4e; font-size:.15rem; line-height:25px; height:50px; overflow:hidden;}
/* .culture3 .content .item.odd{padding-top:1.85rem;}
.culture3 .content .item.even{padding-bottom:1.85rem;} */
.culture3 .content .item:after{
	content:""; 
	display: none;
	position:absolute; 
	left:50%; 
	top:50%; 
	width:.15rem; 
	height:.15rem; 
	border-radius:50%; 
	border:.04rem solid #000; 
	margin-top:-.12rem;
	margin-left:-.1rem; 
	-moz-transition:all .5s ease 0s; 
	-ms-transition:all .5s ease 0s; 
	-o-transition:all .5s ease 0s; 
	-webkit-transition:all .5s ease 0s; 
	transition:all .5s ease 0s;
}
.culture3 .content .item .info{	
    margin-top: .3rem;
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
}
.culture3 .content .item:hover:after{border-color:#005caa;}
.culture3 .content .item.odd:hover .info{transform:translateY(5px);}
.culture3 .content .item.even:hover .info{transform:translateY(-5px);}
.culture3 .content .line{display: none;height:1px; position:absolute; left:0; right:0; top:50%; background:#bfc1c3;}

.culture3 .content .right_flag{display:none; position:absolute; right:0; top:50%; line-height:32px; font-size:26px; color:#bfc1c3; width:20px; text-align:center; margin-top:-17px;}
.culture3 .content .right_flag i{margin:0; }

/* 人力资源 */
.hr{
	margin:.6rem 0;
}
.hr table{
	width:100%;
	border-spacing: 0;
	border-top:2px dashed #f3f3f3;
}
.hr table tr.title td{
	font-size: .22rem;	
	border-bottom:2px dashed #f3f3f3;
	padding:.15rem .2rem;
	cursor:pointer;
	line-height:.3rem;
}
.hr table tr.content td{
	
}
.hr table tr.content td .item{
	background-color: #f3f3f3;
	height:0;
	overflow:hidden;
}
.hr table tr.content td dl{
	margin-bottom:.4rem;
}
.hr table tr.content td dl dt{
	font-size:.16rem;
	margin-bottom:.3rem;
}
.hr table tr.content td dl dd{
	font-size:.14rem;
	line-height:1.6;
}
.hr table tr.content td .btn{
	display: block;
	width: 1.6rem;
	height: .4rem;
	line-height:.4rem;
	font-size:.16rem;
	text-align:center;
	color:#fff;
    background-color:#57b86f;
	cursor:pointer;
}
.hr table tr.title:hover,
.hr table tr.title.active{
	
	
}
.hr table tr.title:hover td,
.hr table tr.title.active td{
	
	
	/*border-bottom:2px solid #57b86f;*/
}
.hr table tr.content.open td .item{
	height:auto;
	padding:.5rem .4rem;
}

/* 搜索弹出 */
.search-container{
	display:none;
	position: fixed;
	width:100%;
	height:112px;
	left:0;
	top:0;
	z-index:10;
	background-color: #fff;
}
.search-container.open{
	display: block;
}
.search-container .container{
	padding-top: 31px;
}
.search-container .input-wrap{
	height:60;
	border:1px solid #eee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
}
.search-container .input-wrap .btn-close{
	width:10%;
	text-align:center;
	float: left;
	padding-top: 4px;
	cursor:pointer;
}
.search-container .input-wrap .text{
	width:80%;
	height:40px;
	font-size:20px;
	border-left:3px solid #eee;
	float:left;
	padding:0 30px;
} 
.search-container .input-wrap .text::-webkit-input-placeholder{
	color:#999;
}
.search-container .input-wrap .text::-moz-input-placeholder{
	color:#999;
}
.search-container .input-wrap .text:-ms-input-placeholder{
	color:#999;
}
.search-container .input-wrap .btn-search{
	width:10%;
	height:40px;
	float:left;
	background-color:#fff;
	cursor:pointer;
	background: url(../imgs/icon_search.png) no-repeat center center;
}

/* 弹出图片 */
.imgcover{
	display: none;
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	text-align: center;
	z-index:99;
	background-color: rgba(0,0,0,.5);
}
.imgcover.show{
	display: block;
}
.imgcover-container{
	/* min-width:50%; */
	max-width:90%;
	display: inline-block;
	vertical-align:middle;
	position:relative;
}
.imgcover-container img{
	width:100%;
}
.imgcover:before{
    content: "";
    width:0;
    display: inline-block;
    vertical-align: middle;
	height: 100%;
}
.imgcover .btn-close-imgcover{
	width:.6rem;
	height:.6rem;
	background-color:rgba(0,0,0,.8);
	cursor:pointer;
	position: absolute;
	right:0;
	top:-.6rem;
	padding:.1rem;
}


/* 首页弹出视频 */
.index2{
	position: relative;
}
.tip-video{
	/* display: none; */
	width:100%;
	height:100%;
	/* position: fixed; */
	position: absolute;
	left:0;
	top:0;
	text-align: center;
	z-index:99;
	overflow: hidden;
	/* background-color: rgba(0,0,0,.5); */
}
.tip-video.show{
	display: block;
}
/* .tip-video:before{
    content: "";
    width:0;
    display: inline-block;
    vertical-align: middle;
	height: 100%;
} */
.tip-video .video-box{
	max-width:1200px;
	/* max-height:60%; */
	display: inline-block;
	vertical-align:middle;margin-top: -45px;
}
.tip-video .video-box video{
	width:100%;
	/* height:100%; */
	height: 485px;
	object-fit: fill;
}
.dszjy{margin:.6rem 0;padding:.4rem .4rem .8rem; background:#edf3f9;}
.dszjy dl.title{
	
}

.dszjy dl.title dt{
	font-size: .32rem;
	line-height:1.4;
	text-align: center;
	background:url(../imgs/dsz_01.jpg) no-repeat top left;
}
.dszjy dl.title dd{
	font-size: .24rem;
	line-height:2;
	color:#666;
	padding:.4rem 0 0;text-align: left;
	background:url(../imgs/dsz_02.jpg) no-repeat bottom right;
}
.dszjy dl.title dd p{
	text-indent:2em;
}
.dszjy dl.title .dszqm{padding-right: 100px;text-align: right;}
.dszjy dl.title .dszqm img{vertical-align: bottom;}

ul.menu li{
	position: relative;
	padding-right: 0;
}
ul.menu li .icon{
	width:.7rem;
	height:.7rem;
	position: absolute;
	right:.3rem;
	top:0;
	text-align:center;
}
ul.menu li .icon:before{
	content:"+";
	font-size: .6rem;
	color:#999;
}
ul.menu li.active .icon:before{
	content:"-";
	font-size: .4rem;
}
ul.menu li.active ul li .icon:before{
	content:"+";
}
ul.menu li.active ul li.active .icon:before{
	content:"-";
}

.message .zx {
    text-align: center;
    margin: 70px 0 20px 0;
    overflow: hidden
}

.message .zx .title {
    font-size: 30px;
    margin-bottom: 20px;
    color: #333;
}

.message .zx p {
    color: #898989;
    font-size: 16px;
    line-height: 30px;
}

.message .liuyan {
    width: 1080px;
    overflow: hidden;
    margin: 20px auto
}

.message .liuyan .input {
    width: 477px;
    height: 48px;
    border: 1px #d5d5d5 solid;
    padding: 0 20px;
    float: left;
    margin-right: 18px;
	margin-bottom:20px;
}

.message .liuyan input {
    border: 0;
    height: 46px;
    line-height: 46px;
    width: 260px;
    float: left;
}

.message .liuyan .input img {
    float: right;
    margin-top: 8px;
}

.message textarea {
    width: 1038px;
    border: 1px #d5d5d5 solid;
    padding: 20px;
    margin: 20px 0;
    position: absolute;
    height: 130px;
    left: 0;
}

.message .note {
    position: absolute;
    top: 30px;
    left: 20px;
    line-height: 30px;
    color: #999999;
    font-weight: normal;
    width: 100px;
    text-align: left;
}

.message .yzm {
    margin-top: 0!important;
    float: left!important;
    margin-left: 20px;
}

.message .btn {
    float: left;
    width: 255px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #848484;
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
	margin-top:20px;
}

.message .tj {
    overflow: hidden;
    float: left;
    width: 100%;
}

.message .tj .bottom {
    border: 0;
    padding: 0
}

.message .textarea .text {
    position: relative;
    float: left;
    overflow: hidden;
}

.message .tj .text {
    width: 160px;
    height: 44px;
    padding: 0 20px;
    border: 1px #d5d5d5 solid;
}

.message .txt {
    line-height: 48px;
    float: left;
    margin-left: 20px
}


		  .clear{
			  clear: both;
		  }
.imgZoom img {
		      -moz-transition: all .8s ease 0s;
		      -ms-transition: all .8s ease 0s;
		      -o-transition: all .8s ease 0s;
		      -webkit-transition: all .8s ease 0s;
		      transition: all .8s ease 0s;
		  }
		  
		  .imgZoom {
		      overflow: hidden;
		      -webkit-transform: rotate(0);
		      transform: rotate(0);
		  }
		  
		  .imgZoom:hover img {
		      -moz-transform: scale(1.1, 1.1);
		      -ms-transform: scale(1.1, 1.1);
		      -o-transform: scale(1.1, 1.1);
		      -webkit-transform: scale(1.1, 1.1);
		      transform: scale(1.1, 1.1);
		  }
		  
		  
		.cybj{
			padding: 70px 0;
		}
		dl.product-title{text-align: center;padding:20px 0;color: #ffffff;}
		dl.product-title dt{font-size: 30px;font-weight: bold;}
		dl.product-title dd{font-size: 20px;margin-top: 20px;text-transform: uppercase;font-weight: lighter;}
		.cybj-main .item{
			padding: 30px 0 50px 0;
		}
		.cybj-main .item .img {
		  padding-bottom: 70%;
		  height: 0;
		  position: relative;
		  width: 100%;
		  display: block;
		}
		.cybj-main .item .img img {
		  display: block;
		  width: 100%;
		  height: 100%;
		  position: absolute;
		  top: 0;
		  left: 0;
		   
		}
		.cybj-main .item li{
			width: 30.3%;
			float: left;
			margin-right: 3%;
		}
		.cybj-main .item ul{
			margin-right: -3%;
		}
		.cybj-main .item .title{
			background: url(../imgs/titlebg_13.png);
			height: 60px;
			line-height: 60px;
			color: #ffffff;
			font-size: 16px;
			text-align: center;
		}
		.flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    
    .align_items_center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .justify_content_around {
        -webkit-box-pack: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: center;
        justify-content: space-around;
    }
    
    .justify_content_center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .justify_content_start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    
    .justify_content_space_between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    
    
    .clear {
        clear: both;
    }
    
    .imgZoom img {
        -moz-transition: all .8s ease 0s;
        -ms-transition: all .8s ease 0s;
        -o-transition: all .8s ease 0s;
        -webkit-transition: all .8s ease 0s;
        transition: all .8s ease 0s;
    }
    
    .imgZoom {
        overflow: hidden;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    
    .imgZoom:hover img {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    
    .cybjny-main {
        padding: 40px 0;
    }
    
    .cybjny-main .gsm {
        margin-bottom: 50px;
        font-size: 20px;
    }
    
    .cybjny-main .gsm a {
        background: #e4e4e4;
        padding: 10px 30px;
        border-radius: 30px;
        margin: 0 30px;
    }
    
    .cybjny-main .gsm .on {
        background: #57b970;
        color: #ffffff;
        font-weight: bold;
    }
    .cybjny-main .font-center{min-height:280px;}
    .cybjny-main .font-center img {
        float: left;
        margin-right: 30px;
        margin-bottom: 20px;
    }
    
    .cybjny-main .font-center p {
        font-size: 16px;
        line-height: 30px;
    }
