html,body,div,span,p,ul,li,dl,dt,dd,a,img,el,i,ol,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}


ul,li{
	list-style: none;
}


a{
	text-decoration: none;
}


body{
	min-width: 1440px;
	margin: 0 auto;
}


.banner{
	width: 100%;
	height: 500px;
	background: url(../images/banner.jpg) no-repeat center center;
	position: relative;
}


.banner a{
	width: 100%;
	height: 62px;
	position: absolute;
	left: 0;
	top: 312px;
	display: block;
}


.btop{
	width: 1200px;
	background: #eee;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}


.zyjj{
	width: 600px;
	padding-left: 20px;
}

.zyjj h3{
	width: 100%;
	height: 60px;
	font-size: 36px;
	color: #FF0000;
	text-align: center;
	margin-top: 10px;
}

.zyjj h4{
	width: 100px;
	margin: 0 auto;
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 6px;
	font-size: 16px;
}


.zyjj h5{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 10px;
}


.zyjj p{
	font-size: 18px;
	line-height: 32px;
	text-indent: 36px;
}


.btop p{
	width: 546px;
}

.btop img{
	display: block;
}


.jjbtn{
	width: 260px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	background: #FF0000;
	font-size: 18px;
}


.mkbtn{
	width: 160px;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-align: center;
	border-radius: 20px;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	border: 1px solid #000;
	font-size: 16px;
	transition: 0.6s;
	margin-bottom: 20px;
}

.mkbtn:hover{
	border: 1px solid #f00;
	color: #f00;
}


.title{
	width: 600px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 20px;
	text-align: center;
}


.title h3{
	width: 100%;
	height: 60px;
	font-size: 36px;
	color: #FF0000;
	text-align: center;
}


.title h4{
	display: inline-block;
	margin: 0 auto;
	font-weight: normal;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 6px;
	font-size: 16px;
}


.title h5{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
}



.kecheng{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.kclist{
	width: 580px;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #ccc;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}


.kclist .context{
	width: 540px;
	margin-left: 20px;
}

.hh{
	width:100%;
	display: flex;
	justify-content: flex-start;
	margin-top: 12px;
}

.hh h2{
	width: 30%;
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	background: #333;
	color: #FFF;
	text-align: center;
}

.hh h3{
	width: 70%;
	height: 40px;
	line-height: 38px;
	background: #f89245;
	font-size: 24px;
	color: #fff;
	text-indent: 20px;
	margin-bottom: 10px;
}

.context p{
	line-height: 32px;
}


.kclist .conimg{
	width: 220px;
	margin-top:20px;
	margin-right: 15px;
}


.anniu{
	width: 1200px;
	margin: 0 auto;
	overflow:hidden; 
	padding:30px 0 0 0;
}


.anniu div{
	float:left;
	display:inline-block;
	width:26%;
	height:40px;
	background-color:#ff0000;
	border-radius:8px;
	color:#fff;
	line-height:40px;
	font-size:20px;
	text-align:center;
	margin-left:200px;
	-webkit-border-radius:8px;
	transition: 0.6s;
}

.anniu a:hover div{
	background-color:#000000;
	color: #ffffff;
}


.youshi{
	width:1200px;
	margin: 0 auto;
}

.youshi ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.youshi ul li{
	width:380px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	padding: 20px 0;
	border-radius: 12px;
}


.youshi ul li h5{
	width:120px;
	height: 120px;
	margin: 0 auto;
	background: url(../images/ysicon.png) no-repeat;
	margin-bottom: 10px;
}

.youshi ul li:nth-child(1) h5{
	background-position:0 0;
}
.youshi ul li:nth-child(2) h5{
	background-position:0 -120px;
}
.youshi ul li:nth-child(3) h5{
	background-position:0 -240px;
}
.youshi ul li:nth-child(4) h5{
	background-position:0 -360px;
}
.youshi ul li:nth-child(5) h5{
	background-position:0 -480px;
}
.youshi ul li:nth-child(6) h5{
	background-position:0 -600px;
}


.youshi ul li p{
	width:310px;
	margin: 0 auto;
	font-size:20px;
	text-align: center;
	line-height: 36px;
}

.zuopins{
	width:1200px;
	margin: 0 auto;
	margin-top: 30px;
}

.zuopins p{
	width:100%;
	margin-top: 10px;
}

.zuopins p img{
	width:100%;
}



.box {
    position: relative;
}




.jiuye{
	width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}


.jiuye dl{
	width:580px;
	height: 120px;
	border: 1px solid #ae3033;
	border-radius: 20px;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.jiuye dl.w100{
	width:1200px;
}

.jiuye dl dt{
	width:102px;
	height: 105px;
	margin-left: 10px;
}

.jiuye dl dd{
	padding: 0 10px 0 16px;
}

.jiuye dl dd strong{
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.jiuye ul{
	width:100%;
	display: flex;
	justify-content: space-between;
}

.jiuye ul li{
	width:380px;
}

.jiuye ul li.cen{
	width:380px;
	border: 1px solid #ae3033;
	border-radius: 10px;
}

.jiuye ul li.cen p{
	padding:10px 20px;
	line-height: 26px;
}

.jiuye ul li img{
	width:100%;
	border-radius: 10px;
}

.hzdw{
	width:1200px;
	margin: 0 auto;
	margin-top: 60px;
}

.hzdw h4{
	width:auto;
	height: 60px;
	line-height: 60px;
	font-size: 50px;
	color: #de272b;
	margin-bottom: 20px;
}

.hzdw p{
	width:1200px;
}

