@charset "utf-8";

/*BANNER*/
.swiper-slide{overflow: hidden; cursor: pointer;}
.swiper-slide img{width: 100%;}

.home-bt{overflow: hidden; text-align: center; margin: 50px 0;}
.home-bt span{font-size: 36px; line-height: 40px;}
.home-bt em{display:block; width: 100px; height: 4px; background: #c31a1f; margin: 15px auto;}
.home-bt small{display: block; font-size: 16px; color: #999;}


.home-prolist{overflow: hidden; text-align: center; }
.home-prolist ul{display: inline-block;}
.home-prolist ul li{float: left;margin: 0 10px; padding: 15px 0;}
.home-prolist ul li a{color: #666;border: 1px solid #ccc;  background: #FFF;border-radius: 50px; padding: 10px 30px; font-size: 16px;}
.home-prolist ul li a:hover{color: #FFF; border: 1px solid #c31a1f; background: #c31a1f;}
.home-prolist ul li a.hover{color: #FFF; border: 1px solid #c31a1f;background: #c31a1f;}

.home-probg{overflow: hidden; background: #f8f8f8; padding: 50px 0;}
.home-pro{overflow: hidden;margin: 30px 0;}
.home-pro ul{margin-left: -1%; margin-right: -1%;}
.home-pro ul li{ float:left;width: 22.8%; margin: 0 1%; margin-bottom: 30px;background: #FFF;border: 1px solid #f5f5f5;}
.home-pro ul li:hover{border: 1px solid #c31a1f;}
.home-pro ul li .list-img{position: relative;height: 225px; overflow: hidden;   }
.home-pro ul li .list-img img{position: absolute;margin: auto;max-width: 100%;max-height: 100%;top: 0;right: 0;bottom: 0;left: 0; transition: all 0.6s;}
.home-pro ul li .list-img img:hover{transform:scale(1.2);}
.home-pro ul li h2{text-align:center; overflow:hidden; clear:both; font-size: 15px; padding: 15px 0;}


.home-promore{margin: 0 auto; border-radius: 4px;background: linear-gradient(to right, #f19b48 , #f47345);width: 195px;height: 50px;line-height: 50px; font-size: 14px; text-align: center;}
.home-promore a{color: #FFF;}


.webabout_con {width: 100%;height: 530px;position: relative}
.webabout_con .webabout_img {width: 100%;height: 530px;position: relative}
.webabout_con .webabout_img img {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}
.webabout_con .webabout_text {
	width: 48%;
	height: 463px;
	background: #c31a1f;
	position: absolute;
	left: 0;
	top: 35px;
	padding: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.webabout_con .webabout_text .webabout_name {
	font-size: 30px;
	color: #fff;
	margin: 30px 0
}
 .webabout_con .webabout_text p {
	font-size: 16px;
	color: rgba(255,255,255,.8);
	width: 100%;
	height: auto;
	max-height: 150px;
	overflow: hidden;
	line-height: 30px;
	text-align: justify;
	word-break: break-all;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}
.webabout_con .webabout_text .webabout_btn {
	width: 130px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fff;
	text-align: center;
	margin-top: 50px
}
 .webabout_con .webabout_text .webabout_btn a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: rgba(255,255,255,.8)
}

.home-casebg{overflow: hidden; background: url(../images/case_bg.jpg) no-repeat center top; margin-top: 50px; background-size:100% ;} 
.home-case{overflow: hidden;}
.home-case ul{margin-left: -1%; margin-right: -1%;}
.home-case ul li{ float:left;width: 31.1%; margin: 0 1%; margin-bottom: 30px;background: #FFF;border: 1px solid #f5f5f5;}
.home-case ul li:hover{border: 1px solid #c31a1f;}
.home-case ul li .list-img{position: relative;height: 300px; overflow: hidden;   }
.home-case ul li .list-img img{position: absolute;margin: auto;max-width: 100%;max-height: 100%;top: 0;right: 0;bottom: 0;left: 0; transition: all 0.6s;}
.home-case ul li .list-img img:hover{transform:scale(1.2);}
.home-case ul li h2{background: #f5f5f5; text-align:center; overflow:hidden; clear:both; font-size: 15px; font-weight: normal; padding: 15px 0;}
.home-case ul li:hover h2{background: #c31a1f;}
.home-case ul li:hover a{color: #FFF;}

.web_article .webarticle_list {
	width: 100%;
	height: auto;
	min-height: 320px;
	margin: 0 auto;
	padding: 0
}
.webarticle_list ul li {
	width: 48.5%;
	margin: 0 3% 0 0;
	float: left;
	padding: 40px 0;
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	position: relative;
	cursor: pointer;
}
.webarticle_list ul li:nth-child(2n+2) {
	margin-right: 0
}
.webarticle_list ul li:after {
	content: "";
	height: 0;
	background: #c31a1f;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 0
}
.webarticle_list ul li .webarticle_l {
	width: 110px;
	text-align: center;
	float: left;
	position: relative;
	z-index: 2
}
.webarticle_list ul li .webarticle_l em {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #c31a1f;
	border-radius: 50px;
	margin-left: -14px
}
.webarticle_list ul li .webarticle_l i {
	display: block;
	width: 14px;
	height: 14px;
	margin: 20px auto 5px;
	background: url(../images/date.png) center no-repeat
}
.webarticle_list ul li .webarticle_l span {
	display: block;
	font-size: 14px;
	color: #999
}
.webarticle_list ul li .webarticle_text {
	width: calc(100% - 130px);
	padding-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	position: relative;
	z-index: 2
}
.webarticle_list ul li .webarticle_text .tit {
	display: block;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	max-width: 100%;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: -5px
}
.webarticle_list ul li .webarticle_text p {
	font-size: 16px;
	color: #999;
	line-height: 28px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	word-break: break-all
}
.webarticle_list ul li:hover:after {
	height: 100%;
	top: 0
}
.webarticle_list ul li:hover .webarticle_l em {
	color: #c31a1f;
	background: #fff
}
.webarticle_list ul li:hover .webarticle_l i {
	background: url(../images/date1.png) center no-repeat
}
.webarticle_list ul li:hover .webarticle_l span {
	color: #fff;
	opacity: 0.6
}
.webarticle_list ul li:hover .webarticle_text .tit {
	color: #fff
}
.webarticle_list ul li:hover .webarticle_text p {
	color: #fff;
	opacity: 0.6
}