/* column */
.column{
	margin-top: 4rem;
	text-align: center;
}
.column h3{
	color: #333333;
	font-size: 2.25rem;
	font-weight: bold;
}
.column span{
	width: 2rem;
	height: 5px;
	display: inline-block;
	background-color: #ed2124;
}
.column p{
	color: #666666;
	line-height: 2rem;
}
/* productBox */
.productBox{
	padding-bottom: 5rem;
}
.productList{
	margin-top: 2rem;
	overflow: hidden;
}

.productList .swiper-slide .pic{
	width: 100%;
	height: 13.125rem;
	overflow: hidden;
}
.productList .swiper-slide a{
	width: 100%;
	height: 13.125rem;
	display: block;
}
.productList .swiper-slide .text{
	text-align: center;
	border: 1px solid #d7d7d7;
	padding-bottom: 24px;
	border-top: none;
	border-bottom: 3px solid #ed2124;
}
.productList .swiper-slide .text p{
	line-height: 2rem;
	text-align: center;
	padding-top: 1.5rem;
}
.productList .swiper-slide .text p span{
	padding-left: 0.875rem;
	display: inline-block;
	line-height: 2rem;
	font-size: 1.125rem;
	color: #333333;
	background: url(../images/tline.jpg) left no-repeat;
}
.productList .swiper-slide .text a{
	display: inline-block;
	width: 130px;
	height: 31px;
	line-height: 31px;
	color: #ffffff;
	font-size: 0.875rem;
	background: url(../images/titlebg.jpg) no-repeat;
	transition-duration: .3s;
}
.productList .swiper-slide:hover .text a{
	background-position: 0 -31px;
	transition-duration: .5s;
}

.aboutBox{
	padding: 5rem 0;
	background: url(../images/aboutbg.jpg) no-repeat;
	background-size: cover;
}
.about{
	background-color: #ffffff;
}
.aboutPic img{
	width: 100%;
}
.aboutTxt{
	padding: 4.375rem 1.5rem 0;
}
.aboutTxt .aboutTitle h3{
	line-height: 3rem;
	color: #333333;
	font-weight: bold;
	font-size: 2.25rem;
}
.aboutTxt .aboutTitle span{
	width: 2rem;
	height: 5px;
	display: inline-block;
	background-color: #ed2124;
	margin-top: 10px;
}
.aboutTxt .aboutDesc{
	margin-top: 1rem;
	line-height: 2.25rem;
	color: #666666;
}
.aboutMore{
	margin-top: 1.25rem;
}
.aboutMore a{
	display: inline-block;
	width: 8.25rem;
	height: 2rem;
	color: #ffffff;
	background-color: #ed2124;
	text-align: center;
	line-height: 2rem;
	font-size: 0.875rem;
}

.aboutList{
	height: 15rem;
	background: url(../images/abg.jpg) no-repeat;
	background-size: cover;
}
.aboutList ul li{
	width: 25%;
	float: left;
	text-align: center;
	color: #ffffff;
	font-size: 1.25rem;
	line-height: 4rem;
	padding-top: 4rem;
	height: 15rem;
	background: url(../images/aline.png) left no-repeat;
}
.aboutList ul li:last-child{
	background: url(../images/aline.png) left no-repeat, url(../images/aline.png) right no-repeat;
}

.caseList{
	margin-top: 2rem;
	margin-bottom: 1rem;
	overflow: hidden;
}
.caseList .swiper-slide .pic{
	width: 100%;
	height: 13.125rem;
	overflow: hidden;
}
.caseList .swiper-slide a{
	width: 100%;
	height: 13.125rem;
	display: block;
}
.caseList .swiper-slide .txt{
	border: 1px solid #d7d7d7;
	border-top: none;
}
.caseList .swiper-slide .txt a{
	display: block;
	height: 5rem;
	line-height: 5rem;
	border-bottom: 3px solid #ed2124;
	padding-left: 1.5rem;
}
.caseList .swiper-slide .txt a span{
	line-height: 1.25rem;
	border-left: 3px solid #ed2124;
	color: #333333;
	font-size: 1.125rem;
	padding-left: 13px;
}

/* news */
.newsBox{
	margin-bottom: 3.75rem;
}
.newsFoucs{
	margin-top: 2.5rem;
	padding: 0 0.75rem;
}
.newsf{
	background-color: #f2f2f2;
}
.newsFoucs .pic{
	width: 30%;
	float: left;
}
.newsFoucs .txt{
	width: 70%;
	float: left;
	padding: 1.5rem;
}
.newsFoucs .txt .title{
	line-height: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #c4c4c4;
}
.newsFoucs .txt .title a{
	float: left;
	color: #333333;
	font-size: 1.125rem;
}
.newsFoucs .txt .title span{
	float: right;
	color: #999999;
	font-size: 0.875rem;
}
.newsFoucs .txt .desc{
	line-height: 1.875rem;
	color: #666666;
	margin-top: 1rem;
}
.newsFoucs .txt .more{
	text-align: right;
	margin-top: 5px;
}
.newsFoucs .txt .more a{
	display: inline-block;
	width: 8.25rem;
	height: 1.875rem;
	background-color: #ed2124;
	color: #ffffff;
	line-height: 1.875rem;
	text-align: center;
}

.newsList ul li{
	margin-top: 1.875rem;
	padding: 0 0.75rem;
}
.newsList ul li .news{
	background-color: #f2f2f2;
	line-height: 2.5rem;
	height: 5.5rem;
	padding: 1.5rem 1.25rem 0;
}
.newsList ul li .news a{
	color: #333333;
	float: left;
}
.newsList ul li .news  span{
	float: right;
	color: #999999;
	font-size: 0.875rem;
}






































































