@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
body {
	min-width: 3.2rem;
	max-width: 7.5rem;
	margin: 0 auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	/* iOS滚动流畅 */
	background: #fff;
	font: .32rem/1.5 "Microsoft Yahei", Arial, Helvetica, sans-serif;
	color: #333;
}
ul, ol, li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color: inherit;
	text-decoration: none;
}
button, input, textarea, select {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	/* 移除移动端默认样式 */
	line-height: inherit;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}
em, i {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
}
.cfx:after, nav.mini:after, .h:after, .hn:after, .PH:after {
	content: ' ';
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

/**** 公共css ****/


/**** 首页 ****/

.wrapper {
	float: left;
	width: 100%;
	padding: 11.1rem .18rem .5rem .18rem;
	background: #ecd1ab url(../images/wrap-bg.png) no-repeat;
	background-size: 100% auto;
}
.indexBtn {
	float: left;
	width: 100%;
	margin: .5rem 0 0 0;
}
.indexBtn.bg3 {
	height: 7.88rem;
	padding: 6.3rem 0 0 0;
	margin: 0;
	background: url(../images/img04.png) no-repeat;
	background-size: 100% 100%;
}
.indexBtn a {
	display: block;
	width: 5.3rem;
	height: 1.1rem;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.indexBtn.bg1 a {
	background-image: url(../images/button1.png);
}
.indexBtn.bg2 a {
	background-image: url(../images/button2.png);
}
.indexBtn.bg3 a {
	background-image: url(../images/button3.png);
}
.indexBtn.bg4 a {
	background-image: url(../images/button4.png);
}
.indexBtn a.zoom {
	animation: btnZoom 1s linear infinite alternate;
}
@keyframes btnZoom {
	from {}
	to {
		transform: scale(.8);
	}
}
.indexPic, .indexPic img {
	float: left;
	width: 100%;
}
.indexBox {
	float: left;
	width: 100%;
	height: 16.22rem;
	padding: 0 .28rem;
	background: url(../images/img02.png) no-repeat;
	background-size: 100% 100%;
}
.indexWuzhe {
	float: right;
	width: 1.25rem;
	height: 1.3rem;
	margin: .3rem .6rem 0 0;
	background: url(../images/wuzhe.png) no-repeat;
	background-size: 100% 100%;
}
.indexSwiper {
	float: left;
	width: 100%;
	margin: 1.3rem 0 0 0;
	overflow: hidden;
}
.indexSwiper ul li img {
	display: block;
	width: 100%;
}
.indexTeach {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float: left;
	width: 100%;
}
.indexTeach a {
	width: 3.08rem;
	margin: .3rem 0 0 0;
}
.indexTeach a img {
	display: block;
	width: 100%;
}
.indexFankui {
	float: left;
	width: 100%;
	height: 19.42rem;
	padding: 2.8rem .28rem .7rem .28rem;
	background: url(../images/img05.png) no-repeat;
	background-size: 100% 100%;
}
.indexscroll {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.indexscroll ul {
	float: left;
	width: 100%;
	height: auto;
	overflow: visible;
	animation: scrollUp 40s linear infinite;
}
.indexscroll ul li {
	float: left;
	width: 100%;
	margin: .3rem 0 0 0;
}
.indexscroll ul li img {
	display: block;
	width: 100%;
}
.indexFankui ul:hover {
	animation-play-state: paused;
}
@keyframes scrollUp {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-50%);
	}
}

/**** 首页 ****/


/**** 浮动按钮 ****/

.floatbtn {
	position: fixed;
	bottom: 0;
	float: left;
	width: 100%;
	max-width: 7.5rem;
	padding: .1rem 0;
	margin: 0 0 0 -.2rem;
	background: rgba(0, 0, 0, .7);
	z-index: 9;
}
.floatbtn .indexBtn {
	margin: 0;
}

/**** 浮动按钮 ****/