.sub_ban{
	height: 210px;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}
.weizhi{
	text-align: right;
	padding-top: 176px;
	color: #fff;
	font-size: 14px;
	
}
.weizhi p{
	padding-left: 22px;
	background: url(../images/weizhi.png) no-repeat left center;
	line-height: 22px;
	display: inline-block;
	position: relative;
	z-index: 98;
}
.weizhi a{
	color: #fff;
}
.weizhi a:hover{
	color: #4DB33B;
}
.center{
	padding-top: 26px;
	padding-bottom: 50px;
}
.comm{
	padding-top: 40px;
	line-height: 1.9;
	color: #333;
	font-size: 14px;
	overflow: hidden;
	min-height: 350px;
	padding-bottom: 10px;
}
.comm img{
	max-width: 100% !important;
	height: auto !important;
}
.s_nav{
	margin-top: -42px;
}
.s_nav ul{
	float: left;
	position: relative;
	z-index: 99;
}
.s_nav li{
	float: left;
	padding-right: 1px;
}
.s_nav li a{
	min-width: 120px;
	padding: 0 5px;
	display: block;
	height: 42px;
	line-height: 42px;
	background: rgba(255,255,255,0.8);
	color: #212121;
	font-size: 16px;
	text-align: center;
}
.s_nav li a:hover ,.s_nav li a.a_hv{
	background: #FFFFFF;
	color: #212121;
}


/*案例*/
.al_list{
	padding-top: 35px;
	overflow: hidden;
	padding-bottom: 30px;
}
.al_list ul{
	width: 105%;
}
.al_list li{
	float: left;
	width: 372px;
	margin-right: 42px;
	margin-bottom: 24px;
	display: inline;
}
.al_list li .img{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 279px;
}
.al_list li .img img{
	width: 100%;
	height: 100%;
}
.al_list li .img .hv{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 9;
	display: none;
}
.al_list li .img .hv i{
	position: absolute;
	width: 41px;
	height: 41px;
	left: 50%;
	margin-left: -20.5px;
	top: 50%;
	margin-top: -20.5px;
	background-image: url(../images/al_ss.png);
	background-repeat: no-repeat;
}
.al_list li .img .hv.on i{
	animation:bounce 1s infinite;
	-webkit-animation:bounce 1s infinite; /* Safari 和 Chrome */
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1; /* Safari 和 Chrome */
}
.al_list li p{
	text-align: center;
	font-size: 18px;
	padding-top: 10px;
	color: #212121;
}
.al_list li a:hover p{
	color: #6FBF61;
}

/*新闻*/
.new_list{
	padding: 15px 0 40px;
	overflow: hidden;
}
.new_list ul{
	width: 110%;
}
.new_list li{
	width: 540px;
	float: left;
	padding: 20px 0 25px;
	margin-right: 120px;
	display: inline;
	border-bottom: 1px dashed #B6B6B6;
}
.new_list li .n_tm{
	float: left;
	width: 60px;
	height: 70px;
	background: #6FBF61;
	text-align: center;
	color: #fff;
	font-family: Arial;
	margin-top: 6px;
}
.new_list li .n_tm p{
	font-size: 36px;
	line-height: 36px;
	padding-top: 9px;
}
.new_list li .n_tm span{
	line-height: 20px;
	display: block;
}
.new_list li .n_r{
	float: right;
	width: 450px;
}
.new_list li .n_r h3{
	height: 30px;
	line-height: 30px;
	font-size: 18px;
}
.new_list li .n_r h3 a{
	display: block;
	color: #212121;
}
.new_list li .n_r p{
	color: #808080;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	padding-top: 12px;
}
.new_list li .n_r a.n_m{
	font-size: 14px;
	color: #808080;
	display: inline-block;
	margin-top: 12px;
	border-bottom: 1px solid #808080;
	line-height: 16px;
}
.new_list li:hover h3 a{
	color:#6FBF61;
	text-decoration: underline;
}

/*新闻详情*/
.left{
	float: left;
	width: 840px;
	padding-top: 5px;
}
.left .art_tit{
	text-align: center;
	color: #212121;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 1.3;
}
.left .art_tm{
	color: #818181;
	font-size: 14px;
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px dashed #B6B6B6;
	padding-top: 8px;
}
.left .art_bd{
	padding-top: 20px;
	padding-bottom: 50px;
	line-height: 1.9;
	overflow: hidden;
	font-size: 14px;
	min-height: 200px;
}
.left .art_bd img{
	max-width: 100% !important;
	height: auto !important;
}
.left .art_pn{
	padding-top: 20px;
	border-top: 1px dashed #B6B6B6;
}
.left .art_pn p{
	color: #70BF61;
	padding: 2px 0;
	font-size: 14px;
}
.left .art_pn p a{
	color: #656565;
}
.left .art_pn p a:hover{
	color: #70BF61;
}
.right{
	width: 320px;
	float: right;
	padding-top: 20px;
}
.right .art_rcm{
	background: #EBEBEB;
}
.right .art_rcm .art_rtt{
	padding:22px 30px 28px;
	border-bottom: 1px solid #fff;
}
.right .art_rcm .art_rtt h3{
	display: block;
	background: url(../images/tt_bg1.png) no-repeat left bottom;
	padding-bottom: 5px;
	color: #212121;
	font-size: 22px;
}
.right .art_rcm .art_rtt h3 span{
	font-size: 16px;
	text-transform: uppercase;
}
.right .art_rcm .r_ncm{
	padding: 20px 30px 25px;
}
.right .art_rcm .r_ncm li{
	height: 34px;
	line-height: 34px;
}
.right .art_rcm .r_ncm li a{
	display: block;
	padding-left: 13px;
	color: #333333;
	font-size: 14px;
	background: url(../images/n_ico.png) no-repeat left center;
}
.right .art_rcm .r_ncm li a:hover{
	color: #6FBF61;
}

/*招聘*/

.job_top{
	padding-top: 40px;
	font-size: 14px;
	color: #212121;
	padding-bottom: 25px;
	border-bottom: 1px dashed #B6B6B6;
}
.job_top p{
	padding-top: 18px;
}
.job_list{
	padding-bottom: 30px;
	overflow: hidden;
}
.job_list ul{
	width: 108%;
}
.job_list li{
	float: left;
	width: 570px;
	padding: 25px 0 20px;
	border-bottom: 1px dashed #B6B6B6;
	margin-right: 60px;
	display: inline;
}
.job_list li .li_l{
	width: 170px;
	float: left;
}
.job_list li .li_l h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.job_list li .li_l p{
	font-size: 14px;
	color: #818181;
	padding-top: 6px;
}
.job_list li .li_r{
	float: right;
	width: 370px;
	color: #818181;
	font-size: 14px;
}
.job_list li .li_r .li_bd{
	line-height: 1.9;
	height: 110px;
	overflow: hidden;
}
.job_list li .li_r .li_bd.on{
	height: auto;
}
.job_list li .li_r .li_m{
	height: 15px;
	margin: 12px 0 0;
	padding: 10px 0;
	cursor: pointer;
}
.job_list li .li_r .li_m span{
	width: 15px;
	height: 15px;
	display: block;
	background: url(../images/job_ico.png) no-repeat 0 0;
}
.job_list li .li_r .li_m.on span{
	background-position: right 0;
}

/*联系*/
.lx_top{
	padding-top: 40px;
	padding-bottom: 20px;
}
.lx_cm{
	float: left;
	width: 316px;
}
.lx_cm h3{
	font-size: 18px;
	padding-bottom: 20px;
}
.lx_cm p{
	color: #818181;
	font-size: 14px;
	padding: 1px 0;
}
.lx_ly{
	float: right;
	width: 852px;
}
.lx_ly ul{
	float: left;
	width: 396px;
}
.lx_ly ul.flr{
	float: right;
}
.lx_ly ul li{
	float: left;
	width: 100%;
	padding-bottom: 15px;
}
.lx_ly ul li.lis{
	width: 188px;
}
.lx_ly ul li.pdr{
	padding-right: 20px;
}
.lx_ly ul li p{
	font-size: 14px;
	padding-bottom: 3px;
}
.lx_ly ul li p font{
	color: #EB0000;
}
.lx_ly ul li .ly_txt{
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: none;
	border-bottom: 1px solid #212121;
	color: #333;
	font-size: 14px;
}
.lx_ly ul li .ly_nr{
	width: 373px;
	padding: 10px;
	border: 1px solid #212121;
	height: 106px;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 12px;
}
.lx_ly ul li .ly_sub{
	background: #CBCBCB;
	color: #fff;
	width: 100px;
	height: 36px;
	text-align: center;
	font-size: 14px;
	border: none;
	cursor: pointer;
}
.lx_map{
	padding-top: 40px;
	border-top: 1px dashed #B6B6B6;
}

/*-------分页样式-------*/

.quotes {
    clear: both;
    margin: 3px;
    padding: 3px;
    text-align: center;
}
.quotes ul li {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    margin-right: 4px;
    padding: 4px 7px;
    text-decoration: none;
}
.quotes .thisclass {
    background: #CCCCCC;
}

