
/*内页大图*/
.pagebg{
	width: 100%;
	height: 230px;
	background: url(../picture/neiyebg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
.pagebg h2{
	font-size: 30px;
	color: #ffffff;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

/*面包屑*/
.mbx{
	font-size: 14px;
	color: #444444;
	background: #ffffff;
	border-bottom: 1px solid #cdcecb;
}
.mbx .wrap{
	line-height: 16px;
	padding: 10.5px 24px;
	background: url(../images/home.png) no-repeat left center;
}
.mbx a{
	font-size: 14px;
	color: #444444;
}

.main-box{
	margin-top: 40px;
	padding-bottom: 80px;
}
.main-box .main-left{
	width: 245px;
}
.main-box .main-left .cate-title{
	height: 100px;
	text-align: center;
	line-height: 100px;
	background: #f78e0e;
	font-size: 24px;
	color: #ffffff;
}
.main-box .main-left .cate-list{
	
}
.main-box .main-left .cate-list>li{
	border-bottom: 1px solid #f5f5f5;
}
.main-box .main-left .cate-list>li>a{
	display: block;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 28px;
	padding: 16px 15px;
	text-align: center;
	background: #79ad35;
}
.main-box .main-left .cate-list>li>.erji{
	background: #f5f5f5;
	padding: 0 30px;
}
.main-box .main-left .cate-list>li>.erji>li{
	border-top: 1px solid #f0f0f0;
}
.main-box .main-left .cate-list>li>.erji>li:first-child{
	border-top: none;
}
.main-box .main-left .cate-list>li>.erji>li>a{
	display: block;
	font-size: 14px;
	color: #565458;
	line-height: 28px;
	padding: 16px 15px;
}
.main-box .main-left .tel{
	background: #f78e0e;
	text-align: center;
	font-size: 0;
	line-height: normal;
	padding: 20px 0;
}
.main-box .main-left .tel .word{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.main-box .main-left .tel .num{
	font-size: 16px;
	color: #ffffff;
	margin-top: 6px;
}

.main-box .main-right{
	width: 930px;
}

.product-info1{
	
}
.product-info1 .pic{
	width: 460px;
	height: 310px;
	border: 1px solid #dddddd;
	position: relative;
}
.product-info1 .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.product-info1 .content{
	width: 445px;
	height: 310px;
	border: 1px solid #dddddd;
	background: #f5f5f5;
	padding: 0 12px;
}
.product-info1 .content .title{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	padding: 18px 10px;
	border-bottom: 1px solid #dddddd;
}
.product-info1 .content .desc{
	font-size: 14px;
	color: #777777;
	line-height: 25px;
	padding: 15px 10px;
	height: 145px;
	overflow: hidden;
}
.product-info1 .content .info-box{
	margin-top: 20px;
}
.product-info1 .content .info-box .tel{
	font-size: 0;
	line-height: normal;
	padding-left: 45px;
	background: url(../images/tel.png) no-repeat left center;
}
.product-info1 .content .info-box .tel span{
	font-size: 12px;
	color: #888888;
}
.product-info1 .content .info-box .tel p{
	font-size: 24px;
	color: #f78e0e;
	margin-top: 6px;
}
.product-info1 .content .info-box .share-btn{
	font-size: 0;
	width: 170px;
	height: 40px;
	background: url(../images/share-btn.png) no-repeat center;
	margin: 5px 0;
}

.product-info2{
	margin-top: 26px;
}
.product-info2 .cate-list{
	margin-bottom: 30px;
	border-bottom: 1px solid #dddddd;
}
.product-info2 .cate-list li{
	width: 152px;
	height: 42px;
	background: #02141f;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 42px;
	border: 1px solid #889094;
	position: relative;
}
.product-info2 .cate-list li::after{
	content: '';
	display: inline-block;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	width: 0;
	height: 0;
	border-top: 10px solid #02141f;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.singlepage{
	font-size: 14px;
	color: #888888;
	line-height: 30px;
	overflow: hidden;
}

/*产品表格*/
table,table tr th, table tr td { 
	border:1px solid #000000!important;
}
.ccc{
	overflow-x: auto;
	line-height: 35px;
	margin-top: 15px;
}
.table{
	width: 100%;
	min-width: 800px;
	text-align: center; 
	border-collapse: collapse;	
	padding:2px;
	font-weight: normal;
}
.table *{
	font-size: 14px!important;	
}
.table tr th{
	background: #D5DCE6;
	color: #333333;
	font-weight: normal;
	vertical-align: middle;
	white-space: nowrap!important;
	line-height: 25px!important;
}
.table tr td{
	background: #ffffff;
	color: #333333;
	font-weight: normal;
	vertical-align: middle;
}
.table tr th.head,
.table tr td.head2{
	background: #6987AA;
	color: #ffffff;
}

.product-info3{
	margin-top: 30px;
}
.product-info3 .cate-list{
	background-color: #eeeeee;
}
.product-info3 .cate-list li{
	width: 124px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #02141f;
	font-size: 14px;
	color: #ffffff;
}

.product-info3 .img-list{
	margin-top: 20px;
}
.product-info3 .img-list a{
	width: 220px;
	margin-right: 16.6px;
}
.product-info3 .img-list a:nth-child(4n){
	margin-right: 0;
}
.product-info3 .img-list a .pic{
	width: 100%;
	height: 180px;
	overflow: hidden;
	position: relative;
	border: 1px solid #f7f7f7;
}
.product-info3 .img-list a .pic img{
	max-width: 100%;
	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%);
}
.product-info3 .img-list a .title{
	font-size: 14px;
	color: #555555;
	font-weight: normal;
	text-align: center;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
}

.product-info4{
	margin-top: 30px;
}
.product-info4 .cate-list{
	background-color: #eeeeee;
}
.product-info4 .cate-list li{
	width: 124px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #02141f;
	font-size: 14px;
	color: #ffffff;
}
.product-info4 .news-list{
	margin-top: 20px;
}
.product-info4 .news-list a{
	height: 30px;
	line-height: 30px;
	width: 420px;
	margin-right: 90px;
}
.product-info4 .news-list a:nth-child(2n){
	margin-right: 0;
}
.product-info4 .news-list a .title{
	font-size: 14px;
	color: #888888;
	max-width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product-info4 .news-list a .time{
	font-size: 14px;
	color: #888888;
}

.main-title{
	margin-bottom: 30px;
}
.main-title h2{
	font-size: 30px;
	color: #79ad35;
	padding: 6px 0 6px 20px;
	border-left: 2px solid #79ad35;
}
.product-middle{
	margin-top: 30px;
}
.page{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
}

/*新闻中心*/
.news{
	
}
.news li{
	padding: 30px 0;
	border-bottom: 1px solid #c7c7c7;
}
.news li:first-child{
	padding-top: 0;
}
.news li .pic{
	width: 190px;
	height: 190px;
	border: 1px solid #c7c7c7;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
}
.news li img{
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.news li .content{
	width: 710px;
}
.news li h2{
	font-size: 18px;
	color: #39424b;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news li p{
	font-size: 14px;
	color: #525252;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 10px 0 20px;
}
.news li a{
	display: inline-block;
	width: 100px;
	height: 30px;
	background: #79ad35;
	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 a:hover{
	background: #f78e0e;
}

/*分页*/
.pagination-wrapper{ 
  	margin: 60px 0 0 0;
  	text-align: center;
  	font-size: 0;
} 
.pagination{  
  	margin: 0;
  	border-radius: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
  	margin-right: 8px; 
}
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f6f6f6;
  	border: 1px solid #e3e3e3;
  	color: #666666; 
}
.pagination li.active a,
.pagination li a:hover{ 
  	background: #79ad35; 
  	color: #fff;
  	border-color: #79ad35;
}

/*新闻详情页*/
.news-info {
	padding: 20px 0px;
}



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

.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;
}
/*新闻详情页*/
/*上一页/下一页*/
.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;
}
/*上一页/下一页*/