*{
	padding: 0;
	margin: 0;
}


ul,li{
	list-style: none;
}


a{
	text-decoration: none;
}


body{
	min-width: 1440px;
	background: #FCD90D url(../images/2.jpg);
	background-attachment:fixed;
}


.banner{
	width: 100%;
	height: 587px;
	background: url(../images/banner.jpg) no-repeat center top;
}

.fowo{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}

.fowo h3{
	text-align: center;
	font-size: 28px;
	font-weight: normal;
}


.content{
	width: 1200px;
	min-height: 400px;
	border: 3px solid #000;
	background: #fff;
	margin: 0 auto;
	margin-top: 60px;
}

.huobao{
	width:1190px;
	margin:0 auto;
	margin-top:30px;
	display: flex;
	justify-content: space-between;
}

.huobao p{
	width:290px;
}

.huobao ul{
	width:890px;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.huobao ul li{
	width:290px;
	margin-bottom:8px;
}

.huobao ul li img{
	width:100%;
	display:block;
}

.bigtt{
	width: 460px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}

.bigtt h3{
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #000;
	border-radius: 30px;
	background: #ddd;
}

.bigtt h4{
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #000;
	background: #000;
	border-radius: 25px;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}


.kuang{
	width: 562px;
	height: 129px;
	background: url(../images/kuang.png) no-repeat;
	margin: 0 auto;
	margin-top: 30px;
}


.kuang p{
	font-size: 18px;
	line-height: 36px;
	padding:20px 25px;
}


.hj{
	width: 100%;
	margin-top: 30px;
}


.hj ul{
	width: 1140px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.hj ul li{
	width: 550px;
	margin-bottom: 30px;
	position: relative;
}

.hj ul li div{
	position: absolute;
	width: 180px;
	height: 80px;
	background: #000;
	opacity: 0.8;
	line-height: 80px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.hjtit1{
	right: 0;
	bottom: 0;
}

.hjtit2{
	left: : 0;
	bottom: 0;
}

.hjtit3{
	right: 0;
	top: 0;
}

.hjtit4{
	left: : 0;
	top: 0;
}

.hj ul li img{
	width: 500px;
	display: block;
}


.fr{
	float: right;
}

.zixun{
	width: 300px;
	height: 50px;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 25px;
	background: #FCD90D;
	border: 2px solid #000;
	line-height: 50px;
	margin-bottom: 30px;
}

.zixun a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}






.xuezi{
	width: 100%;
	margin-top: 30px;
}


.xuezi ul{
	width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.xuezi ul li{
	width: 580px;
	display: flex;
	justify-content: center;
}

.xuezi ul li .xzimg{
	width: 290px;
	height: 290px;
}

.xzimg img{
	width: 290px;
	display: block;
}

.xuezi ul li .xztext{
	width: 290px;
	height: 290px;
	border: 1px solid #000;
	box-sizing: border-box;
}


.xztext h3{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
}

.xztext p{
	padding: 10px 30px;
	line-height: 32px;
	font-size: 16px;
}

.xztext a{
	width: 130px;
	height: 40px;
	display: block;
	border-radius: 0 25px 25px 0;
	line-height: 40px;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	float: right;
	text-align: center;
	margin-right: 30px;
	margin-top: 10px;
}




.huodong{
	width: 1180px;
	margin:0 auto;
	margin-top: 30px;
}


.huodong ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.huodong ul li{
	width: 380px;
	margin-bottom: 20px;
}


.huodong ul li img{
	display: block;
}



.ruxue{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}


.ruxue h3{
	width: 340px;
	height: 60px;
	border: 1px solid #CD1318;
	line-height: 60px;
	text-align: center;
	background: #fff;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 30px;
	color: #CD1318;
	font-size: 30px;
}


.ruxue dl{
	width: 1140px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.ruxue dl dt{
	width: 550px;
	text-align: center;
	color: #396951;
	font-size: 28px;
	line-height: 50px;
}

.ruxue dl dt img{
	width: 550px;
	display: block;
}

.ruxue ul{
	width: 1160px;
	margin:0 auto;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}


.ruxue ul li{
	width: 260px;
	display: inline-block;
	vertical-align: top;
}

.ruxue ul li img{
	width: 260px;
	display: block;
}




.baoming{
	width: 600px;
	height: auto;
	margin: 0 auto;
	margin-top: 20px;
}

.baoming ul{
	width: 100%;
	height: auto;
	position: relative;
}


.baoming ul li{
	width: 100%;
	height: 80px;
	display: inline-block;
	text-indent: 20px;
	vertical-align: center;
}


.baoming ul li label{
	height: 48px;
	line-height: 60px;
	font-size: 24px;
	color: #000;
	
}


.baoming ul a{
	position: absolute;
	color: #FBFF38;
	font-size: 30px;
	right: 30px;
	top: 20px;
}

.baoming ul li input{
	width: 500px;
	height: 48px;
	line-height: 120px;
	border: 1px solid #ccc;
	text-indent: 10px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: center;
	border-radius: 4px;
}

.inputs{
	width: 500px;
	height: 48px;
	line-height: 120px;
	border: 1px solid #ccc;
	text-indent: 10px;
	font-size: 18px;
	font-weight: bold;
	vertical-align: center;
	border-radius: 4px;
}


.subm{
	width: 200px;
	height: 60px;
	line-height: 60px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	background: #FF8302;
	color: #fff;
	border:none;
	font-size: 24px;
	margin-top: 25px;
	border-radius: 30px;
	box-shadow: 0 0 6px #000;
}



.btms{
	width: 360px;
	height: 60px;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 30px;
	background: #D93600;
	border: 2px solid #000;
	line-height: 60px;
	margin-bottom: 60px;
}

.btms a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

