@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:relative;
	z-index: 90;
	top: 0;
	left:0;
	width: 100%;
	height: 160px;
	background: url(../img/bg_header.png) no-repeat top center;
}
.head {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.logo {
    /* display: block; */
    /* flex: 1; */
    float: left;
    margin-top: 30px;
}

.logor {
    float: right;
    display: flex;
    justify-content: space-between;
    /* margin-top: 20px; */
    /* min-width: 570px; */
}
.search {
	position: relative;
	z-index: 99;
	margin-left: 0;
	width:320px;
	border-radius:8px;
	background-color: #fff;
	margin-top: 55px;
	display: inline-block;
	padding: 0px 10px;
}

.search .ssk {
	float: left;
	width: calc(100% - 50px);
	padding: 0 10px 0 10px;
	border-radius: 0;
	border: 0;
	outline: none;
	color: #333;
	line-height: 50px;
	text-indent: 0;
}

.search .ss {
	float: left;
	width: 50px;
	height: 50px;
	border-radius: 0;
	background: url(../img/search.png)  no-repeat center center;
	outline: none;
	color: #073f14;
	border: 0;
	border-left: 0px solid #fff;
	margin: 0px 0;
	text-align: center;
}
.dh {
	position: relative;
	z-index: 999;
	float: left;
	width: 100%;
	/* height: 104px; */
	margin-top: 0;
}

#menu {
	position: relative;
	z-index: 9;
	zoom: 1;
	width: 100%;
	max-width: 1500px;
	text-align: center;
	height: 60px;
	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: 60px;
	height: auto;
	/* width: 14.2%; */
	padding: 0px 20px;
	text-align: center;
	display: inline-block;
	float: left;
	position: relative;
}

#menu li::after {
	display: none;
	content: '';
	position: absolute;
	left: 30%;
	bottom: 0;
	width: 40%;
	height: 4px;
	background-color: #fff;
}

#menu li:hover::after {
	/* display: block; */
}

#menu li:last-child {
	background: none;
}

#menu li a {
	white-space: normal;
	color: #333;
	padding: 0 0px;
	font-size: 20px;
	/* font-weight:bold; */
	text-align: center;
}


#menu li:hover {}

#menu li:hover a {
	
}

#menu li a:hover {}

#menu li ol {
	margin: 0;
	padding: 0;
	width: 100%;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 60px;
	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: 2px solid #ebcfac; */
	background: #fff;
	filter: alpha(opacity=100);
	padding: 10px;
}

#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: left;
	width: 100%;
	z-index: 1;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	display: block;
	border-bottom: 1px solid #e4dbca;
	font-weight: normal;
	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;
	/* 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: #005CBB;
	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;
	top:55px;
	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: 46px;
	height: 2px;
	background: #fff;
	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: 160px;
	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: #005CBB;
	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: #005CBB;
	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;
	margin-top: 0px;
	width: 100%;
	position: relative;
	height: auto;
	z-index: 9;
	overflow: hidden;
}

.banner img,
.lmbanner img {
	width: 100%;
}

.bannertext {
	display: flex;
	justify-content: center;
	background: linear-gradient(70.78deg, rgba(1, 1, 84, 0.4) 0%, rgba(0, 96, 100, 0.4) 100%);
	flex-direction: column;
	align-items: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: auto;
	margin-bottom: 100px;
}


.banSwiper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}



.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev {
	display: flex;
}

.banner .pgba {
	z-index: 5;
	position: absolute;
	
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 40px;
}

.circle__box {
    width:26px;
    height:26px;
    position: relative;
    opacity: 0;
    display: none;
}

.circle__wrapper {
    width: 13px;
    height:26px;
    position: absolute;
    top: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.circle__wrapper--right {
    right: 0;
}

.circle__wrapper--left {
    left: 0;
}

.circle__whole {
    width:26px;
    height:26px;
    border: 2px solid hsl(0deg 0% 100% / 20%);
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
}

.circle__right {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    right: 1px;
    animation: circleRight 5000ms linear forwards;
}

.circle__left {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    left: 1px;
    animation: circleLeft 5000ms linear forwards;
}
/* .banner .swiper-pagination-bullet-active{background-color:transparent !important;} */
.banner .swiper-slide-active,.banner .swiper-pagination-bullet-active{
    svg {
        opacity: 1;
    }

    .circle {
        -webkit-animation: stroke var(--circle-speed,1s) linear forwards;
        animation: stroke var(--circle-speed,1s) linear forwards;
    }

    .sc-content {
        opacity: 1;
    }

    .counter {
        opacity: 1;
    }

    .circle__box {
        opacity: 1;
        display: block;
    }
}

@keyframes circleRight {
    0% {
        transform: rotate(-135deg);
    }

    50%,100% {
        transform: rotate(45deg);
    }
}

@keyframes circleLeft {
    0%,50% {
        transform: rotate(-135deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

.banSwiper {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	color: transparent;
}

.banner .pgba {
	z-index: 5;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 40px;
	height:32px;
}
.banner .swiper-pagination-bullet{position:relative;width: 12px;
	height: 12px;
	background: hsl(0deg 0% 100% / 60%); margin:7px 10px !important; opacity:1 !important;}
.banner .swiper-pagination-bullet i{}
.banner .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active{
	background: url(../img/icon_ban1.png) no-repeat center center !important;
}

.banner .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active{
	background: url(../img/icon_ban2.png) no-repeat center center;
}

.banner .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active{
	background: url(../img/icon_ban3.png) no-repeat center center;
}

.banner .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active{
	background: url(../img/icon_ban4.png) no-repeat center center;
}

.banner .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active{
	background: url(../img/icon_ban5.png) no-repeat center center;
}

.banner .swiper-pagination-bullet-active{
	width: 26px;
	height: 26px;
	margin: 0 10px !important;
}

.banner .pgba span.active i {
	opacity: 1;
	transition: .3s;
}
.banner .swiper-slide {
	/* min-width: 100vw */
}

.banner .swiper-slide .a {
	display: block;
	height: 508px;
}

.banner .swiper-slide .a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
}

.banner .swiper-slide .bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.banner .swiper-slide .bg:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 20%;
	/*background: url(../images/bamask.png) no-repeat bottom center;*/
	background-size: 100% 100%;
	z-index: 1;
	bottom: 0
}

.banner .swiper-slide .bg {
	-webkit-transform: scale(1.0);
	/* position: absolute; */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	transition: 5s;
	background-size: cover !important;
	width: 100%;
}

.banner .swiper-slide-active .bg {
	-webkit-transform: scale(1);
}

@keyframes beat {

	from,
	to {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	25% {
		-webkit-transform: scale(0.9, 1.1);
		transform: scale(0.9, 1.1);
	}

	50% {
		-webkit-transform: scale(1.1, 0.9);
		transform: scale(1.1, 0.9);
	}

	75% {
		-webkit-transform: scale(0.95, 1.05);
		transform: scale(0.95, 1.05);
	}
}
.ban_l,
.ban_r {
	position: absolute !important;
	bottom: calc(50% - 12px) !important;
	top: auto !important;
}
.ban_l {
	left: 20px !important;
	background: url(../img/banl.png) no-repeat center center;
}

.ban_r {
	right: 20px !important;
	background: url(../img/banr.png) no-repeat center center;
}

.bg_index1{background:url(../img/bg_index1.png) #f0f3f8 no-repeat center bottom;padding: 0px 0 90px 0;}
.bg_index2{background:url(../img/bg_index2.png) #f0f3f8 no-repeat center center;padding: 10px 0 60px 0;}
.bg_index3{background:#f0f3f8 no-repeat center center;padding: 50px 0 100px 0;}

.main {
	position:relative;
	z-index: 11;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}

.lm {
	position: relative;
	float: left;
	width: 100%;
	height:50px; 
	margin-bottom: 10px;
	border-bottom: 1px solid #d0dae4;
}
.zhxw .lm h6{background-image: url(../img/lm1on.png);}
.tzgg .lm h6{background-image: url(../img/lm2on.png);}
.fzgh .lm h6{background-image: url(../img/lm3.png);}
.xkjs .lm h6{background-image: url(../img/lm4.png);}
.zhgg .lm h6{background-image: url(../img/lm5.png);}
.syljs .lm h6{background-image: url(../img/lm6.png);}
.jytj .lm h6{background-image: url(../img/lm7.png);}
.djsz .lm h6{background-image: url(../img/lm8.png);}
.gzzd .lm h6{background-image: url(../img/lm9.png);}
.tszs .lm h6{background-image: url(../img/lm10.png);}
.xxjb .lm h6{background-image: url(../img/lm11.png);}

.lm h6 {
	float: left;
	max-width: 80%;
	width: max-content;padding-left: 45px;
    background-repeat: no-repeat;
    background-position: top left;
	border-bottom:3px solid #005CBB;
	color:#005CBB;
	line-height: 40px;
	font-size:26px;
	height:50px;
	font-family: 'SOURCEHANSERIFCN-HEAVY';
}
.lm h6 span {color:#f09621;
}

.more {
	float: right;
	line-height: 50px;
	font-size: 16px;
	color: #b39b79;
	padding-right:35px;
	background: url(../img/more.png) no-repeat right center;
}


.footer{width:100%;float:left;background:url(../img/bg_footer.png) #005CBB repeat center bottom;padding: 0;}
.foot{width:100%;margin:0 auto;max-width:1500px;display: flex;justify-content: space-between;align-items: center;}

.yqlj{
    display: flex;
    max-width:1500px;
    margin:0 auto;
    font-size: 18px;
    line-height: 30px;
    margin-top:0px;
    padding: 20px 0;
    justify-content: flex-start;
}
.yqlj h6{color:#005CBB;float: left;font-size: 18px;line-height: 30px;}
.yqlj ul{ width: calc(100% - 90px);}
.yqlj ul li{margin-right:20px;}
.yqlj ul li a{color:#333;font-size: 18px;}

.code{
    margin-top: 50px;
}
.code ul{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.code ul li{
    margin: 0 0 0 50px;
} 
.code ul li img{}

.copy{width:100%;float:left;padding:15px 0;line-height: 30px;border-top: 1px solid #333;}
.copy p{width:100%;float:left;line-height:30px;font-size: 16px;color: #fff;text-align:center;}
.lxwm{max-width: 350px;text-align:center;float:right;margin-right:30px;}
.lxwm img{ display:inline-block;}
.lxwm p{float:left;width:100%;line-height: 30px;color:#fff;text-align: left;}

.ztimg{max-width: 980px;width:70%; margin: 50px 0;}
.w-accor {
    overflow: hidden;
    position: relative;
}

.w-accor ul,.w-accor li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.w-accor ul {
    width: 101%;
}

.w-accor li {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}

.accorClick li {
    cursor: pointer;
}

.w-accor li .item {
    position: relative;
}
.w-accor li.cur{border:1px solid #fff;}
.w-accor li.cur > a{opacity: 0;}
.w-accor li > a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .6;
    background-color: #005cbb;
}

.w-accor h3 {
    font-size: 125%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.w-accor .acr_p {
    margin-top: 0.5em;
}

.w-accor0 li img {
    max-width: 100%;
}

.w-accor1 li img {
    max-width: 100%;
}

.w-accor1 li .cont_ar {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}

.w-accor1 li .dec_ar {
    padding: 10px 20px;
}

.bg_main {
	padding: 0px 0;
	float: left;
}

.m_l {
	position: relative;
	z-index: 21;
	float: left;
	margin-top: 50px;
	width: 320px;
	padding-bottom: 0;
}

.yjlm {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	height: 120px;
	background: #005CBB url(../img/bg_yjlm.png) no-repeat center center;url(
	no-repeat center center);
	border-radius: 0;
	padding: 0 20px;
}

.yjlm h6 {
	float: left;
	width: 100%;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	
	align-items: center;
}

.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: 0px;
	border-bottom: #005CBB 25px solid;
	padding: 0 0 320px 0;
	background: url(../img/bg_ejdh.png) #fffbf4  no-repeat center bottom;
	border-left: 10px solid #005cbb;
}

.ejdh ul {
	float: left;
	width: 100%;
}

.ejdh ul li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e7e7e7;
	line-height: 60px;
	/* background: url(../img/bg_ejdh.png) no-repeat left top 20px; */
	/* justify-content: space-between; */
}

.ejdh ul li:first-child {
	border-top: 0;
}
.ejdh ul li:hover,
.ejdh ul li.on{border-left:10px solid #f29d40; width:calc(100% + 10px); margin-left:-10px;}
.ejdh ul li.on .navp {
	width: 100%;
}

.ejdh ul li .navp {
	padding: 0 20px;
	float: left;
	width: 100%;
}

.ejdh ul li:hover .navp em,
.ejdh ul li.on .navp em {
	b;
	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 {}

.ejdh ul li .navp a {
	float: left;
	width: calc(100% - 40px);
	color: #000;
	display: inline-block;
	font-size: 18px;
}

.ejdh ul li .navp em {
	float: right;
	width: 36px;
	cursor: pointer;
	height: 60px;
	background-image: url(../img/ejdh_li.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.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: 50px;
	width: calc(100% - 350px);
	max-width: 1240px;
	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;
	padding-bottom: 0;
	border-bottom: 1px solid #005CBB;
}

.dqlm h6 {
	float: left;
	line-height: 58px;
	font-size: 28px;
	text-align: left;
	color: #005CBB;
	text-indent: 0;
	border-bottom: 3px solid #005CBB;
}

.dqwz {
	float: right;
	
	
	padding-left: 30px;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #ababab;
	line-height: 60px;
	background: url(../img/bg_dqwz.png) no-repeat left center;
}

.dqwz a,
.dqwz span {
	font-size: 14px;
	color: #ababab;
	font-family: "microsoft yahei";
}