header {
  width: 640px;
  height: 90px;
  position: fixed!important;
  top: 0;
  left: 0;
  z-index: 109;
}
header .header {
  position: absolute;
  top: -2px;
  left: 0;
  height: 92px;
  width: 640px;
  text-align: center;
  background: #fff;
}
header .header .logo {
  float: left;
  display: block;
  width: 290px;
  margin-top: 8px;
  margin-left: 20px;
}
header .header .menu {
  float: right;
  margin-top: 31px;
  margin-right: 24px;
}
header .header span {
  line-height: 90px;
  font-size: 34px;
}
header .header .back {
  display: block;
  float: left;
  margin-left: 20px;
  margin-top: 27px;
}
header .header .menu-show {
  position: absolute;
  top: 70px;
  right: 0;
  background: #141518;
  width: 185px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  overflow: hidden;
  display: none;
  z-index: 111;
}
header .header .menu-show dd {
  width: 185px;
  height: 80px;
  border-bottom: 1px solid #fff;
}
header .header .menu-show dd a {
  color: #fff;
  font-size: 20px;
  display: block;
  text-align: center;
  line-height: 80px;
}
header .footer-hover {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 10;
  display: none;
}
.banner {
  padding-top: 90px;
}
.banner img {
  width: 100%;
  display: block;
}
.banner1 p{
  position: absolute;
  top: 100px;
  left: 400px;
  color: #cd2040;
  top: 278px;
  left: 195px;
  font-size: 18px;
}
.banner2 p{
  position: absolute;
  top: 100px;
  left: 400px;
  color: #cd2040;
  top: 267px;
  left: 195px;
  font-size: 18px;
}

.banner3 p{
  position: absolute;
  top: 100px;
  left: 400px;
  color: #cd2040;
  top: 232px;
  left: 195px;
  font-size: 18px;
}


.banner .swiper-pagination-bullet {
  opacity: 1;
  background: #c2c2c2;
  width: 8px;
  height: 8px;
}
.banner .swiper-pagination-bullet-active {
  width: 25px;
  background: #cd2040;
  border-radius: 8px;
}
.box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.cf::after {
  content: '';
  display: block;
  clear: both;
}
.fot-box {
  background: #2c2f35;
  margin-bottom: 58px;
}
.fot-box dl {
  padding: 40px 25px;
}
.fot-box dl dd {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
}
.fot-box dl dd a {
  color: #fff;
}
.fot-box .bot-box {
  background: #21242b;
  height: 50px;
  width: 100%;
  line-height: 50px;
  text-align: center;
}
.fot-box .bot-box p {
  color: #fff;
  font-size: 18px;
}
footer {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #2c2f35;
  overflow: hidden;
  z-index: 100;
}
footer p {
  height: 60px;
  float: left;
  font-size: 24px;
  color: #fff;
  padding-left: 60px;
  line-height: 60px;
  background-image: url('../images/qipao.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-position-x: 13px;
}
footer button {
  height: 60px;
  width: 260px;
  border: 0;
  background: url('../images/av2bg1.png') no-repeat;
  float: right;
  text-align: center;
  background-size: 100% 100%!important;
}
footer button span {
  margin-left: 30px;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
}