@charset "utf-8";
html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #FFF;
	font-family: "微软雅黑","宋体";
}
body{
	background-repeat: no-repeat;
}

.main {
	position: absolute;
	display: none;
}

.main .swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-wrapper img {
	width: 100%;
	height: 100%;
}

.main .title {
	position: absolute;
	color: #fff;
	background: #015293;
	font-size: 18px;
	font-weight: normal;
	padding: 7px 10px;
	line-height: 22px;
}

.main .title .born {
	position: absolute;
	width: 10px;
	height: 80%;
	background: url(../img/horn.png) no-repeat 100%;
	bottom: 0px;
	right: -10px;
}


/**左右翻页箭头*/

.prev,
.next {
	position: absolute;
	top: 50%;
	cursor: pointer;
}

.prev>img,
.next>img {
	width: 100%;
	height: 100%;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%
}

.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	box-shadow: 0 1px 2px #555 inset;
	margin: 0 3px;
	cursor: pointer
}

.swiper-active-switch {
	background: #fff
}

.control .butnBox {
	text-align: center;
	padding-top: 10px;
	position: relative;
}

.control .arrow-index,
.control .arrow-left,
.control .arrow-right {
	display: inline;
	width: 36px;
	height: 36px;
	border: none;
	cursor: pointer;
}

.control .arrow-index>img,
.control .arrow-left>img,
.control .arrow-right>img {
	width: 36px;
	height: 36px;
}

.control #yinyue {
	position: absolute;
	right: 0px;
	top: 10px;
	float: right;
	width: 23px;
	height: 20px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.control #yinyue>img {
	width: 100%;
	height: 100%;
}

.control .page-number {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 16px;
	color: #fff;
	background-color: #000000;
	background: rgba(0, 0, 0, .5);
	padding: .2em .5em;
	border-radius: 1em;
	z-index: 999;
}

.control .logo {
	position: absolute;
	width: 140px;
	height: 34px;
	text-align: center;
}

.control .logo img {
	width: 100%;
	height: 100%;
	border: none;
}






