/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
@font-face{
	font-family: 'Montserrat (OT1)';
	src: url('../font/MONTSERRAT SEMI BOLD.OTF');
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.head_top{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: all .3s;
}
.bg-gray{
	display: none;
}
.head_topdvleft img.img2{
	display: none;
}
.head_topdvright ul li a:hover{
	color: #035cac;
}
.head_topdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.head_topdvleft img{
	display: block;
}
.head_topdvright ul{
	display: flex;
	justify-content: space-between;
	height: 95px;
	align-items: center;
	width: 650px;
}
.head_topdvright ul li a{
	font-size: 16px;
	color: #fff;
}
.banner img{
	display: block;
	width: 100%;
}
	.tabBox .hd{ height:80px; line-height:80px; font-size:20px; background:#ededed;  position:relative;  }
	.tabBox .hd ul{width:1400px;height:80px; margin: 0 auto;display: flex; justify-content: space-between; }
	.tabBox .hd ul li{ position: relative;width: 25%;text-align: center; }
	.tabBox .hd ul li a{text-align: center;color: #4c4c4c;font-size: 18px;display: block;}
	.tabBox .hd ul .on{  background:#035cac;    }
	.tabBox .hd ul .on a{ color:#fff;}
	.tabBox .hd ul .on a span{
		display: block;
		width: 0;
	    height: 0;
	    border-left: 12px solid transparent;
	    border-right: 12px solid transparent;
	    border-top: 15px solid #035cac;
	    position: absolute;
	    left: 50%;
	    margin-left: -12px;
	    z-index:1;    bottom: -14px
	}
	.tabBox .hd ul li a{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tabBox .hd ul li a iconpark-icon{
		font-size: 32px;
	}
	.tabBox .bd ul{background: url(../images/diqubg_02.jpg) center no-repeat;width: 100%;background-size: cover;}
	.diqucity{
		width: 1400px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		padding: 35px 0px;
		align-items: center;
	}
.diqucityleft{
	width: 704px;
}	
.diqucityleft img{
	display: block;
	width: 100%;
}
.diqucityright{
	width: 615px;
}
.diqucityright h1{
	color: #035cac;
	font-size: 30px;
}
.diqucityright h2{
	color: #4c4c4c;
	font-size: 22px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.diqucityright span{
	display: block;
	width: 60px;height: 2px;
	background-color: #808080;
	margin-bottom: 40px;
}
.diqucityright p{
	line-height: 30px;
	color: #4c4c4c;
	font-size: 14px;
	margin-bottom: 30px;
}
.diqucityright ul{
	display: flex;justify-content: flex-start;
	flex-flow: wrap;
	margin-bottom: 80px;
}
.diqucityright ul li{
	width: 98px;
	height: 30px;
	text-align: center;
	border: 1px solid #b3b3b3;
	line-height: 30px;
	margin-right: 10px;
	font-size: 14px;
}
.diqucityright div{
	display: flex;justify-content: flex-start;
}
.diqucityright div a{
	width: 160px;
	height: 45px;
	background-color: #e6101a;
	text-align: center;
	line-height: 45px;
	margin-right: 20px;
	color: #fff;
	font-size: 14px;
}
.diqucityright div a:last-child{
	background-color: #035cac;
}
.index_about{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.index_aboutleft,.index_aboutright{
	width: 50%;
	position: relative;
}
.index_aboutright img,.index_aboutleft img{
	width: 100%;
	display: block;
}
.aboutleftdv{
	width: 700px;
	position: absolute;
	right: 0;
	top: 15%;
}
.aboutleftdv h1{
	color: #ffffff;
	font-size: 36px;
	font-family: "Montserrat (OT1)";
}
.aboutleftdv h2{
	font-size: 24px;
	color: #ffffff;
}
.aboutleftdv p{
	margin-top: 20px;
	width: 600px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
}
.aboutleftdv a{
	display: block;
	width: 160px;
	height: 45px;
	border: 1px solid #8bb1d7;
	font-size: 14px;
	color: #fff;
	text-align: center;line-height: 45px;
	margin-bottom: 50px;
}
.aboutleftdv ul{
	padding: 30px 85px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	position: absolute;
	z-index: 99;
	width: 860px;
}
.aboutleftdv ul li iconpark-icon{
	font-size: 32px;
	color: #035cac;
}
.aboutleftdv ul li h3{
	color: #4c4c4c;
	font-size: 36px;
	font-family: "Montserrat (OT1)";
}
.aboutleftdv ul li p{
	color: #808080;
	font-size: 14px;
	width: auto;
	margin: 0 auto;
}
.index_service{
	width: 100%;
	background: url(../images/bg_02.jpg) center no-repeat;
	padding-top: 80px;
	padding-bottom: 110px;
	background-size: cover;

}
.index_servicedv{
	width: 1400px;
	margin: 0 auto;
}
.servicetop h1{
	color: #035cac;
	font-size: 36px;
	font-family: "Montserrat (OT1)";
	font-weight: bold;
	text-transform: uppercase;
}
.servicetop p{
	color: #4c4c4c;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.servicelist ul{
	display: flex;
	justify-content: space-between;
}
.servicelist ul li{
	background-color: #262626;
	width: 467px;
	padding: 60px 0px;
}
.chelist{
	width: 100%;
	background-color: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 75px;
}
.chelistdv{
	width: 1400px;
	margin: 0 auto;
}
.chelistdv ul{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}
.chelistdv ul li{
	width: 330px;
	overflow: hidden;
	margin: 10px;
}
.chelistdv ul li img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.chelistdv ul li:hover img{
	transform: scale(1.02);
}
.chelisttop h1{
	color: #035cac;
	font-size: 36px;
	font-family: "Montserrat (OT1)";
	font-weight: bold;
	text-transform: uppercase;
}
.chelisttop p{
	color: #4c4c4c;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 40px;
}
.chelisttop a{
	float: right;
	margin-top: -80px;
	color: #808080;
	font-size: 14px;
}
.servicelist li img{
	display: block;
	margin: 0 auto;
}
.servicelist li h1{
	color: #3a3a3a;
	font-size: 46px;
	font-family: "Montserrat (OT1)";
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
}
.servicelist li h2{
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: -35px;
	margin-bottom: 15px;
}
.servicelist li p{
	width: 75%;
	margin: 0 auto;
	color: #e5e5e5;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 25px;
}
.servicelist li a{
	width: 50px;
	height: 50px;
	display: block;
	background-color: #494949;
	color: #fff;
	font-size: 36px;
    line-height: 44px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}
.servicelist li:nth-child(2){
	background-color: #035cac;
}
.servicelist li:nth-child(2) h1{
	color: #2f6eb3;
}
.servicelist li:nth-child(2) a{
	background-color: #fcfdfe;
	color: #035cac;
}
.servicelist li:nth-child(3){
	background-color: #fff;
	border: 1px solid #e6e6e6;
}
.servicelist li:nth-child(3) h1{
	color: #f2f2f2;
}
.servicelist li:nth-child(3) h2{
	color: #4c4c4c;
}
.servicelist li:nth-child(3) p{
	color: #666666;
}
.servicelist li:nth-child(3) a{
	background-color: #035cac;
	color: #fff;
}
.index_news{
	background: url(../images/news_02.jpg) center no-repeat;
	padding-top: 95px;
	padding-bottom: 80px;
	background-size: cover;
}
.index_newsdv{
	width: 1400px;
	margin: 0 auto;
}
.index_newsdvtop h1{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	font-family: "Montserrat (OT1)";
}
.index_newsdvtop p{
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 45px;
}
.tabBox1{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
	.tabBox1 .hd{ height:40px; line-height:40px; position:absolute;  width: 100%;top: -90px;}
	.tabBox1 .hd ul{height:40px;overflow:hidden;display: flex;justify-content: flex-end;  }
	.tabBox1 .hd ul li{ padding:0 10px; color:#666;  margin: 0 10px;}
	.tabBox1 .hd ul li a{color: #fff;font-size: 14px;}
	.tabBox1 .hd ul .on{color:#fff;border-bottom: 2px solid #fff;}
	.tabBox1 .hd ul .on a{ display:block; /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */  }
	.tabBox1 .bd ul{}
.newdvleft{
	width: 580px;
	position: relative;
	overflow: hidden;
}
.newdvright{
	width: 820px;
}
.newdvleft div{
	position: absolute;
	bottom: 40px;
	width: 90%;
	left: 5%;
}
.newdvleft img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.newdvleft div span{
	display: block;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
}
.newdvleft div h1{
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}
.newdvleft:hover img{
	transform: scale(1.03);
}
.newdv{
	display: flex;justify-content: space-between;
}
.newdvright ul {
	display: flex;
	justify-content: space-between;
}
.newsone{
	background-color: #fff;	
    width: 410px;
    height: 290px;
	padding: 45px;
}
.newsone span{
	font-size: 14px;
	color: #808080;
}
.newsone i{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #035cac;
	margin: 15px 0px;
}
.newsone h1{
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 40px;
}
.newsone p{
	width: 100px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	background-color: #035cac;
	font-size: 14px;
}
.newtwo{
	width: 410px;
	height: 290px;
	overflow: hidden;
}
.newtwo img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.newtwo:hover img{
	transform: scale(1.03);
}
.foot{
	border-top: 10px solid #035cac;
	background: url(../images/foot_02.png) center no-repeat;
	height: 490px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
}
.footdvleft h1{
	font-size: 18px;
	color: #ededed;
	margin-top: 20px;
	margin-bottom: 10px;
}
.footdvleft p{
	color: #ededed;
	font-size: 24px;
	font-weight: bold;
	font-family: "Montserrat (OT1)";
}
.footdv{
	display: flex;
	justify-content: space-between;
}
.footdvcenter{
	display: flex;
	justify-content: space-between;
	width: 750px;
}
.footdvcenter dl dt a{
	display: block;
	color: #ededed;
	font-size: 16px;
	margin: 15px 0px;
}
.footdvcenter dl dd a{
	color: #cccccc;
	font-size: 14px;
	line-height: 35px;
}
.footdvcenter dl dd a:hover{
	color: #fff;
}
.footright{
	width: 120px;
	text-align: center;
}
.footright img{
	display: block;
	width: 100%;
}
.footright p{
	font-size: 14px;
	color: #cccccc;
	margin-top: 20px;
}
.footdv{
	width: 1400px;
}
.wdl{
	background-color: #212325;
	height: 75px;
	width: 100%;
}
.wdldv{
	display: flex;justify-content: space-between;
	width: 1400px;
	margin: 0 auto;
	font-size: 14px;
	color: #ededed;
	line-height: 75px;
	height: 75px;
}
.wdldv p{
	line-height: 75px;
}
.wdldv p a{
	color: #ededed;line-height: 75px;
}
.index_lc{
	background-color: #035cac;
	padding: 70px 0px;
}
.index_lc ul{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.index_lc ul li{
	width: 320px;
	border-right: 1px solid #2977bd;
}
.index_lc ul li h1{
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 15px;
}
.index_lc ul li p{
	line-height: 30px;
	width: 280px;
	font-size: 14px;
	color: #d9e3ec;
}
.index_lc ul li:last-child{
	border: none;
}
.chelists{
	margin: 30px auto; 
}
.chelisttop p{
	margin-bottom: 20px;
	margin-top: 0px;
}
.aboutleft img{
	display: none;
}
.aboutleft{
	background-color: #fff;
}
.aboutleft h1{
	color: #333333;
	font-size: 36px;
	font-family: "Montserrat (OT1)";
	font-weight: bold;
}
.aboutleft h2{
	font-size: 24px;
	color: #4c4c4c;
}
.aboutleft p{
	margin-top: 20px;
	width: 600px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 20px;
}
.aboutleft a{
	display: none;
}
.aboutleft ul{
	box-shadow: 0px 0px 5px #b2b0b0;
}
.aboutfw{
	width: 100%;
	background: url(../images/fuwu_02.png) center no-repeat;
	height: 880px;
	background-size: cover;
}
.aboutfwtop{
	padding-top: 100px;
}
.aboutfwtop h1{
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	font-family: "Montserrat (OT1)";
	text-transform: uppercase;
	text-align: center;
}
.mfootdv{
	display: none;
}
.mfoot{
	display: none;
}
.aboutfwtop p{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	width: 820px;
	text-align: center;
	margin: 0 auto;
}
.aboutfwtop h2{
	line-height: 50px;
	text-align: center;
	color: #fefefe;
	font-size: 24px;
}
.aboutlist{
	width: 1400px;
	margin: 0 auto;margin-top: 60px;	
}
.aboutlist ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.aboutlist ul li{
	width: 280px;
	position: relative;
}
.aboutlist ul li img{
	display: block;
	margin: 0 auto;
}
.aboutlist ul li h1{
	color: #fefefe;
	font-size: 20px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.aboutlist ul li p{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.aboutlist ul li:nth-child(2),.aboutlist ul li:nth-child(4){
	margin-top: 50px;
}
.aboutlist ul li:nth-child(1):after{
	content: "";
	position: absolute;
	width: 262px;
	height: 64px;
	background: url(../images/zuj_19.png) center no-repeat;
	top: 70px;
    left: 195px;
}
.aboutlist ul li:nth-child(4):after{
	content: "";
	position: absolute;
	width: 262px;
	height: 64px;
	background: url(../images/zuj_19.png) center no-repeat;
	top: 24px;
    left: -180px;
}
.aboutlist ul li:nth-child(2):after{
	content: "";
	position: absolute;
	width: 262px;
	height: 64px;
	background: url(../images/zuj_03.png) center no-repeat;
	top: -50px;
    left: 195px;
}
.cxdh{
	padding: 100px 0px;
	background: url(../images/lxwm_02.png) center no-repeat;
	background-size: cover;
}
.cxdhtop h1{
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	margin-bottom: 15px;
}
.cxdhtop p{
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	margin-bottom: 50px;
}
.cxdhlist{
	width: 1400px;
	margin: 0 auto;
}
.cxdhlist ul{
	display: flex;
	justify-content: space-between;
}
.cxdhlist ul li{
	padding-left: 40px;
	padding-top: 55px;
	padding-bottom: 50px;
	padding-right: 30px;
	width: 320px;
	background-color: #fff;
}
.cxdhlist ul li iconpark-icon{
	font-size: 36px;
	color: #1c6cb4;
}
.cxdhlist ul li h1{
	margin-top: 30px;
	margin-bottom: 20px;
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
}
.cxdhlist ul li p{
	line-height: 30px;
	color: #4c4c4c;
	font-size: 14px;
}
.gsjj{
	width: 1400px;
	margin: 70px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gsjjleft h1{
	color: #4c4c4d;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 30px;
}
.gsjjleft span{
	display: block;
	height: 2px;
	width: 200px;
	border-bottom: 1px solid #d7d7d9;
}
.gsjjleft i{
	display: block;
	width: 30px;
	height: 5px;
	background-color: #035cac;
	margin-top: -3px;
}
.gsjjleft h2{
	margin-top: 20px;
	color: #4c4c4d;
	font-size: 16px;
	margin-bottom: 40px;
}
.gsjjleft h3{
	color: #4c4c4d;
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.gsjjleft h3 em{
	color: #035cac;
	font-size: 36px;
	margin-left: 5px;
}
.gsjjleft ul li{
	display: flex;justify-content: flex-start;
	align-items: center;
	margin: 20px 0px;
	color: #4c4c4d;
	font-size: 16px;
}
.gsjjleft ul li img{
	margin-right: 10px;
}
.zxly{
	padding-bottom: 70px;
	padding-top:80px ;
	background: url(../images/zxly_02.png) center no-repeat;
	width: 100%;
	background-size: cover;
}
.zxlyform{
	width: 1400px;
	margin: 0 auto;
}
.zxlytop{
	text-align: center;
}
.zxlytop h1{
	color: #035cac;
	font-size: 30px;
	margin-bottom:20px;
}
.zxlytop p{
	color: #666666;
	font-size: 14px;
	margin-bottom: 60px;
}
.zxlyform div{
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.zxlyform div input{
	width: 32.5%;
	line-height: 45px;
	height: 45px;
	border: none;
	outline: none;
	padding:0 1.5%;
}
.zxlyform textarea{
	width: 97%;
	border: none;
	padding:0 1.5%;
	font-family: "微软雅黑";	
	line-height: 35px;
	height: 140px;
	outline: none;
	margin-bottom: 15px;
}
.zxlyform .submit{
	width: 100%;
	height: 50px;
	background-color:#1f67bf ;
	border: none;
	font-size: 16px;
	color: #fff;
}

.newslist ul{
	margin-bottom: 35px;
}
.newslist ul li{
	padding: 35px 0px;
}
.newslist ul li a{
	width: 1400px;
	display: block;
	margin: 0 auto;
}
.newslist ul li .newslistding{
	display: flex;justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.newslist ul li .newslistding span{
	color: #4c4c4c;
	font-size: 14px;
	display: block;
	width: 85px;
}
.newslist ul li .newslistding i{
	color: #b3b3b3;
	margin-right: 10px;
}
.newslist ul li .newslistding h1{
	color: #333333;
	font-size: 20px;
	width: 1260px;
	font-weight: bold;
}
.newslist ul li .newslistxia {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.newslist ul li .newslistxia span{
	display: block;
	width: 35px;
	height: 35px;
	background-color: #cccccc;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.newslist ul li .newslistxia p{
	width: 1255px;
	color: #666666;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	height: 60px;
}
.newslist ul li:hover{
	background-color: #f2f2f2;
}
.newslist ul li:hover .newslistding h1{
	color: #005aa9;
}
.newslist ul li:hover .newslistxia span{
	color: #fff;
	background-color: #005aa9;
}
.newsall{
	width: 1400px;
	margin: 0 auto;
}
.newsalltop h1{
	margin-top: 60px;
	color: #035cac;
	font-size: 36px;
	font-weight: bold;
	font-family: "Montserrat (OT1)";
	margin-bottom: 10px;
}
.newsalltop p{
	color: #4c4c4c;
	font-size: 24px;
	margin-bottom: 50px;
}
.newstoudv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.newstoudvleft{
	width: 500px;
}
.newstoudvleft img{
	width: 100%;
	display: block;
}
.newstoudvright{
	width: 900px;
	padding: 0 90px;
	background-color: #f5f5f5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newstoudvright h1{
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:10px ;
}
.newstoudvright span{
	color: #808080;
	font-size: 14px;
	margin-bottom: 30px;
	display: block;
}
.newstoudvright p{
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 50px;
}
.newstoudvright a{
	color: #808080;
	font-size: 14px;
}
.swiper-pagination-bullet{
	border-radius: initial !important;
	background-color: #94b8d8 !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active{
	background-color: #035cac !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	left: auto !important;
	width: auto !important;
	right: 80px !important;
}
.htmleaf-container{
	display: none;
}
.shownav{
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 15px;
}
.shownavdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.shownavdvleft ul{
	display: flex;
	justify-content: flex-start;
}
.shownavdvleft ul li{
	width: 140px;
	height: 65px;
	line-height: 65px;
}
.shownavdvleft ul li a{
	display: block;
	color: #333333;
	font-size: 18px;
	text-align: center;
}
.shownavdvleft ul li a:hover{
	background-color:#035cac;
	color: #fff;
}


.pcbanner .swiper-slide{
	position: relative;
}
.pcbanner .swiper-slide div{
	position:absolute;
	width: 67.7%;
	top:36%;
	left:16.15%;
}
.pcbanner .swiper-slide div h1{
	color:#ffffff;
	font-size:36px;
	font-weight:bold;
	margin-bottom:20px;
	font-family: "Montserrat";
}
.pcbanner .swiper-slide div h2{
	color:#ffffff;
	font-size:52px;
	font-weight:bold;
	margin-bottom:20px;
	font-family: "Montserrat";
}
.pcbanner .swiper-slide div i{
	display:block;
	width:90px;
	height:10px;
	background-color:#fff;
	margin-bottom:30px;
}
.pcbanner .swiper-slide div p{
	color:#ffffff;
	font-size:20px;
}
.pcbanner .swiper-slide div span{
	display:block;
	width:90px;
	height:3px;
	background-color:#fff;
	margin-bottom:40px;
}
.pcbanner .swiper-horizontal>.swiper-pagination-bullets, .pcbanner .swiper-pagination-bullets.swiper-pagination-horizontal,.pcbanner .swiper-pagination-custom,.pcbanner .swiper-pagination-fraction{
	width: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
}

.pcbanner .swiper-pagination-bullet{
	background-color: #fff !important;
}
.pcbanner .swiper-pagination-bullet-active {
    background-color: #035cac !important;
}
.pcbanner  img{
	width: 100%;
	display: block;
}
@media only screen and (min-width: 1000px) and (max-width: 1399px){
	.head_topdv{
		width: 95%;
	}
	.shownavdv{
		width: 95%;
	}
	.tabBox .hd ul{
		width: 100%;
	}
	.tabBox .bd{
		width: 100%;
	}
	.diqucity{
		width: 95%;
	}
	.diqucityleft{
		width: 50%;
	}
	.diqucityright{
		width: 48%;
	}
	.diqucityright ul li{
		margin-bottom: 10px;
	}
	.index_aboutright img,.index_aboutleft img{
		display: none;
	}
	.index_aboutright{
		background: url(../images/num_03.jpg) center no-repeat;
	}
	.index_aboutleft{
		background: url(../images/num_02.jpg) center no-repeat;
		padding-top: 5%;
	}
	.aboutleftdv{
		width: 90%;
		position: relative;
		left: 5%;
		top: 0;
	}
	.aboutleftdv p{
		width: 100%;
		text-align: justify;
	}
	.aboutleftdv ul{
		position: relative;
	}
	.index_servicedv{
		width: 95%;
	}
	.index_newsdv{
		width: 95%;
	}
	.tabBox1{
		width: 95%;
	}
	.newdvleft{
		width: 40%;
	}
	.newdvright{
		width: 60%;
	}
	.newdvleft img,.newtwo img{
		display: none;
	}
	.newsone{
		width: 50%;
		padding: 3%;
	}
	.newtwo{
		width: 50%;
		height: auto;
		background-size: cover;
	}
	.chelistdv{
		width: 95%;
	}
	.chelistdv ul li{
		width: 23%;
		margin: 1%;
	}
	.footdv,.wdldv{
		width: 95%;
	}
	.footdvcenter{
		width: 60%;
	}
	.servicelist li h1{
		font-size: 32px;
	}
	.newsall{
		width: 95%;
	}
	.newstoudv{
		width: 100%;
	}
	.newslist ul li a{
		width: 95%;
	}
	.newslist ul li .newslistding h1{
		width: 88%;
	}
	.newslist ul li .newslistxia p{
		width: 88%;
	}
	.cxdhlist{
		width: 95%;
	}
	.zxlyform textarea{
		width: 100%;
	}
	.cxdhlist ul li{
		width: 24%;
	}
	.gsjj{
		width: 95%;
	}
	.gsjjright{
		width: 60%;
	}
	.gsjjright img{
		width: 100%;
		display: block;
	}
	.zxlyform{
		width: 95%;
	}
	.index_lc ul{
		width: 95%;
	}
	.index_lc ul li{
		width: 23%;
	}
	.index_lc ul li p{
		width: 93%;
	}
	.aboutleft{
		background: none;
	}
	.aboutlist{
		width: 95%;
	}
	.aboutlist ul li{
		width: 23%;
	}
	.aboutlist ul li:nth-child(1):after {
	    content: "";
	    position: absolute;
	    width: 70%;	
	    height: 64px;
	    background: url(../images/zuj_19.png) center no-repeat;
	    top: 70px;
	    left: 70%;
	    background-size: contain;
	}
	.aboutlist ul li:nth-child(2):after {
	    content: "";
	    position: absolute;
	    width: 70%;
	    height: 64px;
	    background: url(../images/zuj_03.png) center no-repeat;
	    top: -50px;
	    background-size: contain;
	    left: 70%;
	}
	.aboutlist ul li:nth-child(4):after {
	    content: "";
	    position: absolute;
	    width: 70%;
	    height: 64px;
	    background: url(../images/zuj_19.png) center no-repeat;
	    top: 24px;
	    left: -43%;
	    background-size: contain;
	}
}
@media only screen and (min-width: 100px) and (max-width: 999px){
	.head_top{
		display: none;
	}
	.shownavdv{
		width: 95%;
	}
	.tabBox .hd ul{
		width: 100%;
	}
	.tabBox .hd{
		line-height: 45px;
		height: 45px;
		font-size: 14px;
	}
	.tabBox .hd ul li a{
		font-size: 16px;
	}
	.diqucity{
		width: 100%;
		display: block;
		padding: 0;
	}
	.tabBox .hd ul{
		height: auto;
	}
	.diqucityleft{
		width: 100%;
		margin: 0 auto;
	}
	.diqucityright{
		width: 95%;
		margin: 0 auto;
	}
	.diqucityright h1{
		font-size: 22px;
	}
	.diqucityright h2{
		font-size: 18px;
		margin-bottom: 15px;
    	margin-top: 10px;
	}
	.diqucityright span{
		margin-bottom: 15px;
	}
	.diqucityright p{
		margin-bottom: 15px;
	}
	.diqucityright ul li {
	    width: 22%;
	    height: 30px;
	    text-align: center;
	    border: 1px solid #b3b3b3;
	    line-height: 30px;
	    margin-right: 0px; 
	    margin: 1%;
	    font-size: 14px;
	}
	.diqucityright ul{
		margin-bottom: 20px;
	}
	.diqucityright div a{
		width: 135px;
		height: 40px;
		line-height: 40px;
	}
	.diqucityright div{
		margin-bottom: 30px;
	}
	.index_about{
		display: block;
	}
	.index_aboutleft, .index_aboutright{
		width: 100%;
	}
	.index_aboutleft img{
		display: none;
	}
	.index_aboutleft{
		background: url(../images/num_02.jpg) center no-repeat;
		padding-top: 5%;
	}
	.aboutleftdv{
		width: 95%;
		position: relative;
		margin: 0 auto;
	}
	.aboutleftdv h1{
		font-size: 20px;
	}
	.aboutleftdv p{
		width: 100%;
		text-align: justify;
	}
	.aboutleftdv ul{
		position: relative;
	}
	.aboutleftdv a{
		margin-bottom:30px ;
		height: 40px;
		line-height: 40px;
	}
	.aboutleftdv ul{
		width: 100%;
		padding: 5%;
	}
	.aboutleftdv ul li h3{
		font-size: 24px;
		text-align: center;
	}
	.index_servicedv{
		width: 95%;
	}
	.servicetop h1{
		font-size: 20px;
	}
	.index_service{
		padding-top: 35px;
		padding-bottom: 20px;
	}
	.servicetop p{
		margin-bottom: 30px;
	}
	.servicelist ul{
		flex-flow: wrap;
	}
	.servicelist li h2{
		font-size: 20px;
	}
	.index_news{
		padding-top: 35px;
   		padding-bottom: 35px;
   		background-size: cover;
	}
	.index_newsdv{
		width: 95%;
		text-align: center;
	}
	.index_newsdvtop h1{
		font-size: 20px;
	}
	.index_newsdvtop p{
		margin-bottom: 20px;
	}
	.tabBox1{
		width: 95%;
	}
	.tabBox1 .hd{
		position: initial;
	}
	.tabBox1 .hd ul{
		display: flex;
		justify-content: space-between;
	}
	.newdv{
		margin-top: 15px;
		width: 100%;
		display: block;
	}
	.newdvleft{
		width: 100%;
	}
	.newdvright{
		width: 100%;
	}
	.newdvright ul{
		flex-flow: wrap;
	}
	.newsone{
		width: 100%;
		padding: 5%;
		margin-top: 10px;
		height: auto;
	}
	.newtwo{
		display: none;
	}
	.newdvleft div h1{
		font-size: 16px;
	}
	.newsone h1{
		font-size: 16px;
		margin-bottom: 20px;
	}
	.chelistdv{
		width: 95%;
	}
	.chelist{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.chelisttop h1{
		font-size: 20px;
	}
	.chelisttop p{
		margin-bottom: 15px;
	}
	.chelisttop a{
		margin-top: -60px;
		display: none;
	}
	.chelistdv ul li{
		width: 48%;
		margin: 1%;
	}
	.foot,.wdl{
		display: none;
	}
	.newsall{
		width: 95%;
	}
	.newsalltop h1{
		margin-top: 25px;
		font-size: 20px;
	}
	.newsalltop p{
		margin-bottom: 25px;
	}
	.newstoudv{
		width: 100%;
		display: block;
	}
	.newstoudvleft{
		width: 100%;
	}
	.newstoudvleft img{
		display: block;
		width: 100%;
	}
	.newstoudvright{
		width: 100%;
		padding: 5%;
	}
	.newstoudvright h1{
		font-size: 16px;
	}
	.newstoudvright span{
		margin-bottom: 10px;
	}
	.newstoudvright p{
		margin-bottom: 20px;
		height: 60px;
		overflow: hidden;
	}
	.newslist ul li a{
		width: 95%;
	}
	.newslist ul li .newslistding span,.newslist ul li .newslistding i{
		display: none;
	}
	.newslist ul li .newslistding h1{
		width: 100%;
		font-size: 16px;
	}
	.newslist ul li .newslistxia span{
		display: none;
	}
	.newslist ul li .newslistxia p{
		overflow: hidden;
	}
	.newslist{
		margin-top: 15px;
	}
	.newslist ul li{
		padding: 15px 0px;
		border-bottom: 1px dashed #ccc;
	}
	.newslist ul li .newslistding{
		margin-bottom: 10px;
	}
	.cxdh{
		padding: 25px 0px;
	}
	.cxdhtop h1{
		font-size: 20px;
	}
	.cxdhtop p{
		font-size: 14px;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 18px;
	}
	.cxdhlist{
		width: 95%;
	}
	.cxdhlist ul{
		flex-flow: wrap;
	}
	.cxdhlist ul li{
		padding: 3%;
		width: 48%;
		margin: 1%;
	}
	.cxdhlist ul li h1{
		font-size: 18px;
	}
	.gsjj{
		width: 95%;
		display: block;
		margin: 35px auto;
	}
	.gsjjleft h1{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.gsjjleft h2{
		margin-bottom: 20px;
	}
	.gsjjleft h3 em{
		font-size: 20px;
	}
	.gsjjleft h3{
		margin-bottom: 15px;
	}
	.gsjjleft ul li{
		font-size: 14px;
	}
	.gsjjright{
		width: 100%;
	}
	.gsjjright img{
		width: 100%;
		display: block;
	}
	.zxly{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.zxlytop h1{
		font-size: 24px;
		font-weight: bold;
	}
	.zxlytop p{
		margin-bottom: 20px;
		width: 90%;
		margin: 0 auto;
		margin-bottom: 20px;
		line-height: 30px;
	}
	.zxlyform{
		width: 95%;
	}
	.zxlyform div{
		flex-flow: wrap;
	}
	.zxlyform div input{
		width: 97%;margin-bottom: 15px;
	}
	.zxlyform div input:last-child{
		margin-bottom: 0;
	}
	.zxlyform .submit{
		height: 45px;
		line-height: 45px;
	}
	.index_lc ul{
		flex-flow: wrap;
		width: 100%;
	}
	.index_lc ul li{
		width:95%;
		margin: 15px auto;
		border-right:none;
		border-bottom: 1px solid #2977bd;
		padding-bottom: 15px;
	}
	.index_lc{
		padding: 30px 0px;
	}
	.index_lc ul li h1{
		font-size: 18px;
	}
	.index_lc ul li p{
		width: 100%;
	}
	.aboutleft{
		background: none;
	}
	.aboutfwtop h1{
		font-size: 20px;
	}
	.aboutfwtop{
		padding-top: 30px;
	}
	.aboutfwtop p{
		width: 90%;
	}
	.aboutlist{
		width: 95%;
		margin-top: 15px;
	}
	.aboutlist ul{
		flex-flow: wrap;
	}
	.aboutlist ul li{
		width: 100%;
	}
	.aboutfwtop h2{
		line-height: 40px;
		font-size: 22px;
	}
	.aboutlist ul li h1{
		font-size: 18px;
	}
	.aboutfw{
		background-size: cover;
		height: auto;
		padding-bottom:20px ;
	}
	.aboutlist ul li:nth-child(1):after,.aboutlist ul li:nth-child(4):after{
		display: none;
	}
	.aboutlist ul li:nth-child(2):after{
		display: none;
	}
	.aboutlist ul li:nth-child(2), .aboutlist ul li:nth-child(4){
		margin-top: 20px;
	}
	.aboutlist ul li{
		margin-top: 20px;
	}
	.htmleaf-container{
		display: block;
	}
	.tabBox .hd ul li a iconpark-icon{
		display: none;
	}
	.aboutleftdv ul li iconpark-icon {
	    font-size: 32px;
	    color: #035cac;
	    margin: 0 auto;
	    display: block;
	    text-align: center;
	}
	.article .post h1{
		font-size: 18px;
	}
	.article .padding-large{
		padding: 3%;
	}
	.sidebar-l{
		margin: 0;
	}
	.x2{
		width: auto
	}
	.chelisttop{
		text-align: center;
	}
	
	.pagination{
		margin: 25px auto;
	}
	.banner img {
	    display: block;
	    width: 200%;
	    margin-left: -20%;
	}
	.banner{
		width: 100%;
		overflow: hidden;
	}
	.shownavdvleft ul li{
		width: 30%;
	}
	.shownavdvleft ul{
		justify-content: space-between;
		width: 100%;
	}

	.shownavdvleft{
		width: 100%;
	}
	.mfootdv{
		height: 45px;display: block;
	}
	.mfoot{
		position: fixed;
		left: 0;
		width: 100%;
		bottom: 0;
		display: block;z-index: 999;
	}
	.mfoot ul{
		display: flex;
		justify-content: space-between;
		width: 100%;
		background-color: #035cac;
	}
	.mfoot ul li{
		width: 25%;
		border-left: 1px solid #054a88;
	}
	.mfoot ul li a{
		line-height: 45px;
		text-align: center;
		font-size: 14px;
		display: block;
		color: #fff;
	}
	.mfoot ul li:nth-child(3){
		display: none;
	}
	
	.owl-item{
		overflow: hidden;
	}
	.img-responsive{
		max-width: 200% !important;

	}
	.newdvleft{
		height: 200px;
	}
	.newdvleft img{
		display: none;
	}
	.index_aboutright{
		margin-top: 15px;
	}
	.aboutlist ul li img{
		width: 35px;
	}
	.layout{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.bg-gray{
		display: block;
	}
}
.pagination{
		margin: 25px auto;
	}