/* 全局部分开始 */
* {
	padding: 0px;
	margin: 0px;
	border: none;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}



/* 全局部分结束 */

/* 头部部分 */
.top {
	width: 1150px;
	height: 90px;
	margin: 0 auto;
}

.top p {
	padding-top: 10px;
	float: left;
}

.top h1 {
	float: right;
	line-height: 100px;
	font-size: 18px;
	color: #ff0000;
	font-weight: 500;
	margin-right: 50px;
}

.tu {
	width: auto;
	height: 364px;
	background: url(../img/备考专练.png) no-repeat;
	background-size: 100% 100%;
}


.xbody {
	width: auto;
	height: auto;
	padding-bottom: 30px;
	background-color: #f7f5e6;
}

.shang {
	width: 340px;
	height: 50px;
	background: url(../img/标题.png) no-repeat 0% 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.shang p {
	color: white;
	font-size: 20px;
	padding-top: 13px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 5px;
}

.box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	border-radius: 15px;
	background-color: white;
	box-shadow: 7px 7px 0px rgba(207, 179, 110, 0.3);
	border: 1px solid white;
	margin-top: 30px;
	clear: both;
	overflow: hidden;
	padding-bottom: 30px;
}

.box-1 {
	width: 140px;
	height: 180px;
	background: url(../img/a1.png) no-repeat;
	margin: 50px 50px 20px 50px;
	float: left;
}

.box-1:hover {
	transform: scale(1.07, 1.07);
	transition-duration: 0.5s;
}

.box-1 p:first-child {
	margin-top: 45px;
}

.box-1 p {
	font-size: 18px;
	text-align: center;
	color: white;
	line-height: 30px;
}

.box-1 b {
	display: block;
	text-align: center;
	color: white;
	font-weight: 500;
	margin-top: 20px;
	font-size: 17px;
}

.box-1 h1 {
	color: #ffcfb2;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
}




/* 尾部部分 */
.basebox{
	text-align: center;
	width: 1200px;
	height: 270px;
	margin: 0 auto;
	font-size: 14px;
	color: #333;
}
.basebox-1 a{
	text-decoration: none;
	padding: 0 15px;
	color: #333;
	line-height: 40px;
}
.basebox a:hover{
	color: #c77600;
}
.basebox p a:hover{
	color: red;
}
.basebox  p{
	line-height: 35px;
}
.basebox  p a{
	text-decoration: none;
	color: #333;
}
.basebox-2{
	margin-top: 20px;
}
.basebox-2 a{
	padding: 15px;
}