* {
  margin: 0;
  padding: 0;
}
.box {
  width: 100%;
  background-color: #fff;
}
.box .header {
  margin: 0 auto;
  width: 1200px;
  height: 80px;
  display: flex;
  align-items: center;
}
.box .header img {
  width: 60px;
}
.box .header span {
  color: #fff;
  font-size: 18px;
}
.box .banner {
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  background-image: url('../img/banner.jpg');
  background-size: 100% 100%;
}
.box .banner .banner-text {
  width: 1200px;
  height: 280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box .banner .banner-text .tit {
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 3px 8px #610b00;
}
.box .banner .banner-text .desc {
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}
.box .app-desc {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.box .swiper {
  width: 250px;
  height: 600px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.box .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.box .content {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.box .content .cont-tit {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.box .content .cont-tit h3 {
  font-size: 26px;
  color: #333;
}
.box .content .list1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  overflow: hidden;
}
.box .content .list1 .img {
  width: 500px;
  height: 100%;
  flex-shrink: 0;
}
.box .content .list1 .img img {
  width: 100%;
  height: 100%;
}
.box .content .list1 .list-cont {
  width: 500px;
  flex-shrink: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff2e8;
  color: #333;
}
.box .content .list1 .list-cont .tit {
  font-size: 18px;
}
.box .content .list1 .list-cont .cont {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
  line-height: 30px;
}
.box .footer {
  width: 100%;
  height: 320px;
  background-color: #000;
  color: #fff;
}
.box .footer .nav-footer-copyright {
  text-align: center;
  line-height: 40px;
}
.box .footer .nav-footer-copyright span {
  margin-right: 20px;
}

a{text-decoration: none;color:#fff;}

a:hover, a:visited, a:link, a:active {
  color:#fff;
}
