@charset "utf-8";
#wrap.on #banner{
	transition: all 1.2s ease-in-out;
}
#header{
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background-color: rgba(255,255,255,0.95);
}

#banner{ width: 100%; min-width: 1024px; overflow: hidden; position: relative; top: 0;}
#banner .banner{position: relative; height: 100%;}
#banner .swiper-wrapper{position: relative; width: 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{background-position: center center; background-repeat: no-repeat; background-size: cover;}
#banner a{display: block;}
#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; text-align: left; letter-spacing: .1rem; padding-left: .15rem; margin-bottom: .4em; line-height: 1.2em; text-shadow: 0 0 3px rgba(0,0,0,.4);}
#banner .banner-con h4{font-size: .42rem; font-weight: normal; line-height: 1.5em; letter-spacing: .03rem; margin-bottom: 1.6em; opacity: .9; text-transform: uppercase; position: relative; top: 0;}
#banner .banner-con span{width: 130px; height: 42px; font-size: 14px; line-height: 40px; display: block; margin: 80px 0 0; border: 1px solid #fff; text-align: center; border-radius: 3px; background: rgba(0,0,0,0.3) ;}
#banner .banner-con span:hover{background: #36439B; border: 1px solid #36439B;}
#banner .swiper-slide{ position: relative; height: auto !important;}
#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{width: 8px; height: 8px; box-sizing: content-box; background: none; border: 2px solid rgba(255, 255, 255, 0.77); text-align: center; line-height: 8px; opacity: 1; color: #fff; margin: 0 .05rem;}
#banner .swiper-pagination-bullet-active{border-color: #fff; background-color: #fff; color: #fff;}



.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{padding: .5rem 0; background:#F5F6F7 url(../img/about-01.jpg) no-repeat right bottom; background-size: 100%;}
.module-1 .module-title h2{font-size: 16px; color: #000;}
.module-1 .module-title p{font-size: 10px; line-height: 1.8em;}

.module-1 .con{	width: 65%; min-width: 800px;}
.module-1 .con h1{font-size: 32px; color: #36439B; margin: 30px 0;}
.module-1 .con p{margin-bottom: 1.5em; line-height: 1.5em;}

.module-1 .main-box{
	position: relative;
	padding-bottom: 1rem;
}
.module-1 .main-box .list-box{
	padding-right: 1rem;
	font-size: .18rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: .4rem 0;
}
.module-1 .main-box .list-box .list{
	display: flex;
	width: 30%;
	align-items: center;
	margin-bottom: 38px;
}
.module-1 .main-box .list-box .list img{
	width: 65px;
	margin-right: 10px;
}
.module-1 .main-box .list-box .list .bt h3{
	font-size: 25px;
	font-weight: bold;
	color: #36439B;
	margin-bottom: 5px;
}
.module-1 .main-box .list-box .list .bt h3 i{
	font-style: normal;
	font-size: 22px;
	position: relative;
	top: -2px;
}
.module-1 .main-box .list-box .list .bt p{
	font-size: 14px;
	margin: 0;
}
.home-bg{
	background: url(../img/yfpt.jpg) no-repeat center top;
	background-size: cover;
}
.module-2{ padding: 0; top: -70px; position: relative;}


.module-2 .list-box{
	display: flex;
	justify-content: space-between;
}
.module-2 .list-box .list{
	width: 22%;
	background: linear-gradient(161.79deg, #3947a3 16.64%, #1c296f 90.59%) no-repeat;
	border-radius: 20px 0 20px 0;
	display: flex;
	justify-content: center;
	padding: 35px 0 30px 35px;
	color: #fff;
	flex-direction: column;
	position: relative;
	transition: all 0.3s ease-in-out;
	box-shadow: 0 3px 6px rgba(0,0,0,0.1);
	border: 1px solid rgba(255, 255, 255, 0);
}
.module-2 .list-box .list:hover{
	border: 1px solid rgba(255, 255, 255, 0.5);
	transform: scale(1.05);
	box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.module-2 .list-box .list h2{
	margin-bottom: 20px;
	font-size: 32px;
}
.module-2 .list-box .list p{
	margin: 0;
}
.module-2 .list-box .list img{
	position: absolute;
	right: 20px;
	width: 32px;
	top: 30px;
	display: block;
	transition: all 0.3s ease-in-out;
}
.module-2 .list-box .list:hover img{
	transform: rotate(45deg);
}


.module-3{
	padding-bottom: 90px;
}
.module-3 .block-01{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.module-3 .block-02{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.module-3 .left-box{
	width: 55%;
	padding-right: 5%;
	text-align: justify;
}
.module-3 .block-02 .left-box{
	width: 55%;
	padding-right: 0;
	padding-left: 5%;
	text-align: justify;
}
.module-3 .left-box h1{
	font-size: 32px;
	color: #3947a3;
	margin-bottom: 30px;
}
.module-3 .left-box p{
	margin-bottom: 1.5em;
}
.module-3 .right-box{
	position: relative;
	width: 45%;
	overflow: hidden;
	border-radius: 30px 0 30px 0;
}
.module-3 .right-box img{
	display: block;
	width: 100%;
}
.module-3 .swiper-pagination-bullet{width: 8px; height: 8px; box-sizing: content-box; background: none; border: 2px solid rgba(255, 255, 255, 0.77); text-align: center; line-height: 8px; opacity: 1; color: #fff; margin: 0 .05rem;}
.module-3 .swiper-pagination-bullet-active{border-color: #fff; background-color: #fff; color: #fff;}

.module-3 .block-02 .list-box{
	display: flex;
	flex-wrap: wrap;
}
.module-3 .block-02 a{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	width: 290px;
	margin-right: 20px;
	margin-bottom: 20px;
	height: 38px;
	background-color: #fff;
	border: 1.5px solid #36439B;
	color: #36439B;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}
.module-3 .block-02 a:hover{
	background-color: #36439B;
	color: #fff;
}

.module-3 .more{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	width: 120px;
	height: 38px;
	background-color: #fff;
	border: 1.5px solid #36439B;
	color: #36439B;
	font-size: 14px;
}
.module-3 .more img{
	display: block;
	width: 22px;
	margin-left: 10px;
	transition: all 0.3s ease-in-out;
}
.module-3 .more:hover img{
	transform: rotate(45deg);
}


.module-4{background:#fff; overflow: hidden; padding: .5rem 0;}

.module-4 .list-box{display: flex; width: 100%; justify-content: space-between; margin: .2rem  0;}
.module-4 .list-box .list{margin: .4rem .2rem; display: flex; flex-direction: column; align-items: center; }
.module-4 .list-box .list .icon img{
	display: block;
	width: 160px;
}
.module-4 .list-box .list .con{
	padding-top: .20rem;
}
.module-4 .list-box .list .con .t{
	margin-bottom: .18rem;
}



#window-01 {
	background-color: #000;
}

#window-01 video {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 90%;
	object-fit: fill;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#window-01 .bqxx {
	position: absolute;
	right: 7%;
	bottom: 10%;
	color: #fff;
}


@media screen and (max-width: 1920px) {
	
	.hot-news .title{ font-size: .2rem; }
	.hot-news .con{ font-size: .14rem; }
	.news-list .list .box-con b{font-size: .2rem; }
	.news-list .list .box-con p{  font-size: .16rem; }

}


@media screen and (max-width: 1660px) {
	
	.module-2 .list-box .list{
		width: 21%;
		background: linear-gradient(161.79deg, #3947a3 16.64%, #1c296f 90.59%) no-repeat;
		border-radius: 20px 0 20px 0;
		display: flex;
		justify-content: center;
		padding: .35rem 0 .3rem 35px;
		color: #fff;
		flex-direction: column;
		position: relative;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 3px 6px rgba(0,0,0,0.1);
		border: 1px solid rgba(255, 255, 255, 0);
	}
	.module-2 .list-box .list h2{
		margin-bottom: 20px;
		font-size: .28rem;
	}
	.module-3 .block-02 a{
		width: 270px;
		margin-right:15px;
	}
	.module-3 .left-box{
		width: 55%;
		padding-right: 3%;
		text-align: justify;
	}
	.module-3 .block-02 .left-box{
		width: 55%;
		padding-right: 0;
		padding-left: 3%;
		text-align: justify;
	}
}


@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: .4em; 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: .7rem; font-weight: bold; letter-spacing: .03rem; margin-bottom: 1.6em; 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{margin-top: 0; padding: 20px 20px 0; background: none;}
	.module-1 .module-title{padding: 0 0 5px 0;}
	.module-1 .module-title h2{font-size: 14px; color: #000;}
	.module-1 .module-title p{font-size: 10px; line-height: 1.8em;}

	.module-1 .con{	width: 100%; min-width: auto;text-align: justify;}
	.module-1 .con h1{font-size: 16px; color: #36439B; margin: 0px 0 10px;}
	.module-1 .con p{margin-bottom: 1.5em; line-height: 1.5em;}

	.module-1 .main-box{
		position: relative;
		padding-bottom: 0;
	}
	.module-1 .main-box .list-box{
		padding-right: 1rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding: .4rem 0;
	}
	.module-1 .main-box .list-box .list{
		display: flex;
		width: 50%;
		align-items: center;
		margin-bottom: 18px;
	}
	.module-1 .main-box .list-box .list>div{
		display: flex;
	}
	.module-1 .main-box .list-box .list img{
		width: 45px;
		margin-right: 10px;
	}
	.module-1 .main-box .list-box .list .bt{
		flex-direction: column;
	}
	.module-1 .main-box .list-box .list .bt h3{
		font-size: 18px;
		font-weight: bold;
		color: #36439B;
		margin-bottom: 0px;
	}
	.module-1 .main-box .list-box .list .bt h3 i{
		font-style: normal;
		font-size: 16px;
		position: relative;
		top: -2px;
	}
	.module-1 .main-box .list-box .list .bt p{
		font-size: 12px;
		margin: 0 0 5px;
	}
	.module-1 .main-box .mobile img{
		display: block;
		border-radius: 20px;
		width: 100%;
	}

	.home-bg{
		background: url(../img/yfpt.jpg) no-repeat center top;
		background-size: cover;
		padding-top: 100px;
		margin-top: -80px;
	}

	.module-2{ padding: 0 20px; top: 0px; position: relative;}
	.module-2 .list-box{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.module-2 .list-box .list{
		width: 50%;
		box-sizing: border-box;
		background: linear-gradient(161.79deg, #3947a3 16.64%, #1c296f 90.59%) no-repeat;
		border-radius: 20px 0 20px 0;
		display: flex;
		justify-content: center;
		padding: 30px 20px;
		color: #fff;
		flex-direction: column;
		position: relative;
		transition: all 0.3s ease-in-out;
		box-shadow: 0 3px 6px rgba(0,0,0,0.1);
		border: 1px solid rgba(255, 255, 255, 0);
	}
	.module-2 .list-box .list:nth-child(1){
		border-radius: 0 20px 0 20px;
	}
	.module-2 .list-box .list:nth-child(4){
		border-radius: 0 20px 0 20px;
	}
	.module-2 .list-box .list:hover{
		border: 1px solid rgba(255, 255, 255, 0.5);
		transform: scale(1.05);
		box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	}
	.module-2 .list-box .list h2{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.module-2 .list-box .list p{
		margin: 0;
	}
	.module-2 .list-box .list img{
		display: none;
		position: absolute;
		right: 20px;
		width: 22px;
		top: 30px;
		transition: all 0.3s ease-in-out;
	}
	.module-2 .list-box .list:hover img{
		transform: rotate(45deg);
	}


	.module-3{
		padding: 20px;
		padding-bottom: 20px;
	}
	.module-3 .block-01{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	.module-3 .block-02{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		justify-content: space-between;
	}
	.module-3 .left-box{
		width: 100%;
		padding-right: 0%;
		padding-top: 10px;
		text-align: justify;
	}
	.module-3 .block-02 .left-box{
		width: 100%;
		padding-right: 0%;
		padding-left: 0%;
		text-align: justify;
	}
	.module-3 .left-box h1{
		font-size: 17px;
		color: #3947a3;
		margin-bottom: 10px;
	}
	.module-3 .left-box p{
		margin-bottom: 1.5em;
	}
	.module-3 .right-box{
		position: relative;
		width: 100%;
		padding-right: 0%;
		overflow: hidden;
		border-radius: 20px;
	}
	.module-3 .right-box img{
		display: block;
		width: 100%;
	}
	.module-3 .swiper-pagination-bullet{width: 8px; height: 8px; box-sizing: content-box; background: none; border: 2px solid rgba(255, 255, 255, 0.77); text-align: center; line-height: 8px; opacity: 1; color: #fff; margin: 0 .05rem;}
	.module-3 .swiper-pagination-bullet-active{border-color: #fff; background-color: #fff; color: #fff;}

	.module-3 .block-02 .list-box{
		display: flex;
		flex-wrap: wrap;
	}
	.module-3 .block-02 a{
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 30px;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		height: 38px;
		background-color: #fff;
		border: 1.5px solid #36439B;
		color: #36439B;
		font-size: 14px;
		transition: all 0.3s ease-in-out;
	}
	.module-3 .block-02 a:hover{
		background-color: #36439B;
		color: #fff;
	}

	.module-3 .more{
		display: flex;
		margin: auto;
		align-items: center;
		justify-content: center;
		border-radius: 30px;
		width: 120px;
		height: 38px;
		background-color: #fff;
		border: 1.5px solid #36439B;
		color: #36439B;
		font-size: 14px;
	}
	.module-3 .more img{
		display: block;
		width: 22px;
		margin-left: 10px;
		transition: all 0.3s ease-in-out;
	}
	.module-3 .more:hover img{
		transform: rotate(45deg);
	}


	.module-4{background:#fff; overflow: hidden; padding: 0 20px 20px;}

	.module-4 .list-box{display: flex; width: 100%; flex-wrap: wrap; justify-content: space-between; margin: .2rem  0;}
	.module-4 .list-box .list{margin: .4rem .2rem; width: calc(33.3% - .4rem); display: flex; flex-direction: column; align-items: center; }
	.module-4 .list-box .list .icon img{
		display: block;
		width: 23vw;
	}
	.module-4 .list-box .list .con{
		padding-top: .20rem;
	}
	.module-4 .list-box .list .con .t{
		margin-bottom: 14px;
	}

}




















