﻿@charset "utf-8";
/* CSS Document */
/*banner*/
.banner {
	margin-top: 1.7rem;
}
.banner img {
	width: 100%;
	display: block;
}
/*产品分类*/
.pro-list {
	width: 100%;
	padding: 0.2rem 0;
	overflow: hidden;
}
.pro-list ul {
	margin: 0 auto;
	overflow: hidden;
}
.pro-list ul li {
	width: 20%;
	float: left;
}
.pro-list ul li img {
	width: 1rem;
	height: 1rem;
	display: block;
	margin: 0 auto;
}
.pro-list ul li p {
	font-size: 0.3rem;
	margin-top: 0.04rem;
	text-align: center;
}
/*推荐产品*/
.pro-tuijian {
	overflow: hidden;
}
.pro-tuijian h3 {
	text-align: center;
	height: 0.84rem;
	line-height: 0.8rem;
	background-color: #f5f5f5;
	font-size: 0.34rem;
}
.pro-tuijian h3 i {
	width: 0.8rem;
	height: 0.03rem;
	background-color: #e60717;
	display: block;
	margin: -0.15rem auto 0;
}
.pro-tuijian .pro-show {
	width: 96%;
	margin: 0.3rem auto 0;
	overflow: hidden;
}
.pro-tuijian .pro-show ul li {
	float: left;
	width: 46%;
	margin-right: 8%;
	margin-bottom: 5%;
}
.pro-tuijian .pro-show ul li:nth-child(2n){
	margin: 0;
}
.pro-tuijian .pro-show ul li img {
	width: 100%;
	display: block;
}
.pro-tuijian .pro-show ul li p {
	width: 100%;
	position: relative;
}
.pro-tuijian .pro-show ul li p a{
	color: #fff;
	height: 0;
	width: 70%;
	display: block;
	text-align: center;
	font-size: 0.24rem;
	line-height: 0.5rem;
	border-bottom: 0.5rem solid #e60717;
	border-right: 0.2rem solid transparent;
}
.pro-tuijian .pro-show ul li p i {
	top: 0;
	right: 0;
	height: 0;
	width: 30%;
	position: absolute;
	border-top: 0.5rem solid #333;
	border-left: 0.2rem solid transparent;
}
.pro-tuijian .pro-show h4 {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.pro-tuijian .pro-show h4 a {
	width: 2.66rem;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.24rem;
	display: block;
	margin: 0 auto;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
}
/*工程案例*/
.case {
	margin-top: 0.3rem;
	overflow: hidden;
	position: relative;
}
.case h3 {
	text-align: center;
	height: 0.84rem;
	line-height: 0.8rem;
	background-color: #f5f5f5;
	font-size: 0.34rem;
}
.case h3 i {
	width: 0.8rem;
	height: 0.03rem;
	background-color: #e60717;
	display: block;
	margin: -0.15rem auto 0;
}
.case ul {
	width: 96%;
	margin: 0 auto 0.6rem;
	overflow: hidden;
}
.case ul li {
	padding: 0.3rem 0;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
}
.case ul li .case-img {
	width: 29%;
	height: 1.6rem;
}
.case ul li .case-img img {
	display: block;
	width: 100%;
	height: 1.6rem;
}
.case ul li .case-list {
	width: 61%;
	font-size: 0.26rem;
}
.case ul li .case-list strong {
	display: block;
	line-height: 2;
}
.case h4 {
	position: absolute;
	bottom: 0.3rem;
	right: 2%;
	z-index: 99;
	text-align: center;
}
.case h4 a {
	width: 2.66rem;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.24rem;
	display: block;
	margin: 0 auto;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	background-color: #fff;
}
/*新闻中心*/
.news {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0.3rem;
}
.news h3 {
	text-align: center;
	height: 0.84rem;
	line-height: 0.8rem;
	background-color: #f5f5f5;
	font-size: 0.34rem;
}
.news h3 i {
	width: 0.8rem;
	height: 0.03rem;
	background-color: #e60717;
	display: block;
	margin: -0.15rem auto 0;
}
.news ul {
	width: 96%;
	margin: 0 auto 0.3rem;
	overflow: hidden;
}
.news ul li {
	height: 0.9rem;
	line-height: 0.9rem;
	
	box-sizing: border-box;
	border-bottom: 1px solid #e3e3e3;
}
.news ul li p {
	float: left;
	display: inline-block;
	overflow: hidden;
	font-size: 0.26rem;
}
.news ul li em {
	float: left;
	width: 0.18rem;
	height: 0.18rem;
	margin-top: 0.2rem;
	display: inline-block;
	position: relative;
	background-color: #e60717;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0.35rem 0.15rem 0 0.06rem;
}
.news ul li em i {
	width: 0.1rem;
	height: 0.1rem;
	position: absolute;
	bottom: 0.02rem;
	right: 0.02rem;
	display: inline-block;
	background-color: #e60717;
	border: 0.02rem solid #fff;
	z-index: 99;
}
.news ul li span {
	float: right;
	color: #666;
	font-size: 0.24rem;
}
.news h4 {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.news h4 a {
	width: 2.66rem;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.24rem;
	display: block;
	margin: 0 auto;
	border: 1px solid #e3e3e3;
	box-sizing: border-box;
	background-color: #fff;
}
