﻿@charset "utf-8";
/*
 
 * 17素材vip建站专区模块代码
 * 详尽信息请看官网：http://www.17sucai.com/pins/vip
 *
 * Copyright , 温州易站网络科技有限公司版权所有
 *
 * 请尊重原创，未经允许请勿转载。
 * 在保留版权的前提下可应用于个人或商业用途
 
*/


.swiper-container {
	height: 400px;
	overflow: visible;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 20px;
	width: 100%;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 32px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	transition: width .8s;
}

.swiper-pagination-switch:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: rgba(102, 102, 102, .5);
	vertical-align: middle;
	transition: width .8s, background-color .8s;
	box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-active-switch:before {
	background: #fff;
	box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}

.swiper-slide {
	position: relative;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
	overflow: hidden;
}

.swiper-slide-active {
	opacity: 1;
}



.slide1 {
	background: url(../imgs/banner01.jpg?t=202318) no-repeat center center;
}

.slide2 {
	background: url(../imgs/banner02.jpg?t=202318) no-repeat center center;
}

.slide3 {
	background: url(../imgs/banner03.jpg?t=202318) no-repeat center center;
}

.slide4 {
	background: url(../imgs/banner04.jpg?t=2202318) no-repeat center center;
}

.slide5 {
	background: url(../imgs/banner05.jpg?t=202319) no-repeat center center;
}

.slide6 {
	background: url(../imgs/banner06.jpg?t=20210208) no-repeat center center;
}

.slide7 {
	background: url(../imgs/banner07.jpg?t=20210208) no-repeat center center;
}

.slide5 .img2 {
	right: -190px;
	bottom: 0px;
	z-index: 9;
	position: absolute;
}

/*底下四个导航*/
.home-events {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: -38px;
}

.home-events-box {
	max-width: 1210px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}

.home-events-box-wrapper {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.10);
}

.home-events-box-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.home-events-box-item {
	position: relative;
	float: left;
	width: 25%;
	height: 120px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 1);
	-webkit-transition: .2s;
	transition: .2s;
}

.home-events-box-item a {
	display: block;
	height: 100%;
	padding: 34px 5px 34px 120px;
}

.home-events-box-item:hover i img:last-child {
	opacity: 1;
}

.home-events-box-item:hover h2 {
	color: #fa6f66;
}

.home-events-box-item i {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 60px;
	height: 60px;
}

.home-events-box-item i img {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	will-change: opacity;
}

.home-events-box-item i img:last-child {
	opacity: 0;
}

.home-events-box-item h2,
.home-events-box-item p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.home-events-box-item h2 {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 22px;
	color: #3B516A;
	-webkit-transition: .2s;
	transition: .2s;
	will-change: color;
}

.home-events-box-item p {
	font-size: 14px;
	line-height: 20px;
	color: #95989D;
}
.swiper-container .float-box{
  text-align: center;
  width: 304px;
  border-radius: 10px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 30px;
  position: absolute;
  left: 50%;
  top:60px;
  background-color: #fff;
  z-index: 10;
  margin-left: 294px;
}
.swiper-container .float-box p{
  font-size: 16px;
  line-height: 50px;
  color: #666;
}
.swiper-container .float-box h2{
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.swiper-container .float-box .zc-btn{
  display: block;
  width: 260px;
  height: 40px;
  background: #ec1b23;
  text-align: center;
  line-height:40px;
  margin: 0 auto;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;

}
.float-box .zc-btn:hover{
  background: #ff4941;
}
.swiper-container .float-box .b-zhuce{
  margin-top: 20px;
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}
.float-box .b-zhuce a{
  color: #ec1b23;
}
.float-box .b-zhuce a:hover{
  text-decoration: underline;
}
.b-tishi{
  font-size: 12px;
  color: #666;
}