@charset "utf-8";
@import url("../fonts/font.css");

/* 全局重置 & 基础样式 */
* {margin: 0; padding: 0; box-sizing: border-box;}
body {
    width: 100%;
    margin: 0 auto;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    font-size: 14px;
    background-color: #f3f4f6;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, span, ul, ol, li, p {margin: 0; padding: 0;}
li {
    display: inline-block;
    list-style: none;
    font-size: 15px;
}
p {font-size: 15px;word-wrap: break-word;
      word-break: break-all;
      white-space: normal;}
a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: none;
}
a:hover {text-decoration: none;}

/* 布局工具类（精简合并） */
.fl {float: left;}
.fr {float: right;}
.w100 {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.clear {clear: both;}
.li_last {margin-right: 0 !important;}
.text_over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Flex工具类（保留核心，移除冗余） */
.d-flex {display: flex;}
.flex-row {flex-direction: row;}
.flex-col {flex-direction: column;}
.flex-wrap {flex-wrap: wrap;}
.justify-between {justify-content: space-between;}
.items-center {align-items: center;}
.content-center {align-content: center;}

/* 头部样式 */
.header {
    width: 100%;
    height: 220px;
    background-image: url(../img/bg_header.png);
    background-repeat: no-repeat;
    background-position: center center;
       background-size: contain;
    background-color: #fff;
}
.head {max-width: 1700px;margin: 0 auto;display: flex;/* justify-content: center; */align-items: center;height: 100%;}
.logo {float: left;/* margin-top:20px; */}
.logor {float: right;}
.toplink {
    /* margin-top: 55px; */
    margin-right: 20px;
    line-height: 56px;
}
.toplink a {
    font-size: 20px;
    margin: 0 15px;
    color: #333;
}


.search {
    z-index: 99;
    width: 380px;
    height: 56px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #333;
    padding: 0 10px;
    /* margin-top: 35px; */
}
.search .ssk {
    float: left;
    width: calc(100% - 52px);
    border: 0;
    outline: none;
    color: #333;
    line-height: 54px;
}
.search .ss {
    float: left;
    width: 50px;
    height: 50px;
    border: 0;
    outline: none;
    background: url(../img/search.png) no-repeat center;
}

.dh {
    position: relative;
    z-index: 999;
    float: left;
    width: 100%;
    height: 120px;
    background-color: #0f579e;
    align-content: center;
}
#menu {
    position: relative;
    z-index: 9;
    width: 100%;
    max-width: 1700px;
    height: 120px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
#menu span.line {
    width: 1px;
    margin-top: 30px;
    height: 60px;
    background-color: #fff;
}
#menu li {
    position: relative;
    width: 14%;
    height: 120px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu li a {
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: 'SourceHanSerifSC-Bold';
}
#menu li a h6 {
    font-size: 28px;
    line-height: 36px;
    white-space: normal;
}
#menu li a p {
    font-size: 16px;
    text-transform: uppercase;
    display: none;
}
#menu li:hover {background-color: #00afec;}

#menu li ol {
    position: absolute;
    top: 120px;
    left: 50%;
    z-index: 1;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    transform: translate(-50%, 0);
}
#menu li:hover>ol {
    opacity: 1;
    visibility: visible;
}
#menu li ol li {
    width: 100%;
    height: 60px; padding: 0 0px;
    line-height: 60px;
    background-color: #fff;
    border-bottom: 1px solid #e4dbca;
}
#menu li ol li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0px;
    font-size: 22px;
    color: #333;
    font-family: 'SourceHanSerifSC-Bold';
}
#menu li ol li:hover,
#menu li ol li:hover a {
    background-color: #005CBB;
    color: #fff;
}


.menu-btn {
	display: none;
	overflow: hidden;
	float: right;
	/* margin-left: 35px; */
	position: absolute;
	right: 10px;
	top: 55px;
	width: 30px;
	height: 30px;
	background: 0 0;
	text-indent: 0;
	opacity: 1;
	/* position: absolute;
	top:45px;
	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-color: #0f579e;
	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: -10px;
	width: 26px;
}

.menu-btn .line-3,
.menu-btn2 .line-3 {
	margin-top: 10px;
	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: 26px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3,
.menu-btn2.open .line-3 {
	margin-top: 0 !important;
	width: 26px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mobNav {
	position: fixed;
	top: 120px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 999;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {
	float:left;;
	width: 100%;
	max-height:65vh;
	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: #014eae;
	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: #014eae;
	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
}



.sj {display: none;}


.banner, .lmbanner {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
.banner img, .lmbanner img {width: 100%;}
.bannertext {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(70.78deg, rgba(1,1,84,0.4) 0%, rgba(0,96,100,0.4) 100%);
    height: auto;
    margin-bottom: 100px;
}
.banSwiper {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
    display: none;
    transition: .3s;
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {display: flex;}


.banner .pgba {
    position: absolute;
    left: 0;
    bottom: 25px !important;
    width: 100%;
    text-align: center;
    z-index: 5;
}
.banner .pgba .swiper-pagination-bullet {
    width: 80px;
    height: 10px;
    margin: 0 5px !important;
    border-radius: 5px;
    background: #fff;
    opacity: 1;
    position: relative;
}
.banner .pgba span.active i {
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    bottom: -1px;
    width: 100%;
    border-radius: 5px;
    background: #0f579e;
}

.banner .swiper-slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background-size: cover !important;
    transform: scale(1.1);
    transition: 5s;
}
.banner .swiper-slide-active .bg {transform: scale(1);}
.ban_l, .ban_r {
    position: absolute !important;
    bottom: calc(50% - 12px) !important;
    top: auto !important;
}
.ban_l {left: 20px !important;}
.ban_r {right: 20px !important;}

.bg_index1, .bg_index2, .bg_index4, .bg_index5, .bg_index6 {
    padding: 40px 0 65px 0;
    background-color: #f2f4f5;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.bg_index1 {background-image: url(../img/bg_index1.png);}
.bg_index2 {background-image: url(../img/bg_index2.png);}
.bg_index3 {
    padding: 70px 0;
background-image:  url(../img/bg_index3.jpg);
background-color: #2667a4;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.bg_index4 {background-image: url(../img/bg_index4.png); padding: 58px 0;}
.bg_index5 {background-image: url(../img/bg_index5.png); padding: 55px 0;}
.bg_index7 {
    padding: 40px 0;
    background-image:  url(../img/bg_index7.png);
background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}


.main {
    position: relative;
    z-index: 11;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}


.lm {
    position: relative;
    float: left;
    width: 100%;
    height:70px;
    margin-bottom: 10px;
}
.lm .tit {float: left;}
.lm h6 {
    color: #0f579e;
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}
.lm span {
    display: none;
    position: relative;
    padding: 0 50px;
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    text-shadow: 1px 1px 0 #13346e, -1px -1px 0 #13346e,
                 1px -1px 0 #13346e, -1px 1px 0 #13346e;
    font-family: 'SOURCEHANSERIFCN-SEMIBOLD';
    text-transform: capitalize;
}
.lm span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 42px;
    height: 2px;
    background-color: #0f579e;
}


.more {
    float: right;
    /* margin-top: 30px; */
    padding-right: 70px;
    line-height: 50px;
    font-size: 16px;
    color: #0f579e;
    background: url(../img/more3.png) no-repeat right center;
}
.more2, .tzgg .more, .bg_lm2 .more {
    color: #fff;
    background-image: url(../img/more5.png);
}
.more:hover {font-weight: bold;}


.lm3 {height: 50px;}
.lm3 h6 {float: left; width: 65%;}
.lm3 .more {
    margin-top: 0;
    font-size: 18px;
    padding-right: 70px;
    background-image: url(../img/more3.png);
}


.img, .pic img {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.0);
    transition: all .4s;
}
.pic:hover .img, .pic:hover img,
li:hover .pic img, .swiper-slide:hover .pic img {
    transform: scale(1.1);
}


.footer {
    float: left;
    width: 100%;
    margin-top: 50px;
    padding: 50px 0 0;
    background: #0f579e;
}
.foot {
    max-width: 1700px;
    margin: 0 auto;
    display: flex;    flex-wrap: wrap;
    justify-content: space-between;
}
.foot h6 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}


.yqlj {
    float: left;
    width: 23%;
    max-width: 380px;
}
.yqlj ul li {
    float: left;
    width: 100%;
    height: 56px;
    margin-bottom: 30px;
    line-height: 56px;
    text-indent: 10px;
    position: relative;
}
.yqlj ul li h6, .yqlj ul li select {
    float: left;
    width: 100%;
    height: 56px;
    padding: 0 20px;
    line-height: 56px;
    border: 1px solid #fff;
    background: url(../img/bg_link.png) no-repeat right 10px center;
    background-color: transparent;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
}
.yqlj ul li select option {
    background-color: #005CBB;
    color: #fff;
    line-height: 40px;
}


.lxwm {max-width: 480px;}
.lxwm p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}
.cygj {
    width: 40%;
    max-width: 560px;
}
.cygj ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}
.cygj ul li {
    width: 32%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #fff;
}
.cygj ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.cygj ul li h6 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    text-align: left;
    width: 110px; padding-left:5px;
}
.code {
    float: right;
    text-align: center;
}
.code li {width: 140px;}
.code li img {
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
}
.code li p {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}


.copy {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 10px 0;
    border-top: 1px solid #4d6b9e;
}
.copy p {
    float: left;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.bg_main1{background:url(../img/bg_main1.png) center bottom no-repeat;background-size:cover;padding: 40px 0 60px 0;}
.bg_main2{padding:40px 0 60px 0; background-color:#f3f4f6;}
.bg_main3{padding:40px 0 60px 0; background:url(../img/bg_main3.png) center bottom no-repeat;background-size:cover;}
.bg_main4{padding:40px 0 60px 0; background-color:#f3f4f6;}
.bg_main5{padding:40px 0 60px 0; background:url(../img/bg_main5.png) center bottom no-repeat;background-size:cover;}
.bg_main6{padding:40px 0 60px 0; background-color:#f3f4f6;}

.bg_main {float: left; padding: 0;}
.m_l {
    position: relative;
    z-index: 21;
    float: left;
    width: 380px;
    margin-top: 50px;
    padding-bottom: 100px;
    background: url(../img/bg_ml.png) #fff no-repeat center bottom;
}
.yjlm {
    float: left;
    width: 100%;
    height: 110px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    background: url(../img/bg_yjlm.png) no-repeat center;
}
.yjlm h6 {
    float: left;
    width: 100%;
    line-height: 35px;
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-family: 'SourceHanSerifSC-Bold';
}
.yjlm h6 a {
    color: #fff;
    font-size: 34px;
    font-family: 'SourceHanSerifSC-Bold';
}
.ejdh {
    float: left;
    width: 100%;
    margin-top: 0;
    padding: 20px 30px;
}
.ejdh ul {
    float: left;
    width: 100%;
    border-top: 1px solid #c9d6e2;
}
.ejdh ul li {
    float: left;
    width: 100%;
    line-height: 75px;
    border-bottom: 1px solid #c9d6e2;
}
.ejdh ul li:hover .navp, .ejdh ul li.on .navp {background-color: #0f579e;}
.ejdh ul li .navp {
    float: left;
    width: 100%;
    padding: 0 20px;
}
.ejdh ul li .navp a {
    color: #333;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}
.ejdh ul li:hover .navp a,
.ejdh ul li.on .navp a {
    color: #fff;
   
}
.ejdh ul li.on dl {
    display: block;
}

.ejdh ul dl {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    display: none;
    position: relative;
    border-top: 0 solid #F0F2F4;
}

.ejdh ul dl1:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 0;
    width: 1px;
    height: calc(100% - 15px);
    background-color: #e2e7ec;
}

.ejdh ul dl dd {
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    line-height: 36px;
    position: relative;
}

.ejdh ul dl dd1: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: 18px !important;
    font-weight: normal !important;
    padding: 0 !important;
}

.ejdh ul dl dd:hover a,
.ejdh ul dl dd.cur a {
    color: #1e5191 !important;
}


.m_r {
    position: relative;
    z-index: 21;
    float: right;
    width: calc(100% - 440px);
    margin-top: 50px;
    margin-bottom: 60px;
    min-height: 500px;
    padding: 0 30px;
    background-color: #fff;
}


.dqlm {
    position: relative;
    float: left;
    width: 100%;
    height: 90px;
    padding-bottom: 0;
    border-bottom: 1px solid #0f579e;
}
.dqlm h6 {
    float: left;
    line-height: 88px;
    font-size: 28px;
    font-weight: bold;
    color: #0f579e;
    border-bottom: 3px solid #0f579e;
}
.dqwz {
    float: right;
    line-height: 90px;
    padding-left: 30px;
    font-size: 14px;
    color: #ababab;
    font-family: "microsoft yahei";
    background: url(../img/bg_dqwz.png) no-repeat left center;
}
.dqwz a, .dqwz span {
    font-size: 14px;
    color: #ababab;
    font-family: "microsoft yahei";
}