@charset "utf-8";
#wrap{background: #fff url(../img/icon.svg) no-repeat 110% 4rem; background-size: 10rem;}
#banner{ width: 100%; min-width: 1024px; overflow: hidden; position: relative;  margin-top: 0;}
#banner img{width: 100%; display: block;}
#banner .banner-bg{position: relative; height: 6.5rem; 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: #36439B; font-size: 32px; line-height: 1.5em; display: block; position: relative;}
.module-title p{color: #666; font-size: 12px; text-transform: uppercase; line-height: 1.3em; 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: #36439B ; border-color: #36439B;	color: #fff;}


.module-1 .module-title{
	text-align: center;
}
.module-1 .module-title img{
	display: block;
	margin: 0 auto;
	width: 60px;
}
.module-1 .con{
	padding-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.module-1 .con .left-box{
	width: 54%;
}
.module-1 .con .left-box img{
	display: block;
	width: 100%;
	border-radius: .4rem 0 .4rem 0;
}
.module-1 .con .right-box{
	width: 43%;
	position: relative;
	font-size: 16px;
}
.module-1 .con .right-box h1{
	font-size: .28rem;
	line-height: 1.5em;
	color: #36439B;
}
.module-1 .con .right-box h2{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
}
.icon-box{
	display: flex;
	flex-wrap: wrap;
	margin: .2rem 0;
}
.icon-box div{
	display: flex;
	font-size: 14px;
	align-items: center;
	border: 1px solid #eee;
	background-color: #fff;
	color: #36439B;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px 0 3px;
	margin: 10px 10px 10px 0;
}
.icon-box div img{
	display: block;
	width: 34px;
	margin-right: 12px;
}

.module-1 .con .right-box h3{
	font-size: 16px;
	line-height: 1.5em;
	color: #36439B;
	margin-bottom: .5em;
}
.module-1 .con .right-box .zl{
	margin-bottom: .5em;
	line-height: 2em;
}

.module-2{
	background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%) no-repeat;
	padding-bottom: 50px;
}
.module-2 .module-title{
	text-align: center;
}
.module-2 .list-box{
	display: flex;
	flex-wrap: wrap;
	margin: .2 -.2rem;
}
.module-2 .list-box .list{
	width: calc(33.3% - .4rem);
	margin: 0 .2rem;
	border: 1px solid #f1f1f1;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: .2rem;
	transition: all 0.3s ease-in-out;
}
.module-2 .list-box .list:hover{
	box-shadow: 0 3px 20px rgba(0,0,0,0.16);
}
.module-2 .pic{
	overflow: hidden;
}
.module-2 .pic img{
	display: block;
	width: 100%;
	border-radius: 20px 20px 0 0;
	transition: all 0.3s ease-in-out;
}
.module-2 .list:hover .pic img{
	transform: scale(1.1);
}
.module-2 .con{
	text-align: center;
	padding: 20px 0;
}
.module-2 .con h1{
	font-size: .28rem;
	line-height: 1.5em;
	color: #36439B;
}
.module-2 .con h2{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0 20px;
}

.module-2 .con h3{
	font-size: 16px;
	line-height: 1.5em;
	color: #36439B;
	margin-bottom: .5em;
}
.module-2 .con .zl{
	margin-bottom: .5em;
	line-height: 2em;
}
.module-2 .con .icon-box{
	justify-content: center;
	margin: 10px 0;
}
.module-2 .con .icon-box div{
	margin: 3px ;
}

/*  */
.module-3{
	padding: 0 0 50px 0;
}
.module-3 .table{
	margin-top: .3rem;
	overflow: hidden;
	border-radius: 20px;
	background: linear-gradient(0.07deg, #f1f1f1 -91.17%, #fff 99.94%) no-repeat;
	box-shadow: 0 4px 10px rgba(0, 71, 107, 0.1);
}
.module-3 .table .head{
	display: flex;
	align-items: center;
	background: url(../img/table-bg.jpg) no-repeat center center;
	background-size: cover;
}
.module-3 .table .head div{
	padding: 20px 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.module-3 .table .head div:nth-child(1){
	width: 20%;
	display: flex;
	align-items: center;
}
.module-3 .table .head div:nth-child(1)::before{
	content: "";
	margin-right: 8px;
	width: 6px;
	height: 20px;
	border-radius: 5px;
	background-color: #fff;
}

.module-3 .table .head div:nth-child(2){
	width: 50%;
	display: flex;
	align-items: center;
	padding-left: 40px;
}
.module-3 .table .head div:nth-child(3){
	width: 30%;
	display: flex;
	align-items: center;
	padding-left: 20px;
}


.module-3 .table .list{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 10px;
}
.module-3 .table .list div{
	padding: .2rem 30px;
	font-size: 16px;
}
.module-3 .table .list div:nth-child(1){
	width: 20%;
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #36439B;
}
.module-3 .table .list div:nth-child(1) img{
	margin-right: 10px;
	width: 50px;
	margin-left: 20px;
}
.module-3 .table .list div:nth-child(2){
	width: 45%;
	display: block;
}

.module-3 .table .list div:nth-child(3){
	width: 35%;
	display: block;
}
.module-3 .table .list span{
	display: block;
	padding: 10px 0;
}
.module-3 .table .list h1{
	font-size: 20px;
	padding-bottom: 10px;
}
.module-3 .table .list h2{
	font-size: 18px;
	font-weight: normal;
}
.module-3 .table .list p{
	padding: 10px 0;
	line-height: 1.5em;
}

/*  */
.module-4 .module-title h2{
	font-size: 22px;
}
.module-4 .list-box{
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding: 10px 15px 30px;
}
.module-4 .list{
}
.module-4 .list .pic{
	border-radius: 10px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.16);
	overflow: hidden;
}
.module-4 .list .pic img{
	display: block;
	width: 100%;
}
.module-4 .list h1{
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	padding: 20px 0;
}

@media screen and (max-width: 1660px) {

	.module-3 .table .list div{
		padding: .2rem 30px;
		font-size: 14px;
	}
	.module-3 .table .list h1{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.module-3 .table .list h2{
		font-size: 16px;
		font-weight: normal;
	}

}


@media screen and (max-width: 768px) {


	#banner{ width: 100%; min-width: 100%; height: 44vw; margin: 50px 0 0 0; border-radius: 0; 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; background-color: #000;}
	#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%); opacity: .9;}
	#banner .banner-bg{position: relative; height: 100%; background-position: center center !important; background-repeat: no-repeat; background-size: cover;}
	#banner a{width: 100vw; height: 70vw;}
	#banner a img{width: 100%; display: block;}
	#banner .banner-con{text-align: left; position: absolute; width: 90%; max-width: 1400px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff;}
	#banner .banner-con h2{font-size: .7rem; font-weight: bold; text-align: center; letter-spacing: .1rem; margin-bottom: .2em; 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: .03rem; 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 h4{font-size: .3rem; font-weight: bold; text-align: center; letter-spacing: 0; margin-bottom: 1.2em; opacity: .9; text-transform: uppercase; position: relative; top: 0; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .banner-con span{width: 130px; height: 42px; font-size: 14px; line-height: 40px; 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: #36439B url(../img/icon-more.png) no-repeat right 15px center; border: 1px solid #36439B;}
	#banner .swiper-slide{ position: relative; height: auto !important;}
	#banner .swiper-button-prev{left: 10px;opacity: .2; display: none;}
	#banner .swiper-button-next{right: 10px;opacity: .2; display: none;}
	#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{bottom: 0 !important;}
	#banner .swiper-pagination-bullet{border: 0; background-color: rgba(255, 255, 255, 0.75); margin: 0 2px;}
	#banner .swiper-pagination-bullet-active{background-color: #36439B;}
	
	.module-title{padding: 20px 0 20px 0; display: block; margin: 0px 0 0; position: relative; }
	.module-title h2{color: #36439B; font-size: 17px; display: block; position: relative;}
	.module-title p{font-size: 10px;}
	.module-title span{height: 3px; display: block; position: relative; background: #36439B; border-radius: 3px; margin:8px 0 10px; width: .5rem; }
	.module-title .more{ position: absolute; right: 0; top: 35px; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #888; width: 6em; height: 24px; line-height: 22px;}
	.module-title .more:hover{	background: #36439B ;	border-color: #36439B;	color: #fff;width: 100px;}
	

	
	.module-1 .module-title{
		text-align: center;
	}
	.module-1 .module-title img{
		display: block;
		margin: 0 auto;
		width: 60px;
	}
	.module-1 .con{
		padding: 0 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
	.module-1 .con .left-box{
		width: 100%;
	}
	.module-1 .con .left-box img{
		display: block;
		width: 100%;
		border-radius: 20px;
	}
	.module-1 .con .right-box{
		width: 100%;
		position: relative;
		font-size: 14px;
		text-align: center;
		padding-top: 20px;
	}
	.module-1 .con .right-box h1{
		font-size: 16px;
		line-height: 1.5em;
		color: #36439B;
	}
	.module-1 .con .right-box h2{
		font-size: 14px;
		font-weight: normal;
		line-height: 1.5em;
	}
	.icon-box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: .2rem 0;
	}
	.icon-box div{
		display: flex;
		font-size: 14px;
		align-items: center;
		border: 1px solid #eee;
		background-color: #fff;
		color: #36439B;
		border-radius: 20px;
		height: 40px;
		line-height: 40px;
		padding: 0 20px 0 3px;
		margin: 10px 10px 10px 0;
	}
	.icon-box div img{
		display: block;
		width: 34px;
		margin-right: 12px;
	}

	.module-1 .con .right-box h3{
		font-size: 16px;
		line-height: 1.5em;
		color: #36439B;
		margin-bottom: .5em;
	}
	.module-1 .con .right-box .zl{
		margin-bottom: .5em;
		line-height: 2em;
	}

	.module-2{
		background: linear-gradient(180deg, #f1f1f1 0%, #fff 100%) no-repeat;
		padding: 20px;
	}
	.module-2 .module-title{
		text-align: center;
	}
	.module-2 .list-box{
		display: flex;
		flex-wrap: wrap;
		margin: .2 0;
	}
	.module-2 .list-box .list{
		width: 100%;
		margin: 0;
		border: 1px solid #f1f1f1;
		background-color: #fff;
		border-radius: 20px;
		overflow: hidden;
		margin-bottom: 10px;
		transition: all 0.3s ease-in-out;
	}
	.module-2 .list-box .list:hover{
		box-shadow: 0 3px 20px rgba(0,0,0,0.16);
	}
	.module-2 .pic{
		overflow: hidden;
	}
	.module-2 .pic img{
		display: block;
		width: 100%;
		border-radius: 20px 20px 0 0;
		transition: all 0.3s ease-in-out;
	}
	.module-2 .list:hover .pic img{
		transform: scale(1.1);
	}
	.module-2 .con{
		text-align: center;
		padding: 20px 0;
	}
	.module-2 .con h1{
		font-size: 16px;
		line-height: 1.5em;
		color: #36439B;
	}
	.module-2 .con h2{
		font-size: 14px;
		font-weight: normal;
		line-height: 1.5em;
		padding: 0 20px;
	}

	.module-2 .con h3{
		font-size: 16px;
		line-height: 1.5em;
		color: #36439B;
		margin-bottom: .5em;
	}
	.module-2 .con .zl{
		margin-bottom: .5em;
		line-height: 2em;
	}
	.module-2 .con .icon-box{
		justify-content: center;
		margin: 10px 0;
	}
	.module-2 .con .icon-box div{
		margin: 3px ;
	}

	/*  */
	.module-3{
		padding: 0 20px;
	}
	.module-3 .con{
		text-align: justify;
	}
	.module-3 .table{
		margin-top: .3rem;
		overflow: visible;
		border-radius: 200px;
		background: none;
		box-shadow: none;
	}
	.module-3 .table .head{
		display: none;
	}


	.module-3 .table .list{
		display: flex;
		align-items: center;
		flex-direction: column;
		border-bottom: 0;
		padding: 10px;
		border-radius: 20px;
		background: linear-gradient(0.07deg, #f1f1f1 -91.17%, #fff 99.94%) no-repeat;
		box-shadow: 0 4px 10px rgba(0, 71, 107, 0.1);
		margin-top: 10px;
	}
	.module-3 .table .list div{
		padding: .2rem 0;
		font-size: 16px;
	}
	.module-3 .table .list div:nth-child(1){
		width: 100%;
		display: flex;
		align-items: center;
		font-size: 20px;
		font-weight: bold;
		color: #36439B;
	}
	.module-3 .table .list div:nth-child(1) img{
		margin-right: 10px;
		width: 50px;
		margin-left: 0px;
	}
	.module-3 .table .list div:nth-child(2){
		width: 100%;
		display: block;
	}

	.module-3 .table .list div:nth-child(3){
		width: 100%;
		display: none;
	}
	.module-3 .table .list span{
		display: block;
		padding: 10px 0;
	}
	.module-3 .table .list h1{
		font-size: 14px;
		padding-bottom: 0;
	}
	.module-3 .table .list h2{
		font-size: 12px;
		font-weight: normal;
	}
	.module-3 .table .list p{
		padding: 10px 0;
		line-height: 1.5em;
		font-size: 12px;
	}

	/*  */
	.module-4{
		padding: 0 20px;
	}
	.module-4 .module-title h2{
		font-size: 17px;
	}
	.module-4 .list-box{
		width: 80%;
		margin-bottom: 20px;
		overflow: visible;
		position: relative;
		padding: 10px 0 30px;
	}
	.module-4 .list{
	}
	.module-4 .list .pic{
		border-radius: 10px;
		box-shadow: 0 3px 10px rgba(0,0,0,0.16);
		overflow: hidden;
	}
	.module-4 .list .pic img{
		display: block;
		width: 100%;
	}
	.module-4 .list h1{
		font-size: 14px;
		text-align: center;
		font-weight: normal;
		padding: 20px 0;
	}


}

















