@charset "utf-8";
#wrap{background: #fff;}
#banner{ width: 100%; min-width: 1024px; overflow: hidden; position: relative;  margin-top: 100px;}
#banner img{width: 100%; display: block;}
#banner .banner-bg{position: relative; height: 326px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
#banner .banner-con{text-align: center;  position: absolute; width: 90%; max-width: 1100px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff;}
#banner .banner-con h2{font-size: .48rem; font-weight: bold; letter-spacing: .15rem; padding-left: .15rem; margin-bottom: .2em; line-height: 1.2em; text-shadow: 0px 3px 15px rgba(0,0,0,0.16);}
#banner .banner-con h4{font-size: .2rem; font-weight: bold; text-transform: uppercase; position: relative; top: 0; text-shadow: 0 0 3px rgba(0,0,0,.4);}
#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: .5rem 0 .2rem 0; display: block; position: relative; }
.module-title h2{color: #13284A; font-size: .5rem; line-height: 1.5em; display: block; position: relative;}
.module-title h3{color: #13284A; font-size: .26rem; line-height: 1.5em; display: block; position: relative;}
.module-title .more{ box-sizing: border-box; font-size: .16rem; color: #000; width: 1rem; text-align: center; line-height: .4rem; height: .42rem;  border: solid 1px #DBDBDB; transition: all 0.3s ease-in-out; background: #fff; position: absolute; right: 0; top: .65rem;}
.module-title .more:hover{	background: #13284A ; border-color: #13284A;	color: #fff;}



.module-1 .con{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 50px 0;
}
.module-1 .con .left-box{
	width: 68%;
}
.module-1 .con .left-box .module-title{
    padding-top: 0;
}
.module-1 .con .left-box p{
	line-height: 1.6em;
	margin-bottom: 1em;
}

.module-1 .con .right-box{
	width: 30%;
	position: relative;
}
.module-1 .con .right-box img{
	width: 100%;
	display: block;
	position: relative;
	z-index: 0;
}
.module-1 .con .right-box .btn-play{
	position: absolute;
	z-index: 1;
	width: 1rem;
	height: 1rem;
	cursor: pointer;
	background: url(../img/icon-play.svg) no-repeat;
	background-size: 100%;
	left: 50%;
	top: 50%;
	margin: -.5rem 0 0 -.5rem;
	text-indent: -999em;
	transition: all 0.3s ease-in-out;
}
.module-1 .con .right-box .btn-play:hover{
	transform: scale(1.1) ;
}


.module-3{padding: .3rem 0 .3rem;}
.module-3 .list-box{
	overflow: hidden;
	display: flex;
	justify-content: space-between;
    margin: 0 -1%;
}
.module-3 .list-box .con{
	margin-bottom: .5rem;
}
.module-3 .list-box .list{
	background-color: #fff;
	text-align: center;
	width: 50%;
    padding: 1%;
}
.module-3 .list-box .list img{
	object-fit: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.module-4{padding: .3rem 0 .7rem;}
.module-4 .content{
    display: flex;
    border-top: 1px solid #EEEEEE;
    padding: .3rem 0;
}
.module-4 .left-box{
    width: 12em;
}
.module-4 .left-box .module-title{
    padding-top: 0;
}

.module-4 .right-box{
    flex: 1;
}
.module-4 .right-box h3{
    font-size: 1.15em;
    padding-bottom: .1rem;
    color: #13284A;
}
.module-4 .right-box h4{
    font-size: 1.1em;
    padding-bottom: .1rem;
}
.module-4 .right-box p{
    margin-bottom: 1em;
}
.module-4 .right-box .list-box .list{
	padding: .1rem .2rem;
	
	position: relative;
	padding-left: 20px;
	background: url(../img/icon-07.svg) no-repeat left center;
	background-size: .13rem;
	transition: all 0.3s ease-in-out;
}
    table{ min-width: 100%; border-collapse: separate;border-collapse:collapse;border-spacing:0; margin-bottom: .3rem;}
	table thead{ font-weight: bold;}
	table td{padding: .15rem .2rem; margin: 0; border-top: 1px solid #EEEEEE; text-align: center;}
	table thead th,
	table thead td{border-top: 2px solid #EEEEEE;}
	table td:nth-child(even) {background-color: #fff;}
	table .firstRow{font-weight: bold;}

/* 视频弹窗 */
#window-01 video {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 90%;
	max-height: 90%;
    object-fit: fill;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media screen and (max-width: 768px) {
	
	#banner{ width: 100%; min-width: 100%; overflow: hidden; position: relative;  margin-top: 50px;}
	#banner img{width: 100%; display: block;}
	#banner .banner-bg{position: relative; height: 120px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
	#banner .banner-con{text-align: center;  position: absolute; width: 90%; max-width: 1100px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff;}
	#banner .banner-con h2{font-size: .68rem; font-weight: bold; letter-spacing: .15rem; padding-left: .15rem; margin-bottom: .2em; line-height: 1.2em; text-shadow: 0px 3px 15px rgba(0,0,0,0.16);}
	#banner .banner-con h4{font-size: .48rem; font-weight: bold; text-transform: uppercase; position: relative; top: 0; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	#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: .5rem 0 .2rem 0; display: block; position: relative; }
	.module-title h2{color: #13284A; font-size: .75rem; line-height: 1.5em; display: block; position: relative;}
	.module-title h3{color: #13284A; font-size: .6rem; line-height: 1.5em; display: block; position: relative;}
	.module-title .more{ box-sizing: border-box; font-size: .16rem; color: #000; width: 1rem; text-align: center; line-height: .4rem; height: .42rem;  border: solid 1px #DBDBDB; transition: all 0.3s ease-in-out; background: #fff; position: absolute; right: 0; top: .65rem;}
	.module-title .more:hover{	background: #13284A ; border-color: #13284A;	color: #fff;}


	.module-1 {
		padding: .7rem .6rem;
	}
	.module-1 .con{
		display: block;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0;
	}
	.module-1 .con .left-box{
		width: 100%;
	}
	.module-1 .con .left-box .module-title{
		padding-top: 0;
	}
	.module-1 .con .left-box p{
		line-height: 1.6em;
		margin-bottom: 1em;
	}

	.module-1 .con .right-box{
		width: 100%;
		position: relative;
	}
	.module-1 .con .right-box img{
		width: 100%;
		display: block;
		position: relative;
		z-index: 0;
	}
	.module-1 .con .right-box .btn-play{
		position: absolute;
		z-index: 1;
		width: 3rem;
		height: 3rem;
		cursor: pointer;
		background: url(../img/icon-play.svg) no-repeat;
		background-size: 100%;
		left: 50%;
		top: 50%;
		margin: -1.5rem 0 0 -1.5rem;
		text-indent: -999em;
		transition: all 0.3s ease-in-out;
	}
	.module-1 .con .right-box .btn-play:hover{
		transform: scale(1.1) ;
	}


	.module-3{
		padding: .7rem .6rem;}
	.module-3 .list-box{
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin: 0 -1%;
		flex-wrap: wrap;
	}
	.module-3 .list-box .con{
		margin-bottom: .5rem;
	}
	.module-3 .list-box .list{
		background-color: #fff;
		text-align: center;
		width: 48%;
		padding: 1%;
	}
	.module-3 .list-box .list img{
		object-fit: contain;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.module-4{
		padding: .7rem .6rem;}
	.module-4 .content{
		display: block;
		border-top: 1px solid #EEEEEE;
		padding: .3rem 0;
	}
	.module-4 .left-box{
		width: 100%;
	}
	.module-4 .left-box .module-title{
		padding-top: 0;
	}

	.module-4 .right-box{
		flex: 1;
	}
	.module-4 .right-box h3{
		font-size: 1.15em;
		padding-bottom: .1rem;
		color: #13284A;
	}
	.module-4 .right-box h4{
		font-size: 1em;
		padding-bottom: .1rem;
	}
	.module-4 .right-box p{
		margin-bottom: 1.5em;
	}
	.module-4 .right-box .list-box .list{
		padding: .1rem .2rem;
		position: relative;
		padding-left: 20px;
		background: url(../img/icon-07.svg) no-repeat left .4rem;
		background-size: .4rem;
		transition: all 0.3s ease-in-out;
	}
		table{ min-width: 100%; border-collapse: separate;border-collapse:collapse;border-spacing:0; margin-bottom: .3rem;}
		table thead{ font-weight: bold;}
		table td{padding: .15rem .2rem; margin: 0; border-top: 1px solid #EEEEEE; text-align: center;}
		table thead th,
		table thead td{border-top: 2px solid #EEEEEE;}
		table td:nth-child(even) {background-color: #fff;}
		table .firstRow{font-weight: bold;}

	/* 视频弹窗 */
	#window-01 video {
		position: absolute;
		width: 100%;
		height: auto;
		max-width: 90%;
		max-height: 90%;
		object-fit: fill;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}




















