
.cate_img{
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
}
/*面包屑*/
.mbx{
	background:#226426;
	height: 35px;
	line-height: 35px;
}
.mbx p{
	font-size: 14px;
	color: #fff;
}
.mbx span{
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}
.mbx a{
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
}
/*面包屑*/

/*大框架*/
.dakuang{
	padding: 25px 0;
}
.dakuang .left{
	width: 230px;
}
.dakuang .left>ul{
	border: 1px solid #efefef;
	border-top: none;
	margin-bottom: 20px;
}
.dakuang .left>ul>h3{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	background: #226426;
	padding-left: 20px;
	font-weight: bold;
}
.dakuang .left>ul>li{
	
}
.dakuang .left>ul>li>a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #000000;
	background: #efefef;
	border-bottom: 1px solid #ffffff;
	padding-left: 30px;
	transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.dakuang .left>ul>li>a.cur,
.dakuang .left>ul>li>a:hover{
	color: #226426;
	background: #fafaf9;
}
.dakuang .left>ul>li>ul{
	
}
.dakuang .left>ul>li>ul>li{
	
}
.dakuang .left>ul>li>ul>li>a{
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	color: #000000;
	background: #efefef;
	padding-left: 55px;
	transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	position: relative;
	border-bottom: 1px solid #ffffff;
}
.dakuang .left>ul>li>ul>li>a:before{
	content:'';
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #333;
	left: 40px;
	top:15.5px
}
.dakuang .left>ul>li>ul>li>a.cur,
.dakuang .left>ul>li>ul>li>a:hover{
	color: #226426;
	background: #fafaf9;
}

.dakuang .left>ul>div{
	padding: 15px 15px 120px 15px;
    border: 1px solid #cccccc;
    border-top: none;
    background: url(../images/kefu.jpg) no-repeat right bottom;
    background-size: contain;
}
.dakuang .left>ul>div>p{
	font-size: 14px;
    color:#333;
    line-height: 30px;
}

.dakuang .right{
	width: 900px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.cate_title{
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 20px;
}
/*大框架*/

/*单页*/
.page{
	line-height: 2;
	font-size: 14px;
	color: #4e4e4e;
}
/*单页*/

/* 图片列表 */
.case-list{
	font-size: 0;
}
.case-list li{
	width: 288px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	margin-right: 18px;
}
.case-list li:nth-child(3n){
	margin-right: 0;
}
.case-list li .pic{
	display: block;
	height: 206px;
	padding: 15px;
	border: 1px solid #dddddd;
}
.case-list li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.case-list li .pic a img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.case-list li h2.title{
	padding: 10px;
}
.case-list li h2.title a{
	font-size: 15px;
	color: #333333;
	display: block;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 图片列表 */

/*新闻中心*/
.news{
	
}
.news li{
	padding: 30px 0;
	border-bottom: 1px solid #c7c7c7;
}
.news li:first-child{
	padding-top: 15px;
}
.news li .pic{
	width: 235px;
	height: 125px;
	overflow: hidden;
	border: 1px solid #c7c7c7;
}
.news li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.news li .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.news li .content{
	width: 645px;
	margin-left: 20px;
}
.news li .content h2{
	font-size: 18px;
	color: #226426;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news li .content p{
	font-size: 14px;
	color: #525252;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 10px 0 20px;
}
.news li .content a{
	display: inline-block;
	width: 100px;
	height: 30px;
	background: #646464;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	border-radius: 5px;
	transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
}
.news li .content a:hover{
	background: #226426;
}

/*新闻详情页*/
.news-info {
	padding: 20px 0px;
}

.news-info .hd h1 {
	font-size: 24px;
	line-height: 36px;
	word-wrap: break-word;
	word-break: normal;
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
}

.news-info .hd p {
	font-size: 14px;
	line-height: 1.6;
	color: #cccccc;
	text-align: center;
}
.news-info .page{
	min-height: 600px;
    padding: 30px 0px;
    line-height: 2;
    color: #5A5A5A;
    font-size: 14px;
}
.news-info .hd p span{
	margin-right: 10px;
}
/*新闻详情页*/

/*留言*/
.about-content {
	background: #efefef;
}
.about-content form{
	padding: 25px 15px;
}
.about-content label{
	display: block;
	font-weight: normal;
	margin-bottom: 30px;
}
.about-content label span{
	display: inline-block;
	margin-bottom: 0;
	width: 18%;
	text-align: right;
	vertical-align: middle;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
}
.about-content label input{
	width: 40%;
	font-size: 14px;
	line-height: 35px;
	padding-left: 8px;
	outline: none;
	border: 1px solid #cccccc;
	display: inline-block;
	vertical-align: middle;
	height: 37px;
}
.about-content label i{
	color: #ff0000;
	font-style: normal;
	padding-left: 5px;
}
.about-content label textarea{
	width: 75%;
	height: 180px;
	padding: 5px 4px;
	vertical-align: top;
	outline: none;
	border: 1px solid #cccccc;
	resize:none;
	font-size: 14px;
}
.about-content label input[type=submit],
.about-content label input[type=reset]{
	width: 15%;
	background-color: #39424b;
	color: #ffffff;
	border: 0;
	box-shadow: none;
	outline: none;
	cursor: pointer;
	line-height: 40px;
	padding: 0;
}
.about-content label:last-child{
	margin-top: 50px;
}
.about-content label input[type=reset]{
	background: #e8e8e8;
	color: #333;
	margin-left: 20px;
}

/*上一页/下一页*/
.turn {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
}

.turn p {
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
}

.turn p span{
	display: inline-block;
	vertical-align: middle;
}
.turn p a {
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.turn p a:hover {
	color: #39424b;
	text-decoration: none;
}
/*上一页/下一页*/

/*分页*/
.pagination-wrapper{ 
  	margin: 20px 0;
  	text-align: center;
  	font-size: 0;
} 
.pagination{  
  	margin: 0;
  	border-radius: 0;
} 
.pagination>li{
	display: inline-block;
	vertical-align: top;
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#226426!important; 
  	color:#fff; 
  	border-color: #226426!important;
} 
.pagination li.active a { 
  	background: #226426; 
  	color: #fff;
  	border-color: #226426;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/