@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#333333;
	line-height:1.5;
	font-family:'Arial';
	margin:auto
	}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#B11820;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	box-shadow:0px 4px 23px rgba(0,0,0,0.1);
}
.header.yanse ul li:last-child{
	border-left: 1px solid rgba(0,0,0,0.1);
	padding-left: 2.4vw;
}
.header.yanse a{
	color: #333333;
}
.header.yanse a i{
	color: #999999;
}
.header.yanse a:hover{
	color: #044796;
	font-weight: bold;
}
.header.yanse em{
	color: #333333;
}
.header.yanse .cur{
	color: #FFFFFF;
}
.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}
.header.yanse.yanse01 em{
	color: #FFFFFF;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}
.header.yanse.yanse01 ul li:last-child{
	border-left: 1px solid rgba(255,255,255,0.1);
	padding-left: 2.4vw;
}
.header.yanse.yanse01 .cur{
	color: #fff;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}
.header.yanse.yanse01 .cur i{
	color: #B11820;
}
.header.yanse .cur{
	color: #044796;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	font-weight: bold;
}
.header.yanse .cur i{
	color: #044796;
}
.pop{
	width: 100%;
	position: fixed;
	z-index: 111;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.6);
	
	height: 100vh;
}
.pop .tccontect{
	width: 100%;
	display: flex;
	justify-content: center;
}
.pop .tccontect .nr{
	padding: 20px;
	background-color: #FFFFFF;
	width: 60%;
	margin-top: 7%;
	position: relative;
	text-align:center;
}
.pop .tccontect .nr .close{
	width: auto;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 999;
}
.pop .tccontect .nr h1{
	height: 60px;
	font-size: 16px;
	border-bottom: 1px solid #E6E6E6;
	text-align:center;
	height:60px;
}
.tctp img { max-width:100%; margin-top:1rem;}


@keyframes animateTop{
    0%{ transform: translateY(500%);opacity: 0;}
    100%{ transform: translateY(0); opacity: 1; }
}
@-moz-keyframes animatedTop {
    0%{ -moz-transform: translateY(500%);opacity: 0; }
    100%{ -moz-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes animatedTop {
    0%{ -webkit-transform: translateY(500%);opacity: 0; }
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-ms-keyframes animatedTop {
    0%{ -ms-transform: translateY(500%);opacity: 0; }
    100%{ -ms-transform: translateY(0); opacity: 1;}
}


@media (min-width:1200px) {


.main{
	width: auto;
	margin: auto;
	max-width: 1440px;
	padding: 0px 25px;
}
.header{
	width: 100%;
	position: fixed;
	height: 4.0vw;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 0px 4.0vw;
	display: flex;
	justify-content: space-between;
}
.header .logo{
	width: auto;
	float: left;
	height: 4.0vw;
	max-width: 16.0vw;
}
.header .logo span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.header .logo img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.header .innav{
	width: auto;
	height: 4.0vw;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 4.0vw;
}
.header .innav ul li{
	width: auto;
	text-align: center;
	font-size: 16px;
	height: 4.0vw;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	line-height: 4.0vw;
}
.header .innav ul li i{
	font-size: 12px;
}
.header .innav ul li a{
	width: 100%;
	line-height: 4.0vw;
	float: left;
	height: 100%;
	padding-left: 2.4vw;
	padding-right: 2.4vw;
}



.header .innav ul li:last-child a{
	padding-left: 5px;
	padding-right: 5px;
}
.header .innav ul li:last-child a:hover{
	background-color: transparent;
	color: #EB5757;
}
.header.yanse{
	background-color: rgba(255,255,255,1);
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
}

.inabout{
	width: 100%;
	float: left;
	margin-top: 80px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
	text-align: center;
}
.inabout ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.inabout ul li{
	width: calc(33.3% - 2px);
	height: 210px;
	background-color: #f2f2f2;
	display: table;
}
.inabout ul li dl{
	display: table-cell;
	vertical-align: middle;
}
.inabout ul li dl dt{
	font-weight: bold;
	color: #044796;
	font-size: 64px;
	text-align: center;
	line-height: 94px;
}
.inabout ul li dl dd{
	font-size: 14px;
	margin-top: 11px;
	color: #666666;
	text-align: center;
}

.more{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.more a{
	width: 185px;
	height: 49px;
	border: 1px solid #999999;
	line-height: 49px;
	text-align: center;
	font-size: 18px;
}
.wrap{
	width: 100%;
	float: left;
	margin-top: 94px;
	background-color: #f2f2f2;
	padding-bottom: 70px;
	padding-top: 80px;
}
.bt{
	width: 100%;
	float: left;
	padding-bottom: 18px;
	background-image: url(../img/hx.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 36px;
	color: #333333;
	text-align: center;
	line-height: 48px;
}

.inpro{
	width: 100%;
	float: left;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width: 33.333%;
	height: 19vw;
	position: relative;
	overflow: hidden;
}
.inpro ul li img{
	min-width: 100%;
	min-height: 100%;
	display: block;
}
.inpro ul li .tex{
	position: absolute;
	z-index: 2;
	width: auto;
	left: 60px;
	top: 90px;
	font-size: 14px;
	line-height: 24px;
}
.inpro ul li .tex h1{
	font-size: 24px;
	color: #044796;
	line-height: 32px;
	margin-bottom: 10px;
}
.inpro ul li .tex i{
	width: 40px;
	height: 40px;
	background-image: url(../img/jt01.png);
	background-position: center;
	background-repeat: no-repeat;
}
.inpro ul li .tex .small{
	display: none;
	text-transform: uppercase;
}
.inpro ul li .tex .jia{
	display: flex;
	margin-top: 20px;
}
.inpro ul li:hover .tex .small{
	display: inline-block;
}
.inpro ul li .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(4,71,150,0.8);
	opacity: 0;
	transition: all 0.6s;
}
.inpro ul li:hover .mask{
	opacity: 1;
}
.inpro ul li:hover .tex{
	color: #FFFFFF;
}
.inpro ul li:hover .tex h1{
	color: #FFFFFF;
}
.inpro ul li:hover .tex i{
	background-image: url(../img/jt02.png);
	background-position: center;
	background-repeat: no-repeat;
}

.partner{
	width: 100%;
	float: left;
	margin-top: 80px;
}

.partner ul li{
	width: 267px;
	height: 108px;
	text-align: center;
	border: 1px solid #e0e0e0;
	float:left;
	margin-right:15px
}
.partner ul li span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.partner ul li img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}


.partner6{
	width: 100%;
	float: left;
	margin-top: 80px;
}

.partner6 ul li{
	width: 257px;
	height: 108px;
	text-align: center;
	border: 1px solid #e0e0e0;
	float:left;
	margin-right:13px;
	margin-top:20px;
}
.partner6 ul li span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.partner6 ul li img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}



.foot{
	width: 100%;
	float: left;
	background: #0b1f4f;
	margin-top: 80px;
}
.foot01{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.foot01 ul{
	display: flex;
}
.foot01 ul li{
	width: 33.3%;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.8);
	padding: 40px 0px;
}
.foot01 ul li div{
	height: 48px;
}
.foot01 ul li div img{
	max-height: 48px;
}
.foot01 ul li dl dt{
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 16px;
}
.foot01 ul li dl dd{
	font-size: 18px;
	line-height: 40px;
	margin-top: 28px;
}
.foot01 ul li:last-child{
	border: 0px;
}
.foot02{
	width: 100%;
	float: left;
	margin-top: 40px;
	line-height: 120px;
	border-top: 1px solid rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.50);
	font-size: 14px;
	text-align: center;
}

.pos{
	position: static;
}
.nybanner{
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	margin-top:70px;
}
.nybanner img{
	width: 100%;
	height: auto;
	display: block;
}
.nybanner .wenz{
	width: 100%;
	position: absolute;
	z-index: 1;
	top: calc(50% - 115px);
	left: 0;

}
.nybanner .wenz dl{
	display: flex;
	flex-wrap: wrap;
}
.nybanner .wenz dl dt{
	line-height: 40px;
	font-size: 30px;
	color: #ffffff;
	width: 100%;
}
.nybanner .wenz dl dd{
	line-height: 75px;
	font-size: 64px;
	color: #F2F2F2;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	font-family: arial;
}
.zlm{
	width: 100%;
	float: left;
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 60px;
}
.zlm ul{
	display: flex;
}
.zlm ul li{
	margin-right: 60px;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	line-height: 60ox;
}
.zlm ul li.cur{
	border-bottom: 2px solid #317DE9;
}
.zlm ul li.cur a{
	color: #317DE9;
}
.zlm ul li:hover{
	border-bottom: 2px solid #317DE9;
}
.zlm ul li:hover a{
	color: #317DE9;
}

.nybt{
	width: 100%;
	float: left;
	margin-top: 60px;
	text-align: center;
	font-size: 30px;
	color: #333333;
	line-height: 40px;
	justify-content: center;
}
.nybt i{
	margin-left: 40px;
	margin-right: 40px;
}

.zlm2{
	width: 100%;
	float: left;
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 60px;
	padding: 0px 4.0vw;
}
.zlm2 ul{
	display: flex;
}
.zlm2 ul li{
	margin-right: 60px;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	line-height: 60ox;
	color: #666666;
}
.zlm2 ul li a{
	color: #666666;
}
.zlm2 ul li.cur a{
	color: #317DE9;
}
.zlm2 ul li:hover a{
	color: #317DE9;
}
#mart40{
	margin-top: 40px;
	text-align: left;
}
#mart40 ul{
	margin-bottom: 40px;
}
.about{
	width: 100%;
	float: left;
	margin-top: 40px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.about img{
	max-width: 100%;
	height: auto;
}
.cutrul{
	width: 100%;
	float: left;
	margin-top: 40px;
	background-image: url(../img/whbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	
}
.cutrul ul{
	display: flex;
}
.cutrul ul li{
	width: 25%;
	border-right: 1px solid rgba(255,255,255,0.3);
	height: 800px;
	position: relative;
}
.cutrul ul li .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	background-color: rgba(4,71,150,0.80);
	transition: all 0.6s;
}
.cutrul ul li:hover .mask{
	opacity: 1;
}
.cutrul ul li .tex{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.cutrul ul li .pic{
	margin-top: 280px;
	height: 80px;
	text-align: center;
}
.cutrul ul li .pic img{
	max-height: 80px;
}
.cutrul ul li dl dt{
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 26px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
.cutrul ul li dl dd{
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
}
.fzlc{
	width: 100%;
	float: left;
	padding-bottom: 60px;
}

.shijin{
	width: 100%;
	float: left;
	margin-top: 40px;

}
.shijin ul{
}
.shijin ul li{
	width: 50%;
	float:left;
}
.shijin ul li img{
	max-width: 100%;
	max-height: 100%;
}


/*大事记start*/
.about_bg{width:100%;height: auto;background: url(../img/about_bg.jpg) no-repeat;background-size:cover; float: left; margin-top: 80px;}
.event_box{width:100%;position:relative;min-height:420px;  }
.event_box .parHd {width:100%;display:inline-block;height:92px;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:100%;height:1px;background:rgba(255,255,255,0.3);position:absolute;/* top:33%;*//* right:-140%;*/right:0;top:16%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#FFFFFF;margin:0 60px;position:relative; padding:0px 0px}
.parHd li:after{content:''; background:url(../img/dot_ico.png) no-repeat center;width:20px;height:20px;position:absolute;z-index:20;top:-25px;left:50%;margin-left:-12px;border-radius: 50%;}
.parBd{margin-top:60px; height:350px; width:80%; margin: auto;}
.parBd .slideBox{position:relative}
.parBd .tex{ width:100%; position:absolute; z-index:2; font-size:14px; line-height:30px; color:#666666;}
.parBd .tex ul{ display:flex; justify-content: center;}
.parBd .tex ul li{ width:25%; background-color:#FFFFFF; border-radius: 5px; font-size:14px; line-height:28px;position:relative;}
.parBd .tex ul li .pic{ padding:16px; position:absolute; z-index:111; left:calc(50% - 16px); top:-17px; background:url(../img/xsjiant.png) no-repeat center;}
.parBd .tex ul li h1{ height:48px; background-image: linear-gradient(to right, #039846 , #a3d06a ); padding-left:30px; line-height:48px; font-size:24px; color:#FFFFFF; margin-bottom:0px; margin-top:0px}
.parBd .tex ul li p{ padding:25px 30px; color:#666666}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:205px;}
.sPrev{left:60px;}
.sNext{right:70px;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:20px;height:20px;overflow:hidden; background:url(../img/cat.png) no-repeat center;border-radius: 50%;position:absolute;top:-25px;left:7px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	
/*大事记start*/

.lcbt{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}
.lcbt dl dt{
	font-size: 30px;
	color: #FFFFFF;
	line-height: 40px;
}
.lcbt dl dd{
	font-size: 14px;
	color: #BDBDBD;
	line-height: 30px;
	margin-top: 5px;
	text-transform: uppercase;
}

.fy{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.fy ul{
	display: flex;
	justify-content: center;
}
.fy ul li{
	font-size: 16px;
	line-height: 38px;
}
.fy ul li a{
	padding: 10px 20px;
	height: 38px;
	text-align: center;
	border: 1px solid #E0E0E0;
	border-right: 0px;
}
.fy ul li a:hover{
	background-color: #044796;
	color: #FFFFFF;
}
.fy ul li:last-child a{
	border: 1px solid #E0E0E0;
}
.fy ul li .cur{
	background-color: #044796;
	color: #FFFFFF;
}
.add{
	width: 100%;
	float: left;
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E6E6E6;
	color: #828282;
	font-size: 14px;
}
.cpbt{
	width: 100%;
	float: left;
	margin-top: 60px;
	text-align: center;
	font-size: 24px;
	color: #333333;
	line-height: 32px;
}
.main2{
	width: 1200px;
	margin: auto;
	padding: 0px 15px;
}
.ban{ width:1170px; height: auto; position:relative; overflow:hidden; float:left; margin-top: 30px;}
.ban2{ width:1170px; height:645px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:1170px; height: auto; background:#fff; text-align:center}
.ban2 ul li span{ height:100%; display:inline-block; vertical-align:middle}
.ban2 ul li img{ width:100%; height: auto; vertical-align:middle}
.prev{ float:left; cursor:pointer;}
.num{ height:109px;overflow:hidden; width:980px; position:relative;float:left; margin-left:110px}
.min_pic{ padding-top:16px; width:75vw;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:10vw; height:107px; margin-right:2.0vw; padding:1px;}
.num ul li.on{ border:1px solid red; padding:0;}
.num ul li img{ width:100%; height:100%;}
.prev_btn1{ width:48px; text-align:center; height:48px; margin-top:24px; cursor:pointer; float:left; position:absolute; z-index:11; left:0;}
.prev_btn1 img{
	max-width: 100%;
	height: auto;
}
.next_btn1{  width:48px; text-align:center; height:48px; margin-top:24px;cursor:pointer;float:right;position:absolute; z-index:11; right:0;}
.next_btn1 img{
	max-width: 100%;
	height: auto;
}
.prev1{ position:absolute; top:220px; left:0; width:2.5vw; height:2.5vw;z-index:9;cursor:pointer; display: none;}
.prev1 img{
	max-width: 100%;
	height: auto;
}
.next1{ position:absolute; top:220px; right:0; width:2.5vw; height:2.5vw;z-index:9;cursor:pointer; display: none;}
.next1 img{
	max-width: 100%;
	height: auto;
}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.proshow{
	width: 100%;
	float: left;
	margin-top: 40px;
	background-color: #f2f2f2;
	padding: 40px 50px;
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}
.proshow h1{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.proshow img{
	max-width: 100%;
	height: auto;
}
.sheb{
	width: 100%;
	float: left;
	margin-top: 60px;
	padding: 100px 0px;
	background-image: url(../img/d02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
}
.sheb h1{
	font-size: 36px;
	margin-bottom: 40px;
	color: #FFFFFF;
	font-weight: normal;
}
.sheb ul{
	display: flex;
	margin-top: 190px;
}
.sheb ul li{
	width: 25%;
	text-align: center;
}
.sheb ul li dl dt{
	height: 80px;
}
.sheb ul li dl dt img{
	max-height: 80px;
}
.sheb ul li dl dd{
	font-size: 18px;
	line-height: 24px;
	margin-top: 30px;
}
.sheb .zx{
	display: flex;
	margin-top: 60px;
	justify-content: center;
}
.sheb .zx a{
	width: 200px;
	height: 48px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	text-align: center;
	line-height: 48px;
	color: #FFFFFF;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
}
.sheb .zx img{
	vertical-align: middle;
	margin-top: -3px;
}

.fh{
	width: 100%;
	float: left;
	margin-top: 45px;
}
.fh ul{
	display: flex;
	justify-content: center;
}
.fh ul li{
	width: 292px;
	height: 52px;
	background: #ffffff;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	font-size: 16px;
	color: #6C757D;
	text-align: center;
	line-height: 52px;
}
.fh ul li a{
	color: #6C757D;
}

.prolist{
	width: 100%;
	float: left;
	padding: 0px 4.0vw;
}
.prolist ul li{
	width: calc(34.0% - 40px);
	float: left;
	margin-right: 40px;
	transition: all 0.6s;
	margin-top: 40px;
}
.prolist ul li dl dt{
	height: auto;
	text-align: center;
}
.prolist ul li dl dt img{
	width: 100%;
	height: auto;
	display: block;
}
.prolist ul li dl dd{
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	transition: all 0.6s;
	background-color: #e0e0e0;
}
.prolist ul li:hover{
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
}
.prolist ul li:hover dl dd{
	background: #0361d2;
	color: #FFFFFF;
}
.prolist ul li:nth-child(3n){
	float: right;
	margin-right: 0px;
}

.solution{
	width: 100%;
	float: left;
	padding: 0px 4.0vw;
}
.solution ul li{
	width: 49%;
	float: left;
	margin-top: 40px;
	position: relative;
}
.solution ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.solution ul li .ts01{
	width: auto;
	position: absolute;
	left: 40px;
	top: 60px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	text-transform: uppercase;
	transition: all 0.6s;
	opacity: 1;
}
.solution ul li .ts01 h1{
	font-size: 24px;
	margin-bottom: 8px;
}

.solution ul li .ts02{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 0.6s;
}
.solution ul li:hover .ts02{
	opacity: 1;
}
.solution ul li:hover .ts01{
	opacity: 0;
}
.solution ul li .ts02 h1{
	font-size: 24px;
	margin-bottom: 8px;
}
.solution ul li .ts02 .wz{
	width: 100%;
	height: 100%;
	display: table;
}
.solution ul li .ts02 .wz div{
	display: table-cell;
	vertical-align: middle;
}
.solution ul li .ts02 .wz .more2{
	display: flex;
	margin-top: 70px;
	justify-content: center;
}
.solution ul li .ts02 .wz .more2 a{
	width: 200px;
	height: 48px;
	background: #044796;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 48px;
}
.solution ul li .ts02 .wz .more2 i{
	padding: 12px;
	background-image: url(../img/jt04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 24px;
}
.solution ul li:nth-child(2n){
	float: right;
}
.fatitle{
	width: 100%;
	float: left;
	margin-top: 100px;
	text-align: center;
	color: #044796;
	font-size: 36px;
	font-weight: bold;
}

.fashow{
	width: 100%;
	float: left;
	margin-top: 50px;
	font-size: 14px;
	line-height: 28px;
	color: #999999;
	text-align: center;
}
.fashow ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.fashow ul li{
	width: 33.3%;
	height: 148px;
	border-right: 1px solid #e0e0e0;
}
.fashow ul li dl dt{
	font-weight: bold;
	color: #044796;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	margin-top: 40px;
}
.fashow ul li dl dd{
	font-size: 14px;
	margin-top: 20px;
	color: #999999;
	text-align: center;
}
.fashow ul li:last-child{
	border: 0px;
}

.newlist{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.newlist ul li{
	width: 100%;
	float: left;
	background-color: #e9edf0;
	display: flex;
	align-items: center;
	transition: all 0.6s;
	margin-top: 40px;
}
.newlist ul li .pic{
	width: 45%;
	overflow: hidden;
}
.newlist ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	margin-left: 85px;
	margin-right: 50px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	width: calc(55% - 135px);
}
.newlist ul li .tex h1{
	font-size: 18px;
	color: #333333;
	margin-bottom: 25px;
}
.newlist ul li .tex .rq{
	margin-top: 23px;
	display: flex;
	justify-content: flex-end;
}
.newlist ul li .tex .rq span{
	margin-left: 30px;
	width:  auto;
	font-size: 18px;
	color: #999999;
	text-align: right;
	transition: all 0.6s;
}
.newlist ul li .tex .rq span b{
	font-size: 36px;
	font-weight: normal;
}
.newlist ul li .tex .rq span:nth-child(2){
	display: none;
}
.newlist ul li:hover{
	background-color: #044796;
}
.newlist ul li:hover .tex{
	color: #FFFFFF;
}
.newlist ul li:hover .tex h1{
	color: #FFFFFF;
}
.newlist ul li:hover .tex a{
	color: #FFFFFF;
}
.newlist ul li:hover .tex span{
	color: #FFFFFF;
}
.newlist ul li:hover .tex .rq span:nth-child(2){
	display: block;
}

.casetitle{
	width: 100%;
	float: left;
	font-size: 24px;
	color: #333333;
	margin-top: 57px;
}
.casedate{
	width: 100%;
	float: left;
	color: #828282;
	font-size: 12px;
	margin-top: 52px;
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 45px;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.caseshow img{
	max-width: 100%;
	height: auto;
}

.fh2{
	width: 100%;
	float: left;
	margin-top: 45px;
	margin-bottom: 20px;
}
.fh2 ul{
	display: flex;
	justify-content: center;
}
.fh2 ul li{
	width: 292px;
	height: 52px;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	font-size: 16px;
	color: #6C757D;
	text-align: center;
	line-height: 52px;
}
.fh2 ul li a{
	color: #6C757D;
}

.lxwm{
	width: 100%;
	float: left;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.lxwm-l{
	width: 58%;
	padding: 40px 45px;
	font-size: 14px;
	line-height: 30px;
	padding-top: 0px;
	display: flex;
	justify-content: space-around;
}
.lxwm-l div:nth-child(2){
	margin-top: 200px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}
.lxwm-l div:nth-child(3){
	margin-top: 200px;
	text-align: center;
}
.lxwm-l h1{
	font-size: 18px;
	margin-bottom:10px;
	line-height: 24px;
	margin-top: 30px;
}
.lxwm-l .line23{
	width: 50px;
	height: 2px;
	background-color: #000000;
	margin-top: 15px;
}

.lxwm-r{
	width: 40%;
	padding: 40px 0px;
}
.lxwm-r ul li{
	width: 100%;
	float: left;
	line-height: 60px;
}
.lxbk{
	width: 100%;
	height: 60px;
	border: 0px;
	outline: none;
	font-size: 14px;
	color: #999999;
	line-height: 60px;
	border-bottom: 1px solid #000000;
	font-family: "微软雅黑";
}
.lxanniu{
	width: 207px;
	height: 45px;
	background: #044796;
	border-radius: 4px;
	border: 0px;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
	font-size: 14px;
}
.lxwm-r ul li:last-child{
	margin-top: 35px;
}
.map{
	width: 100%;
	float: left;
	margin-top: 48px;
}
.map img{
	width: 100%;
	height: auto;
	display: block;
}





.mart80{
	margin-top: 80px;
}
.mart45{
	margin-top: 45px;
}
.mart0{
	margin-top: 0px;
}

.f16{
	font-size: 16px;
}
.header2{
	display: none;
}
	
.caselist{
	width: 100%;
	float: left;
}
.caselist ul li{
	width: calc(50% - 50px);
	margin-right: 50px;
	margin-top: 40px;
	transition: all 0.6s;
	float: left;
}
.caselist ul li .pic{
	text-align: center;
	overflow: hidden;
	position: relative;
}
.caselist ul li .pic .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../img/sp.png);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.6s;
}
.caselist ul li:hover .pic .mask{
	opacity: 1;
}
.caselist ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
	height:360px;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}
.caselist ul li dl dt{
	font-size: 18px;
	margin-top: 10px;
	line-height: 36px;
	color: #333333;
	transition: all 0.6s;
	text-align:center;
}
.caselist ul li:hover dl dt{
	color: #0063B1;
}
	
}


@media (max-width:1199px) and @media (min-width:768px){
	
}



@media (max-width:1199px) {


.caselist{
	width: 100%;
	float: left;
}
.caselist ul li:nth-child(2n){
	float: right;
}
.caselist ul li{
	width: 48%;
	margin-top: 1.0rem;
	transition: all 0.6s;
	float: left;
}
.caselist ul li .pic{
	text-align: center;
	overflow: hidden;
	position: relative;
}
.caselist ul li .pic .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../img/sp.png);
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 0.6s;
}
.caselist ul li:hover .pic .mask{
	opacity: 1;
}
.caselist ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}
.caselist ul li dl dt{
	font-size: 1.0rem;
	margin-top: 0.5rem;
	line-height: 1.5rem;
	color: #333333;
	transition: all 0.6s;
	text-align:center;
}
.caselist ul li:hover dl dt{
	color: #0063B1;
}
.shijin{
	width: 100%;
	float: left;
	margin-top: 40px;

}
.shijin ul{
}
.shijin ul li{
	width: 50%;
	float:left;
}
.shijin ul li img{
	max-width: 100%;
	max-height: 100%;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #FFFFFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 15px; 
	height: 15px; 
	background:url(../img/close.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#ffffff;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:95%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #f8f8f8;}
.currentDd3 i{
	background:url(../img/xjt2.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.9rem; 
	padding-bottom:0px;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.inabout{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	text-align: center;
}
.inabout ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.0rem;
}
.inabout ul li{
	width: calc(33.3% - 2px);
	height: 7.0rem;
	background-color: #f2f2f2;
	display: table;
}
.inabout ul li dl{
	display: table-cell;
	vertical-align: middle;
}
.inabout ul li dl dt{
	font-weight: bold;
	color: #044796;
	font-size: 1.5rem;
	text-align: center;
	line-height: 2.5rem;
}
.inabout ul li dl dd{
	font-size: 0.8rem;
	margin-top: 0.5rem;
	color: #666666;
	text-align: center;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.more{
	display: flex;
	justify-content: center;
	margin-top: 1.0rem;
}
.more a{
	width: 6.0rem;
	height: 2.0rem;
	border: 1px solid #999999;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
}
.wrap{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	background-color: #f2f2f2;
	padding-bottom: 2.0rem;
	padding-top: 2.0rem;
}
.bt{
	width: 100%;
	float: left;
	padding-bottom: 1.0rem;
	background-image: url(../img/hx.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 1.5rem;
	color: #333333;
	text-align: center;
	line-height: 2.0rem;
}

.inpro{
	width: 100%;
	float: left;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width: 50%;
	height: 40vw;
	position: relative;
	overflow: hidden;
}
.inpro ul li img{
	width: 100%;
	height: 100%;
	display: block;
}
.inpro ul li .tex{
	position: absolute;
	z-index: 2;
	width: auto;
	left: 1.0rem;
	top: 2.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.inpro ul li .tex h1{
	font-size: 1.2rem;
	color: #044796;
	line-height: 1.5rem;
	margin-bottom: 0.3rem;
}
.inpro ul li .tex i{
	width: 2.0rem;
	height: 2.0rem;
	background-image: url(../img/jt01.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.inpro ul li .tex .small{
	display: none;
	text-transform: uppercase;
}
.inpro ul li .tex .jia{
	display: flex;
	margin-top: 0.5rem;
}
.inpro ul li:hover .tex .small{
	display: inline-block;
}
.inpro ul li .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(4,71,150,0.8);
	opacity: 0;
	transition: all 0.6s;
}
.inpro ul li:hover .mask{
	opacity: 1;
}
.inpro ul li:hover .tex{
	color: #FFFFFF;
}
.inpro ul li:hover .tex h1{
	color: #FFFFFF;
}
.inpro ul li:hover .tex i{
	background-image: url(../img/jt02.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.partner{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.partner ul li{
	width: 6rem;
	height: 3.0rem;
	text-align: center;
	border: 1px solid #e0e0e0;
	margin-right:0.5rem;
	float:left;
}
.partner ul li span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.partner ul li img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}



.partner6{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.partner6 ul li{
	width: 6rem;
	height: 3.0rem;
	text-align: center;
	border: 1px solid #e0e0e0;
	margin-right:0.5rem;
	float:left;
	margin-top:1.0rem;
}
.partner6 ul li span{
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	
}
.partner6 ul li img{
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}



.foot{
	width: 100%;
	float: left;
	background: #0b1f4f;
	margin-top: 2.0rem;
}
.foot01{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.foot01 ul{
	display: flex;
}
.foot01 ul li{
	width: 100%;
	text-align: center;
	color: rgba(255,255,255,0.8);
	padding: 1.0rem 0px;
}
.foot01 ul li div{
	height: 2.0rem;
}
.foot01 ul li div img{
	max-height: 2.0rem;
}
.foot01 ul li dl dt{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	margin-top: 0.5rem;
}
.foot01 ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	margin-top: 1.0rem;
}
.foot01 ul li:last-child{
	border: 0px;
}
.foot02{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	line-height: 1.5rem;
	border-top: 1px solid rgba(255,255,255,0.3);
	color: rgba(255,255,255,0.50);
	font-size: 0.8rem;
	text-align: center;
	padding: 1.0rem;
}


.pos{
	position: static;
}
.nybanner{
	width: 100%;
	float: left;
	height: auto;
	position: relative;
	margin-top: 4.0rem;
}
.nybanner img{
	width: 100%;
	height: auto;
	display: block;
}
.nybanner .wenz{
	width: 100%;
	position: absolute;
	z-index: 1;
	top: calc(50% - 2.0rem);
	left: 0;

}
.nybanner .wenz dl{
	display: flex;
	flex-wrap: wrap;
}
.nybanner .wenz dl dt{
	line-height: 2.0rem;
	font-size: 0.8rem;
	color: #ffffff;
	width: 100%;
}
.nybanner .wenz dl dd{
	line-height: 2.0rem;
	font-size: 1.5rem;
	color: #F2F2F2;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	font-family: arial;
}

.zlm{
	width: 100%;
	float: left;
	height: auto;
	border-bottom: 1px solid #e6e6e6;
	line-height: 1.5rem;
}
.zlm ul{
	display: flex;
}
.zlm ul li{
	width: 25%;
	font-size: 0.8rem;
	font-weight: bold;
	line-height: 1.5rem;
	text-align: center;
	padding-bottom: 1.0rem;
	padding-top: 1.0rem;
}
.zlm ul li.cur{
	border-bottom: 2px solid #317DE9;
}
.zlm ul li.cur a{
	color: #317DE9;
}
.zlm ul li:hover{
	border-bottom: 2px solid #317DE9;
}
.zlm ul li:hover a{
	color: #317DE9;
}

.nybt{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	text-align: center;
	font-size: 1.5rem;
	color: #333333;
	line-height: 2.0rem;
	justify-content: center;
}
.nybt i{
	margin-left: 1.0rem;
	margin-right: 1.0rem;
}
.nybt img{
	display: none;
}

.zlm2{
	width: 100%;
	float: left;
	height: 60px;
	border-bottom: 1px solid #e6e6e6;
	line-height: 60px;
	padding: 0px 4.0vw;
}
.zlm2 ul{
	display: flex;
}
.zlm2 ul li{
	margin-right: 60px;
	font-size: 16px;
	font-weight: bold;
	height: 60px;
	line-height: 60ox;
	color: #666666;
}
.zlm2 ul li a{
	color: #666666;
}
.zlm2 ul li.cur a{
	color: #317DE9;
}
.zlm2 ul li:hover a{
	color: #317DE9;
}
#mart40{
	margin-top: 1.0rem;
	text-align: left;
}
#mart40 ul{
	margin-bottom: 1.0rem;
}
.about{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.about img{
	max-width: 100%;
	height: auto;
}
.cutrul{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	background-image: url(../img/whbj.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 20rem;
}
.cutrul ul{
	display: flex;
}
.cutrul ul li{
	width: 25%;
	border-right: 1px solid rgba(255,255,255,0.3);
	height: 20rem;
	position: relative;
}
.cutrul ul li .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	background-color: rgba(4,71,150,0.80);
	transition: all 0.6s;
}
.cutrul ul li:hover .mask{
	opacity: 1;
}
.cutrul ul li .tex{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.cutrul ul li .pic{
	margin-top: 3.0rem;
	height: 2.0rem;
	text-align: center;
}
.cutrul ul li .pic img{
	max-height: 2.0rem;
}
.cutrul ul li dl dt{
	font-size: 1.0rem;
	color: #FFFFFF;
	margin-top: 1.0rem;
	margin-bottom: 1.0rem;
	text-align: center;
	font-weight: bold;
}
.cutrul ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: center;
	color: #FFFFFF;
	margin-left: 0.2rem;
	margin-right: 0.2rem;
}
.fzlc{
	width: 100%;
	float: left;
	padding-bottom: 60px;
}

/*大事记start*/
.about_bg{width:100%;height: auto;background: url(../img/about_bg.jpg) no-repeat;background-size:cover; float: left; margin-top: 2.0rem;}
.event_box{width:90%;margin:5% auto 0;position:relative;min-height:420px;  }
.event_box .parHd {width:100%;display:inline-block;height:92px;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;padding-top:25px !important;}
.parHd .tempWrap{margin:0 auto;}
.parHd .tempWrap:after{content:'';width:100%;height:1px;background:rgba(255,255,255,0.3);position:absolute;/* top:33%;*//* right:-140%;*/right:0;top:16%;/* margin-top:-0.5px;*/z-index:10;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-top:30px;font-size:16px;color:#FFFFFF;margin:0 2.0rem;position:relative; padding:0px 0px}
.parHd li:after{content:''; background:url(../img/dot_ico.png) no-repeat center;width:20px;height:20px;position:absolute;z-index:20;top:-25px;left:50%;margin-left:-12px;border-radius: 50%;}
.parBd{margin-top:60px; height:350px; width:80%; margin: auto;}
.parBd .slideBox{position:relative}
.parBd .tex{ width:100%; position:absolute; z-index:2; font-size:14px; line-height:30px; color:#666666;}
.parBd .tex ul{ display:flex; justify-content: center;}
.parBd .tex ul li{ width:100%; background-color:#FFFFFF; border-radius: 5px; font-size:14px; line-height:28px; overflow:hidden}
.parBd .tex ul li h1{ height:48px; background-image: linear-gradient(to right, #039846 , #a3d06a ); padding-left:30px; line-height:48px; font-size:24px; color:#FFFFFF; margin-bottom:0px; margin-top:0px}
.parBd .tex ul li p{ padding:25px 30px; color:#666666}
div#listBox {width:100%;}
.sPrev,.sNext{width:30px;height:30px;display:block;position:absolute;top:6.0rem;}
.sPrev{left:0;}
.sNext{right:0;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width:20px;height:20px;overflow:hidden; background:url(../img/cat.png) no-repeat center;border-radius: 50%;position:absolute;top:-25px;left:7px;z-index:21;}
.parHd li span,.parHd li.clone span{display:none;}	
/*大事记start*/

.lcbt{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 2.0rem;
	margin-bottom: 2.0rem;
}
.lcbt dl dt{
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 2.0rem;
}
.lcbt dl dd{
	font-size: 0.8rem;
	color: #BDBDBD;
	line-height: 1.5rem;
	margin-top: 5px;
	text-transform: uppercase;
}

.fy{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.fy ul{
	display: flex;
	justify-content: center;
}
.fy ul li{
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.fy ul li a{
	padding: 0.5rem 0.5rem;
	height: 1.5rem;
	text-align: center;
	border: 1px solid #E0E0E0;
	border-right: 0px;
}
.fy ul li a:hover{
	background-color: #044796;
	color: #FFFFFF;
}
.fy ul li:last-child a{
	border: 1px solid #E0E0E0;
}
.fy ul li .cur{
	background-color: #044796;
	color: #FFFFFF;
}
.add{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #E6E6E6;
	color: #828282;
	font-size: 0.8rem;
}
.cpbt{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	text-align: center;
	font-size: 1.2rem;
	color: #333333;
	line-height: 1.5rem;
}
.main2{
	width: 100%;
	float: left;
	padding: 0px 5%;
}
.ban{ width:280px; height: auto; position:relative; overflow:hidden; float:left; margin-top: 30px; display: none;}
.ban2{ width:280px; height:180px; position:relative; overflow:hidden;}
.ban2 ul{ position:absolute; left:0; top:0;}
.ban2 ul li{ width:320px; height: auto; background:#fff; text-align:center}
.ban2 ul li span{ height:100%; display:inline-block; vertical-align:middle}
.ban2 ul li img{ width:100%; height: auto; vertical-align:middle}
.prev{ float:left; cursor:pointer;}
.num{ height:4.0rem;overflow:hidden; width:230px; position:relative;float:left; margin-left:1.5rem}
.min_pic{ padding-top:16px; width:75vw;}
.num ul{ position:absolute; left:0; top:0;}
.num ul li{ width:50px; height:2.0rem; margin-right:2.0vw; padding:1px;}
.num ul li.on{ border:1px solid red; padding:0;}
.num ul li img{ width:100%; height:100%;}
.prev_btn1{ width:1.0rem; text-align:center; height:1.0rem; margin-top:0.5rem; cursor:pointer; float:left; position:absolute; z-index:11; left:0;}
.prev_btn1 img{
	max-width: 100%;
	height: auto;
}
.next_btn1{  width:1.0rem; text-align:center; height:1.0rem; margin-top:0.5rem;cursor:pointer;float:right;position:absolute; z-index:11; right:0;}
.next_btn1 img{
	max-width: 100%;
	height: auto;
}
.prev1{ position:absolute; top:220px; left:0; width:2.5vw; height:2.5vw;z-index:9;cursor:pointer; display: none;}
.prev1 img{
	max-width: 100%;
	height: auto;
}
.next1{ position:absolute; top:220px; right:0; width:2.5vw; height:2.5vw;z-index:9;cursor:pointer; display: none;}
.next1 img{
	max-width: 100%;
	height: auto;
}
.mhc{ background:#000; width:100%;opacity:0.5;-moz-opacity:0.5;filter:alpha(Opacity=50); position:absolute; left:0; top:0; display:none;}
.proshow{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	background-color: #f2f2f2;
	padding: 1.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
}
.proshow h1{
	font-size: 1.0rem;
	line-height: 1.5rem;
	color: #333333;
	margin-bottom: 1.0rem;
}
.proshow img{
	max-width: 100%;
	height: auto;
}
.sheb{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	padding: 3.0rem 0px;
	background-image: url(../img/d02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: center;
	color: #FFFFFF;
}
.sheb h1{
	font-size: 1.5rem;
	margin-bottom: 1.0rem;
	color: #FFFFFF;
	font-weight: normal;
}
.sheb ul{
	display: flex;
	margin-top: 7.0rem;
	flex-wrap: wrap;
}
.sheb ul li{
	width: 50%;
	text-align: center;
	margin-top: 1.0rem;
}
.sheb ul li dl dt{
	height: 3.0rem;
}
.sheb ul li dl dt img{
	max-height: 3.0rem;
}
.sheb ul li dl dd{
	font-size: 0.8rem;
	line-height: 1.5rem;
	margin-top: 1.0rem;
}
.sheb .zx{
	display: flex;
	margin-top: 2.0rem;
	justify-content: center;
}
.sheb .zx a{
	width: 8.0rem;
	height: 2.5rem;
	border: 1px solid #ffffff;
	border-radius: 4px;
	text-align: center;
	line-height: 2.5rem;
	color: #FFFFFF;
	font-size: 0.8rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.sheb .zx img{
	vertical-align: middle;
	margin-top: -3px;
}

.fh{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
}
.fh ul{
	display: flex;
	justify-content: center;
}
.fh ul li{
	width: 8.0rem;
	height: 2.5rem;
	background: #ffffff;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	font-size: 0.8rem;
	color: #6C757D;
	text-align: center;
	line-height: 2.5rem;
}
.fh ul li a{
	color: #6C757D;
}

.prolist{
	width: 100%;
	float: left;
	padding: 0px 4.0vw;
}
.prolist ul li{
	width: calc(34.0% - 40px);
	float: left;
	margin-right: 40px;
	transition: all 0.6s;
	margin-top: 40px;
}
.prolist ul li dl dt{
	height: auto;
	text-align: center;
}
.prolist ul li dl dt img{
	width: 100%;
	height: auto;
	display: block;
}
.prolist ul li dl dd{
	height: 65px;
	line-height: 65px;
	text-align: center;
	font-size: 18px;
	color: #333333;
	transition: all 0.6s;
	background-color: #e0e0e0;
}
.prolist ul li:hover{
	box-shadow: 0px 30px 60px 0px rgba(57,57,57,0.10);
}
.prolist ul li:hover dl dd{
	background: #0361d2;
	color: #FFFFFF;
}
.prolist ul li:nth-child(3n){
	float: right;
	margin-right: 0px;
}

.solution{
	width: 100%;
	float: left;
	padding: 0px 4.0vw;
	margin-bottom: 1.0rem;
}
.solution ul li{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	position: relative;
}
.solution ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.solution ul li .ts01{
	width: auto;
	position: absolute;
	left: 1.0rem;
	top: 2.0rem;
	font-size: 0.8rem;
	color: #FFFFFF;
	line-height: 1.5rem;
	text-transform: uppercase;
	transition: all 0.6s;
	opacity: 1;
}
.solution ul li .ts01 h1{
	font-size: 1.2rem;
	margin-bottom: 8px;
}

.solution ul li .ts02{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 0.8rem;
	color: #FFFFFF;
	line-height: 1.5rem;
	text-transform: uppercase;
	text-align: center;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	opacity: 0;
	transition: all 0.6s;
}
.solution ul li:hover .ts02{
	opacity: 1;
}
.solution ul li:hover .ts01{
	opacity: 0;
}
.solution ul li .ts02 h1{
	font-size: 1.2rem;
	margin-bottom: 8px;
}
.solution ul li .ts02 .wz{
	width: 100%;
	height: 100%;
	display: table;
}
.solution ul li .ts02 .wz div{
	display: table-cell;
	vertical-align: middle;
}
.solution ul li .ts02 .wz .more2{
	display: flex;
	margin-top: 1.0rem;
	justify-content: center;
}
.solution ul li .ts02 .wz .more2 a{
	width: 6rem;
	height: 2.0rem;
	background: #317de9;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 0.8rem;
	line-height: 2.0rem;
}
.solution ul li .ts02 .wz .more2 i{
	padding: 0.5rem;
	background-image: url(../img/jt04.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 0.5rem;
}
.solution ul li:nth-child(2n){
	float: right;
}
.fatitle{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	text-align: center;
	color: #044796;
	font-size: 1.5rem;
	font-weight: bold;
}

.fashow{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #999999;
	text-align: center;
}
.fashow ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.0rem;
}
.fashow ul li{
	width: 33.3%;
	height: 8.0rem;
	border-right: 1px solid #e0e0e0;
}
.fashow ul li dl dt{
	font-weight: bold;
	color: #044796;
	font-size: 1.0rem;
	text-align: center;
	line-height: 1.5rem;
	margin-top: 1.0rem;
}
.fashow ul li dl dd{
	font-size: 0.8rem;
	margin-top: 1.0rem;
	color: #999999;
	text-align: center;
}
.fashow ul li:last-child{
	border: 0px;
}

.newlist{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.newlist ul li{
	width: 100%;
	float: left;
	background-color: #e9edf0;
	display: flex;
	align-items: center;
	transition: all 0.6s;
	margin-top: 1.0rem;
	flex-wrap: wrap;
}
.newlist ul li .pic{
	width: 100%;
	overflow: hidden;
}
.newlist ul li .pic img{
	width: 100%;
	height: auto;
	display: block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666;
	width: 100%;
	padding: 1.0rem;
}
.newlist ul li .tex h1{
	font-size: 1.0rem;
	color: #333333;
	margin-bottom: 1.0rem;
}
.newlist ul li .tex .rq{
	margin-top: 1.0rem;
	display: flex;
	justify-content: flex-end;
}
.newlist ul li .tex .rq span{
	margin-left: 1.0rem;
	width:  auto;
	font-size: 1.0rem;
	color: #999999;
	text-align: right;
	transition: all 0.6s;
}
.newlist ul li .tex .rq span b{
	font-size: 1.2rem;
	font-weight: normal;
}
.newlist ul li .tex .rq span:nth-child(2){
	display: none;
}
.newlist ul li:hover{
	background-color: #044796;
}
.newlist ul li:hover .tex{
	color: #FFFFFF;
}
.newlist ul li:hover .tex h1{
	color: #FFFFFF;
}
.newlist ul li:hover .tex a{
	color: #FFFFFF;
}
.newlist ul li:hover .tex span{
	color: #FFFFFF;
}
.newlist ul li:hover .tex .rq span:nth-child(2){
	display: block;
}

.casetitle{
	width: 100%;
	float: left;
	font-size: 1.2rem;
	color: #333333;
	margin-top: 2.0rem;
}
.casedate{
	width: 100%;
	float: left;
	color: #828282;
	font-size: 0.8rem;
	margin-top: 2.0rem;
}
.caseshow{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #333333;
}
.caseshow img{
	max-width: 100%;
	height: auto;
}

.fh2{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
	margin-bottom: 0.5rem;
}
.fh2 ul{
	display: flex;
	justify-content: center;
}
.fh2 ul li{
	width: 8.0rem;
	height: 2.5rem;
	background: #ffffff;
	border: 1px solid #E6E6E6;
	border-radius: 8px;
	font-size: 0.8rem;
	color: #6C757D;
	text-align: center;
	line-height: 2.5rem;
}
.fh2 ul li a{
	color: #6C757D;
}

.lxwm{
	width: 100%;
	float: left;
	margin-top: 1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm-l{
	width: 100%;
	padding:1.0rem;
	font-size: 14px;
	line-height: 30px;
	padding-top: 0px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.lxwm-l div img{
	max-width: 80%;
}
.lxwm-l div:nth-child(2){
	margin-top: 2.0rem;
	text-align: center;
	width: 50%;
}
.lxwm-l div:nth-child(3){
	margin-top: 2.0rem;
	text-align: center;
	width: 50%;
}
.lxwm-l h1{
	font-size: 1.0rem;
	margin-bottom:0.5rem;
	line-height: 1.5rem;
	margin-top: 1.0rem;
}
.lxwm-l .line23{
	width: 2.0rem;
	height: 2px;
	background-color: #000000;
	margin-top: 0.5rem;
}

.lxwm-r{
	width: 100%;
	padding: 1.0rem 0px;
}
.lxwm-r ul li{
	width: 100%;
	float: left;
	line-height: 3.0rem;
}
.lxbk{
	width: 100%;
	height: 3.0rem;
	border: 0px;
	outline: none;
	font-size: 0.8rem;
	color: #999999;
	line-height: 3.0rem;
	border-bottom: 1px solid #000000;
	font-family: "微软雅黑";
}
.lxanniu{
	width: 8.0rem;
	height: 2.0rem;
	background: #044796;
	border-radius: 4px;
	border: 0px;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 2.0rem;
	text-align: center;
	font-size: 0.8rem;
}
.lxwm-r ul li:last-child{
	margin-top: 35px;
}
.map{
	width: 100%;
	float: left;
	margin-top: 1.0rem;
}
.map img{
	width: 100%;
	height: auto;
	display: block;
}





.mart80{
	margin-top: 2.0rem;
}
.mart45{
	margin-top: 1.5rem;
}
.mart0{
	margin-top: 0px;
}

.f16{
	font-size: 0.8rem;
}

























	
	
	














}
































