@charset "utf-8";
#header .menu-con>ul>li.nav3>a>span.cn{
	background-color: #3c7fa3;
}

#wrap{background: #fff;}
#banner{ width: 100%; min-width: 1024px; overflow: hidden; position: relative;}
#banner img{width: 100%; display: block;}
#banner .banner-bg{position: relative; height: 130px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
#banner .banner-con{text-align: left;  position: absolute;  margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff;}
#banner .banner-con h2{font-size: .48rem; font-weight: bold;  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{margin: .1rem 0; padding: .1rem 0; display: block; position: relative; background-color: #f8f8f8;}
.module-title h2{color: #0077AF; font-size: .33rem; text-align: center; 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: #0077AF ; border-color: #0077AF;	color: #fff;}


.mobile-wrap{
    /*background: url(../img/pro-01-bg.svg) no-repeat 110% 300px;*/
    background-size: 30%;
    overflow: hidden;
}



.module-3{padding: .3rem 0 .3rem;}
.module-3 .list-box{
	overflow: hidden;
	display: flex;
	margin: 0 -.25%;
}
.module-3 .list-box .con{
	padding-top: .2rem;
}
.module-3 .list-box .list{
	box-sizing: border-box;
	height: auto;
	padding: .3rem;
	border: 1px solid #f1f1f1;
	width: 24.5%;
	margin: 0 .25%;
}
.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-3 .list-box .list .con{
	padding-top: .2rem;
}
.module-3 .list-box .list .t{
	font-size: .2rem;
	font-weight: bold;
	line-height: 1.6em;
	text-align: center;
	color: #03547A;
	transition: all 0.3s ease-in-out;
}
.module-3 .list-box .list .d{
	font-size: .16rem;
	color: #000;
	width: 7em;
	margin: .1rem auto 0;
	text-align: center;
	line-height: 2.8em;
	text-decoration: underline;
}
.module-3 .list-box .list .c{
	font-size: .16rem;
	text-align: center;
	color: #474747;
	line-height: 1.6em;
	transition: all 0.3s ease-in-out;
}
.module-3 .list-box .list:hover .t{
	color: #0077AF;
}
.module-3 .list-box .list:hover .c{
	color: #000;
}



/* 视频弹窗 */
#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) {

}




















