body{padding: 0;margin: 0;font-family: "微软雅黑";font-size: 16px;color: #333;overflow-x:hidden;}
.wrap{max-width: 1200px;margin: 0 auto;}
ul{padding: 0;margin: 0;}
ul li{list-style: none;}
p{margin: 0;}
.fl{float: left;}
.fr{float: right;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
img{max-width: 100%;}
input:focus,button:focus,textarea:focus{outline: none;}
.ovh1{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ovh2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ovh3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ovh4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.bgf3f3f3{background: #f3f3f3;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
.imgH{overflow: hidden;}
.imgH img{transition-duration: .6s;-ms-transition-duration: .6s;-moz-transition-duration: .6s;-webkit-transition-duration: .6s; }
.imgH:hover img{transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);-webkit-transform:scale(1.1);}
.hidden-xs{display: block;}
.visible-xs{display: none;}
*{box-sizing: border-box;}
.db{display: block;}
.tc{text-align: center;}
img{max-width: 100%;}
.c_center{width: 1200px;margin: 0 auto;}
.baibg{background: #ffffff;}
.huibg{background: #efefef;}
.pore{position: relative;}
.flexb{display: flex;align-items: center;justify-content: center;}
.flexb2{display: flex;align-items: center;justify-content: space-between;}
.flexb3{display: flex;align-items: flex-start;justify-content: space-between;}
.swiper{position: relative;overflow: hidden;}
.row{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-6{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
    max-width: calc(100% / 2);
}
.col-4{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
    max-width: calc(100% / 3);
}
.col-3{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
    max-width: calc(100% / 4);
}
.col-2{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 6);
    flex: 0 0 calc(100% / 6);
    max-width: calc(100% / 6);
}
.col-25{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 5);
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
}
.bgBox{background: url() center no-repeat;background-size: cover;}
.container{width: 1200px;margin: 0 auto;}

/* 首页 */
header .line1{
	border-bottom: 1px solid #e5e5e5;
}
header .line1>.container{height: 126px;}
header .line1 .logo img,
header .line1 .slogan img{max-height: 100px;}
header .line1 .slogan{
	font-size: 21px;
	color: rgb(51, 51, 51);
}
header .line1 .slogan span{display: block;}
header .line1 .slogan b{display: block;font-weight: 400;letter-spacing: 12px;}
header .line1 .tel{position: relative;padding-left: 24px;}
header .line1 .tel::before{
	content: "";
	background: #e5e5e5;
	position: absolute;
	left: 0;
	top: calc(50% - 34px);
	width: 1px;
	height: 68px;
}
header .line1 .tel span{
	font-size: 18px;
	color: #333333;
	margin-left: 12px;
}
header .line1 .tel b{
	font-size: 24px;
	font-family: "Impact";
	color: #cc0000;
	margin-left: 8px;
}
header .line1 .tel small{
	font-size: 24px;
	letter-spacing: 3px;
}
header .navline{}
header .navline li{}
header .navline a{
	padding: 0 22px;
	display: block;
	font-size: 20px;
	color: rgb(51, 51, 51);
	font-weight: bold;
	line-height: 68px;
}
header .navline li.on{background: #003d89;}
header .navline li.on a{color: #ffffff;}
.banner .img img{display: block;width: 100%;}
.indp0 .nrBox{
	box-shadow: 0 0 10px 4px rgba(0,0,0,0.1);
	margin-top: -78px;
	position: relative;
	z-index: 2;
	background: #ffffff;
	border: 1px solid #e9e9e9;
	padding: 24px 0;
}
.indp0 .nrBox li{
	width: 25%;
	text-align: center;
	font-size: 14px;
	color: #999999;
	position: relative;
}
.indp0 .nrBox li::after{
	content: "";
	display: block;
	background: #ebebeb;
	position: absolute;
	right: 0;
	top: calc(50% - 22px);
	width: 1px;
	height: 44px;
}
.indp0 .nrBox li:last-child::after{display: none;}
.indp0 .nrBox .num span{
	font-size: 52px;
	font-family: "NH35";
	color: rgb(85, 85, 85);
	vertical-align: top;
}
.indp0 .nrBox .num  small{
	font-size: 14px;
	vertical-align: top;
}
.indp{padding: 48px 0;}
.indp1 .nrBox{
	padding: 56px 56px 56px 32px;
}
.indp1 .textBox{
	width: 88%;
	background: #ffffff;
	padding: 48px 20% 48px 48px;
	font-size: 14px;
	color: rgba(102, 102, 102, 0.8);
	line-height: 2;
}
.indp1 .textBox .mkTit{
	font-size: 28px;
	color: #333333;
}
.indp1 .textBox .mkTit small{
	font-family: "MyriadPro";
	font-size: 28px;
	color: #d1d1d1;
	text-transform: uppercase;
	font-weight: 400;
	margin-left: 8px;
}
.indp1 .imgBox{
	width: 32%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.pubTit{margin-bottom: 40px;text-align: center;}
.pubTit .tit{
	font-size: 30px;
	color: rgb(51, 51, 51);
}
.pubTit .titen{
	font-size: 14px;
	font-family: "MyriadPro";
	color: rgb(153, 153, 153);
	text-transform: uppercase;
	margin-top: 4px;
}
.pubTit .xian{
	background: #1a4578;
	display: block;
	width: 41px;
	height: 4px;
	margin: 0 auto;
	margin-top: 8px;
}
.indp2 .nrBox .imgBox{display: block;width: 100%;height: 380px;}
.indp2 .nrBox .imgBox img{width: 100%;display: block;display: none;}
.indp2 .nrBox .tit{
	font-size: 18px;
	color: rgb(51, 51, 51);
	margin-top: 8px;
	text-align: center;
	display: block;
}
.indp2 .swiper-button-prev{left: -48px;}
.indp2 .swiper-button-next{right: -48px;}
.indp2 .swiper-button-next::after,
.indp2 .swiper-button-prev::after{
	color: #0c599a;
	font-size: 32px;
}
.indp3 .pubTit .tit,
.indp3 .pubTit .titen{color: #ffffff;}
.indp3 .pubTit .xian{background: #ffffff;}
.indp3 .nrBox .imgBox{
	position: relative;
	width: 240px;
	height: 240px;
}
.indp3 .nrBox .imgBox .k{
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 6px solid #86b4e3;
	box-shadow: 3.536px 3.536px 5px 0px rgba(14, 5, 10, 0.19);
}
.indp3 .nrBox .imgBox .num{
	display: block;
	border-radius: 50%;
	background-color: rgb(204, 0, 0);
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 48px;
	font-family: "DIN";
	color: rgb(255, 255, 255);
	position: absolute;
}
.indp3 .nrBox ul{margin: -10px;}
.indp3 .nrBox li{padding: 10px;}
.indp3 .nrBox li:nth-child(odd) .imgBox{margin-left: calc(100% - 240px);}
.indp3 .nrBox li:nth-child(1) .imgBox .k{border-radius: 50px 50px 0 50px;}
.indp3 .nrBox li:nth-child(2) .imgBox .k{border-radius: 50px 50px 50px 0;}
.indp3 .nrBox li:nth-child(3) .imgBox .k{border-radius: 50px 0 50px 50px;}
.indp3 .nrBox li:nth-child(4) .imgBox .k{border-radius: 0 50px 50px 50px;}
.indp3 .nrBox li:nth-child(1) .imgBox .num{left: -32px;top: -24px;}
.indp3 .nrBox li:nth-child(2) .imgBox .num{right: -32px;top: -24px;}
.indp3 .nrBox li:nth-child(3) .imgBox .num{left: -32px;bottom: -24px;}
.indp3 .nrBox li:nth-child(4) .imgBox .num{right: -32px;bottom: -24px;}
.indp3 .nrBox .textBox{
	width: calc(100% - 268px);
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.indp3 .nrBox .textBox .tit{font-size: 28px;font-weight: 700;margin-bottom: 8px;}
.indp3 .nrBox li:nth-child(even) .textBox{left: unset;right: 0;}
.indp4 .clickB{justify-content: space-around;}
.indp4 .clickB>div{
	text-align: center;
	width: calc(100% / 6);
	cursor: pointer;
}
.indp4 .clickB>div span{
	display: block;
	margin: 8px auto 0;
	font-size: 18px;
	color: rgb(51, 51, 51);
}
.indp4 .clickB>div.on{
}
.indp4 .showB{
	margin-top: 36px;
}
.indp4 .showB .jjB{
	width: 32%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #ffffff;
	padding: 40px 32px;
	line-height: 1.8;
	min-height: 488px;
}
.indp4 .showB .jjB .tit{
	font-size: 30px;
	margin-bottom: 16px;
}
.indp4 .showB .jjB .more{
	border: 1px solid rgb(255, 255, 255);
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: 32px;
	bottom: 64px;
	padding: 0 24px;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
}
.indp4 .showB .cpl{
	margin: -10px;
	width: 66%;
	margin-left: 34%;
}
.indp4 .showB .cpl li{padding: 10px;}
.indp4 .showB .cpl .imgBox{display: block;width: 100%;height: 240px;}
.indp4 .showB .cpl .imgBox img{display: block;width: 100%;display: none;}
.indp4 .showB .cpl .tit{
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px;
	font-size: 18px;
	color: #ffffff;
}
.indp4 .gjz{
	margin-top: 28px;
	text-align: center;
	font-size: 16px;
	color: #666666;
}
.indp4 .gjz a{
	color: #666666;
	margin-right: 17px;
}
.indp4 .gjz a:last-child{margin-right: 0;}
.indp5 .nrBox ul{margin: -15px;}
.indp5 .nrBox li{padding: 15px;}
.indp5 .nrBox .kuang{
	height: 100%;
	background: #ffffff;
	border: 1px solid #e5e5e5;
}
.indp5 .nrBox .imgBox{
	display: block;
	height: 166px;
}
.indp5 .nrBox .imgBox img{display: none;}
.indp5 .nrBox .textBox{
	padding: 24px 28px 32px;
}
.indp5 .nrBox .textBox .tit{
	font-size: 20px;
	color: rgb(51, 51, 51);
	line-height: 1.5;
}
.indp5 .nrBox .textBox .desc{
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 1.5;
	margin-top: 8px;
}
.indp5 .nrBox .textBox .time{
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 16px;
	padding-left: 24px;
	background: url(../img/time.png) left center no-repeat;
	background-size: 16px;
	margin-top: 4px;
}
.indp5 .nrBox .textBox .more{margin-top: 24px;display: block;}
.indp5 .moreBtn{
	display: block;
	margin: 56px auto 0;
	border: 1px solid rgb(238, 238, 238);
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	width: 167px;
	line-height: 54px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.indp6 .nrBox ul{margin: -9px;}
.indp6 .nrBox li{padding: 9px;}
.indp6 .nrBox .kuang{
	border: 1px solid #e9e9e9;
	height: 100%;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indp7 .pubTit .tit{font-size: 35px;color: #ffffff;}
.indp7 .nrBox{color: #ffffff;font-size: 16px;}
.indp7 .nrBox form{width: 555px;margin: 0 auto;overflow: visible;}
.indp7 .nrBox .line{margin-bottom: 22px;}
.indp7 .nrBox .line2{width: 200%;}
.indp7 .nrBox .tit{
	width: 88px;
	display: block;
	float: left;
	line-height: 48px;
}
.indp7 .nrBox .tit2{width: unset;margin-left: 20px;}
.indp7 .nrBox .shuru1{
	border: 1px solid rgba(255, 255, 255,0.35);
	background-color: rgba(255, 255, 255, 0.141);
	width: calc(100% - 88px);
	line-height: 48px;
	padding: 0 8px;
	color: #ffffff;
	font-size: 16px;
	display: block;
	float: left;
}
.indp7 .nrBox .shuru2{
	border: 1px solid rgba(255, 255, 255,0.35);
	background-color: rgba(255, 255, 255, 0.141);
	width: 172px;
	line-height: 48px;
	padding: 0 8px;
	color: #ffffff;
	font-size: 16px;
	display: block;
	float: left;
}
.indp7 .nrBox .shuru3{
	border: 1px solid rgba(255, 255, 255,0.35);
	background-color: rgba(255, 255, 255, 0.141);
	width: calc(100% - 88px);
	height: 138px;
	padding: 8px;
	color: #ffffff;
	font-size: 16px;
	display: block;
	float: left;
}
.indp7 .nrBox .tijiao{
	border-radius: 8px;
	background-color: rgb(12, 89, 154);
	width: 222px;
	line-height: 62px;
	font-size: 18px;
	color: rgb(255, 255, 255);
	border: 0;
	margin-left: 88px;
}
.indp7 .nrBox label{position: relative;overflow: hidden;line-height: 48px;height: 48px;margin-right: 16px;cursor: pointer;}
.indp7 .nrBox label input{position: absolute;left: -999999px;}
.indp7 .nrBox label i{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/xz1.png) center no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-right: 8px;
}
.indp7 .nrBox label input:checked+i{
	background-image: url(../img/xz2.png);
}
footer{
	background: #1a4578;
	font-size: 14px;
	color: #ffffff;
}
footer a,
footer a:hover{color: #ffffff;}
footer .line1{padding: 40px 0;border-bottom: 1px solid rgba(255,255,255,0.1);}
footer .line1 a::after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 12px;
	background: rgba(255,255,255,0.3);
	margin: 0 16px;
}
footer .line1 a:last-child::after{display: none;}
footer .line2{
	padding: 48px 0;
}
footer .line2 .col1{
	width: 32%;
	text-align: left;
	font-size: 14px;
}
footer .line2 .col1 b{
	font-size: 39px;
	font-family: "Impact";
	color: rgb(255, 255, 255);
	font-weight: 400;
}
footer .line2 .col2{
	width: 16%;
	position: relative;
	text-align: center;
}
footer .line2 .col2::before{
	content: "";
	background: rgba(255,255,255,0.1);
	position: absolute;
	left: 0;
	top: calc(50% - 66px);
	display: block;
	width: 1px;
	height: 132px;
}
footer .line2 .col2 .iconBox{margin-bottom: 24px;}
footer .line2 .col2:last-child{margin-right: 20%;}
footer .line2 .ewm{
	background: #4b4b4b;
	position: absolute;
	right: 0;
	bottom: -32px;
	max-width: 20%;
	padding: 32px 40px;
}
footer .line2 .ewm p{font-size: 14px;text-align: center;margin-bottom: 12px;}
footer .line2 .ewm .imgBox{background: #ffffff;padding: 4px;}
footer .line3{
	background: #123054;
	padding: 12px 0;
}
@media (max-width:1400px) {
	.indp2 .nrBox{padding: 0 32px;}
	.indp2 .swiper-button-next{right: 0;}
	.indp2 .swiper-button-prev{left: 0;}
}
@media (max-width:1200px) {
	
}
header,
.banner,
.indp,
.bannerny{min-width: 1200px;}
.bannerny img{display: block;width: 100%;}
.nyBox{padding: 32px 0 48px;}
.leftNav{width: 270px;float: left;border: 1px solid #e7e7e7;}
.leftNav .catTop{
	padding: 16px 40px;
	text-align: left;
	font-size: 16px;
	color: #000000;
	border-bottom: 1px solid #e7e7e7;
	background: url(../img/icon1.png) calc(100% - 24px) center no-repeat;
	background-size: 15px 8px;
	position: relative;
}
.leftNav .catTop::before{
	content: "";
	background: linear-gradient(to bottom,#0d5a9b,#009a48);
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
}
.leftNav .erji{padding: 0 8px;}
.leftNav .erji li a.zktit{border-bottom: 1px solid #e7e7e7;}
.leftNav .erji li:last-child a.zktit{border-bottom: unset;}
.leftNav .erji a.zktit{
	padding: 16px 32px 16px 16px;
	text-align: left;
	font-size: 16px;
	color: #333333;
	display: block;
	position: relative;
}
.leftNav .erji a.zktit::after{
	content: "+";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.leftNav .erji .on a.zktit::after{
	content: "-";
}
.leftNav .erji a.zktit.on{
	color: #0c599a;
}
.leftNav .erji .zhshow{padding: 0 8px;display: none;}
.leftNav .erji .on .zhshow{display: block;}
.leftNav .erji .zhshow a{
	padding: 12px 16px;
	text-align: left;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px dashed #e7e7e7;
	display: block;
}
.rightCon{width: calc(100% - 290px);float: right;}
.topLine{
	border: 1px solid #e7e7e7;
	padding: 16px 32px;
	margin-bottom: 40px;
}
.topLine .catname{
	font-size: 18px;
	color: rgb(0, 0, 0);
}
.location{
	font-size: 14px;
	color: #999999;
}
.location a{color: #999999;}
.location span{color: #333333;}
.newsList li{margin-top: 34px;}
.newsList li:first-child{margin-top: 0;}
.newsList .imgBox{
	display: block;
	width: 262px;
}
.newsList .imgBox img{width: 100%;}
.newsList .textBox{width: calc(100% - 288px);}
.newsList .textBox .tit{
	font-size: 18px;
	color: rgb(51, 51, 51);
}
.newsList .textBox .desc{
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 1.8;
	margin-top: 8px;
}
.newsList .textBox .more{
	display: block;
	background: #bfbfbf;
	width: 111px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: rgb(255, 255, 255);
	transition: all 0.3s;
	margin-top: 16px;
}
.newsList .textBox .more:hover{background: #0c599a;}
.xiaocms-page{text-align: right;margin-top: 48px;}
.xiaocms-page a,
.xiaocms-page span{
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 16px; 
	color: rgb(0, 0, 0); 
	padding: 0 16px;
	display: inline-block;
	text-align: center;
	margin: 0 0 0 8px;
	border-radius: 4px;
	border: 1px solid #dddddd;
}
.xiaocms-page span{
	background: linear-gradient(to bottom,#0d5a9b,#009a48);
	color:#ffffff; 
}
.detailp{
	
}
.detailp .titp{
	font-size: 26px;
	color: rgb(51, 51, 51);
	text-align: center;
	padding: 12px 0;
}
.detailp .infpb{
	background: #f7f7f7;
	font-size: 14px;
	color: rgba(51, 51, 51, 0.6);
	text-align: center;
	padding: 8px;
}
.detailp .infpb a{color: rgba(51, 51, 51, 0.6);}
.detailp .nrb{
	padding: 40px 0;
	font-size: 14px;
	color: rgb(51, 51, 51);
	line-height: 2;
}
.detailp .fyBox{
	padding: 16px 0;
	font-size: 12px;
	color: #333333;
	border-top: 1px dotted #8f8f8f;
}
.detailp .fyBox a{color: #333333;}
.detailp .fyBox .fyf{
	width: 50%;
}
.detailp .fyBox .fyf:last-child{text-align: right;}
.proList{margin: -8px;}
.proList li{padding: 8px;}
.proList .imgBox{display: block;height: 215px;width: 100%;}
.proList .imgBox img{display: block;width: 100%;display: none;}
.proList .tit{
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}