@charset "UTF-8";

.banner{
	position: relative;
	width: 100%;
	/*height: 670px;*/
	overflow: hidden;
}
.banner .swiper-slide{
	background-position: cover;
	background-position: center top;
}
.banner img{
	display: block;
	width: 100%;
}
.banner a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/blank.gif) no-repeat;
}
.ban-pagination{
	position: absolute;
	bottom: 20px;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 1;
}
.ban-pagination .swiper-pagination-bullet,.ban-pagination span{
	display: inline-block;
	background-color: #fff;
	width: 30px;
	height: 6px;
	margin: 0 8px!important;
	opacity: .4!important;;
	overflow: hidden;
	cursor: pointer!important;
	border-radius: 3px!important;
}
.ban-pagination .swiper-pagination-bullet-active,.ban-pagination span.active{
	opacity: 1!important;
}
.banner-prev,.banner-next{
	width: 60px;
	height: 80px;
	
	position: absolute;
	margin-top: -55px;
	top: 50%;
	background:#000;
	color: #fff;
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: center;
    opacity: .5;
    transition: opacity 0.3s;
}
.banner-prev{
	left: 0;
	border-radius:  0 6px 6px 0;
}
.banner-next{
	right: 0;
	border-radius: 6px 0 0 6px;
}
.banner-prev:hover,.banner-next:hover{
	opacity: 1;
}

.banner-list{
	position: relative;
	width: 100%;
	height: 34.4vw;
	min-height: 418px;
	overflow: hidden;
}
.banner-list li{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	display: none;
}
.banner-list li.active{
	z-index: 1;
}

.wrap{
	padding: 40px 0 20px;
}
.title{
	padding: 28px 0;
	margin-bottom: 26px;
	line-height: 40px;
	border-bottom: 1px solid #f1f1f1;
}
.title h2{
	display: inline-block;
	margin-right: 40px;
	font-size: 34px;
	color: #333;
}
.pro-list ul{
	margin: 0 -26px;
}
.pro-list li{
	float: left;
	width: 260px;
	margin-left: 26px;
	margin-right: 26px;
	margin-bottom: 45px;
}
.pro-list li.big{
	width: 576px;
	padding-top: 74px;
}
.pro-list li.big .img{
	margin: 0 -31px;
}
.pro-list li.big .img,.pro-list li.big img{
	width: 638px;
	height: 638px;
	
}
.pro-list li.big .color{
	margin-top: 80px;
}
.pro-list li .box{
	display: block;
}
.pro-list li .box:hover{

}
.pro-list li .img{
	position: relative;
	width: 300px;
	height: 300px;
	margin: 0 -20px;

}
.pro-list li .img,.pro-list li img{
	display: block;
	width: 300px;
	height: 300px;
	transition: all 1.2s cubic-bezier(0.23, 1, 0.38, 1);
}
.pro-list li:hover img{
	transform: scale(1.06);
}
.pro-list li .color{
	margin: 12px 0 0;
	padding: 10px 0;
	height: 16px;
	border-bottom: 2px solid #f6f6f6;
}
.pro-list li .color i{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 3px solid #fff;
	position: relative;
	margin: 0 4px 0 0;
}
.pro-list li .color i:after{
	content: '';
	position: absolute;
	left: -3px;
	top: -3px;
	width: 14px;
	height: 14px;
	border: 1px solid #f1f1f1;
	border-radius: 50%;
}

.pro-list li .color p{
	float: right;
	font-size: 13px;
	color: #7a7a81;
	line-height: 16px;
}
.pro-list li .text{
	padding: 20px 0 10px;
}
.pro-list li .tit{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	margin-bottom: 2px;
	transition: all 0.3s ease;
}
.pro-list li .text p{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	height: 28px;
	transition: all 0.3s ease;
}
.pro-list li .text del{
	font-size: 14px;
	color: #aaaaaa;
	margin-left: 8px;
}

/*.pro-list li:hover img{
	-webkit-filter:brightness(1.1);
  	filter:brightness(1.1);
}*/
.pro-list li:hover .tit,.pro-list li:hover .text p{
	color: #000;
}



.news-list ul{
	margin: 0 -14px;
}
.news-list li{
	float: left;
	width: 586px;
	height: 440px;
	margin: 0 14px 45px;
	box-shadow:  0 0 10px rgba(0,0,0,.06);
}
.news-list .img{
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}
.news-list .img:after{
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    opacity: 0;
    transition: all .3s ease-in;
}
.news-list li:hover .img:after{
	opacity: .2;
}
.news-list p{
	margin: 0 25px;
}
.news-list .tit{
	font-size: 17px;
	color: #333;
}
.news-list li:hover .tit{
	color: #000;
}

.share-slide .swiper-slide{
	margin-right: 30px;
}
.share-slide .img{
	position: relative;
	display: block;
	width: 100%;
	height: 350px;
	margin-bottom: 10px;
	background-position: center;
}
.share-slide .img:after{
	content: '';
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background: #fff;
    opacity: 0;
    transition: all .3s ease-in;
}
.share-slide .swiper-slide:hover .img:after{
	opacity: .2;
}
.share-slide .img p{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.6);
	color: #fff;
	padding: 10px 12px;
	font-size: 13px;
	z-index: 2;
}
.share-slide .avatar{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}

.share-slide span{
	display: inline-block;
	margin-right: 10px;
}
.user-share{
	position: relative;
	height: 400px;
	margin-bottom: 50px;
}
.swiper-lazy{
	background: url(../img/lazy.png) no-repeat center center;
}
.swiper-lazy-loaded[style]{
	background-size: cover;
}
.user-share .swiper-button-prev,.user-share .swiper-button-next{
	width: 28px;
	height: 348px;
	top: 0;
	margin-top: 0;
	border: 1px solid #e0e0e0;
	text-align: center;
	line-height: 348px;
	background-image: none;
	color: #b5b5b5;

}
.user-share .swiper-button-prev{
	left: -40px;
}
.user-share .swiper-button-next{
	right: -40px;
}

.today-rec{
	width: 100%;
	height: 600px;
	background-position: center;
}
