* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: url(../images/wp7.jpg) no-repeat;
	background-size: 100% 100%;
}

.sixiang_title {
	color: #666;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: 5px;
	display: block;
	width: 100%;
}
.guanyv_title{
	color: #666;
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 5px;
	display: block;
	width: 100%;
}
.guanyv_text{
	    margin-top: 20px;
    color: #666;
    line-height: 24px;
    display: block;
    width: 100%;
    font-size: 20px;
}
.rongyv_ul{
	margin-top: 20px;
}
.rongyv_ul li{
	text-align: left;
	list-style: none;
	font-size: 18px;
	color: #666666;
	line-height: 38px;
}
.sixiang_text {
	margin-top: 20px;
	color: #666;
	line-height: 35px;
	display: block;
	width: 100%;
}

.sixiang_bot {
	display: block;
	margin-top: 20px;
	color: #666;
	font-size: 24px;
	text-decoration: none;
	width: 100%;
}

html,
body {
	position: relative;
	height: 100%;
}

.swiper-container {
	width: 580px;
	height: 340px;
	position: absolute;
	top: 40%;
	right: 25%;
}

.swiper-slide {
	/*text-align: center;*/
	font-size: 18px;
	display: block;
	-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;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

.SwiperDiv {
	position: relative;
	width: 100%;
	height: 100%;
}

.swiper-pagination {
	text-align: left;
	top: 20%;
	left: 5%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
}

.swiper-pagination-bullet {
	width: 80px;
	height: 42px;
	line-height: 42px;
	border-radius: 0;
}

.swiper-pagination-bullet {
	background: rgba(178, 205, 213, 0.9);
}

.swiper-pagination-bullet-active {
	background: #95CBCC;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: 20%;
	left: 10%;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: auto;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	display: block;
}

@media only screen and (max-width: 790px) {
	.swiper-container {
		width: 90%;
		height: 340px;
		position: absolute;
		top: 27%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.swiper-pagination-clickable .swiper-pagination-bullet {
		float: left;
	}
	.swiper-pagination {
		top: 10%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 65%;
	}
	.swiper-pagination{
		font-size: 14px;
	}
	.sixiang_title{
		font-size: 31px;
	}
	.guanyv_title{
		font-size: 24px;
	}
	.guanyv_text{
		font-size: 14px;
	}
	.rongyv_ul li{
		font-size: 15px;
		line-height: 24px;
	}
}