html {
  background: url(../images/bg.jpg) no-repeat center top;
  font-family: '黑体'；
}
.header {
  height: 90px;
  background: url(../images/bg1.png) repeat-x;
  border-bottom: 1px solid #d9dee4;
  background-size: contain;
}
.header .nav {
  width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  color: #262525;
}
.header .nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 35px;
}
.header .nav ul li img {
  margin-right: 10px;
}
.header .nav .download {
}
.header .nav .download a {
  margin-right: 15px;
  color: #262525;
}
.red {
  color: #ff0000;
}
.middle {
  text-align: center;
  margin-top: 58px;
}
.middle p.title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fce1c7;
}
.middle .con {
  line-height: 1.8;
  margin: 0 50px;
  font-size: 16px;
}
.middle .line {
  margin: 0 auto;
}
.footer .title {
  color: #e5cba1;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
  margin: 40px auto 30px;
}
.footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  margin-top: 25px;
}
.footer ul li {
  border: 1px solid #e5cba1;
  border-radius: 6px;
  background: #fff;
  color: #7c7b7a;
  padding: 4px;
  margin-right: 10px;
}
.footer ul li.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.footer .linkbtn {
  background: url(../images/btn.png) no-repeat;
  width: 195px;
  height: 50px;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  margin-left: 20px;
}
.footer .linkbtn.purple {
  background: url(../images/btn_purple.jpg) no-repeat;
  width: 195px;
  height: 50px;
  background-size: contain;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 45px;
  font-size: 20px;
  margin-left: 20px;
}
.footer .con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .btnbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 830px;
  margin: 30px auto;
}
.footer .con textarea {
  border: none;
  outline: none;
  width: 150px;
  height: 100%;
  -webkit-appearance: none;
}
.swiper {
  width: 1200px;
  overflow: hidden;
  margin-top: 40px;
}
.swiper .swiper-slide {
  width: 455px;
}

.main {
  width: 1000px;
  margin: 80px auto 20px;
  border-radius: 8px;
  border: 3px solid #637c8a;
  background: rgba(0, 0, 0, .6);
  color: #fff;
}
p.footer {
  color: #b2a5a3;
  text-align: center;
  padding-bottom: 30px;
  font-size: 14px;
  padding: 0 20px 30px;
}
p.Copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding-bottom: 40px;
}