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;
}

body{
	min-width:1200px;
	margin:0 auto;
}


.banner{
	width:100%;
	margin:0 auto;
	height:600px;
	background:url(../images/banner.jpg) no-repeat center center;
}


.mubiao{
	width:100%;
	height:626px;
	background:url(../images/mpbg.jpg) no-repeat center center;
	overflow:hidden;
}

.mb-content{
	width:1200px;
	margin:0 auto;
	margin-top:80px;
	display:flex;
	justify-content:space-between;
}


.mb-content dl{
	width:570px;
	height:440px;
	background:#FFF;
	border: 1px solid #725006;
	border-radius: 12px;
}

.mb-content dl dt{
	width:156px;
	height:60px;
	border:2px solid #725006;
	font-size:24px;
	text-align:center;
	line-height:60px;
	border-radius:30px;
	margin:0 auto;
	margin-top:38px;
}

.mb-content dl dd{
	font-size:18px;
	padding:0 30px;
	line-height:40px;
	margin-top:20px;
}

.mb-content p img{
	display:block;
	border-radius: 12px;
}


/*¿Î³ÌÄÚÈÝ*/
.kecheng{
	width:1200px;
	height: auto;
	margin: 0 auto;
	border-radius: 12px;
	margin-top: 30px;
	margin-bottom: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.kechengbox{
	width: 580px;
	border: 1px solid #725006;
	border-radius: 16px;
	background: url("../images/640.png") repeat;
	overflow: hidden;
	margin-bottom: 40px;
}


.kctitle{
	width: 540px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.kctitle h3{
	width:80px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #725006;
	text-align: center;
	border-radius: 0 20px 20px 0;
	color: #725006;
}


.kctitle h4{
	width:440px;
	height: 40px;
	line-height: 40px;
	background: #725006;
	text-align: left;
	border-radius: 20px 0 0 20px;
	text-indent: 30px;
	color:#FFF;
}


.kccontent{
	width:540px;
	margin: 0 auto;
	margin-top: 12px;
	background: #f5f0e4;
	overflow: hidden;
	margin-bottom: 30px;
}

.kccontent img{
	width: auto;
	height: 300px;
	display: block;
	border-radius: 10px;
	margin: 15px;
}


.kccontent dl{
	width:510px;
	height: 120px;
	margin: 15px;
	background: #FFF;
	border-radius: 12px;
}

.kccontent dl dd{
	padding:10px;
	line-height: 32px;
}


.xxneirong{
	width:100%;
	height:842px;
	background:url(../images/xxnrbg.jpg) no-repeat;
	position:relative;
}

.xxnrtit{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.xxnrtit dl{
	width:380px;
}

.xxnrtit dl dt{
	font-size:28px;
	font-weight:bold;
	color:#333;
}

.xxnrtit dl dd{
	font-size:46px;
	font-weight:bold;
	color:#773B23;
}

.xxnrtit p{
	width:640px;
	height:10px;
	border-top:1px dashed #773B23;
	border-bottom:1px dotted #773B23;
}

.xxnrlist{
	width:100%;
	position:absolute;
	left:0;
	top:240px;
}

.xxnrlist ul{
	width:94%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.xxnrlist ul li{
	width:334px;
	position:relative;
	margin-bottom:30px;
	transition:.5;
}

.xxnrlist ul li h4{
	width:100%;
	height:70px;
	line-height:70px;
	position:absolute;
	left:0;
	top:160px;
	background:rgba(255,255,255,0.8);
	font-size:30px;
	text-align:center;
	opacity:0;
}

.xxnrlist ul li:hover h4{
	opacity:1;
}

.xxnrlist ul li h4 a{
	width:120px;
	height:30px;
	display:inline-block;
	border-radius:6px;
	line-height:30px;
	text-align:center;
	font-size:16px;
	color:#FFF;
	background:#F00;
	margin-left:30px;
	vertical-align:middle;
}

.xxnrlist ul li img{
	display:block;
}


.bigtitle{
	width:1200px;
	margin:0 auto;
	text-align:center;
	margin-top:100px;
}

.bigtitle h3{
	color:#712E11;
	font-size:42px;
}

.bigtitle p{
	font-size:24px;
	margin-top:20px;
}

.bigtitle p span:nth-child(1){
	width:182px;
	height:8px;
	display:inline-block;
	background:url(../images/zhen.jpg) no-repeat;
	margin-right:20px;
}


.bigtitle p span:nth-child(2){
	width:182px;
	height:8px;
	display:inline-block;
	background:url(../images/zhen.jpg) no-repeat;
	transform:rotate(180deg);
	margin-left:20px;
}



.jiaoxue{
	width:1200px;
	margin:0 auto;
	margin-top:60px;
	display:flex;
	justify-content:space-between;
}


.jiaoxue .jxlist{
	width:285px;
	height:420px;
}

.jxlist dl{
	width:100%;
	height:200px;
	box-shadow:0 0 4px #CCC;
	display:flex;
	justify-content:center;
	align-content:center;
	flex-wrap:wrap;
}


.jxlist dl dt{
	width:180px;
	font-size:20px;
	line-height:36px;
}


.jxlist dl dd{
	width:285px;
	color:#999;
	height:40px;
	line-height:40px;
	text-align:center;
}

.jxlist dl dd.down{
	transform:rotate(180deg);
}

.jxlist p img{
	display:block;
}



.zixun{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:center;
	margin-top:40px;
}


.zixun p{
	height:44px;
	display:inline-block;
	border:1px solid #DDA536;
	position:relative;
	margin:0 40px;
	box-sizing:border-box;
}

.zixun p a{
	height:44px;
	display:inline-block;
	background:#DDA536;
	position:absolute;
	left:-6px;
	top:-6px;
	line-height:44px;
	font-size:20px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}


.w208{
	width:208px;
}

.w300{
	width:300px;
}

.huanjing{
	width:100%;
	height:1048px;
	background:url(../images/hjbg.jpg) no-repeat;
	margin-top:105px;
}


.hjcontent{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:55px;
}

.hjcontent p img{
	display:block;
	margin-bottom:20px;
}


.mingshi{
	width:1200px;
	margin:0 auto;
	margin-top:75px;
}


.mingshi ul{
	width:100%;
	display:flex;
	justify-content:space-between;
}


.mingshi ul li{
	width:284px;
	box-shadow:0 0 6px #999;
	position:relative;
}

.mingshi ul li img{
	display:block;
}


.mingshi ul li dl{
	width:auto;
	height:auto;
	position:absolute;
	left:0;
	bottom:0;
	padding:10px 20px;
}

.mingshi ul li dl dd{
	font-size:20px;
	color:#FFF;
	line-height:30px;
}



.jiuye{
	width:100%;
	height:834px;
	background:url(../images/jybg.jpg) no-repeat;
	margin-top:100px;	
}

.jycontent{
	width:1200px;
	margin:0 auto;
	position:relative;
}


.jycontent dl{
	width:380px;
	height:190px;
	position:absolute;
	left:85px;
	top:130px;
}

.jycontent dl dt{
	text-align:center;
	color:#FFC316;
	font-size:44px; 
	font-weight:bold;
}

.jycontent dl dd{
	font-size:20px;
	text-align:center;
	line-height:36px;
	margin-top:10px;
	color:#FFF;
	
}


.jycontent p{
	width:422px;
	font-size:20px;
	color:#FFF;
	line-height:36px;
	position:absolute;
}

.jycontent p.one{
	left:600px;
	top:145px;
}

.jycontent p.two{
	left:700px;
	top:300px;
}

.jycontent p.three{
	left:710px;
	top:480px;
}
.jycontent p.four{
	left:640px;
	top:640px;
}



.danwei{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	margin-top:70px;
}

.danwei dl{
	width:172px;
}

.danwei img{
	display:block;
	margin-bottom:30px;
}


.job_hj{
	width:1200px;
	margin: 0 auto;
	margin-top: 20px;
}

.job_hj ul{
	width:100%;
	display: flex;
	justify-content: space-between;
}

.job_hj ul li{
	width:290px;
	height:180px;
	overflow: hidden;
	position: relative;
}

.job_hj ul li p{
	width:120px;
	height: 40px;
	background: #FFF;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	border-radius: 20px;
	background: rgba(255,255,255,.8);
}

.job_hj ul li img{
	width: 100%;
	display: block;
}





