*{
	padding:0;
	margin:0;
}

ul,li{
	list-style:none;
}

a{
	text-decoration:none;
}


body{
	min-width:1200px;
}


.banner{
	width:100%;
	height:600px;
	background:url(../images/banner.jpg) no-repeat center center;
}

.banner a{
	width:100%;
	height:100%;
	display:block;
}


.bigtitle{
	width:1200px;
	margin:0 auto;
	text-align:center;
	margin-top:90px;
	margin-bottom:60px;
}

.bigtitle h3{
	font-size:36px;
}

.bigtitle p{
	font-size:16px;
	color:#999999;
	margin-top:5px;
}


.subtitle{
	width:1200px;
	margin:0 auto;
	text-align:center;
}

.subtitle h3{
	font-size:30px;
	color:#EF1011;
}

.subtitle p{
	width:1000px;
	margin:0 auto;
	font-size:18px;
	line-height:32px;
	margin-top:22px;
}

.piclist{
	width:1200px;
	margin:0 auto;
	margin-top:50px;
}

.piclist ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}


.piclist ul li{
	width:386px;
	margin-bottom:20px;
}

.piclist ul li img{
	display:block;
}

.piclist p{
	margin-bottom:40px;
}


.zixun{
	width:240px;
	height:58px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:80px;
}


.zixun a{
	width:100%;
	height:100%;
	display:block;
	line-height:58px;
	background:#EF1011;
	text-align:center;
	color:#FFF;
	font-size:22px;
	border-radius:12px;
}


.zhuanyebg{
	width:100%;
	background:#F4F4F4;
	overflow:hidden;
}


.zhuanye{
	width:1200px;
	margin:0 auto;
	margin-bottom:60px;
}

.zhuanye ul{
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.zhuanye ul li{
	width:290px;
	background:#FFF;
	margin-bottom:20px;
	transition:.5s;
}


.zhuanye ul li:hover{
	box-shadow:0 0 10px #CCC;
}


.zhuanye ul li img{
	display:block;
}

.zhuanye ul li  h3{
	height:70px;
	line-height:60px;
	font-size:24px;
	margin-top:10px;
	text-align:center;
}

.zhuanye ul li dl{
	width:240px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}


.zhuanye ul li dl a{
	width:112px;
	height:36px;
	display:block;
	border-radius:18px;
	text-align:center;
}

.zhuanye ul li dl a:nth-child(1){
	border:2px solid #FF0318;
	color:#FF0318;
	line-height:32px;
	box-sizing:border-box;
}

.zhuanye ul li dl a:nth-child(1):hover{
	border:2px solid #FF8000;
	color: #FF8000;
}


.zhuanye ul li dl a:nth-child(2){
	background:#FF0317;
	color:#FFF;
	line-height:36px;
}

.zhuanye ul li dl a:nth-child(2):hover{
	background:#FF8000;
}










