@charset "utf-8";

#banner{ width: 100%; min-width: 1200px; position: relative; background-color: #f5f5f5; margin-top: 6px;}
#banner .banner{position: relative; z-index: 1;}
#banner .banner .video-box{	position: absolute;	left: 0;top: 0;	width: 100%;height: 100%;overflow: hidden;background-color: #f5f5f5;	}
#banner .banner .video-box video{position: absolute;width: auto;height: auto;max-width: 100%;min-width: 100%;max-width:  calc(100%+1px);min-width: calc(100%+1px);object-fit:fill;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
#banner a img{ height: 380px; display: block; margin: 0 auto;}
#banner .swiper-slide{position: relative; height: auto !important;}
#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;}
#banner .swiper-pagination-bullet-active{background-color: #e60012;}
#banner .banner-con{text-align: center; position: absolute; width: 90%; left: 5%; top: 50%; transform: translate(0,-50%); color: #fff;}
#banner .banner-con h2{font-size: 48px; font-weight: lighter; letter-spacing: 10px; line-height: 1.2em; text-shadow: 0 0 3px rgba(0,0,0,.4);}
#banner .banner-con h4{font-size: 12px; font-weight: lighter; letter-spacing: 5px; position: relative; top: -2px; text-shadow: 0 0 3px rgba(0,0,0,.4);}
#banner .banner-con h5{font-size: 12px; font-weight: lighter; letter-spacing: 6px; position: relative; margin-top: 40px; text-shadow: 0 0 3px rgba(0,0,0,.4);}
#banner .banner-con span{width: 30px; height: 1px; display: block; margin: 10px auto; background-color: #fff; opacity: .8; box-shadow: 0 0 3px rgba(0,0,0,.4);}
#banner .banner-con h3{font-size: 16px; font-weight: lighter; letter-spacing: 4px; position: relative; text-shadow: 0 0 3px rgba(0,0,0,.4);}

#banner .mainBox{
	position: relative;
	z-index: 2;
}
.banner-menu{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 400px;
	background: rgba(255,255,255,0.95);
	padding: 10px;
}
.banner-menu H2{
	background-color: #e60012;
	color: #fff;
	font-size: 18px;
	margin-bottom: 2px;
	padding: 14px 15px;
}
.banner-menu>div{ margin-bottom: 2px; background-color: rgba(0,0,0,0.1); color: #000; display: block; position: relative;}
.banner-menu>div a{color: #000; display: block;padding: 10px 15px;}
.banner-menu>a:hover,
.banner-menu>div:hover{background-color: #e60012; }
.banner-menu>div:hover>a{color: #fff;}
.banner-menu>div:hover>a:hover{}
.banner-menu .sub-menu{
	display: none;
	position: absolute;
	top: 0;
	left: 230px;
	width: 340px;
	background-color: #fff;
	overflow: hidden;
}
.banner-menu>div:hover .sub-menu{
	display: block;
	padding: 10px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.banner-menu .sub-menu a{
	display: block;
	margin: 5px;
	border-radius: 4px;
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
	padding: 5px 5px 5px 25px;
	background-color: #f1f1f1;
	position: relative;
	width: 150px;
	float: left;
}
.banner-menu .sub-menu a:hover{
	color: #E60012;
}
.banner-menu .sub-menu a::before{
	content: "";
	position: absolute;
	display: block;
	left: 10px;
	top: 12px;
	transform: rotate(45deg);
	width: 4px;
	height: 4px;
	border-right: 1px solid #E60012;
	border-top: 1px solid #E60012;
}

.module-title{padding:30px 0 10px 0; display: flex; align-items: center; justify-content: space-between; position: relative;}
.module-title h2{color: #000; font-size: 24px; line-height: 24px; display: flex; align-items: center; position: relative; }
.module-title h2::before{content: ""; display: block; width: 5px; background-color: #E60012; height: 22px; margin-right: 5px; position: relative; top: -1px;}
.module-title div{flex: 1; padding-left: 30px; display: flex; justify-content: flex-end;}
.module-title div a{color: #888; margin-right: 20px;}
.module-title div a:hover{color: #E60012;}
.module-title .more{ position: relative;  display: block; font-size: 14px; height: 34px; border-radius: 20px; box-sizing: border-box; border: solid 2px rgba(159, 159, 159, 0.4); color: #666; padding: 0 20px; line-height: 30px; transition: all 0.4s ease-in-out;}
.module-title .more:hover{	color: #e60012; border: solid 2px #e60012;}

.module-1{ background: #f5f5f5;}
.list-box{margin: 20px -1% 0; display: flex; flex-wrap: wrap;}
.list-box .list{
	display: block;
	position: relative;
	width: 23%;
	margin: 0 1%;
	top: 0;
	background: #fff;
	transition: all 0.4s ease-in-out;
	margin-bottom: 2%;
}
.list-box .list .box-bg{overflow: hidden; position: relative; top: 0; transition: all 0.3s ease-in-out;}
.list-box .list .box-bg img{width: 100%;  transition: all 0.3s ease-in-out; background-size: cover; background-position: center;}
.list-box .list .box-bg .mask{position: absolute; opacity: 0; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,0.2); transition: all 0.3s ease-in-out; }
.list-box .list:hover .box-bg .mask{opacity: 1;}
.list-box .list .box-bg .mask span{width: 132px; height: 44px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); line-height: 40px; text-align: center; background-color: rgba(0, 0, 0, 0.22); border-radius: 47px; border: solid 2px #ffffff; font-size: 16px; color: #ffffff; transition: all 0.3s ease-in-out;}
.list-box .list .box-bg .mask span:hover{ background-color: rgba(0, 0, 0, 1);}
.list-box .list:hover .box-bg{ box-shadow: 0 2px 25px rgba(0,0,0,0.06); top: -5px;}
.list-box .list:hover .box-bg img{transform: scale(1.1);}
.list-box .list .box-con{ position: relative; padding: 10px 20px 20px;}
.list-box .list .box-con h2{font-size: 18px; font-weight: normal; line-height: 42px; color: #000; text-align: left; transition: all 0.3s ease-in-out;}
.list-box .list:hover .box-con h2{color: #e60012;}
.list-box .list .box-con span{ display: block; font-size: 14px; color: #888; text-align: left;}


.module-2 img{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.module-3 .mainBox{
	display: flex;
}
.module-3 .left-box img{
	display: block;
	width: 300px;
	height: 600px;
	box-sizing: border-box;
}
.module-3 .right-box{
	display: flex;
	flex-wrap: wrap;
}
.module-3 .right-box img{
	display: block;
	width: 300px;
	height: 300px;
	box-sizing: border-box;
}
.module-4 .mainBox{
	display: flex;
}
.module-4 img{
	display: block;
	width: 400px;
	height: 400px;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	
	#banner{ width: 100%; min-width: 100%; overflow: hidden; position: relative; top: 0px; background-color: #000;}
		.banner .video-box{
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
		.banner .video-box video{
			position: absolute;
			width: auto;
			height: auto;
			max-width: 100%;
			min-width: 100%;
			max-width:  calc(100%+1px);
			min-width: calc(100%+1px);
			object-fit:fill;
			top: 50%;
			left: 50%;
			-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
		}
	#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: #D70021;}
	#banner .banner-con{text-align: center; position: absolute; width: 90%; left: 5%; top: 50%; transform: translate(0,-50%); color: #fff;}
	#banner .banner-con h2{font-size: .48rem; font-weight: lighter; letter-spacing: 2px; line-height: 1.2em; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .banner-con h4{font-size: 12px; font-weight: lighter; letter-spacing: 1px; position: relative; top: -2px; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .banner-con h5{font-size: 12px; font-weight: lighter; letter-spacing: 2px; position: relative; margin-top: 10px; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .banner-con span{width: 30px; height: 1px; display: block; margin: 5px auto; background-color: #fff; opacity: .8; box-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .banner-con h3{font-size: 14px; font-weight: lighter; letter-spacing: 4px; position: relative; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	
	.module-title{padding:.5rem 0 .4rem 0; display: block; display: block; position: relative; text-align: center;}
	.module-title h2{color: #333333; font-size: .32rem; letter-spacing: 1px; display: inline-block; text-align: center; vertical-align: middle; position: relative;}
	.module-title h2::after{content: ""; width: 2px; height: 2px; border-left: .4rem solid #D70021; border-right: 4px solid #000; position: absolute; top: .2rem; left: -.65rem;}
	.module-title h2::before{content: ""; width: 2px; height: 2px; border-right: .4rem solid #D70021; border-left: 4px solid #000; position: absolute; top: .2rem; right: -.65rem;}
	.module-title span{display: none;}
	.module-title h3{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;}
	.module-title .more{ position: absolute; opacity: 0; width: 100%; height: 100%; left: 0; top: 0;}
	
	.module-1{ background: #fff; margin-top: 0px;}
	.module-1 .list{display: block;	}
	.module-1 .list .pic{
		position: relative;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: 3rem;
	}
	.module-1 .list .title{
		position: relative;
		margin-top: -.5rem;
		padding: .2rem 0 .15rem;
		background-color: #fff;
		box-shadow: 0 0 15px rgba(0,0,0,0.06);
		text-align: center;
		width: 60%;
		margin-left: 20%;
	}
	.module-1 .list .title h2{
		font-size: .28rem;
		line-height: 1.2em;
		font-weight: normal;
		letter-spacing: 2px;
	}
	.module-1 .list .title span{
		font-size: .16rem;
		line-height: 1.2em;
		top: -.05rem;
		position: relative;
		color: #888;
		font-family: Conv_DidotLTStd-Roman; text-transform: uppercase; 
	}
	
	
	.module-2{background-position: center; overflow: hidden; background-size: cover; padding-bottom: 40px;background-image:linear-gradient(#f5f5f5, #fff 50%) !important;}
	.module-2 .left-box{width: 100%; position: relative; z-index: 2; display: flex; justify-content: space-around; margin-bottom: .3rem;}
	.module-2 .left-box a{ width: 1.3rem; display: flex; flex-direction: column; align-items: center; height:auto; position: relative; padding:0px; border: 0; background: none; transition: all 0.3s ease-in-out;}
	.module-2 .left-box .icon{ border: 2px solid #eee; margin-bottom: .1rem; background-color: #fff; box-shadow: 0 10px 15px rgba(0,0,0,0.06); position: relative; box-sizing: content-box; border-radius: 100%; width: 1.1rem; height: 1.1rem; border-radius: 100%; display: block; vertical-align: middle; background-position: center; background-repeat: no-repeat;  transition: all 0.3s ease-in-out;}
	.module-2 .left-box a:nth-child(1) .icon{background-image: url(../img/icon-01.png);}
	.module-2 .left-box a:nth-child(2) .icon{background-image: url(../img/icon-02.png);}
	.module-2 .left-box a:nth-child(3) .icon{background-image: url(../img/icon-03.png);}
	.module-2 .left-box a:nth-child(4) .icon{background-image: url(../img/icon-04.png);}
	.module-2 .left-box .list-title{display: block; vertical-align: middle; text-align: center; padding-left: 0; }
	.module-2 .left-box .list-title h2{ font-size: .26rem; font-weight: normal;}
	.module-2 .left-box .list-title p{ font-size: .16rem; color: #888; display: none;}
	
	.module-2 .right-box {top: 0; left: 0; z-index: 1; width: 100%; position: relative; height: 100%;}
	.module-2 .right-box .con{opacity: 1; width: 100%; position: relative; top: 0; left: 0; height: auto; transition: all 0.3s ease-in-out;}
	.module-2 .right-box .con-box{position: relative; height: auto; }
	.module-2 .right-box .con-box-bg{position: relative; opacity: 1; width: calc(100% - .6rem); top: 0; left: .3rem; background: no-repeat left center; background-size: cover; height: 3rem; transition: all 0.6s ease-in-out;}
	.module-2 .right-box .con-title{position: relative; z-index: 1; width: 100%; min-width: auto; right: 0; top: 0; height: auto; padding: .3rem; transform: translate(0); background-color: #fff; box-shadow: none; transition: all 0.5s ease-in-out;}
	.module-2 .right-box .con-title>div{line-height: 1.5em;}
	
	
	.module-3{background:#fff;border-top: 10px solid #f5f5f5;}
	.module-3 .list-box{margin: 0 .3rem .1rem;}
	.module-3 .list-box .list{display: flex;padding: .2rem 0;flex-direction: row-reverse;border-top: 1px solid #f1f1f1;	}
	.module-3 .list-box .list .box-bg{}
	.module-3 .list-box .list img{width: 25vw;height: 15vw;background-size: cover;background-position: center;margin-left: .2rem;}
	.module-3 .list-box .list .box-con{flex: 1;display: flex;justify-content: space-between;flex-direction: column;}
	.module-3 .list-box .list .box-con h2{font-size: .28rem;font-weight: normal;}
	.module-3 .list-box .list .box-con .list-info{color: #999;font-size: .2rem;	padding: .03rem 0 0 .3rem;background: url(../img/icon-19.png) no-repeat left center;background-size: .2rem;	}
	.module-3 .list-box .list .box-con p{display: none;}
	
	
	.module-4{background-image:linear-gradient(#f5f5f5, #fff 50%);}
	.module-4 .list-01,
	.module-4 .list-02,
	.module-4 .list-03{height: auto; display: flex; margin: 0 .3rem .5rem; overflow: hidden; position: relative; background: none; white-space: nowrap; width: calc(100% - .6rem); transition:all 1.4s;}
	
	.module-4 .main-box .icon-box{width: 1.2rem; height: 1.2rem; border: 2px solid #f1f1f1; border-radius: 100%; position: relative; left: 0; top: 0;}
	.module-4 .main-box .icon{ width: 100%; margin: 0; height: 100%; border-radius: 100%; background-color: #fff; background-position: center; background-repeat: no-repeat; background-size: .5rem; transition:all 0.5s;}
	
	.module-4 .main-box .con{display: none;}
	.module-4 .main-box .on .con{opacity: 1;}
	
	.module-4 .main-box .icon-box .title-box{ display: none;}
	
	.module-4 .main-box .on{width: calc(100% - .6rem);}
	.module-4 .main-box .on .icon-box{display: block;}
	
	.module-4 .main-box .pic{display: none;}
	.module-4 .main-box .on .pic{display: none;}
	.module-4 .main-box .con{display: block; vertical-align: middle; padding-left: .3rem; width: auto; flex: 1;}
	.module-4 .main-box .con .title-box{position: relative; padding-left: 0rem; padding-top: 0px;}
	.module-4 .main-box .con .title-box h2{text-align: left; font-size: .3rem; font-weight: normal; transition:all 0.5s;}
	.module-4 .main-box .con .title-box h3{font-size: .2rem; text-align: center; font-weight: normal; position: absolute; width: 100%; color: #888; top: 25px; text-align: left;}
	.module-4 .main-box .con .title-box span{width: 30px; height: 3px; position: relative; display: block; background-color: #D70021; margin: .5rem 0 .2rem;}
	.module-4 .main-box .con .describe{display: block; font-size: .24rem; width:auto; padding: 0 0 0 0px; white-space: normal;}
	.module-4 .main-box .con .more,
	.module-4 .main-box .con .more:hover{position: absolute; width: 100%; height: 100%; top: 0; left: 0; opacity: 0; margin: 0;}
}




















