@charset "utf-8";
#header .menu-con>ul>li>a>span.cn{opacity: .7;}
#header{
	background: rgba(0,0,0,0.8);
}
#banner{ width: 100%; min-width: 1200px; height: 100vh; overflow: hidden; position: relative; top: 0; background-color: #000;}
#banner .banner{position: relative; height: 100%;}
#banner .banner .video-box{	position: absolute;	left: 0;top: 0;	width: 100%;height: 100%;overflow: hidden;}
#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 .banner-bg{position: relative; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover;}
#banner a img{width: 100%; display: block;}
#banner .banner-con{text-align: left; position: absolute; width: 90%; max-width: 1200px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff;}
#banner .banner-con h2{font-size: 48px; font-weight: bold; letter-spacing: 10px; margin-bottom: .6em; line-height: 1.2em; text-shadow: 0 0 3px rgba(0,0,0,.4);}
#banner .banner-con h4{font-size: 18px; font-weight: lighter; letter-spacing: 3px; margin-bottom: 2em; opacity: .6; text-transform: uppercase; position: relative; top: 0; text-shadow: 0 0 3px rgba(0,0,0,.4);}
#banner .banner-con span{width: 130px; height: 40px; font-size: 14px; line-height: 38px; display: block; margin: 80px 0 0; border: 1px solid #fff; padding-left: 25px; border-radius: 3px; background: rgba(0,0,0,0.1) url(../img/icon-more.png) no-repeat right 15px center; box-shadow: 0 0 3px rgba(0,0,0,.4);}
#banner .banner-con span:hover{background: #1576D1 url(../img/icon-more.png) no-repeat right 15px center; border: 1px solid #1576D1;}
#banner .swiper-slide{ position: relative; height: auto !important;}
#banner .swiper-button-prev,#banner .swiper-button-next{}
#banner .swiper-button-prev{left: 10px;opacity: .2; }
#banner .swiper-button-next{right: 10px;opacity: .2; }
#banner .swiper-button-prev:after{font-size: 30px; padding: 15px 10px; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
#banner .swiper-button-next:after{font-size: 30px; padding: 15px 10px; color: #fff; border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
#banner .swiper-button-prev:hover{opacity: 1;}
#banner .swiper-button-next:hover{opacity: 1;}
#banner .swiper-pagination-bullet-active{background-color: #1576D1;}


.module-title{padding: 40px 0 20px 0; display: block; margin: 50px 0 0; position: relative;}
.module-title h2{color: #1576D1; font-size: 26px; display: block; position: relative;}
.module-title span{height: 3px; position: relative; background: #1576D1; border-radius: 3px; margin:8px 0 10px 0; width: 30px; display: block;}
.module-title h3{color: #888;font-size: 12px; position: relative; text-transform: uppercase; font-weight: lighter; display: block;}
.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;}


.page-info{position: relative; top: -20px;}
.page-info p{font-size: 16px; line-height: 1.8em;}

.main{ background: #fff; overflow: hidden; margin-top: 100px;}
.list-box{margin: 20px -1% 0;}
.list-box .list{
	display: block;
	position: relative;
	width: 23%;
	margin: 0 1%;
	float: left;
	top: 0;
	background: #fff;
	transition: all 0.4s ease-in-out;
	margin-bottom: 2%;
}
.list-box .list .box-bg{overflow: hidden; overflow: hidden; background-color: #f8f8f8; transition: all 0.4s ease-in-out;}
.list-box .list .box-bg img{width: 100%; display: block; transition: all 0.4s ease-in-out; background-size: cover; background-position: center;}
.list-box .list:hover .box-bg{ box-shadow: 0 2px 25px rgba(0,0,0,0.15); top: -10px;}
.list-box .list:hover .box-bg img{transform: scale(1.1);}
.list-box .list .box-con{ position: relative; padding: 10px 0 20px;}
.list-box .list .box-con h2{font-size: 18px; font-weight: bold; line-height: 42px; letter-spacing: 2px;color: #000; text-align: center; transition: all 0.5s ease-in-out;}
.list-box .list:hover .box-con h2{color: #1576D1;}
.list-box .list .box-con span{ display: block;  color: #888; text-align: center;}
.list-box .list .tag{position: absolute; top: .3rem; left: .3rem; width: 56px; background-color: #FFEFE5; height: 26px; line-height: 24px; border-radius: 20px; text-align: center; border: 1px solid #FF6700; color: #FF6700; font-size: 12px; font-weight: bold;}

@media screen and (max-width: 1600px) {
	.module-title .title-bg{left: -.2rem;}
	.main{ margin-top: 70px;}
}

@media screen and (max-width: 768px) {
	#banner{ width: 100%; height: 5rem; 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%+2px);min-width: calc(100%+2px);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: #1576D1;}
	#banner .banner-con{text-align: center; position: absolute; width: 90%; left: 5%; top: 50%; transform: translate(0,-30%); 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: 100px; display: none; height: 32px; text-align: center; padding: 0; line-height: 30px; margin: 5px auto; 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; margin: 0; display: block; display: block; position: relative; text-align: center;}
	.module-title h2{color: #333333; font-size: .36rem; 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 #1576D1; border-right: 4px solid #000; position: absolute; top: .26rem; left: -.65rem;}
	.module-title h2::before{content: ""; width: 2px; height: 2px; border-right: .4rem solid #1576D1; border-left: 4px solid #000; position: absolute; top: .26rem; 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-title .title-bg{position: absolute; display: none; letter-spacing: 10px; font-family: CODE_Bold; text-transform: uppercase; font-size: 150px; line-height: 92px; color: #000; top: 0px; left: -0.5em; opacity: .02;}
	
	
	.main{ background: #fff; margin-top: 50px; overflow: hidden;}
	
	.page-info{position: relative; top: 0px; margin:.3rem; padding: .2rem; background-color: #fff;}
	.page-info p{font-size: .26rem; line-height: 1.8em;}
	.list-box{margin: 0; padding: 0 .3rem .3rem;}
	.list-box .list{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		margin: 0 ;
		float: left;
		top: 0;
		background: #fff;
		transition: all 0.4s ease-in-out;
		margin-bottom: 2%;
	}
	.list-box .list .box-con{ position: relative; padding: 10px .2rem 10px;}
	.list-box .list .box-con h2{font-size: .3rem; font-weight: bold; line-height: 1.5em; letter-spacing: 2px;color: #000; text-align: center; transition: all 0.5s ease-in-out;}
	.list-box .list .box-con span{ display: block; padding-top: 3px; font-size: .24rem; color: #888; text-align: center;}
}




















