@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;
}
.text-ellipsis { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
    .text-ellipsis-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .text-ellipsis-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
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;
}
.bg_body{background: url(../img/bg_header.png) no-repeat top center;background-size: 100%;}
.bg_body2{background: url(../img/bg_header2.png) no-repeat top center;background-size: 100%;}

.header {
	 position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	float: left;background-color: #fff;
}

.head {
	width: 100%;
	max-width: 1680px;
	margin: 0px auto;
	height: 130px;
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	float: left;
}

.logo a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.logo img {
	width: 100%;
}

.logowz {}

.logor {
	position: relative;
}

.toplj {
	float: left;
	text-align: center;
	line-height: 40px;
}

.toplj a,
.toplj span {
	display: inline-block;
	font-size: 16px;
	color: #666;
}

.toplj span {
	margin: 0 5px;
}

.search {
	float: right;
	margin-left: 0;
	z-index: 15;
	width: 220px;
	padding: 0px;
	height: 40px;
	border-radius: 20px;
	background: url(../img/bgsearch.png) transparent no-repeat center left 10px;
	border: 1px solid #ddd;
}

.search .ssk {
	float: left;
	width: 100%;
	padding: 0 10px 0 35px;
	border-radius: 0;
	border: 0;
	outline: none;
	color: #fff;
	line-height: 40px;
	background-color: transparent;
}

.search .ss {
	float: right;
	display: none;
	width: 50px;
	height: 38px;
	border-radius: 0;
	
	outline: none;
	color: #fff;
	border: 0;
	border-left: 0px solid #fff;
	margin: 0px 0;
	text-align: center;
}


.dh {
	position: relative;
	z-index: 999;
	float: left;
	width: 100%;
	height: 75px;
	margin-top: 0;
	border-top: 1px solid #ddd;
}

#menu {
	position: relative;
	z-index: 9;
	zoom: 1;
	width: 100%;
	max-width: 1680px;
	text-align: center;
	margin: 0 auto;
	list-style: none;
	display: flex;
	justify-content: space-around;
}

#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: 75px;
	height: 75px;
	width: 11%;
	padding: 0px 10px;
	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::before{
    position:absolute;
    left: 50%;
    bottom: 0px;
    display:block;
    content:"";
    width:0%;
    height:4px;
    background-color:#0c4c99;
    transform: translateX(-50%);
    background-color: #074a96;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    }
#menu li:hover::before,#menu li.active::before{ opacity:1; width:70%;visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;}

#menu li:hover a {
	color: #005cbb;
}

#menu li a:hover {}

#menu li ol {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width:200px;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:130%;
	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;
	opacity: 0;
	visibility: hidden;
	/*border-radius: 5px;*/
	transition: opacity .4s ease, top .45s ease;
}

#menu li ol li {
	margin-left: 0;
	background-color: #fff;
}

#menu li:hover>ol {
	top:100%;
	opacity: 1;
	visibility: visible;
	z-index: 100;
	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: 50px;
	line-height: 50px;
	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: #1e5191;
	color: #fff;
}
#menu li ol li:hover::before{display:none;}

.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 {float: left;
	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 {
	
	margin: 0 auto;
margin-top:205px;
	width: 100%;
	max-width: 1680px;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.lmbanner {width: 100%;
	max-width: 100%;
	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:12px;
	opacity: 1;
	height:12px;
	border:3px solid #c3d1e2;
	background-color: #c3d1e2;
	margin: 0 3px !important;
	border-radius: 100%;
}

.banSwiper .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background-color: #0c4c99;
	opacity: 1;
}

.banSwiper .swiper-pagination-bullets {
	bottom: 0px !important;
	width: 100%;
	padding-top: 0px;
	height:30px;
}

.banSwiper .swiper-button-prev {
	
	left: 5%;
}

.banSwiper .swiper-button-next {
	
	right: 5%;
}


.main {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	display:flex;justify-content: space-between;
    flex-wrap: wrap;
}

.bg_index1 {
	padding: 40px 0;
	width: 100%;
	overflow: hidden;
	background-color:#fff;
}

.bg_index2 {
	width: 100%;
	padding: 40px 0 45px 0;
	overflow: hidden;
	background: url(../img/bg_index2.png) #f2f7fe no-repeat center bottom;
}

.bg_index3 {
	width: 100%;
	padding: 40px 0 50px 0;
	overflow: hidden;
	
}

.bg_index4 {
	width: 100%;
	padding: 50px 0 75px 0;
	overflow: hidden;
	background: url(../img/bg_index4.png) #f4f9fe no-repeat center bottom;
}



.lm {
	position:relative;
	float: left;
	width: 100%;
	height: 60px;
}
.lm .tit{line-height:60px;float: left;width: 50%;}
.lm .tit h6 {line-height:60px;
	font-weight: bold;
		color: #005cbb;
		
		font-size:28px;
}
.lm .tit h6 span {line-height:60px;
	color: #333;
}
.lm::after,.lm::before{display:block; content:''; width:20px; height:2px; position:absolute; bottom:0; left:0; background-color:#1e5191;}
.lm::before{left:20px; background-color:#dec28e;}

.lm .tit p{position:absolute;left:0;top:0;line-height:40px;font-size:40px;opacity:0.15;color:#1e5191;font-weight:bold;text-transform: uppercase;}


a.more { position:relative;
	float: right;
	text-align: center;
	margin: 0;
	
	line-height: 60px;
	padding-right: 20px;
	font-size: 18px;
	
}
a.more::before{-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;display:block;content:"";background: url(../img/bg_more.png) no-repeat right center;width:20px;height:20px;top: 20px;right: 0;position: absolute;}
a.more:hover::before{color:#1e5191; transform:rotate(45deg);}

.lm2 {
	float: left;
	width: 100%;
}

.lm2 h6 {
	float: left;
	width: 100%;
	color: #005cbb;
	text-align: center;
	font-size: 34px;
	height: 60px;
	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: 30px 0 20px 0;
	background:url(../img/bg_footer.png) no-repeat center  bottom #1e5191;
}

.foot {
	width: 100%;
	max-width: 1680px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.foot_l{
    max-width: 1320px;
}
.yqlj,.lxfs{
    float: left;
    width: 100%;
}
.foot_l h6{
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
    color: #fff;
    width: 120px;
    font-size: 18px;
    line-height: 35px;
    float: left;
}
.yqlj{
    margin-bottom: 20px;
    /* height: 100px; */
}
.yqlj h6{background-image: url(../img/bg_yqlj.png);}
.yqlj ul{
    float: right;
    width: calc(100% - 120px);
}
.yqlj ul li{
    line-height: 35px;
    padding-right: 30px;
}
.yqlj ul li a{
    color: #fff;
    font-size: 18px;
}
.lxfs h6{background-image: url(../img/bg_lxfs.png);}
.lxfs p{
    color: #fff;
    line-height: 35px;
    font-size: 18px;
}


.foot_r{
    max-width: 300px;
}
.code{}
.code ul{
    width: 100%;
    text-align: center;
}
.code ul li{
    position: relative;
    width: 100px;
    margin: 0 20px;
    text-align: center;
}
.code ul li img{
    width: 80px;
}
.code ul li p{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px;
}
.code ul li .ewm{
    position: absolute;
    left: 0;
    bottom: 130px;
    opacity: 0;
	visibility: hidden;
}
.code ul li:hover .ewm{opacity: 1; visibility: visible;}
.code ul li .ewm::before{display:block;content:"";position: absolute;left: 40px;bottom: -10px;border: 10px solid transparent;border-top: 10px solid #fff;border-bottom: 0;}
.code ul li .ewm img{
    width: 100%;
}