@charset "utf-8";
#wrap{background: #fff;}
#banner{ width: 100%; min-width: 1024px; overflow: hidden; position: relative;  margin-top: 80px;}
#banner img{width: 100%; display: block;}
#banner .banner-bg{position: relative; height: 440px; background-position: left 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: .7rem; font-weight: bold; letter-spacing: .5rem; margin-bottom: .6em; line-height: 1.2em; text-shadow: 0px 3px 15px rgba(0,0,0,0.16);}
#banner .banner-con h4{font-size: .22rem; font-weight: bold; letter-spacing: .1rem; margin-bottom: 2em; opacity: .6; text-transform: uppercase; position: relative; top: 0; text-shadow: 0 0 3px rgba(0,0,0,.4);}
#banner .swiper-slide{box-shadow: 0 0 50px rgba(0,0,0,0.8);}
#banner .swiper-button-prev,#banner .swiper-button-next{margin-top: 30px;}
#banner .swiper-button-prev{left: 0;}
#banner .swiper-button-next{right: 0;}
#banner .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
#banner .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{font-size: 22px;padding: 15px 10px;color: #fff;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}


.module-title{padding: .5rem 0 .4rem 0; display: block; position: relative; }
.module-title h2{color: #000; font-size: .46rem; display: block; position: relative;}
.module-title span{height: 3px; position: relative; background: #1576D1; 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: 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: #1576D1 url(../img/icon-more.png) no-repeat right 15px center;
	border-color: #1576D1;
	color: #fff;
	width: 130px;
}
.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;}


.tab-con {
	display: flex;
	padding: 40px 0;
	flex-wrap: wrap;
	position: relative;
}
.tab-con .con{
	width: 31.3%;
	border-top: 2px solid #1576D1;
	margin: 1%;
	padding: 50px 0 30px 50px;
	background-color: #f1f1f1;
}
.tab-con .con h2{
	margin-bottom: 25px;
	font-size: .22rem;
}
.tab-con .con div{
	display: flex;
	font-size: .18rem;
	align-items: center;
	margin-bottom: 15px;
}
.tab-con .con div img{
	margin-right: 15px;
}

@media screen and (max-width: 768px) {
	html,body{
		overflow: hidden;
		overflow-y: auto;
	}
	.w1900{display: none;}
	.w1600{display: none;}
	.w1500{display: none;}
	
	#banner{ width: 100%; height: 3.5rem; min-width: 100%; overflow: hidden; position: relative; top: 0px; margin-top: 50px;}
	#banner .banner-bg{background-size: cover; height: 3.5rem; background-position: left 28% bottom;}
	#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: 55%; transform: translate(0,-30%); color: #fff;}
	#banner .banner-con h2{font-size: .48rem; 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: 12px; padding-left: 0; font-weight: lighter; letter-spacing: 1px; position: relative; top: -2px; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	
	
	
	.module-title{padding: 10px 0 10px 0; display: block; margin: 10px 0 0; position: relative; }
	.module-title h2{color: #000; font-size: .34rem; display: block; position: relative;}
	.module-title span{height: 3px; display: none; position: relative; background: #1576D1; border-radius: 3px; margin:8px 0 10px; width: .5rem; }
	.module-title .more{ position: absolute; right: 0; top: 35px; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #888; width: 6em; height: 24px; line-height: 22px;}
	.module-title .more:hover{	background: #1576D1 ;	border-color: #1576D1;	color: #fff;width: 100px;}

    
    .tab-con {
    	display: flex;
    	padding: 20px;
    	flex-wrap: wrap;
    	position: relative;
    }
    .tab-con .con{
    	width: 100%;
    	border-top: 2px solid #1576D1;
    	margin: 0 0 20px;
    	padding: 20px ;
    	background-color: #f1f1f1;
    }
    .tab-con .con h2{
    	margin-bottom: 20px;
    	font-size: .32rem;
    }
    .tab-con .con div{
    	display: flex;
    	font-size: .26rem;
    	align-items: center;
    	margin-bottom: 15px;
    }
    .tab-con .con div img{
    	margin-right: 15px;
    }
    
}




















