@charset "utf-8";

#wrap{background-color: #fff;}
#banner{ width: 100%; min-width: 1200px; overflow: hidden; position: relative;}
#banner img{width: 100%; display: block;}
#banner .banner-bg{position: relative; height: 400px; background-position: right center; background-repeat: no-repeat; background-size: cover;}
#banner .banner-con{text-align: center;  position: absolute; width: 90%; max-width: 1100px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff; }
#banner .banner-con h2{font-size: .48rem; display: inline-block; margin: 0 auto; font-weight: bold; padding-left: .5rem; padding-right: .4rem; letter-spacing: .15rem; margin-bottom: .3em; line-height: 1.2em; text-shadow: 0px 3px 15px rgba(0,0,0,0.16); padding-bottom: .2rem; position: relative;}
#banner .banner-con h2::after{content: ""; width: .8rem; height: .05rem; background-color: #fff; border-radius: 4px; display: block; margin: .2rem auto 0;}
#banner .banner-con h4{font-size: .22rem; letter-spacing: .2rem; display: block; margin: 0 auto; font-weight: normal; position: relative; text-shadow: 0px 1px 3px rgba(0,0,0,0.16); padding-left: .2rem;}

.module-title{padding: .3rem 0 20px 0; display: block; margin: .5rem 0 0; position: relative;}
.module-title h2{color: #000; font-size: .4rem; line-height: 1.2em; display: block; position: relative;}
.module-title span{height: 3px; position: relative; background: #E40012; margin:.2rem 0 10px 0; width: .5rem; display: block;}
.module-title h3{color: #888;font-size: 12px; position: relative; text-transform: uppercase; font-weight: lighter; display: block;}
.module-title p{margin-bottom: 1em;}
.module-title .more{ position: absolute; right: 0; top: 42px; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #888; width: 120px; text-align: center; line-height: 30px; height: 32px;  border: solid 1px #E4E4E4; transition: all 0.3s ease-in-out; background: #fff no-repeat right 115px center;}
.module-title .more:hover{
	background: #E40012;
	border-color: #E40012;
	color: #fff;
}
.module-title .title-bg{position: absolute; letter-spacing: 10px; font-family: CODE_Bold; text-transform: uppercase; font-size: 1.5rem; line-height: 92px; color: #000; top: 0px; left: -0.5em; opacity: .02;}


.main .left-box{width: 20%; float: left; font-size: .26rem; font-weight: bold;}
.main .right-box{width: 80%; float: left; padding: .8rem 0 0;}

.module-1{	position: relative; padding: 0; margin: 0 0 .7rem;}
.module-1 .module-box{	position: relative;  padding: 0; margin-top: .1rem; background-color: #F4F7F9;}
.module-1 .list-box{margin:0 -5px 0 -5px; border-right: 5px solid #fff; width: 100%;overflow: hidden;}
.module-1 .list-box .list{overflow: hidden; box-sizing: border-box; display: block; cursor: pointer; width: 33.33%; float: left; border: 5px solid #fff; border-right: 0; border-top: 0; border-bottom: 0; display: block; position: relative; margin: 0;}
.module-1 .list-box .list .con{padding:.25rem; height: 1.1rem; min-height: 100px; margin-bottom: 3rem; position: relative; z-index: 2; transition: all 0.5s ease-in-out; }
.module-1 .list-box .list .con::before{content: ""; opacity: 0; transition: all 0.5s ease-in-out;  position: absolute; left: 0; top: 0; width: 100%; height: 100%;background: linear-gradient(180deg, rgba(228,0,30,1) 0%, rgba(228,0,30,0) 100%);}
.module-1 .list-box .list .title{ font-size: 24px; color: #E40012; margin-bottom: .2rem; font-weight: bold; position: relative;transition: all 0.5s ease-in-out; }
.module-1 .list-box .list .describe{ height: 3.6em; overflow: hidden; position: relative; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.module-1 .list-box .list .pic{position: absolute; z-index: 1; bottom: 0; width: 100%; height: 2.5rem; transition: all 0.5s ease-in-out;}
.module-1 .list-box .list .pic img{position: relative; width: 100%; height: 100%; background-size: cover; background-position: center bottom; display: block;}
.module-1 .list-box .list:nth-child(2) .pic img{background-position: center bottom;}
.module-1 .list-box .list:hover .con{ color: #fff; height: 2.1rem; min-height: 200px; margin-bottom: 2rem; }
.module-1 .list-box .list:hover .title{color: #fff;}
.module-1 .list-box .list:hover .con::before{opacity: 1;}
.module-1 .list-box .list:hover .pic{position: absolute; width: 100%; height: 100%;}
.module-1 .list-box .list .more {display: block;position: absolute; right: 0; top: 50%; transform: translate(0,-50%);}
.module-1 .list-box .list .more .iconfont{background-color: #fff; border: 1px solid #f1f1f1; width: 44px; height: 44px; box-sizing: border-box; border-radius: 100%; line-height: 44px; text-align: center; font-size: 30px; color: #ccc; transition: all 0.3s ease-in-out;}
.module-1 .list-box .list:hover .more .iconfont{background-color: #E40012; border: 1px solid #E40012 color: #fff;}


/* 服务荣誉 */
#window-02 .list-box{overflow: hidden; margin: 0 -1%;}
#window-02 .list{width: 31.3%; float: left; margin: 1%; position: relative; text-align: center;}
#window-02 .list .pic{position: relative; border: 1px solid #f1f1f1; padding: 10px;}
#window-02 .list .pic img{position: absolute; left: 50%; display: block; max-width: 90%; max-height: 90%; top: 50%; transform: translate(-50%,-50%);}
#window-02 .list .pic .bg{width: 100%; position: relative;}
#window-02 .list .con{ margin: 10px 0; padding: 0 10px; font-size: 16px; height: 3.6em; line-height: 1.8em; color: #333; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

#honor {position: relative; padding-bottom: .7rem;}
#honor .list{ }
#honor .list .pic img{width: 100%; display: block; margin: 0 auto;}
#honor .list .con{text-align: center;}
#honor .swiper-pagination-bullets{}
#honor .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#honor .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #E40012;
	background-color: #fff;
}

.module-2{border-bottom: 1px solid #f1f1f1; padding: 0 0 .5rem;}

.module-3{ padding: 0 0 .5rem;}
.module-3 img{width: 100%; margin-top: .7rem;}


#footer{border-top: 1px solid #f1f1f1;}
@media screen and (max-width: 768px) {

	#banner{ width: 100%; height: 50vw; min-width: 100%; overflow: hidden; position: relative; top: 0px;}
	#banner .banner-bg{background-size: cover; height: 50vw; background-position: right -35vw top;}
	#banner a img{width: 100%; display: block;}
	#banner .swiper-slide{box-shadow: 0 0 50px rgba(0,0,0,0.8); position: relative; height: auto !important;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display: none;}
	#banner .swiper-pagination{bottom: 0px;}
	#banner .swiper-pagination-bullet-active{background-color: #1576D1;}
	#banner .banner-con{text-align: center; position: absolute; width: 100%; left: 0%; top: 56%; transform: translate(0,0%); color: #fff;}
	#banner .banner-con h2{font-size: .8rem; padding-left: 0; letter-spacing: 2px; line-height: 1.2em; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .banner-con h4{font-size: .7rem; padding-left: 0; font-weight: lighter; letter-spacing: 1px; position: relative; top: -2px; text-shadow: 0 0 3px rgba(0,0,0,.4); display: none;}
	
	
	.module-title{padding: 10px 0 0 0; display: block; margin: .5rem 0 0; position: relative; }
	.module-title h2{color: #000; font-size: .7rem; text-align: center; line-height: 1.2em; margin-bottom: .2rem; display: block; position: relative;}
	.module-title span{height: 2px; position: relative; border-radius: 3px; margin:2px auto 10px; width: 1rem; display: block;}
	.module-title .more{ position: relative; right: 0; top: 46px; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #888; width: 110px; padding-left: 18px; line-height: 26px; height: 28px;  border: solid 1px #E4E4E4; border-radius: 20px; transition: all 0.3s ease-in-out; background: #fff no-repeat right 115px center;}
	.module-title .more:hover{
		background: #E40012 url(../img/icon-more.png) no-repeat right 15px center;
		border-color: #E40012;
		color: #fff;
		width: 130px;
	}
	
	
	.module-1{	position: relative; padding: 0 20px; margin: 0 0 .7rem;}
	.module-1 .module-box{	position: relative; padding: 0; margin-top: .1rem; background-color: #fff;}
	.module-1 .list-box{margin:0 -5px 0 -5px; border-right: 5px solid #fff;}
	.module-1 .list-box .list{overflow: hidden; box-sizing: border-box; display: block; cursor: pointer; width: 100%; float: left; border: 0 solid #fff; border-right: 0; border-top: 0; border-bottom: 0; display: block; position: relative; margin: 0 0 10px;  background-color: #F4F7F9;}
	.module-1 .list-box .list .con{padding: 15px; height: auto; min-height: auto; margin-bottom: 0px; position: relative; z-index: 2; transition: all 0s ease-in-out; }
	.module-1 .list-box .list .con::before{content: ""; opacity: 0; transition: all 0.5s ease-in-out;  position: absolute; left: 0; top: 0; width: 100%; height: 100%;background: linear-gradient(180deg, rgba(228,0,30,1) 0%, rgba(228,0,30,0) 100%);}
	.module-1 .list-box .list .title{ font-size: .7rem; color: #E40012; margin-bottom: .2rem; font-weight: bold; position: relative;transition: all 0s ease-in-out; }
	.module-1 .list-box .list .describe{ height: 3.6em; font-size: .5rem; overflow: hidden; position: relative; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.module-1 .list-box .list .pic{position: relative; display: none; z-index: 1; bottom: 0; width: 100%; height: 100px; transition: all 0.5s ease-in-out;}
	.module-1 .list-box .list .pic img{position: relative; width: 100%; height: 100%; background-size: cover; background-position: center bottom; display: block;}
	.module-1 .list-box .list:nth-child(2) .pic img{background-position: center bottom;}
	.module-1 .list-box .list:hover .con{ color: #fff; height: 2.1rem; min-height: 200px; margin-bottom: 2rem; }
	.module-1 .list-box .list:hover .title{color: #fff;}
	.module-1 .list-box .list:hover .con::before{opacity: 1;}
	.module-1 .list-box .list:hover .pic{position: absolute; width: 100%; height: 100%;}
	.module-1 .list-box .list .more {display: block;position: absolute; right: 0; top: 50%; transform: translate(0,-50%);}
	.module-1 .list-box .list .more .iconfont{background-color: #fff; border: 1px solid #f1f1f1; width: 44px; height: 44px; box-sizing: border-box; border-radius: 100%; line-height: 44px; text-align: center; font-size: 30px; color: #ccc; transition: all 0s ease-in-out;}
	.module-1 .list-box .list:hover .more .iconfont{background-color: #E40012; border: 1px solid #E40012 color: #fff;}
	
	.module-2 .list-box{margin: 0 0; padding: 0 20px;}
	.module-2 .list-box .list{width: 100%; float: left; margin: 0 0 10px; position: relative;}
	.module-2 .list-box .list img{display: block; width: 100%;}
	.module-2 .list-box .list .module-title{ position: absolute; left: 20px; top: 50%; margin-top: -12%; }
	.module-2 .list-box .list .module-title h2{font-size: .7rem; text-align: left;}
	.module-2 .list-box .list .module-title span{margin:2px 0 10px;}
	.module-2 .list-box .list .module-title p{padding-right: 40vw;}
	
	.module-3{margin: 0 20px 15px; overflow: hidden;}
	.module-3 img{width: 120%; margin-top:0; margin-left: -10%;}
	
	
	/* 服务荣誉 */
	.window-con{height: calc(100% - 100px);}
	#honor {position: relative; padding-bottom: .7rem;  overflow: hidden; height: 100%;}
	#honor .list{ width: 100% !important; margin: 0; display: flex; flex-direction: column; align-items: center; justify-content: center;}
	#honor .list .pic{width: 100%;}
	#honor .list .pic img{width: 100%; max-width: 100%; position: relative; display: block; margin: 0 auto;}
	#honor .list .con{text-align: center;}
	#honor .swiper-pagination-bullets{}
	#honor .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
		border: 3px solid #fff;
		background-color: #d5d5d5;
		width: 10px;
		height: 10px;
		opacity: 1;
	}
	#honor .swiper-pagination-bullets .swiper-pagination-bullet-active {
		border: 3px solid #E40012;
		background-color: #fff;
	}
}