@charset "utf-8";
*{ box-sizing:border-box}
html{-webkit-font-smoothing:antialiased; font-size:100px}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; border-spacing:0}
fieldset,img{border:0; }
address,caption,cite,code,dfn,em,strong,th,var,i,b{font-style:normal;font-weight:normal}
ul,ol,dl{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal}
a, a:link { text-decoration:none; cursor:pointer; }
a:hover{text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:none;outline:0;blr:expression(this.onFocus=this.blur())}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
textarea { resize:none} 
img{ vertical-align:middle; width:100%;}
input[type="submit"],input[type="text"],input[type="button"],button,select {-webkit-appearance: none; -webkit-tap-highlight-color:rgba(255,0,0,0);outline:none;outline:0;blr:expression(this.onFocus=this.blur()); border:none; border-radius:0;}
input[type="submit"],input[type="button"]{ cursor:pointer;} 
/*初始浏览器样式*/

body{ font-family:Arial,"微软雅黑";color:#000; line-height:1.3; font-size:.24rem; width:100%; max-width:750px; margin:0 auto; opacity:0;background: #FFFFFF;padding-top: 1.2rem;padding-bottom: 1rem;}
.fl,.left{float:left}
.fr,.right{float:right}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden; line-height:0; font-size:0}
.clearfix{*zoom:1}
.header{
	background: #FFFFFF;
	height: 1.2rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
	box-shadow: 0 0 .1rem rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 .1rem rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 .1rem rgba(0,0,0,.1);
}
.logo{
	float: left;
	width: 1.79rem;
	height: .86rem;
	background: url(../images/logo.jpg) center no-repeat;
	background-size: cover;
	margin-left: .25rem;
	margin-top: .17rem;
}
.menubtn{
	float: right;
	width: .78rem;
	height: .78rem;
	background: url(../images/menubtn.jpg) center no-repeat;
	background-size: .5rem .35rem;
	margin-top: .21rem;
	margin-right: .11rem;
}
.fdj{
	float: right;
	width: .64rem;
	height: .78rem;
	background: url(../images/fdj.jpg) center no-repeat;
	background-size: .37rem;
	margin-top: .21rem;
}
.menu{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,.8);
	display: none;
}
.menu .con{
	background: #FFFFFF;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-top: 1.2rem;
}
.menu .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 1.2rem;
	height: 1.2rem;
	font-size: .4rem;
	color: #333;
	text-align: center;
	line-height: 1.2rem;
}
.menu ul{
	height: 100%;
	overflow-y: auto;
	line-height: 1rem;
	border-top: 1px #ddd solid;
}
.menu ul li{
	border-bottom: 1px #DDDDDD solid;
}
.menu ul li p a{
	display: block;
	padding: 0 .2rem;
	font-size: .3rem;
	color: #333333;
}
.menu dl{
	line-height: .6rem;
	display: none;
}
.menu dl dd{
	border-top: 1px #DDDDDD solid;
}
.menu dl dd a{
	padding: 0 .3rem;
	display: block;
	font-size: .24rem;
	color: #666666;
}
.menu li.on p a{
	color: #0085CF;
}
.search{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,.8);
	padding-top: 1.2rem;
	display: none;
}
.search .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 1.2rem;
	height: 1.2rem;
	font-size: .4rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.2rem;
}
.search form{
	width: 7rem;
	height: 1.2rem;
	background: #FFFFFF;
	margin: 0 auto;
}
.search form .text{
	float: left;
	width: 5.8rem;
	padding: 0 .2rem;
	font-size: .3rem;
	color: #333333;
	height: 1.2rem;
}
.search form .button{
	width: 1.2rem;
	height: 1.2rem;
	float: right;
	background: url(../images/fdj.jpg) center no-repeat;
	background-size: .4rem;
}
.index_1{
	padding: .2rem 0 1.26rem;
}
.list2 li{
	float: left;
	width: 3.33rem;
	height: 3.08rem;
	margin-left: .28rem;
	margin-top: .4rem;
}
.list2 li a{
	display: block;
	border-bottom: .08rem #0085cf solid;
}
.list2 li .pic{
	width: 3.33rem;
	height: 2.33rem;
	background: url(../images/bg1.jpg) center no-repeat;
	background-size: cover;
	padding: .09rem .08rem .08rem .09rem;
	position: relative;
}
.list2 li .pic b{
	width: 100%;
	height: 100%;
	background: url(../images/jia1.png) center no-repeat rgba(0,0,0,.1);
	background-size: .48rem;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.list2 li p{
	font-size: .22rem;
	color: #000000;
	border-left: 1px #f1f1f1 solid;
	border-right: 1px #f1f1f1 solid;
	line-height: .67rem;
	padding: 0 .2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list2 li:hover{
	background: #0085CF;
}
.list2 li:hover p{
	border-color: #0085CF;
	color: #FFFFFF;
}
.list2 li:hover .pic b{
	display: block;
}
.index_1 .swiper-pagination{
	bottom: .6rem;
}
.index_1 .swiper-pagination-bullet{
	width: .26rem;
	height: .26rem;
	vertical-align: top;
	margin: 0 .07rem !important;
	background: url(../images/d1.png) center no-repeat;
	background-size: cover;
	opacity: 1;
}
.index_1 .swiper-pagination-bullet-active{
	background-image: url(../images/d2.png);
}
.index_2{
	height: 9.48rem;
	background: url(../images/bg2.jpg) center no-repeat;
	background-size: cover;
}
.title{
	text-align: center;
	line-height: 1.4rem;
	font-size: .45rem;
	color: #333333;
}
.nav .swiper-slide{
	width: auto;
	margin-left: .25rem;
	padding: 0 .25rem;
	background: #FFFFFF;
	line-height: .5rem;
	border-radius: .5rem;
	font-size: .22rem;
	color: #333333;
}
.nav .swiper-slide.on{
	color: #FFFFFF;
	background: #0085CF;
}
.pic_roll{
	padding-top: .1rem;
	padding-bottom: .66rem;
}
.pic_roll li{
	float: left;
	width: 3.33rem;
	background: #0085CF;
	margin-left: .28rem;
	margin-top: .4rem;
}
.pic_roll li .pic{
	height: 2.19rem;
	overflow: hidden;
}
.pic_roll li p{
	text-align: center;
	font-size: .22rem;
	color: #FFFFFF;
	padding: 0 .2rem;
	line-height: .5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pic_roll .swiper-pagination{
	bottom: 0;
}
.pic_roll .swiper-pagination-bullet{
	width: .26rem;
	height: .26rem;
	vertical-align: top;
	margin: 0 .07rem !important;
	background: url(../images/d1.png) center no-repeat;
	background-size: cover;
	opacity: 1;
}
.pic_roll .swiper-pagination-bullet-active{
	background-image: url(../images/d2.png);
}
.index_3{
	padding-top: 0;
	padding-bottom: .84rem;
}
.index_3 .list2 li{
	margin-top: 0;
	margin-bottom: .2rem;
	height: 2.81rem;
}
.index_3 .list2 li .pic{
	padding: 0;
	background: none;
	height: 2.21rem;
}
.index_3 .list2 li a{
	border: none;
}
.index_3 .list2 li h3{
	padding: 0 .2rem;
	font-size: .22rem;
	color: #000000;
	line-height: .6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_3 .list2 li:hover h3{
	color: #FFFFFF;
}
.index_4{
	min-height: 11rem;
	background: url(../images/bg3.jpg) center no-repeat;
	background-size: cover;
	padding: 0 .25rem;
}
.index_4 .tit{
	font-size: .45rem;
	color: #333333;
	line-height: 1.42rem;
	position: relative;
}
.index_4 .tit:before{
	content: '';
	width: .74rem;
	height: .03rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0085CF;
}
.index_4 .p1{
	font-size: .22rem;
	color: #333333;
	line-height: .4rem;
	padding-top: .3rem;
}
.index_4 .ul1 li{
	float: left;
	width: 2.16rem;
	height: 1.39rem;
	overflow: hidden;
	margin-right: .26rem;
	margin-top: .2rem;
}
.index_4 .ul1 li:last-child{
	margin-right: 0;
}
.more{
	display: block;
	margin-top: .4rem;
	width: 1.68rem;
	height: .5rem;
	background: url(../images/more.png) center no-repeat;
	background-size: cover;
}
.index_4 .tit2{
	padding: .15rem 0;
}
.index_4 .tit2:before{
	display: none;
}
.index_4 .box{
	display: block;
}
.index_4 .box .time{
	float: left;
	width: .94rem;
	height: .94rem;
	background: #007bc5;
	text-align: center;
	color: #FFFFFF;
	font-size: .18rem;
	padding-top: .06rem;
	line-height: .24rem;
}
.index_4 .box .time b{
	display: block;
	font-size: .5rem;
	line-height: .56rem;
}
.index_4 .box .fr{
	width: 5.85rem;
}
.index_4 .box h3{
	font-size: .24rem;
	color: #007BC5;
	line-height: .36rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_4 .box p{
	font-size: .2rem;
	color: #666;
	line-height: .32rem;
	height: .64rem;
	overflow: hidden;
}
.index_4 .ul2{
	line-height: .48rem;
	padding-top: .15rem;
}
.index_4 .ul2 a{
	display: block;
	font-size: .2rem;
	color: #333333;
}
.index_4 .ul2 p{
	width: 4.9rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index_4 .ul2 i{
	float: right;
	color: #666666;
	padding-left: .3rem;
	background: url(../images/ic1.png) left center no-repeat;
	background-size: .19rem .18rem;
}
.index_5{
	padding: .2rem .25rem .6rem;
}
.index_5 .tit{
	padding: 0 .2rem;
	margin-top: .3rem;
	background: url(../images/bg4.jpg) center no-repeat;
	background-size: cover;
	line-height: .6rem;
}
.index_5 .tit p{
	font-size: .22rem;
	color: #FFFFFF;
	padding-left: .5rem;
	background: url(../images/ic2.png) left center no-repeat;
	background-size: .29rem .28rem;
}
.index_5 .tit2{
	background-image: url(../images/bg5.jpg);
}
.index_5 .tit2 p{
	color: #333333;
	background-image: url(../images/ic3.png);
	background-size: .29rem .3rem;
}
.index_5pic{
	padding-top: .2rem;
}
.index_5pic .swiper-slide{
	height: 1.2rem;
}
.index_5pic .pic{
	display: block;
	width: 2.19rem;
	height: 1.1rem;
	overflow: hidden;
	border: 1px #e5e5e5 solid;
	margin: 0 auto;
}
.index_5pic .pic:hover{
	border-color: #0085CF;
}
.links{
	padding: .1rem .25rem;
	line-height: .6rem;
	font-size: .2rem;
	background: #f6f6f6;
}
.links span{
	float: left;
	color: #007BC5;
}
.links p{
	float: left;
	margin-right: .1rem;
}
.links p a{
	display: inline-block;
	vertical-align: top;
	color: #333333;
	padding-right: .2rem;
}
.foot{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	height: 1rem;
	background: #008aea;
}
.foot li{
	float: left;
	width: 25%;
	text-align: center;
}
.foot li a{
	display: block;
	height: 1rem;
	padding-top: .14rem;
}
.foot li i{
	display: block;
	width: .42rem;
	height: .42rem;
	background: center no-repeat;
	background-size: cover;
	margin: 0 auto;
}
.foot li:nth-child(1) i{
	background-image: url(../images/ic4.png);
}
.foot li:nth-child(2) i{
	background-image: url(../images/ic5.png);
}
.foot li:nth-child(3) i{
	background-image: url(../images/ic6.png);
}
.foot li:nth-child(4) i{
	background-image: url(../images/ic7.png);
}
.foot li p{
	font-size: .23rem;
	color: #FFFFFF;
	line-height: .4rem;
}
.title2{
	text-align: center;
}
.title2 h3{
	color: #333333;
	font-size: .45rem;
	line-height: 1.4rem;
}
.title2 h3 em{
	display: inline-block;
	vertical-align: top;
	font-size: .2rem;
	color: #007bc5;
	margin: 0 .15rem;
}
.title2 p{
	font-size: .3rem;
	color: #333333;
	line-height: .32rem;
}
.title2 p em{
	display: inline-block;
	vertical-align: top;
	padding: 0 1.75rem;
	position: relative;
}
.title2 p em:before,
.title2 p em:after{
	content: '';
	width: 1.5rem;
	height: .32rem;
	background: url(../images/lbg.png) center no-repeat;
	background-size: 1.5rem .05rem;
	position: absolute;
	left: 0;
	top: 0;
}
.title2 p em:after{
	left: auto;
	right: 0;
	background-image: url(../images/rbg.png);
}
.title2 .sel{
	width: 2.3rem;
	font-size: .22rem;
	color: #FFFFFF;
	margin: .4rem auto 0;
	position: relative;
}
.title2 .sel h4{
	padding: 0 .4rem 0 .25rem;
	background: #0093dd url(../images/arw1.png) 2rem center no-repeat;
	background-size: .14rem .08rem;
	height: .6rem;
	line-height: .6rem;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.title2 .sel ul{
	position: absolute;
	left: 0;
	top: .6rem;
	width: 100%;
	text-align: center;
	background: #0093DD;
	display: none;
	z-index: 2;
}
.title2 .sel ul li{
	border-top: 1px #FFFFFF solid;
	line-height: .5rem;
}
.title2 .sel ul li a{
	display: block;
	color: #FFFFFF;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pro_list li{
	float: left;
	width: 3.35rem;
	margin: .4rem 0 0 .26rem;
}
.pro_list li .pic{
	height: 2.2rem;
	overflow: hidden;
	border: 1px #bfbfbf solid;
	border-bottom: none;
}
.pro_list li .pic img{
	transition: all .3s ease-out;
}
.pro_list li p{
	font-size: .22rem;
	color: #FFFFFF;
	padding: 0 .2rem;
	line-height: .55rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #007bc5;
	text-align: center;
}
.pro_list li:hover .pic{
	border-color: #007BC5;
}
.pro_list li:hover .pic img{
	transform:scale(1.1);
}
.loading{
	margin: .4rem auto .6rem;
	width: 2.2rem;
	text-align: center;
	line-height: .6rem;
	border: 1px #e1e1e1 solid;
	border-radius: .6rem;
	font-size: .22rem;
	color: #666666;
}
.loading span{
	display: inline-block;
	vertical-align: top;
	padding-left: .35rem;
	background: url(../images/ic8.png) left center no-repeat;
	background-size: .21rem;
}
.dz_1{
	padding: 0 .25rem .4rem;
}
.dz_1 .p1{
	font-size: .2rem;
	color: #333333;
	line-height: .36rem;
	text-indent: 2em;
	padding-top: .2rem;
}
.dz_2{
	background: #fbfbfb;
	padding: .5rem 0 0;
}
.dz_2 ul{
	padding: .3rem 0;
}
.dz_2 li{
	float: left;
	width: 2.5rem;
	text-align: center;
	padding-right: .11rem;
	background: url(../images/arw3.png) right top no-repeat;
	background-size: .11rem 1.47rem;
	margin-top: .2rem;
}
.dz_2 li:nth-child(3n),
.dz_2 li:last-child{
	background: none;
}
.dz_2 li i{
	display: block;
	width: 1.48rem;
	height: 1.48rem;
	background: center no-repeat #FFFFFF;
	border-radius: 50%;
	margin: 0 auto;
}
.dz_2 li p{
	font-size: .18rem;
	color: #333333;
	line-height: .76rem;
}
.dz_2 li p em{
	display: inline-block;
	vertical-align: top;
	width: .24rem;
	height: .24rem;
	background: #0085CF;
	text-align: center;
	line-height: .24rem;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: .18rem;
	margin-top: .26rem;
	margin-right: .15rem;
}
.dz_2 li:nth-child(1) i{
	background-image: url(../images/ic15.png);
}
.dz_2 li:nth-child(1):hover i{
	background-image: url(../images/ic15-2.png);
}
.dz_2 li:nth-child(2) i{
	background-image: url(../images/ic16.png);
}
.dz_2 li:nth-child(2):hover i{
	background-image: url(../images/ic16-2.png);
}
.dz_2 li:nth-child(3) i{
	background-image: url(../images/ic17.png);
}
.dz_2 li:nth-child(3):hover i{
	background-image: url(../images/ic17-2.png);
}
.dz_2 li:nth-child(4) i{
	background-image: url(../images/ic18.png);
}
.dz_2 li:nth-child(4):hover i{
	background-image: url(../images/ic18-2.png);
}
.dz_2 li:nth-child(5) i{
	background-image: url(../images/ic19.png);
}
.dz_2 li:nth-child(5):hover i{
	background-image: url(../images/ic19-2.png);
}
.dz_2 li:nth-child(6) i{
	background-image: url(../images/ic20.png);
}
.dz_2 li:nth-child(6):hover i{
	background-image: url(../images/ic20-2.png);
}
.dz_2 li:nth-child(7) i{
	background-image: url(../images/ic21.png);
}
.dz_2 li:nth-child(7):hover i{
	background-image: url(../images/ic21-2.png);
}
.dz_2 li:nth-child(8) i{
	background-image: url(../images/ic22.png);
}
.dz_2 li:nth-child(8):hover i{
	background-image: url(../images/ic22-2.png);
}

.dz_3{
	padding: .5rem .25rem .6rem;
}
.dz_3 li{
	float: left;
	width: 3.35rem;
	height: 2.78rem;
	margin: .4rem .25rem 0 0;
	background: #f8f8f8;
}
.dz_3 li:nth-child(2n){
	margin-right: 0;
}
.dz_3 li a{
	display: block;
	height: 100%;
	padding: .38rem .1rem 0;
	text-align: center;
	color: #333333;
}
.dz_3 li i{
	display: block;
	width: 1.17rem;
	height: 1.17rem;
	background: url(../images/ic9.png) center no-repeat;
	background-size: cover;
	margin: 0 auto;
}
.dz_3 li h3{
	font-size: .26rem;
	line-height: .64rem;
}
.dz_3 li p{
	font-size: .22rem;
	line-height: .24rem;
}
.dz_3 li:hover{
	background: #0085CF;
}
.dz_3 li:hover i{
	background-image: url(../images/ic9-2.png);
}
.dz_3 li:hover h3,
.dz_3 li:hover p{
	color: #FFFFFF;
}
.pro_intro1{
	padding: .4rem .25rem .4rem;
}
.pro_intro1 .tit li{
	float: left;
	width: 33.333%;
	text-align: center;
	font-size: .26rem;
	color: #333333;
	line-height: .7rem;
	border-right: 1px #d0d0d0 solid;
	background: #f4f4f4;
}
.pro_intro1 .tit li:last-child{
	border-right: none;
}
.pro_intro1 .tit li.on{
	background: #0093dd;
	border-color: #0093dd;
	color: #FFFFFF;
}
.tincon .w{
	font-size: .2rem;
	color: #333333;
	line-height: .38rem;
	padding-top: .25rem;
}
.pro_intro2{
	padding: .4rem 0 0;
}
.pro_intro2 table{
	width: 100%;
	margin-top: .4rem;
	border: 1px #e5e5e5 solid;
}
.pro_intro2 table th{
	font-size: .22rem;
	color: #FFFFFF;
	border-right: 1px #e5e5e5 solid;
	color: #FFFFFF;
	background: #007bc5;
	width: 16.666%;
	text-align: left;
	padding: .15rem 0 .15rem 1em;
	line-height: .32rem;
}
.pro_intro2 table th:last-child{
	border-right: none;
}
.pro_intro2 table td{
	padding-left: 1em;
	line-height: .52rem;
	font-size: .2rem;
	color: #333333;
	border-right: 1px #e5e5e5 solid;
	border-top: 1px #e5e5e5 solid;
	text-transform: uppercase;
	background: #f2faff;
}
.pro_intro2 table td:last-child{
	border-right: none;
}
.pro_intro2 table tr:nth-child(2n) td{
	background: #FFFFFF;
}
.pro_intro3{
	padding: .4rem 0 0;
}
.pro_intro3 li{
	float: left;
	width: 2.14rem;
	border: 1px #bfbfbf solid;
	overflow: hidden;
	margin-right: .29rem;
	margin-top: .4rem;
}
.pro_intro3 li:nth-child(3n){
	margin-right: 0;
}
.pro_intro1 .pro_list li{
	margin-left: 0;
	margin-right: .26rem;
}
.pro_intro1 .pro_list li:nth-child(2n){
	margin-right: 0;
}
.pro_det{
	padding: 0 .25rem;
}
.pro_det .tit{
	font-size: .24rem;
	color: #555555;
	line-height: .86rem;
	border-bottom: 1px #dcdcdc solid;
	margin-bottom: .22rem;
}
.pro_det img{
    height: auto !important;
}
.pro_det .tit span{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pro_det .tit span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #007bc5;
	width: 100%;
	height: .05rem;
}
.pro_det table{
	text-align: center;
	width: 100%;
	margin-top: .2rem;
	border: 1px #e5e5e5 solid;
}
.pro_det table th{
	background: #007bc5;
	line-height: .58rem;
	font-size: .24rem;
	color: #FFFFFF;
	border-right: 1px #e5e5e5 solid;
}
.pro_det table th:last-child{
	border-right: none;
}
.pro_det table td{
	font-size: .2rem;
	color: #333333;
	line-height: .36rem;
	padding: .1rem 0;
	border-right: 1px #e5e5e5 solid;
	border-top: 1px #e5e5e5 solid;
}
.pro_det table td:last-child{
	border-right: none;
}
.pro_det table tr.tr2 td{
	background: #f2faff;
}
.pro_det2{
	padding: .4rem 0;
}
.years{
	padding: .13rem .47rem 0;
	background: url(../images/years_bg.jpg) center top repeat-x;
	background-size: .07rem .47rem;
}
.years .swiper-slide{
	width: 33.333%;
}
.years p{
	text-align: center;
	font-size: .22rem;
	color: #999;
	padding-top: .21rem;
	background: url(../images/d3.jpg) center top no-repeat;
	background-size: .21rem;
	line-height: .56rem;
}
.years .swiper-button-prev,
.years .swiper-button-next{
	width: .47rem;
	height: .47rem;
	background: url(../images/arw2.png) 0 -.47rem no-repeat;
	background-size: .94rem;
	left: 0;
	top: 0;
	margin: 0;
	opacity: 1;
}
.years .swiper-button-next{
	left: auto;
	right: 0;
	background-position: -.47rem -.47rem;
}
.years .swiper-button-disabled{
	background-position: 0 0;
}
.years .swiper-button-next.swiper-button-disabled{
	background-position-x: -.47rem;
}
.years .swiper-slide-active p{
	background-image: url(../images/d4.jpg);
}
.histo{
	padding: .3rem 0 .6rem;
	width: 6.5rem;
	margin: 0 auto;
}
.histo .box{
	background: #f3f3f3;
	padding-bottom: .7rem;
}
.histo .w{
	padding: .45rem .6rem 0;
}
.histo .w h3{
	font-size: .45rem;
	color: #0093dd;
	line-height: .96rem;
	border-bottom: 1px #dedede solid;
}
.histo .w h3 em{
	display: inline-block;
	font-size: .22rem;
	color: #444444;
	vertical-align: top;
	line-height: .22rem;
	margin-top: .15rem;
}
.histo .w p{
	font-size: .22rem;
	color: #333333;
	line-height: .4rem;
	padding-top: .2rem;
}
.title3 select{
	margin-top: 0;
}
.case{
	padding-bottom: 0;
}
.case .list2{
	padding-top: .2rem;
}
.case .list2 li{
	margin-top: .2rem;
	margin-bottom: 0;
}
.case .list2 li .pic{
	height: 2.21rem;
}
.case .list2 li h3{
	text-align: center;
}
.case_det1{
	padding: 0 .25rem .6rem;
	border-bottom: 1px #dcdcdc solid;
	font-size: 16px;
}
.case_det1 .tit{
	text-align: center;
	font-size: .35rem;
	color: #333333;
	line-height: .4rem;
	padding: .4rem 0;
	border-bottom: 1px #dcdcdc dashed;
	margin-bottom: .3rem;
}
.case_det1 .w{
	font-size: .22rem;
	color: #666666;
	line-height: .4rem;
	padding-top: .3rem;
}
.case_det1 .w video{
	 max-width: 100%;
}
.case_list li{
	float: left;
	width: 3.35rem;
	height: 2.02rem;
	overflow: hidden;
	margin-right: .3rem;
	margin-top: .4rem;
}
.case_list li:nth-child(2n){
	margin-right: 0;
}
.case_list{
	padding-bottom: .4rem;
}
.share_box{
	text-align: right;
	line-height: .42rem;
}
.share_box span{
	display: inline-block;
	vertical-align: top;
	font-size: .22rem;
	color: #333333;
}
.share_box a{
	display: inline-block;
	vertical-align: top;
	width: .42rem;
	height: .42rem;
	margin-left: .1rem;
}
.case_det2 .list2{
	padding-top: 0;
	padding-bottom: .6rem;
}
.case_det2 .list2 li:hover h3{
	color: #0085CF;
	background: #FFFFFF;
}
.case_det2 .list2 li .pic{
	overflow: hidden;
}
.case_det2 .list2 li .pic img{
	transition: all .3s ease-out;
}
.case_det2 .list2 li:hover .pic img{
	transform:scale(1.1);
}
.news_1{
	padding: 0 .25rem;
}
.news_1 p{
	font-size: .24rem;
	color: #333333;
	line-height: .84rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px #dcdcdc dashed;
}
.news_2{
	padding: 0 .25rem .3rem;
}
.news_2 li{
	padding: .3rem 0;
	border-bottom: 1px #dcdcdc dashed;
}
.news_2 li a{
	display: block;
}
.news_2 li .pic{
	float: left;
	width: 2.2rem;
	height: 1.58rem;
	overflow: hidden;
}
.news_2 li .pic img{
	transition: all .3s ease-out;
}
.news_2 li:hover .pic img{
	transform:scale(1.1);
}
.news_2 li .w{
	float: right;
	width: 4.5rem;
}
.news_2 li p{
	font-size: .24rem;
	color: #1b1b1b;
	line-height: .4rem;
	height: .8rem;
	overflow: hidden;
}
.news_2 li:hover p{
	color: #0085CF;
}
.news_2 li h3{
	font-size: .22rem;
	color: #888888;
	line-height: .42rem;
	padding-top: .2rem;
}
.news_2 li h3 em{
	display: inline-block;
	vertical-align: top;
	margin-left: .2rem;
}
.news_2 li:last-child{
	border: none;
}
.intro{
	padding: 0 .25rem;
}
.intro .w{
	font-size: .22rem;
	color: #333333;
	line-height: .4rem;
}
.intro .w p{
	padding-top: .3rem;
	text-indent: 2em;
}
.liuyan{
	padding: 0 0 .6rem .25rem;
}
.liuyan li{
	position: relative;
	margin-top: .3rem;
}
.liuyan li span{
	float: left;
	width: 1.8rem;
	font-size: .22rem;
	color: #666666;
	line-height: .55rem;
}
.liuyan li:first-child{
	margin-top: 0;
}
.liuyan li .text,
.liuyan li textarea{
	float: left;
	width: 5.2rem;
	height: .55rem;
	padding: 0 .2rem;
	border: 1px #d2d2d2 solid;
	font-size: .22rem;
	color: #666666;
}
.liuyan li em{
	float: left;
	margin-left: .05rem;
	line-height: .55rem;
	font-size: .18rem;
	color: #ff0000;
}
.liuyan li textarea{
	line-height: .55rem;
	height: 2.5rem;
}
.liuyan .button{
	display: block;
	font-size: .2rem;
	color: #FFFFFF;
	width: 2.1rem;
	height: .5rem;
	background: #0093DD;
	margin: .5rem auto 0;
}
.contact{
	padding: 0 .25rem .6rem;
}
.contact li{
	border-bottom: 1px #e5e5e5 dashed;
	padding: .25rem 0;
	background: url(../images/line.jpg) center no-repeat;
	background-size: .05rem .38rem;
}
.contact li span{
	float: left;
	width: 50%;
	text-align: center;
	font-size: .22rem;
	color: #333333;
	padding: 0 .2rem;
	line-height: .48rem;
}
.contact li span:hover{
	color: #0085CF;
}
.contact li span em{
	display: block;
	font-size: .26rem;
}
.contact li:last-child{
	border: none;
}
.contact .box{
	background: #F8F8F8;
	padding: .17rem .5rem .3rem;
}
.contact .box h3{
	font-size: .26rem;
	color: #0093DD;
	line-height: .5rem;
	padding: .2rem 0;
	position: relative;
}
.contact .box h3:before{
	content: '';
	width: .3rem;
	height: .03rem;
	background: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact .box .fl{
	width: 4.5rem;
	font-size: .22rem;
	color: #333333;
	line-height: .4rem;
	margin-top: .2rem;
}
.contact .box .fr{
	width: 1.23rem;
	height: 1.23rem;
	margin-top: 1.27rem;
}
.kanwu{
	padding: 0 .25rem .6rem;
}
.kanwu .box{
	display: block;
}
.kanwu .box h3{
	font-size: .24rem;
	color: #333333;
	line-height: .8rem;
	border-bottom: 1px #cccccc solid;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.kanwu .box p{
	font-size: .22rem;
	color: #666666;
	line-height: .4rem;
	padding-top: .2rem;
}
.kw_list{
	padding-top: .3rem;
}
.kw_list li{
	padding: .3rem 0;
	border-top: 1px #dcdcdc dashed;
}
.kw_list li .pic{
	float: left;
	width: 2.2rem;
	height: 1.58rem;
	overflow: hidden;
}
.kw_list li .pic img{
	transition: all .3s ease-out;
}
.kw_list li:hover .pic img{
	transform:scale(1.1);
}
.kw_list li .w{
	float: right;
	width: 4.5rem;
}
.kw_list li h3{
	font-size: .24rem;
	color: #333333;
	line-height: .48rem;
	border-bottom: 1px #cccccc solid;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.kw_list li:hover h3{
	color: #0085CF;
}
.kw_list li p{
	font-size: .2rem;
	color: #666666;
	line-height: .32rem;
	height: .96rem;
	overflow: hidden;
	margin-top: .15rem;
}
.wenhua{
	padding: 0 .25rem .6rem;
}
.wenhua li{
	margin-top: .4rem;
	background: #F8F8F8;
}
.wenhua li .pic{
	float: left;
	width: 4.46rem;
	height: 2rem;
	overflow: hidden;
}
.wenhua li .w{
	float: left;
	width: 2.54rem;
	padding: .3rem .3rem 0;
	color: #333333;
}
.wenhua li h3{
	font-size: .26rem;
	line-height: .6rem;
	position: relative;
}
.wenhua li h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: .16rem;
	height: 1px;
	background: #7c7c7c;
}
.wenhua li p{
	font-size: .2rem;
	line-height: .3rem;
	padding-top: .15rem;
}
.wenhua li:nth-child(2n) .pic{
	float: right;
}
.honor{
	padding: 0 .25rem .4rem;
}
.honor .tit{
	font-size: .28rem;
	border-bottom: 1px #dcdcdc solid;
}
.honor .tit span{
	position: relative;
	color: #333333;
	line-height: .78rem;
	display: inline-block;
	vertical-align: top;
}
.honor .tit span em{
	display: inline-block;
	vertical-align: top;
	color: #0093DD;
}
.honor .tit span:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: .04rem;
	background: #0093DD;
}
.h_list{
	padding: .2rem 0;
}
.h_list li{
	float: left;
	width: 3.3rem;
	margin-top: .2rem;
	margin-right: .4rem;
}
.h_list li .pic{
	height: 2.47rem;
	overflow: hidden;
}
.h_list li p{
	text-align: center;
	font-size: .22rem;
	color: #333333;
	line-height: .64rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.h_list li:nth-child(2n){
	margin-right: 0;
}
.video_list{
	padding-top: .3rem;
}
.video_list li{
	float: left;
	width: 3.33rem;
	margin: .2rem 0 0 .28rem;
}
.video_list li .pic{
	height: 2.21rem;
	position: relative;
}
.video_list li i{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/play.png) center no-repeat rgba(0,0,0,.5);
	background-size: .66rem;
}
.video_list li p{
	text-align: center;
	font-size: .22rem;
	color: #000000;
	line-height: .6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.videoout{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0,0,0,.8);
	display: none;
}
.videoout .close{
	position: absolute;
	right: 0;
	top: 0;
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	color: #FFFFFF;
	font-size: .6rem;
}
.videoout .video{
	width: 7rem;
	height: 4rem;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -3.5rem;
	margin-top: -2rem;
	text-align: center;
	line-height: 4rem;
}
.baoz_1{
	font-size: .2rem;
	color: #333333;
	text-indent: 2em;
	line-height: .38rem;
	padding: .3rem .25rem;
}
.baoz_2{
	padding: .5rem .25rem .5rem;
	background: #FBFBFB;
}
.baoz_2 li{
	float: left;
	position: relative;
	width: 2.85rem;
	/*height: 3.12rem;*/
	text-align: center;
	overflow: hidden;
	margin-left: .2rem;
	margin-top: .3rem;
}
/*.baoz_2 li:nth-child(3n){
	margin-right: 0;
}*/
.baoz_2 li .w{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	/*display: none;*/
}
.baoz_2 li:hover .w{
	display: block;
}
.baoz_2 li .w p{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	font-size: .22rem;
	color: #FFFFFF;
	text-align: center;
	line-height: .5rem;
	margin-top: -.25rem;
}
.baoz_3{
	padding: .5rem .25rem;
}
.baoz_3 .tit{
	text-align: center;
	padding: .3rem 0 .5rem;
}
.baoz_3 .tit ul{
	display: inline-block;
	vertical-align: top;
	zoom: 1;
}
.baoz_3 .tit li{
	float: left;
	width: 2.1rem;
	height: .6rem;
	line-height: .6rem;
	border: 1px #dcdcdc solid;
	font-size: .22rem;
	color: #333333;
	margin: 0 .12rem;
}
.baoz_3 .tit li.on{
	color: #FFFFFF;
	background: #0093DD;
	border-color: #0093DD;
}
.baoz_4{
	padding: .5rem .25rem;
}
.baoz_4 li{
	margin-top: .4rem;
	position: relative;
	height: 2.56rem;
	overflow: hidden;
}
.baoz_4 li i{
	position: absolute;
	left: .1rem;
	top: .1rem;
	width: 6.8rem;
	border: 1px #FFFFFF solid;
	height: 2.36rem;
	z-index: 2;
}
.baoz_4 li .box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	text-align: center;
	line-height: 2.56rem;
}
.baoz_4 li .box span{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #FFFFFF;
	font-size: .3rem;
	line-height: .4rem;
	padding-left: .85rem;
	background: url(../images/ic14.png) left center no-repeat;
	background-size: .63rem;
}
.baoz_4 li .box span em{
	display: block;
	font-size: .22rem;
}
.lin_list{
	padding: 0 .25rem .6rem;
}
.lin_list li{
	margin-top: .4rem;
	position: relative;
}
.lin_list li:first-child{
	margin-top: 0;
}
.lin_list li .box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.lin_list li .w{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #FFFFFF;
	padding: 0 .45rem;
}
.lin_list li h3{
	font-size: .32rem;
	position: relative;
	line-height: .4rem;
	padding: .25rem 0;
}
.lin_list li h3:before{
	content: '';
	width: .3rem;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	margin-left: -.15rem;
	bottom: 0;
}
.lin_list li p{
	font-size: .2rem;
	line-height: .34rem;
	padding-top: .2rem;
}
.jihua table{
	width: 100%;
	text-align: center;
}
.jihua table th{
	color: #FFFFFF;
	background: #0093DD;
	font-size: .24rem;
	line-height: .75rem;
}
.jihua table td{
	font-size: .2rem;
	line-height: .7rem;
	border-bottom: 1px #DDDDDD solid;
	color: #333;
}
.jihua table tr:hover td{
	background: #ececec;
}
.service-list li{
	float: left;
	width: 1.85rem;
	font-size: 0.2rem;
	color: #333333;
	margin-right: 0.70rem;
	position: relative;
	text-align: center;
	line-height: 0.32rem;
	margin-bottom: 0.33rem;
}
.service-list li:nth-of-type(3n){
	margin-right: 0;
}
.service-list li:after{
	content: '';
	position: absolute;
	background: url(../images/ar3.png) no-repeat center;
	width: 0.48rem;
	height: 0.48rem;
	right: -0.6rem;
	top: 0.8rem;
}
.service-list li:last-child:after,
.service-list li:nth-of-type(3n):after{
	display: none;
}
.service-list li .pic{
	width: 1.84rem;
	height: 1.84rem;
	border: 1px solid #e8e8e8;
	padding: 0.12rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	margin-bottom: 0.13rem;	
}
figure{
	margin: 0;
}


.v-a { position: fixed; left: 0; top: 120%; width: 100%; height: 100%; z-index: 10000000; -webkit-transition: top .5s ease-in-out; -o-transition: top .5s ease-in-out; transition: top .5s ease-in-out; background: rgba(0, 0, 0, 0.4); }

.v-a.full .v-b { max-width: 100%; max-height: 100%; }

.v-a.full .v-f { width: auto; height: auto; }

.v-a.full .v-c { right: 0; }

.v-a.show { top: 0; }

.v-a.show .v-e { visibility: visible; }

.v-a.show .v-f { display: block; }

.v-b { width: 100%; max-width: 450px; height: 100%; position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; background: #000; }

.v-c { display: block; cursor: pointer; width: 40px; height: 40px; background-color: #be0000; position: absolute; right: -40px; top: 0; z-index: 1000; }

@media (max-width: 550px) { .v-c { right: 0; } }

.v-d { display: block; width: 100%; height: 100%; font-size: 21px; text-align: center; line-height: 40px; color: #fff; }

.v-e { visibility: hidden; width: 100%; height: 100%; position: absolute; left: 0; top: 0; right: 0px; bottom: 0px; max-width: 100%; max-height: 100%; margin: auto; }

.v-f { display: none; width: 100%; height: 100%; }



.md-application{ padding: .3rem; }
.md-application .item{display: block; float: left; margin-bottom: 4%; }
.md-application .item:nth-of-type(3n + 1),
.md-application .item:nth-of-type(3n + 2) {
	width: 48%;
}
.md-application .item:nth-of-type(3n + 1){
	margin-right: 4%;
}
.md-application .item:nth-of-type(3n + 3){
	width: 100%;
}
.md-application .item:nth-of-type(3n + 3) .pic{
	padding-top: 50%;
}

.md-application .pic{ padding-top: 80%; background-position: center; background-repeat: no-repeat; background-size: cover; }
.md-application .text{ text-align: center; font-size: 0.3rem; color: #fff; background: #008aea; height: 2em; display: flex; align-items: center; justify-content: center;}
.md-application .swiper-container{padding-bottom: .5rem;}
.md-application .swiper-pagination{bottom: 0;}


/*视频容器样式*/
.v-a{position: fixed;left: 0;top: 120%;width: 100%;height: 100%;background-color: #000;z-index: 21474836471;transition: top .5s ease-in-out;}
.v-a.show{top: 0;}
.v-a.show .v-e{visibility: visible;}
.v-a.show .v-f{display: block;}
.v-b{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.v-c{display: block;width: 40px;height: 40px;background-color: #be0000;position: absolute;right: 0;top: 0;cursor: pointer;}
.v-d{display: block;width: 100%;height: 100%;font-size: 21px;text-align: center;line-height: 40px;color: #fff;}
.v-e{visibility: hidden;width: 100%;height: 100%;position: absolute;left: 0;top: 0;right: 0px;bottom: 0px;max-width: 100%;max-height: 100%;margin: auto;}
.v-f{display: none;position: absolute;top: 50%;left: 50%;width: 100%;max-width: 800px;transform: translate(-50%,-50%);}



