.wrapper{
  background: url(./images/bg.jpg) no-repeat center top;
  overflow: hidden;
}
.blank{
  height: 830px;
}
.area{
  width: 1200px;
  margin: 0 auto;
}
.title1{
  background: url(./images/title1.png) no-repeat;
  overflow: hidden;
}
.title2{
  background: url(./images/title2.png) no-repeat;
  overflow: hidden;
}
.title3{
  background: url(./images/title3.png) no-repeat;
  overflow: hidden;
}
.title4{
  background: url(./images/title4.png) no-repeat;
  overflow: hidden;
}
.title{
  width: 1200px;
  height: 276px;
  margin: 20px auto 0;
}
.title a{
  display: block;
  width: 96px;
  height: 49px;
  float: right;
  margin-top: 217px;
  margin-right: 32px;
}
.left{
  width: 692px;
  height: 402px;
  float: left;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
}
.row{
  margin-top: 5px;
}
.right{
  width: 480px;
  float: right;
  margin-top: 30px;
}
.f16 a{
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.f16{
  font-size: 16px;
  color: #000;
  margin-top: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pic{
  width: 646px;
  height: 363px;
  margin: 0 auto;
}
.f17 a{
  font-size: 17px;
  color: #000;
  font-weight: 500;
}
.f17{
  text-align: center;
  margin-top: 15px;
}
ul.list{
  width: 440px;
  float: left;
}
ul.list li{
  font-size: 17px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
ul.list li a{
  font-size: 17px;
  color: #000;
  font-weight: 500;
}
.row2{
  width: 960px;
  margin: 30px auto 0;
}
ul:last-child{
  float: right;
}
.tip{
  width: 196px;
  margin: 20px auto 0;
}
.imgs a{
  display: block;
  width: 390px;
  height: 222px;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
  padding: 4px;
  box-sizing: border-box;
  background-color: #fff;
}
.imgs p{
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.imgs{
  width: 390px;
  float: left;
  margin-right: 15px;
}
.imgs:nth-child(3n){
  margin-right: 0;
}
.mt20{
  margin-top: 5px;
}
.swiper2 {
  width: 1200px;
  height: 410px;
  position: relative;
}

#left2 {
  position: absolute;
  left: 0;
  top: 187px;
  border: none;
  background: url(../images/left.png) no-repeat center;
  width: 39px;
  height: 75px;
  cursor: pointer;
  z-index: 9;
}

#right2 {
  position: absolute;
  right: 0;
  top: 187px;
  border: none;
  background: url(../images/right.png) no-repeat center;
  width: 39px;
  height: 75px;
  cursor: pointer;
  z-index: 9;
}

#swiper2 {
  width: 1200px;
  height: 510px;
  position: relative;
  margin: 0 auto;
}

#swiper2 a {
  display: block;
  width: 100%;
  height: 378px;
  position: relative;
}

#swiper2 a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  font-size: 19px;
  color: #fff;
  line-height: 48px;
  background: rgba(0,0,0,.5);
  padding-left: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#swiper2 .swiper-slide {
  width: 672px;
  height: 378px;
  border: 4px solid #fff;
  box-shadow: -1px 1px 8px 0 rgb(0 0 0 / 30%);
  border-radius: 3px;
  opacity: 0;
}

#swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
}

#swiper2 .swiper-slide.swiper-slide-active, #swiper2 .swiper-slide.swiper-slide-next, #swiper2 .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
