@charset "utf-8";
#wrap{background: #fff;}
#banner{ width: 100%; min-width: 1024px; overflow: hidden; position: relative;}
#banner img{width: 100%; display: block;}
#banner .banner-bg{position: relative; height: 440px; background-position: right center; background-repeat: no-repeat;}
#banner .banner-con{text-align: center;  position: absolute; width: 90%; max-width: 1100px; 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; padding-left: 1.4rem; padding-right: 1.3rem; letter-spacing: .15rem; margin-bottom: .3em; line-height: 1.2em; text-shadow: 0px 3px 15px rgba(0,0,0,0.16); border-bottom: 1px solid #f1f1f1; padding-bottom: .2rem;}
#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;}
#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: .4rem 0 20px 0; display: block; margin: .5rem 0 0; position: relative;}
.module-title h2{color: #E40012; font-size: .39rem; 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: .4rem; font-weight: bold; transition: all 0.3s ease-in-out;}
.module-title .more .iconfont{position: relative; top: .13em; font-size: 1.5em; left: 0; transition: all 0.3s ease-in-out;}
.module-title .more:hover{color: #E40012; right: -.3em;}
.module-title .more:hover .iconfont{left: .2em;}

.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-box .tab-box{opacity: 0; top: -80px;}
#tab-box.on .tab-box{opacity: 1; top: 0;}

.module-1{margin: .3rem 0 .5rem; padding: 0; position: relative; overflow: hidden;}
.module-1 .module-title{margin: 0 0 .1rem;}
.module-1 .module-title h2{text-align: center;}
.module-1 .module-title span{margin-left: auto; margin-right: auto;}
.list-box .list{border: 1px solid #F5F5F5; background-color: #F7F7F7; padding:25px; margin-bottom: 20px; position: relative; transition: all 0.3s ease-in-out;}
.list-box .list:hover{box-shadow: 0 0 35px rgba(0,0,0,0.1); background-color: #fff;}
.list-box .list .title{font-size: 18px; font-weight: bold;}
.list-box .list .describe { padding-top: 10px;}
.list-box .list .describe div{display: inline-block; margin-right: 30px; font-size: 16px; color: #666;}
.list-box .list .describe div .iconfont{font-size: 1.5em; position: relative; top: 3px; color: #000;}
.list-box .list a{height: 45px; border: 1px solid #D6D6D6; line-height: 45px; font-size: 16px; padding: 0 20px; display: block; background-color: #fff; position: absolute; right: 30px; top: 50%; transform: translate(0,-50%);}
.list-box .list a:hover{background-color: #E40012; border-color: #E40012; color: #fff;}


@media screen and (max-width: 768px) {
	#wrap{background: #fff;}
	#banner{ width: 100%; height: 4rem; min-width: 100%; overflow: hidden; position: relative; top: 0px; display: block;}
	#banner .banner-bg{background-size: cover; height: 4rem; background-position: center bottom;}
	#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; text-align: center; padding-right: .7rem; padding-left: .75rem; 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);}
	
	
	#tab-box {display: none;}


	.module-1{margin: .3rem 0 .5rem; padding: 0 20px; position: relative; overflow: hidden;}
	.module-1 .module-title{margin: 0 0 .1rem;}
	.module-1 .module-title h2{text-align: center;}
	.module-1 .module-title span{margin-left: auto; margin-right: auto;}
	.list-box .list{border: 1px solid #F5F5F5; background-color: #F7F7F7; padding:18px 20px; margin-bottom: 10px; position: relative; transition: all 0.3s ease-in-out;}
	.list-box .list:hover{box-shadow: 0 0 35px rgba(0,0,0,0.1); background-color: #fff;}
	.list-box .list .title{font-size: 18px; font-weight: bold;}
	.list-box .list .describe { padding-top: 10px;}
	.list-box .list .describe div{display: block; margin-top: 3px; margin-right: 0px; font-size: .28rem; color: #666;}
	.list-box .list .describe div .iconfont{font-size: 1.5em; position: relative; top: 3px; color: #000;}
	.list-box .list a{height: 100%; width: 100%; border: 1px solid #D6D6D6; line-height: 45px; font-size: 16px; padding: 0 0; display: block; background-color: #fff; position: absolute; right: 0; top: 0%; transform: translate(0,0); opacity: 0;}
	.list-box .list a:hover{background-color: #E40012; border-color: #E40012; color: #fff;}
}




















