.banner_box {
  width: 100%;
  height: 632px;
  background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container {
  padding-top: 106px;
}
.txt {
  width: 527px;
  height: 69px;
  background: url("../images/txt_bg.png") no-repeat center;
  margin: auto;
  line-height: 69px;
  text-align: center;
  font-size: 36px;
  color: #fff;
}
.txt::before,
.txt::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../images/txtL.png") no-repeat center;
  margin: 0 30px 3px;
}
.txt1 {
  width: 762px;
  height: 225px;
  background: url("../images/txt.png") no-repeat center;
  margin: 27px auto 0;
}
.txt2 {
  width: 741px;
  height: 71px;
  background: url("../images/txt2_bg.png") no-repeat center;
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
  color: #fcdd9e;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 5px;
}
.box1 .container {
  padding: 74px 0 64px;
}
.title {
  text-align: center;
  font-size: 50px;
  font-family: FZLanTingHei-R-GBK;
  font-weight: bold;
  color: #343434;
}
.title img {
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
}
.box1-content {
  background: #ffffff;
  border: 10px solid #e52022;
  box-sizing: border-box;
  padding: 39px 72px 31px 24px;
  display: flex;
  justify-content: space-between;
  margin: 50px auto 68px;
}
.box1-fl {
  width: 547px;
  height: 486px;
  background: #ffffff;
  border: 1px solid #999999;
  box-shadow: 0px 10px 35px 0px rgba(153, 153, 153, 0.18);
  border-radius: 12px;
  box-sizing: border-box;
  padding: 39px 33px;
  margin-top: 10px;
}
.box1-fl h2 {
  font-size: 36px;
  color: #f1362c;
  text-align: center;
  margin-bottom: 37px;
}
.box1-fl input,
.box1-fl select {
  box-sizing: border-box;
  padding: 0 15px;
  height: 66px;
  background: rgba(203, 22, 14, 0);
  border: 1px solid #e52022;
  font-size: 20px;
}
.box1-fl select {
  width: 48%;
  background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: 95% center;
}
#province {
  margin-right: 4%;
}
.input-box {
  margin-bottom: 18px;
}
#shoujihao {
  width: 100%;
}
#PhoneCode {
  width: 64%;
  vertical-align: middle;
  margin-right: 2%;
}
#fs {
  width: 34%;
  vertical-align: middle;
  background: #f34f3e;
  color: #fff;
  cursor: pointer;
}
.input-box .yuyeu-btn {
  width: 100%;
  height: 68px;
  background: linear-gradient(180deg, #fd654e, #ed2a23);
  border: 1px solid #e52022;
  border-radius: 34px;
  color: #fff;
  font-weight: 600;
  font-size: 31px;
  cursor: pointer;
}
.box1-fr {
  width: 445px;
}
.box1-fr ul {
  box-sizing: border-box;
  padding: 0 0 0 34px;
}
.box1-fr ul li {
  padding: 15px 0;
  border-bottom: 1px solid #999;
  position: relative;
}
.box1-fr ul li:last-child {
  border-bottom: none;
}
.box1-fr ul li h5 {
  font-size: 38px;
  color: #f1362c;
  margin-bottom: 15px;
}
.box1-fr ul li p {
  font-size: 30px;
  font-family: FZLanTingHei-R-GBK;
  color: #333333;
}
.box1-fr ul li::before {
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  background-color: rgb(231, 54, 50);
  position: absolute;
  left: -35px;
  top: 46%;
}
.box1-fr ul li:last-child::before {
  display: none;
}
.box1-fr ul li::after {
  content: "1";
  display: block;
  position: absolute;
  left: -54px;
  top: 15px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: rgb(231, 54, 50);
  text-align: center;
  color: #fff;
  font-size: 32px;
  line-height: 41px;
}
.box1-fr ul li:nth-child(2)::after {
  content: "2";
}
.box1-fr ul li:nth-child(3)::after {
  content: "3";
}
.box1-ul li {
  float: left;
  width: 216px;
  height: 189px;
  background: url("../images/box1_li_bg.png") no-repeat center;
  margin-right: 30px;
}
.box1-ul li:nth-child(5) {
  margin-right: 0;
}
.box1-ul li img {
  display: block;
  margin: auto;
}
.way h3 {
  font-size: 18px;
}
.way p {
  font-size: 16px;
  line-height: 20px;
}
.box2 {
  background: url("../images/box2_bg.png") no-repeat top center;
}
.box2 .container {
  padding: 66px 0 0;
}
.box2 .title {
  color: #fff;
}
.box2-content {
  margin: 50px 0 59px;
  display: flex;
  justify-content: space-between;
}
.box2-fl {
  width: 590px;
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 35px 25px 108px 50px;
}
.box2-title {
  font-size: 28px;
  font-family: FZLanTingHei-R-GBK;
  font-weight: bold;
  color: #f1362c;
  text-align: center;
}
.box2-title::before,
.box2-title::after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 18px;
  background: url("../images/titleL.png") no-repeat center;
  margin: 0 10px;
}
.box2-ul {
  margin-top: 111px;
  height: 241px;
  background: url("../images/box2_fl_bg.png") no-repeat center;
  position: relative;
}
.box2-ul li {
  position: absolute;
  color: #333333;
  font-size: 23px;
  text-align: center;
}
.box2-num {
  width: 37px;
  height: 37px;
  background: linear-gradient(0deg, #f04a3b, #df272a);
  border-radius: 50%;
  margin: 15px auto;
  text-align: center;
  color: #fff;
}
.box2-li1 {
  width: 40%;
  left: 0;
}
.box2-li1,
.box2-li2,
.box2-li3 {
  top: -67px;
}
.box2-li2 {
  width: 30%;
  left: 39%;
}
.box2-li3 {
  width: 30%;
  right: 0;
}
.box2-li4,
.box2-li5 {
  top: 85px;
}
.box2-li4 {
  right: 25%;
}
.box2-li5 {
  left: 20%;
  cursor: pointer;
}
.box2-li6,
.box2-li7 {
  bottom: -70px;
}
.box2-li6 {
  left: 15%;
}
.box2-li7 {
  right: 30%;
}
.box2-li4-img {
  display: none;
  width: 200px;
  height: 180px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -50px;
  left: -50px;
}
.box2-li4-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.box2-fr {
  width: 596px;
  background: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 36px 15px 0 23px;
}
.box2-img {
  margin-top: 48px;
}
.box2-img img {
  display: block;
  width: 100%;
}
.box2-footer {
  background: #ffffff;
  box-shadow: 0px 10px 35px 0px rgba(153, 153, 153, 0.16);
  margin-top: 50px;
  height: 514px;
  box-sizing: border-box;
  padding: 19px;
}
.box2-footer-fl {
  width: 478px;
  height: 463px;
  background: rgba(0, 0, 0, 0.12);
}
.box2-footer-fl img,
.box2-footer-fr ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.box2-footer-fr {
  width: 680px;
}
.box2-footer-fr ul li {
  float: left;
  width: 333px;
  height: 228px;
  background: rgba(0, 0, 0, 0.12);
  margin-left: 7px;
  margin-bottom: 7px;
}
.box3 .container {
  padding: 59px 0 44px;
}
.box3-ul {
  margin-top: 53px;
}
.box3-ul li {
  float: left;
  width: 389px;
  height: 250px;
  background: #e0e0e0;
}
.box3-ul li:nth-child(2) {
  margin: 0 14px;
}
.box3-ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
    .yinsi{text-align: center;margin-left: 0;}
.yinsi input{width: 15px !important;height: 15px !important;}
    .yinsi a{color: #f00;}
@media only all and (max-width: 1080px) {
   .yinsi{text-align: center;margin-left: 0;}
   .yinsi input{width: 0.6rem !important;height: .6rem !important;}
  .banner_box {
    width: 100%;
    height: 12rem;
    background-size: 140% 100%;
  }
  .banner_box .container {
    padding-top: 1rem;
  }
  .txt {
    width: 11rem;
    height: 1.75rem;
    background-size: 100%;
    line-height: 1.75rem;
    font-size: 0.9rem;
  }
  .txt::before,
  .txt::after {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 100%;
    margin: 0 0.7rem 0.1rem;
  }
  .txt1 {
    width: 15rem;
    height: 4rem;
    background-size: 100%;
    margin: 0.7rem auto 0;
  }
  .txt2 {
    width: 15rem;
    height: 1.75rem;
    background-size: 100%;
    font-size: 0.9rem;
    line-height: 1.75rem;
    letter-spacing: 0.1rem;
  }
  .box1 .container {
    padding: 2rem 0 1.5rem;
  }
  .title {
    font-size: 1.1rem;
  }
  .title img {
    margin-right: 0.4rem;
    width: 1.6rem;
  }
  .box1-content {
    border: 0.25rem solid #e52022;
    padding: 1rem 0.5rem;
    display: block;
    margin: 1rem auto;
  }
  .box1-fl {
    width: 100%;
    height: auto;
    box-shadow: 0px 0.25rem 0.8rem 0px rgba(153, 153, 153, 0.18);
    border-radius: 0.4rem;
    padding: 1rem 0.7rem;
    margin-top: 0;
  }
  .box1-fl h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .box1-fl input,
  .box1-fl select {
    padding: 0 0.4rem;
    height: 1.7rem;
    font-size: 0.7rem;
  }
  .input-box {
    margin-bottom: 0.5rem;
  }
  .input-box .yuyeu-btn {
    width: 100%;
    height: 2rem;
    border-radius: 1rem;
    font-size: 1.2rem;
  }
  .box1-fr {
    width: 100%;
  }
  .box1-fr ul {
    padding: 0.5rem 0 0 2rem;
  }
  .box1-fr ul li {
    padding: 0.6rem 0;
  }
  .box1-fr ul li h5 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .box1-fr ul li p {
    font-size: 0.7rem;
    line-height: 0.8rem;
  }
  .box1-fr ul li::before {
    left: -1rem;
    top: 43%;
  }
  .box1-fr ul li::after {
    left: -1.5rem;
    top: 0.9rem;
    width: 1rem;
    height: 1rem;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .box1-ul li {
    width: 33%;
    height: 6rem;
    background-size: 100%;
    margin-right: 0.5%;
  }
  .box1-ul li:nth-child(1) {
    margin-left: 20%;
  }
  .box1-ul li img {
    width: 50%;
  }
  .way h3 {
    font-size: .7rem;
  }
  .way p {
    font-size: .7rem;
    line-height: .8rem;
  }
  .box2 {
    background: #b01a1b;
  }
  .box2 .container {
    padding: 1rem 0;
  }
  .box2-content {
    margin: 1rem 0;
    display: block;
  }
  .box2-fl {
    width: 100%;
    border-radius: 0.4rem;
    padding: 0.9rem 0.4rem 3rem 0.5rem;
  }
  .box2-title {
    font-size: 1rem;
  }
  .box2-title::before,
  .box2-title::after {
    width: 0.9rem;
    height: 0.45rem;
    background-size: 100%;
    margin: 0 0.2rem;
  }
  .box2-ul {
    margin-top: 2.5rem;
    height: 9rem;
    background-size: 100%;
  }
  .box2-ul li {
    font-size: 0.7rem;
    min-height: 3rem;
  }

  .box2-num {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin: 0.4rem auto;
  }
  .box2-li1 {
    width: 40%;
    left: 0;
  }
  .box2-li1,
  .box2-li2,
  .box2-li3 {
    top: -1.7rem;
  }
  .box2-li4,
  .box2-li5 {
    top: 3.5rem;
  }
  .box2-li4 {
    right: 15%;
  }
  .box2-li5 {
    left: 38%;
  }
  .box2-li6,
  .box2-li7 {
    bottom: -1.7rem;
  }
  .box2-li6 {
    left: 15%;
  }
  .box2-li7 {
    right: 30%;
  }
  .box2-li4-img {
    display: block;
    width: 5rem;
    height: 5rem;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -1.5rem;
    left: -5.5rem;
  }
  .box2-li4-img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .box2-fr {
    width: 100%;
    border-radius: 0.4rem;
    padding: 0.9rem 0.5rem;
    margin-top: 0.5rem;
  }
  .box2-img {
    margin-top: 1rem;
  }
  .box2-footer {
    margin-top: 1.2rem;
    height: auto;
    padding: 0.5rem;
  }
  .box2-footer-fl {
    width: 100%;
    height: 10rem;
  }
  .box2-footer-fr {
    width: 100%;
    margin-top: 0.5rem;
  }
  .box2-footer-fr ul li {
    width: 49%;
    height: 6rem;
    margin-left: 2%;
    margin-bottom: 0.3rem;
  }
  .box2-footer-fr ul li:nth-child(odd) {
    margin-left: 0;
  }
  .box3 .container {
    padding: 1rem 0;
  }
  .box3-ul {
    margin-top: 1rem;
  }
  .box3-ul li {
    width: 49%;
    height: 6rem;
    margin-bottom: 0.5rem;
  }
  .box3-ul li:nth-child(2) {
    margin: 0 0 0.5rem 2%;
  }
  .box3-ul li:nth-child(3) {
    margin: 0 0 0 25%;
  }
}
