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%;
	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:50px;
}

.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;
}

.md_one{
	width:1200px;
	height:554px;
	margin:0 auto;
	background:#CD1D1D;
	display:flex;
	justify-content:center;
	align-items:center;
}

.md_one p{
	width:428px;
	margin:0 15px;
}

.md_one dl{
	width:326px;
	height:428px;
	margin:0 15px;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}

.md_one dl dt{
	width:100%;
	height:40px;
	color:#FFF;
	font-size:24px;
	line-height:40px;
	background:url(../images/icon_md1.png) no-repeat 30px center;
	text-indent:50px;
	margin-top:20px;
}

.md_one dl dt span{
	font-size:10px;
	padding-right:10px;
}

.md_one dl dt.one{
	background-position:0 7px;
}
.md_one dl dt.two{
	background-position:0 -53px;
}
.md_one dl dt.three{
	background-position:0 -122px;
}
.md_one dl dt.four{
	background-position:0 -180px;
}
.md_one dl dd{
	margin-top:40px;
}


.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;
}


.changjing{
	width:100%;
	height:850px;
	background:#FAF6F5;
	overflow:hidden;
	margin-top:90px;
}


.cj_content{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:60px;
}

.cj_content p{
	margin-bottom:20px;
	position:relative;
}

.cj_content p img{
	display:block;
}


.cj_content p span{
	width:340px;
	height:42px;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	text-indent:20px;
	line-height:42px;
	font-size:18px;
	color:#FFF;
}



.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;
}



.huanjing{
	width:1200px;
	margin: 0 auto;
}

.huanjing ul{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.huanjing ul li{
	width:580px;
	margin-bottom: 30px;
}

.huanjing ul li img{
	width:100%;
	display: block;
	border-radius: 10px;
}

.huanjing ul li p{
	line-height: 36px;
	height: 36px;
	text-align: center;
	background: #3f8974;
	color: #FFF;
	width:200px;
	margin: 0 auto;
	margin-top: 10px;
}


.huanjing ul li p span{
	width:10px;
	height: 10px;
	display:inline-block;
	background: #fcf491;
	margin-right: 10px;
}



.zhuanye{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}


.zhuanye p{
	 width:696px;
}

.zhuanye p img{
	display:block;
}
 
.zhuanye div.zytext{
	width:484px;
}


.zhuanye div.zytext dl{
	width:100%;
	text-align:center;
	color:#FFF;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
}
 
 .zhuanye div.zytext dl dt{
	 width:100%;
	 font-size:30px;
	 font-weight:bold;
}

.zhuanye div.zytext dl dd{
	width:324px;
	margin:0 auto;
	font-size:18px;
	margin-top:16px;
	line-height:34px;
}


 
.bg333{
	background:#333;
}
 
.bg8c{
	background:#8C8C8A;
}


.smtitle{
	width:1200px;
	margin:0 auto;
	margin-top:90px;
	margin-bottom:50px;
	text-align:center;
}

.smtitle h4{
	font-size:32px;
	color:#333;
}

.smtitle h4 span{
	width:222px;
	height:2px;
	display:inline-block;
	border-bottom:1px solid #333;
	vertical-align:middle;
}


.xxcontent{
	width:1201px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}


.xxcon-left{
	width:440px;
}

.xxcon-left dl{
	width:100%;
	height:149px;
	margin-bottom:1px;
	display:flex;
	justify-content:center;
}

.xxcon-left dl dt{
	width:80px;
	line-height:149px;
	font-size:30px;
	color:#FFF;
	text-align:center;
	background:#8C8C8A;
}



.xxcon-left dl dd{
	width:360px;
	line-height:149px;
	font-size:36px;
	text-align:left;
	color:#FFF;
	background:#AEAEAC;
	text-indent:60px;
}


.xxcon-left dl.onchange dt{
	background:#AB1717;
}
.xxcon-left dl.onchange dd{
	background:#CD1D1D;
}


.xxcon-right{
	width:760px;
	height:449px;
	overflow: hidden;
}

.xxcon-right ul{
	width:100%;
}

.xxcon-right ul li{
	width:100%;
	height:450px;
	position:relative;
	display:none;
}

.xxcon-right ul li:nth-child(1){
	background:url(../images/tese_01.jpg) no-repeat;
}
.xxcon-right ul li:nth-child(2){
	background:url(../images/tese_02.jpg) no-repeat;
}
.xxcon-right ul li:nth-child(3){
	background:url(../images/tese_03.jpg) no-repeat;
}




.xxcon-right ul li img{
	display:block;
}

.xxcon-right ul li dl{
	width:100%;
	height:80px;
	background:rgba(0,0,0,0.7);
	position:absolute;
	left:0;
	bottom:0;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}


.xxcon-right ul li dl dd{
	width:100%;
	font-size:20px;
	color:#FFF;
	text-align: center;
}


.xxcon-right ul li.shows{
	display:block;
}

 

.xuexi_content{
	width:1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 2px solid #dbca98;
}


.xx_img{
	width:560px;
	margin: 20px;
}


.xx_img img{
	width:100%;
	display: block;
}

.xx_info{
	width:540px;
	margin-left: 30px;
	margin-right: 20px;
}

.xx_info h3{
	width:auto;
	display: inline-block;
	font-size:20px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	background: #ceb876;
	color: #FFF;
	border-radius: 0 20px 20px 0;
	text-indent: 10px;
	padding-right: 20px;
	position: relative;
}

.xx_info h3 span{
	width:30px;
	height: 60px;
	display: block;
	background: url(../images/3jiao.png) no-repeat center center;
	position: absolute;
	left: -30px;
	top: -20px;
}

.xx_info p{
	font-size: 16px;
	line-height: 30px;
	color: #666;
}


.xx_info p strong{
	color: #000;
}


.banner3{
	width:100%;
	height:190px;
	margin-top:100px;
	overflow:hidden;
}


.liucheng{
	width:1200px;
	height:345px;
	margin:0 auto;
	margin-bottom:50px;
	border-bottom:1px solid #999999;
}

.liucheng ul{
	width:100%;
	display:flex;
	justify-content:space-between;
}


.liucheng ul li{
	width:386px;
}

.liucheng ul li img{
	display:block;
}

.liucheng ul li dl{
	width:100%;
	display:flex;
	justify-content:flex-start;
	margin-top:30px;
}

.liucheng ul li dl dt{
	width:60px;
	font-size:50px;
	font-weight:bold;
	color:#999;
}

.liucheng ul li dl dd{
    font-size:12px;
	color:#666;
	margin-left:15px;
}

.liucheng ul li dl dd span{
	width:100%;
	display:block;
	font-size:24px;
	color:#666;
	margin-bottom:2px;
	margin-top:6px;
}


.zheng{
	width:100%;
	background:#CD1D1D;
	overflow:hidden;
	margin-top:110px;
}


.zhengcontent{
	width:1200px;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.zleft{
	width:712px;
	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:100%;
	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;
}



.jiuye{
	width:1200px;
	margin:0 auto;
}

.jiuye ul{
	width:100%;
	display:flex;
	justify-content:space-between;
}

.jiuye ul li{
	position:relative;
}

.jiuye ul li img{
	display:block;
}

.jiuye ul li p{
	width:100%;
	height:44px;
	background:rgba(0,0,0,0.5);
	text-align:center;
	line-height:44px;
	color:#FFF;
	position:absolute;
	left:0;
	bottom:0;
	font-size:18px;
}

.jiuye dl{
	width:100%;
	border-top:1px solid #ccc;
	display:flex;
	justify-content:space-between;
	margin-top:30px;
	padding-top:30px;
}



.jiuye dl dd{
	width:280px;
	position: relative;
}

.jiuye dl dd img{
	width:100%;
	display: block;
}

.jiuye dl dd span{
	width:100px;
	height: 40px;
	background: #FFF;
	border-radius: 20px 0 0 20px;
	line-height: 40px;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	bottom: 10px;
	color: #000;
}



.wendi{
	width:1200px;
	margin:0 auto;
	margin-top:90px;
}

.wendi h3{
	font-size:36px;
}

.wdlist{
	width:100%;
	display:flex;
	justify-content:space-between;
	margin-top:40px;
}

.wdlist dl{
	width:386px;
	height:176px;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
}

.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;
}

.wdlist dl:nth-child(1){
	background:#CD1D1D url(../images/wdbg1.png) no-repeat 260px 60px;
}
.wdlist dl:nth-child(2){
	background:#CD1D1D url(../images/wdbg2.png) no-repeat 260px 30px;
}
.wdlist dl:nth-child(3){
	background:#CD1D1D url(../images/wdbg3.png) no-repeat 260px 45px;
}


.formbm{
	width:1200px;
	height:476px;
	box-shadow:0 0 16px #EEE;
	margin:0 auto;
	margin-top:90px;
	overflow:hidden;
	margin-bottom:80px;
}

.formbm ul{
	width:80%;
	margin:0 auto;
	display:flex;
	justify-content:space-between;
}

.formbm ul li{
	width:30%;
}

.intext{
	width:100%;
	height:55px;
	border-radius:8px;
	border:1px solid #A1A1A1;
	line-height:55px;
	text-indent:10px;
	font-size:18px;
}


.btn{
	width:300px;
	height:60px;
	display:block;
	margin:0 auto;
	margin-top:50px;
	background:#CD1D1D;
	border:none;
	border-radius:10px;
	font-size:24px;
	color:#FFF;
	cursor:pointer;
}





