@charset "utf-8";

#wrap{background: #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: center right; background-repeat: no-repeat; background-size: cover;}
#banner .banner-con{text-align: left;  position: absolute; width: 80%; max-width: 1500px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-15%); color: #fff; }
#banner .banner-con h2{font-size: .48rem; display: inline-block; margin: 0 auto; font-weight: bold;  letter-spacing: 0.1rem; padding-right: .4rem; margin-bottom: .1em; line-height: 1.2em; text-shadow: 0px 3px 15px rgba(0,0,0,0.16); padding-bottom: .2rem;}
#banner .banner-con h4{font-size: .22rem; letter-spacing: 0.05rem; display: block; margin: 0 auto; font-weight: normal; position: relative; text-shadow: 0px 1px 3px rgba(0,0,0,0.16); padding-left: 0.05rem;}
#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: .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;}


.module-1{	position: relative; padding: 0; margin: .7rem 0 .7rem;}
.module-1 .module-box{	position: relative; padding: 0; margin-top: .1rem; }
.module-1 p{margin-bottom: 1em;}


/* .module-2 { padding: 0 2em;} */
.module-2 .list-box {margin: 0 -1%;}
.module-2 .list{width: 48%; margin: 0 1%; float: left; overflow: hidden; margin-bottom: 2%;}
.module-2 .list .con{padding: 20px 25px; background-color: #F4F7F9;}
.module-2 .list .title{font-size: 24px; margin-bottom: .1rem; line-height: 1.5em; transition: all 0.3s ease-in-out;  overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.module-2 .list .con p{ height: 5em;}
.module-2 .list:hover .title{color: #E40012;}
.module-2 .list .pic{overflow: hidden; width: 100%; position: relative; background-color: #000;}
.module-2 .list .pic img{width: 100%; display: block; background-size: cover; background-position: center; transition: all 0.3s ease-in-out;}
.module-2 .list:hover .pic img{transform: scale(1.1); opacity: .8;}

@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; margin: .7rem 20px .7rem;}
	.module-1 .module-box{	position: relative; padding: 0; margin-top: .1rem; }
	.module-1 p{margin-bottom: 1em;}
	
	
	/* .module-2 { padding: 0 2em;} */
	.module-2 .list-box {margin: 0; padding: 0 20px;}
	.module-2 .list{width: 100%; margin: 0%; float: none; overflow: hidden; margin-bottom: 2%;}
	.module-2 .list .con{padding: 15px 20px; background-color: #F4F7F9;}
	.module-2 .list .title{font-size: .7rem; font-weight: bold; margin-bottom: 10px; line-height: 1.5em; transition: all 0s ease-in-out;  overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
	.module-2 .list .con p{ height: auto; font-size: .6rem;}
	.module-2 .list:hover .title{color: #E40012;}
	.module-2 .list .pic{overflow: hidden; width: 100%; position: relative; background-color: #000;}
	.module-2 .list .pic img{width: 100%; display: block; background-size: cover; background-position: center; transition: all 0.3s ease-in-out;}
	.module-2 .list:hover .pic img{transform: scale(1.1); opacity: .8;}
}