@charset "utf-8";
@import url("../fonts/font.css");
* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	
	margin: 0 auto;
font-family:'Microsoft YaHei';
font-weight: normal;
	font-size: 14px;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
	margin: 0;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li,
p {
	display: inline-block;
	list-style-type: none;
	font-size: 15px;
	margin: 0;
}
a { color:#333; text-decoration:none; cursor:pointer;}
a,
a:focus{
	border: none;
	outline: none;
	height: auto;
	text-decoration: none;
}
a:hover{text-decoration: none;border: none;}
.fl {
	float: left;
}

.fr {
	float: right;
}

.w100 {
	/* float: left; */
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.bg_e7f3ff{background-color:#e7f3ff; overflow:hidden;}

.clear {
	clear: both;
}
.li_last {
	 margin-right: 0 !important;
}

.header{position:fixed;top:0;left:0;z-index:9999;height: 130px;width:100%;background-color: #fff;}

.head{
    width:100%;
    max-width: 1800px;
    margin: 0px auto;
    position: relative;
    z-index: 99;
    }

.logo{float:left;margin-top:20px;/* max-width:665px; */}
.logo a{width:100%; height:auto; overflow:hidden; display: block;}
.logo img{width:100%;}
.logor{position:relative;float:right;width: 65%;}
.top_link{float: left;/* position:relative; */z-index:9;/* margin-right:30px; */margin-top:40px;text-align:center;line-height:40px;}
.top_link a,.top_link span{display: inline-block; font-size:14px; color:#fff;}
.top_link span{margin:0 5px;}
.search{float:right;margin-left: 0;z-index:15;width:240px;padding:0px;height: 40px;border-radius: 0;background-color:transparent;border: 1px solid #ddd;margin-top: 60px;}
.search .ssk{float:left;width: calc(100% - 50px);padding: 0 10px 0 10px;border-radius:19px 0 0 19px;border:0;outline: none;color: #666;line-height:40px; background-color:transparent;}
.search .ss{float:right;width:50px;height:38px;border-radius: 0;background: url(../img/search.png) #fff no-repeat center center;outline: none;color:#fff;border: 0;border-left: 0px solid #fff;margin:0px 0;text-align:center;}

.header2{height:205px; background-color:#0367b2;}
.header2 .dh{background-color:#fff;margin-top: 28px;}

.dh{position:relative;z-index:999;float:left;width: calc(100% - 250px);height: 40px;margin-top: 60px;}
#menu {
	position: relative;
	z-index: 9;
	zoom: 1;
	width:100%;
	text-align: center;
	height: 40px;
	margin: 0 auto;
	list-style: none;
}

#menu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu span{float:left;color: #fff; line-height:55px;}
#menu li {
	padding:0px 0;
	text-align: center;
	line-height: 40px;
	height: auto;
	/* padding: 0px 10px; */
	width: 16.6%;
	text-align:center;
	display: inline-block;
	float: left;
	position: relative;
}

#menu li a {
	white-space: normal;
	color: #333;
	padding: 0 0px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}
.header2 .dh #menu li a{color:#333;}
#menu li:hover {
	/*background-color: #0088d1;*/
}
#menu li:hover a{color:#005cbb;}
#menu li a:hover {
	
}

#menu li ol {
	margin: 0;
	padding: 0;
	width: 100%;
min-width:180px;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:40px;
	left:50%;
	z-index: 1;transform: translate(-50%, 0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	border-top: 0px solid #002fa7;
	background:none;
	filter: alpha(opacity=100);
	/*transition: all .2s ease-in-out;*/
}
#menu li ol li{margin-left: 0;background-color: #fff;}

#menu li:hover>ol {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 1;
}

#menu ol ul {
	top: 0;
	z-index: 1;
	left: 200px;
	margin: 0 auto;
	_margin: 0;
}

#menu li ol li,#menu li:hover ol li a {
	padding: 0px;
	white-space: normal;
	float: none;
	width: 100%;
	z-index: 1;
	font-size:18px;
	height: 35px;
	line-height: 35px;
	display: block;
	border: 0;
	color: #333;
	_line-height: 0;
	background-color: #fff;
}

#menu li ol li a {
	white-space: normal;
	padding: 0px 5px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	color: #333;
	float: none;
	/* background-color: #005cbb; */
	/* text-transform: none;-webkit-transition: all .5s ease-in-out; 
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
   transform:scale(1);transition: all 0.8s ease-in-out; */
}

#menu li ol li:hover ,#menu li ol li:hover  a{
	background-color: #fff;
	color:  #002fa7;
}

.menu-btn {
	display:none;
	overflow: hidden;
	float:right;
	/* margin-left: 35px; */
	width: 30px;
	height: 30px;
	background: 0 0;
	text-indent:0;
	opacity: 1;
	position:absolute;
	bottom:40px;
	right:10px;
	z-index: 999
}
.menu-btn2{position:absolute;
	top: 20px;display:none;
	right:10px;z-index: 999;width: 30px;
	height: 30px;}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3,.menu-btn2 .line-1,.menu-btn2 .line-2,.menu-btn2 .line-3{
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
	width: 26px;
	height: 2px;
	background:#005cbb;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}
.menu-btn2 .line-1,.menu-btn2 .line-2,.menu-btn2 .line-3{background-color:#fff;}
.menu-btn .line-1,.menu-btn2 .line-1{
	margin-top: -9px;
	width: 26px
}

.menu-btn .line-3,.menu-btn2 .line-3{
	margin-top: 9px;
	width: 26px
}

.drawerMenu-open .menu-btn .line-1,.menu-btn2.open .line-1{
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2,.menu-btn2.open .line-2{
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3,.menu-btn2.open .line-3{
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.mobNav {
	position: fixed;
	top: 130px;
	left: 0;
	right: 0;
	bottom: 0;width:100%;
	background: rgba(255, 255, 255, 1);
	z-index:200;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {width:100%;
	max-height: 80vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li { float:left;    width:100%;
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}
.mobNav ul li .navp{display: flex;
    justify-content: space-between;
    flex-wrap: wrap;float:left; width:100%;}
.mobNav ul li .navp a {
	font-size: 16px;
	color: #005ebb;
	font-weight: 700;
	background-size: auto 100%
}

.mobNav ul li .navp i {
	display: block;    font-style: normal;
	width: 16px;
	font-size: 30px;
	/* font-weight: lighter; */
	transition: .3s;
	color: #005ebb;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background-size: 16px 16px
}

.mobNav ul li.on .navp i {
	transform: rotate(-45deg);
	margin-right:15px;
}

.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 36px;
	font-size: 16px
}

.banner,.lmbanner{float:left;margin-top: 130px;width:100%;position:relative;z-index:9;overflow:hidden;}
.banner img,.lmbanner img{width:100%;}
.banSwiper{position:relative;float:left; width:100%; height:100%; overflow:hidden;}
.banSwiper .swiper-slide{float:left; text-align:center; width: 100%;height: 100%;}
.banSwiper .swiper-slide img{display:inline-block; width:100%; height:auto; overflow:hidden;}
.banSwiper  .swiper-button-prev:after,.banSwiper  .swiper-container-rtl .swiper-button-next:after,.banSwiper  .swiper-button-next:after,.banSwiper  .swiper-container-rtl .swiper-button-prev:after{color:transparent; line-height:48px; text-align:center; font-size:25px;}
.banSwiper .swiper-button-prev,.banSwiper  .swiper-button-next{top: calc(50% - 28px) !important;color:transparent;width:160px;height: 56px;line-height: 56px;border-radius:100%;}
.banSwiper  .swiper-pagination-bullet{width:10px; opacity:1; height:10px; border:0px solid #fff;background-color:#fff; margin:0 3px !important; border-radius:100%;}
.banSwiper  .swiper-pagination-bullet-active{width:10px; height:10px; background-color:#0367b2; opacity:1;}
.banSwiper  .swiper-pagination-bullets{bottom:0px !important;  width:100%;padding-top:0px; height:50px;}
.banSwiper .swiper-button-prev{background:url(../img/ban_l.png) no-repeat left center;left:5%;}
.banSwiper .swiper-button-next{background:url(../img/ban_r.png) no-repeat right center; right:5%;}


.main{width:100%;max-width: 1800px;margin:0 auto;}
.bg_index1{padding: 20px 0;width:100%;overflow:hidden;background:url(../img/bg_index1.png)  #005cbb no-repeat center center;}
.bg_index2{float: left;width:100%;padding: 20px  0;overflow:hidden;}
.bg_index3{width:100%;padding: 20px 0 20px 0;overflow:hidden;background:url(../img/bg_index3.png) no-repeat bottom center;}
.bg_index4{width:100%;padding: 20px 0 20px 0;overflow:hidden;background: url(../img/bg_index4.png) no-repeat center bottom 50px;}


.ksdh{
    float: left;
    width: 75%;
    max-width: 1330px;
}
.ksdh ul{flaot:left; width:100%;display: flex;justify-content: space-between;}
.ksdh ul li{position: relative;float:left;text-align: center;width: 120px;}
.ksdh ul li:before{position: absolute;content:"";right: -110px;top: 36%;display: block;width: 100px;height:1px;background-color:#ddd;}
.ksdh ul li:last-child{
    margin-right: 0;
}
.ksdh ul li:last-child:before{display:none;}
.ksdh ul li img{}
.ksdh ul li a p{
    float: left;
    width: 100%;
    margin-top: 7px;
    line-height: 50px;
    color: #fff;
    font-size: 22px;
}

.lxfs{float:right;width: 25%;max-width: 380px;text-align: center;}
.lxfs img{    display: inline-block;}
.lxfs h4{
    float: left;
    width: 100%;
    font-size: 24px;
    display: none;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}
.lxfs p{
    float: left;
    width: 100%;
    display: none;
    color: #fff;
    font-size:26px;
    line-height: 50px;
}
.lxfs p img{
    margin-right: 5px;
}
.lxfs p span{
    font-weight: bold;
    font-size: 30px;
}



.lm{float:left;width:100%;background: url(../img/bg_lm.png) no-repeat left center;height: 60px;padding-left: 12px;}
.lm h6{float:left;clear: both;text-align: left;font-weight:bold;color: #005cbb;line-height: 30px;font-size: 30px;}
.lm h6 span{float: left;font-family: 'SourceHanSerifSC-Bold';width: 100%;font-size: 18px;line-height: 20px;color: #005cbb99;text-transform: uppercase;margin-top: 10px;}
.more{float: right;text-align: center;margin: 0;background: url(../img/bg_more.png) no-repeat center center;line-height: 60px;width: 86px;font-size:16px;}
.lm2{float:left; width:100%; }
.lm2 h6{float:left; width:100%;color:#005cbb;text-align:center; font-size:34px; height:60px; font-weight:bold; background:url(../img/lm_hx.png) no-repeat center bottom;}
.lm2 span{float: left;text-align: center;font-family: 'SourceHanSerifSC-Bold';width: 100%;font-size: 18px;line-height: 20px;color: #005cbb99;text-transform: uppercase;margin-top: 10px;}



.footer{float:left; width:100%;padding:20px 0; background-color:#005cbb;}
.foot{width:100%;max-width: 1800px;margin:0 auto;}
.copy{float:left; width:100%; line-height:30px; padding:10px 0; }
.copy p{float:left;width:100%;font-size:16px;text-align:center;color:#fff;line-height: 30px;}
.copy p img{margin-top: 0px;margin-right: 5px;}



.bg_main{background-color:#e1e8ef; padding:20px 0;}
.m_l{position:relative;z-index:21;float:left;margin-top: 40px;width: 300px;padding-bottom: 0;}
.yjlm{float:left;width:100%;display:flex;align-items: center;height:80px;background: #005cbb;border-radius: 0;padding: 0 30px;}
.yjlm h6{float:left;width:100%;line-height: 35px;text-align: left;font-weight: bold;font-size: 30px;color:#fff;font-family: 'SourceHanSerifSC-Regular';}

.ejdh{float:left;width:100%;margin-top:0px;background-color: #fff;border-left: #a6b4c2 5px solid;/* padding-bottom: 50px; */}
.ejdh ul{float:left; width:100%;}
.ejdh ul li{float:left;/* display:flex; *//* align-items: center; */width:100%;/* padding:0 20px; */border-top:1px solid #F0F2F4;border-bottom:1px solid #F0F2F4;/* height:60px; */line-height: 60px;/* justify-content: space-between; */}
.ejdh ul li:first-child{border-top:0;}
.ejdh ul li.on .navp{border-left: #005cbb 5px solid; width:calc(100% + 5px); margin-left:-5px;}
.ejdh ul li .navp{padding: 0 20px;float:left;width:100%;}
.ejdh ul li:hover .navp em,.ejdh ul li.on .navp em{background-image:url(../img/ejdh_on.png);}
.ejdh ul li:hover .navp a,.ejdh ul li.on .navp a{color:#005cbb; font-weight: bold;}
.ejdh ul li.on dl{display:block;}
.ejdh ul li .navp a{float:left;width: calc(100% - 35px);color:#000;display: inline-block;font-size:18px;/* padding: 0 20px; */}
.ejdh ul li .navp em{float:right;width:30px; cursor:pointer; height:60px; background:url(../img/ejdh_li.png) no-repeat center right; }
.ejdh ul dl{position:relative;display:none;float:left;width:100%;padding: 0 10px 0 30px;margin:0;border-top: 1px solid #F0F2F4;}
.ejdh ul dl:before{content:"";position:absolute;left: 30px;top:0;width:1px;height: calc(100% - 15px);background-color:#e2e7ec;}
.ejdh ul dl dd{float:left;position: relative;width: 100%;padding:0px;text-indent:0px;line-height:30px;padding-left:20px;}
.ejdh ul dl dd:before{content:"";position:absolute;left:0;top:15px;width:15px;height:1px;background-color:#e2e7ec;}
.ejdh ul dl dd a{color: #000 !important;font-size:16px;font-weight: normal !important;padding: 0 !important;}
.ejdh ul dl dd:hover a,.ejdh ul dl dd.cur a{color: #005cbb !important;}

.m_r{position:relative;z-index:21;margin-bottom:60px;min-height:500px;background-color:#fff;float:right;margin-top: 40px;width: calc(100% - 360px);padding: 0px 0px;padding-bottom: 40px;}
.main1{position:relative;margin-bottom:60px;min-height:500px;background-color:#fff;float:right;margin-top:20px;width:100%;max-width:100%;padding: 0px 20px;}

.dqlm{position:relative;float:left;width:100%;height: 60px;background: url(../img/bg_lm.png) no-repeat bottom left;padding-bottom: 0;}
.dqlm h6{float:left;line-height: 60px;font-size:26px;text-align: left;color: #005cbb;text-indent: 20px;}

.dqwz{float:right;font-size: 16px;color:#767676;/* padding-left:20px; */padding-left:20px;font-family: "microsoft yahei";font-size: 16px;color: #888;line-height:70px;background:url(../img/bg_dqwz.png) no-repeat left center;}
.dqwz a,.dqwz span{font-size: 14px;color: #888;font-family: "microsoft yahei";}