@charset "utf-8";
#wrap.on #banner{
	transition: all 1.2s ease-in-out;
}
#header{
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background-color: rgba(255,255,255,0.95);
}

#banner{ width: 100%; min-width: 1024px; height:600px; overflow: hidden; position: relative; top: 0;}
#banner .banner{position: relative; height: 100%;}
#banner .swiper-wrapper{position: relative; width: 100%; }
#banner .banner .video-box{	position: absolute;	left: 0;top: 0;	width: 100%; height: 100%;overflow: hidden; background-color: #000;}
#banner .banner .video-box video{position: absolute;width: auto;height: auto;max-width: 100%;min-width: 100%; max-width: calc(100%+1px);min-width: calc(100%+1px); object-fit:fill;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); opacity: .9;}
#banner .banner-bg{position: absolute; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover;}
#banner .banner-img{ width:100%; display:none}
#banner a{display: block;}
#banner .banner-con{text-align: left; position: absolute; width: 90%; max-width: 1400px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff;}
#banner .banner-con h2{font-size: .7rem; text-align: left; letter-spacing: .1rem; padding-left: .15rem; margin-bottom: .4em; line-height: 1.2em; text-shadow: 0 0 3px rgba(0,0,0,.4);}
#banner .banner-con h4{font-size: .42rem; font-weight: normal; line-height: 1.5em; letter-spacing: .03rem; margin-bottom: 1.6em; opacity: .9; text-transform: uppercase; position: relative; top: 0;}
#banner .banner-con span{width: 130px; height: 42px; font-size: 14px; line-height: 40px; display: block; margin: 80px 0 0; border: 1px solid #fff; text-align: center; border-radius: 3px; background: rgba(0,0,0,0.3) ;}
#banner .banner-con span:hover{background: #13284A; border: 1px solid #13284A;}
#banner .swiper-slide{ position: relative; height: auto !important;}
#banner .swiper-button-prev{left: 10px;opacity: .2; }
#banner .swiper-button-next{right: 10px;opacity: .2; }
#banner .swiper-button-prev:after{font-size: 30px; padding: 15px 10px; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}
#banner .swiper-button-next:after{font-size: 30px; padding: 15px 10px; color: #fff; border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
#banner .swiper-button-prev:hover{opacity: 1;}
#banner .swiper-button-next:hover{opacity: 1;}
#banner .swiper-pagination-bullet{width: 8px; height: 8px; box-sizing: content-box; background: none; border: 2px solid rgba(255, 255, 255, 0.77); text-align: center; line-height: 8px; opacity: 1; color: #fff; margin: 0 .05rem;}
#banner .swiper-pagination-bullet-active{border-color: #03547A ; background-color: #03547A ; color: #fff;}





.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: #03547A ; border-color: #03547A;	color: #fff;}




.module-2{ background: #0077AF; padding: .7rem 0;overflow: hidden;}
.module-2 .module-title{padding-top: 0;}
.module-2 .module-title h2{color: #fff;}
.module-2 .pro-box{position: relative; width: 100%; display: flex;}
.module-2 .con {color: #fff;}
.module-2 .con h4{font-size: .24rem; text-transform: uppercase; margin-bottom: 1em;}
.module-2 .con p{ margin-bottom: 1em; font-size: .18rem;}
.module-2 .left-box{
	width: 50%;
	padding-right: 2em;
	text-align: justify;
}
.module-2 .more{ 
	display: block;
	font-size: .16rem;
	color: #03547A;
	background-color: #fff;
	width: 7em;
	margin: .1rem 0;
	margin-bottom: .15rem;
	text-align: center;
	line-height: 2.8em;}


.module-2 .right-box{
	width: 50%;
	position: relative;
}
.module-2 .right-box>img{
	display: block;
	width: 100%;
}
.module-2 .right-box::after{

}
.module-2 .right-box div{
	position: absolute;
	width: 100%;
	top: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.module-2 .right-box div.on{
	opacity: 1;
}
.module-2 .right-box img{
	width: 100%;
	display: block;
}




.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: .3rem;
	border: 1px solid #f1f1f1;
}
.module-6 .list-box .list .pic{
}
.module-6 .list-box .list .pic img{
	display: block;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}
.module-6 .list-box .list:hover .pic img{
	transform: scale(1.05);
}
.module-6 .list-box .list .con{
	padding-top: .2rem;
}
.module-6 .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-6 .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-6 .list-box .list .c{
	font-size: .16rem;
	text-align: center;
	color: #474747;
	line-height: 1.6em;
	transition: all 0.3s ease-in-out;
}
.module-6 .list-box .list:hover .t{
	color: #0077AF;
}
.module-6 .list-box .list:hover .c{
	color: #000;
}
.module-6 .btn-box{
	width: 1rem;
	top: .2rem;
	right: 0;
	position: absolute;
}
.module-6 .swiper-button-prev{left: .1rem;}
.module-6 .swiper-button-prev:after{font-size: .26rem; font-weight: bold; color: #03547A; }
.module-6 .swiper-button-next{ right: .1rem;}
.module-6 .swiper-button-next:after{font-size: .26rem; font-weight: bold; color: #03547A; }
.module-6 .more{ 
	display: block;
	font-size: .12rem;
	color: #fff;
	background-color: #03547A;
	width: 7em;
	margin: .1rem auto;
	margin-bottom: .15rem;
	text-align: center;
	line-height: 2.8em;}
.module-6 .more:hover{	background: #03547A ; border-color: #03547A;	color: #fff;}


.module-7{
	padding-bottom: .7rem;
}
.module-7 .list-box{
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding: 1px;
	padding-top: .8rem;
	top: -.8rem;
}
.module-7 .list-box .list{
	box-sizing: border-box;
	height: auto;
	padding: .3rem;
	background-color: #E4ECEF;
}
.module-7 .list-box .list .pic{
	overflow: hidden;
	float: right;
}
.module-7 .list-box .list .pic img{
	display: block;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
	width: 110px;
	height: 80px;
}
.module-7 .list-box .list:hover .pic img{
	transform: scale(1.05);
}
.module-7 .list-box .list .t{
	font-size: .2rem;
	font-weight: bold;
	color: #0077AF;
	line-height: 1.6em;
	transition: all 0.3s ease-in-out;
}
.module-7 .list-box .list .d{
	font-size: .12rem;
	color: #666;
	padding-top: .05rem;
	margin-bottom: .15rem;
	line-height: 1.6em;
}
.module-7 .list-box .list .c{
	padding: .15rem 0 0;
	font-size: .18rem;
	color: #666;
	line-height: 1.6em;
	transition: all 0.3s ease-in-out;
}
.module-7 .list-box .list .c div{
	font-size: .16rem;
	margin-bottom: .1rem;
	position: relative;

}
.module-7 .btn-box{
	width: 1rem;
	top: .2rem;
	right: 0;
	position: absolute;
}
.module-7 .swiper-button-prev{left: .1rem;}
.module-7 .swiper-button-prev:after{font-size: .26rem; font-weight: bold; color: #03547A; }
.module-7 .swiper-button-next{ right: .1rem;}
.module-7 .swiper-button-next:after{font-size: .26rem; font-weight: bold; color: #03547A; }
.module-7 .btn-box .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: -1.2rem; top: -.2rem;}
.module-7 .btn-box .more:hover{	background: #03547A ; border-color: #03547A;	color: #fff;}





#window-01 {
	background-color: #000;
}

#window-01 video {
	position: absolute;
	width: 100%;
	height: auto;
	max-width: 90%;
	object-fit: fill;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#window-01 .bqxx {
	position: absolute;
	right: 7%;
	bottom: 10%;
	color: #fff;
}


@media screen and (max-width: 1920px) {
	
	.hot-news .title{ font-size: .2rem; }
	.hot-news .con{ font-size: .14rem; }
	.news-list .list .box-con b{font-size: .2rem; }
	.news-list .list .box-con p{  font-size: .16rem; }

}





/*@media screen and (max-width: 768px) {*/
	
	
	
	
	
/*	#banner{ width: 100%; min-width: 100%; height: 50vw; margin: .1rem; border-radius: .2rem; overflow: hidden; position: relative; top: 0; background-color: #000;}*/
/*	#banner .banner{position: relative; height: 100%;}*/
/*	#banner .banner .video-box{	position: absolute;	left: 0;top: 0;	width: 100%;height: 100%;overflow: hidden; background-color: #000;}*/
/*	#banner .banner .video-box video{position: absolute;width: auto;height: auto;max-width: 100%;min-width: 100%; max-width: calc(100%+1px);min-width: calc(100%+1px); object-fit:fill;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); opacity: .9;}*/
/*	#banner .banner-bg{position: relative; height: 100%; background-position: center center !important; background-repeat: no-repeat; background-size: cover;}*/
/*	#banner a{width: 100vw; height: 70vw;}*/
/*	#banner a img{width: 100%; display: block;}*/
/*	#banner .banner-con{text-align: left; position: absolute; width: 90%; max-width: 1400px; margin: 0 auto; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #fff;}*/
/*	#banner .banner-con h2{font-size: .7rem; font-weight: bold; text-align: center; letter-spacing: .1rem; margin-bottom: .4em; line-height: 1.2em; text-shadow: 0 0 3px rgba(0,0,0,.4);}*/
	/* #banner .banner-con h4{font-size: 18px; font-weight: lighter; letter-spacing: .03rem; margin-bottom: 2em; opacity: .6; text-transform: uppercase; position: relative; top: 0; text-shadow: 0 0 3px rgba(0,0,0,.4);} */
/*	#banner .banner-con h4{font-size: .7rem; font-weight: bold; letter-spacing: .03rem; margin-bottom: 1.6em; opacity: .9; text-transform: uppercase; position: relative; top: 0; text-shadow: 0 0 3px rgba(0,0,0,.4);}*/
/*	#banner .banner-con span{width: 130px; height: 42px; font-size: 14px; line-height: 40px; display: block; margin: 80px 0 0; border: 1px solid #fff; padding-left: 25px; border-radius: 3px; background: rgba(0,0,0,0.1) url(../img/icon-more.png) no-repeat right 15px center; box-shadow: 0 0 3px rgba(0,0,0,.4);}*/
/*	#banner .banner-con span:hover{background: #1576D1 url(../img/icon-more.png) no-repeat right 15px center; border: 1px solid #1576D1;}*/
/*	#banner .swiper-slide{ position: relative; height: auto !important;}*/
/*	#banner .swiper-button-prev{left: 10px;opacity: .2; display: none;}*/
/*	#banner .swiper-button-next{right: 10px;opacity: .2; display: none;}*/
/*	#banner .swiper-button-prev:after{font-size: 30px; padding: 15px 10px; color: #fff; border-top-right-radius: 5px; border-bottom-right-radius: 5px;}*/
/*	#banner .swiper-button-next:after{font-size: 30px; padding: 15px 10px; color: #fff; border-top-left-radius: 5px;border-bottom-left-radius: 5px;}*/
/*	#banner .swiper-button-prev:hover{opacity: 1;}*/
/*	#banner .swiper-button-next:hover{opacity: 1;}*/
/*	#banner .swiper-pagination-bullet-active{background-color: #1576D1;}*/
	
/*	.module-title{padding: 40px 0 20px 0; display: block; margin: 30px 0 0; position: relative; }*/
/*	.module-title h2{color: #000; font-size: .39rem; display: block; position: relative;}*/
/*	.module-title span{height: 3px; display: block; 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{margin-top: 25px; padding: 20px;}*/
/*	.module-1-bg{*/
/*		position: absolute;*/
/*		top: 0;*/
/*		left: 0;*/
/*		width: 100%;*/
/*		height: 100%;*/
/*		background: linear-gradient(151deg, rgba(244,247,249,0.19) 0%, rgba(167,167,167,0) 100%);*/
/*		background: #F4F7F9;*/
/*		opacity: 0.77;*/
/*		border-radius: 0px;*/
/*	}*/
/*	.module-1 .pic{position: relative; width: 100%; float: left; z-index: 2; top: -.1rem;}*/
/*	.module-1 .pic img{width: auto; width: 100%;}*/
/*	.module-1 .pic>span{*/
/*		width: .5rem;*/
/*		height: 3px;*/
/*		display: block;*/
/*		position: absolute;*/
/*		bottom: -4em;*/
/*		right: auto;*/
/*		left: 20px;*/
/*		background-color: #1576D1;*/
/*	}*/
/*	.module-1 .con{float: right; width: 100%; position: relative; padding: 0 20px 20px; }*/
/*	.module-1 .con .text{overflow:hidden; height: 10em; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}*/
/*	.module-1 .con h2{color: #1576D1; font-size: .39rem; display: block; position: relative; margin-bottom: .3rem;}*/
/*	.module-1 .con p{margin-bottom: 0.5em;}*/
/*	.module-1 .con .more{position:relative; float: right; right: 0; margin: .4rem 0 0; transition: all 0.3s ease-in-out;}*/
/*	.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{right: -.3em; color: #1576D1;}*/
/*	.module-1 .con .more:hover .iconfont{left: .2em;}*/
	
	
/*	.module-2{ background: url(../img/dj.jpg) no-repeat center top; padding: 0 20px .8rem;}*/
/*	.module-2 .module-title{background: url(../img/dj-img.png) no-repeat 1.4rem top; margin-bottom: 0; padding-top: 0.3rem; margin-top: 0;}*/
/*	.module-2 .module-title h2{	color: #fff; margin-top: 20px;}*/
/*	.module-2 .module-title span{height: 3px; display: block; position: relative; background: #fff; border-radius: 3px; margin:8px 0 10px; width: .5rem; }*/
/*	.module-2 .module-title p{color: #fff; margin-top: .3rem; text-indent: 2em;}*/
/*	.module-2 .dj-box{position: relative; width: 100%; }*/
	/* .module-2 .list .pic{overflow: hidden;} */
/*	.module-2 .list img{width: 100%; display: block; transform: scale(1.01); transition: all 0.3s ease-in-out; background-size: cover; background-position: center; background-repeat: no-repeat;}*/
/*	.module-2 .list:hover img{transform: scale(1.05);}*/
/*	.module-2 .list .l-time{font-size: 12px;display: block;	padding: 10px 0 5px;}*/
/*	.module-2 .list .l-title{font-size: .32rem;}*/
/*	.module-2 .list .list-con{color: #fff;}*/
	
/*	.module-2 .btn-box{width: 100%; max-width: 1600px; min-width: 1024px; position: relative; margin: 0 auto; margin-top: 30px; display: none;}*/
	
/*	.module-2 .swiper-pagination{bottom: -.5rem; }*/
/*	.module-2 .swiper-pagination .swiper-pagination-bullet{background-color: #fff;}*/
/*	.module-2 .swiper-pagination .swiper-pagination-bullet-active{background-color: #fff;}*/
		
	
	
/*	.module-3{background:#fff; overflow: hidden; padding: 0 20px;}*/
/*	.module-3 .module-title{margin: 0; padding-bottom: 0;}*/
/*	.module-3 .module-title h2{display: block; position: relative; margin-top: 0;}*/
	
/*	.module-3 .main-box{padding-bottom: 40px;}*/
/*	.module-3 .list-box{}*/
/*	.module-3 .list{border-top: 1px solid #f1f1f1; padding: .3rem 0; overflow: hidden;}*/
/*	.module-3 .list .right-box{width: 100%; float: none; display: block;}*/
/*	.module-3 .list .right-box .title{font-size: .3rem; margin-bottom: .15rem; line-height: 1.5em; transition: all 0.3s ease-in-out;overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}*/
/*	.module-3 .list .right-box .describe{color: #888; transition: all 0.3s ease-in-out; overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; display: none;}*/
/*	.module-3 .list .right-box .time{font-size: .2rem; color: #888;}*/
/*	.module-3 .list .right-box:hover .title{color: #1576D1;}*/
/*	.module-3 .list .right-box:hover .describe{color: #000;}*/
/*	.module-3 .list .right-box .pic{float: right; width: 2.3rem; margin-left: .2rem;}*/
/*	.module-3 .list .right-box .pic img{width: 100%; display: block; background-size: cover; background-position: center;}*/
/*}*/




















