@charset "utf-8";
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 0;
	height: 80px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	z-index: 11;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0;
}
.banner .swiper-pagination-bullet{
	width: 25%;
	height:100%;
	display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: 0;

}
.banner .swiper-pagination-bullet-active{
	opacity: 1;
	background: rgba(255,255,255,0.2);
	position: relative;
}
.banner .swiper-pagination-bullet-active:before{
	display: block;
	content: "";
	width: 300px;
	height: 2px;
	position: absolute;
	top: -2px;
	background: url(../images/bannerimg.png) no-repeat;
	background-size:100% 100%;
	left: 0; 
}
.bannertext{
	width: 100%;
	bottom: 0;
	height: 80px;
	background: #272b34;
	left: 0;
	position: absolute;
	z-index: 10;
}
.bannertextlist{
	height: 80px;
	width: 1200px;
	margin: 0 auto;
	
	
	color: #fff;
}
.bannertextlist li{
	box-sizing: border-box;
	float: left;
	width: 25%;
	padding: 5px 20px;
	line-height: 20px;
}
.bannertextlist li .info{
	font-size: 14px;
}
.icp{
	height: 100px;
	line-height: 100px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: url(../images/icpbg.jpg);
}
.banner-bottt{
	background: rgba(39,45,55,0.8);
	height: 80px;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-bottt .box{
	width: 1200px;
	margin: 0 auto;
	height: 80px;
	color: #fff;
	box-sizing: border-box;
	padding-top: 5px;
}
.banner-bottt .box .tt{
	width: 500px;
	font-size: 24px;
	line-height: 30px;
}
.banner-bottt .box .info{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	width: 500px;
}
.bannersel{
	position: absolute;
	height: 80px;
	box-sizing: border-box;
	padding: 10px 20px;
	bottom: 0;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	z-index: 10;
}
.gallery-thumbs{
	width: 600px;
	float: right;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  box-sizing: border-box;
  border:2px solid #fff;
  height: 60px;
}
.gallery-thumbs .swiper-slide img{
	height: 100%;
}
.gallery-thumbs .swiper-slide-thumb-active {
  border:2px solid #cb2b2b;
}

@media screen and (max-width:1100px) {
 .smallnone,.banner .swiper-pagination-bullet,.bannertext{
   display: none;
   }
}