@charset "utf-8";

#header .menu-con>ul>li.nav2>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 .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: #0077AF; font-size: .33rem; 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;}







.module-1 .con{
    display: flex;
	padding: 50px 0;

}
.module-1 .con img{
	float: left;
	margin: 0 30px 30px 0;
}
.module-1 .con p{
	line-height: 1.6em;
	margin-bottom: 1em;
	text-align: justify;
}


.module-1 .con .list-box .list h2{

	font-size: .26rem;

	color: #0077AF;

	line-height: 1.2em;

	margin-bottom: .05rem;

}

.module-1 .con .list-box .list p{

	color: #888;

	margin: 0;

	line-height: 1.4em;

	font-size: 0.8em;

}







.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: .1rem;
	border: 1px solid #f1f1f1;
}
.module-6 .list-box .list .pic img{
	display: block;
	width: 100%;
	height: 2rem;
	object-fit: contain;
	transition: all 0.3s ease-in-out;
}
.module-6 .list-box .list:hover .pic img{
	transform: scale(1.05);
}
.module-6 .btn-box{
	width: 1rem;
	top: .25rem;
	right: 0rem;
	position: absolute;
}
.module-6 .swiper-button-prev{left: .1rem;}
.module-6 .swiper-button-prev:after{font-size: .26rem; font-weight: bold; color: #0077AF; }
.module-6 .swiper-button-next{ right: .1rem;}
.module-6 .swiper-button-next:after{font-size: .26rem; font-weight: bold; color: #0077AF; }


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



}









































