@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: left 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;}
.module-title .more{
	position: absolute;
	border: 1px solid #f1f1f1;
	top: .45rem;
	right: 0;
	text-align: center;
	height: .36rem;
	line-height: .36rem;
	border-radius: .03rem;
	overflow: hidden;
	font-size: .16rem;
	width: 7em;
	text-align: center;
	background-color: #fff;
	color: #000;
}
.module-title .more:hover{
	background-color: #28A0D7;
	color: #fff;
	border: 1px solid #28A0D7;
}

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

.module-1{
	/*background: url(../img/about-bg.jpg) no-repeat right top;*/
	/*background-size: 73% auto;*/
	background: url(../img/module-1-bg.svg) no-repeat right -2rem bottom -0.2rem;
	background-size: 10rem;
}
.module-1 .con{
	display: flex;
	justify-content: space-between;
	padding-bottom: 50px;
	align-items: flex-start;
}
.module-1 .con .left-box{
	width: 58%;
	 text-align: justify;
}
.module-1 .con .content{
	height: 23em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 23;
	overflow: hidden;
	transition: all 0.3s ease-in-out;

	overflow: hidden;
	text-overflow: ellipsis; 
	display: -webkit-box;  
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 12; 
}
.module-1 .con .more {
    position: relative;
    display: inline-block;
    left: 2em;
    color: #1576D1;
	font-size: 18px;
    transition: all 0.3s ease-in-out;
    /* margin-top: .2rem; font-weight: bold;*/
}

.module-1 .con .more .iconfont {
    position: relative;
    top: .15em;
    left: 0;
    font-size: 1.5em;
    transition: all 0.3s ease-in-out;
}

.module-1 .con .more:hover .iconfont {
    left: .2em;
}

.module-1 .con .btn{
	width: 100px;
	height: 38px;
	color: #000;
	text-align: left;
	line-height: 36px;
	border: 1px solid #ddd;
	display: block;
	margin: 20px 0;
	padding: 0 0 0 20px;
	background: url(../img/more.svg) no-repeat 90px center;
	transition: all 0.3s ease-in-out;
}
.module-1 .con .btn:hover{
	background: #20A091 url(../img/more-hover.svg) no-repeat 92px center;
	border: 1px solid #20A091;
	color: #fff;
}
.module-1 .con.cur .content{
	height: auto;
	-webkit-line-clamp: 200; 
}
.module-1 .con.cur .btn{
	display: none;
}
.module-1 .con .mr{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 16;
	-webkit-box-orient: vertical;
}
.module-1 .con .left-box p{
	font-size: .18rem;
	line-height: 1.8em;
	text-indent: 2em;
	margin-bottom: 1em;
}
.module-1 .con .right-box{
	position: relative;
	width: 40%;
}
.module-1 .con .right-box .pic{
	overflow: hidden;

}
.module-1 .con .right-box img{
	width: 100%;
	display: block;
}

.module-1 .con .right-box::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: -.1rem;
	bottom: -.1rem;
	background-color: #C7D7E6;
}
.module-1 .con .right-box::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: -.2rem;
	bottom: -.2rem;
	background-color: #F0F3F8;
}


.module-2{
	background-color: #F4F7F9;
	padding: .8rem 0 .8rem;
}
.module-2 .con{
	overflow: hidden;
	display: flex;
	padding-bottom: .2rem;
	align-items: flex-start; text-align: justify;
}
.module-2 .con p{
	font-size: .18rem;
	line-height: 1.8em;
	text-indent: 2em;
	margin-bottom: 1em;
}
.module-2 .pic{
	position: relative;
	width: 40%;
}

.module-2 .module-pic{
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.module-2 .pic img{
	width: 100%;
	display: block;
}
.module-2 .pic::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	right: -.1rem;
	bottom: -.1rem;
	background-color: #C7D7E6;
}
.module-2  .pic::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	right: -.2rem;
	bottom: -.2rem;
	background-color: #F0F3F8;
}
.module-2 .right-box{
	flex: 1;
	padding-left: .6rem;
}


.module-3{padding: .3rem 0 .3rem;}
.module-3 .mainBox{overflow: hidden;}
.module-3 .list-box .list{
	cursor: pointer;
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	text-align: center;
}
.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{
	font-size: .18rem;
}
	#honor {position: relative; padding-bottom: .7rem;}
	#honor .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 3px;
		background-color: #d5d5d5;
		width: 15px;
		height: 15px;
		opacity: 1;
	}
	
	#honor .swiper-pagination-bullets .swiper-pagination-bullet-active {
		background-color: #1576D1;
	}


.module-4{ background-color: #F4F7F9;padding: .3rem 0 .6rem;}	
.module-4 img{
	width: 100%;
	max-width: 1265px;
	display: block;
	margin: 0 auto;
}

.module-5{
	background-color: #F4F7F9;
	padding: .4rem 0 .4rem;
	
}

.module-5 .list-box .list{
	background-color: #fff;
	padding: 10px;
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	text-align: center;
}
.module-5 .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-5 .list-box .list .con{
	font-size: .18rem;
}
	#certify {
		position: relative;
		width: 100%;
		max-width: 1600px;
		min-width: 1200px;
		margin: 0 auto 0;
		padding: 120px 0 160px;
	}
	#certify  .swiper-slide {
		width: 380px;
		height: 270px;
		background: #fff url(../img/certify-bg.jpg);
		box-shadow: 0 8px 30px #ddd;
	}
	#certify  .swiper-slide .pic{
		display:block;
		height: 220px;
		padding: 10px;
	}
	#certify  .swiper-slide img{
		display:block;
		width: 220px;
		height: 200px;
		margin: 0 auto;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#certify  .swiper-slide p {
		line-height: 56px;
		background: #fff;
		padding-top: 0;
		text-align: center;
		color: #636363;
		font-size: .18rem;
		margin: 0;
	}
	#certify .swiper-pagination {
		width: 100%;
		bottom: 20px;
	}
	#certify .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
		background-color: #d5d5d5;
		width: 15px;
		height: 15px;
		opacity: 1;
	}
	#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
		background-color: #1576D1;
	}
	#certify .btn-box{
		position: absolute;
		top: 50%;
		width: 100%;
	}
	#certify .swiper-button-prev,
	#certify .swiper-button-next{
		left: 20px;
		width: 45px;
		height: 45px;
		color: #fff;
		border: 2px solid rgba(255,255,255,.5);
		border-radius: 100%;
		background-color: rgba(0,0,0,0.3);
		opacity: .4;
		transition: all 0.2s ease-in-out;
	}
	#certify .swiper-button-next {
		right: 20px;
		left: auto;
	}
	#certify:hover .swiper-button-prev,
	#certify:hover .swiper-button-next{
		opacity: 0.8;
		border: 2px solid rgba(255,255,255,.8);
		background-color: rgba(0,0,0,0.4);
		box-shadow: 0 0 25px rgba(0,0,0,0.5);
	}
	#certify .swiper-button-prev:hover,
	#certify .swiper-button-next:hover{
		opacity: 1;
		border: 2px solid rgba(255,255,255,.9);
		background-color: rgba(0,0,0,0.5);
		box-shadow: 0 0 25px rgba(0,0,0,0.5);
	}
	#certify .swiper-button-next:after, 
	#certify .swiper-button-prev:after{
		font-size: 20px;
		font-weight: bold;
	}
	
	#certify .swiper-slide{transform: scale(1); transition: all 0.3s ease-in-out; z-index: 7;}
	#certify .swiper-slide-prev,
	#certify .swiper-slide-next{transform: scale(1.2); z-index: 8;}
	#certify .swiper-slide-active{transform: scale(1.6); z-index: 9; position: relative;}

.module-6 .mainBox{
	position: relative;
}
.module-6 .module-title{
	position: absolute;
	z-index: 1;
	top: .7rem;
	left: 0;
}
.module-6 .con{
	position: relative;
	z-index: 0;
	font-size: .18rem;
}
.module-6 img{
	display: block;
	width: 100%;
}


.module-7{
	background-color: #fff;
	padding: .3rem 0 .8rem;
}
.module-7 .con{
	overflow: hidden;
	display: flex;
	flex-direction: row-reverse;
	padding-bottom: .2rem;
	align-items: flex-start; text-align: justify;
}
.module-7 .con p{
	font-size: .18rem;
	line-height: 1.8em;
	text-indent: 2em;
	margin-bottom: 1em;
}
.module-7 .pic{
	position: relative;
	width: 40%;
	float: right;
	margin: 0 0 .3rem .5rem;
}

.module-7 .module-pic{
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.module-7 .pic img{
	width: 100%;
	display: block;
}
.module-7 .pic::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: -.1rem;
	bottom: -.1rem;
	background-color: #C7D7E6;
}
.module-7  .pic::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	left: -.2rem;
	bottom: -.2rem;
	background-color: #F0F3F8;
}
.module-7 .right-box{
	flex: 1;
	padding-right: .3rem;
}
.module-7 .right-box .qm{
	width: 2.6rem; display: inline-block; vertical-align: middle; margin-left: 10px;
}
.window_hide.full .content{
	
}
.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-1{
		padding: 10px 20px;
	}
	.module-1 .con{
		display: flex;
		justify-content: space-between;
		padding-bottom: 0px;
		flex-direction: column;
	}
	.module-1 .con .left-box{
		width: 100%;
	}
	.module-1 .con .content{
		height: 23em;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 23;
		overflow: hidden;
		transition: all 0.3s ease-in-out;
	
		overflow: hidden;
		text-overflow: ellipsis; 
		display: -webkit-box;  
		-webkit-box-orient: vertical; 
		-webkit-line-clamp: 12; 
	}
	.module-1 .con .more {
		position: relative;
		display: block;
		width: 6em;
		margin: .2rem auto;
		color: #1576D1;
		left: 0;
		font-size: .26rem;
		transition: all 0.3s ease-in-out;
		/* margin-top: .2rem; font-weight: bold;*/
	}
	
	.module-1 .con .more .iconfont {
		display: none;
		position: relative;
		top: .15em;
		left: 0;
		font-size: 1.5em;
		transition: all 0.3s ease-in-out;
	}
	
	.module-1 .con .more:hover .iconfont {
		left: .2em;
	}
	
	.module-1 .con .btn{
		width: 100px;
		height: 38px;
		color: #000;
		text-align: left;
		line-height: 36px;
		border: 1px solid #ddd;
		display: block;
		margin: 20px 0;
		padding: 0 0 0 20px;
		background: url(../img/more.svg) no-repeat 90px center;
		transition: all 0.3s ease-in-out;
	}
	.module-1 .con .btn:hover{
		background: #20A091 url(../img/more-hover.svg) no-repeat 92px center;
		border: 1px solid #20A091;
		color: #fff;
	}
	.module-1 .con.cur .content{
		height: auto;
		-webkit-line-clamp: 200; 
	}
	.module-1 .con.cur .btn{
		display: none;
	}
	
	.module-1 .con .left-box p{
		font-size: .26rem;
		line-height: 1.8em;
		text-indent: 2em;
		margin-bottom: 1em;
	}
	.module-1 .con .right-box{
		width: 100%;
	}
	.module-1 .con .right-box img{
		width: 100%;
		display: block;
	}
	
	
	.module-2{
		background-color: #F4F7F9;
		padding: 10px 20px;
	}
	.module-2 .con{
		overflow: hidden;
		display: flex;
		flex-direction: column;
		padding-bottom: 0;
		align-items: flex-start;
	}
	.module-2 .con p{
		font-size: .26rem;
		line-height: 1.8em;
		text-indent: 2em;
		margin-bottom: 1em;
	}
	.module-2 .pic{
		position: relative;
		width: 100%;
	}
	
	.module-2 .module-pic{
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
	.module-2 .pic img{
		width: 100%;
		display: block;
	}
	.module-2 .pic::after{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0;
		right: -.1rem;
		bottom: -.1rem;
		background-color: #C7D7E6;
	}
	.module-2  .pic::before{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0;
		right: -.2rem;
		bottom: -.2rem;
		background-color: #F0F3F8;
	}
	.module-2 .right-box{
		flex: 1;
		padding-left: 0;
	}
	
	
	.module-3{padding: 10px 20px;}
	.module-3 .list-box .list{
		background-color: #fff;
		padding: 0;
		box-shadow: none;
		text-align: center;
	}
	.module-3 .swiper-wrapper{
		flex-wrap: wrap;
		margin: -.1rem;
	}
	.module-3 .list-box .list{
		width: 50%;
		padding: .1rem;
	}
	.module-3 .list-box .list img{
		object-fit: contain;
		border: 1px solid #f1f1f1;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.module-3 .list-box .list .con{
		font-size: .26rem;
	}
		#honor {position: relative; padding-bottom: .7rem;}
		#honor .swiper-pagination-bullets .swiper-pagination-bullet {
			margin: 0 3px;
			background-color: #d5d5d5;
			width: 15px;
			height: 15px;
			opacity: 1;
		}
		
		#honor .swiper-pagination-bullets .swiper-pagination-bullet-active {
			background-color: #1576D1;
		}

	
	
	.module-4{ 
	    background-color: #F4F7F9;
		padding: 10px 20px;
	    
	}	
	
	.module-4 img{
		width: 100%;
		max-width: 1265px;
		display: block;
		margin: 0 auto;
	}
	
	.module-5{
		background-color: #fff;
		padding: 10px 20px;
		border-top: 2px solid #F4F7F9;
		
	}
	.module-5 .list-box .swiper-slide{
		background-color: #fff;
		padding: 0;
		box-shadow: none;
		text-align: center;
	}
	.module-5 .swiper-wrapper{
		flex-wrap: wrap;
		margin: -.1rem;
	}
	.module-5 .list-box .swiper-slide{
		width: 50%;
		padding: .1rem;
	}
	.module-5 .list-box .swiper-slide img{
		object-fit: contain;
		border: 1px solid #f1f1f1;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.module-5 .list-box .swiper-slide .con{
		font-size: .26rem;
	}
	
	
	.module-6 .mainBox{
		position: relative;
	}
	.module-6 .module-title{
		position: absolute;
		z-index: 1;
		top: .7rem;
		left: 0;
	}
	.module-6 .con{
		position: relative;
		z-index: 0;
		font-size: .18rem;
	}
	.module-6 img{
		display: block;
		width: 100%;
	}
	
	
	.module-7{
		background-color: #F4F7F9;
		padding: 10px 20px;
	}
	.module-7 .con{
		overflow: hidden;
		display: flex;
		flex-direction: column;
		padding-bottom: .2rem;
		align-items: flex-start;
	}
	.module-7 .con p{
	    font-size: .26rem;
		line-height: 1.8em;
		text-indent: 2em;
		margin-bottom: 1em;
	}
	.module-7 .pic{
		position: relative;
		width: 100%;
	}
	
	.module-7 .module-pic{
		overflow: hidden;
		position: relative;
		z-index: 2;
	}
	.module-7 .pic img{
		width: 100%;
		display: block;
	}
	.module-7 .pic::after{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0;
		right: -.1rem;
		bottom: -.1rem;
		background-color: #C7D7E6;
	}
	.module-7  .pic::before{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 0;
		right: -.2rem;
		bottom: -.2rem;
		background-color: #F0F3F8;
	}
	.module-7 .right-box{
	    padding-top: .5rem;
		flex: 1;
		padding-left: 0;
	}
}




















