/* product */
.productBox{
	margin-top: 3.125rem;
}
.columnTitle{
	text-align: center;
}
.columnTitle h3{
	line-height: 3.125rem;
	font-size: 2.5rem;
	font-weight: bold;
}
.columnTitle p{
	margin-top: 5px;
	line-height: 2rem;
	color: #666666;
	font-size: 1.125rem;
}

.product{
	margin-top: 1.75rem;
}
.product .hd{
	text-align: center;
}
.product .hd ul li{
	display: inline-block;
	padding: 0 1rem;
	height: 2.5rem;
	line-height: 2.5rem;
	background-color: #666666;
	color: #FFFFFF;
	margin: 0 3px 6px;
	cursor: pointer;
}
.product .hd ul li.on{
	background-color: #d40205;
}
.product .bd{
	margin-top: 1.75rem;
}
.proList{
	
}
.proList .swiper-container-multirow{
	width: 1350px;
	padding: 0 63px;
}

.proList .swiper-slide{
	width: 25%;
	padding: 1rem 13px;
}
.proList .swiper-slide .pic{
	max-height: 13.125rem;
	overflow: hidden;
	text-align: center;
}
.proList .swiper-slide .pic img{
	width: 100%;
	transition-duration: 1s;
}
.proList .swiper-slide .title{
	line-height: 1.75rem;
	text-align: center;
	border-bottom: 3px solid #dedede;
	padding: 0.5rem 0;
}
.proList .swiper-slide .title a{
	color: #333333;
	text-decoration: none;
}
.proList .swiper-slide:hover .title{
	transition-duration: .5s;
	border-bottom: 3px solid #d40205;
}
.proList .swiper-slide:hover .pic img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition-duration: 1s;
}

.proList .swiper-button-next, .proList .swiper-button-prev{
	top: 0;
	width: 63px;
	height: 100%;
	margin-top: 0;
}
.proList .swiper-button-prev, .proList .swiper-container-rtl .swiper-button-next{
	left: 0;
}
.proList .swiper-button-next, .proList .swiper-container-rtl .swiper-button-prev{
	right: 0;
}
.proList .swiper-button-prev{
	background: #FFFFFF url(../images/prev.jpg) left center no-repeat;
}
.proList .swiper-button-next{
	background: #FFFFFF url(../images/next.jpg) right center no-repeat;
}
.proList .swiper-button-prev:hover{
	background: #FFFFFF url(../images/prevon.jpg) left center no-repeat;
}
.proList .swiper-button-next:hover{
	background: #FFFFFF url(../images/nexton.jpg) right center no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}


.productMore{
	margin-top: 1.5rem;
	text-align: center;
}
.productMore a{
	display: inline-block;
	width: 9.375rem;
	height: 2.5rem;
	background-color: #d40205;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.5rem;
	text-decoration: none;
}

/* good */
.goodBox{
	margin-top: 3.75rem;
	padding-top: 3.75rem;
	padding-bottom: 6.25rem;
	background: url(../images/goodbg.jpg);
}
.goodList{
	margin-top: 2.5rem;
}
.goodList img{
	max-width: 100%;
}
.goods .pic{
	padding-right: 2rem;
}
.goods .text .title{
	font-weight: bold;
	font-size: 1.875rem;
	line-height: 2.5rem;
	margin-top: 2.625rem;
}
.goods .text .title span{
	color: #d40205;
}
.goods .text .title span+span{
	color: #333333;
}
.goods .text .desc{
	line-height: 2rem;
	color: #333333;
	margin-top: 1rem;
}

.goods1{
	margin-top: 2.5rem;
}
.goods2{
	margin-top: 2.5rem;
}
.mgoods1{
	display: none;
}

/* spreadBox */
.spreadBox{
	background-color: #333333;
	padding-bottom: 2rem;
}
.spreadtext{
	margin-top: 2.25rem;
	color: #FFFFFF;
}
.spreadtext .spreadLeft{
	float: left;
	font-style: oblique;
}
.spreadtext .spreadLeft b{
	display: inline-block;
	line-height: 2.625rem;
	font-size: 1.75rem;
}
.spreadtext .spreadLeft p{
	line-height: 2.125rem;
	font-size: 1.5rem;
}
.spreadRight{
	float: right;
	margin-top: 1rem;
}
.spreadRight span{
	line-height: 2.5rem;
	font-size: 2.25rem;
	display: inline-block;
	background: url(../images/tel2.jpg) left no-repeat;
	background-size: auto 100%;
	padding-left: 3.375rem;
	font-weight: bold;
	color: #d61c1f;
	font-style: oblique;
}

.spread{
	margin-top: 1.125rem;
}
.spread a{
	text-decoration: none;
}
.spread .s-email{
	display: inline-block;
	width: 33.33%;
	float: left;
	background-color: #d61c1f;
	color: #FFFFFF;
	text-align: center;
	line-height: 3.125rem;
	border-radius: 5px;
}
.spread .s-email span{
	padding-left: 2.25rem;
	background: url(../images/email.jpg) left no-repeat;
	background-size: 1.5rem auto;
}
.spread .s-email-2{
	margin-left: 5.8%;
}
.spread .mess{
	float: right;
	width: 22%;
	display: inline-block;
	background-color: #d61c1f;
	color: #FFFFFF;
	text-align: center;
	line-height: 3.125rem;
	border-radius: 5px;
}
.spread .mess span{
	padding-left: 2rem;
	background: url(../images/mess.jpg) left no-repeat;
	background-size: auto 1.25rem;
}

/* about */
.aboutBox{
	margin-top: 2.625rem;
}
.about{
	margin-top: 3.125rem;
}
.aboutText{
	margin-top: 1.25rem;
	padding-right: 1rem;
}
.aboutText .title{
	line-height: 3rem;
}

.aboutText .title b{
	font-size: 1.5rem;
	color: #d40205;
}
.aboutText .desc{
	line-height: 2rem;
	color: #666666;
}
.aboutText .text{
	margin-top: 1rem;
	line-height: 2.25rem;
	color: #666666;
}
.aboutText .text p{
	text-indent: 2rem;
}
.aboutList{
	margin-top: 3rem;
}
.aboutList ul li{
	width: 25%;
	float: left;
}
.aboutImg{
	padding-left: 1rem;
}

.aboutMore{
	margin-top: 2.875rem;
	text-align: center;
}
.aboutMore a{
	display: inline-block;
	width: 9.375rem;
	height: 2.5rem;
	background-color: #d40205;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.5rem;
	text-decoration: none;
}

/* case */
.caseBox{
	margin-top: 3.875rem;
	padding-top: 2rem;
	padding-bottom: 4.25rem;
	background: url(../images/goodbg.jpg);
}
.caseList{
	margin-top: 2.8125rem;
}
.caseList .swiper-slide{
	padding: 0 10px;
}
.caseList .swiper-slide .title{
	line-height: 3.375rem;
	height: 3.5625rem;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: 100% 3.375rem;
	position: relative;
	transition-duration: .5s;
}
.caseList .swiper-slide .title a{
	display: block;
	padding-left: 1.125rem;
	text-decoration: none;
}
.caseList .swiper-slide .title span{
	color: #333333;
	float: left;
}
.caseList .swiper-slide .title em{
	width: 8px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 1rem;
	display: block;
	transform: translateY(-50%);
	background: url(../images/lib.png) no-repeat;
	background-position: -18px 0;
	transition-duration: .5s;
}
.caseList .swiper-slide .pic{
	max-height: 13.125rem;
	overflow: hidden;
	text-align: center;
}
.caseList .swiper-slide .pic img{
	width: 100%;
	transition-duration: 1s;
}
.caseList .swiper-slide:hover .pic img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	transition-duration: .8s;
}
.caseList .swiper-slide:hover .title{
	background-position: 0 3.375rem;
	transition-duration: .5s;
}
.caseList .swiper-slide:hover .title em{
	background-position: 0 0;
	transition-duration: .5s;
	transition-delay: .2s;
}


/* news */
.newsBox{
	margin-top: 2.25rem;
	padding-bottom: 4.5rem;
}
.news{
	margin-top: 3.125rem;
}

.newsfouse .pic{
	max-height: 15rem;
	overflow: hidden;
}
.newsfouse .title{
	margin-top: 1.75rem;
	line-height: 2rem;
}
.newsfouse .title a{
	color: #d5080b;
	font-size: 1.25rem;
	text-decoration: none;
}
.newsfouse .desc{
	margin-top: 5px;
	line-height: 1.75rem;
}
.newsfouse .desc a{
	color: #d5080b;
	text-decoration: none;
}

.newsList{
	padding-left: 3.75rem;
}
.newsList ul li{
	line-height: 1.5rem;
	padding: 1.75rem 0;
	border-bottom: 1px solid #e8e8e8;
}
.newsList ul li a span.text{
	float: left;
	color: #333333;
	padding-left: 1rem;
	background: url(../images/lib1.png) left no-repeat;
}
.newsList ul li a span.data{
	float: right;
	color: #999999;
	font-size: 0.875rem;
}
.newsList ul li:first-child{
	padding-top: 0;
}
.newsList ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.newsList ul li:hover a span.text{
	color: #db0118;
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px);
	transition-duration: .8s;
}

























