.header {
	overflow: hidden;
	height: 115px;
	width: 100%
}

.header::after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both
}

.header .lef {
	margin-top: 15px;
	display: flex;
}
.header .lef .logotxt{
	margin-left: 20px;
	margin-top: 15px;
	font-size: 17px;
	font-weight: 800;
}
.header .lef .logotxt span{
	display: block;
	text-align: center;
	margin-top: 5px;
}
.header .icon {
	display: block
}
.header .rig {
	display: flex;
	width: 400px;
	margin-top: 12px;
}
.header .rig .code img{
	width: 90px;
}
.header .hotline {
	width: 280px;
	margin-right: 10px;
	text-align: right;
	line-height: 24px;
	font-size: 16px;
}

.header .hotline p {
	color: #3089C1;
}

.nar {
	background: #3089c1;
	position: static;
	width: 100%;
	z-index: 1005;
	left: 0;
	top: 0
}

.nar ul::after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both
}

.nar ul li {
	float: left
}

.nar>.w1200>ul>li>a {
	color: white;
	height: 60px;
	line-height: 60px;
	display: block;
	cursor: pointer;
	padding: 0 28px;
	text-align: center;
	font-size: 16px;
	color: #b7e4ff
}

.nar ul li.txt-yellow a {
	color: #fff600;
	font-weight: bolder
}

.nar ul li.active a,
.nar ul li:active a {
	color: white;
	position: relative
}

.nar ul li.active>a::after,
.nar ul li:active>a::after {
	content: ".";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #b7e4ff
}

.nar>.w1200>ul>li:hover>a {
	background: rgba(183, 228, 255, 0.3);
	color: white
}

.nar ul li:active a {
	background: #ffae00
}



.nar .dropDown-list{
	position: absolute;
	z-index: 1000;
	width: 120px;
	display: none;
}
.nar .dropDown-list a{
	display: block;
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 24px;
	text-align: center;
	padding: 10px 2px;
	background: rgba(0,0,0,.5);
}
.nar .dropDown-list a:hover{
	background: rgba(56, 99, 225, 0.8);
}
.nar .dropDown-list li:not(:last-of-type){
	border-bottom: 1px dashed #fff;
}
.nar .dropDown-list li{
	width: 120px;
}


.banner {
	width: 100%
}

.banner .swiper-container,
.banner .swiper-wrapper {
	width: 100%;
	height: 100%
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center
}

.banner .swiper-slide img {
	width: 100%;
	height: 100%;
	display: block
}

.banner .swiper-pagination-bullet-active {
	background: #3089C1 !important
}

.banner .swiper-pagination-bullet {
	opacity: 1;
	background: white
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 7px
}

.banner a {
	cursor: pointer
}

.banner a:hover {
	opacity: .8
}

.banner a:active {
	opacity: 1
}

.banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px
}

.other-banner {
	width: 100%
}

.other-banner .swiper-slide a {
	width: 100%;
	height: auto;
	display: block
}

.other-banner .swiper-slide img {
	width: 100%;
	height: auto;
	display: block
}

.footer {
	height: 130px;
	background: #3089c1
}
.footer .copy{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:  0 25px
	
}
.footer .copy img{
	width: 310px;
	height: 70px;
}

.footer .info p {
	font-size: 14px;
	color: #fff;
	line-height: 30px
}