html,body,div,p,span,em,i,ul,li,dl,dt,dd,strong,b,a,img,h1,h2,h3,h4,h5{
	padding:0;
	margin:0;
}


ul,li{
	list-style:none;
}


a{
	text-decoration:none;
	color:#000;
}

img{
	display:block;
}

body{
	min-width:1200px;
	margin:0 auto;
}


.banner{
	width:100%;
	height:600px;
	background:url(../images/banner.jpg) no-repeat center center;
}

.banner a{
	width:100%;
	height:100%;
	display:block;
}


.btitle{
	width:1200px;
	margin:0 auto;
	margin-top:90px;
	margin-bottom:30px;
}

.btitle h3{
	text-align:center;
	font-size:46px;
	display:flex;
	justify-content:center;
}

.btitle h3 dl{
	width:70px;
	display:inline-block;
	text-align:right;
}

.btitle h3 dl:nth-child(1){
	margin-right:20px;
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
}
.btitle h3 dl:nth-child(2){
	margin-left:20px;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}


.btitle h3 dl dt{
	width:100%;
	border-bottom:2px solid #000;
}

.btitle h3 dl dd{
	width:40px;
	border-top:2px solid #000;
	margin-top:10px;
}

.btitle h3 dl dt.bai{
	border-bottom:2px solid #FFF;
}
.btitle h3 dl dd.bai{
	border-top:2px solid #FFF;
}

.btitle p{
	text-align:center;
	font-size:18px;
	margin-top:14px;
	color:#666;
}



.zhaoshengdx{
	width:1200px;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}

.zhaoshengdx dl{
	width:560px;
}

.zhaoshengdx dl dt{
	display: flex;
	justify-content: center;
}

.zhaoshengdx dl dt span{
	width:50px;
	height: 50px;
	display: block;
	background: #cd1d1d;
	border-radius: 50%;
	margin:0 5px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 24px;
}


.zhaoshengdx dl dd{
	width:580px;
	height: 200px;
	border: 2px solid #d8caa0;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 20px;
	align-content:center;
}

.zhaoshengdx dl dd span{
	width: 100%;
	display: block;
	text-align: center;
	line-height: 40px;
}


.youshi{
	width:1200px;
	margin: 0 auto;
}


.youshi ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



.youshi ul li{
	width:280px;
	height: 200px;
	background: #EEE;
	margin-bottom: 25px;
	position:relative;
}


.youshi ul li p{
	width:250px;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,.7);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 15px 15px 0;
	text-indent: 10px;
}



.tese{
	width:1200px;
	margin: 0 auto;
}


.tese ul{
	width:100%;
	display: flex;
	justify-content: space-between;
}


.tese ul li{
	width:380px;
}

.tese ul li img{
	width:100%;
}

.tese ul li dl{
	background: #F5F5F5;
	padding: 10px 0;
}

.tese ul li dl dt{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}


.tese ul li dl dd{
	padding:0 20px;
	font-size: 17px;
	line-height: 32px;
	color: #666;
}


.kecheng{
	width:1200px;
	margin: 0 auto;
}

.kecheng ul{
	width:100%;
	display: flex;
	justify-content: space-between;
}


.kecheng ul li{
	width:380px;
	min-height: 600px;
	border-radius: 10px;
	border: 1px solid #CCC;
}


.kecheng ul li h2{
	width:100%;
	text-align: center;
	line-height: 60px;
	height: 66px;
	background: url(../images/blx.png) no-repeat left bottom;
	margin-bottom: 20px;
}


.kecheng ul li dl{
	width:360px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}


.kecheng ul li dl dt{
	width: 70px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #b84c0b;
    text-align: center;
    border-radius: 20px 0 0 20px;
    color: #725006;
}


.kecheng ul li dl dd{
	width: 280px;
    height: 40px;
    line-height: 40px;
	border: 1px solid #b84c0b;
    text-align: left;
    border-radius: 0 20px 20px 0;
    text-indent: 30px;
    color: #666;
}



.huanjing{
	width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.huanjing dl{
	width:380px;
	margin-bottom: 25px;
}

.huanjing dl img{
	border-radius:10px;
}


.zuopin{
	width:1200px;
	margin: 0 auto;
}


.zuopin ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.zuopin ul li{
	width:290px;
}


.zuopin ul li img{
	width:100%;
	border-radius: 10px;
	margin-bottom: 14px;
}



.zheng{
	width:100%;
	background:#CD1D1D;
	overflow:hidden;
	margin-top:110px;
}


.zhengcontent{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.zleft{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
}

.zleft p{
	color:#FFF;
	font-size:18px;
	padding:30px 20px;
	line-height:36px;
}

.zleft dl{
	width:98%;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
}

.zleft dl dt{
	width:230px;
	height:280px;
	background:#FFF;
	display:flex;
	justify-content:center;
	align-items:center;
}
	
.zright{
	width:444px;
	height:456px;
	background:#FFF;
	display:flex;
	justify-content:center;
	align-items:center;
}


.zixun{
	width:322px;
	height:52px;
	margin:0 auto;
	line-height:52px;	
	margin-top:40px;
	position:relative;
	overflow:hidden;
}

.zixun a{
	width:100%;
	height:100%;
	display:block;
	border:1px solid #A87E65;
	text-align:center;
	box-sizing:border-box;
	color:#A87E65;
	font-size:18px;
	border-radius:8px;
	position:absolute;
	left:0;
	top:0;
	z-index:6;
}

.zixun span{
	width:0%;
	height:100%;
	display:block;
	background:#A87E65;
	z-index:9;
	transition:.5s;
	opacity:0;
}

.zixun:hover span{
	width:100%;
	border-radius:8px;
	opacity:1;
}
.zixun:hover a{
	color:#FFF;
}




.jiuye{
	width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.jiuye .jyleft{
	width:400px;
	height: auto;
	border: 1px solid #EEE;
}

.jyleft dl{
	width:380px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 12px;
}


.jyleft ul{
	width:380px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 12px;
}

.jyleft ul li{
	width:120px;
	margin-bottom: 10px;
}

.jyleft ul li img{
	width:100%;
}


.jyleft dl dt{
	width:185px;
	margin-bottom: 10px;
	position: relative;
}

.jyleft dl dt span{
	width: 110px;
    height: 24px;
	display: block;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    left: 10px;
    bottom: 4px;
    border-radius: 20px;
    background: rgba(221, 85, 18, .8);
	color: #FFF;
}


.jyleft dl dt img{
	width:100%;
}


.jiuye .jyright{
	width:760px;
	height: auto;
	border: 1px solid #EEE;	
}


.jybody{
	width:740px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 10px;
}

.jyright dl{
	width:360px;
	margin-bottom: 15px;
	position: relative;
}

.jyright dl dt{
	width: 100%;
    height: 34px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 34px;
    color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
}

.jyright dl img{
	width:100%;
}



.wdlist{
	width:1200px;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:40px;
	margin-bottom: 60px;
}

.wdlist dl{
	width:280px;
	height:176px;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	background: #f54444;
	border-radius: 10px;
	border:1px solid #CD1D1D;
}

.wdlist dl dt{
	width:100%;
	font-size:28px;
	font-weight:bold;
	color:#FFF;
	margin-bottom:10px;
	margin-left:36px;
}

.wdlist dl dd{
	width:100%;
	color:#FFF;
	font-size:18px;
	margin-bottom:20px;
	margin-left:36px;
}

.wdlist dl a{
	width:138px;
	height:40px;
	display:block;
	border-radius:10px;
	background:#FFF;
	text-align:center;
	line-height:40px;
	color:#AB7F5C;
	font-size:18px;
	margin-left:36px;
}

.wdlist dl a:hover{
	color:#CD1D1D;
	font-weight:bold;
}















