

/*# sourceMappingURL=style.css.map */
body{
	font-family: '微软雅黑';
	min-width: 1200px;
}
::-webkit-scrollbar/*閺佺繝缍嬮柈銊ュ瀻*/{width:5px;height:5px;background: #f1f1f1}
::-webkit-scrollbar-track/*濠婃垵濮╂潪銊╀壕*/{border-radius: 0px;
background:rgba(230,0,18,0);}
::-webkit-scrollbar-thumb/*濠婃垵娼�*/{border-radius:5px;
background:#006ebc;}
::-webkit-scrollbar-thumb:hover/*濠婃垵娼￠弫鍫熺亯*/{border-radius:5px;
background:#006ebc;}
.welcome,.bigdata,.tourism{
	width: 100%;
	min-width: 1200px;
}

header{
	height: 94px;
	line-height: 94px;
	background-color: #ffffff;
	overflow: hidden;
}
.w1180{
	width: 1180px;
	margin: 0 auto;
}
.w1180 img{
	max-width: 100%;
}
header .log{
	width: 380px;
	height: 94px;
	position: relative;
}
header .log img{
	width: 185px;
	height: 50px;
	position: absolute;
	top: 50%;
	margin: -25px 0 0;	
}
header .nav .item{
	float: left;
}
header .nav .tit{
	display: inline-block;
	padding: 0 30px;
	height: 100%;
	font-size: 16px;
	color: #333333;
	position: relative;
	transition: color .5s;
}
header .nav .item:hover .tit,header .nav .item.active .tit{
	color: #006ebc;
}
header .nav .con{
	position: absolute;
	left: 0;
	top: 94px;
	background-color: #f2f2f2;
	width: 100%;
	font-size: 14px;
	color: #555555;
	font-family: '微软雅黑';
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: alpha(opacity=100)\9;
	transition: all .3s;
}
header .nav .con ul{	
	padding: 50px 0 50px 270px;
}
header .seach-btn{
	height: 94px;
	width: 24px;
	background: url('../img/seach.png') no-repeat center;
	float: right;	
	cursor: pointer;
}
header .nav .tit span{
	left: 50%;
	bottom: 0;
	width:0%;
	height: 2px;
	background-color: #006ebc;
	transition:all .5s;
}
header .nav .tit.on span,header .item:hover .tit span,header .item.active .tit span{
	left: 10%;
	width: 80%;
}
header .item:hover .con{
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	margin-top: -2px\9;
}
header .item .con a{
	color: #555555;
}
header .item .con li{
	padding: 0 26px;
	float: left;
	border-left: 1px solid #d8d8d8;
	min-height: 120px;
}

header .item .con li:first-child{
	border: none;
}
header .item .con li a:first-child{
	color: #006ebc;
	font-size: 16px;
}
header .item .con li a{
	display: block;
	line-height: 30px;
	transition: all .3s;
}
header .item .con li a:hover{
	color: #006ebc;
}
footer{
	background-color: #f2f2f2;
	color: #909090;
	font-size: 12px;
}
footer .log{
	width: 170px;
	height: 46px;
	margin-bottom: 40px;
}
footer a{
	color: #909090;
	transition:all .5s;
}
footer a:hover{color: #006ebc}
footer .top{
	padding: 66px 0 50px;
}
footer .tit{
	color: #909090;
	font-size: 16px;
}
footer .top ul{
	width: 740px;
}
footer .top ul li{
	float: left;
	padding: 0 32px;
}
footer .top ul li a{
	display: block;
	position: relative;
}
footer .top ul li a.tit{
	margin-bottom: 30px;
	padding-bottom: 14px;
}
footer .top ul li a.tit span{
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0;	
	width: 40px;
	height: 1px;
	background-color: #3f3f3f;
}
footer .top .aside{
	width: 298px;
}
footer .top .code img{
	width: 100px;
	height: 100px;
}
footer .foot{
	padding: 40px 0 60px;
	border-top: 1px solid #3f3f3f;
}
footer .foot .fl{
	width: 310px;
}
footer .foot .gotop{
	display: block;
	width: 55px;
	height: 55px;
	border: 1px solid #008ed6;
	background: #008ed6 url(./img/up.png) no-repeat center;
	border-radius: 5px;
	transition: all .5s;
}
footer .foot .gotop:hover{
	border: 1px solid #fff;
	background-color: transparent;
}
/* banner */
.loader{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 1px solid rgba(0,0,0, 0.08);
    border-right: 1px solid rgba(0,0,0, 0.08);
    border-bottom: 1px solid rgba(0,0,0, 0.08);
    border-left: 1px solid rgba(0,0,0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.banner{
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    width: 100%;
    height: 796px;
    max-height: 796px;
    min-height: 600px;
    margin: 0 auto;
    color: #ffffff;
    z-index: 1;
    -webkit-transform: translateZ(0);
}
.banner ul{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.banner li{
        position: absolute;
        left: 0;
        top: 0;
        display: none;
   		width: 100%;
    	min-width: 1200px;
    height: 100%;
}
.banner li .text{
	position: absolute;
	width: 100%;
	padding-top: 206px;
	text-align: center;
	color: #fff;
}
.banner li .text .cn{
	font-size: 48px;
}
.banner li .text .en{
	font-size: 80px;
	line-height: 1;
	font-family: 'Impact';
}
.en{
	text-transform: uppercase;
}
.banner li em{
	display: block;
}
.banner .btns{
        position: absolute;
        bottom: 80px;
        height: 12px;
        text-align: center;
}
.banner ul,.banner li{
}
.banner ul,.banner li a{
	width: 100%;
}
.btnsbox{
	width: 100%;
	max-width: 1200px;
	left: 50%;
	margin-left: -600px;
}
.btns{
	position: absolute;
	left: 50%;
	bottom: 12px;
	height: 12px;
	text-align: center;

}
.btns span{
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: transparent;
	border: 2px solid transparent;
	/* background: #d6d6d6; */
	margin: 0 13px;
	opacity: 1;
	cursor: pointer;
	position: relative;
}
.btns span.cur{
    opacity: 1;
	border: 2px solid #fbea02;
}	
.btns span i{
 	position: absolute;
 	width: 8px;
 	height: 8px;
 	top: 50%;
 	left: 50%;
 	margin: -4px 0 0 -4px;
 	border-radius: 50%;
 	background: #d6d6d6;	
}
.btns span.cur i{
 	background: #fbea02;
}
.welcome h3.tit{
	font-size: 38px;
	color: #333333;
	padding-bottom: 34px;
}
.welcome .box{
	padding: 72px 0 80px;
}
.m-por .por-list{
	overflow: hidden;
    margin-top: -80px;
}
.m-por li{
	width: 378px;
	background-color: #f8f8f8;
	float: left;
}
.m-por li .imgbox{
	text-align: center;
	overflow: hidden;
}
.m-por li .imgbox img{
	width: 378px;
	transition: all .5s;
}
.m-por li:hover .imgbox img{
	transform: scale(1.05);
}
.m-por li .text{
	padding: 40px 24px 20px;
	color: #888888;
	font-size: 14px;
	line-height: 24px;
}
.m-por li .text .tit{
	font-size: 18px;
	color: #292828;
	padding-bottom: 10px;
}
.m-por li .text .top{
	padding: 0 0 16px;
	border-bottom: 1px dashed #dcdcdc;
}
.morebox{
	display: block;
	background: url('../img/more.png') no-repeat left  center;
	color: #666666;
	padding: 16px 0 16px 30px;
	transition: all .5s;
}
.morebox:hover{
	color: #006fbc;
	background-image: url('../img/more-active.png');
}
.m-por li+li{
	margin-left: 20px;
}
.m-por .prev,.m-por .next{
	display: block;
	width: 35px;
	height: 35px;
}
.por-list{ overflow:hidden; position:relative;}
.por-list .hd{ overflow:hidden;height:110px;padding:0 10px;}
.por-list .hd .prev,.por-list .hd .next{ transition: all .3s;opacity: 0.7;
filter: alpha(opacity=70);;display:block;width:35px; height:35px;float:right; margin-right:5px; margin-top:10px;background-color: #e5e5e5;border-radius: 50%;  overflow:hidden;cursor:pointer;}
.por-list .hd .prev{ background: url('../img/m-prev.png') }
.por-list .hd .next{ background: url('../img/m-next.png') }
.por-list .hd .prev:hover,.por-list .hd .next:hover{
	opacity: 1;
	filter: alpha(opacity=100);
}
.por-list .hd .prevStop{ background-position:-60px 0; }
.por-list .hd .nextStop{ background-position:-60px -50px; }
.por-list .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.por-list .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;}
.por-list .hd ul li.on{ background-position:0 0; }
.por-list .bd ul{ overflow:hidden; zoom:1; }
.por-list .bd ul li{ margin:0 16px 0 0; float:left; _display:inline; overflow:hidden;}
.programme{
	width: 100%;
	min-width: 1180px;
}
.programme .nav{
	padding-top: 36px;
}
.programme .box{
	padding-bottom: 70px;
	overflow: hidden;
}
.programme h3.tit .nav a{
	font-size: 14px;
	color: #888888;
	padding: 0 11px;
	position: relative;
	transition: all .5s;
}
.programme h3.tit .nav a:hover{
	color: #005a97;
}
.programme h3.tit .nav a em{
	position: absolute;
	right: 0;
	top: 50%;
	height: 10px;
	width: 1px;
	margin-top: -5px;
	background-color: #bfbfbf;
}
.programme h3.tit .nav a.last em{
	display: none;
}
.programme .programme-list li{
	width: 590px;
	height: 305px;
	position: relative;
	margin-right: 14px;
	overflow: hidden;
}
.programme .programme-list li .container{
	width: 528px;
	height: 232px;
	padding-top: 50px;
	padding-left: 24px;
	background-color: #e1e1e1;
	color: #333333;
}
.programme .programme-list li:hover .container{
	background-color: #006fbc;
	color: #fff;
	transition: all .5s;
}
.programme .programme-list .container .text{
	width: 272px;
}
.programme .programme-list .container h4.tit{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #d0d0d0;
	padding-bottom: 12px;
}
.programme .programme-list li:hover h4.tit{
	border-bottom: 1px dashed #d0d0d0;
}
.programme .programme-list .container .con{
	padding-top: 20px;
	font-size: 12px;
	color: #888888;
}
.programme .programme-list li:hover .container .con{
	color: #dde7f3;
}
.programme .programme-list .r-img{
	width: 272px;
	height: 178px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -89px;
}
.programme .programme-list .more{
	display: block;
	position: absolute;
	bottom: 0;
	left: 24px;
	width: 143px;
	height: 50px;
	background-color: #2e2e2e;
	transition: all .5s;
}
.programme .programme-list li:hover .more{
	background-color: #ff0000;
}
.programme .programme-list .more .txt{
	width: 92px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	transition: all .5s;
}
.programme .programme-list .more .fa-more{
	width: 50px;
	height: 50px;
	background: #585858 url('../img/fa-more.png') no-repeat center;

}
.programme .programme-list li:hover .more .fa-more{
	background: #ff3333 url('../img/fa-more.png') no-repeat center;

}
.programme-list .hd{
	padding: 70px 0 0;
	text-align: center;
	font-size: 0;
}
.programme-list .hd .next,.programme-list .hd .prev{
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border-radius: 2px;
	background-color: #fff;
	cursor: pointer;
	margin: 0 7px;
	transition: all .5s;
}
.programme-list .hd .next{
	background:#fff url('../img/next2.png') no-repeat center;
}
.programme-list .hd .prev{
	background:#fff url('../img/prev2.png') no-repeat center;
}
.programme-list .hd .next:hover{
	background:#ff0000 url('../img/next2-active.png') no-repeat center;
}
.programme-list .hd .prev:hover{
	background:#ff0000 url('../img/prev2-active.png') no-repeat center;
}
.ewifi .programme-list .hd .prev,.ewifi .programme-list .hd .next{
	background-color: #d8d8d8;
}
.ewifi .programme-list .hd .prev:hover,.ewifi .programme-list .hd .next:hover{
	background-color: #ff0000;
}
.case h3.tit a{
	color: #ffffff;
	font-size: 20px;
	font-family: 'Arial';
	height: 76px;
	line-height: 76px;
	vertical-align: middle;
}
.case .box{
	padding-bottom: 68px;
}
.news .box .left{
	width: 540px;
	padding-right: 16px;
	font-size: 14px;
	color: #888888;
	border-bottom: 1px solid #dcdcdc;
}
.news .box .left .tit{
	color: #333333;
	font-size: 26px;
	padding-top: 10px;
}

.news .box .left .con{
	line-height: 22px;
}
.news .box .right{
	width: 590px;
}
.news .box .right .tit{
	font-size: 26px;
	padding-bottom: 28px;
	color: #333333;
	line-height: 1;
	border-bottom: 1px solid #dcdcdc;
}
.news .box .right a{
	font-size: 14px;
}
.news .box .right li{
	padding: 15px 0;
	border-top: 1px dashed #dcdcdc;
}
.news .box .right li:first-child{
	border-top: none;
}
.news .box .right li .fl{
	color: #666666;
	padding-right: 16px;
	border-right: 1px solid #f7f7f7;
}
.news .box .right li .m-d{
	font-size: 30px;
	line-height: 1;
}
.news .box .right li .year{
	font-size: 18px;
	text-align: right;
}
.news .box .right li .fr .d1{
	font-size: 18px;
	color: #333333;
	height: 30px;
}
.news .box .right li .fr .d2{
	font-size: 12px;
	color: #888888;
	line-height: 30px;
	transition: all .5s;
}
.news .box .right li:hover .fr .d2{
	color: #005a97;
}
.ad{
	width: 100%;
	height: 398px;
	background: no-repeat top center;
	min-width: 1200px;
	position: relative;
}
.f-tit{
	color: #006ebc;
	font-size: 24px;
	border-bottom: 1px solid #e0e0e0;
}
.qywifi ul,.ap ul,.solution ul.solubox,.newsbox ul,.casebox2 ul,.case ul{
	width: 1220px;
}
.qywifi,.ap,.apdtl{
	padding: 70px 0 200px;
}
.qywifi .top{
	padding-top: 50px;
	padding-bottom: 58px;
	font-size: 14px;
	color: #7c7c7c;
	line-height: 28px;
}
.qywifi .left{
	width: 745px;
}
.qywifi .left .p2{
	margin-top: 30px;
}
.qywifi ul li{
	width: 370px;
	height: 330px;
	float: left;
	margin-right: 34px;
	padding-bottom: 30px;
}
.qywifi ul li.last{
	margin-right: 0;
}
.qywifi .imgs {
	border: 1px solid #e0e0e0;
}
.qywifi .imgs img{
	width: 100%;
}
.qywifi .text{
	font-size: 14px;
	color: #7c7c7c;
	padding: 14px 0 0px;
}
.qywifi .text .tit{
	font-size: 20px;
	color: #000;
}
.ap ul{
	padding: 46px 0 0;
}
.ap li{
	float: left;
	position: relative;
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
	margin-right: 34px;
}
.ap li.last{
	margin-right: 0;
}
.ap li .text{
	width: 100%;
	position: absolute;
	bottom: 30px;
	left: 0;
	color: #fff;
}
.apdtl .top {
	position: relative;
	padding-bottom: 60px;
}
.apdtl .top .fr{
	width: 910px;
	font-size: 14px;
	color: #676767;
}
.apdtl .top .fr .tit{
	font-size: 24px;
	font-weight: bold;
	color: #006ebc;
	line-height: 70px;
}
.apdtl .top .fr .sub-tit{
	font-size: 15px;
	color: #000000;
}
.apdtl .top .back{
	display: block;
	width: 114px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	color: #317bbe;
	font-size: 16px;
	position: absolute;
	right: 0;
	transition: all .3s;
}
.apdtl .top .back:hover{
	border: 1px solid #317bbe;
	background-color: #317bbe;
	color: #f2f2f2;
}
.apdtl h4.tit{
	font-size: 20px;
	font-weight: bold;
	color: #317bbe;
}
.apdtl .foot img{
	width: 100%;
}
.apdtl h4.tit img{
	vertical-align: bottom;
	width: auto;
}
.apdtl .con{
	padding-top: 30px;
}
.ewifi .ad .text{
	position: absolute;
	width: 100%;
	padding-top: 100px;
}
.ewifi .ad .text .w1180 div{
	width: 540px;
	color: #d7efff;
	line-height: 36px;
	font-size: 16px;
}
.ewifi .ad .text .w1180 .tit{
	font-size: 36px;
	color: #fff;
	line-height: 1;
}
.sub-nav{
	font-size: 18px;
	color: #747474;
	background-color: #f1f1f1;
	height: 63px;
	line-height: 63px;
	visibility: hidden;
}
.s{
	visibility: visible;
}
.sub-nav a{
	display: block;
	float: left;
	color: #747474;
	transition: all .5s;
	text-align: center;
	border-left: 1px solid #c7c7c7;
}
.sub-nav a.last{
	border-right: 1px solid #c7c7c7;
}
.sub-nav a.active,.sub-nav a:hover{
	background-color: #006ebc;
	color: #fff;
}
.ewifi h3.tit{
	font-size: 36px;
	color: #333333;
	text-align: center;
	padding-top: 64px;
	padding-bottom: 50px;
}
.ewifi h3.tit span{
	padding: 0 14px;
	position: relative;
}
.ewifi h3.tit .pr,.ewifi h3.tit .ne{
	display: block;
	width: 106px;
	height: 1px;
	background-color: #d2d2d2;
	position: absolute;
	top: 50%;
}
.ewifi h3.tit .pr{
	right: -106px;
}
.ewifi h3.tit .ne{
	left: -106px;
}
.ewifi .videoimg{
	text-align: center;
	padding-bottom: 90px;
}
.ewifi .videoimg .imgs{
	position: relative;
	width: 880px;
	height: 472px;
	border-radius: 1px;
	margin: 0 auto;
	overflow: hidden;
}
.ewifi .videoimg .imgs .play{
	width: 94px;
	height: 94px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -47px 0 0 -47px;
	cursor: pointer;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.ewifi .videoimg .imgs .bg{
	transition: all .5s;
}
.ewifi .videoimg .imgs:hover .bg{
	transform: scale(1.05);
}
.mask_video{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: url('../img/video_bg.png') center;
    display: none;
}
.mask_video  embed,.videobox{
    width: 940px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -470px;
}
.videobox .close {
    position: absolute;
    right: -60px;
    top: 0;
    width: 60px;
    height: 60px;
    background: url(../img/video_close.png) no-repeat center;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
}
#maidian{
	background-color: #eeeeee;
}
#maidian ul{
	padding: 60px 0 130px;
}
#maidian ul li{
    width: 153px;
    float: left;
    text-align: center;
    font-size: 14px;
    margin-right: 52px;
}
#maidian ul li.last{
	margin-right: 0;
}
#maidian ul li .tit{
	font-size: 16px;
	font-family: 'Airal';
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
#maidian ul li .d1{
	text-align: left;
	line-height: 26px;
}
#plan {
	padding: 0 0 80px;
}
#plan .w1180{
	overflow: hidden;
}
#plan ul li{
	width: 378px;
	height: 248px;	
	float: left;
	position: relative;
	margin: 0 22px 22px 0;
}
#plan ul li.last{
	margin-right: 0;
}
#plan ul li img{
	width: 100%;
	height: 100%;
}
#plan ul li .bgimg{
	width: 100%;
	height: 100%;
}
#plan ul li .text{
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: 26px;	
	width: 100%;	
	text-align: center;
	transition: all .5s;
}
#plan ul li .mask{
	position: absolute;
	display: block;
	width: 100%;	
	height: 100%;	
	top: 0;
	left: 0;	
	background-color: rgba(0,0,0,0.3);
	transition: all .5s;
}
#plan ul li:hover .text{
	bottom: 44px;
}
#plan ul li:hover .mask{
	background-color: rgba(0,0,0,0);
}
#plan ul li .mask img{
	width: 38px;	
	height: 38px;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -19px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all .5s;
}
#plan ul li .mask:hover img{
	display: block;	
	opacity: 1;
	filter: alpha(opacity=100);
}
.product-case{
	background-color: #eeeeee;
	padding-bottom: 104px;
}
.product-case h3.tit{
	text-align: left;
	font-size: 30px;
	padding-bottom: 0;
}
.product-case li{
	background-color: #fff;
}
.product-case .por-list .hd .prev,.product-case .por-list .hd .next{
	width: 42px;
	height: 42px;	
	border-radius: 0;
}
.product-case .por-list{
	margin-top: -50px;
}
.product-case .por-list .hd{
	height: 80px;
}
.product-case .por-list .hd .prev{
	background:#fff url(../img/prev3.png) no-repeat center;
	transition: all .5s;
}
.product-case .por-list .hd .next {
    background:#fff url(../img/next3.png) no-repeat center;
	transition: all .5s;
}
.product-case .por-list .hd .prev:hover{
	background:#00a4b2 url(../img/prev3-active.png) no-repeat center;
}
.product-case .por-list .hd .next:hover{
    background:#00a4b2 url(../img/next3-active.png) no-repeat center;
}
.ad .text{
	padding: 140px 0 0;
	color: #fff;	
	line-height: 24px;
}
.ad .text .tit{
	font-size: 28px;
	line-height: 1px;
	padding-bottom: 40px;
}

#xuqiu {
	padding-bottom: 50px;
}
#xuqiu ul{
	height: 436px;
	overflow: hidden;
}
#xuqiu li{
	width: 33%;
	height: 218px;
	float: left;
	text-align: center;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
#xuqiu li.last{
	border-right: 0;
}
#xuqiu li img{
	margin-top: 50px;
	margin-bottom: 20px;
	width: 58px;	
	height: 58px;	
}
.fangan {
	height: 886px;
}
.fangan h3.fz28{
	color: #fff;
}
.youshi{
	padding-bottom: 120px;
}
.youshi .fl{
	width: 566px;
}
.youshi .top{	
	padding-left: 95px;
	background-repeat: no-repeat;
	background-position: left center;
}
.youshi .fr{
	width: 472px;
}
.youshi .top span{
	font-size: 18px;
	color: #0080db;
}
.youshi .top .sp1{
	font-size: 22px;
	margin-right: 14px;
}
.youshi .fot{
	padding-left: 95px;
	color: #848484;
	font-size: 14px;
	margin-bottom: 20px;
}
.youshi .fot .t{
	color: #474747;
}
.xuni{
	height: 558px;
}
.xuni h3.fz28{
	color: #fff;
}
.xuni li{
	float: left;
	padding-top: 40px;
	width: 33%;
	text-align: center;
	font-size: 22px;
	color: #fff;
}
.xuni li a{
	color: #fff;
}
.xuni li .round{
	width: 160px;
	height: 160px;	
	background: url('../img/round.png') no-repeat center;
	font-size: 32px;
	color: #fff;
	text-align: center;
	line-height: 160px;
	margin: 0 auto;
	margin-bottom: 30px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all .3s;
}
.xuni li .round:hover{
	opacity: 1;
	transform: scale(1.05);
	filter: alpha(opacity=100);
}
.fuwu{
	padding: 0 0 70px;
}
#hclxuqiu{
	font-size: 16px;
	color: #474747;
	text-align: center;
	min-height: 400px;
}
#hclxuqiu .con{
	width: 822px;
	margin: 0 auto;
}
#hclyoushi{
	height: 726px;
	position: relative;
}
#hclyoushi h3.fz28{
	padding-bottom: 76px;
}
#hclyoushi .lin{
	width: 1px; 
	height: 398px;
	background: url('../img/lin.png') no-repeat center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -199px;
}
#hclyoushi .itembox.fl{
	width: 444px;
}
#hclyoushi .itembox.fr{
	width: 444px;
}
#hclyoushi .item{
	color: #fff;
	margin-bottom: 40px;
}
#hclyoushi .item .con{
	width: 334px;
	float: right;
}
#hclyoushi .item .fl{
	padding-top: 12px;
	width: 110px;
}
#hclyoushi .item .fl img{
	width: 58px;
	height: 58px;	
}
#hclyoushi .item .tit{
	font-size: 22px;
}
#hcljiagou{
	height: 1400px;
	overflow: hidden;
}
#hclgongneng{
	height: 768px;
}
.hdl #hclxuqiu .con{
	width: 1040px;
}
.hdl #hclyoushi{
	height: 980px;
}
.hdl #hcljiagou{
	height: 1080px;
}
.hdl #hclgongneng{
	height: 780px;
}
.hdl #yinyong{
	padding-bottom: 160px;
} 
.hdl #yinyong .fr{
	width: 536px;
}
.hdl #yinyong .fr .list{
	display: block;
	padding: 30px 40px;
	color: #5f5f5f;
	background: #eeeeee url('../img/arrow.png') no-repeat 466px center;
	margin-bottom: 48px;
	transition: all .5s;
}
.hdl #yinyong .fr .list:hover{
	background: #006dbf url('../img/arrow-active.png') no-repeat 466px center;
	color: #fff;
}
.hdl #yinyong .fr .list .tit{
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.vstorage #hclxuqiu .con{
	width: 960px;
}
.vstorage #hclgongneng{
	height: 1184px;
}
.vstorage #hclgongneng li{
	width: 370px;
	height: 386px;	
	background: url('../img/borbg.png') no-repeat center;
	text-align: center;
	color: #fff;
	float: left;
	margin-right: 30px;
	margin-bottom: 60px;
}
.vstorage #hclgongneng li.last{
	margin-right: 0;
}
.vstorage #hclgongneng li .libox{
	padding: 0 30px;
}
.vstorage #hclgongneng li .num{
	font-size: 40px;
	color: #add9f8;
	padding-top: 10px;
}
.vstorage #hclgongneng li .tit{
	padding-top: 46px;
	padding-bottom: 16px;
}
.vstorage #hclgongneng li .contai{
	text-align: left;
	padding-top: 20px;
}
.vstorage #hcljiagou{
	height: 886px;
}
.vclass #hclxuqiu .con{
	width: 1000px;
}
.vclass #hclgongneng{
	height: 614px;
	color: #fff;
}
.vclass #hclgongneng ul li{
	float: left;
	margin-right: 120px;
}
.vclass #hclgongneng ul li.last{
	margin-right: 0;
}
.vclass #hclgongneng ul li img{
	margin-left: 40px;
	margin-bottom: 20px;
}
.vclass #hclgongneng .tit{
	font-size: 22px;
}
.vclass #hcljiagou{
	height: 1800px;
}
.vclass #hclgongneng .con p{
	padding-left: 10px;
	background: url('../img/dian.png') no-repeat left center;
}
.vclass #hcljiagou h3.tit{
	font-weight: bold;
	font-size: 20px;
	color: #006ebc;
}
.hview #hclxuqiu .con{
	width: 1050px;
}
.hview #hclgongneng ul li{
	color: #fff;
	width: 574px;
	height: 264px;
	background-color: #3386c6;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.hview #hclgongneng ul li.last{
	margin-right: 0;
}
.hview #hclgongneng ul li .contai{
	padding: 40px 0 0 40px;
}
.hview #hclgongneng ul li .tit{
	font-size: 22px;
}
.hview #hclgongneng{
	height: 800px;
}
.hview #hcljiagou{
	height: 766px;
}
.hview #hcljiagou .fr div,.hview #hcljiagou .fl div{
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	color: #221815;
}
.ad .text{
	font-size: 18px;
}
.audit .ad .text .con{
	width: 615px;	
	font-size: 16px;
}
.audit .wrap1{
	padding: 100px 0;
}
.audit .wrap1 .text{
	width: 536px;
	float: right;
	padding-right: 46px;
	font-size: 16px;
	color: #474747;
}
.audit .wrap1 .text .tit{
	font-size: 28px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 30px;
}
.audit .wrap2{
	background-color: #f1f1f1;
}
.audit .wrap2 img{
	width: 100%;
}
.audit .wrap2 table{
	margin-bottom: 64px;
}
.audit .wrap2 table,.audit .wrap2 tbody,.audit .wrap2 tr{
	height: 206px;
}
.audit .wrap2 table .d1{
	background-color: #006ebc;
	color: #fff;
	width: 72px;
	font-size: 22px;
	text-align: center;
}
.audit .wrap2 table .d1 div{
	padding: 0 20px;
}
.audit .wrap2 table .d2{
	background-color: #fff;
	font-size: 16px;
	line-height: 27px;
}
.audit .wrap2 table .d2 div{
	padding-left: 37px;
	padding-right: 55px;
	max-width: 365px;
}
.audit .wrap2 table.fr .d1{
	background-color: #2e9f94;
}
.audit .wrap3{
	padding-bottom: 60px;
}
.audit .wrap4{
	background-color: #f1f1f1;
	padding-bottom: 130px;
}
.audit .wrap5{
	padding-bottom: 120px;
}
.bigdata .wrap1{
	padding-bottom: 70px;
}
.bigdata .ad .text p+p{
	margin-top: 10px;
}
.bigdata .wrap1 li{
	float: left;
	min-height: 150px;
	margin-right: 60px;
}
.bigdata .wrap1 li.last{
	margin-right: 0;
}
.bigdata .wrap1 .imgs{
	width: 100px;
}
.bigdata .wrap1 .text{
	width: 250px;
	font-size: 14px;
	color: #3e3f40;
	line-height: 18px;
}
.bigdata .wrap1 .text .tit{
	color: #000000;
	font-size: 18px;
	margin-bottom: 12px;
}
.bigdata .wrap2{
	height: 680px;
}
.bigdata .wrap2 ul{
	padding-top: 60px;
}
.bigdata .wrap2 li{
	width: 370px;
	text-align: center;
	color: #fff;
	float: left;
	font-size: 14px;
	margin-right: 34px;
}
.bigdata .wrap2 li.last{
	margin-right: 0;
}
.bigdata .wrap2 li .tit{
	font-size: 18px;
	margin-top: 14px;
	margin-bottom: 36px;
	line-height: 24px;
}
.bigdata .wrap2 li .con{
	line-height: 22px;
}
.bigdata .wrap3 {
	padding-bottom: 120px;
}
.bigdata .wrap3 .contai,.bigdata .wrap5 .contai{
	width: 662px;
	font-size: 14px;
	color: #000000;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}
.bigdata .wrap4 img{
	width: 100%;
}
.bigdata .wrap5{
	padding-bottom: 70px;
}
.solution .ad .text .w1180 div{
	max-width: 516px;
	color: #eae8e6;
	font-size: 14px;
}
.solution .ad .text .w1180 .tit{
	font-size: 36px;	
	color: #fff;

}
.solution ul.solubox{
	padding: 56px 0 100px;
}
.solution ul.solubox li{
	background-color: #fff;
	width: 380px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.solution ul.solubox li.last{
	margin-right: 0;
}
.solution ul.solubox li a{
	display: block;
}
.solution ul.solubox li .imgs{
	position: relative;
	width: 380px;
	height: 246px;
	overflow: hidden;
}
.solution ul.solubox li .imgs img{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.solution ul.solubox li:hover .imgs img{
	transform: scale(1.1);
}
.solution ul.solubox li .imgs .mask{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	line-height: 0;
	text-align: center;
	line-height: 55px;
	background: url('../img/maskbg.png');
	color: #fff;
	font-size: 20px;
	transition: all .5s;
}
.solution ul.solubox li:hover .imgs .mask{
	height: 55px;
}
.solution ul.solubox li .text{
	padding: 26px 18px 18px;
	color: #888888;
	font-size: 14px;
	line-height: 26px;
}
.city .wrap1 ul{	
	padding-bottom: 90px;
}
.city .wrap1 li{
	width: 280px;
	height: 295px;
	float: left;
	margin-right: 17px;
	border: 1px solid #eaeaea;
	transition: all .5s;
	text-align: center;
	font-size: 12px;
	color: #888888;
}
.city .wrap1 li:hover{
	border: 1px solid #3cb7e3;
}
.city .wrap1 li.last{
	margin-right: 0;
}
.city .wrap1 li .libox{
	padding: 110px 20px 20px; 
}
.city .wrap1 li .libox .tit{
	color: #333333;
	font-size: 18px;
}
.city .wrapbox{
	padding: 100px 0;
}
.city .wrapbox .text{
	width: 510px;
	padding: 120px 0 0 70px;
	color: #fff;
	font-size: 14px;
}
.wrapbox .text{
	max-width:580px;
}
.city .wrapbox .text .tit{
	font-size: 24px;
	padding-bottom: 30px;
}
.city .wrapbox.last .text{
	color: #000;
}
.city .wrap1 li.ico1{
	background:url('../img/ico34.png') no-repeat center 26px;
}
.city .wrap1 li.ico2{
	background:url('../img/ico35.png') no-repeat center 26px;
}
.city .wrap1 li.ico3{
	background:url('../img/ico36.png') no-repeat center 26px;
}
.city .wrap1 li.ico4{
	background:url('../img/ico37.png') no-repeat center 26px;
}
.city .wrap1 li.ico1:hover{
	background:url('../img/ico34-h.png') no-repeat center 26px;
}
.city .wrap1 li.ico2:hover{
	background:url('../img/ico35-h.png') no-repeat center 26px;
}
.city .wrap1 li.ico3:hover{
	background:url('../img/ico36-h.png') no-repeat center 26px;
}
.city .wrap1 li.ico4:hover{
	background:url('../img/ico37-h.png') no-repeat center 26px;
}
.city .wrap2{
	background-color: #f7f7f7;
	padding-bottom: 120px;
}
.city .wrap3{
	text-align: center;
	height: 750px;
}
.casebox{
	width: 1270px;
}
.casebox li {
	float: left;
	width: 335px;
	margin-right: 86px;
	padding-bottom: 44px;
}
.casebox li .imgs{
	width: 335px;
	height: 220px;
	overflow: hidden;
}
.casebox li .imgs img{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.casebox li:hover .imgs img{
	transform: scale(1.05);
}
.casebox li.last{
	margin-right: 0;
}
.casebox li .text{
	text-align: center;
	color: #000000;
	font-size: 18px;
	line-height: 58px;
}
.city .wrap4{
	height: 700px;
}
.city .wrap4 .fz28{
	padding-top: 110px;
}
.casemore{
	display: block;
	background-color: #e60617;
	border: 1px solid #e60617;
	width: 138px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	margin: 0 auto;
	font-size: 13px;
	transition: all .5s;
}
.casemore:hover{
	color: #e60617;
	background-color: transparent;
}
.city .sub-nav,.tourism .sub-nav{
	font-size: 16px;
}
.tourism .wrap1{
	padding-bottom: 120px;
}
.assembly1 li{
	text-align: center;
	width: 258px;
	float: left;
	margin-right: 46px;
	font-size: 18px;
	color: #474747;
}
.assembly1 li.last{
	margin-right: 0;
}
.assembly1 li .imgs{
	width: 258px;
	height: 180px;
	overflow: hidden;
}
.assembly1 li .imgs img{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.assembly1 li:hover .imgs img{
	transform: scale(1.05);
}
.assembly1 li .text{
	line-height: 60px;
}
.tourism .wrap2{
	color: #fff;
	height: 728px;
}
.tourism .wrap2 li{
	float: left;
	font-size: 16px;
	margin-right: 146px;
}
.tourism .wrap2 li.last{
	margin-right: 0;
}
.tourism .wrap2 li img{
	margin-bottom: 40px;
}
.tourism .wrap2 li .con{
}
.tourism .wrap3{
	padding-bottom: 130px;
}
.tourism .wrap4{
	background-color: #f7f7f7;
	padding-bottom: 110px;
}
.tourism .wrap5{
	height: 794px;
	overflow: hidden;
}
.tourism .wrap6{
	height: 692px;
}
.dg-wrapper .text {
	color: #fff;
	margin-top: -50px;
	text-align: center;
}
.dg-wrapper .text .tit{
	font-size: 18px;
	padding-bottom: 48px;
	font-weight: bold;
}
.dg-wrapper .text .con{
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 14px;
}
.dg-wrapper .dg-center .text .con{
	opacity: 1;
	filter: alpha(opacity=100);
}
.dg-wrapper .text .con .p1{
	font-weight: bold;
}
.dg-container{
	width: 100%;
	height: 450px;
	position: relative;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 513px;
	height: 348px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;

}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;
	padding: 41px 0px 0px 1px;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 40%;
}
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 30px;
	opacity: 0.8;
}
.dg-container nav span.dg-prev{
	background: url('../img/arrowl.png') no-repeat center;
	margin-left: 20px;
}
.dg-container nav span.dg-next{
	background: url('../img/arrowr.png') no-repeat center;
	margin-right: 20px;
}
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	float: right;
	background-position: top right;
}
.dg-center {transform: translateX(0px) translateZ(0px) rotateY(0deg);}
.gov .wrap1{
	padding-bottom: 100px;
}
.assembly2 li{
	float: left;
	margin-right: 96px;
}
.assembly2 li.last{
	margin-right: 0;
}
.assembly2 li .text{
	line-height: 24px;
	font-size: 14px;	
	color: #888888;
	text-align: center;
	font-family: 'Noto Sans S Chinese';
}
.assembly2 li .text .tit{
	color: #333333;
	font-size: 18px;
	padding-top: 30px;
	line-height: 46px;
}
.gov .wrap2{
	background-color: #006ebc;
	padding-bottom: 90px;
}
.gov .wrapbox{
	padding: 120px 0 100px;
}
.gov .wrapbox .text{
	padding-top: 20px;
	color: #000000;
	font-size: 14px;
	max-width: 560px;

}
.gov .wrapbox .text .tit{
	font-size: 28px;
	padding-bottom: 20px;
}
.gov .wrapbox .text .con{
	font-family: 'Noto Sans S Chinese';
	color: #585858;
}
.gov .wrapbox .text.fl{
	padding-left: 40px;
}
.gov #wrap4{
	background-color: #f7f7f7;
}
.gov #wrap6{
	background-color: #006ebc;
	color: #fff;
	padding-bottom: 86px;
}
.gov #wrap6 .casebox li .text{
	color: #fff;
}
.assembly3 li{
	float: left;
	width: 204px;
	height: 304px;
	padding: 0 27px;
	border: 1px solid #cacaca;
	text-align: center;
	color: #888888;
	font-size: 14px;
	margin-right: 46px;
}
.assembly3 li.last{
	margin-right: 0;
}
.assembly3 li img{
	margin-bottom: 14px;
}
.assembly3 li .tit{
	font-size: 18px;
	color: #333333;
	margin: 30px 0 10px;
}
.fina .wrap1{
	padding-bottom: 50px;
}
.fina .wrap2{
	padding-bottom: 110px;
}
.fina .wrapbox{
	padding: 90px 0 74px;
}
.fina .wrapbox .text{
	max-width: 574px;
}
.fina .wrapbox .text .tit{
	color: #000000;
	font-size: 28px;
	padding-top: 60px;
	padding-bottom: 24px;
}
.fina .wrapbox .text .con{
	font-size: 14px;
	font-family: 'Noto Sans S Chinese';
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.fina #wrap4,.fina #wrap6{
	background-color: #f7f7f7;
}
.fina #wrap7 .fz28{
	padding-bottom: 40px;
}
.fina #wrap7{
	padding-bottom: 74px;
}
.enter .wrap1{
	padding-bottom: 90px;
}
.enter .wrap2{
	background-color: #005ea3;
	padding-bottom: 110px;
}
.enter #wrap3{
	padding-bottom: 120px;
}
.enter #wrap4{
	background-color: #005ea3;
	padding-bottom: 98px;
}
.enter #wrap4 li{
	font-family: 'Noto Sans S Chinese';
	color: #fff;
	font-size: 14px;
	width: 329px;
	float: left;
	margin-right: 96px;
}
.enter #wrap4 li.last{
	margin-right: 0;
}
.enter #wrap4 li .tit{
	font-size: 18px;
	padding: 20px 0 0;
}
.enter #wrap4 li .subtit{
	background: url('../img/d.png') no-repeat left center;	
	padding-left: 10px;
	margin-top: 30px;
}
.enter #wrap4 li p{
	padding-left: 10px;
}
.enter #wrap5{
	padding: 100px 0 120px;
}
.enter #wrap5 .text{
	padding: 74px 0 0;
	color: #000;
	font-size: 14px;
}
.enter #wrap5 .text .tit{
	font-size: 28px;
}
.enter #wrap5 .text p{
	padding-left: 10px;
	background: url('../img/ld.png') no-repeat left center;
	font-family: 'Noto Sans S Chinese';
}
.enter #wrap6{
	background-color: #006ebc;
	padding-bottom: 88px;
	color: #fff;
}
.enter #wrap6 .text{
	color: #fff;
}
.busin .wrap1{
	padding-bottom: 40px;
}
.busin #wrap2{
	padding-top: 40px;
	padding-bottom: 96px;
}
.busin .wrapbox .text{
	padding-top: 44px;
	color: #000;
	font-size: 14px;
}
.busin .wrapbox .text .tit{
	font-size: 28px;
	padding-bottom: 20px;
}
.busin .wrapbox .text .con{
	width: 550px;
	padding-right: 20px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	font-family: 'Noto Sans S Chinese';
}
.busin .wrap3,.busin .wrap4{
	padding-bottom: 90px;
}
.busin #wrap5{
	padding: 114px 0;
}
.busin .wrap6{
	padding-bottom: 50px;
}
.file .file-nav{
	background-color: #f1f1f1;
	height: 63px;
	color: #747474;
	line-height: 63px;
	font-size: 18px;
	font-family: 'Noto Sans S Chinese';
}
.file .file-nav a{
	display: block;
	color: #747474;
	width: 393px;
	float: left;
	text-align: center;
	transition: all .5s;
}
.file .file-nav a:hover,.file .file-nav a.active{
	background-color: #006ebc;
	color: #ffffff;
}
.file .file-top {
	text-align: center;
	padding: 40px 0;
}
.file .file-top .boxa{
	display: inline-block;
	position: relative;
}
.file .file-top .line{
	position: absolute;
	bottom: 0;	
	left: 0;	
	width: 100%;
	height: 2px;
	background-color: #f0f0f0;
	z-index: -1;
}
.file .file-top a{
	display: inline-block;
	padding: 0 30px;
	height: 70px;
	line-height: 70px;
	color: #888888;
	font-size: 14px;
	margin-right: 50px;
	border-bottom: 2px solid transparent;
	transition: all .5s;
}
.file .file-top a.last{
	margin-right: 0;
}
.file .file-top a:hover,.file .file-top a.active{
	color: #0080db;
	border-bottom: 2px solid #0080db;		
}
.file-list{
	padding-bottom: 55px;
}
.file-list ul {
	padding: 40px 0;
}
.file-list ul li{
	background-color: #eeeeee;
	font-size: 14px;
	margin-bottom: 20px;
}
.file-list ul li .imgs{
	width: 190px;
	height: 145px;
	overflow: hidden;
}
.file-list ul li img{
	transition: all .5s;
}
.file-list ul li:hover .imgs img{
	transform: scale(1.05);
}
.file-list ul li .libox{
	display: block;
	padding: 20px 16px;
	color: #888888;
}
.file-list ul li .libox .text{
	width: 900px;
	padding-left: 44px;
}
.file-list ul li .libox .text a{
	color: #888888;
	transition: all .5s;
}
.file-list ul li .libox .text a:hover{
	color: #333;
}
.file-list ul li .libox .tit{
	color: #333333;
	padding-bottom: 10px;
}
.file-list ul li .libox .down{
	padding-top: 20px;
}
.file-list ul li .libox .down span{
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
}
.file-list ul li .libox .down a{
	display: block;
	padding-left: 30px;
	color: #006fbc;
	background: url('../img/down.png') no-repeat 10px center;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.file-list ul li .libox .down a:hover{
	color: #006fbc;
	opacity: 1;
	filter: alpha(opacity=100);
}
.inve-list{
	padding: 80px 0;
	color: #000000;
}
.inve-list li a{
	color: #333;
}
.inve-list li a:hover{
	color: #000;
}
.inve-list .tit{
	height: 60px;
	line-height: 60px;
	background-color: #f3f3f3;
	font-size: 16px;
	color: #000000;
}
.inve-list .sp1{
	width: 110px;
	float: left;
	text-align: center;
}
.inve-list .sp2{
	width: 926px;
	padding-left: 14px;
	float: left;
}
.inve-list .sp3{
	width: 130px;
	float: left;
	text-align: center;
}
.inve-list ul{
	border-bottom: 2px solid #f3f3f3;
	margin-bottom: 64px;
}
.inve-list li{
	height: 40px;
	line-height: 40px;
}
.inve-list li.first{
	line-height: 1;
	height: auto;
}
.inve-list li.last{
	height: auto;
}
.inve-list li.first .sp1,.inve-list li.first .sp2,.inve-list li.first .sp3{
	padding-top: 20px;
}
.inve-list li.last .sp1,.inve-list li.last .sp2,.inve-list li.last .sp3{
	padding-bottom: 10px;
}
.inve-list li .sp1{
	width: 106px;
	border-left: 2px solid #f3f3f3;
	border-right: 2px solid #f3f3f3;
}
.inve-list li .sp3{
	width: 126px;
	border-left: 2px solid #f3f3f3;
	border-right: 2px solid #f3f3f3;	
}
.about .aboutbox{
	padding: 100px 0 110px;
}
.about .con{
	width: 634px;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 24px;
	font-family: 'Noto Sans S Chinese';
}
.about .con .tit{
	color: #000000;
	font-size: 18px;
	padding-bottom: 20px;
}
.about .con p{
	margin-bottom: 20px;
}
.newsbox{
	padding: 70px 0 100px;
}
.newsbox ul{
	padding-bottom: 40px;
}
.newsbox li{
    width: 382px;
    float: left;
    margin-right: 16px;
    font-size: 12px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}
.newsbox li .imgs{
	width: 382px;
	height: 240px;
	overflow: hidden;
}
.newsbox li img{
	transition: all .5s;
}
.newsbox li:hover img{
	transform: scale(1.05);
}
.newsbox li a{
	display: block;
	color: #666666;
}
.newsbox li.last{
	margin-right: 0;
}
.newsbox li .text{
	padding: 0 20px;
}
.newsbox li .tit{
	color: #005aab;
	font-size: 16px;
	padding: 36px 0 20px;
}
.newsbox li .tit{
	color: #005aab;
	font-size: 16px;
	padding: 36px 0 20px;
}
.newsbox li span{
	margin-top: 24px;
	display: block;
	text-align: left;
	color: #999999;
	background: url('../img/more2.png') no-repeat 310px center;
}
.casebox2 .boxa{
	width: 100%;
	position: relative;
}
.casebox2 .boxa span{
	font-size: 18px;
	color: #070707;
	font-family: 'Noto Sans S Chinese';
	margin-right: 30px;		
}
.casebox2 .boxa a{
    display: inline-block;
    padding: 0 18px;
    height: 70px;
    line-height: 70px;
    color: #888888;
    font-size: 14px;
    margin-right: 16px;
    border-bottom: 2px solid transparent;
    transition: all .5s;
}
.casebox2 .boxa a:hover,.casebox2 .boxa a.active {
    color: #0080db;
    border-bottom: 2px solid #0080db;
}
.casebox2 .boxa .line{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f0f0f0;
    z-index: -1;
}
.casebox2{
	padding: 60px 0;
}
.casebox2 ul{
	padding: 44px 0;
}
.casebox2 ul li{
	width: 378px;
	float: left;
	margin-right: 22px;
	text-align: center;
	padding-bottom: 40px;
}
.casebox2 ul li .imgs{
	width: 378px;
	height: 228px;
	overflow: hidden;
}
.casebox2 ul li img{
	transition: all .5s;
}
.casebox2 ul li:hover img{
	transform: scale(1.1);
}
.casebox2 ul li.last{
	margin-right: 0;
}
.casebox2 ul li .text{
	font-size: 16px;
	color: #000000;
	line-height: 70px;
}
.contactbox{
	padding: 48px;
}
.textbox{
	padding: 26px 0;
}
.textbox .left{
	padding: 50px 0;
	width: 580px;
}
.textbox .left .tit{
	font-size: 20px;
	color: #0070bc;
}
.textbox .left .tit-en{
	font-size: 12px;
	color: #959595;
	line-height: 1;
}
.textbox .left .con{
	padding-top: 34px;
	color: #666;
	font-size: 14px;
	line-height: 25px;
}
.textbox .right{
	width: 514px;
	padding: 16px 0;
	background-color: #fbfbfb;
}
.textbox .right .inp{
	position: relative;
	padding: 0 30px 15px;
}
.textbox .right .inp label{
	position: absolute;
	left: 44px;
	top: 4px;	
	font-size: 14px;
	color: #000000;
}
.textbox .right .inp input{
	width: 88%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e3e3e3;
	height: 35px;
	padding-left: 12%;
	box-sizing: content-box;
}
.textbox .right .inp.code input{
	width: 68%;
}
.textbox .right .inp textarea{
	width: 88%;
	height: 88px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #e3e3e3;
	resize: none;
	padding-left: 12%;
	line-height: 30px;
	overflow: hidden;
	box-sizing: content-box;
}
.textbox .right .inp .submit{
	height: 38px;
	width: 100%;
	padding-left: 0;
	background-color: #0070bc;
	color: #fff;
	text-align: center;
	margin-top: 6px;
}
.confe .wrap1 {
	padding: 90px 0 70px;
}
.confe .wrap1 .left{
	width: 604px;
	font-size: 16px;
	color: #666666;
}
.confe .wrap1 .left .tit{
	font-size: 28px;
	color: #000000;
}
.confe .wrap1 .right{
	max-width: 540px;
}
.confe .wrap2{
	padding: 80px 0 70px;
	background-color: #efefef;
}
.confe .wrap2 .right{
	width: 580px;
	padding-top: 50px;
}
.confe .wrap4{
	background-color: #006ebc;
	padding-bottom: 60px;
}
.confe .wrap4 .casebox .text{
	color: #fff;
}
.link .wrap1{
	padding: 70px 0;
}
.link .wrap1 .tit{
	font-size: 28px;
	color: #000;
	padding-bottom: 10px;
}
.link .wrap1 .left{
	width: 586px;
}
.link .wrap1 .right{
	width: 534px;
}
.link .wrap1 .right .fot{
	padding-top: 33px;
	font-size: 13px;
	font-weight: bold;
}
.link .con,.wlan .con,.gpon .con,.cmnet .con{
	font-size: 16px;
	color: #666666;
	font-family: 'Noto Sans S Chinese';
}
.link .con .t,.wlan .t,.gpon .con .t,.cmnet .con .t{
	color: #006ebc;
	font-size: 15px;
	font-weight: bold;
}
.link .con .d,.wlan .con .d,.gpon .con .d,.cmnet .con .d{
	background: url('../img/d2.png') no-repeat left 13px;
	padding-left: 12px;
	font-size: 15px;
}
.link .wrap2{
	background-color: #006ebc;
	padding-bottom: 60px;
}
.link .wrap2 .sub-tit{
	font-size: 22px;
	color: #fff;
	text-align: center;
}
.link .wrap3 .w1180{
	height: 920px;
}
.link .wrap4{
	background-color: #efefef;
	font-size: 15px;
	color: #666666;
	padding-bottom: 80px;
}
.link .wrap4 h3.fz28{
	padding-bottom: 20px;
	color: #000000;	
}
.link .wrap4 .top{
	padding-bottom: 36px;
	line-height: 24px;
}
.link .wrap4 .left{
	width: 370px;
}
.link .wrap5,.link .wrap6{
	padding-bottom: 50px;
}
.link .wrap6{
	background-color: #efefef;
}
.wlan .wrap1 ul{
	font-size: 13px;
	color: #666666;
	padding-bottom: 60px;
}
.wlan .wrap1 ul li{
	width: 266px;
	padding: 0 18px;
	height: 208px;
	float: left;
	line-height: 20px;
}
.wlan .wrap1 ul li.first{padding-left: 0;}
.wlan .wrap1 ul li.last{padding-right: 0;}
.wlan .wrap1 ul li+li{
	border-left: 1px solid #e9e9e9;
}
.wlan .wrap1 ul li .tit{
	font-size: 18px;
	color: #006ebc;
	margin-bottom: 24px;
}
.wlan .wrap1 ul li p+p{
	margin-top: 10px;
}
.wlan .wrap2{
	background-color: #efefef;
	padding-bottom: 120px;
}
.wlan .wrap2 .left{
	width: 435px;
}
.wlan .wrap2 .left .top{
	font-size: 13px;
	color: #666666;
	line-height: 22px;
	padding-bottom: 16px;
}
.wlan .wrap2 .left .top p+p{
	margin-top: 6px;
}
.wlan .con .t{
	font-weight: normal;
	padding-bottom: 10px;
}
.wlan .con .d{
	font-size: 14px;
}
.wlan .wrap2 .right{
	max-width: 624px;
}
.wlan .wrap3{
	font-size: 13px;
	color: #323232; 
	padding-bottom: 54px;
}
.wlan .wrap3 .fz28{
	padding-bottom: 25px;
}
.wlan .wrap3 .top{
	line-height: 20px;
	padding-bottom: 36px;
}
.wlan .wrap3 .left{
	width: 492px;
}
.wlan .wrap3 .right{
	width: 610px;
}
.wlan .wrap4{
	background-color: #006ebc;
	color: #fff;
	padding-bottom: 140px;
}
.wlan .wrap4 .fz28{
	padding-bottom: 70px;
}
.wlan .wrap4 span{
	display: block;
	width: 18%;
	padding-left: 7%;
	float: left;
	font-size: 14px;
	font-family: 'Noto Sans S Chinese';
}
.gpon .ad .text .w1180 div,.link .ad .text .w1180 div,.gpon .ad .text .w1180 div,.wlan .ad .text .w1180 div{
	width: 920px;
}
.gpon .wrap1{
	padding: 70px 0 90px;
}
.gpon .wrap1 .right{
	width: 698px;
	color: #666666;
	font-size: 16px;
	font-family: 'Noto Sans S Chinese';
}
.gpon .wrap1 .right .fz28{
	color: #000000;
	font-family: '微软雅黑';
	padding-bottom: 20px;
}
.gpon .wrap2{
	padding: 90px;
	background-color: #f9f9f9;
}
.gpon .wrap2 .fz28{
	padding: 0;
}
.gpon .wrap2 .left{
	width: 440px;
	padding-right: 150px;
	border-right: 1px solid #dbdbdb;
}
.gpon .wrap2 .right{
	width: 398px;
}
.cmnet .wrap1{
	padding-bottom: 90px;
}
.cmnet .wrap1 .tit{
	font-size: 16px;
	color: #000000;
	font-family: 'Noto Sans S Chinese';
	margin-bottom: 6px;
}
.cmnet .wrap1 .left{
	width: 504px;
}
.cmnet .wrap1 .right{
	width: 472px;
}
.cmnet .wrap1 .con .d{
	font-size: 14px;
	line-height: 22px;
}
.cmnet .wrap2{
	background-color: #efefef;
	padding-bottom: 100px;
}
.cmnet .wrap2 .left,.cmnet .wrap2 .right{
	width: 537px;
}
.cmnet .wrap3{
	font-family: 'Noto Sans S Chinese';	
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.cmnet .wrap3 .fz28{
	padding-bottom: 0;
	color: #000000;
}
.cmnet .wrap3 .inf{
	width: 954px;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
	padding-bottom: 50px;
}
.cmnet .wrap3 .left{
	width: 314px;
}
.cmnet .wrap3 .right{
	width: 295px;
}
.cmnet .wrap3 .left .tit,.cmnet .wrap3 .right .tit{
	font-size: 16px;
	color: #000000;
	padding-bottom: 14px;
	margin-top: 30px;
}
.cmnet .wrap3 .imgs{
	padding-top: 90px;
	width: 570px;
	text-align: center;
}
.cmnet #wrap3 p{
	min-height: 274px;
}
.cmnet #wrap4{
	background-color: #efefef;
	padding-bottom: 80px;
}
.cmnet #wrap4 .imgs{
	padding-top: 0;
	margin-top: -10px;
}
.lte .wrap1 .fz28{
	padding-bottom: 30px;
}
.lte .wrap1 .left{
	width: 590px;
}
.lte .wrap1 .left p+p{
	margin-top: 20px;
}
.lte .wrap1 .right{
	width: 462px;
}
.lte .wrap2 .left{
	width: 562px;
	border-right: none;
	padding-right: 0;
	padding-top: 30px;
}
.lte .wrap2 .right{
	width: 600px;
}
.lte .wrap2 .left .fz28{

}
.lte .wrap2 .left .con .d{
	font-size: 16px;
}
.lte .wrap2{
	padding-bottom: 40px;
}
/* color */
.fff{
	color: #fff!important;
}
.fz28{
	font-size: 28px;
	padding-top: 60px;
	padding-bottom: 55px;
}
/* color end */
.jobbox{
	padding: 70px 0;
}
.recruitwrap2{
	width: 1180px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.recruitwrap2 .item{
	margin-bottom: 6px;
}
.recruitwrap2 dt{
	height: 60px;
	background: #f8f8f8;
	font-size: 20px;
	line-height: 60px;
	cursor: pointer;
}
.recruitwrap2 dt.cur{
	background: #006fb8;
	color: #fff;
}
.recruitwrap2 dt .send{
	display: block;
	font-size: 12px;
	color: #666666;
	margin-right: 30px;
	transition: all .5s;
}
.recruitwrap2 dt.cur .send{
	color: #fff;
}
.recruitwrap2 dt p.fl{
	padding-left: 60px;
}
.recruitwrap2 dt.cur p.fl{
	background-position: 30px bottom;
}
.recruitwrap2 dt .sign{
	display: inline-block;
	width: 31px;
	height: 60px;
	margin-right: 22px;
	background: url(../img/bg_sign19.png) no-repeat center top;
}
.recruitwrap2 dt.cur .sign{
	background-position: center bottom; 
}
.recruitwrap2 dd{
	padding: 60px 60px 2% 60px;
	background: #f8f8f8;
	margin-bottom: 14px;
	font-size: 14px;
	line-height: 24px;
}
.recruitwrap2 dd .top{
	border-bottom: 1px solid #dadada;
	padding: 20px 0;
}
.recruitwrap2 dd .top .sp{	
    display: block;
    float: left;
    width: 270px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.recruitwrap2 dd .top .sp.first{
	text-align: left;
    width: 250px;
}
.recruitwrap2 dd .top .sp em{
	color: #e62129;
	 font-style:normal;
}
.recruitwrap2 dd .fot{
	padding: 24px 0;
	color: #666666;
	line-height: 28px;
}
.recruitwrap2 dd .fot .tit{
	padding-bottom: 10px;
	padding-top: 16px;
}
.recruitwrap2 dd .fot .tel{
	padding-top: 30px;
}
.red{
	color: #ff0000;
}
.operator .wrap1 .fz28{
	padding: 80px 0 36px;
}
.operator .wrap1 .contai{
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 70px;
}
.operator .wrap1 .contai p+p{
	margin-top: 16px;
}
.operator .wrap2 .left{
	width: 484px;
}
.operator .main h3.tit{
	font-size: 22px;
	color: #000000;
}
.operator .wrap2 .left .tit{
	padding: 20px 0 54px;
}
.operator .wrap2 .right{
	padding-top: 118px;
	color: #666666;
	font-size: 14px;
	width: 668px;
}
.operator .wrap2 .right li{
	width: 300px;
	height: 200px;
	padding-bottom: 14px;
	float: left;
}
.operator .wrap2 .right li.even{
	margin-left: 58px;
}
.operator .wrap2 .right .sub-t{
	font-size: 16px;
	color: #000000;
	padding-bottom: 14px;
	line-height: 1;
}
.operator .wrap2 .right li .text{
	line-height: 22px;
}
.operator .wrap3{
	background-color: #006ebc;
	padding: 40px 0 76px;
}
.operator .wrap3 .tit{
	padding-bottom: 36px;
}
.operator .wrapbox{
	font-size: 13px;
	color: #666666;
	padding: 84px 0 78px;
}
.operator .wrapbox .text{
	width: 700px;
	max-width: 700px;
	text-align: left;
	font-family: 'Noto Sans S Chinese';	
}
.operator .wrapbox .text .tit{
	padding-bottom: 20px;
	font-family: '微软雅黑';
}
.operator .wrapbox .text .p1{
	font-size: 16px;
	color: #000000;
}
.operator .wrapbox .text .p2{
	font-size: 13px;
	font-weight: bold;
	padding-left: 12px;
	background: url(../img/d2.png) no-repeat left center;
	float: left;
}
.operator .wrapbox .text .pitem{
	line-height: 22px;
}
.operator .wrapbox .text .pitem + .pitem{
	padding-top: 14px;
}
.operator .wrapbox .text .p3{
	line-height: 18px;
	padding-top: 10px;
	padding-bottom: 24px;
	font-size: 14px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.operator .wrap5{
	background-color: #f7f7f7;
}
.operator .wrap6 .text,.operator .wrap7 .text,.operator .wrap8 .text,.operator .wrap9 .text{
	width: 570px;
}
.operator .wrap6 .text .p2{
	margin-bottom: 10px;
	float: none;
}
.operator .wrap8,.operator .wrap9{
	background-color: #006ebc;
	color: #fff;
}
.operator .wrap8.wrapbox{
	color: #fff;
}
.operator .wrap9.wrapbox .text .p2{
	background-image: url('../img/d3.png');
}
.operator .wrap9.wrapbox .text{
	width: 580px;
}
.news-detail-box {
    width: 1080px;
    padding: 70px 50px;
    background: #f8f8f8;
}
.news-detail-box .detail-tit {
    text-align: center;
    color: #333;
    padding-bottom: 23px;
    border-bottom: 1px solid #e7e7e7;

}
.news-detail-box h2 {
    color: #333;
    font-size: 30px;
}
.detail-tit div {
    font-size: 14px;
    margin-top: 15px;
}
.detail-content {
    margin-top: 35px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    line-height: 26px;
}
.detail-content p{
    text-indent: 20px;
}
.detail-content .detail-img{
    text-align: center;
    padding-bottom: 30px;
}
.page-box {
    width: 1080px;
    margin: 0 auto;
    padding: 15px 0;
}
.detail-page a {
    display: block;
}
.page-box a {
    color: #a4a4a4;
    font-size: 14px;
    transition: all .5s;
}
.page-box a:hover{
    color:#333;
}
.page-box a.back {
    width: 128px;
    height: 38px;
    color: #fff;
    border: 1px solid #a4a4a4;
    color: #a4a4a4;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    border-radius: 5px;
    margin-top: 6px;
    transition: all .3s linear;
}
.page-box a.back:hover{
    background: #f8f8f8;    
    border: 1px solid #006ebc;
    background: #006ebc;
    color: #fff;
}
.case .news-detail-box{
	margin-top: 60px;
}
.seachbox{
    position: absolute;
    left: 0;
    top: 0;
    height:94px;
    width: 100%;
    background-color: #fff;
    z-index: 100;
    display: none;
}
.seachbox .seachtext {
    float: left;
    width: 90%;
    height: 40px;
    line-height: 40px;
    background: transparent;
    color: #fff;
    border: none;
    outline: none;
    font-size: 15px;
    color: #fff;
    margin-top: 28px;
    color: #333;
    border: none;/* 
    border-bottom: 1px  solid #d8d8d8; */
}
.seachbtn{    
    float: right;
    width: 20px;
    height: 20px;   
    background: url(http://192.168.0.120/ronsin/static/web/css/../img/search2.png) no-repeat center;
    border: none;
    background-color: transparent;
    margin-top: 36px;
    margin-right: 35px;
}
.seachbox .seachclose {
    display: inline-block;
    float: right;
    width: 15px;
    height: 15px;
    background: url(../img/close.png) no-repeat center;
    margin: 38px 11px 0 0;
}
.btn-demo {
	display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #0446a1;
    font-size: 14px;
    border-radius: 35px;
    border: 1px solid #0446a1;
    transition: all .5s;
}
.btn-demo:hover{
    background: transparent;
    color: #0446a1;
}
input.submit {
    border: 0;
    margin: 0;
    cursor: pointer;
}
.formwrap{
	padding: 80px 0;
}
.applay-tb{
    width: 960px;
    margin: 0 auto;
}
.applay-tb .spred {
    font-size: 18px;
    font-family: Arial;
    color:#F00;
    margin-left: 12px;
}
.applay-tb {
    border:0;
    border-width: 0 0 1px 1px;}
.applay-tb  td {
    padding: 8px 6px;
    border:0;
    border-width:1px 1px 0 0;
    font-size: 14px;
}
.applay-tb  td {
    line-height: 1.8;
}
.applay-tb .applay-input{
    width: 180px;
    height: 18px;
    padding: 6px 10px;
    line-height: 18px;
    color: #666;
    border: 1px solid #dddddd;
    box-shadow: 2px 2px 2px #f4f4f4 inset;
    background: #fff;
    font-size: 14px;
}
.applay-tb select.applay-input{
    height: 34px;
    width: 200px;
}
.applay-tb textarea.applay-input{
    width: 820px;
    height: 100px;
}
.applay-tb .applay-input.code{
    width: 90px;
    margin-right: 8px;
}
.applay-tb .submit{
    width: 150px;
    height: 35px;
    background: #f88000;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.applay-tb .error {
    border-color: #D70128;
}
.picScroll-left{ overflow:hidden; position:relative;}
.picScroll-left .hd{overflow:hidden;  height:30px;padding:0 10px;  }

.picScroll-left .hd ul{ overflow:hidden; zoom:1; margin-top:10px; zoom:1; text-align: center;}
.picScroll-left .hd ul li{ display: inline-block;width:9px; height:9px; overflow:hidden; margin-right:5px;font-size: 0;cursor:pointer;background: #d8d8d8;border-radius: 50%;transition: all .5s}
.picScroll-left .hd ul li.on{ background-position:0 0;background-color: #006ebc}
.picScroll-left .bd{ padding:10px;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{width: 1220px; font-size: 16px;color: #000000;text-align: center;float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center;float: left;width: 263px;height: 105px; margin:0 34px 40px 0;}
.picScroll-left .bd ul li .pic img{ width:100%; height:100%; display:block;  padding:2px; border:1px solid #ccc; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
.paginbox{
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.pagination{
	text-align: center;
	display: inline-block;
}
.pagination a{
	display: inline-block;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	background-color: #f5f7f8;
	border: 1px solid #c3c9cd;
	color: #333333;
	margin: 0 5px;
}
.pagination a:hover{
	border: 1px solid #333;
}
.pagination a.active{
	color: #fff;
	background-color: #1483c5;
	border: 1px solid #1483c5;
}
.paginbox .input1{
	width: 44px !important;
	height: 30px !important;
	margin: 0 5px;
}
.paginbox .input2{
	width: 36px !important;
	height: 30px !important;
	margin: 0 5px;
	background-color: #cccccc;
	color: #6a617b;
}