.topbg {
	width: 100%;
	padding: 30px 0;
}

.topbg>.container>div.right {
	width: 260px;
	height: 72px;
	position: relative;
}

.topbg>.container>div.left>div:first-child {
	margin-bottom: 10px;
}

.topbg>.container>div.left>a,
.topbg>.container>div.left>a>img {
	display: inline-block;
	width: 351px;
	height: 72px;
}

.topbg>.container>div.right>div {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.search {
	height: 50px;
	position: relative;
}

.search input {
	border: none;
	outline: none;
	padding: 0px;
	width: 260px;
	border: 1px solid #0068b7;
	border-radius: 8px;
	height: 50px;
	line-height: 50px;
	padding-left: 15px !important;
	background: transparent;
}

.search button {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 70px;
	height: 50px;
	background: #0068b7;
	background-size: 100% 100%;
	border: none;
	outline: none;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

/* 导航 */
.nav {
	width: 100%;
	height: 80px;
	background: #0068b7;
}

#cssmenu,
#cssmenu>ul {
	width: 100%;
	height: 80px;
	line-height: 80px;
}

#cssmenu>ul>li {
	float: left;
	height: 80px;
	display: inline-block;
	position: relative;
	width: 119.33px;
	text-align: center;
}

#cssmenu>ul>li:last-child {
	margin-right: 0px;
}

#cssmenu>ul>li>ul {
	position: relative;
	z-index: 100;
	top: -4px;
}

#cssmenu>ul>li>a {
	display: inline-block;
	height:80px !important;
	line-height: 80px !important;
	font-size: 20px !important;
}

#cssmenu>ul>li.active>a,
#cssmenu>ul>li:hover>a {
	width: 100%;
	height: 100%;
	font-size: 24px !important;
}

#cssmenu>ul>li:hover>a::after,
#cssmenu>ul>li.active>a::after {
	display: none;
}

#cssmenu>ul>li:hover>ul>li>a {
	background: #006bba !important;
	color: white;
	border-bottom: 1px solid white;
	height: auto !important;
	line-height: normal;
	padding: 10px 0;
}

#cssmenu>ul>li:hover>ul>li {
	height: auto !important;
	line-height: normal;
}

#cssmenu>ul>li a {
	display: inline-block;
	width: 100%;
	color: white !important;
	text-decoration: none !important;
	position: relative;
}

.swiper_demo1 .pagination {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}
.swiper_demo1 .swiper-slide{
width:100%;
height:676px!important;
}


.swiper_demo1 .pagination span.swiper-pagination-switch {
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	background: white;
	margin: 0 15px !important;
	border-radius: 20px;
}

.swiper_demo1 .pagination span:hover {
	cursor: pointer;
}

.swiper_demo1 .pagination span.swiper-active-switch {
	display: inline-block;
	width: 20px !important;
	height: 20px !important;
	background: #006bba;
	border-radius: 20px;
}

.swiper_demo1 .swiper-wrapper>.swiper-slide>a {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper_demo1 .swiper-wrapper>.swiper-slide>a >img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.swiper_demo1 .swiper-wrapper .swiper-slide-active a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
