@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	/* max-width: 1200px; */
	margin: 0 auto;
	font-family: 'Microsoft YaHei';
	font-weight: normal;
	font-size: 14px;
	background-color: rgba(224, 242, 254, 0.3);
}

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:14px;
	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 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	/* background-color: rgba(224, 242, 254, .5); */
	background-repeat:no-repeat;
	overflow: hidden;
}

.clear {
	clear: both;
}

.li_last {
	margin-right: 0 !important;
}



.bg_ban{position:absolute;left:0;top:0;width:100%;height:100%;z-index: 9;}
.ban{
	max-width: 1000px;
	margin: 0px auto;
	height:100%;
	display: flex;
	z-index: 99;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	}
.topwz{
    width: 50%;
}
.topwz h4{font-family: Inter;font-size: 48px;font-weight:400l;line-height: 50px;letter-spacing: 1px;text-transform: uppercase;color: rgba(67, 108, 226, 1);}
.topwz h4 b{font-weight: 900;font-size:60px;
font-style: Black;color: rgba(0, 51, 120, 1);
}
.topwz h5{font-family: Inter;font-weight: 700;font-size: 20px;line-height: 30px;letter-spacing: -0.74px;color:rgba(66, 96, 168, 1);}
.topwz h6{font-family: Inter;font-weight: 600;font-size: 20px;line-height: 30px;letter-spacing: 0;color: rgba(220, 38, 38, 1);}
a.toplj{
 display:inline-block;
 width:230px;
 height:40px;
 font-size:16px;
 border-radius:10px;
 box-shadow: 0px 8px 24px 0px rgba(14, 165, 233, 0.38);
 background-color:rgba(8, 43, 120, 1);
 color:#fff;
 text-align:center;
 line-height:40px;
 margin: 10px auto;
 }

.logo{
    height: 260px;
}
.header {
	display:none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	background-color:#fff;
	z-index: 999;
}

.head {
	position: relative;
	max-width: 1000px;
	margin: 0px auto;
	height: 110px;
	padding:10px;
	z-index: 99;
}
.header .logo{}
.logowz{
    float: left;
    margin-left: 20px;
    color: #003378;
    height: 90px;
    width: calc(100% - 160px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.logowz h4{float: left;
	width: 100%;
    font-size: 3rem;
}
.logowz h5{float: left;
	width: 100%;
    font-size: 2.6rem;
}
.logowz h6{float: left;
	width: 100%;
    font-size: 2.2rem;
}

.dh {
	position: relative;
	z-index: 999;
	float: left;
	width: 100%;
	height:48px;
	background: linear-gradient(180deg, #0EA5E9 0%, #082B78 100%);
box-shadow: 0px 4px 20px 0px rgba(14, 165, 233, 0.25);

}

#menu {
	position: relative;
	z-index: 9;
	zoom: 1;
	width: 100%;
	max-width: 880px;
	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:48px;
}

#menu li {
	padding: 0px 0;
	text-align: center;
	line-height:48px;
	height: auto;
	/* width: 10%; */
	text-align: center;
	display: inline-block;
	float: left;
	position: relative;
}

#menu li::after {
	position:absolute;
	    left: 50%;
	    bottom: 0px;
	    display:block;
	    content:"";
	    width:0%;
	    height:0px;
	    background-color:#0b558a;
	    transform: translateX(-50%);
	    visibility: hidden;
	    opacity: 0;
	    -webkit-transition: all .3s;
	    transition: all .3s;
}

#menu li:hover::after {
	opacity:1; width:70%;visibility: visible;
		opacity:0;
		-webkit-transition: all .3s;
		transition: all .3s;
}

#menu li:last-child {
	background: none;
}

#menu li a {
	white-space: normal;
	padding: 0 10px;
	color: #fff;
	font-size: 14px;word-spacing:6px;
	text-align: center;
	text-transform: uppercase;
}



#menu li:hover {
    opacity: 1;
    
    border-radius: 6px;
    height: 36px;
    line-height: 36px;
    margin: 6px 0;
    background: rgba(255, 255, 255, 0.28);
}

#menu li:hover a {
	 color: #fff;
}

#menu li a:hover {}

#menu li ol {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 160px;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100px;
	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 #0b558a;
	background: rgba(0,104,183,0.6);
	opacity: 0;
	visibility: hidden;
	/*border-radius: 5px;*/
	transition: opacity .4s ease, top .45s ease;
	padding:0px;
}

#menu li ol li {
	
}

#menu li:hover>ol {
	top:36px;
		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 {
	padding: 0px;
	white-space: normal;
	float: left;
	width: 100%;
	z-index: 1;
	font-size: 18px;
	height:40px;
	line-height:40px;
	display: block;
	margin:0;
	border-bottom:0px solid #e4dbca;
	font-weight: normal;
	color: #fff;
	_line-height: 0;
}

#menu li ol li a {
	white-space: normal;
	padding: 0px 0px;
	width: 100%;
	margin:0;
	height: 100%;
	/* overflow: hidden; */
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: normal;
	display: block;
	white-space: nowrap;
	color: #fff;
	float: none;
	
}

#menu li ol li:hover{
	background-color: #0b558a;
	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: 12px;
	right: 10px;
	z-index: 999;
}

.menu-btn2 {
	position: absolute;
	top: 25px;
	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: linear-gradient(180deg, #0EA5E9 0%, #082B78 100%);
	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: 110px;
	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:70vh;
	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: #0b558a;
	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: #0b558a;
	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{float:left; margin-top:0px; width:100%; position:relative; z-index:9; overflow:hidden;}
.banner img{width:100%;}
.banSwiper{position:relative;float:left;width:100%;height:100%;overflow:hidden;z-index: 7;}
.banSwiper .swiper-slide{float:left; text-align:center; width: 100%;height: 100%;}
.banSwiper .swiper-slide .a{position: relative;
    display: block;
    overflow: hidden;
    width: 100vw;height: 20vh;
    min-height: 440px;}
.banSwiper .swiper-slide .bg{    -webkit-transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: 5s;
    background-size: cover !important;
    width: 100%;    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;}

.banSwiper .swiper-slide img{display:none; 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:1px solid #fff;background-color:transparent;margin: 0 5px !important;border-radius:100%;}
.banSwiper  .swiper-pagination-bullet-active{background-color:#fff; opacity:1;}
.banSwiper  .swiper-pagination-bullets{bottom:0px !important;  width:100%;text-align:center; padding-top:0px; height:40px;}

.main{width:100%;max-width:880px;margin:25px auto;overflow: hidden;}







.footer{float:left; width:100%;background-color:rgba(8, 43, 120, 1);}
.foot{margin:0 auto; display:flex; justify-content: center;}
.copy{padding:10px 0;}
.copy p{color:#fff; text-align:center; line-height:30px;}