/* 横幅 */
#banner{
	position: relative;
	overflow: hidden;
}
#banner .swiper_text{
	width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;-ms-transform: translateY(-50%) !important;-webkit-transform: translateY(-50%) !important;
    left: 0;
    z-index: 5;
    text-align: center;
}
#banner .swiper_text .logo03{
	margin:0 auto 40px;
}
#banner .swiper_text h3 {
    font-size: 70px;
    color: #fff;
}
#banner .swiper_text p {
    font-size: 24px;
    color: #fff;
	margin-top:5px;
}

#banner .swiper_text .seeanli{
	display: block;
	width: 150px;
	height: 38px;
	border: 2px solid #fff;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 38px;
	margin:40px auto 0 auto;
}
#banner .swiper_text .seeanli:hover{
	background:#1616BA;
	border-color:#1616BA;
}

#banner .img {
	display:block;
	margin:0 auto;
    width: 100%;
    height: auto;
}
.banner-pagination-center{
	text-align:center;
	position: absolute;
    bottom: 30px;
	height:30px;
	width:100%;
	z-index:999;
}
#banner .banner-pagination {
	display:inline-block;
	width:auto !important;
	background:rgba(255,255,255,0.2);
	height:24px;
	line-height:22px;
	border-radius:50px;
	padding:0 12px;
}
#banner .banner-pagination .swiper-pagination-bullet {
    border-radius: 0;
    opacity: 1;
    margin: 0 5px;
	background:#fff;
	border-radius:10px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#banner .banner-pagination .swiper-pagination-bullet-active{
	width:20px;
}


/* 关于我们 */
#about{
	margin: 45px 0;
}
#about .left{
	display:flex;
	align-items:center;
	min-height:400px;
}

#about .left .desc{
	margin:30px 0;
	line-height:30px;
	color:#666;
	font-size:16px;
}
#about .left .btn{
	border-radius:30px;
	color:#666;
	padding:8px 30px;
	margin-bottom:25px;
}
#about .right{
	
}
#about .right .title{
	text-align:center;
	margin-bottom:20px;
}
#about .right .title .p1{
	font-size:24px;
	margin:0px !important;
}
#about .right .list{
	display:flex;
	flex-wrap:wrap;
}
#about .right .list .item{
	padding:10px;
	width:33.33%;
}
#about .right .list .item:hover .text .tt{
	color:#7ab131;
}
#about .right .list .item a{
	color:#333;
}
#about .right .list .item .imgbox{
	margin-bottom:30px;
}
#about .right .list .item .imgbox img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
#about .right .list .item .text{
	text-align:center;
	padding:0 5px;
}
#about .right .list .item .text .tt{
	font-size:22px;
}
#about .right .list .item .text .cc{
	font-size:15px;
}




/* 产品中心 */
#product{
	background:#f6f8fb;
	padding:50px 0;
	overflow:hidden;
}
#product .topTitle{
	margin-bottom:20px;
}
#product .list{
	overflow:hidden;
	margin:0 -10px;
}
#product .list .item{
	width:20%;
	float:left;
}
#product .list .item .center{
	margin:10px;
	background:#fff;
	box-shadow:0 0 5px #eee;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;

}
#product .list .item .center:hover{
	box-shadow:0 0 15px #ddd;
}
#product .list .item .imgbox img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
#product .item .title{
	padding:20px 10px;
}
#product .item .title p{
	text-align:center;
	font-size:16px;
	color:#7ab131;
}
#product .item .title h3{
	margin:0px;
	font-size:14px;
	text-align:center;
	color:#666;
}


/* 新闻中心 */
#news{
	padding:50px 0 100px 0;
	overflow:hidden;
}
#news .topTitle{
	margin-bottom:20px;
}
#news .item{
	margin-bottom:15px;
}
#news .item:hover .date{
	color:#333;
	border-bottom:1px solid #333;
}
#news .item:hover h3{
	color:#7ab131;
}
#news .item:hover .detail:before{
	width:100%;
}
#news .item .date{
	border-bottom:1px solid #999999;
	font-size:42px;
	font-weight:700;
	color:#999;
	padding:20px 0;
}
#news .item .main{
	display:flex;
	flex-wrap:wrap;
}
#news .item .main .imgbox{
	width:30%;
	padding-right:15px;
}
#news .item .main .imgbox img{
	width:100%;
}
#news .item .main .text{
	width:70%;
}
#news .item .desc{
	word-break:break-all;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	color:#666;
	line-height:24px;
	margin-bottom:25px;
}
#news .item h3{
	font-size:16px;
	color:#333;

}
#news .item .detail{
	display:inline-block;
	color:#666;
	position:relative;
	height:24px;
}
#news .item .detail:before{
	position:absolute;
	content:'';
	height:1px;
	width:100%;
	background:#666;
	bottom:0px;
	width:0%;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#news .item .detail:hover{
	color:#043b71;
}

/* 移动端 */
@media screen and (max-width:1200px){
	#product .list .item{
		width:25%;
	}
}


/* 移动端 */
@media screen and (max-width:768px){
	#banner .banner-pagination-center{
		bottom: 5px;
	}
	#about{
		margin: 10px 0 0px 0;
	}
	#about .right .list .item{
		width:100%;
	}
	#about .left{
		min-height:auto;
	}
	#product{
		padding:30px 0;
	}
	#product .list .item{
		width:50%;
	}
	#news{
		padding:30px 0;
		overflow:hidden;
	}
	#news .item h3{
		margin-top:5px;
		margin-bottom:5px;
	}
	#news .item .detail{
		display:none;
	}
}

