@charset "utf-8";


* {
	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; */
	height: 80px;
	width: 100%;
}

.head {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto;
	position: relative;
	z-index: 99;
}

.logo {
	float: left;
	margin-top: 16px;
	/* max-width:665px; */
}

.logo a {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.logo img {
	width: 100%;
}

.logor {
	position: relative;
	float: right;
	width: 60%;
}

.top_link {
	float: right;
	margin-top: 25px;
	text-align: center;
	line-height: 30px;
}

.top_link a,
.top_link span {
	display: inline-block;
	font-size: 14px;
	color: #333;
	padding: 0px;
	margin: 0 0 0 20px;
	padding: 0 10px;
}
.top_link a img{margin-right: 5px;}

.search {
	float: right;
	margin-left: 0;
	width: 278px;
	padding: 0px;
	height: 30px;
	border-radius: 15px;
	background-color: transparent;
	border: 1px solid #246B7D;
	margin-top: 25px;
}

.search .ssk {
	float: left;
	width: 100%;
	padding: 0 10px 0 10px;
	border-radius: 0;
	border: 0;
	outline: none;
	color: #333;
	line-height: 28px;
	text-indent: 20px;
	background: url(../img/bg_search.png)  no-repeat left 10px center;
}

.search .ss {
	display: none;
	float: right;
	width: 50px;
	height: 30px;
	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: 0px;
}

.dh {
	position: relative;
	z-index: 999;
	float: left;
	width: 100%;
	height: 48px;
	margin-top: 0px;
	background-color: #197AB6;
}

#menu {
	position: relative;
	z-index: 9;
	zoom: 1;
	width: 100%;
	max-width: 1200px;
	text-align: center;
	height: 48px;
	margin: 0 auto;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#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: 48px;
	height: auto;
	padding: 0px 20px;
	text-align: center;
	display: inline-block;
	float: left;
	position: relative;
}

#menu li a {
	white-space: normal;
	color: #fff;
	padding: 0 0px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.header2 .dh #menu li a {
	color: #333;
}

#menu li.active,#menu li:hover{background-color: #0F527C;height:48px;}

#menu li:hover a {
	color: #fff;
}

#menu li a:hover {}

#menu li ol {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width:200px;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;z-index: 1;
	top: 48px;
	left: 50%;
	    transform: translate(-50%, 0);
	    -webkit-transform: translate(-50%,0);
	    -moz-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	    -o-transform: translate(-50%,0);
}

#menu li ol li {
	margin-left: 0;width:100%;
	line-height:35px;
	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,
#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;

}
#menu li ol li:hover,
#menu li:hover ol li{height:35px; line-height:35px;}
#menu li ol li:hover,
#menu li ol li:hover a {
	background-color:#0F527C;
	color: #fff;
}

.menu-btn {
	display: none;
	overflow: hidden;
	float: right;
	/* margin-left: 35px; */
	width: 50px;
	height: 50px;
	background: 0 0;
	text-indent: 0;
	opacity: 1;
	position: absolute;
	bottom: 15px;
	right: 10px;
	z-index: 999;
}

.menu-btn2 {
	position: absolute;
	top: 10px;
	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: 46px;
	height: 2px;
	background: #009688;
	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: -15px;
	width: 46px;
}

.menu-btn .line-3,
.menu-btn2 .line-3 {
	margin-top: 15px;
	width: 46px;
}

.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: 48px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3,
.menu-btn2.open .line-3 {
	margin-top: 0 !important;
	width: 48px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mobNav {
	position: fixed;
	top: 80px;
	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: #005943;
	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: #005943;
	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: 0px;
	width: 100%;
	position: relative;
	height: auto;
	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: #fff;
	line-height: 32px;
	text-align: center;
	font-size: 20px;
}

.banSwiper .swiper-button-prev,
.banSwiper .swiper-button-next {
	float: left;
	top: 0 !important;
	color: #fff;
	width: 30px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	border-radius: 100%;
	margin: 0 !important;
	 
}

.banSwiper .swiper-pagination-bullet {
	width: 12px;
	opacity: 0.4;
	height: 12px;
	border: 0px solid #fff;
	background-color: #000000;
	margin: 0 3px !important;
	border-radius: 6px;
}

.banSwiper .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background-color: #32C29B;
	opacity: 1;
}

.banSwiper .swiper-pagination-bullets {
	bottom: 20px !important;
	width: 100%;
	padding-top: 0px;
	height: 32px;
	line-height: 32px;
	margin: 0 5px !important;
	
}

.banSwiper .swiper-button-prev {
	left: 0 !important;
}

.banSwiper .swiper-button-next {
	right: 0 !important;
}


.bg_index1 {
	float: left;
	background: url(../img/bg_index1.png) #DAEAED no-repeat center center;
	padding: 114px 0;
}

.bg_index2 {
	float: left;
	padding: 53px 0 40px 0;
	background-color: #F6F6F6;
}

.bg_index3 {
	float: left;
	padding: 45px 0;
	background-color: #F8F8F8;
}



.main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.lm {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 40px;
}

.lm h6 {
	float: left;
	font-size: 32px;
	color: #333;
	font-weight: 700;
	line-height: 40px;
}

.lm span {
	font-size: 16px;
	color: #0006;
	font-weight: 400;
	line-height: 50px;
	margin-left: 20px;
	text-transform: uppercase;
}

.lm .more {
	float: right;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	
}


.footer {
	float: left;
	width: 100%;
	padding: 0px 0 0 0;
	height:290px;
	background: url(../img/footer.jpg) #197AB6 no-repeat center center;
}

.foot {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	overflow: hidden;
}

.footlg{position:relative;float:left;width: 400px;padding:72px 0;margin-right: 20px;}
.footlg img{}
.footlg::before,.lxfs::before{display:block;content:'';position:absolute;right:0;top: 60px;width:1px;height:120px;background-color: #fff2;}

.lxfs{position: relative;float:left;width: 420px;margin-bottom: 0px;padding:40px 40px;}
.lxfs p{float: left;
	width: 100%;color: #fff;font-size: 14px;padding-left:20px;line-height: 40px;background-position:center left;background-repeat:no-repeat;}
.lxfs p:nth-child(2){background-image: url(../img/icon_lxfs1.png); }
.lxfs p:nth-child(3){background-image: url(../img/icon_lxfs2.png);}
.lxfs p:nth-child(4){background-image:  url(../img/icon_lxfs3.png);}
.lxfs p:nth-child(5){background-image:  url(../img/icon_lxfs4.png);}


.copy {
	float: left;
	margin-top: 0px;
	width: 100%;
	text-align: center;
}

.copy p {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 30px;
	color: #fff6;
}


.code {
	float: right;
}

.code ul {
	float: right;
}

.code ul li {
	float: right;
	width: 150px;
	margin-left: 10px;
	margin-top: 40px;
	text-align: center;
}

.code ul li img {
	width: 120px;
}
.code ul li p{
    float: left;
    width: 100%;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.bg_main {
	padding: 0;
	float: left;
	background-color: #fff;
}

.m_l {
	position: relative;
	z-index: 21;
	float: left;
	margin-top: -40px;
	width: 150px;
	padding-bottom: 0;
}
.m_l2{width:278px;}
.yjlm {
	float: left;
	width:150px;
	/* display:flex; */
	/* align-items: center; */
	height: 40px;
	background: #3E4E5180;
	border-radius: 10px 10px 0 0;
	padding: 0 0px;
}

.yjlm h6 {
	float: left;
	width: 100%;
	padding-top: 0;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.yjlm p {
	float: left;
	width: 100%;
	line-height: 40px;
	text-align: left;
	font-size: 20px;
	color: #fff;
	opacity: 0.5;
}

.ejdh {
	float: left;
	width: 100%;
	margin-top: 10px;
	padding: 0;
}

.ejdh ul {
	float: left;
	width: 100%;
}

.ejdh ul li {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow:hidden;
	margin-bottom: 5px;
}

.ejdh ul li:first-child {
}

.ejdh ul li.on .navp,.ejdh ul li:hover .navp{
	width: 100%;
	background-color: #197AB6;
}

.ejdh ul li .navp {
	padding: 0 10px;
	float: left;
	width: 100%;
	border-radius: 4px;
}

.ejdh ul li:hover .navp em,
.ejdh ul li.on .navp em {
	
}

.ejdh ul li:hover .navp a,
.ejdh ul li.on .navp a {
	color: #fff;
}

.ejdh ul li.on dl {
	/* display:block; */
}

.ejdh ul li .navp a {
	float: left;
	width: calc(100% - 20px);
	color: #000;
	display: inline-block;
	font-size: 14px;
	/* padding: 0 20px; */
}

.ejdh ul li .navp em {
	float: right;
	width: 16px;
	cursor: pointer;
	height:40px;
	background: url(../img/ejdh_li.png) no-repeat center right;
}
.ejdh ul li:hover .navp em,.ejdh ul li.on .navp em {
	background: url(../img/ejdh_on.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: #005943 !important;
}

.m_r {
	position: relative;
	z-index: 21;
	margin-bottom: 60px;
	min-height: 500px;
	float: right;
	margin-top: 10px;
	width: 1020px;
	padding-left: 30px;
	padding-bottom: 40px;
	border-left: 1px solid #d5d5d5;
}
.m_r2{width:892px;}
.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: 40px;padding-bottom: 0;border-bottom: 1px solid #d5d5d5;}
.dqlm h6{float:left;line-height: 39px;font-size: 18px;font-weight: bold;text-align: left;color: #333;text-indent: 0;}

.dqwz{float:right;font-size: 12px;padding-left: 0px;font-family: "microsoft yahei";line-height: 40px;}
.dqwz span{color: #197AB6;}
.dqwz a{color: #333;}