.bannerSwiper .swiper-slide{
	position: relative;
}
.bannerSwiper .swiper-slide img{
	width: 100%;
}
.pc-banner{
	display: block;
}
.mobile-banner{
	display: none;
}
.bannerSwiper .swiper-slide-active img{
	animation: changeScale 1 1.5s;
}

.banner-title{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.banner-title h3{
	font-size: 0.92rem;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	font-family: 'ls';
	text-align: center;
	text-shadow: 0 4px 2px #333;
}
.banner-title h3 span{
	color: #e3252c;
}
.banner-title p{
	font-size: 0.2rem;
	color: #fff;
	font-family: arial;
	text-transform: uppercase;
	text-shadow: 0 1px 1px #333;
	text-align: center;
}
.bannerSwiper .swiper-slide-active .banner-title h3{
	animation: fadeInUp 1 1.5s;
}
.bannerSwiper .swiper-slide-active .banner-title p{
	animation: fadeInUp 1 1.5s;
}

.bannerSwiper .swiper-pagination{
	bottom: 0.3rem !important;
}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet{
	width: 0.2rem;
	height: 0.03rem;
	background: #fff;
	opacity: 1;
	border-radius: 0;
	transition-duration: 0.3s;
}
.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active{
	width: 0.32rem;
	background: #e3252c;
}

.home-about{
	padding: 1rem 0 0.6rem;
	background: #fff;
}
.home-title{
	margin-bottom: 0.25rem;
}
.home-title h3{
	font-size: 0.4rem;
	color: #004b98;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 0.04rem;
}
.home-title h4{
	font-size: 0.26rem;
    font-weight: normal;
	color: #D3D3D3;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
}
.home-about-info{
	font-size: 0.16rem;
	color: #333;
	line-height: 2;
	text-align: justify;
	text-indent: 0.32rem;
}
.home-about-more{
	margin-top: 0.4rem;
}
.more-btn{
	display: block;
	width: 1.68rem;
	height: 0.48rem;
	border-radius: 0.48rem;
	background: #004b98;
	font-size: 0.14rem;
	color: #fff;
	text-align: center;
	line-height: 0.48rem;
	margin: 0 auto;
	transition-duration: 0.3s;
}
.more-btn:hover{
	background: #e3252c;
}

.home-aboutList ul{
	display: flex;
}
.home-aboutList ul li{
	width: 25%;
	position: relative;
}
.home-about-img{
	width: 100%;
	overflow: hidden;
}
.home-about-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-aboutList ul li:hover .home-about-img img{
	transform: scale(1.1);
}
.home-about-message{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 7, 25, 0.2);
}
.home-about-bt{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.home-about-bt img{
	display: block;
	margin: 0 auto;
	width: 0.8rem;
	transition-duration: 1s;
}
.home-about-bt h3{
	font-size: 0.24rem;
	color: #fff;
	font-weight: normal;
	line-height: 0.3rem;
	margin-top: 0.15rem;
	position: relative;
}
.home-about-bt h3:after{
	display: block;
	content: '';
	width: 0.3rem;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -0.1rem;
	left: 50%;
	margin-left: -0.15rem;
}
.home-aboutList ul li:hover .home-about-bt img{
	transform: rotateY(360deg);
}

.home-ywbk{
	padding-top: 1.1rem;
}
.home-ywbk-box{
	display: flex;
	margin-top: 0.6rem;
}
.home-ywbk-menu{
	width: 29.4%;
}
.home-ywbk-imgBox{
	width: 70.6%;
}
.home-ywbk-list{
	background: #f8f8f8;
	border-bottom: 1px solid #dadada;
}
.home-ywbk-fn{
	padding: 0.224rem 0.6rem;
	cursor: pointer;
	zoom: 1;
}
.home-ywbk-fn:after{
	display: block;
	content: '';
	clear: both;
}
.home-ywbk-fnIcon{
	float: left;
	width: 0.6rem;
	height: 0.6rem;
	position: relative;
}
.home-ywbk-fnIcon img{
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease 0s;
}
.ywbk-icon-b{
	opacity: 1;
	visibility: visible;
}
.ywbk-icon-w{
	opacity: 0;
	visibility: hidden;
}
.home-ywbk-fn h3{
	float: left;
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.6rem;
	margin-left: 0.1rem;
	font-weight: normal;
}
.home-ywbk-list ul{
	display: none;
}
.home-ywbk-list ul li{
	padding: 0 0.6rem;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	font-size: 0.2rem;
	line-height: 0.7rem;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.home-ywbk-list ul li span{
	position: relative;
	z-index: 4;
}
.home-ywbk-list ul li dl dd{
	padding-left: 0.2rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 0.16rem;
    line-height: 0.5rem;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.home-ywbk-list ul li dl{
	display: none;
}
.hoverD{
	font-weight: bold;
}
.ywbk-listBg{
	display: block;
	width: 0%;
	height: 0.7rem;
	background: #0d5aba;
	background-size: 0.19rem 0.7rem;
	position: absolute;
	left: -0.19rem;
	top: 0;
	z-index: 2;
	transition-duration: 1s;
}
.ywbk-listBg:after{
	display: block;
	content: '';
	width: 0.19rem;
	height: 0.7rem;
	background: url(../images/bk-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -0.19rem;
	top: 0;
}
.hover .ywbk-listBg{
	width: 102% !important;
	left: 0;
}
.selected{
	background: #004090;
}
.selected .ywbk-icon-b{
	opacity: 0 !important;
    visibility: hidden !important;
}
.selected .ywbk-icon-w{
	opacity: 1 !important;
    visibility: visible !important;
}
.selected .home-ywbk-fn h3{
	color: #fff !important;
}
.home-ywbk-imgList{
	width: 100%;
	overflow: hidden;
}
.home-ywbk-imgList li{
	display: none;
}
.home-ywbk-imgList li a{
	display: none;
}
.home-ywbk-imgList a img{
	display:block;
	width:100%
}
.show {
	animation: changeScale 1 1.5s;
}
.hidden{
	display: none !important;
}
.home-news{
	padding-top: 0.8rem;
}
.home-news-box ul li{
	float: left;
	width: 30%;
	margin-right: 5%;
}
.home-news-box ul li:nth-child(3n){
	margin-right: 0;
}
.home-news-img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home-news-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-news-title{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(1, 64, 153, .8);
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.5s;
}
.home-news-title p{
	width: 100%;
	padding: 0 8%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.4;
	text-align: center;
}
.home-news-box ul li:hover .home-news-img img{
	transform: scale(1.1);
}
.home-news-box ul li:hover .home-news-title{
	opacity: 1;
	visibility: visible;
}
.home-news-info{
	position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0.2rem 0.2rem 0;
    border: 1px solid #f2f2f2;
}
.home-news-info h3{
	font-size: 0.18rem;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}
.home-news-info p{
	color: #777;
    margin: 0.1rem 0 0.2rem;
    font-size: 0.16rem;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-news-info a{
	display: block;
	width: 100%;
	border-top: 1px solid #e5e5e5;
	zoom: 1;
}
.home-news-info a:after{
	display: block;
	content: '';
	clear: both;
}
.home-news-info span:nth-child(1){
	float: left;
	font-size: 0.16rem;
	color: #777;
	line-height: 0.48rem;
}
.home-news-info span:nth-child(2){
	float: right;
	width: 0.34rem;
	height: 0.48rem;
	position: relative;
}
.home-news-info span:nth-child(2) img{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	transition-duration: 0.5s;
}
.news-jt-w{
	opacity: 1;
	visibility: visible;
}
.news-jt-b{
	opacity: 0;
	visibility: hidden;
}
.home-news-box ul li:hover .news-jt-w{
	opacity: 0;
	visibility: hidden;
}
.home-news-box ul li:hover .news-jt-b{
	opacity: 1;
	visibility: visible;
}
.home-shzr{
	padding: 0.6rem 0;
}
.home-shzr-box{
	padding: 1.6rem 1.45rem 2rem;
	background: url(../images/shzr.jpg) no-repeat center left;
	background-size: cover;
}
.home-shzr-info{
	text-align: right;
}
.home-shzr-info h3{
	font-size: 0.36rem;
	color: #fff;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 0.3rem;
}
.home-shzr-info p{
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.8;
}

@media screen and (max-width: 1440px){
	
}
@media screen and (max-width: 1366px){
	
}
@media screen and (max-width: 769px){
	.home-banner{
		margin-top: 55px;
	}
	.pc-banner{
		display: none;
	}
	.mobile-banner{
		display: block;
	}
	.banner-title h3{
		font-size: 30px;
	}
	.banner-title p{
		font-size: 12px;
	}
	.bannerSwiper .swiper-pagination .swiper-pagination-bullet{
		width: 20px;
		height: 3px;
	}
	.bannerSwiper .swiper-pagination .swiper-pagination-bullet-active{
		width: 32px;
	}
	.home-title h3{
		font-size: 24px;
	}
	.home-title h4{
		font-size: 18px;
	}
	.home-about-info{
		font-size: 16px;
		line-height: 1.6;
	}
	.more-btn{
		width: 120px;
		height: 36px;
		border-radius: 36px;
		font-size: 16px;
		line-height: 36px;
	}
	.home-aboutList ul{
		display: block;
	}
	.home-aboutList ul li{
		float: left;
		width: 50%;
	}
	.home-about-bt img{
		width: 40px;
	}
	.home-about-bt h3{
		font-size: 16px;
	}
	.home-ywbk-box{
		display: block;
	}
	.home-ywbk-menu{
		width: 100%;
	}
	.home-ywbk-imgBox{
		width: 100%;
	}
	.home-news-box ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.home-news-info{
		padding: 10px 10px 0;
	}
	.home-news-info h3{
		font-size: 16px;
	}
	.home-news-info p{
		font-size: 15px;
	}
	.home-news-info span:nth-child(1){
		font-size: 15px;
		line-height: 46px;
	}
	.home-news-info span:nth-child(2){
		width: 30px;
    	height: 46px;
	}
	.home-shzr-box{
		padding: 40px 20px;
	}
	.home-shzr-info h3{
		font-size: 18px;
		text-shadow: 0 1px 1px #555;
	}
	.home-shzr-info p{
		font-size: 16px;
		text-shadow: 0 1px 1px #555;
	}
	.home-news-title{
		display: none !important;
	}
}








