
input[type="submit"],
 input[type="reset"],
 input[type="button"],
 button,select {
 -webkit-appearance: none;
 }
 select{
 	background: url(../images/wap_bottomarr2.png) no-repeat scroll center right  10px transparent;
 	padding-right: 20px;
 	background-size: .19rem auto;
 }
input{
	font-family: "黑体";
 -webkit-appearance: none;
 border-radius: 0px;
	border: 1px solid #a9a9a9;
	outline: none;
}
.readybefor{
	content: "";
	display: block;
	
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 10000;
}

body,html{
font-family:microsoft yahei;
	max-width: 720px;
	margin: auto !important;
	height: 100%;
	font-size: 100px;
}
body{
	box-sizing: border-box;
	font-size: 14px;
}


.table{
	display: table;
	height: 100%;
	width: 100%;
}
.cell{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}


.box_p{
	padding: 0 .2rem;
	box-sizing: border-box;
}
.chide{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: all .5s;
}
.chide .backshadow{
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.chide .inbox{
	position: relative;
	z-index: 3;
}
.chide.active{
	opacity: 1;
}
.mian{
	width: 100%;
	max-width: 720px;
	margin: auto;
	overflow: hidden; font-size:14px;font-family:microsoft yahei; line-height:24px;
}



.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 1rem;
	background: #fcfcfc;
	max-width: 720px;
	margin: auto;
	z-index: 2000;
}
.header .logo{
	display: block;
	margin: auto;
	height: .69rem;
	margin-top: .15rem;
}
.header .menu{
	height: 1rem;
	width: .9rem;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/wap_icon2.png) no-repeat center;
	background-size: .43rem auto;
	cursor: pointer;
}
.header .search{
	height: 1rem;
	width: .9rem;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/wap_icon1.png) no-repeat center;
	background-size: .4rem auto;
	cursor: pointer;
}
.lefthide{
	position: fixed;
	left: -4.5rem;
	top: 0;
	padding-top: 1rem;
	box-sizing: border-box;
	width: 4.5rem;
	background: #fff;
	height: 100%;
	z-index: 1999;
	transition: all .5s;
}
.lefthide.active{
	left: 0;
}
.lefthide .inbox{
	max-height: calc(100% - 1.6rem);
	overflow: auto;
	
}
.lefthide .ohterlink{
	padding-left: .2rem;
	padding-top: .4rem;
}
.lefthide .linkbox{
	display: inline-block;
	width: .6rem;
	height: .6rem;
	line-height: .6rem;
	font-size: .28rem;
	font-family: arial;
	color: #fff;
	text-align: center;
	border-radius: 60px;
	background: #343434;
	vertical-align: middle;
	margin-right: .4rem;
}
.lefthide .linkbox img{
	width: 100%;
	display: block;
	
}
.lefthide .ina{
	display: block;
	line-height: 1.1rem;
	height: 1.1rem;
	padding-left: .2rem;
	padding-right: .55rem;
	color: #333333;
	font-size: .28rem;
	background: url(../images/wap_icon5.png) no-repeat center right .3rem;
	background-size: .15rem auto;
	border-bottom: 2px solid #cccccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lefthide .ina.active{
	color: #8eb21b;
}
.lefthide .inbox{
	border-top: 2px solid #cccccc;
}
.leftback{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1998;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	display: none;
}
.searchhide{
	position: fixed;
	z-index: 1999;
	width: 100%;
	height: 1.45rem;
	left: -100%;
	top: 1rem;
	background: #8eb21b;
	padding-left: .2rem;
	padding-right: 1rem;
	box-sizing: border-box;
	transition: all .5s;
}
.searchhide.active{
	left: 0;
}
.searchhide .close{
	position: absolute;
	height: .42rem;
	top: 50%;
	right: .25rem;
	margin-top: -.21rem;
	cursor: pointer;
}
.searchhide .textinput{
	padding: 0;
	border: 0px;
	height: 1rem;
	margin-top: .2rem;
	width: 100%;
	background: none;
	color: #fff;
	font-style: oblique;
	font-size: .28rem;
}
.searchhide :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff; opacity:1; 
}

.searchhide ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;opacity:1;
}

.searchhide input:-ms-input-placeholder{
    color: #fff;opacity:1;
}

.searchhide input::-webkit-input-placeholder{
    color: #fff;opacity:1;
}

.footer{

	box-sizing: border-box;
	z-index: 1000;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%; padding-top:5px;padding-bottom:10px;
	background: #1f1f1f;
	padding-top: calc(2px + .1rem);
	
}
.footer .ina{
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	
}
.footer .ina .img2{
/*	display: none;*/
	width: .6rem;
	margin: auto;
}
.footer .ina .img1{
	/*display: block;*/
	margin: auto;
	width: .6rem;
}
.footer .ina.active .img2{
	display: block;
}
.footer .ina.active .img1{
	display: none;
}
.footer .ina .text{
	color: #fff; opacity:0.6;
	line-height: .3rem;
	margin-top: .03rem;
	font-size: calc(5px + .17rem);
}
.footer .ina.active .text{
	color: #c7c7c7;
	transition: all .5s;
}
/*.footer .ina:hover .img2{
	display: block;
}
.footer .ina:hover .img1{
	display: none;
}
.footer .ina:hover .text{
	color: #c7c7c7;
	transition: all .5s;
}*/

.mian{
	padding-top: 1rem;


	box-sizing: border-box;
}
.banner{
	position: relative;
}

.banner .bottomlink img{
	display: block;
	margin: auto;
	margin-bottom: .2rem;
	width: 1.08rem;
}
.banner .bx-controls-direction{
	display: none;
}
.banner .slidein{
	height: 11.77rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a{
	border-radius: 4px;
	transform: rotate(45deg);
}
.banner .bx-wrapper .bx-pager{
	bottom: .6rem;
}
.index .part1 img{
	display: block;
	margin-top: .25rem;
	width: 100%;
}
.index .part1{
	padding: 0 .2rem ;
	padding-bottom: .25rem;
	
}
.index {
	background: #e1e1e1;
}


.index .part2{
	background-color: #1e1a1f;
	background-size: 100% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.index .part2 .title img{
	height: .54rem;
	display: block;
}
.index .part2 .title{
	padding-top: .88rem;
	padding-bottom: .5rem;
}
.index .part2 .nav:after{
	content: "";
	display: block;
	clear: both;
}
.index .part2 .nav{
	margin-bottom: .4rem;
}
.index .part2 .innav{
	line-height:.85rem ;
	font-size: .3rem;
	transition: all .5s;
	color: #bdbdbf;
	border-bottom: 0.04rem solid #1e1a1f;
	width: 50%;
	float: left;
	text-align: center;
}
.index .part2 .innav1{
	line-height:.85rem ;
	font-size: .3rem;
	transition: all .5s;
	color: #bdbdbf;
	border-bottom: 0.04rem solid #1e1a1f;
	width: 50%;
	float: left;
	text-align: center;
}
/*.index .part2 .innav:hover{
	color: #fff;
	border-bottom: 0.04rem solid #8eb21b;
}*/
.index .part2 .innav.active{
	color: #fff;
	border-bottom: 0.04rem solid #8eb21b;
}
.index .part2 .innav1.active{
	color: #fff;
	border-bottom: 0.04rem solid #8eb21b;
}

.index .part2 .img1{
	max-width: 100%;
	display: block;
	margin-bottom: .2rem;
}
.index .part2 .img2{
	width: 3.16rem;
	float: left;
}
.index .part2 .img3{
	width: 3.44rem;
	float: right;
}
.index .part2 .inbox:after{
	content: "";
	display: block;
	clear: both;
	padding-bottom: 1.45rem;
}


.commonnavbox{
	display: block;
	height: 2.64rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
}
.commonnavbox .text1{
	font-size: .42rem;
	color: #fff;
	line-height: .5rem;
}
.commonnavbox .text2{
	font-size: .24rem;
	line-height: .4rem;
	color: #fff;
	margin-top: .1rem;
	font-family: arial;
}
.commonnavbox .line{
	width: .87rem;
	height: 1px;
	background: #fff;
	margin: auto;
	margin-top: .2rem;
}
.ohterbanner{
	height: 2.71rem;
	background-size: cover;
	background-position: center;
	
}
.commonnav{
	height: .8rem;
	line-height: .3rem;
	text-align: center;
	background: #fff;
}
.commonnavout .bx-pager{
	display: none;
}
.commonnavout .bx-wrapper .bx-controls-direction a{
	width: .2rem;
	height: .4rem;
	margin-top: -.2rem;
}
.commonnavout .bx-wrapper .bx-next{
	background: url(../images/wap_icon5.png) no-repeat center;
	background-size: calc(5px + .04rem) auto;
}
.commonnavout .bx-wrapper .bx-prev{
	background: url(../images/wap_icon5.png) no-repeat center;
	background-size: calc(5px + .04rem) auto;
	transform: rotate(180deg);
	opacity: 0;
	display: none;
}
.commonnav:after{
	content: "";
	display: block;
	clear: both;
}
.commonnav .innav{
	float: left;
	width:20%;
	/*height: .8rem;*/
	font-size: .24rem;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	display: block;
	color: #0d0d0d;
	position: relative;
	transition: all .5s;
}
.commonnav .innav:last-child{
	border-right: 0px;
}
.product .commonnav .innav{
	width:20%;
}



.commonnav .innav1{
	float: left;
	width:5.5%!important;
	/*height: .8rem;*/
	font-size: .24rem;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #CCCCCC;
	box-sizing: border-box;
	display: block;
	color: #0d0d0d;
	position: relative;
	transition: all .5s;
}
.commonnav .innav1:last-child{
	border-right: 0px;
}
.product .commonnav .innav1{
width:4%!important;
}
.commonnav .intext{
	display: inline-block;
	position: relative;
	word-break: break-all;
	line-height: .8rem;
}
.commonnav2 .intext{
	max-width: 2.4rem;
	line-height: .35rem;
}
.commonnav .intext:after{
	content: "";
	display: block;
	width: .14rem;
	height: .09rem;
	margin-top: -.045rem;
	margin-left: .07rem;
	background: url(../images/wap_icon6.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: calc( -.55rem + 25%)!important;
}
.commonnav .active.innav{
	background: #8eb21b;
	color: #fff;
}

.commonnav .active.innav1{
	background: #8eb21b;
	color: #fff;
}
/*.commonnav .innav:hover{
	background: #8eb21b;
	color: #fff;
}*/
.product1{
	background: #f2f2f2;
	
}
.product .part1 .instyle{
	width: calc(50% - .1rem);
	margin-right: .2rem;
	float: left;
	margin-top: .2rem;
	background-position: center right .3rem;
	background-repeat: no-repeat;
	background-size: .73rem;
	background-color: #6fa913;
	box-sizing: border-box;
	color: #fff;
	display: block;
	position: relative;
	border-radius: 5px;
	padding-left: .45rem;
	padding-right:1.2rem ;
	height: 1.3rem;
}
.product .part1 .instyle .ch{
	font-size: .28rem;
	color: #fff;
	line-height: .35rem;
	padding-top: .3rem;
}
.product .part1 .instyle .en{
	font-size: .18rem;
	color: rgba(255,255,255,.73);
	height: .54rem;
	line-height: .24rem;
	font-family: arial;
}
.product .part1 .instyle .righticon{
	width: 1.25rem;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto .85rem;
	position: absolute;
	right: 0;
	top: 0;
}
.product .part1 .instyle:nth-of-type(even){
	margin-right: 0;
}
.product .part1 .instyle img{
	display: block;
	width: 100%;
}
.product1 .part1:after{
	content: "";
	display: block;
	clear: both;
}
.product1 .part1{
	padding-top: .1rem;
	padding-bottom: .3rem;
	background: #fff;
}
.product1 .part1 .text1{
	font-size: .28rem;
	line-height: .45rem;
}
.product1 .part1 .text2{
	font-size: .24rem;
	color: rgba(255,255,255,73);
	font-family: arial;
	line-height: .45rem;
}
.product1 .part2{
	background: #fff;
	margin-top: .2rem;
	padding-top: .33rem;
	padding-bottom: .55rem;
}


.Tbtn{
	background:#8eb21b;
	text-align: center;
	line-height: .8rem;
	height: .8rem;
	color: #fff;
	font-size: .28rem;
	cursor: pointer;
	position: relative;
	
}
.Ttext{
	overflow: hidden;
	height: 0; padding-top:15px;
}
.Tbox.active .Ttext{
	height: auto;
}

.Tbtn:after{
	content: "";
	display: block;
	height: .8rem;
	width: .65rem;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/wap_icon9.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: .2rem auto;
}
.Tbox.active .Tbtn:after{
	background-image: url(../images/wap_icon8.png);
}
.Ttip{
	position: relative;
	padding: 0.3rem 0;
	padding-left: .52rem;
	color: #ff9600;
	line-height: .48rem;
	font-size: .26rem;
}
.Ttip .inimg{
	position: absolute;
	left: 0;
	top: 0.3rem;
	height: .4rem;
}
.product1 .part2 .text2 img:first-child{
	margin-top: 0;
}
.product1 .part2 .text2 img{
	max-width: 100%;
	display: block;
	margin:.2rem auto;
}
.product1 .part2 .text2{
	font-size: .24rem;
	color: #4c4c4c;
	line-height: .48rem;
}
.totop{
	width: 50%;
	margin: auto;
	line-height: .65rem;
	height: .65rem;
	border: 1px solid #e0e0e0;
	border-radius: 65px;
	text-align: center;
	color: #959595;
	margin-top: .4rem;
	font-size: .24rem; clear:both;
}
.totop img{
	height: .11rem;
	vertical-align: middle;
	margin-top: -0.03rem;
	margin-left: .25rem;
}
.product2 .part2 .text1{
	font-size: .24rem;
	color: #4c4c4c;
	line-height: .48rem;
	margin-top: -.2rem;
}
.product2 .part3 .text1{
	font-size: .24rem;
	color: #4c4c4c;
	line-height: .48rem;
}
.product2 .part3 .text1 img{
	max-width: 100%;
	display: block;
	margin: auto;
}.product2 .part3 .text2 img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.product1 .part3 .text2{
	font-size: .24rem;
	color: #4c4c4c;
	line-height: .48rem;
}
.product .part{
	background: #fff;
}
.product2 .part3,.product2 .part4{
	padding-bottom: .5rem;
}
.product2 .part4 .Ttext{
	
}
.product2 .part4 .text1{
	border: 1px solid #d7d6d6;
	padding: .2rem;
	font-size: .24rem;
	line-height: .48rem;
	color: #6b6b6b;
	margin-top: .25rem;
}
.product2 .part4 .text1:first-child{
	margin-top: .5rem;
}
.product2 .part4 .Ttip{
	padding-top: .1rem;
	padding-bottom: .1rem;
}
.product2 .part4 .Ttip .inimg{
	top: .1rem;
}
.product2 .part5 .inimg{
	display: block;
	max-width: 100%;
	margin: auto;
	margin-top: .25rem;
}
.product2 .part5 .inimg:first-child{
	margin-top: 0;
}
.product2 .part5 .text1{
	margin-top: .25rem;
}
.product2 .part5 .ul{
	
	border: 1px solid #d7d6d6;
	padding: .3rem .35rem;
	padding-top: 0;
	font-size: .24rem;
	color: #6b6b6b;
	line-height: .48rem;
}
.product2 .part5 .intitle{
	font-size: .26rem;
	color: #00a390;
	line-height: .5rem;
	padding-top: .3rem;
	padding-bottom: .15rem;
}
.product2 .part5 .li{
	position: relative;
	padding-left: .3rem;
}
.product2 .part5 .li:after{
	position: absolute;
	left: 0;
	top: .18rem;
	content: "";
	display: block;
	width: .12rem;
	height: .12rem;
	border-radius: 12px;
	background: #8eb21b;
}
.product2 .part5 .text1:first-child{
	margin-top: .5rem;
}
.product2 .part5{
	padding-bottom: .5rem;
}
.product2 .box_p .totop{
	margin-top: .5rem;
}
.product3 .part2 .img1{
	max-width: 100%;
	display: block;
	margin: auto;
}
.product3 .part2 .text1{
	font-size: .3rem;
	color: #000;
	padding-top: .3rem;
	line-height: .55rem;
}
.product3 .part2 .text2{
	font-size: .24rem;
	line-height: .55rem;
	color: #7f7f7f;
}
.product3 .searchbox{
	border: 1px solid #d9d9d9;
	border-radius: 50px;
	height: .65rem;
	width: 90%;
	margin: auto;
	margin-top: .4rem;
}
.product3 .searchbox .left{
	width: 50%;
	float: left;
	border-right: 1px solid #d9d9d9;
	box-sizing: border-box;
	height: .65rem;
}
.product3 .searchbox .left input{
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	padding-left: .4rem;
	padding-right: .2rem;
	box-sizing: border-box;
	font-size: .24rem;
	color: #959292;
	background: none;
}
.product3 .searchbox .right{
	width: 50%;
	float: right;
	position: relative;
	padding-right: .9rem;
	box-sizing: border-box;
}
.product3 .searchbox .optionbox{
	height: .65rem;
	position: relative;
	padding: 0 .25rem;
}
.product3 .searchbox .intext{
	font-size: .24rem;
	color: #959292;
	line-height: .65rem;
	background: url(../images/wap_icon15.png) no-repeat center right;
	background-size: .17rem auto;
	padding-right: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product3 .searchbox .intext input{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	z-index: -1;
}
.product3 .searchbox .options{
	opacity: 0;
	display: none;
	overflow: hidden;
	position: absolute;
	top: .65rem;
	left: 0;
	outline: none;
	margin-top: -20px;
	width: 100%;
	background: #fff;
	padding: 0.1rem .25rem;
	line-height: .5rem;
	font-size: .24rem;
	color: #959292;
	box-sizing: border-box;
	/*white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	word-break: break-all;
}
.product3 .searchbox .options .in{
	padding:.05rem 0 ;
	line-height: .4rem;
}
.product3 .searchbox .searchbtn{
	position: absolute;
	right: 0;
	top: 0;
	width: .9rem;
	height: .65rem;
	padding: 0;
	border: 0;
	background: url(../images/wap_icon14.png) no-repeat center;
	background-size: .4rem auto;
	background-color: #029c89;
	border-left: 1px solid #d9d9d9;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}
.product3 .part2 .list{
	padding-top: .25rem;
}
.product3 .part2 .list:after{
	content: "";
	display: block;
	clear: both;
}
.product3 .part2 .list .instyle{
	display: block;
	width: calc(50% - .1rem);
	float: left;
	height: .85rem;
	line-height: .85rem;
	padding: 0 .2rem;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #029c89;
	font-size: .24rem;
	text-align: center;
	background: #d6eeea;
	margin-top: .2rem;
	margin-right: .2rem;
}
.product3 .part2 .list .instyle:nth-of-type(even){
	margin-right: 0;
}
.product3 .part3{
	margin-top: .2rem;
	padding-top: .2rem;
}
.product3 .part3 .instyle{
	border: 1px solid #dcdcdc;
	padding:0 .35rem;
	padding-bottom: .5rem;
	margin-top: .25rem;
}
.product3 .part3 .title{
	line-height: .5rem;
	padding-top: .3rem;
	padding-bottom: .2rem;
	font-size: .36rem;
	color: #8eb21b;
	font-family: arial;
	position: relative;
}
.product3 .part3 .title:after{
	content: "";
	display: block;
	width: 1.72rem;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #8eb21b;
}
.product3 .part3 .text1{
	font-size: .25rem;
	color: #8eb21b;
	line-height: .48rem;
	padding: .2rem 0;
}
.product3 .part3 .download{
	display: block;
	width: 100%;
	font-size: .25rem;
	color: #8eb21b;
	height:.8rem ;
	line-height: .8rem;
	text-align: center;
	border: 1px solid #8eb21b;
	box-sizing: border-box;
	margin-top: .1rem;
}
.product3 .part3 .download img{
	height: .34rem;
	vertical-align: middle;
	margin-top: -.04rem;
	margin-left: .2rem;
}

.totopbox{
	background: #fff; padding-top:25px;padding-bottom:100px;
}
.totopbox .totop{
	margin: auto;
}

.about1{
	height: 100%;
}
.about1 .slider2{
	height: 100%;
}
.about1 .bx-wrapper{
	height: 100%;
}
.about1 .bx-viewport{
	height: 100% !important;
}
.about1 .slide{
	height: 100%;
	background-size: cover;
	background-position: center;
	
}
.about1 .slidein{
	padding: 0 .45rem;
	box-sizing: border-box;
	color: #fff;
}
.about1 .text1{
	font-size: .42rem;
	line-height: .7rem;
	margin-top: .9rem;
}
.about1 .text2{
	font-size: .36rem;
	font-family: arial;
	line-height: .65rem;
	color: rgba(255,255,255,.61);
}
.about1 .text3{
	background: #3e4247;
	padding: .2rem;
	font-size: .24rem;
	line-height: .48rem;
	margin-top: .2rem;
}
.about1 .bx-controls-direction{
	display: none;
}

.about1 .bx-wrapper .bx-pager.bx-default-pager a{
	border-radius: 4px;
	transform: rotate(45deg);
}
.about1 .bx-wrapper .bx-pager{
	bottom: .6rem;
}
.about1 .img1{
	max-width: 70%;
	margin-top: .2rem;
}
.about{
	background: #fff; 
}
.about2 .instyle{
	margin-top: .33rem;
}
.about2 .instyle .time{
	font-size: .35rem;
	color: #545353;
	font-family: arial;
	padding:0 .3rem ;
	background: #e8e8e8;
	line-height: .8rem;
}
.about2 .instyle .textbox{
	padding: .1rem .3rem;
	background: #fff;
}
.about2 .instyle .in{
	position: relative;
	padding: .1rem 0;
	padding-left: .3rem;
	line-height: .49rem;
	font-size: .25rem;
	color: #797979;
}
.about2 .instyle .in:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: .3rem;
	width: .1rem;
	height: .1rem;
	border-radius: 10px;
	background: #545353;
}
.about2 .totopbox{
	background: none;
}

.about3 .part1{
}
.about3 .part1 .inbox:after{
	content: '';
	display: block;
	clear: both;
}
.about3 .part1 .instyle{
	width: calc(50% - .12rem);
	float: left;
	margin-right: .24rem;
	background: #fff;
	padding: .6rem .63rem;
	padding-bottom: 0;
	box-sizing: border-box;
	margin-top: .24rem;
	box-shadow: 0 0 .15rem .05rem rgba(0,0,0,0.07);
}
.about3 .part1 .instyle:nth-of-type(even){
	margin-right: 0;
}
.about3 .part1 .topimg{
	height: 2.85rem;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.about3 .part1 .intext{
	font-size: calc(5px + .17rem);
	color: #58585a;
	text-align: center;
	line-height: 1rem;
	margin-top: .1rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.loadmore{
	width: 50%;
	margin: auto;
	line-height: .65rem;
	height: .65rem;
	border: 1px solid #e0e0e0;
	border-radius: 65px;
	text-align: center;
	color: #959595;
	font-size: .24rem;
	position: relative;
}
.loadmore img{
	height: .11rem;
	vertical-align: middle;
	margin-top: -0.03rem;
	margin-left: .25rem;
	transform: rotate(180deg);
}
.loadbox{
	padding: .35rem 0;
}
.loadmore input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	opacity: 0;
}


.about4 .part1{
	padding-top: .2rem;
	padding-bottom: .8rem;
	background: #0a8177;
	box-sizing: border-box;
	position: relative;
}
.about4 .part1 .inbox{
	overflow: auto;
	padding:  .3rem;
	padding-bottom: .9rem;
	border: 1px solid #8eb21b;
}
.about4 .part1 .inimg{
	display: block;
	width: 100%;
	transition: all .5s;
}
.about4 .part1 .inimg.active{
	width: 200%;
}
.about4 .enlarge{
	display: block;
	width: 3.3rem;
	height: .65rem;
	border-radius: 65px;
	background: #8eb21b;
	text-align: center;
	line-height: .65rem;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -.325rem;
	font-size: .24rem;
	color: #fff;
}


.join1 .part{
	padding-top: .4rem;
}
.join1 .part1 .text1{
	font-size: .24rem;
	color: #4c4c4c;
	line-height: .48rem;
	margin-top: .2rem;
}
.join1 .part1 .text1 img{
	display: block;
	max-width: 100%;
	margin: auto;
	margin-top: .2rem;
}
.join1 .part2 .text1{
	border: 1px solid #d7d6d6;
	margin-top: .2rem;
	padding: .4rem;
	padding-bottom: .3rem;
	
}
.join1 .part2 .intext{
	position: relative;
	font-size: .24rem;
	color: #4c4c4c;
	line-height: .48rem;
	/*padding-left: .74rem;*/
}
.join1 .part2 .intext .attr{
	/*position: absolute;
	left: 0;
	top: 0;*/
}
.join1 .part2 .intext .phonenum{
	font-size: .33rem;
	color: #8eb21b;
	font-family: impact;
}
.join1 .map{
	margin-top: .4rem;
	position: relative;
}
.join1 #map{
	height: 3.23rem;
}
.join1 .leftimg{
	position: absolute;
	left: 0;
	top: 0;
	width: 1.85rem;
	z-index:10;
}

.join1 .part3 .text1{
	font-size: .24rem;
	color: #7f7f7f;
	text-align: center;
	line-height: .9rem;
	margin-top: .1rem;
}
.join1 .part3 .search{
	border: 1px solid #dcdcdc;
	height: .65rem;
	border-radius: 65px;
	padding-right: .9rem;
	overflow: hidden;
	position: relative;
	width: 90%;
	margin: auto;
	box-sizing: border-box;
}
.join1 .part3 .searchtext{
	width: 100%;
	padding: 0 .35rem;
	border: 0;
	height: 100%;
	font-size: .24rem;
	color: #959292;
}
.join1 .part3 .searchbtn{
	width: .9rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	border: 0;
	background-color: #029c89;
	background-image: url(../images/wap_icon14.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: .37rem auto;
}

.join1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #959292; opacity:1; 
}

.join1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #959292;opacity:1;
}

.join1 input:-ms-input-placeholder{
    color: #959292;opacity:1;
}

.join1 input::-webkit-input-placeholder{
    color: #959292;opacity:1;
}


.join1 .tablebox{
	margin-top: .4rem;
}
.join1 .tablebox .tr{
	margin-top: .2rem;
	border: 1px solid #e4e3e3;
	color: #404040;
	font-size: .24rem;
	position: relative;
}
.join1 .tablebox .tr:after{
	content: "";
	display: block;
	clear: both;
}
.join1 .tablebox .tr:before{
	content: "";
	display: block;
	clear: both;
	width: .2rem;
	height: .2rem;
	position: absolute;
	right: .2rem;
	top: .24rem;
	background: url(../images/wap_icon17.png) no-repeat center;
	background-size: .09rem auto;
	transform: rotate(90deg);
}
.join1 .tablebox .active.tr:before{
	transform: rotate(-90deg);
}
.join1 .tablebox .fisrttr.tr:before{
	display: none;
}
.join1 .tablebox .td{
	width: 25%;
	text-align: center;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: .65rem;
}
.join1 .tablebox .fisrttr{
	background: #029c89;
	color: #fff;
	border: 1px solid #029c89;
}
.join1 .tablebox .intext{
	clear: both;
	position: relative;
	padding-left: 2.25rem;
	line-height: .6rem;
	border-top: 1px solid #e4e3e3;
}
.join1 .tablebox .intext:after{
	content: "";
	display: block;
	clear: both;
}
.join1 .tablebox .left img{
	vertical-align: middle;
	margin-top: -0.04rem;
	height: .3rem;
	margin-left: -.2rem;
	margin-right: .2rem;
}
.join1 .tablebox .left{
	background: #ebebeb;
	width: 2.25rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.join1 .tablebox .right{
	padding: 0 .4rem;
	
}
.join1 .tablebox .lookmore{
	padding: .4rem 0;
	border-top: 1px solid #e4e3e3;
}
.join1 .tablebox .lookmore img{
	width: 2.69rem;
	display: block;
	margin: auto;
}
.join1 .tablebox .hideinfo{
	width: 100%;
	height: 0;
	overflow: hidden;
	box-sizing: border-box;
}


.hidepositon.active{
	opacity: 1;
}
.hidepositon .cell{
	padding: 0 .2rem;
}
.hidepositon .inbox{
	background: #fff;
	max-height: 90%;
	overflow: auto;
}
.hidepositon .title{
	color: #fff;
	background: url(../images/wap_back6.png) no-repeat;
	background-size: cover;
	line-height: .5rem;
	padding: .25rem .3rem;
	box-sizing: border-box;
	font-size: .28rem;
}
.hidepositon .text{
	padding: 0 .3rem;
	padding-top: .2rem;
	padding-bottom: .7rem;
	font-size: .25rem;
	color: #333333;
	line-height: .48rem;
}
.hidepositon .left{
	width: calc(50% - .15rem);
	float: left;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	color: #fff;
	background: #029c89;
	font-size: .28rem;
	cursor: pointer;
}
.hidepositon .right{
	width: calc(50% - .15rem);
	float: right;
	height: .8rem;
	line-height: .8rem;
	text-align: center;
	color: #fff;
	background: #029c89;
	font-size: .28rem;
	cursor: pointer;
}
.hidepositon .inbtns{
	padding-top: .4rem;
}
.hidepositon .inbtns:after{
	content: "";
	display: block;
	clear: both;
}
.hidepositon{
	max-height: 100%;
	overflow: auto;
}
.join2{
	background: #eeeeee;
}
.join2 .inputbox {
	margin-top: .3rem;
	border-radius: 5px;
	background: #fff;
	position: relative;
}
.join2 .inputbox input{
	width: 100%;
	padding: .2rem .5rem;
	height: .9rem;
	box-sizing: border-box;
	font-size: .26rem;
	color: #555454;
	border: 0px;
	background: none;
}
.join2 .inputbox textarea{
	width: 100%;
	padding: .2rem .5rem;
	height: 3.3rem;
	line-height: .5rem;
	border: 0px;
	box-sizing: border-box;
	outline: none;
	font-size: .26rem;
	color: #555454;
	background: none;
	font-family: "黑体";
}
.join2 .submit{
	width: 100%;
	height: .9rem;
	padding: 0;
	border: 0;
	background: #8eb21b;
	font-size: .31rem;
	color: #fff;
	margin:.45rem auto ;
	border-radius: 5px;
}
.join2 .optionbox input{
	text-align: left;
	background: url(../images/wap_icon24.png) no-repeat center right .4rem;
	background-size: .2rem auto;
	padding-right: .8rem;
}
.join2 .part1 .title1{
	font-size: .28rem;
	color: #555454;
	line-height: .5rem;
	padding-top: .3rem;
	text-align: center;
}
.join2 .hideopiton{
	background: #fff;
	padding: 0 .5rem;
	line-height: .48rem;
	font-size: .24rem;
	position: absolute;
	top: .9rem;
	z-index: 2;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .5s;
	max-height:3.5rem;
	overflow: auto;
}
.join2 .hideopiton .options{
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.join2 .optionbox.active .options{
	height: .48rem;
}
.join2 .optionbox.active .hideopiton{
	padding: 0.2rem .5rem;
	border-top: 1px solid #eee;
	box-shadow: 0 0.1rem .1rem .05rem rgba(0,0,0,0.1) ;
}

.join2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #555454; opacity:1; 
}

.join2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #555454;opacity:1;
}

.join2 input:-ms-input-placeholder{
    color: #555454;opacity:1;
}

.join2 input::-webkit-input-placeholder{
    color: #555454;opacity:1;
}
.join2 textarea:-ms-input-placeholder{
    color: #555454;opacity:1;
}

.join2 textarea::-webkit-input-placeholder{
    color: #555454;opacity:1;
}

.join3 .part1 .instyle{
	width: calc(50% - .1rem);
	float: left;
	padding: .2rem;
	box-sizing: border-box;
	border: 1px solid #e8e4e4;
	display: block;
	margin-right: .2rem;
	margin-top: .25rem;
} 
.join3 .part1 .instyle:nth-of-type(even){
	margin-right: 0;
}
.join3 .part1:after{
	content: "";
	display: block;
	clear: both;
}
.join3 .part1 .instyle .topimg{
	height: 2.05rem;
	background-size: cover;
	background-position: center;
	
}
.join3 .part1 .instyle .text1{
	font-size: .24rem;
	color: #000;
	line-height: .45rem;
	margin-top: .2rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: .45rem;
}
.join3 .part1 .instyle .text2{
	font-size:.23rem ;
	line-height: .45rem;
	color: #838383;
	font-family: arial;
	height: .45rem;
}
.join3 .part1 .instyle .text3{
	font-size: calc(3px + .19rem);
	line-height: .39rem;
	height: .78rem;
	color: #999999;
	overflow: hidden;
	margin-bottom: .1rem;
}

.join .commonnav .intext:after,.build .commonnav .intext:after{
	right: calc(-.6rem + 25%);
}

.build .Tbtn{
	margin-top: .45rem;
	transition: all .5s;
}
.build .Tbox.active .Tbtn{
	margin-bottom: .45rem;
}
.build1 .part1 .text1 .intext{
	background: #f2f2f2;
	color: #4c4c4c;
	font-size: .24rem;
	line-height: .48rem;
	padding: .35rem .3rem;
}
.build1 .part1 .text1 .line{
	width: .5rem;
	height: 1px;
	background: #666666;
	margin-top: .1rem;
	margin-bottom: .3rem;
}
.build1 .part1 .text2{
	padding: .2rem;
	background: #ebebeb;
	margin-top: .25rem;
	font-size: .24rem;
	line-height: .48rem;
	color: #4c4c4c;
}
.build1 .part1 .text2 .intext{
	background: #fff;
	padding: .2rem .45rem;
}
.build1 .part2 .instyle{
	display: block;
	width: calc(50% - .1rem);
	float: left;
	margin-right: .2rem;
	margin-top: .2rem;
}
.build1 .part2 .instyle:nth-child(1){
	margin-top: 0;
}
.build1 .part2 .instyle:nth-child(2){
	margin-top: 0;
}
.build1 .part2 .instyle:nth-of-type(even){
	margin-right: 0;
}
.build1 .part2 .topimg{
	height: 2.31rem;
	background-size: cover;
	background-position: center;
}
.build1 .part2 .intext{
	border: 1px solid #e9e4e4;
	font-size: .24rem;
	color: #585858;
	line-height: .7rem;
	height: .7rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 .2rem;
	text-align: center;
}


.build2 .part1 .text1 img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.build2 .part1 .text1{
	font-size: .24rem;
	color: #4c4c4c;
	line-height: .48rem;
	
}
.build2 .part1 .intext{
	padding: 0 .3rem;
	padding-top: .2rem;
	padding-bottom: 1.4rem;
	background-position:center bottom ;
	background-repeat: no-repeat;
	background-size: 100% auto;
	border: 1px solid #dedede;
	border-radius: 5px;
	border-top: 0;
	border-bottom: 0;
}
.build2 .part2 .text1{
	line-height: .48rem;
	font-size: .24rem;
	color: #4c4c4c;
}
.build2 .part2 .text1 img{
	display: block;
	max-width: 100%;
	margin: auto;
	margin-top: .2rem;
}


.contact .Tbtn{
	margin-top: .45rem;
	transition: all .5s;
}
.contact .Tbox.active .Tbtn{
	margin-bottom: .45rem;
}
.contact1 .part1 .instyle{
	padding: 0.2rem .3rem;
	box-sizing: border-box;
}
.contact1 .part1 .instyle:nth-of-type(odd){
	clear: both;
}
.contact1 .part1 .intext:after{
	content: "";
	display: block;
	clear: both;
}
.contact1 .part1 .text1{
	font-size: .26rem;
	color: #ff9600;
	line-height: .4rem;
}
.contact1 .part1 .text2{
	font-size: .24rem;
	line-height: .48rem;
	color: #4c4c4c;
}
/*.contact1 .part1 .map{
	height: 3.38rem;
	border: 1px solid #d6d6d6;
}*/
.contact1 .part1 .num{
	font-size: .32rem;
	font-family: impact;
	color: #8eb21b;
}
.contact1 .part1 .intext{
	border: 1px solid #d6d6d6;
	margin-top: .4rem;
}
.contact1 .part1 .instyle2{
	position: relative;
	display: block;
	padding: .2rem;
	line-height: .55rem;
	padding-right: 1.2rem;
	font-size: .24rem;
	margin-top: .12rem;
	color: #2d2c2c;
	border: 1px solid #dedddd;
}
.contact1 .part1 .instyle2 .righticon{
	width: 1rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-position: center;
	background-size: .6rem;
	background-color: #8eb21b;
	background-repeat: no-repeat;
}
.contact1 .part1 .instyle2 .num{
	font-size: .46rem;
	color: #8eb21b;
	font-family: impact;
}
.contact1 .part1 .intext2{
	padding-top: .3rem;
}
.contact2 .part1 .text1{
	font-size:.26rem ;
	color: #4c4c4c;
}
.contact2 .part1 .text1{
	font-size:.26rem ;
	color: #4c4c4c;
	line-height: .48rem;
}
.contact2 .part1 .text2{
	font-size:.24rem ;
	line-height: .48rem;
	color: #4c4c4c;
}
.contact2 .part1 .line{
	width: .75rem;
	height: .03rem;
	background: #8eb21b;
	margin: .2rem 0;
}
.contact2{
	padding-bottom: 1.75rem;
}


.responsibility .commonnav .intext:after{
	right: calc(-.9rem + 25%);
}


.responsibility .Tbtn{
	margin-top: .45rem;
	transition: all .5s;
}
.responsibility .Tbox.active .Tbtn{
	margin-bottom: .45rem;
}
.responsibility1 .commonnavout{
	margin-bottom: .25rem;
}
.responsibility1 .inbox1 .instyle{
	width: calc(100% / 3 - 1rem / 3);
	float: left;
	text-align: center;
	margin:.2rem 0;
	font-size: .24rem;
	line-height: .48rem;
	color: #121212;
}
.responsibility1 .inbox1 .instyle:nth-of-type(3n+2){
	margin:0.2rem .5rem;
}
.responsibility1 .inbox1 .instyle:nth-of-type(3n+1){
	clear: both;
}
.responsibility1 .inbox1:after{
	content: "";
	display: block;
	clear: both;
}
.responsibility1 .inbox1 .imgbox{
	height: 1.6rem;
	width: 1.6rem;
	margin: auto;
	margin-bottom: .15rem;
	border-radius: 160px;
	background-color: #fff;
	border: 1px solid #069393;
	background-size: .75rem;
	background-repeat: no-repeat;
	background-position: center;
}

.responsibility1 .inbox2 img{
	max-width: 100%;
	display: block;
}
.responsibility1 .inbox2 .intext{
	border: 1px solid #d7d6d6;
	padding: .45rem .32rem;
	font-size: .24rem;
	color: #6b6b6b;
	line-height: .48rem;
}
.responsibility1 .inbox2 .list{
	padding-left: .3rem;
	position: relative;
}
.responsibility1 .inbox2 .list:before{
	content: "";
	display: block;
	clear: both;
	width: .13rem;
	height: .13rem;
	border-radius: 13px;
	background: #8eb21b;
	position: absolute;
	left: 0;
	top: .175rem;
}
.responsibility2 .part1 .slidein{
	height: 3.94rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.responsibility2 .part1{
	padding-top: .3rem;
	padding-bottom: .2rem;
	background: #f8f7f7;
}
.responsibility2 .bx-controls-direction{
	display: none;
}
.responsibility2 .bx-wrapper .bx-pager{
	bottom: auto;
	top: 2.8rem;
}
.responsibility2 .bx-wrapper .bx-pager.bx-default-pager a.active{
	width: calc(15px + .15rem);
}
.responsibility2 .part1 .text1{
	margin-top: .3rem;
	line-height: .48rem;
	font-size: .26rem;
	color: #262626;
	padding-right: 1.7rem;
	height: .48rem;
	position: relative;
	padding-left: .2rem;
	
}
.responsibility2 .part1 .left{
	
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.responsibility2 .part1 .time{
	color: #b2b2b2;
	font-family: arial;
	position: absolute;
	right: .2rem;
	top: 0;
}
.responsibility2 .part1 .text2{
	font-size: .24rem;
	color: #5b5b5b;
	line-height: .4rem;
	max-height: .8rem;
	padding-left: .2rem;
	padding-right: .2rem;
	overflow: hidden;
}
.responsibility2 .part1 .bx-wrapper .bx-viewport{
	background: none;
}
.newslistbox .innews{
	display: block;
	padding-left: 2.35rem;
	position: relative;
	margin-top: .43rem;
}
.newslistbox .innews .text1{
	font-size: .26rem;
	color: #333333;
	line-height: .42rem;
	height: .42rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslistbox .innews .text2{
	font-size: .24rem;
	color: #333333;
	line-height: .5rem;
	height: .5rem;
	font-family: arial;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslistbox .innews .text3{
	font-size: .24rem;
	color: #737373;
	line-height: .45rem;
	height: .45rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newslistbox .innews .leftimg{
	height: 100%; float:left; padding-left:10px;
	width: 1.1rem;

}



.office .part1 img{
	display: block;
	max-width: 100%;
	margin: auto;
}
.office .part2 .instyle{
	border: 1px solid #eeeeee;
	padding: .2rem;
	margin-top: .28rem;
}
.office .part2 .instyle .inlist{
	position: relative;
	padding-left: .5rem;
	font-size: .24rem;
	line-height: .52rem;
	color: #6e6d6d;
}
.office .part2 .instyle .first{
	color: #02a6a8;
}
.office .part2 .instyle .attr{
	height: .52rem;
	width: .5rem;
	background-position: center left;
	background-size: .35rem;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}



.report .commonnav .intext:after{
	display: none;
}
.report .part1{
	padding: .45rem .2rem;
	border-bottom: .2rem solid #f2f2f2;
}
.report .part1 img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.report1 .part2 .tip{
	font-size: .27rem;
	color: #2e2e2e;
	text-align: right;
	line-height: .88rem;
}
.report1 .part2 table{
	width: 100%;
	text-align: center;
}
.report1 .part2 table td{
	background: #f7f6f6;
	color: #2e2e2e;
	font-size: .25rem;
	line-height: .58rem;
	border: 1px solid #fff;
}
.report1 .part2 table td:first-child{
	width: 2.5rem;
	background: #2e2e2e;
	color: #fff;
}
.report1 .part2 .title td{
	background: #8eb21b !important;
	color: #fff;
}
.report2 .part2 .search{
	border: 1px solid #dcdcdc;
	height: .65rem;
	border-radius: 65px;
	padding-right: .9rem;
	overflow: hidden;
	position: relative;
	width: 90%;
	margin: auto;
	box-sizing: border-box;
}
.report2 .part2 .searchtext{
	width: 100%;
	padding: 0 .35rem;
	border: 0;
	height: 100%;
	font-size: .24rem;
	color: #959292;
}
.report2 .part2 .searchbtn{
	width: .9rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	border: 0;
	background-color: #029c89;
	background-image: url(../images/wap_icon14.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: .37rem auto;
}

.report2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #959292; opacity:1; 
}

.report2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #959292;opacity:1;
}

.report2 input:-ms-input-placeholder{
    color: #959292;opacity:1;
}

.report2 input::-webkit-input-placeholder{
    color: #959292;opacity:1;
}
.report2 .part2{
	padding-top: .4rem;
}

.timepick{
	margin-top: .42rem;
	transition: all .5s;
}
.timepick .innav{
	display: block;
	color: #878686;
	font-size: .26rem;
	line-height: .55rem;
	text-align: center;
	border: 1px solid #e1dfe0;
	box-sizing: border-box;
	height: .55rem;
}
.timepick .innav.active{
	color: #fff;
	border: 1px solid #029c89;
	background: #029c89;
}

.timepick .innav1{
	display: block;
	color: #878686;
	font-size: .26rem;
	line-height: .55rem;
	text-align: center;
	border: 1px solid #e1dfe0;
	box-sizing: border-box;
	height: .55rem;
}
.timepick .innav1.active{
	color: #fff;
	border: 1px solid #029c89;
	background: #029c89;
}

.timepick.left{
	padding-left: .65rem;
}
.timepick.right{
	padding-right: .65rem;
}
.timepick .bx-wrapper .bx-controls-direction a{
	width: 0;
	height: .55rem;
	margin-top: -.275rem;
	border: 0;
	box-sizing: border-box;
	transition: all .5s;
}
.timepick .bx-wrapper .bx-prev{
	background: url(../images/wap_icon40.png) no-repeat center #fff;
	background-size: .12rem auto;
	transform: rotate(180deg);
	left: 0;
}
.timepick .bx-wrapper .bx-next{
	background: url(../images/wap_icon40.png) no-repeat center #fff;
	background-size: .12rem auto;
	right: 0;
}
.timepick.left .bx-wrapper .bx-prev{
	left: -.65rem;
}
.timepick.right .bx-wrapper .bx-next{
	width: .55rem !important;
	border: 1px solid #e1dfe0; !important;
}
.timepick.right .bx-wrapper .bx-next{
	right: -.65rem;
}
.timepick.left .bx-wrapper .bx-prev{
	width: .55rem !important;
	border: 1px solid #e1dfe0; !important;
}
.timepick .bx-pager{
	display: none;
}
.report2 .part2 .inbox{
	padding-top: .1rem;
}

.report2 .part2 .inbox:after{
	content: "";
	display: block;
	clear: both;
}
.report2 .part2 .instyle{
	color: #8eb21b;
	width: calc(50% - .12rem);
	float: left;
	text-align: center;
	padding: .25rem;
	padding-bottom: .45rem;
	box-sizing: border-box;
	border: 1px solid #8eb21b;
	margin-top: .3rem;
	margin-right: .24rem;
}
.report2 .part2 .instyle:nth-of-type(even){
	margin-right: 0;
}
.report2 .part2 .text1{
	font-size: .25rem;
	line-height: .7rem;
	height: .7rem;
	font-family: arial;
}
.report2 .part2 .text2{
	font-size: .24rem;
	line-height: .5rem;
	overflow: hidden;
	height: 1rem;
}
.report2 .part2 .instyle img{
	display: block;
	width: .81rem;
	margin: auto;
	margin-top: .32rem;
}




.newsclass1{
	display: block;
	width: 100%;
	height:.8rem;
	line-height:.8rem;
	padding:0 0rem;
	background:#e1e1e1;
	background-size: cover;
	font-size:.1.8rem;
	color: #000 !important;
	text-align:center;
}




.newsclass{
	display: block;
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	padding:0 .2rem;
	background: #8eb21b;
	background-size: cover;
	font-size: .28rem;
	color: #fff !important;
}
.news .newslistbox{
	padding-bottom: .43rem;
}


.news_d .part21{
	text-align: center;
	padding-top:0rem;
	position: relative;
	padding-bottom: .1rem;
	border-bottom: 0px solid #d9d9d9;
}

.news_d .part1{
	text-align: center;
	padding-top: .35rem;
	position: relative;
	padding-bottom: .4rem;
	border-bottom: 1px solid #d9d9d9;
}
.news_d .part1:after{
	content: "";
	display: block;
	width: .58rem;
	height: 1px;
	background: #1a1a1a;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.news_d .part1 .title{
	font-size: .26rem;
	color: #1a1a1a;
	line-height: .48rem;
}
.news_d .part1 .time{
	font-size: .24rem;
	color: #959595;
	line-height: .4rem;
}
.news_d .part2{
	padding-top: .4rem;
	padding-bottom: .55rem;
	font-size: .24rem;
	line-height: .45rem;
	color: #737373;
}
.news_d .part2 img{
	max-width: 100%;
}
.news_d .control{
	padding-top: .3rem;
}
.news_d .control:after{
	content: "";
	display: block;
	clear: both;
}
.news_d .control .prev{
	display: block;
	width: calc(50% - .27rem);
	float: left;
	color: #505050;
	font-size: .26rem;
	height: .66rem;
	line-height: .66rem;
	padding-left: .66rem;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.news_d .control .prev:before{
	content: "";
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	width: .66rem;
	height: .66rem;
	background: url(../images/wap_icon42.png) no-repeat center #8eb21b;
	background-size: .16rem auto;
}
.news_d .control .next{
	display: block;
	width: calc(50% - .27rem);
	float: right;
	color: #505050;
	font-size: .26rem;
	height: .66rem;
	line-height: .66rem;
	padding-right: .66rem;
	border: 1px solid #cdcdcd;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.news_d .control .next:before{
	content: "";
	display: block;
	position: absolute;
	right: -1px;
	top: -1px;
	width: .66rem;
	height: .66rem;
	background: url(../images/wap_icon42.png) no-repeat center #8eb21b;
	background-size: .16rem auto;
	transform: rotate(180deg);
}


.vava{ padding-top:25px; padding-bottom:25px; padding-left:20px; padding-right:20px;}
.vava a{color:#474747; text-decoration: none;}
.xxx{ }
.xxx img{  width:auto!important;height:auto!important;max-width:100% }

.ve1{ width:100%; float:left; }
.ve1 ul{ width:100%;float:left}
.ve1 ul li{  display: flex;justify-content: center; margin-top:20px; width:47%!important; height:120px!important;  float:left; border:#e0e0e0 solid 1px;  box-shadow: 5px 5px 5px #e0e0e0;background:#fff; vertical-align:middle!important; overflow:hidden;
text-align:center }
.ve1 ul li img{ width:auto; height:auto; max-height:120px; max-width:100%;overflow:hidden; display:block}
.ve1 ul li:nth-child(2n){ float:right}


.ve11{ width:100%;   display: flex;justify-content: center;align-items: center; }
.ve11 ul{ width:100%;padding-top:10px;}
.ve11 ul li{   display: flex;justify-content: center;align-items: center;width:86%!important; padding-top:15px; padding-bottom:15px; line-height:22px;  margin:2% 3%; float:left;  border:#e0e0e0 solid 1px;  box-shadow: 2px 2px 2px #e0e0e0;background:#fff; vertical-align:middle!important; border-radius:5px;
display:table-cell!important; padding-left:20px; }


.contentPage{text-align:center; margin:0px 3px; padding:0px; width: 100%; color: #555; line-height: 30px; text-decoration: none; clear:both; padding-bottom:15px;padding-top:15px;}
.contentPage a:link {color: #8eb21b; text-decoration: none; font-size: 14px; margin:0px 3px; padding:4px 7px; border: 1px solid #8eb21b; font-weight: normal;}
.contentPage a:visited {color: #8eb21b; text-decoration: none; font-size: 14px; margin:0px 3px; border: 1px solid #8eb21b; padding:4px 7px; font-weight: normal;}
.contentPage a:hover {color:#FFF; margin:0px 3px; font-size: 14px; text-decoration: none; padding:4px 7px; background-color:#8eb21b;font-weight:normal;}
.contentPage .current{color:#8eb21b; text-decoration: none; font-size: 14px; margin: 0px; border:0px solid #8eb21b; padding:4px 7px; font-weight: normal;}
.contentPage .zi{font-size:12px; float:none!important;}
.contentPage .zi form{ display:inline;}
.contentPage .zi form input[type="text"]{ border:1px solid #CCC; line-height:18px; width:25px!important;}
.contentPage .zi form input[type="submit"]{ background-color:#CCC; border:0px; line-height:20px; color:#FFF; cursor:pointer;}



.wenzz{ width:100%; float:left; text-align:center; padding-top:.90rem; }
.wenzz h2{ font-size:.45rem!important; font-weight:normal; line-height:.40rem; color:#FFFFFF; text-align:center}
.wenzz h3{width:100%; float:left; text-align:center; font-size:.28rem!important;color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal; margin-top:10px;}


/*核心团队*/
.tuandui .wenzi h2 .fr{ color:#fff}
.tuandui .wenzi h3 { color:#fff}

.tuandui ul li{background:#fff; width:100%;box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); }
.tuandui ul li:nth-child(2n){ float:none; margin-top:20px; margin-bottom:20px;}
.hxkuang{ padding:30px;}
.tuandui ul li h2{ text-align:center; font-weight:normal; font-size:20px; color:#6bb11b; margin-top:15px; margin-bottom:15px;}
.hxmiao{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:3;/*显示行数*/ -webkit-box-orient:vertical; text-align:center;overflow:hidden; color:#777777; line-height:25px; font-size:15px; height:75px;margin-bottom:15px;}

.hxtu{ width:174px; height:174px; border-radius:50%; overflow:hidden;overflow:hidden; display: flex;justify-content: center;align-items: center; text-align:center; margin:0 auto;}
.hxtu img{cursor: pointer;  max-width:100%;transition: all 0.8s;}
.hxtu img:hover{   transform: scale(1.2);}

.gengduo_hx{ width:120px; margin:0 auto;text-align:center; border-radius:5px; border:3px solid #6bb11b; height:40px; line-height:40px; text-align:center; }
.gengduo_hx a{ color:#fff; font-size:17px }
.gengduo_hx a:hover { margin-top:-10px; display:block}


/*内页核心团队*/
.hxtdzuo{ overflow:hidden; text-align:center; margin-bottom:10px;}
.hxtd_name{ margin-bottom:30px; background:#8eb21b; height:50px; line-height:50px; text-align:center; color:#fff; font-size:25px;}
 
.hxtdzuo{}
.hxtdzuo img{ text-align:center; margin:0 auto!important; }


.hxtdtu { text-align:center; margin:0 auto; height:80px;}
.hxtdtu img{ text-align:center;  overflow:hidden; max-width:100%}
.kyhz_name{ text-align:center;}

/*内页科研合作*/
.hxtdtu { text-align:center; margin:0 auto; height:80px; display: flex;justify-content: center;
align-items: center;}
.hxtdtu img{ text-align:center;  overflow:hidden; max-width:100%;}
.kyhz_name{ text-align:center;}
.nyxinwen ul li{ padding-top:15px; padding-bottom:15px; border-bottom:1px solid #d8d8d8}

/*客户案例*/
	.case_list ul li:nth-child(2n){ float:right}
	.case_list ul li{margin-top:25px; float:left; width:48%; }
	.case_tu { border-radius:5px; text-align:center; margin:0 auto; height:120px; display: flex;justify-content: center;
align-items: center;background:#fff;box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); }
.case_tu img{text-align:center;  overflow:hidden; max-width:100%; max-height:120px;}
.ca_name{ text-align:center; line-height:20px; font-size:15px; height:40px; padding-top:8px;}



.fazuo{ width:100%; text-align:center; }
.foot{ background:url(../images/index_23.png) no-repeat top center; padding-top:30px; padding-bottom:60px;}
.lian_txt a{ color:#fff}
.lian_txt{ color:#fff; width:90%; margin:0 auto; font-size:16px; line-height:25px; margin-top:20px; margin-bottom:20px;}
.erweima{ width:70%; margin:0 auto!important}
.erweima ul li{ float:left; width:48%;}
.erweima ul li:nth-child(2n){ float:right}
.banquan{ line-height:25px; margin-top:20px;}
a.zzb07link{font-family: Arial, Helvetica, sans-serif;font-size: 15px;text-decoration:none;color: #bdd4af;}
a.zzb07link:hover {text-decoration: underline;color: #bdd4af;}
.zzb07tail{font-size:15px;font-family:Arial, Helvetica, sans-serif;color:#bdd4af;}

.clear{ clear:both}



/*新闻*/
#section6{ width:95%; margin:0 auto}
.xwzuo{ width:100%; float:none}
.xwzuo ul { padding-top:40px;}
.xwzuo ul li{ float:none; width:100%;}
.xwzuo ul li .riqi{ color:#119fd4; font-size:25px;}
.xwzuo ul li h2{ margin-top:10px; font-weight:normal; color:#272727; line-height:24px;margin-bottom:10px; font-size:18px;}
.xwline{ background:#6bb11b; height:1px; width:100%; margin-bottom:20px;}
.xwmiao{ color:#838383;font-weight:normal;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:4;/*显示行数*/ -webkit-box-orient:vertical;overflow:hidden; line-height:24px; height:96px;margin-bottom:20px; font-size:15px;}
.xwzuo ul li:nth-child(2){ margin-top:30px; margin-bottom:30px;}

.gengduo_xw{ width:50px;text-align:center; border:1px solid #b0b0b0; text-align:center;}

.xwyou{ width:100%; float:none; margin-top:30px;}
.xwyou h2{ background:#6bb11b; height:50px; line-height:50px; font-size:19px; color:#fff; text-align:center; font-weight:normal}
.xwyou ul{ margin-top:20px;}
.xwyou ul li{ border-bottom:1px solid #e6e6e6; padding-top:5px; padding-bottom:5px; line-height:25px;}
.xwyou ul li a{ color:#6bb11b; font-size:16px;}

.wd1200{ padding-top:40px; padding-bottom:40px; width:95%; margin:0 auto}
.wenzi{ text-align:center; margin:0 auto; width:100%;}
.wenzi h2 .fl{ float:none; padding-bottom:10px; }
.wenzi h2 .fr{ color:#000; font-size:35px; margin-top:-5px; float:none}
.wenzi h3{ font-size:17px; color:#5d5d5d; font-weight:normal; margin-top:15px;}

/*企业文化*/
.index_4_bg {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;}


.index_4{background-position: center top; background-repeat:no-repeat; background-size:cover; background-image:url(../images/img23.jpg);}

.index_4 { width:100%; height:750px; clear:both; overflow:visible;}
.index_4_mid{background-position:left;background-repeat:repeat-y;background-image:url(../images/img38.png);text-align:center;padding:16.5625em 2em 18em 0em;}



.index_4_mid_2{
color:#fff;}
.index_4_mid_1{
height:7em;}
.index_4_mid_2{
font-size:1.875em;}
.index_4_mid_3{
font-size:15px; line-height:25px; color:#fff; margin-top:0.875em; height:75px; text-align:center;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:3;/*显示行数*/ -webkit-box-orient:vertical; text-align:center;overflow:hidden; }
.index_4_mid_4 { text-align:center; margin:0 auto;  margin-top:20px;}
.index_4_mid_4 span{ margin:0 auto; text-align:center;
display:inline-block; border:1px #fff solid; width:49px; height:30px; background-position:center; background-repeat:no-repeat; background-image:url(../images/wh_jt.png);}
.swiper-wrapper-index_4 .swiper-slide:nth-child(1) .index_4_mid{
background-image:none}
.swiper-wrapper-index_4 .swiper-slide:hover .index_4_mid_4 span{
border-color:#6bb11b; background-color:transparent; background:#6bb11b;background-image:url(../images/wh_jt.png);  background-position:center; background-repeat:no-repeat; } 




.index_4 .swiper-pagination-bullet{
background-color:#fff;opacity:1;}
.index_4 .swiper-pagination-bullet-active{
background-color:#bca26f;}
.index_4_mid_2{
font-size:30px;}



.index_4_bg{ overflow:hidden;position:absolute; left:0; top:0; width:100%; height:100%; z-index:0;}
.index_4_bg div{ -webkit-transition-duration: 0.5s; -ms-transition-duration: 1.5s; -o-transition-duration: 1.5s; -moz-transition-duration: 1.5s; transition-duration: 1.5s;
position:absolute; left:0; top:0; width:100%; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover;transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;} 
.index_4_bg div.on{transform: scale(1.08, 1.08);height:750px;
opacity:1; z-index:10;}



				.wenhua ul li:nth-child(2){border-left:1px solid rgba(255,255,255,0.5)}
				.wenhua ul li:nth-child(4){border-left:1px solid rgba(255,255,255,0.5);}
				.wenhua ul li{ margin-top:30px; }
				.wenhua{ position:absolute; z-index:11;top:50px;}
				.wenhua ul li{ float:left; width:49%;}
				.banner .bottomlink img{ width:30%!important}
				.wenhua ul li:nth-child(2n){ float:right}
				.wenhua ul li h2{ font-size:20px; font-weight:normal;text-align:center}
				.teshu{ width:100%; position:relative;top:285px;background:rgba(255,255,255,0.5); height:1px;}
				
				
/* Section 4* --------------------------------------- */
#section4{background:url(../images/index_17.png) no-repeat top center #518628; padding-top:10px;}
.index_hxtd .tuandui .wenzi h2 .fr{ color:#fff}
.index_hxtd .tuandui .wenzi h3 { color:#fff}
.index_hxtd .tuandui ul { margin-top:50px;}
.index_hxtd .tuandui ul li{ float:none;background:#fff; width:100%; }

.index_hxtd .hxkuang{ padding:20px;}
.index_hxtd .tuandui ul li h2{ text-align:center; font-weight:normal; font-size:20px; color:#6bb11b; margin-top:0px!important; margin-bottom:15px;}
.hxmiao{text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:3;/*显示行数*/ -webkit-box-orient:vertical; text-align:center;overflow:hidden; color:#777777; line-height:25px; font-size:15px; height:75px;margin-bottom:15px;}

.fl{ float:left}
.fr{ float:right}
.hxtd_nr { width:50%;}
.index_hxtd .hxtu{ width:154px; height:154px; border-radius:50%; overflow:hidden;overflow:hidden; display: flex;justify-content: center;align-items: center; text-align:center; margin:0 auto;}
.index_hxtd .hxtu img{cursor: pointer;  max-width:100%;transition: all 0.8s;}
.index_hxtd .hxtu img:hover{   transform: scale(1.2);}

.index_hxtd .gengduo_hx{ width:120px; margin:0 auto;text-align:center; border-radius:5px; border:3px solid #6bb11b; height:40px; line-height:40px; text-align:center; }
.index_hxtd .gengduo_hx a{ color:#fff; font-size:17px }


/*产品*/
.chanpin ul{ margin-top:15px;}
.chanpin ul li:nth-child(2n){ float:right}
.chanpin ul li{ margin-top:20px;float:left;width:48%;  text-align:center;background:#fff;box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); padding-bottom:10px;}
.chanpin ul li h2{ color:#0c6cbb; font-size:17px; font-weight:normal; margin-bottom:7px;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; text-align:center;overflow:hidden;
}
.chanpin ul li h3{ color:#8e8e8e; font-size:15px; font-weight:normal}
.chanpin ul li:hover { margin-top:-10px; display:block}

.cptu{ width:100%; height:250px;overflow:hidden;display: flex;justify-content: center;align-items: center; overflow:hidden}
.cptu img{cursor: pointer; transition: all 0.8s; width:100%}
.cptu img:hover{   transform: scale(1.2);}

.gengduo_pro{ width:150px; margin:0 auto; margin-top:40px; text-align:center; border-radius:5px;background:#6bb11b; height:45px; line-height:45px; text-align:center;}
.gengduo_pro a{ color:#fff; font-size:17px; }


#section2{ background:#f7f7f5!important; position:relative}
.liebiao{ font-size:17px; line-height:40px;}
#tabcontent h2{ margin-bottom:30px;font-size:30px; color:#262626; font-weight:900;}

.tabbox {width:100%; position:absolute;top:50px;}
.tabmenu { width:100%}
.tabmenu ul {margin:0;padding:0;list-style-type: none;}

.tabmenu li:nth-child(2n){}
.tabmenu li { font-size:18px;height:60px; background:#d4d4d4; color:#3c3c3c;
line-height:60px; float:left;
list-style:none;
text-align:center;
width:50%;overflow:hidden;}
.tabmenu .cli {text-align:center;width:50%;height:60px; color:#fff;overflow:hidden;background-color: #6bb11b;}
#tabcontent { float:none;width:100%; margin-top:100px; text-align:center}
#tabcontent ul {margin:0;padding:5px;list-style-type: none;}
#tabcontent .hidden {display:none;}

.zuo{ background:url(../images/index_10.png) no-repeat center top ; width:100%; height:650px; padding:0px; margin:0px;}