.home-banner{
	margin: 0 auto;
    background: #000;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: auto;
}
.bannerSwiper{
	width: 100%;
	position: relative;
}
.bannerSwiper .swiper-slide{
	overflow: hidden;
	position: relative;
}
.bannerSwiper .swiper-slide img{
	display: block;
	width: 100%;
}
.banner-title{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.banner-title-info{
	width: 100%;
	margin-bottom: 0.5rem;
	animation-delay: 1s;
}
.swiper-slide-active .banner-title-info{
	animation: fadeInDown 1 1.5s;
}
.banner-title-info h3{
	font-size: 0.54rem;
	color: #fff;
	font-weight: normal;
	text-shadow: 0 2px 1px #333;
	line-height: 1.2;
}
.banner-title-info p{
	font-size: 0.3rem;
	color: #fff;
	font-weight: normal;
	text-shadow: 0 2px 1px #333;
	line-height: 1.1;
}
.more-btn{
	display: block;
	width: 2rem;
	height: 0.56rem;
	border: 0.01rem solid #004aba;
	padding-left: 0.4rem;
	border-radius: 0.56rem;
	background: #004aba;
	position: relative;
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.56rem;
	animation-delay: 3s;
}
.swiper-slide-active .more-btn{
	animation: fadeInUp 1 3s;
}
.more-jt{
	display: block;
	width: 0.52rem;
	height: 0.52rem;
	border-radius: 50%;
	background: url(../images/home-jt.png) no-repeat center center #fff;
	background-size: 0.27rem 0.19rem;
	position: absolute;
	right: 0.01rem;
	top: 0.01rem;
	transition-duration: 0.3s;
}
.more-btn:hover .more-jt{
	background-position-x: 0.2rem;
}

.swiper-number{
	width: 100%;
	position: absolute;
	bottom: 2.3rem;
	left: 0;
	z-index: 10;
}
.swiper-number .w1546{
	zoom: 1;
}
.swiper-number .w1546:after{
	display: block;
	content: '';
	clear: both;
}
.swiper-number .swiper-pagination{
	float: left;
	width: auto;
	position: relative;
	left: 0;
	bottom: 0;
	font-size: 0.18rem;
	color: #fff;
	font-family: arial;
	text-shadow: 0 2px 1px #333;
}
.swiper-number .swiper-pagination-current{
	font-size: 0.6rem;
}
.home-product{
	padding: 1rem 0 1.5rem;
	background: #fff;
}
.home-title{
	zoom: 1;
	margin-bottom: 0.4rem;
}
.home-title:after{
	display: block;
	content: '';
	clear: both;
}
.home-title-info{
	float: left;
}
.home-title-info h4{
	font-size: 0.24rem;
	color: #004aba;
	line-height: 0.3rem;
	position: relative;
	padding-left: 0.4rem;
}
.home-title-info h4:before{
	display: block;
	content: '';
	width: 0.25rem;
	height: 0.23rem;
	background: url(../images/dian-b.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0.03rem;
}
.home-product .home-title .more-btn{
	float: right;
	margin-top: 0.16rem;
}
.home-title-info h3{
	font-size: 0.4rem;
	color: #131313;
	line-height: 0.5rem;
	font-weight: normal;
	margin-top: 0.1rem;
}

.home-productList{
	position: relative;
}
.home-productList ul li{
	float: left;
	width: 23.5%;
	height: 2.6rem;
	margin-right: 2%;
	margin-bottom: 0.26rem;
	border: 1px solid #cccfd1;
	background: #f2f2f2;
	position: relative;
}
.home-productList ul li:nth-child(1),.home-productList ul li:nth-child(6){
	height: 5.46rem;
	margin-bottom: 0;
}
.home-productList ul li:nth-child(6){
	float: right;
	margin-right: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.pro-box-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/pro-bg.jpg) no-repeat center center;
	background-size: cover;	
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
}
.home-productList ul li:hover .pro-box-bg{
	opacity: 1;
	visibility: visible;
}
.home-productList ul li a{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 20;
}
.h-pro-box{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 20;
}
.h-pro-img{
	width: 100%;
	height: 2.1rem;
	position: relative;
}
.h-pro-img img{
	position: absolute;
	max-width: 80%;
	max-height: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.h-pro-name{
	transition-duration: 0.3s;
}
.home-productList ul li:nth-child(1) .h-pro-img,.home-productList ul li:nth-child(6) .h-pro-img{
	height: 4.5rem;
}

.home-productList ul li:nth-child(1) .h-pro-name,.home-productList ul li:nth-child(6) .h-pro-name{
	padding-top: 0.375rem;
}
.h-pro-name p{
	font-size: 0.22rem;
	color: #333333;
	font-weight: normal;
	text-align: center;
	line-height: 0.3rem;
	transition-duration: 0.3s;
}
.home-productList ul li:hover .h-pro-name p{
	color: #fff;
}
.h-pro-name img{
	display: none;
	width: 0.37rem;
	margin: 0.05rem auto 0;
}
.home-productList ul li:hover .h-pro-name{
	padding-top: 0;
}
.home-productList ul li:hover .h-pro-name img{
	display: block;
}

.home-about{
	position: relative;
	width: 100%;
	border-top-left-radius: 0.4rem;
	overflow: hidden;
}
.home-about-bg{
	width: 100%;
	height: 100%;
	background: url(../images/h-ab-bg.jpg) no-repeat right center #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
}
@keyframes scaleDraw {
        0%{
			-webkit-transform: scale(1, 1);
		    transform: scale(1, 1);
		}
		50%{
			-webkit-transform: scale(1.2, 1.2);
		    transform: scale(1.2, 1.2);
		}
		100% {
			-webkit-transform: scale(1, 1);
		    transform: scale(1, 1);
		}
}
.home-about-box{
	position: relative;
	z-index: 10;
	padding: 1.7rem 0 2.16rem;
}
.home-about-box .home-title-info h4{
	color: #fff;
}
.home-about-box .home-title-info h4:before{
	background: url(../images/dian-w.png) no-repeat;
    background-size: 100% 100%;
}
.home-about-box .home-title-info h3{
	color: #fff;
	margin-top: 0.2rem;
}
.home-about-info{
	width: 56%;
	margin-bottom: 0.9rem;
}
.home-about-info p{
	font-size: 0.18rem;
	color: #fff;
	line-height: 1.6;
	font-weight: normal;
	text-align: justify;
}
.home-about-info h2{
	margin-top: 0.4rem;
	font-size: 0.3rem;
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
}

.home-about-box .more-btn{
	border: 0.01rem solid #fff;
	background: #fff;
	color: #004aba;
}
.home-about-box .more-jt{
	top: 0.015rem;
	background: url(../images/home-jt-w.png) no-repeat center center #004aba;
	background-size: 0.27rem 0.19rem;
}

.home-news{
	padding: 1.15rem 0 1.5rem;
	background: url(../images/h-news-bg.png) no-repeat center bottom;
	background-size: cover;
}
.home-news .more-btn{
	float: right;
	margin-top: 0.16rem;
}
.newsSwiper{
	padding: 4px !important;
}
.h-news-box{
	width: 100%;
	height: 3.3rem;
	border-radius: 0.3rem;
	overflow: hidden;
	box-shadow: 0 0 4px 2px #d3d3d3;
	position: relative;
}
.h-news-img{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.h-news-img img{
	display: block;
	width: 100%;
}
.h-news-img h4{
	width: 100%;
	padding: 0.7rem 0.34rem 0.2rem;
	background:-moz-linear-gradient(bottom,rgba(0,0,0,0.7),rgba(0,0,0,0));  
    background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.7),rgba(0,0,0,0));   
    background: -o-linear-gradient(bottom,rgba(0,0,0,0.7),rgba(0,0,0,0)); 
    background: -ms-linear-gradient(bottom,rgba(0,0,0,0.7),rgba(0,0,0,0)); 
    background: linear-gradient(to top, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); 
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 0.27rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.h-news-info{
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 0.5rem 0.34rem 0;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	transition-duration: 0.5s;
}
.newsSwiper .swiper-slide:hover .h-news-info{
	top: 0;
}
.h-news-info h3{
	width: 100%;
	height: 0.72rem;
	font-size: 0.27rem;
	color: #333333;
	font-weight: bold;
	line-height: 0.36rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.h-news-info span{
	display: block;
	margin: 0.16rem 0 0.1rem;
	font-size: 0.2rem;
	color: #004aba;
	line-height: 1.4;
}
.h-news-info p{
	font-size: 0.19rem;
	color: #666666;
	line-height: 1.6;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-contorls{
	position: relative;
	zoom: 1;
	margin-bottom: 0.3rem;
}
.news-contorls:after{
	display: block;
	content: '';
	clear: both;
}
.news-contorls .news-next,.news-contorls .news-prev{
	float: left;
	position: relative;
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 4px 2px #efefef;
	cursor: pointer;
}
.news-contorls .news-next{
	background: url(../images/news-jt-b.png) no-repeat center center #fff;
	background-size: 0.1rem 0.15rem;
	transform: rotate(180deg);
	margin-left: 0.2rem;
}
.news-contorls .news-next:hover{
	background: url(../images/news-jt-w.png) no-repeat center center #004aba;
	background-size: 0.1rem 0.15rem;
	transform: rotate(0deg);
}
.news-contorls .news-prev{
	background: url(../images/news-jt-b.png) no-repeat center center #fff;
	background-size: 0.1rem 0.15rem;
}
.news-contorls .news-prev:hover{
	background: url(../images/news-jt-w.png) no-repeat center center #004aba;
	background-size: 0.1rem 0.15rem;
	transform: rotate(180deg);
}



@media only screen and (max-width: 769px){
	.home-banner{
		margin-top: 55px;
	}
	.swiper-number{
		bottom: 0;
	}
	.swiper-number .swiper-pagination{
		float: none;
	}
	.swiper-number .swiper-pagination{
		font-size: 14px;
	}
	.swiper-number .swiper-pagination-current{
		font-size: 20px;
	}
	.banner-title-info h3{
		font-size: 24px;
	}
	.banner-title-info p{
		font-size: 16px;
	}
	.more-btn{
		width: 120px;
		height: 32px;
		border-radius: 32px;
		font-size: 12px;
		border: 1px solid #004aba;
	}
	.more-jt{
		width: 28px;
		height: 28px;
		top: 1px;
		right: 1px;
	}
	.home-title-info h4{
		font-size: 16px;
	}
	.home-productList ul li{
		width: 49%;
		height: auto !important;
		margin-bottom: 10px;
	}
	.home-productList ul li:nth-child(6){
		position: relative;
	}
	.home-productList ul li:nth-child(2n){
		margin-right: 0;
	}
	.h-pro-img{
		height: 160px !important;
	}
	.h-pro-name{
		padding-top: 0 !important;
		padding-bottom: 15px;
	}
	.h-pro-name p{
		font-size: 14px;
		line-height: 1.4;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.h-pro-name img{
		display: none !important;
	}
	.home-about{
		border-top-left-radius:0;
	}
	.home-product{
		padding: 1rem 0 1rem;
	}
	.home-about-box{
		padding: 1rem 0 1.5rem;
	}
	.home-about-info{
		width: 100%;
	}
	.home-about-info p{
		font-size: 14px;
	}
	.home-about-info h2{
		font-size: 16px;
	}
	.h-news-box{
		height: auto;
	}
	.h-news-img{
		height: 234px;
	}
	.h-news-img h4{
		font-size: 18px;
	}
	.h-news-info{
		height: auto;
		position: relative;
		top: 0;
		padding: 20px 10px;
	}
	.h-news-info h3{
		font-size: 16px;
	}
	.h-news-info span{
		font-size: 14px;
	}
	.h-news-info p{
		font-size: 14px;
	}
}



















