@charset "utf-8";
#wrap{background: #fff;}
#banner{ width: 100%; min-width: 1024px; overflow: hidden; position: relative;  margin-top: 100px;}
#banner img{width: 100%; display: block;}
#banner .banner-bg{position: relative; height: 326px; 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: #355cb2; font-size: .5rem; line-height: 1.5em; display: block; position: relative;}
.module-title h3{color: #355cb2; font-size: .26rem; 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: #355cb2 ; border-color: #355cb2;	color: #fff;}


.main-box{position: relative; margin-top: .3rem;}
.main-box .side-box{
	position: absolute;
	right: 0;
	top: 0;
	width: 280px;
	background-color: #F5F5F5;
	border-top: 0.05rem solid #355cb2;
}
.main-box .side-box h3{
	font-size: .26rem;
	color: #355cb2;
	padding: .2rem;
}
.main-box .side-box .list a{
	display: block;
	border-top: 1px solid #fff;
	padding: .15rem .2rem;
	background: url(../img/side-r.png) no-repeat right 20px center;
	background-size: 12px;
}
.main-box .side-box .list a:hover,
.main-box .side-box .list.cur a{
	color: #355cb2;
	background: url(../img/side-r-cur.png) no-repeat right 20px center;
	background-size: 12px;
}

.main .detail{	padding-top: .5rem; display: flex;}

.main .detail .title{
	font-size: 26px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
}
.main .detail .info{
	line-height: 30px;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 20px;
	font-size: 12px;
}
.main .detail .content img{
	max-width: 100%;
	margin:15px auto;
	display: block;
}
.main .detail .content {
	font-size: 16px;
	line-height: 1.8em;
	padding-left: .25rem;
}
.main .detail .content video{
	margin:0 auto; 
	width:100%; 
	display: block;
}
.main .detail .content p{
	margin-bottom: 0.6em;
	text-align: justify;
}
.main .detail .content p img{
	max-width: 100% !important;
	margin: 15px auto 0;
	display: block;
	text-indent: 0;
	/* margin-left: -2em; */
	height: auto !important;
}
.main .detail .share{
	margin: 20px 0px;
	overflow: hidden;
	display: none;
}
.main .detail .share .bshare-custom{
	float: right;
}
.main .detail .pic-box{
	position: relative;
	overflow: hidden;
	width: 5rem; 
	margin-bottom: 20px;
	border: 1px solid #f1f1f1;
}
.main .detail .pic-box img{width: 100%;  object-fit: cover; display:block;}
/*.main .detail .pic-box .swiper-slide div{display:none}*/
.main .detail .pic-box .swiper-slide img{opacity:.3; transition: all 0.3s ease-in-out;}
.main .detail .pic-box .swiper-slide-active img{opacity:1;}
.main .detail .pic-box .swiper-pagination-bullets{}
.main .detail .pic-box .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
.main .detail .pic-box .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #1576D1;
	background-color: #fff;
}
.main .detail .pic-box .swiper-button-prev{left: 0px; opacity: .4;transition: all 0.3s ease-in-out; }
.main .detail .pic-box .swiper-button-next{right: 0px; opacity: .4; transition: all 0.3s ease-in-out;}
.main .detail .pic-box:hover .swiper-button-prev{opacity: .6; }
.main .detail .pic-box:hover .swiper-button-next{opacity: .6; }
.main .detail .pic-box .swiper-button-prev:after{font-size: 30px; font-weight: bold; padding: 10px; color: #1576D1;  border-radius: 50px;}
.main .detail .pic-box .swiper-button-next:after{font-size: 30px; font-weight: bold; padding: 10px; color: #1576D1;  border-radius: 50px; }
.main .detail .pic-box .swiper-button-prev:hover{opacity: 1; color: #1576D1;}
.main .detail .pic-box .swiper-button-next:hover{opacity: 1; color: #1576D1;}
.main .detail .pic-box .swiper-button-prev:hover::after{opacity: 1; color: #1576D1;}
.main .detail .pic-box .swiper-button-next:hover::after{opacity: 1; color: #1576D1;}



.main-box .main{
	padding-right: 320px;
	padding-bottom: .7rem; 
	min-height: 60vh;
}
.main-box .main .title{
	font-size: .3rem;
	color: #355cb2;
	font-weight: bold;
	padding: 0;
}

.main-box .main .subtitle{
	margin-bottom: .2rem;
	font-size: 14px;
	color: #888;
}
.main-box .main ol{
	padding-left: 1em;
}
.main-box .main ol p{}
table{ min-width: 100%; border-collapse: separate;border-collapse:collapse;border-spacing:0; margin-bottom: .3rem;}
	table thead{ font-weight: bold;}
	table td{padding: .15rem .2rem .15rem 0; margin: 0; border-top: 1px solid #EEEEEE; text-align: left;}
	table thead th,
	table thead td{border-top: 2px solid #EEEEEE;}
	table td:nth-child(even) {background-color: #fff;}
	table .firstRow{font-weight: bold;}

@media screen and (max-width: 1600px) {
	.main-box .side-box{
		width: 220px;
	}
	.main-box .main{
		padding-left: 260px;
	}
	.main-box .side-box .list a{
		background: url(../img/side-r.png) no-repeat right 20px center;
		background-size: 10px;
	}
	.main-box .side-box .list a:hover,
	.main-box .side-box .list.cur a{
		background: url(../img/side-r-cur.png) no-repeat right 20px center;
		background-size: 10px;
	}
}

@media screen and (max-width: 768px) {
	
	#banner{ width: 100%; min-width: 100%; overflow: hidden; position: relative;  margin-top: 50px;}
	#banner img{width: 100%; display: block;}
	#banner .banner-bg{position: relative; height: 120px; 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: .68rem; 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: .48rem; 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: #355cb2; font-size: .75rem; line-height: 1.5em; display: block; position: relative;}
	.module-title h3{color: #355cb2; font-size: .6rem; 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: #355cb2 ; border-color: #355cb2;	color: #fff;}


	.module-1 {
		padding: .7rem .6rem;
	}
	.module-1 .con{
		display: block;
		justify-content: space-between;
		align-items: flex-start;
		padding: 0;
	}
	.module-1 .con .left-box{
		width: 100%;
	}
	.module-1 .con .left-box .module-title{
		padding-top: 0;
	}
	.module-1 .con .left-box p{
		line-height: 1.6em;
		margin-bottom: 1em;
	}

	.module-1 .con .right-box{
		width: 100%;
		position: relative;
	}
	.module-1 .con .right-box img{
		width: 100%;
		display: block;
		position: relative;
		z-index: 0;
	}
	.module-1 .con .right-box .btn-play{
		position: absolute;
		z-index: 1;
		width: 3rem;
		height: 3rem;
		cursor: pointer;
		background: url(../img/icon-play.svg) no-repeat;
		background-size: 100%;
		left: 50%;
		top: 50%;
		margin: -1.5rem 0 0 -1.5rem;
		text-indent: -999em;
		transition: all 0.3s ease-in-out;
	}
	.module-1 .con .right-box .btn-play:hover{
		transform: scale(1.1) ;
	}


	.module-3{
		padding: .7rem .6rem;}
	.module-3 .list-box{
		overflow: hidden;
		display: flex;
		justify-content: space-between;
		margin: 0 -1%;
		flex-wrap: wrap;
	}
	.module-3 .list-box .con{
		margin-bottom: .5rem;
	}
	.module-3 .list-box .list{
		background-color: #fff;
		text-align: center;
		width: 48%;
		padding: 1%;
	}
	.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-4{
		padding: .7rem .6rem;}
	.module-4 .content{
		display: block;
		border-top: 1px solid #EEEEEE;
		padding: .3rem 0;
	}
	.module-4 .left-box{
		width: 100%;
	}
	.module-4 .left-box .module-title{
		padding-top: 0;
	}

	.module-4 .right-box{
		flex: 1;
	}
	.module-4 .right-box h3{
		font-size: 1.15em;
		padding-bottom: .1rem;
		color: #355cb2;
	}
	.module-4 .right-box h4{
		font-size: 1em;
		padding-bottom: .1rem;
	}
	.module-4 .right-box p{
		margin-bottom: 1.5em;
	}
	.module-4 .right-box .list-box .list{
		padding: .1rem .2rem;
		position: relative;
		padding-left: 20px;
		background: url(../img/icon-07.svg) no-repeat left .4rem;
		background-size: .4rem;
		transition: all 0.3s ease-in-out;
	}
		table{ min-width: 100%; border-collapse: separate;border-collapse:collapse;border-spacing:0; margin-bottom: .3rem;}
		table thead{ font-weight: bold;}
		table td{padding: .15rem .2rem; margin: 0; border-top: 1px solid #EEEEEE; text-align: center;}
		table thead th,
		table thead td{border-top: 2px solid #EEEEEE;}
		table td:nth-child(even) {background-color: #fff;}
		table .firstRow{font-weight: bold;}

	/* 视频弹窗 */
	#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%);
	}
}


