@font-face {
  font-family: 'SB';
  src: url("../fonts/SourceHanSerifCN-Bold.ttf");
}

@font-face {
  font-family: 'SM';
  src: url("../fonts/SourceHanSerifCN-Medium.ttf");
}

@font-face {
  font-family: 'WY';
  src: url("../fonts/WenYue-YingHei-JF.ttf");
}

@font-face {
  font-family: 'SR';
  src: url("../fonts/SourceHanSerifCN-Regular.ttf");
}

html,
body {
  margin: 0 auto;
}

.pcImg {
  display: block;
}

.ydImg {
  display: none;
}

.images {
  width: 100%;
  display: block;
}

.nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: url("../images/nav.png") no-repeat;
  background-size: auto 100%;
  background-position: right center;
  padding: 10px 0px;
}

.nav .left {
  width: 900px;
  display: flex;
  align-items: center;
}

.nav .left img {
  display: block;
  width: 15%;
  margin-right: 50px;
}

.nav .left .list {
  display: flex;
}

.nav .left .list a {
  text-decoration: none;
  color: #10141a;
  font-size: 16px;
  font-weight: 500;
  margin-right: 80px;
  font-family: 'SM';
}

.nav .left .list a:hover {
  color: #153889;
}

.nav .right {
  display: block;
  width: 30%;
  margin-right: 10%;
}

.forms {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0px;
}

.forms .list {
  margin-bottom: 15px;
}

.forms .list .title {
  font-family: 'SB';
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.forms .list .title span:first-child {
  color: #61a8ff;
}

.forms .list .listItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}

.forms .list .listItem .item {
  cursor: pointer;
  width: 20%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: 'SM';
  margin-bottom: 10px;
}

.forms .list .listItem .item img {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
}

.forms .list input {
  font-family: 'SM';
  display: block;
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
  background: rgba(255, 208, 128, 0.2);
  border: none;
  outline: none;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #ffba41;
}

.forms .list input::placeholder {
  text-align: center;
  color: #ffba41;
}

.forms .list button {
  display: block;
  background: url("../images/button.png") no-repeat;
  background-size: 100% 100%;
  font-family: 'WY';
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  width: 95%;
  margin: 0 auto;
  border: none;
  outline: none;
  padding: 15px 0px;
  cursor: pointer;
  text-shadow: 0 0 1rem #eb5e00;
}

.forms .sd_qu3 .listItem .sd_q_op {
  width: 100px;
  height: 100px;
  background-color: #61a8ff;
}

.swiperBox {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto 30px;
  background-color: #fff2d5;
  padding-bottom: 20px;
}

.swiperBox .swiperTitle {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  font-family: 'SB';
  color: #de7c3a;
}

.swiperBox .swiperShow {
  height: 100px;
  overflow-y: hidden;
}

.swiperBox .swiperShow .swiper {
  width: 80%;
  margin: 0 auto;
  height: 280px;
}

.swiperBox .swiperShow .swiper .swiper-wrapper .swiper-slide .swiperItem {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 18px;
  font-family: 'SR';
  color: #deaa3a;
}

@media screen and (min-width: 800px) {
  .nav {
    background: url("../images/nav.png") no-repeat;
    background-size: auto 100%;
    background-position: right center;
  }
  .nav .left {
    width: 900px;
  }
  .nav .right {
    display: block;
  }
  .pcImg {
    display: block;
  }
  .ydImg {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .nav {
    background: none;
  }
  .nav .left {
    width: 100%;
  }
  .nav .left img {
    width: 3rem;
    margin-right: 0.5rem;
  }
  .nav .left .list a {
    font-size: 0.4rem;
    margin-right: 0.4rem;
  }
  .nav .right {
    display: none;
  }
  .forms {
    width: 100%;
    padding: 0.2rem 0px;
  }
  .forms .list {
    width: 90%;
    margin: 0 auto;
  }
  .forms .list .title {
    font-size: 0.45rem;
    margin-bottom: 0.2rem;
  }
  .forms .list .listItem {
    width: 90%;
  }
  .forms .list .listItem .item {
    cursor: auto;
    width: 45%;
    font-size: 0.35rem;
    margin-bottom: 0.15rem;
  }
  .forms .list .listItem .item img {
    width: 0.4rem;
    height: 0.4rem;
  }
  .forms .list input {
    font-size: 0.35rem;
    padding: 0.2rem 0.2rem;
    margin-bottom: 0.2rem;
  }
  .forms .list button {
    font-size: 0.5rem;
    letter-spacing: 0.05rem;
    padding: 0.4rem 0px;
    margin-bottom: 0.3rem;
  }
  .forms .sd_qu3 .listItem .sd_q_op {
    width: 2rem;
    height: 2rem;
  }
  .swiperBox {
    width: 80%;
  }
  .swiperBox .swiperTitle {
    font-size: 0.45rem;
    padding: 0.3rem;
  }
  .swiperBox .swiperShow {
    height: 2.3rem;
  }
  .swiperBox .swiperShow .swiper {
    width: 90%;
    height: auto;
  }
  .swiperBox .swiperShow .swiper .swiper-wrapper .swiper-slide .swiperItem {
    font-size: 0.4rem;
  }
  .pcImg {
    display: none;
  }
  .ydImg {
    display: block;
  }
}
