/*浮动*/
.fl { float: left; }
.fr { float: right; }

/*清除浮动*/
.clearfix:after {
    height: 0;
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.clearfix { zoom: 1; }
* html .clearfix { zoom: 1; }

*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* === 头部 header === */
#header{ 
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; 
	height: 80px; 
	background-color: #00a73b;
	z-index: 999;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.header{ 
	width: 1400px; 
	margin: 0 auto;
	height: 80px;
	position: relative;
}
.logo{
	position: absolute;
	left: 0;
	top: 0;
	width: 242px;
	height: 80px;
}
.nav{ 
	height: 80px;
	margin: 0 auto;
	display: table;
}
.nav ul li{
	display: inline-block;
	height: 80px;
}
.nav ul li a{
	display: block;
	padding-left: 34px;
	padding-right: 34px;
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: white;
}
.nav ul li a:hover,.nav ul li.on a{ background: #007329;color: white;}

.toptel {
	position: absolute;
	right: 0;
	top: 0;
	width: 190px;
	height: 80px;
}
.toptel p {
	color: #777;
	margin-top: 10px;
	font-size: 12px;
	display: block;
	overflow: hidden;
	color: white;
}

.toptel p i {
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin-right: 5px;
	display: block;
	float: left;
}
.toptel p i img{
	max-width: 100%;
}
.toptel p b{
	float: left;
	padding-left: 5px;
	clear: right;
	font-weight: normal;
	color: white;
}
.toptel span {
	font-family: arial;
	font-size: 24px;
	color: white;
}

/* === 底部 footer === */
#footer { 
	width: 100%; 
	background-color: #000;
	padding-bottom: 50px;
}
.footer { 
	width: 1200px;
	padding-top: 68px;
	padding-right: 20px;
	margin: 0 auto;
}
.one h2,
.two h2,
.three h2,
.flinks h2 {
	color: #fff;
	font-size: 14px;
	padding-bottom: 12px;
}
.one a {
	display: block;
	color: #fff;
	font-size: 12px;
}
.one a+a { padding-top: 12px; }
.one a:hover,
.three p a:hover { color: #d0cbcb; }
.two {
	padding-left: 120px;
	padding-right: 100px;
}
.two p,
.two p span,
.three p,
.three p a,
.four span {
	color: #fff;
	font-size: 12px;
}
.two p+p,
.three p+p { padding-top: 12px; }
.four{ 
	width: 110px; 
	text-align: center;
	padding-left: 168px; 
	padding-top: 12px;
}
.four img{
	width: 110px;
	height: 110px;
}
.five{ padding-top: 50px; }
.flinks{
	padding-top: 20px;
	clear: both;
}
.flinks a{
	display: inline-block;
	margin: 0 10px 10px 0;
	font-size: 12px;
	color: #666;
}


/*产品*/
.product-intro{
	float: left;
	width: 240px;
	height: 356px;
	background: url(../images/bg0.png) no-repeat center;
}
.product-intro:hover{
	background: url(../images/on.png) no-repeat;
}
.pimg-name{ 
	padding: 10px 12px;
	text-align: center;
}
.pimg-name a{
	display: inline-block;
	width: 196px;
	padding-top: 20px;
	overflow: hidden;
}
.pimg-name a b{
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.pimg-name a b img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
    object-fit: cover;
}
.pimg-name a p{
	padding-top: 20px;
	color: #00a73b;
	width: 196px;
	font-weight: bold;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	display: block;
	text-align: center;
}
.pimg-name a span{
	font-size: 14px;
	display: block;
	margin: 20px auto 0;
	border: 1px solid #ddd;
	width: 100px;
	height: 32px;
	line-height: 32px;
	text-align: center;
}
.product-text{
	padding: 0 22px;
}
.product-text p{ font-weight: bold;}
.product-text p+p{ padding-top: 6px;}
.product-text p span{ color: #666; font-weight: normal;}


.brand-logo{
	float: left;
	width: 200px;
	height: 135px;
	padding: 10px;
	line-height: 135px;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-right: 50px;
	position: relative;
}
.brand-logo:nth-child(5n){
	margin-right: 0;
}

.brand-logo  img{
	max-width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

/*右侧消息栏*/
.side-right{
	position: fixed;
	right: 20px;
	top: 500px;
	width: 68px;
	text-align: center;
	z-index: 999;
	border: 1px solid #ddd;
}
.side-right .qq{
	display:block;
	width: 66px;
	height: 66px;
	line-height: 100px;
	color: #000;
	font-size: 12px;
	
	background: white url(../images/xf-icon.png) no-repeat center -110px;
}
.side-right .wx{
	display: block;
	width: 66px;
	height: 66px;
	line-height: 100px;
	color: #000;
	font-size: 12px;
	border-top: 1px solid #ddd;
	background: white url(../images/xf-icon.png) no-repeat center -240px;
	position: relative;
}
.side-right .wx:hover span{
	display: block;
}
.side-right .wx span{
	display: none;
	width: 180px;
	height: 180px;
	padding: 10px;
	position: absolute;
	left: -180px;
	top: -50px;
	border: 1px solid #ddd;
}
.side-right .wx span img{
	max-width: 100%;
}
.side-right .top{
	display:block;
	width: 66px;
	height: 66px;
	border-top: 1px solid #ddd;
	background: white url(../images/xf-icon.png) center -296px no-repeat;
}


/*page*/
ul.page{
	text-align: center;
	padding-top: 34px;
	padding-bottom: 34px;
	font-size: 0;
	border: none !important;
}
ul.page li{
	display: inline-block;
	margin: 0 6px;
}
ul.page li a{
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	color: #666;
	font-size: 14px;
	border: 1px solid #ddd; 
}
ul.page li a:hover,
ul.page li.active a{
	background-color: #007857;
	border-color: #007857;
	color: white;
}


.news_list{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.news_list li{
	width: calc((100% - 90px) / 4);
	display: block;
	float: left;
	margin-right: 30px;
}
.news_list li:last-child{
	margin: 0;
}
.news_list li .pic{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.news_list li .pic img{
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-object-fit: cover;
	-moz-object-fit: cover;
	-ms-object-fit: cover;
	-o-object-fit: cover;
	object-fit: cover;
}
.news_list .txt{
	padding-top:10px;
}
.news_list .txt time{
	font-size: 30px;
	color: #cccccc;
	font-family: arial;
}
.news_list .txt h4{
	font-size: 20px;
	color: black;
	padding-bottom: 1rem;
}
.news_list .txt h4 a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color: #000;
    font-size: 14px;
}

.news_list .txt p{
	font-size: 14px;
	line-height: 22px;
	color: #888888;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.news_list .txt .more{
	display: block;
	position: relative;
	font-size: 14px;
	color:#383838;
	padding: 0.25rem 0;
	margin-top: 10px;
}
.news_list .txt .more:after{
	content: "";
	position: absolute;
	width: 1.75rem;
	height: 2px;
	background: #383838;
	bottom: 0;
	left: 0;
}
.news_list li:last-child{
	margin-right: 0;
}
.news_list li:hover a{
	color: #00a73b;
}
