@charset "utf-8";
.neibg{
	height: 200px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.neibg .content{
	position: absolute;
	width: 100%;
	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%);
	text-align: center;
}
.neibg .content h2{
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 15px;
}
.neibg .content p{
	font-size: 24px;
	color: #ffffff;
	text-transform: capitalize;
}

.main{
	padding: 80px 0 75px;
}
.gongyong{
	text-align: center;
	margin-bottom: 40px;
}
.gongyong h3{
	font-size: 22px;
    color: rgb(51, 51, 51);
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}
.gongyong h3:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 33px;
	height: 1px;
	background: #333333;
	bottom: 0;
	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);
}
.gongyong p{
	font-size: 14px;
}
.about1{
	
}
.about1 .singlepage{
	font-size: 14px;
	color: #333333;
	line-height: 1.8;
}
.about1 .list{
	margin-top: 80px;
	text-align: center;
}
.about1 .list li{
	display: inline-block;
	vertical-align: top;
	margin-right: 265px;
}
.about1 .list li:last-child{
	margin-right: 0;
}
.about1 .list li div{
	
}
.about1 .list li a{
	font-size: 44px;
	color: #51595A;
}
.about1 .list li span{
	font-size: 20px;
	color: #51595A;
}
.about1 .list li p{
	font-size: 16px;
	color: #B3B4B4;
}

.about2{
	margin-top: 140px;
}
.about2 .list{
	
}
.about2 .list li{
	width: 240px;
	height: 325px;
	overflow: hidden;
}
.about2 .list a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.about2 .list a .gai{
	position: absolute;
	text-align: center;
	width: 200px;
	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%);
}
.about2 .list a h3{
	font-size: 18px;
	color: #ffffff;
}
.about2 .list a .info{
	display: none;
	font-size: 14px;
	color: #ffffff;
	padding-top: 20px;
}
.about2 .list a .info span{
	display: inline-block;
	margin-bottom: 15px;
	width: 35px;
	height: 1px;
	background: #ffffff;
}
.about2 .list a .info span p{
	
}

.product{
	
}
.product li{
	width: 385px;
	margin-right: 22.5px;
	margin-bottom: 25px;
	text-align:center;
}
.product li:nth-child(3n){
	margin-right: 0;
}
.product li .pic{
	width: 100%;
	height: 300px;
	overflow: hidden;
	background: #ffffff;
}
.product li .pic a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
.product li .content{
	padding: 15px;
    background: #ffffff;
}
.product li .content .title{
	margin-bottom: 3px;
}
.product li .content .title a{
	font-size: 18px;
	color: #575C5C;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product li .content .desc{
	color: rgba(31,37,38,.75);
	line-height: 21px;
	font-size: 14px;
	height: 42px;
	overflow: hidden;
}

/*分页*/
.pagination-wrapper{ 
  	margin: 40px 0 20px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
  	margin-right: 8px; 
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	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:#000000; 
  	color:#fff; 
  	border-color: #000000;
} 
.pagination li.active a { 
  	background: #000000; 
  	color: #fff;
  	border-color: #000000;
} 
.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;
}
/*分页*/

.news{
	
}
.news li{
	border-bottom: 1px solid #eee;
	padding: 30px 0;
}
.news li .timeD{
	width: 150px;
	text-align: right;
	padding-right: 20px;
}
.news li .timeD h3{
	font-size: 30px;
	color: #4B5051;
}
.news li .timeD p{
	font-size: 14px;
	color: #ADACAA;
}
.news li .img{
	width: 275px;
	height: 170px;
	overflow: hidden;
	margin-right: 20px;
}
.news li .img a{
	display: block;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
}
.news li .content{
	width: 755px;
}
.news li .content .title{
	font-size: 0;
	margin-bottom: 5px;
}
.news li .content .title a{
	font-size: 18px;
	color: #333333;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 27px;
}
.news li .content .desc{
	font-size: 14px;
	color: #575C5C;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
	margin-bottom: 8px;
}
.news li .content .time{
	font-size: 12px;
	color: #666666;
}

.mbx{
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0;
	color: #777777;
}
.mbx a{
	color: #777777;
}

.newsinfo{
	margin-top: 20px;
}
.newsinfo .hd{
	text-align: center;
	padding: 30px 0;
}
.newsinfo .hd h2{
	color: #333;
	font-size: 34px;
	margin-bottom: 25px;
}
.newsinfo .hd .info{
	
}
.newsinfo .hd .info span{
	color: #888;
    font-size: 13px;
	display: inline-block;
	vertical-align: top;
}
.newsinfo .singlepage{
	line-height: 30px;
	font-size: 14px;
}

.contact{
	
}
.contact .list{
	text-align: center;
	margin-bottom: 120px;
}
.contact .list li{
	display: inline-block;
	vertical-align: top;
	margin-right: 200px;
}
.contact .list li:nth-child(3){
	margin-right: 0;
}
.contact .list li span{
	color: rgb(153, 153, 153);
	margin-bottom: 10px;
	display: inline-block;
	font-size: 18px;
}
.contact .list li p{
	font-size: 20px;
	color: rgb(51, 51, 51);
}
#allmap{
	height: 500px;
	width: 50%;
}
#allmap img{
	max-width: inherit!important;
}
#allmap .BMap_bubble_title {
	margin-bottom: 7px;
	font-size: 16px;
	font-weight: bold;
}
#allmap .BMap_bubble_content {
	font-size: 14px;
	line-height: 20px;
}

.message{
	background: #F9F9F9;
	width: 50%;
	height: 500px;
	padding: 73.5px 45px;
}
.message h3{
	font-size: 22px;
	color: #999999;
	margin-bottom: 20px;
}
.message form{

}
.message form input[type=text]{
	display: block;
	width: 100%;
	height: 48px;
	border: none;
	background: transparent;
	padding: 0 12px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}
.message form textarea{
	display: block;
	width: 100%;
	height: 120px;
	resize: none;
	border: none;
	background: transparent;
	padding: 12px;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 25px;
}
.message form input[type=button]{
	display: block;
	width: 100%;
	height: 35px;
	background: #EB6F31;
	border: none;
	color: #ffffff;
}
.cate{
	font-size: 0;
	text-align: center;
	margin-bottom: 35px;
}
.cate>li{
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	position: relative;
}
.cate>li:last-child{
	margin-right: 0;
}
.cate>li>a{
	font-size: 16px;
	color: #cd0e00;
	border: 1px solid #cd0e00;
	display: block;
	padding: 6.5px 15px;
}
.cate>li>.erji{
	position: absolute;
	width: 100%;
	display: none;
	background: #ffffff;
}
.cate>li>.erji>li{
	
}
.cate>li>.erji>li>a{
	font-size: 16px;
	color: #cd0e00;
	border: 1px solid #cd0e00;
	display: block;
	padding: 6.5px 15px;
	border-top: none;
}