.pagination {
	position: absolute;
	z-index: 20;
	top: 330px;
	width: 100%;
	text-align: center;
}

.pagination .swiper-pagination-switch {
	width: 28px;
	height: 4px;
	border-radius: 0;
	background-color: #fff;
}

.pagination .swiper-active-switch {
	background-color: #1C6CD3;
	border-color: #1C6CD3;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #555;
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.unIndex {
	display: none;
	width: 100%;
	height: 345px;
	background-image: url('../images/banner-second.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.device {
	position: relative;
}

.device .swiper-container {
	height: 400px;
}

.device .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 400px;
	background-color: #eee;
}

.device .swiper-container .swiper-wrapper .b1 {
	background-image: url('../images/bg1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.device .swiper-container .swiper-wrapper .b2 {
	background-image: url('../images/bg2.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.device .swiper-container .swiper-wrapper .b3 {
	background-image: url('../images/bg3.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.device .swiper-container .swiper-wrapper .b4 {
	background-image: url('../images/bg4.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.device .swiper-container .swiper-wrapper .b5 {
	background-image: url('../images/bg5.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.device .swiper-container .swiper-wrapper .b6 {
	background-image: url('../images/bg6.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.device .div-a {
	width: 1542px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.device .div-a .arrow-left {
	background: url("../images/left.png") no-repeat;
	background-size: 100% 100%;
	width: 60px;
	height: 60px;
	float: left;
}

.device .div-a .arrow-right {
	background: url("../images/right.png") no-repeat;
	background-size: 100% 100%;
	width: 60px;
	height: 60px;
	float: right;
}

.swiper-active-switch {
	background: #fff;
}

.head {
	width: 100%;
	height: 110px;
	background-color: #006DCA;
}

.head .head-center {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.head .head-center .logo {
	width: 448px;
	height: 64px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	background: url("../images/logo_new.png") no-repeat;
	background-size: 100% 100%;
	float: left;
}

.nav {
	text-align: center;
	z-index: 10;
	float: right;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.nav .list {
	box-sizing: border-box;
	display: inline-block;
	width: 86px;
	height: 110px;
	position: relative;
	background-color: #006dca;
	text-align: left;
}

.nav .list a {
	font-size: 17px;
	line-height: 110px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.nav .list .info {
	position: absolute;
	top: 110px;
	left: -26px;
	width: 120px;
	height: 0;
	display: none;
	z-index: 99999999;
	text-align: center;
}

.nav .list-search {
	display: inline-block;
	margin-left: 12px;
	cursor: pointer;
}

.nav .list-search img {
	width: 18px;
	height: 18px;
}

.search-box {
	position: absolute;
	bottom: -60px;
	right: 0;
	z-index: 999;
	display: none;
	padding-top: 10px;
}

.search-box input {
	float: left;
	width: 300px;
	height: 50px;
	padding: 0 11px;
	border-radius: 5px 0 0 5px;
	border-style: none;
	outline: none;
	font-size: 16px;
}

.search-box button {
	width: 85px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	letter-spacing: 0.3em;
	font-size: 16px;
	background-color: #006dca;
	border-radius: 0 5px 5px 0;
	border: 1px solid #006dca;
}

.search-box button:active {
	background-color: #005aa3;
	border: 1px solid #005aa3;
}

.nav .block .info {
	display: block;
}

.nav .block .info a {
	width: 100%;
	background-color: #006dca;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	border-bottom: 0.5px solid #dddddd;
}

.nav .block .info a:last-child {
	border-bottom: 0;
}

.nav .block .info a:first-child {
	border-top: 0.5px solid #dddddd;
}

.nav .block .info a:hover {
	background-color: #1486ff;
}