@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; height: 100vh;  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{position: absolute; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover;}
#banner a{display: block;}
#banner a img{width: 100%; display: block; position: absolute; height: 100%;}
#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: #13284A; border: 1px solid #13284A;}
#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: #1576D1; background-color: #1576D1; color: #fff;}





.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 .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: .3rem 0;
}

.module-1 .module-title{text-align: center;}
.module-1 .con{font-size: .2rem; text-align: center; margin-bottom: .2rem;}
.module-1 .main-box{
	position: relative;
	padding-bottom: 1rem;
}
.module-1 .main-box .list-box{
	padding-right: 1rem;
	font-size: .18rem;
	display: flex;
	justify-content: space-around;
	padding: .4rem 0;
}
.module-1 .main-box .list-box .list-box{
	display: flex;
	align-items: end;
	padding-left: 2em;
	margin-top: .5rem;
	padding: 0 .5rem;
}
.module-1 .main-box .list-box .list{
	margin-right: .4rem;
	text-align: center;
}
.module-1 .main-box .list-box .list img{
	width: 2.6rem;
}
.module-1 .main-box .list-box .list .bt{
	margin-top: .3rem;
	font-size: .24rem;
	font-weight: bold;
}



.module-2{ background: #F8F8F8; padding: .7rem 0;}
.module-2 .module-title{padding-top: 0;}
.module-2 .pro-box{position: relative; width: 100%; display: flex;}
.module-2 .con{font-size: .2rem;}
.module-2 .left-box{
	width: 50%;
}
.module-2 .list-box{
	display: flex;
	padding-top: .5rem;
	flex-wrap: wrap;
	padding-right: 2%;
}
.module-2 .list-box .list{
	width: 50%;
	margin: .1rem 0;
}

.module-2 .list-box a span{
	padding: .1rem  .2rem;
	line-height: 1.5em;
	font-size: 18px;
	font-weight: bold;
	background: url(../img/icon-07.svg) no-repeat left center;
	background-size: .15rem;
	transition: all 0.3s ease-in-out;
}
.module-2 .list-box a:hover span{
	color: #13284A;
	background: url(../img/icon-07.svg) no-repeat right center;
	background-size: .15rem;
}
.module-2 .list-box a.on span{
	color: #13284A;
	background: url(../img/icon-07.svg) no-repeat right center;
	background-size: .15rem;
}

.module-2 .right-box{
	width: 50%;
	position: relative;
}
.module-2 .right-box>img{
	display: block;
	width: 100%;
}
.module-2 .right-box::after{

}
.module-2 .right-box div{
	position: absolute;
	width: 100%;
	top: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.module-2 .right-box div.on{
	opacity: 1;
}
.module-2 .right-box img{
	width: 100%;
	display: block;
}




.module-3{background:#fff; overflow: hidden; padding: .8rem 0;}
.module-3 .top-box{display: flex; margin: 0 -.2rem;}
.module-3 .top-box a{display: block; margin: .2rem; width: 50%; position: relative; background: linear-gradient(138.77deg, #f8f8f8 30.29%, #fff 100%) no-repeat;}
.module-3 .top-box a .pic{position: relative; z-index: 0;}
.module-3 .top-box a img{display: block; width: 100%;}
.module-3 .top-box a .con{position: absolute; z-index: 1; height: 2rem; width: 55%; padding: .4rem; top: 50%; transform: translate(0,-50%); left: .5rem;}
.module-3 .top-box a .con .h2{font-size: .3rem; line-height: 1.4em; margin-bottom: .1rem; color: #13284A; font-weight: bold;}
.module-3 .top-box a .con .p{line-height: 1.5em; font-size: .18rem; line-height: 1.3em; color: #474747;}
.module-3 .top-box a .con span{width: .38rem; height: .38rem; background: #13284A url(../img/right-01.svg) no-repeat center; background-size: .1rem; border-radius: .03rem; position: absolute; left: .4rem; bottom: 0rem;transition: all 0.3s ease-in-out;}
.module-3 .top-box a:hover .con span{ width: .5rem;}

.module-3 .bottom-box{display: flex; margin: 0 -.2rem;}
.module-3 .bottom-box a{display: block; margin: .2rem; width: 50%; position: relative; background: linear-gradient(138.77deg, #f8f8f8 30.29%, #fff 100%) no-repeat;}
.module-3 .bottom-box a .pic{position: relative; z-index: 0;}
.module-3 .bottom-box a img{display: block; width: 100%;}
.module-3 .bottom-box a .con{position: absolute; z-index: 1; padding: .4rem; top: 50%; transform: translate(0,-60%); left: .5rem;}
.module-3 .bottom-box a .con .h2{font-size: .36rem; color: #13284A; margin-bottom: .25rem; font-weight: bold;}
.module-3 .bottom-box a .con span{width: .38rem; height: .38rem; background: #fff url(../img/right-02.svg) no-repeat center; background-size: .1rem; border-radius: .03rem; border: 1px solid #DBDBDB; position: absolute; left: .4rem; bottom: 0;transition: all 0.3s ease-in-out;}
.module-3 .bottom-box a:hover .con span{ width: .5rem;}


.module-4{background:url(../img/module-4-bg.png) center top; background-size: auto 100%; overflow: hidden; padding: .5rem 0;}
.module-4 .module-title{ text-align: center;}
.module-4 .module-title h2{display: block; position: relative;}

.module-4 .main-box{padding-bottom: 40px; display: flex; justify-content: space-between;}
.module-4 .list-box{display: flex; flex-wrap: wrap; justify-content: space-between; margin: .4rem -.2rem 0;}
.module-4 .list-box .list{margin: .4rem .2rem; display: flex; width: calc(48% - .2rem);}
.module-4 .list-box .list .icon img{
	display: block;
	width: .8rem;
}
.module-4 .list-box .list .con{
	padding-left: .25rem;
}
.module-4 .list-box .list .con .t{
	font-size: .24rem;
	font-weight: bold;
	margin-bottom: .18rem;
}
.module-4 .list-box .list .con .c{
	font-size: .2rem;
	color: #474747;
	line-height: 1.8em;
}

.module-5{
	background: #F8F8F8;
	padding: .7rem 0;
	display: block;
}
.module-5 .mainBox{
	position: relative;
	overflow: hidden;
}
.module-5 .module-title{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}
.module-5 .swiper-slide{
	opacity: 0 !important;
}
.module-5 .swiper-slide-active{
	opacity: 1 !important;
}
.module-5 .case-box{
	position: relative;
}
.module-5 .left-box{
	position: absolute;
	top: 1rem;
	width: calc(100% - 6.5rem);
	background: linear-gradient(119.5deg, #f8f8f6 2.06%, rgba(255, 255, 255, 0.84) 76.35%) no-repeat;
	padding: .2rem .8rem .5rem 0;
}
.module-5 .left-box .t{
	font-size: .32rem;
	font-weight: bold;
	margin-bottom: .1rem;
}
.module-5 .left-box .c{
	font-size: .2rem;
	line-height: 1.6em;
}
.module-5 .left-box .c p{
	padding-top: 1em;
}

.module-5 .pic{
	float: right;
}
.module-5 .pic img{
	width: 8rem;
	height: 5.2rem;
	display: block;
}
.module-5 .btn-box{
	position: absolute;
	z-index: 99;
	width: 2.2rem;
	display: flex;
	bottom: 0;
	height: .48rem;
}
.module-5 .btn-box .swiper-pagination{
	position: relative;
	bottom: auto;
	top: 0%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.module-5 .btn-box .swiper-pagination .swiper-pagination-bullet{
	width: .11rem;
	height: .11rem;
	margin: 0 .05rem;
}
.module-5 .btn-box .swiper-pagination .swiper-pagination-bullet-active{
	background: #13284A;
}
.module-5 .btn-box .swiper-button-next, 
.module-5 .btn-box .swiper-button-prev{
	top: 0;
	margin: 0;
	width: .48rem;
	height: .48rem;
	border-radius: 100%;
	border: 1px solid #ddd;
}
.module-5 .swiper-button-prev{left: 0;}
.module-5 .swiper-button-next{right: 0;}
.module-5 .swiper-button-prev:after{font-size: .22rem; font-weight: bold; color: #13284A; }
.module-5 .swiper-button-next:after{font-size: .22rem; font-weight: bold; color: #13284A; }


.module-6{
}
.module-6 .list-box{
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 1px;
	padding-top: .8rem;
	top: -.8rem;
}
.module-6 .list-box .list{
	box-sizing: border-box;
	height: auto;
	padding: .3rem;
	border: 1px solid #f1f1f1;
}
.module-6 .list-box .list .pic{
	overflow: hidden;
}
.module-6 .list-box .list .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	height: 2.5rem;
	transition: all 0.3s ease-in-out;
}
.module-6 .list-box .list:hover .pic img{
	transform: scale(1.05);
}
.module-6 .list-box .list .con{
	padding-top: .2rem;
}
.module-6 .list-box .list .t{
	font-size: .2rem;
	font-weight: bold;
	line-height: 1.6em;
	transition: all 0.3s ease-in-out;
}
.module-6 .list-box .list .d{
	font-size: .12rem;
	color: #888;
	padding-top: .05rem;
	margin-bottom: .15rem;
	line-height: 1.6em;
}
.module-6 .list-box .list .c{
	font-size: .18rem;
	color: #474747;
	line-height: 1.6em;
	transition: all 0.3s ease-in-out;
}
.module-6 .list-box .list:hover .t{
	color: #13284A;
}
.module-6 .list-box .list:hover .c{
	color: #000;
}
.module-6 .btn-box{
	width: 1rem;
	top: .2rem;
	right: 1.2rem;
	position: absolute;
}
.module-6 .swiper-button-prev{left: .1rem;}
.module-6 .swiper-button-prev:after{font-size: .26rem; font-weight: bold; color: #13284A; }
.module-6 .swiper-button-next{ right: .1rem;}
.module-6 .swiper-button-next:after{font-size: .26rem; font-weight: bold; color: #13284A; }
.module-6 .btn-box .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: -1.2rem; top: -.2rem;}
.module-6 .btn-box .more:hover{	background: #13284A ; border-color: #13284A;	color: #fff;}


.module-7{
	padding-bottom: .7rem;
}
.module-7 .list-box{
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 1px;
	padding-top: .8rem;
	top: -.8rem;
}
.module-7 .list-box .list{
	box-sizing: border-box;
	height: auto;
	padding: .3rem;
	border: 1px solid #f1f1f1;
}
.module-7 .list-box .list .pic{
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.module-7 .list-box .list .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}
.module-7 .list-box .list:hover .pic img{
	transform: scale(1.05);
}
.module-7 .list-box .list .con{
	padding-top: .2rem;
}
.module-7 .list-box .list .t{
	font-size: .2rem;
	font-weight: bold;
	line-height: 1.6em;
	transition: all 0.3s ease-in-out;
}
.module-7 .list-box .list .d{
	font-size: .12rem;
	color: #888;
	padding-top: .05rem;
	margin-bottom: .15rem;
	line-height: 1.6em;
}
.module-7 .list-box .list .c{
	padding: .15rem 0 0;
	display: flex;
	justify-content: space-between;
	font-size: .18rem;
	color: #888;
	line-height: 1.6em;
	transition: all 0.3s ease-in-out;
}
.module-7 .list-box .list .c .iconfont{
	font-size: .22rem;
	margin-right: .05rem;
	position: relative;
	top: .02rem;
}
.module-7 .list-box .list:hover .t{
	color: #13284A;
}
.module-7 .list-box .list:hover .c{
	color: #000;
}
.module-7 .btn-box{
	width: 1rem;
	top: .2rem;
	right: 0;
	position: absolute;
}
.module-7 .swiper-button-prev{left: .1rem;}
.module-7 .swiper-button-prev:after{font-size: .26rem; font-weight: bold; color: #13284A; }
.module-7 .swiper-button-next{ right: .1rem;}
.module-7 .swiper-button-next:after{font-size: .26rem; font-weight: bold; color: #13284A; }
.module-7 .btn-box .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: -1.2rem; top: -.2rem;}
.module-7 .btn-box .more:hover{	background: #13284A ; border-color: #13284A;	color: #fff;}



.module-8{
	padding-bottom: .7rem;
}
.module-8 .list-box{
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 1px;
	padding-top: .8rem;
	top: -.8rem;
	margin: -1%;
	display: flex;
	flex-wrap: wrap;
}
.module-8 .list-box .list{
	box-sizing: border-box;
	height: auto;
	width: 14.6%;
	margin: 1%;
	border: 1px solid #f1f1f1;
}
.module-8 .list-box .list .pic{
	overflow: hidden;
}
.module-8 .list-box .list .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}


#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: 1024px) {
	
	
	
	
	
	#banner{ width: 100%; min-width: 100%; height: 70vw;min-height: 70vw; max-height: 70vw; 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: #13284A url(../img/icon-more.png) no-repeat right 15px center; border: 1px solid #13284A;}
	#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-bullet{ width: 5px; height: 5px; background: none; margin: 0 3px;}
	#banner .swiper-pagination-bullet-active{background-color: #13284A; border-color: #13284A;}
	
	

	.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 .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-3{background:#fff; overflow: hidden; padding: .3rem .6rem;}
	.module-3 .top-box{display: flex; margin: 0 -.2rem;}
	.module-3 .top-box a{display: block; margin: .2rem; width: 50%; position: relative; background: linear-gradient(138.77deg, #f8f8f8 30.29%, #fff 100%) no-repeat;}
	.module-3 .top-box a .pic{position: relative; z-index: 0;}
	.module-3 .top-box a img{display: block; width: 100%;}
	.module-3 .top-box a .con{position: absolute; z-index: 1; height: 3rem; width: 100%; padding: .4rem; top: 50%; transform: translate(0,-50%); left: .5rem;}
	.module-3 .top-box a .con .h2{font-size: .6rem; margin-bottom: .2rem; color: #13284A; font-weight: bold;}
	.module-3 .top-box a .con .p{line-height: 1.5em; font-size: .4rem; color: #474747; width: 60%;}
	.module-3 .top-box a .con span{width: .6rem; height: .6rem; background: #13284A url(../img/right-01.svg) no-repeat center; background-size: .2rem; border-radius: .1rem; position: absolute; left: .4rem; bottom: 0rem;transition: all 0.3s ease-in-out;}
	.module-3 .top-box a:hover .con span{ width: .6rem;}

	.module-3 .bottom-box{display: flex; margin: 0 -.2rem;}
	.module-3 .bottom-box a{display: block; margin: .2rem; width: 50%; position: relative; background: linear-gradient(138.77deg, #f8f8f8 30.29%, #fff 100%) no-repeat;}
	.module-3 .bottom-box a .pic{position: relative; z-index: 0;}
	.module-3 .bottom-box a img{display: block; width: 100%;}
	.module-3 .bottom-box a .con{position: absolute; z-index: 1; padding: .4rem; top: 50%; transform: translate(0,-60%); left: .5rem;}
	.module-3 .bottom-box a .con .h2{font-size: .6rem; color: #13284A; margin-bottom: .5rem; font-weight: bold;}
	.module-3 .bottom-box a .con span{width: .6rem; height: .6rem; background: #fff url(../img/right-02.svg) no-repeat center; background-size: .2rem; border-radius: .1rem; border: 1px solid #DBDBDB; position: absolute; left: .4rem; bottom: 0;transition: all 0.3s ease-in-out;}
	.module-3 .bottom-box a:hover .con span{ width: .6rem;}



	.module-2{ background: #F8F8F8; padding: .7rem .6rem;}
	.module-2 .module-title{padding-top: 0;}
	.module-2 .pro-box{position: relative; width: 100%; display: block;}
	.module-2 .con{font-size: .48rem;}
	.module-2 .left-box{
		width: 100%;
	}
	.module-2 .list-box{
		display: block;
		padding-top: .2rem;
		flex-wrap: wrap;
		padding-right: 0;
		overflow: auto;
		white-space: nowrap
	}
	.module-2 .list-box .list{
		width: auto;
		display: inline-block;
		margin: .3rem 0;
		padding: .35rem .8rem .35rem 0;
	}

	.module-2 .list-box a span{
		padding: .1rem .2rem;
		padding-left: .45rem;
		line-height: 1.5em;
		font-size: .55rem;
		font-weight: bold;
		background: url(../img/icon-07.svg) no-repeat left center;
		background-size: .28rem;
		transition: all 0.3s ease-in-out;
	}
	.module-2 .list-box a:hover span{
		color: #13284A;
		background: url(../img/icon-07.svg) no-repeat left center;
		background-size: .28rem;
	}
	.module-2 .list-box a.on span{
		color: #13284A;
		background: url(../img/icon-07.svg) no-repeat left center;
		background-size: .28rem;
	}

	.module-2 .right-box{
		display: block;
		width: 100%;
		position: relative;
	}
	.module-2 .right-box>img{
		display: block;
		width: 100%;
	}
	.module-2 .right-box::after{

	}
	.module-2 .right-box div{
		position: absolute;
		width: 100%;
		top: 0;
		opacity: 0;
		transition: all 0.5s ease-in-out;
	}
	.module-2 .right-box div.on{
		opacity: 1;
	}
	.module-2 .right-box img{
		width: 100%;
		display: block;
	}




	.module-1{
		padding: .3rem;
	}

	.module-1 .module-title{text-align: center;}
	.module-1 .con{font-size: .48rem; text-align: center; margin-bottom: .2rem;}
	.module-1 .main-box{
		position: relative;
		padding-bottom: 1rem;
	}
	.module-1 .main-box .list-box{
		padding-right: 1rem;
		font-size: .18rem;
		display: flex;
		justify-content: space-around;
		padding: .8rem 0;
	}
	.module-1 .main-box .list-box .list-box{
		display: flex;
		align-items: end;
		padding-left: 2em;
		margin-top: .5rem;
		padding: 0 .5rem;
	}
	.module-1 .main-box .list-box .list{
		margin-right: 0;
		text-align: center;
	}
	.module-1 .main-box .list-box .list img{
		width: 3rem;
		display: block;
		margin: auto;
	}
	.module-1 .main-box .list-box .list .bt{
		margin-top: .3rem;
		font-size: .52rem;
		font-weight: bold;
	}



	.module-4{background:url(../img/module-4-bg.png) center top; background-size: auto 100%; overflow: hidden; padding: .5rem 0;}
	.module-4 .module-title{ text-align: center;}
	.module-4 .module-title h2{display: block; position: relative;}

	.module-4 .main-box{padding-bottom: 20px; display: flex; justify-content: space-between;}
	.module-4 .list-box{display: flex; flex-wrap: wrap; padding: .6rem; justify-content: space-between; margin: .4rem 0 0;}
	.module-4 .list-box .list{margin: .4rem .2rem; display: flex; width: 100%;}
	.module-4 .list-box .list .icon img{
		display: block;
		width: 2rem;
	}
	.module-4 .list-box .list .con{
		padding-left: .25rem;
	}
	.module-4 .list-box .list .con .t{
		font-size: .52rem;
		font-weight: bold;
		margin-bottom: .2rem;
	}
	.module-4 .list-box .list .con .c{
		font-size: .48rem;
		color: #474747;
		line-height: 1.8em;
	}


	.module-5{
		background: #F8F8F8;
		padding: .7rem .6rem;
		display: block;
	}
	.module-5 .mainBox{
		position: relative;
		overflow: hidden;
	}
	.module-5 .module-title{
		position: relative;
		top: 0;
		left: 0;
		padding: 0 0 .5rem;
	}
	.module-5 .swiper-slide{
		opacity: 0 !important;
		display: flex;
		flex-direction: column-reverse;
	}
	.module-5 .swiper-slide-active{
		opacity: 1 !important;
	}
	.module-5 .case-box{
		position: relative;
	}
	.module-5 .left-box{
		position: relative;
		top: 0;
		margin-top: .3rem;
		width: 100%;
		background: none;
		padding: .2rem 0;
	}
	.module-5 .left-box .t{
		font-size: .52rem;
		font-weight: bold;
		margin-bottom: .1rem;
	}
	.module-5 .left-box .c{
		font-size: .48rem;
		line-height: 1.6em;
	}
	.module-5 .left-box .c p{
		padding-top: 1em;
	}
	.module-5 .pic{
		float: none;
	}
	.module-5 .pic img{
		width: 100%;
		height: 10rem;
		display: block;
	}
	.module-5 .btn-box{
		position: absolute;
		z-index: 99;
		width: 2.2rem;
		display: flex;
		top: -1.2rem;
		right: 0;
		height: .48rem;
	}
	.module-5 .btn-box .swiper-pagination{
		position: relative;
		bottom: auto;
		top: 0%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.module-5 .btn-box .swiper-pagination .swiper-pagination-bullet{
		width: .3rem;
		height: .3rem;
		margin: 0 .05rem;
	}
	.module-5 .btn-box .swiper-pagination .swiper-pagination-bullet-active{
		background: #13284A;
	}
	.module-5 .btn-box .swiper-button-next, 
	.module-5 .btn-box .swiper-button-prev{
		top: 0;
		margin: 0;
		display: none;
		width: .48rem;
		height: .48rem;
		border-radius: 100%;
		border: 1px solid #ddd;
	}
	.module-5 .swiper-button-prev{left: 0;}
	.module-5 .swiper-button-next{right: 0;}
	.module-5 .swiper-button-prev:after{font-size: .22rem; font-weight: bold; color: #13284A; }
	.module-5 .swiper-button-next:after{font-size: .22rem; font-weight: bold; color: #13284A; }


	.module-6{
		padding: .3rem .6rem;
	}
	.module-6 .list-box{
		position: relative;
		z-index: 0;
		overflow: visible;
		padding: 1px;
		padding-top: .8rem;
		top: -.8rem;
	}
	.module-6 .list-box .list{
		box-sizing: border-box;
		height: auto;
		padding: .3rem;
		border: 1px solid #f1f1f1;
	}
	.module-6 .list-box .list .pic{
		overflow: hidden;
	}
	.module-6 .list-box .list .pic img{
		display: block;
		width: 100%;
		object-fit: cover;
		height: 9.5rem;
		transition: all 0.3s ease-in-out;
	}
	.module-6 .list-box .list:hover .pic img{
		transform: scale(1.05);
	}
	.module-6 .list-box .list .con{
		padding-top: .2rem;
	}
	.module-6 .list-box .list .t{
		font-size: .52rem;
		font-weight: bold;
		line-height: 1.6em;
		transition: all 0.3s ease-in-out;
	}
	.module-6 .list-box .list .d{
		font-size: .48rem;
		color: #888;
		padding-top: .05rem;
		margin-bottom: .15rem;
		line-height: 1.6em;
	}
	.module-6 .list-box .list .c{
		font-size: .48rem;
		color: #474747;
		line-height: 1.6em;
		transition: all 0.3s ease-in-out;
	}
	.module-6 .list-box .list:hover .t{
		color: #13284A;
	}
	.module-6 .list-box .list:hover .c{
		color: #000;
	}
	.module-6 .btn-box{
		width: 1rem;
		top: -.2rem;
		right: 1.2rem;
		position: absolute;
	}
	.module-6 .swiper-button-prev{left: .1rem; display: none;}
	.module-6 .swiper-button-prev:after{font-size: .26rem; font-weight: bold; color: #13284A; }
	.module-6 .swiper-button-next{ right: .1rem; display: none;}
	.module-6 .swiper-button-next:after{font-size: .26rem; font-weight: bold; color: #13284A; }
	.module-6 .btn-box .more{ box-sizing: border-box; font-size: .48rem; color: #000; width: 3rem; text-align: center; line-height: 1rem; height: 1.1rem;  border: solid 1px #DBDBDB; transition: all 0.3s ease-in-out; background: #fff; position: absolute; right: -1.1rem; top: -.2rem;}
	.module-6 .btn-box .more:hover{	background: #13284A ; border-color: #13284A;	color: #fff;}


	.module-7{
		padding: .7rem .6rem;
	}
	.module-7 .list-box{
		position: relative;
		z-index: 0;
		overflow: hidden;
		padding: 1px;
		padding-top: .8rem;
		top: -.8rem;
	}
	.module-7 .list-box .list{
		box-sizing: border-box;
		height: auto;
		padding: .3rem;
		border: 1px solid #f1f1f1;
	}
	.module-7 .list-box .list .pic{
		overflow: hidden;
		border-bottom: 1px solid #f1f1f1;
	}
	.module-7 .list-box .list .pic img{
		display: block;
		width: 100%;
		object-fit: cover;
		transition: all 0.3s ease-in-out;
	}
	.module-7 .list-box .list:hover .pic img{
		transform: scale(1.05);
	}
	.module-7 .list-box .list .con{
		padding-top: .2rem;
	}
	.module-7 .list-box .list .t{
		font-size: .2rem;
		font-weight: bold;
		line-height: 1.6em;
		transition: all 0.3s ease-in-out;
	}
	.module-7 .list-box .list .d{
		font-size: .12rem;
		color: #888;
		padding-top: .05rem;
		margin-bottom: .15rem;
		line-height: 1.6em;
	}
	.module-7 .list-box .list .c{
		padding: .15rem 0 0;
		display: flex;
		justify-content: space-between;
		font-size: .18rem;
		color: #888;
		line-height: 1.6em;
		transition: all 0.3s ease-in-out;
	}
	.module-7 .list-box .list .c .iconfont{
		font-size: .22rem;
		margin-right: .05rem;
		position: relative;
		top: .02rem;
	}
	.module-7 .list-box .list:hover .t{
		color: #13284A;
	}
	.module-7 .list-box .list:hover .c{
		color: #000;
	}
	.module-7 .btn-box{
		width: 1rem;
		top: .2rem;
		right: 0;
		position: absolute;
	}
	.module-7 .swiper-button-prev{left: .1rem;}
	.module-7 .swiper-button-prev:after{font-size: .26rem; font-weight: bold; color: #13284A; }
	.module-7 .swiper-button-next{ right: .1rem;}
	.module-7 .swiper-button-next:after{font-size: .26rem; font-weight: bold; color: #13284A; }
	.module-7 .btn-box .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: -1.2rem; top: -.2rem;}
	.module-7 .btn-box .more:hover{	background: #13284A ; border-color: #13284A;	color: #fff;}



	.module-8{
		padding: 0 .6rem .7rem .6rem;
	}
	.module-8 .list-box{
		position: relative;
		z-index: 0;
		overflow: hidden;
		padding: 1px;
		padding-top: .8rem;
		top: -.8rem;
		margin: -1%;
		display: flex;
		flex-wrap: wrap;
	}
	.module-8 .list-box .list{
		box-sizing: border-box;
		height: auto;
		width: 31.2%;
		margin: 1%;
		border: 1px solid #f1f1f1;
	}
	.module-8 .list-box .list .pic{
		overflow: hidden;
	}
	.module-8 .list-box .list .pic img{
		display: block;
		width: 100%;
		object-fit: cover;
		transition: all 0.3s ease-in-out;
	}


	#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;
	}


}




















