
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: "黑体";
	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: #1e64c9;
}
.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: #1e64c9;
	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{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.15rem;
	background: #1f1f1f;
	padding-top: calc(2px + .1rem);
	box-sizing: border-box;
	z-index: 1000;
}
.footer .ina{
	display: block;
	width: 25%;
	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: #797979;
	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;
	padding-bottom:0rem;
	min-height: 100%;
	box-sizing: border-box;
}
.banner{
	position: relative;
}
.banner .bottomlink{
	position: absolute;
	width: 1.85rem;
	bottom: 1.7rem;
	text-align: center;
	font-size: .3rem;
	line-height: .5rem;
	left: .5rem;
}
.banner .bottomlink2{
	left: 2.5rem;
}
.banner .bottomlink3{
	left: 4.5rem;
}
.banner .bottomlink img{
	display: block;
	margin: auto;
	margin-bottom: .2rem;
	width: 1.08rem;
}
.banner .bx-controls-direction{
	display: none;
}
.banner .slidein{
	height:570px;
	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:25%;
}
.index .part1 img{
	display: block;
	margin-top: .25rem;
	width: 100%;
}
.index .part1{
	padding: 0 .2rem ;
	padding-bottom: .25rem;
	
}
.index {
	background: #fff;
}


.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 #1e64c9;
}*/
.index .part2 .innav.active{
	color: #fff;
	border-bottom: 0.04rem solid #1e64c9;
}
.index .part2 .innav1.active{
	color: #fff;
	border-bottom: 0.04rem solid #1e64c9;
}

.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:2.7%!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:2.7%!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/.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	right: calc( -.55rem + 25%)!important;
}
.commonnav .active.innav{
	background: #1e64c9;
	color: #fff;
}

.commonnav .active.innav1{
	background: #1e64c9;
	color: #fff;
}
/*.commonnav .innav:hover{
	background: #1e64c9;
	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:url(../images/wap_back6.png) no-repeat center;
	background-size: cover;
	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: #1e64c9;
}
.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: #1e64c9;
	font-family: arial;
	position: relative;
}
.product3 .part3 .title:after{
	content: "";
	display: block;
	width: 1.72rem;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #1e64c9;
}
.product3 .part3 .text1{
	font-size: .25rem;
	color: #1e64c9;
	line-height: .48rem;
	padding: .2rem 0;
}
.product3 .part3 .download{
	display: block;
	width: 100%;
	font-size: .25rem;
	color: #1e64c9;
	height:.8rem ;
	line-height: .8rem;
	text-align: center;
	border: 1px solid #1e64c9;
	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: .55rem 0; margin-bottom:60px;
}
.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 #1e64c9;
}
.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: #1e64c9;
	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: #1e64c9;
	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: #1e64c9;
	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: #1e64c9;
}
.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: #1e64c9;
	background-repeat: no-repeat;
}
.contact1 .part1 .instyle2 .num{
	font-size: .46rem;
	color: #1e64c9;
	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: #1e64c9;
	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: #1e64c9;
	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: #1e64c9 !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: #1e64c9;
	width: calc(50% - .12rem);
	float: left;
	text-align: center;
	padding: .25rem;
	padding-bottom: .45rem;
	box-sizing: border-box;
	border: 1px solid #1e64c9;
	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: url(../images/wap_back6.png) center;
	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 #1e64c9;
	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 #1e64c9;
	background-size: .16rem auto;
	transform: rotate(180deg);
}


.vava{ padding-top:25px; padding-bottom:25px; padding-left:20px; padding-right:20px; float:left}
.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{ width:40%!important; height:90px!important;  margin:3% 3%; float:left; padding:5px; padding-top:10px; border:#e0e0e0 solid 1px;  box-shadow: 5px 5px 5px #e0e0e0;background:#fff; vertical-align:middle!important; 
display:table-cell!important; text-align:center }
.ve1 ul li img{ width:auto; height:auto; max-height:70px; max-width:100%;}



.ve11{ width:100%; float:left; }
.ve11 ul{ width:100%;float:left; padding-top:10px;}
.ve11 ul li{ 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:35px;padding-top:15px;}
.contentPage a:link {color: #1e64c9; text-decoration: none; font-size: 14px; margin:0px 3px; padding:4px 7px; border: 1px solid #1e64c9; font-weight: normal;}
.contentPage a:visited {color: #1e64c9; text-decoration: none; font-size: 14px; margin:0px 3px; border: 1px solid #1e64c9; 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:#1e64c9;font-weight:normal;}
.contentPage .current{color:#1e64c9; text-decoration: none; font-size: 14px; margin: 0px; border:0px solid #1e64c9; 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; font-size:.45rem!important; line-height:.40rem; color:#FFFFFF; }
.wenzz span{ width:100%; float:left; text-align:center; font-size:.24rem!important;color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase }
