* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Source Han Sans CN';
	background-color: #fff;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

input,
button {
	border: none;
	outline: none;
	background-color: transparent;
}

.w {
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ui-cont {
	width: 100%;
	height: auto;
	position: relative;
}

/* 头部 */
.ui-header {
	width: 100%;
	height: auto;
	position: relative;
}

.headerBack {
	width: 100%;
	height: 241px;
	background: url(../images/header.png) no-repeat center;
	background-size: 100% 100%;
}

.headerBack-top {
	width: 100%;
	height: 57px;
	border: 1px solid #0B4585;
}

.showTime {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
}

.backA {
	display: flex;
	align-items: center;
}

.top-img {
	width: 23px;
	height: 21px;
	display: block;
	margin-right: 7px;
}

.backTop {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
	position: relative;
	top: 3px;
}

.headerBack-bot {
	max-width: 1400px;
	height: 182px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.logo-back {
	display: flex;
	align-items: center;
}

.logo {
	width: 397px;
	height: 86px;
	display: block;
}

.sline {
	width: 3px;
	height: 76px;
	margin: 0 23px;
	background: #fff;
}

.logo-tit {
	font-size: 55px;
	font-family: Source Han Serif CN;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 60px;
}

.search-box {
	width: 430px;
	height: 43px;
	background: url(../images/search-box.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.input-box {
	width: 357px;
	height: 100%;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #1262AC;
	line-height: 43px;
	padding-left: 20px;
}

.input-box::-webkit-input-placeholder {
	/* 兼容WebKit browsers（Chrome的内核） */
	color: #1262AC;
}

.input-box::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #1262AC;
}

.input-box::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #1262AC;
}

.input-box::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #1262AC;
}

.souBtn {
	width: 72px;
	height: 43px;
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn {
	width: 24px;
	height: 23px;
	display: block;
	background: url(../images/search-icon.png) no-repeat center;
	background-size: 100% 100%;
	cursor: pointer;
}

/* 导航栏 */
.header-nav {
	width: 100%;
	height: 57px;
	background-color: #fff;
}

.nav {
	max-width: 1400px;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto;
	position: relative;
	bottom: 1px;
}

.nav-li {
	width: 148px;
	/* width: 138px; */
	height: 100%;
	position: relative;
	transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
}

.nav-li:hover {
	background-color: #1263AC;
}

.nav-li:hover .nav-li-a {
	color: #fff;
}

.nav-li-a {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #1263AC;
	line-height: 57px;
	display: block;
	text-align: center;
}

.nav-li:hover .navOne {
	display: block;
}

.navOne {
	display: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	background-color: #4fb7ff;
	z-index: 10;
	top: 57px;
	animation: nav 0.2s ease-out;
}

@keyframes nav {
	0% {
		height: 0;
	}

	100% {
		height: 40px;
	}
}

.navOne-li {
	height: 40px;
	line-height: 40px;
	animation: nav 0.5s ease-out;
}

.navOne-li:hover .navOne-li-a {
	background-color: #fff;
	color: #333;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.navOne-li-a {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	display: block;
	text-align: center;
}

/* banner图 */
.banner {
	width: 100%;
	height: 586px;
	overflow: hidden;
	position: relative;
	bottom: 1px;
}

.swiper {
	width: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner-img {
	width: 100%;
	height: 586px;
	display: block;
}

/* .lf-one{
    width: 1.98vw !important;
    height: 1.98vw !important;
    left: 5.21vw !important;
}
.lf-one:after {
    width: 1.98vw !important;
    height: 1.98vw !important;
    background: url(../images/lf-one.png) no-repeat center;
    background-size: 100% 100%;
    content: '' !important;
}
.rg-one{
    width: 1.98vw !important;
    height: 1.98vw !important;
    right: 5.21vw !important;
}
.rg-one:after {
    width: 1.98vw !important;
    height: 1.98vw !important;
    background: url(../images/rg-one.png) no-repeat center;
    background-size: 100% 100%;
    content: '' !important;
} */

.swiper-one {
	bottom: 34px !important;
	right: 0;
	text-align: right !important;
}

.swiper-one .swiper-pagination-bullet {
	width: 12px !important;
	height: 12px !important;
	background: #CECECE;
	opacity: 1 !important;
	margin: 0 3px !important;
	border-radius: 50% !important;
}

.swiper-one .swiper-pagination-bullet-active {
	width: 35px !important;
	height: 10px !important;
	background: #fff;
	margin: 0 4px !important;
	border-radius: 10px !important;
}

.swiper-one .swiper-pagination-bullet:last-child {
	margin-right: 46px !important;
}
/* 底部 */
.ui-foot{
	width: 100%;
	height: 257px;
	background: url(../images/footer.png) no-repeat center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.foot-p{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
}
.foot-pA{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
}
