*{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
html,body{
	font-family: "microsoft yahei";
}
.top{
	height: 100px;
	box-sizing: border-box;
	padding: 20px;
}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #AF8753;
}
img{
	max-width: 100%;
	border: 0px;
}
.logo{
	float: left;
	width:30%;
	display: block;
}
.nav{
	float: none;
	
}
.nav_ul{
	float: left;
	margin-left: 80px;
	margin-top: 10px;
}
.nav_ul li{
	float: left;
	width: 100px;
	text-align: center;
	position: relative;
	line-height: 40px;
	
}
.nav_ul li .xl{
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 40px;
	background-color: #fff;
	border-top: 3px solid #AF8753;
	line-height: 35px;
	font-size: 14px;
	box-shadow: 0px 3px 10px #777;
	display: none;
}
.banner{
	height: 833px;
}
.nav_ul li .xl a{
	color: #AF8753;
}
.nav_ul li .xl a:hover{
	
	background-color: #eee;
}
.nav_ul li a {
	display: block;
	
   
}
.nav_ul li > a {
	font-size: 18px;
	 font-weight: bold;
}
.toptel{
	float: right;
	margin-top: 15px;
}
.w1200{
	width: 1200px;
	margin: 0px auto;
}
.ov{
	overflow: hidden;
}
img{
	max-width: 100%;
}
.about_pic{
	float: left;
	width: 600px;
}
.swiper-slide img{
	display: block;
}
.ind_about{
	margin-top: 50px;
}
.about_txt{
	width: 600px;
	float: left;
	background: url(../imgs/aboutbg.png) left top no-repeat;
	box-sizing: border-box;
	padding-left: 30px;
}
.about_txt h1 p{
	font-size: 20px;
	
}
.about_txt h1{
	font-size: 27px;
}
.about_txt span{
	display: block;
	line-height: 33px;
	color: #666;
	text-align: justify;
	margin-top: 50px;
}
.more{
	display: block;
	width: 150px;
	height: 45px;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	line-height: 45px;
	background-color: #AF8753;
	margin-top: 60px;
	border: 1px solid #AF8753;
	transition: all 0.5s;
}
.more:hover{
	background-color: #fff;
}
.ind_title{
	display: block;
	text-align: center;
	
	margin: 30px auto;
}
.ind_title p{
	font-size: 30px;
}
.ind_title span{
	font-size: 14px;
	color: #999;
	line-height: 30px;
	display: block;
}
.four li{
	width: 25%;
	float: left;
	position: relative;
}
.four li>img{width: 100%; display: block;}
.four li .mask{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 500;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	transition: all 0.8s;
}
.four li:hover .mask{
	background-color: rgba(0,0,0,0.1);
}
.font_box{
	width: 100px;
	height: 100px;
	margin: 0px auto;
	border: 1px solid #999;
	text-align: center;
	font-size: 65px;
	line-height: 100px;
	color: #fff;
	margin-top: 40%;
	background-color: rgba(0,0,0,0.8);
	font-family: "楷体";
	transition: all 0.8s;
	overflow: hidden;
}
.font_box span{
	display: block;
	font-size: 14px;
	color: #fff;
	font-family: "microsoft yahei";
	line-height: 24px;
	opacity: 0;
	transition: all .5s ease;
	transition-delay: 0.5s;
	box-sizing: border-box;
	padding: 5px;
	width: 210px;
	margin: 0px auto;
	text-align: left;
	
}
.four li:hover .mask .font_box{
	width: 240px;
	height: 220px;
	border: 1px solid #AF8753;
	margin-top: 25%;
	
}
.four li:hover .mask .font_box span{
	opacity: 1;
	color: #ddd;
	
}
.yw_tabs{
	width: 310px;
	float: left;
	border-bottom: 1px solid #ddd;
}
.yw_tabs li{
	height: 124px;
	border-left: 1px solid #ddd;
	border-top:1px solid #ddd;
	text-align: center;
	font-size: 20px;
	line-height: 124px;
	background-color: #f8f8f8;
	box-sizing: border-box;
}
.yw_tabs li a{
	display: block;
	transition: all .5s;
}
.yw_tabs li a:hover{
	background-color: #AF8753;
	color: #fff;
}

.yw_tabs .hover a{
	background-color: #AF8753;
	color: #fff;
}
.ywfw_pic{
	float: left;
}
.ywfw_pic li{
	position: relative;
	display: none;
}

.ywfw_pic li img{
	width: 890px;
	height: 499px;
	display: block;
}
.ywfw_pic li p{
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	bottom: 0px;
	left: 0px;
	position: absolute;
	z-index: 200;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-indent: 20px;
}
.ind_newspic{
	width: 479px;
	float: left
}
.newsswiper{
	height: 418px;
}
.newsswiper img{
	display: block;
	width: 479px;
	height: 418px;
}
.newsswiper a{
	display: block;
	position: relative;
}
.newsswiper a p{
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	bottom: 0px;
	left: 0px;
	position: absolute;
	z-index: 200;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-indent: 20px;
}
.ind_newslist{
	width: 721px;
	float: left;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-left: 0px;
}
.ind_newslist a{
	display: block;
	box-sizing: border-box;
	padding: 30px;
	border-bottom: 1px dotted #ddd;
	transition: all 0.5s;
	
}
.ind_newslist a:nth-child(3){
	border-bottom: 0px;
}
.ind_newslist a>p{
	line-height: 40px;
}
.ind_newslist a>p>i{
	font-style: normal;
	display: inline-block;
	width: 120px;
}
.ind_newslist a>span{
	display: block;
	font-size: 14px;
	color: #999;
	box-sizing: border-box;
	padding-left: 120px;
	transition: all 0.5s;
}
.ind_newslist a:hover{
	background-color: #AF8753;
	color: #fff;
	}
.ind_newslist a:hover >span{
	color: #fff;
}
.foot{
	background-color: #353535;
	box-sizing: border-box;
	padding: 30px 0px;
	margin-top: 30px;
}
.foot_nav{
	float: left;
	width: 700px;
}
.foot_nav p{
	color: #999;
	margin-bottom: 20px;
}
.foot_nav p a{
	display: inline-block;
	color: #999;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.foot_nav p a:nth-child(1){
	padding-left: 0px;
}
.foot_nav ul li{
	float: left;
	width: 70%;
	color: #999;
	margin-top: 15px;
}
.foot_nav ul li:nth-child(odd) {
	width: 30%;
}
.foot_nav ul li img{
	vertical-align: middle;
	margin-right: 5px;
}
.qr{
	float: right;
}
.copyright{
	text-align: center;
	font-size: 12px;
	background-color: #000;
	color: #999;
	line-height: 40px;
}
.about_ban{
	background: url(../imgs/about_ban.jpg) top center no-repeat;
	height: 600px;
}
.yewu_ban{
	background: url(../imgs/yewu_ban.jpg) top center no-repeat;
	height: 600px;
}
.about_title{
	margin: 30px 0px;
}
.about_title p{
	color: #999;
	font-size: 16px;
}
.about_title span{
	color: #C7732C;
	font-size: 26px;
}
.abouttxt p{
	margin-top: 20px;
	text-indent: 32px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
}
.aboutul li{
	width: 250px;
	float: left;
	margin-left: 65px;
	box-sizing: border-box;
	padding:40px 20px;
	background-color: #f6f6f6;
	margin-top: 30px;
	text-align: center;
	border: 1px solid #eee;
	transition: all 0.5s;
}
.aboutul li:hover{
	background-color: #f4f4f4;
	border: 1px solid #C7732C;
}
.aboutul li:first-child
{
	margin-left: 0px;
}
.aboutul li p{
	font-size: 40px;
	color: #C7732C;
}
.aboutul li p i{
	font-size: 14px;
	font-style: normal;
}
.pr{
	position: relative;
}
.yqhj{
	height: 300px;
}
.yqhjnext{
	position: absolute;
	top: 20px;
	right: 45px;
}
.yqhjprev{
	position: absolute;
	top: 20px;
	right: 0px;
}
.rongyu_bg{
	background: url(../imgs/rongyu_bg.jpg) top center no-repeat;
	height: 700px;
	margin-top: 50px;
	padding-top: 200px;
	box-sizing: border-box;
	
}
.rongyu{
	margin-top: 200px;
	height: 302px;

}
.rynext{
	position: absolute;
	top: 100px;
	left: -60px;
}
.ryprev{
	position: absolute;
	top: 100px;
	right: -60px;
}
.rongyu a{
	display: block;
	background-color: #fff;
	text-align: center;
}
.rongyu a p{
	font-size: 18px;
	box-sizing: border-box;
	padding: 20px 0px;
}
.rongyu a i{
	display: block;
	margin: 10px auto;
	width: 50px;
	border-top: 2px solid #ddd;
}
.rongyu a span{
	display: block;
	color: #999;
	font-size: 14px;
}
.ylxmul li{
	overflow: hidden;
	background-color: #f6f6f6;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ylxmtxt{
	box-sizing: border-box;
	padding: 40px;
	width: 600px;
}
.ylxmtxt p{
	font-size: 30px;
	color: #666;
}
.ylxmtxt span{
	display: block;
	color: #888;
	margin-top: 30px;
	line-height: 26px;
	font-size:14px;
}
.n_class{
	border-bottom: 1px solid #ddd;
}
.n_class ul li{
	line-height: 60px;
	border-left: 1px solid #ddd;
	width: 140px;
	text-align: center;
	font-size: 18px;
	float: left;
}
.n_class ul li:last-child{
	border-right: 1px solid #ddd;
}
.n_class ul li a{
	display: block;
	transition: all 0.5s;
}
.n_class ul li a:hover{
	background-color: #AF8753;
	color: #fff;
}
.n_class ul .hover a{
	background-color: #AF8753;
	color: #fff;
	
}
.yw_list li{
	width: 380px;
	float: left;
	margin-top: 30px;
	margin-left: 30px;
}
.yw_list li a{
	display: block;
	border: 1px solid #ddd;
	transition: all 0.5s ease;
	background-color: #f8f8f8;
}
.yw_list li a:hover{
	background-color: #AF8753;
	color: #fff;
}
.yw_list li a p{
	line-height: 50px;
	text-align: center;
}
.yw_list li:nth-child(3n+1){
	margin-left: 0px;
}
.yw_list li p span{
	display:inline-block;
	background-color: #AF8753;
	color: #fff;
	line-height: 30px;
	width: 80px;
	text-align: center;
	border-radius: 10px;
	float: right;
	margin-top: 10px;
	transition: all 0.5s ease;
	margin-right: 10px;
}
.yw_list li a:hover span{
	background-color: #fff;
	color: #AF8753;
}
.yd_mask{
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	display: none;
}
.dj_ban{
	background: url(../imgs/dj_ban.jpg) top center no-repeat;
	height: 600px;
}
.dj_ul li{
	float: left;
	width: 280px;
	margin-top: 20px;
	margin-left: 23px;
}
.dj_ul li:nth-child(4n+1){
margin-left: 0px;}
.dj_ul li p{
	margin-top: 10px;
}
.dj_ul li span{
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 40px;
}
.dj_ul li a{
	display: block;
	border-bottom: 1px solid #ddd;
}
.dj_ul li a:hover{
	border-bottom: 1px solid #AF8753;
}
.more1{
	margin: 20px auto;
	width: 120px;
	color: #AF8753;
	border: 1px solid #AF8753;
	text-align: center;
	display: block;
	line-height: 35px;
	height: 35px;
	border-radius: 10px;
	transition: all 0.5s;
	font-size: 14px;
}
.more1:hover{
	background-color: #AF8753;
	color: #fff;
}
.ghdt{
	background-color: #f4f4f4;
	box-sizing: border-box;
	padding: 20px 0px;
	margin-top: 20px;
}
.ghdt .about_title{
	text-align: center;
}
.ghdt_ul li{
	float: left;
	width: 280px;
	margin-bottom: 20px;
	margin-left: 23px;
}
.ghdt_ul li:nth-child(4n+1){
margin-left: 0px;}
.ghdt_ul li a{
	display: block;
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.ghdt_ul li p{
	box-sizing: border-box;
	padding: 10px;
	line-height: 20px;
}

.ghdt_ul li i{
	font-style: normal;
	display: block;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}
.ghdt_ul li span{
	display: block;
	padding: 10px;
	padding-top: 0px;
	font-size: 12px;
	color: #888;
	text-align: right;
}
.news_ul li{
	margin-top: 20px;
}
.news_ul li a{
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #eee;
	transition: all 0.5s;
}
.news_ul li a:hover{
	border: 1px solid #AF8753;
}
.news_ul li a .newsdate{
	width: 180px;
	background-color: #f6f6f6;
	float: left;
	text-align: center;
	
}
.news_ul li a .newsdate img{
	display: block;
}
.news_ul li a .newsdate p{
	font-size: 40px;
	margin-top:20px;
}
.news_ul li a .newsdate span{
	display: block;
	text-align: center;
	color: #999;
	margin-bottom: 20px;
}
.news_ul li a .news_name{
	width: 960px;
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
	
}
.news_ul li a .news_name p{
	font-size: 16px;
	line-height: 30px;
}
.news_ul li a .news_name span{
	display: block;
	font-size: 14px;
	margin-top: 15px;
	color: #999;
}
.news_ul li a .news_name i{
	display: block;
	font-size: 12px;
	margin-top: 5px;
	color: #999;
	text-align: right;
	font-style: normal;
}
.news_ban{
	background: url(../imgs/news_ban.jpg) top center no-repeat;
	height: 600px;
}
.zxdt{
	background-color: #f4f4f4;
	box-sizing: border-box;
	padding: 20px 0px;
	margin-top: 20px;
}
.zxdt .about_title{
	text-align: center;
}
.zxdt_ul li{
	width: 580px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	border: 1px solid #ddd;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	height:110px;
}
.zxdt li span{
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
}
.zxdt li i{
	font-style: normal;
	display: block;
	text-align: right;
	color: #999;
	font-size: 12px;
}
.contact_ban{
	background: url(../imgs/contact_ban.jpg) top center no-repeat;
	height: 600px;
}
.contact_bg{
	width: 280px;
	float: left;
	background: url(../imgs/contactbg.jpg) top center no-repeat;
	height: 399px;
	color: #fff;
}
.contact_bg p{
	text-align: center;
	margin-top: 60px;
	font-size: 28px;
}
.contact_bg ul li{
	margin-top: 30px;
	font-size:14px;
	box-sizing: border-box;
	padding:0px 10px;
}
.contact_bg ul li img{
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -5px;
}
.map>img{
	float: left;
}
.job_ul li p{
	font-size: 20px;
	color: #AF8753;
	border-bottom: 5px solid #ddd;
	padding: 10px 0px;
}
.job_ul li div{
	box-sizing: border-box;
	padding: 20px;
	line-height: 24px;
	font-size: 14px;
	display: none;
	border: 1px solid #ddd;
}
.job_ul li:first-child div{
	
	display: block
}
.news_title{
	text-align: center;
	font-size: 28px;
	
	box-sizing: border-box;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
}
.news_title span{
	display: block;
	font-size: 12px;
	color: #999;
	line-height: 40px;
}
.nr{
	box-sizing: border-box;
	padding: 20px 0px;
	line-height: 26px;
	color: #666;
	font-size: 14px;
}
.fenxiang{
	text-align: right;
	border-top: 1px solid #ddd;
}
.jiudian_left{
	width: 800px;
	float: left;
}
.jiudian_right{
	width: 350px;
	float: right;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 20px;
	margin-top: 40px;
	background-color: #f9f9f9;
}
.jiudian_right h1{
	color: #AF8753;
	font-weight: normal;
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}
.inp{
	width: 100%;
	border: 1px solid #ddd;
	line-height: 30px;
	height: 30px;
	border-radius: 5px;
	text-indent: 10px;
}
.jiudian_right ul li p{
	line-height: 40px;
}
.sub{
	background-color: #AF8753;
	border: 0px;
	color: #fff;
	text-align: center;
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	margin: 20px auto;
}

/*分页样式*/

.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
	margin-bottom: 10px
}

.page_info span {
	padding: 0 2px;

}

.page_list {
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0;

	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;

	padding-top: 20px;
}
.page_list a:first-child{
	display: none;
}
.page_list a:last-child{
	display: none;
}
.page_list a {
	display: inline-block;
	color: #898989;
	text-align: center;
	padding: 0 10px;
	margin: 0 5px;
}

.page_list a:hover {
	color: #fff;
	background: #ddd;
}

.page_list a.on {
	color: #333;
	background: #eee;
}
