@charset "utf-8";
#wrap{background: #fff;}
#banner{ width: 100%; min-width: 1024px; overflow: hidden; position: relative;  margin-top: 80px;}
#banner img{width: 100%; display: block;}
#banner .banner-bg{position: relative; height: 440px; background-position: right 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: .7rem; font-weight: bold; letter-spacing: .5rem; margin-bottom: .6em; line-height: 1.2em; text-shadow: 0px 3px 15px rgba(0,0,0,0.16);}
#banner .banner-con h4{font-size: .22rem; font-weight: bold; letter-spacing: .1rem; margin-bottom: 2em; opacity: .6; 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 .4rem 0; display: block; position: relative; }
.module-title h2{color: #000; font-size: .46rem; display: block; position: relative;}
.module-title span{height: 3px; position: relative; background: #1576D1; margin:.2rem 0 10px 0; width: .5rem; display: block;}
.module-title h3{color: #888;font-size: 12px; position: relative; text-transform: uppercase; font-weight: lighter; display: block;}
.module-title p{margin-bottom: 1em; font-size:.18rem}
.module-title .more{ position: absolute; right: 0; top: 46px; text-transform: uppercase; box-sizing: border-box; font-size: 12px; color: #888; width: 110px; padding-left: 18px; line-height: 26px; height: 28px;  border: solid 1px #E4E4E4; border-radius: 20px; transition: all 0.3s ease-in-out; background: #fff no-repeat right 115px center;}
.module-title .more:hover{
	background: #1576D1 url(../img/icon-more.png) no-repeat right 15px center;
	border-color: #1576D1;
	color: #fff;
	width: 130px;
}
.module-title .title-bg{position: absolute; letter-spacing: 10px; font-family: CODE_Bold; text-transform: uppercase; font-size: 1.5rem; line-height: 92px; color: #000; top: 0px; left: -0.5em; opacity: .02;}

#tab-box .tab-box{opacity: 0; top: -80px;}
#tab-box.on .tab-box{opacity: 1; top: 0;}


.main{padding: 0 0 .7rem; overflow: hidden; position: relative;
	min-height: 600px;
}
/*.main .list-box{*/
/*	padding-top: 30px;*/
/*	display: flex;*/
/*    justify-content: center;*/
/*	flex-wrap: wrap;*/
/*	margin: 0 -1.5% 50px;*/
/*}*/
/*.main .list{ */
/*	width: 20%;*/
/*	margin: 0 .5% 2%;*/
/*    padding: 1.5%;*/
/*    border: 1px solid #f1f1f1;*/
/*}*/
/*.main .list .pic{*/
/*	position: relative;*/
/*}*/
/*.main .list .pic img{*/
/*	display: block;*/
/*	width: 100%;*/
/*	height: 5.6rem;*/
/*	object-fit: cover;*/
/*}*/
/*.main .list .pic span{*/
/*	position: absolute;*/
/*	top: 12px;*/
/*	right: 12px;*/
/*	padding: 5px 12px;*/
/*	background-color: #1576D1;*/
/*	color: #fff;*/
/*	border-radius: 5px;*/
/*}*/
/*.main .list .con{*/
/*	padding: 12px 0;*/
/*}*/
/*.main .list .con h2{*/
/*    text-align: center;*/
/*	font-size: 20px;*/
/*}*/
/*.main .list .con .describe{*/
/*	padding: 10px 0;*/
/*}*/
/*.main .list .con .describe div{*/
/*	display: flex;*/
/*	align-items: center;*/
/*	padding: 2px 0;*/
/*}*/
/*.main .list .con .describe .iconfont{*/
/*	color: #1576D1;*/
/*	margin-right: 8px;*/
/*	font-size: 1.5em;*/
/*}*/
/*.main .list .con .describe div b{*/
/*	font-weight: normal;*/
/*}*/

.module-1{	background: #fff ; margin: 0 ; padding: 0.3rem 0 .5rem 0; position: relative;}

.list-box .list{
	cursor: pointer;
	background-color: #fff;
	padding: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-box .list .pic img{
	object-fit: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
}




@media screen and (max-width: 1600px) {
	.main .list .right-box .title{font-size: .34rem;}
}
/* 详细页 */
.main .mainBox{	width: 1300px;}
.main .detail{	overflow: hidden; padding-top: .5rem;}
.main .detail .detailCon{
	width: 900px;
	float: left;
	padding: 30px;
	background-color: #fff;
	margin-bottom: 60px;
}
.main .detail .detailCon .title{
	font-size: 26px;
	line-height: 1.5em;
	padding-bottom: 10px;
	font-weight: bold;
}
.main .detail .detailCon .info{
	line-height: 30px;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px dashed #eee;
	margin-bottom: 20px;
	font-size: 12px;
}
.main .detail .detailCon .content img{
	max-width: 100%;
	margin:15px auto;
	display: block;
}
.main .detail .detailCon .content {
	font-size: 16px;
	line-height: 1.8em;
}
.main .detail .detailCon .content video{
	margin:0 auto; 
	width:100%; 
	display: block;
}
.main .detail .detailCon .content p{
	text-indent: 2em;
	margin-bottom: 1em;
	text-align: justify;
}
.main .detail .detailCon .content p img{
	max-width: 100% !important;
	margin: 15px auto 0;
	display: block;
	text-indent: 0;
	/* margin-left: -2em; */
	height: auto !important;
}
.main .detail .detailCon .share{
	margin: 20px 0px;
	overflow: hidden;
	display: none;
}
.main .detail .detailCon .share .bshare-custom{
	float: right;
}
.main .detail .pic-box{
	position: relative;
}
.main .detail .pic-box{width: 10rem; margin: 0 auto; margin-bottom: 20px;}
.main .detail .pic-box img{width: 100%; object-fit: cover;}
.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: -80px; opacity: .4;transition: all 0.3s ease-in-out; }
.main .detail .pic-box .swiper-button-next{right: -80px; 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; background-color: #fff; color: #000;  border-radius: 50px; border: 3px solid #000;}
.main .detail .pic-box .swiper-button-next:after{font-size: 30px; font-weight: bold; padding: 10px; background-color: #fff; color: #000;  border-radius: 50px; border: 3px solid #000;}
.main .detail .pic-box .swiper-button-prev:hover{opacity: 1; color: #1576D1; border: 3px solid #1576D1;}
.main .detail .pic-box .swiper-button-next:hover{opacity: 1; color: #1576D1; border: 3px solid #1576D1;}
.main .detail .pic-box .swiper-button-prev:hover::after{opacity: 1; color: #1576D1; border: 3px solid #1576D1;}
.main .detail .pic-box .swiper-button-next:hover::after{opacity: 1; color: #1576D1; border: 3px solid #1576D1;}

/* .main .detail .swiper-slide-duplicate img{
	opacity: 1;
	 transition: all 0.3s ease-in-out;
}
.main .detail .swiper-slide-duplicate-prev img,
.main .detail .swiper-slide-duplicate-next img{
	opacity: 0.5;
}
 */

.main .detail .content{
	width: 10rem;
	margin: 0 auto;
}
.main .detail .content .title{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 20px;
}
.main .detail .content .describe{
	padding: 10px 0;
}
.main .detail .content .describe div{
	display: flex;
	align-items: center;
	padding: 2px 0;
}
.main .detail .content .describe .iconfont{
	color: #1576D1;
	margin-right: 8px;
	font-size: 1.5em;
}
.main .detail .content .describe div b{
	font-weight: normal;
}
.main .detail .content .con{
	font-size: 18px;
	line-height: 1.5em;
}
.main .btn-box{
	width: 10rem;
	margin: .6rem auto;
	display: flex;
	justify-content: space-between;
}
.main .btn-box a{
	font-size: 18px;
	display: block;
	width: 48%;
	box-sizing: border-box;
	padding: 20px;
	border: 1px solid #eee;
	border-radius: 10px;
	background-color: #F4F7F9;
}
.main .btn-box a:hover{
	color: #1576D1;
}

.window_hide.full .content{
	display: flex;
	justify-content: center;
	align-items: center;
}
.window_hide.full .content .pic{
	padding-top: 5%;
	height: 75%;
}
.window_hide.full .content img{
	height: 100%;
	display: block;
	margin: auto;
	object-fit: contain;
}
.window_hide.full .content .con{
	padding: 10px;
	text-align: center;
}

@media screen and (max-width: 768px) {
	html,body{
		overflow: hidden;
		overflow-y: auto;
	}
	.w1900{display: none;}
	.w1600{display: none;}
	.w1500{display: none;}
	
	#banner{ width: 100%; height: 4rem; min-width: 100%; overflow: hidden; position: relative; top: 0px; margin-top: 50px;}
	#banner .banner-bg{background-size: cover; height: 4rem; background-position: left 28% bottom;}
	#banner a img{width: 100%; display: block;}
	#banner .swiper-slide{box-shadow: 0 0 50px rgba(0,0,0,0.8); position: relative; height: auto !important;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display: none;}
	#banner .swiper-pagination{bottom: 0px;}
	#banner .swiper-pagination-bullet-active{background-color: #1576D1;}
	#banner .banner-con{text-align: center; position: absolute; width: 100%; left: 0%; top: 55%; transform: translate(0,-30%); color: #fff;}
	#banner .banner-con h2{font-size: .48rem; padding-left: 0; letter-spacing: 2px; line-height: 1.2em; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	#banner .banner-con h4{font-size: 12px; padding-left: 0; font-weight: lighter; letter-spacing: 1px; position: relative; top: -2px; text-shadow: 0 0 3px rgba(0,0,0,.4);}
	
	
	
	.module-title{padding: 10px 0 10px 0; display: block; margin: 10px 0 0; position: relative; }
	.module-title h2{color: #000; font-size: .34rem; display: block; position: relative;}
	.module-title span{height: 3px; display: none; position: relative; background: #1576D1; 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: #1576D1 ;	border-color: #1576D1;	color: #fff;width: 100px;}
    .module-title p{margin-bottom: 1em; font-size:.26rem; padding-top:.1rem}

	
	

	.module-1{	background: #F4F7F9 ; margin: 0 ; padding: 10px 20px; position: relative;}
	.module-2{	background: #fff ; margin: 0 0 .5rem 0; padding: .25rem; position: relative;}
	.list-box{display: flex; margin: 0%;}
	.list-box .list{display: block; width: 100%; margin: 1% 0;}
	.list-box .list .pic img{display: block; width: 100%; object-fit: cover;}
	.list-box .list .con{padding: .2rem 0;}
	.list-box .list .con h2{font-size: .3rem; transition: all 0.3s ease-in-out; font-weight: normal;}
	.list-box .list .con span{margin-bottom: .1rem; font-size: .24rem; display: block; color: #888;}
	.list-box .list:hover .con h2{color: #1576D1;}
	
	
	/* 详细列 */
	.main .mainBox{	width: 100%;}
	.main .detail{	overflow: hidden;}
	.main .detail .detailCon{
		width: 100%;
		float: none;
		padding: 20px;
		background-color: #fff;
		margin-bottom: .2rem;
		margin-top: 0px;
	}
	.main .detail .detailCon .title{
		font-size: .7rem;
		font-weight: bold;
		line-height: 1.5em;
		padding-bottom: 0rem;
	}
	.main .detail .detailCon .sub-title{
		margin: 10px 0 0;
	}
	.main .detail .detailCon .info{
		line-height: 20px;
		color: #666;
		padding-bottom: 10px;
		border-top: 0;
		margin-top: 0;
		padding-top: 10px;
		border-bottom: 1px dashed #eee;
		margin-bottom: .1rem;
		font-size: .24rem;
	}
	.main .detail .detailCon .content{
		padding-top: 10px;
	}
	.main .detail .detailCon .content img{
		max-width: 100%;
		margin:15px auto;
		display: block;
	}
	.main .detail .detailCon .content h1 img,
	.main .detail .detailCon .content p img{
		max-width: 100% !important;
		width: 100% !important;
		margin: 15px auto 0;
		display: block;
		text-indent: 0;
		/* margin-left: -2em; */
		height: auto !important;
	}
	.main .detail .detailCon .content {
		font-size: 16px;
		line-height: 1.8em;
	}
	.main .detail .detailCon .content video{
		margin:15px auto; 
		width:100%; 
		display: block;
	}
	.main .detail .detailCon .share{
		display: none;
	}
	.main .detail .detailCon .around{
			margin: 20px 0px 0px;
			color: #888;
			border-top: 0;
			padding-top: 0px;
		}
	.main .detail .detailCon .around div{
		margin: 10px 0;
		border: 1px solid #eee;
		padding: 10px;
		display: flex;
	}
	.main .detail .detailCon .around a{
			padding-right: 0px;
			flex: 1;
			color: #888;
		}
	.main .detail .detailCon .around a:hover{
			color: #1576D1;
		}
		
	
	.main .detail .pic-box{
		overflow: hidden;
		position: relative;
	}
	.main .detail .pic-box{height: 70vw; margin-bottom: 10px;}
	.main .detail .pic-box img{width: 100%; margin: 0 !important;}
	.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: .2;transition: all 0.3s ease-in-out; display: none;}
	.main .detail .pic-box .swiper-button-next{right: 0px; opacity: .2; transition: all 0.3s ease-in-out; display: none;}
	.main .detail .pic-box:hover .swiper-button-prev{opacity: .5; }
	.main .detail .pic-box:hover .swiper-button-next{opacity: .5; }
	.main .detail .pic-box .swiper-button-prev:after{font-size: 30px; padding: 15px 10px; background-color: #000000; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
	.main .detail .pic-box .swiper-button-next:after{font-size: 30px; padding: 15px 10px; background-color: #000000; color: #fff; border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
	.main .detail .pic-box .swiper-button-prev:hover{opacity: 1;}
	.main .detail .pic-box .swiper-button-next:hover{opacity: 1;}

	
	/* 侧边栏 */
	.main .detail .side-box{width: 100%;margin: 0 0 60px 0;padding: 20px; float: right;background-color: #fff;margin-bottom: 0px;}
	.main .detail .side-box .list-box-title{color: #1576D1;font-weight: bold;margin-bottom: .2rem;padding: 0 0 10px 0; border-bottom: 1px solid #eee;}
	.main .detail .side-box .list-box-title h2{line-height: auto; display: inline-block; font-size: .7rem; height: auto; border-bottom: 0;}
	.main .detail .side-box .list-con .list{padding: 0;}
	.main .detail .side-box .list-con a{margin-bottom: .15rem; display: block;}
	.main .detail .side-box .list-con .box-bg{overflow: hidden; position: relative; overflow: hidden; transition: all 0.4s ease-in-out;}
	.main .detail .side-box .list-con .box-bg img{width: 100%; transition: all 0.4s ease-in-out; background-size: cover; background-position: center;}
	.main .detail .side-box .list-con a:hover .box-bg img{transform: scale(1.1);}
	.main .detail .side-box .list-con a .box-con{padding: 5px 0;}
	.main .detail .side-box .list-con a h2{font-size: .32rem; font-weight: normal;}
	.main .detail .side-box .list-con a:hover .box-con h2{color: #1576D1;}
	.main .detail .side-box .list-con a .list-info{font-size: .24rem; color: #888; padding: 10px 0 10px 20px; background: url(../img/icon-19.png) no-repeat left center; background-size: .26rem;}
}




















