@charset "utf-8";
#banner{ width: 100%; min-width: 1200px; overflow: hidden; position: relative; top: -70px; background-color: #000;}
#banner .banner{background-position: center; background-repeat: no-repeat; background-size: cover;}
#banner img{width: 100%; display: block; opacity: .65;}
#banner .banner .mainBox{ position: absolute; width: 100%; min-width: 100%; max-width: 100%; left: 0; top: 46%; }
#banner .banner h2{font-size: .4rem; letter-spacing: 10px; text-align: center; font-weight: 600; color: #fff; margin-bottom: 10px;}
#banner .banner h2 span{display: inline-block; vertical-align: middle; margin: 0 10px 0 0; height: 6px; width: 60px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
#banner .banner h2 b{display: inline-block;  vertical-align: middle;}
#banner .banner h4{font-size: .56rem; letter-spacing: 10px; text-align: center; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; color: #fff; color: rgba(255,255,255,.6);}

.title-box{margin: 50px auto 40px;display: flex; center; position: relative; z-index: 1;}
.title-box h2{color: #333333;font-size: 21px; display: inline-block; vertical-align: middle;}
.title-box span{height: 19px; position: relative; top: 5px; border-left: 6px solid #d70021; border-right: 4px solid #333; margin:0 5px 0 8px; width: 12px;display: inline-block; vertical-align: middle;}
.title-box p{color: #888;font-size: 25px; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; display: inline-block; vertical-align: middle;}
.title-box .more{ position: absolute; right: 0; top: 10px; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #000000; width: 110px; padding-left: 18px; line-height: 26px; height: 28px;  border: solid 1px #707070; border-radius: 20px; transition: all 0.4s ease-in-out;	background: #fff no-repeat left -15px center;}
.title-box .more:hover{	background: #D70021 url(../img/icon-more.png) no-repeat right 15px center;border-color: #D70021;color: #fff;width: 130px;}


.main{ background: #F6F6F6; margin-top: -70px; overflow: hidden; width: 100%;}

.main .list-box{margin: 30px -1% 0;}
.main .list-box .list{
	display: block;
	position: relative;
	overflow: hidden;
	top: 0;
	width: 31.3%;
	margin: 1%;
	float: left;
	background: #fff;
	transition: all 0.4s ease-in-out;
	margin-bottom: 2%;
}
.main .list-box .list .box-bg{overflow: hidden; width: 100%; position: relative; overflow: hidden; transition: all 0.4s ease-in-out;}
.main .list-box .list .box-bg img{width: 100%; height: 100%; min-height: 160px; transition: all 0.4s ease-in-out; background-size: cover; background-position: center;}
.main .list-box .list:hover{ box-shadow: 0 2px 25px rgba(0,0,0,0.15); top: -10px;}
.main .list-box .list:hover .box-bg img{transform: scale(1.05);}
.main .list-box .list .box-con{ position: relative;  padding: 20px 30px;}
.main .list-box .list .box-con .list-info{font-size: 12px; color: #888; padding: 10px 0 12px 20px; background: url(../img/icon-19.png) no-repeat left center;}
.main .list-box .list .box-con h2{font-size: 18px; text-align: center; font-weight: bold; line-height: 1.5em; color: #000; transition: all 0.5s ease-in-out;}
.main .list-box .list:hover .box-con h2{color: #D70021;}
.main .list-box .list .box-con p{ display: block; font-size: 14px; line-height: 1.5em; line-height: 1.6em; color: #666; }
@media screen and (max-width: 768px) {
	
	#banner{ width: 100%; min-width: 100%; overflow: hidden; position: relative; top: 0px; background-color: #000;}
	#banner .banner{background-size: cover; }
	#banner img{width: 100%;}
	#banner .banner .mainBox{ position: absolute; width: 100%; min-width: 100%; max-width: 100%; left: 0; top: 40%; }
	#banner .banner h2{font-size: .4rem; letter-spacing: 4px; text-align: center; font-weight: 600; color: #fff; margin-bottom: 10px;}
	#banner .banner h2 span{display: inline-block; vertical-align: middle; margin: 0 10px 0 0; height: 6px; width: 40px; border-top: 1px solid #fff; border-bottom: 1px solid #fff;}
	#banner .banner h2 b{display: inline-block;  vertical-align: middle;}
	#banner .banner h4{font-size: .2rem; letter-spacing: 2px; text-align: center; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; font-weight: lighter; color: #fff; color: rgba(255,255,255,.6);}
	#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;}
	
	
	.title-box{padding:.5rem 0 .4rem 0; margin: 0; display: block; display: block; position: relative; text-align: center;}
	.title-box h2{color: #333333; font-size: .32rem; letter-spacing: 1px; display: inline-block; text-align: center; vertical-align: middle; position: relative;}
	.title-box h2::after{content: ""; width: 2px; height: 2px; border-left: .4rem solid #D70021; border-right: 4px solid #000; position: absolute; top: .2rem; left: -.65rem;}
	.title-box h2::before{content: ""; width: 2px; height: 2px; border-right: .4rem solid #D70021; border-left: 4px solid #000; position: absolute; top: .2rem; right: -.65rem;}
	.title-box span{display: none;}
	.title-box p{color: #888; font-size: .12rem; padding-top: 2px; letter-spacing: 2px; font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; text-align: center; font-weight: lighter; display: block; vertical-align: middle;}
	.title-box .more{ position: absolute; opacity: 0; width: 100%; height: 100%; left: 0; top: 0;}
	
	.main .module-title{display: none;}
	
	.main{ margin-top: 0px; overflow: hidden;}
	.main .title-box{display: none;}
	.main .list-box{margin: .3rem .3rem 0;}
	.main .list-box .list{
		display: block;
		position: relative;
		overflow: hidden;
		top: 0;
		width: 100%;
		margin: 0;
		float: none;
		background: #fff;
		transition: all 0.4s ease-in-out;
		margin-bottom: .3rem;
	}
	.main .list-box .list .box-bg{overflow: hidden; width: 100%; position: relative; overflow: hidden; transition: all 0.4s ease-in-out;}
	.main .list-box .list .box-bg img{width: 100%; height: 100%; min-height: 160px; transition: all 0.4s ease-in-out; background-size: cover; background-position: center;}
	.main .list-box .list:hover{ box-shadow: 0 2px 25px rgba(0,0,0,0.15); top: -10px;}
	.main .list-box .list:hover .box-bg img{transform: scale(1.05);}
	.main .list-box .list .box-con{ position: relative;  padding: .2rem .3rem;}
	.main .list-box .list .box-con .list-info{font-size: 12px; color: #888; padding: 10px 0 12px 20px; background: url(../img/icon-19.png) no-repeat left center;}
	.main .list-box .list .box-con h2{font-size: 18px; font-weight: bold; line-height: 1.5em; color: #000; transition: all 0.5s ease-in-out;}
	.main .list-box .list:hover .box-con h2{color: #D70021;}
	.main .list-box .list .box-con p{ display: block; font-size: 14px; line-height: 1.5em; line-height: 1.6em; color: #666; }
}




















