/*前缀兼容样式 start*/
/*多行省略*/
/*镜像效果*/
/*背景线性渐变*/
/*前缀兼容样式 end*/
.header {
  position: fixed;
  width: 100%;
  padding: 53px 134px 53px 60px;
  z-index: 2;
}
.header .nav .item {
  display: inline-block;
  margin-left: 134px;
  font-size: 27px;
  color: #555555;
  line-height: 72px;
  cursor: pointer;
}
.header .nav .item:first-child {
  margin: 0;
}
.box {
  width: 100%;
  height: 1080px;
  background-repeat: no-repeat, no-repeat;
}
.box.box-01 {
  padding: 0 117px 0 126px;
  background-image: url('../images/bg_02.png'), url('../images/bg_01.png');
  background-position: bottom left, top right;
}
.box.box-01 .content {
  padding-top: 278px;
  text-align: center;
}
.box.box-01 .content .title {
  width: 774px;
  height: 70px;
  font-size: 31px;
  color: #000000;
}
.box.box-01 .content .btn {
  margin-top: 239px;
  width: 274px;
  height: 66px;
  font-size: 33px;
  font-weight: bold;
  color: #ffffff;
  background-color: #f66b7a;
  border-radius: 30px;
  opacity: 0.97;
}
.box.box-01 .content .list {
  margin-top: 114px;
  text-align: center;
}
.box.box-01 .content .list .item {
  display: inline-block;
  margin: 0 5px;
}
.box.box-01 .content .list .item .qr {
  width: 97px;
  height: 97px;
}
.box.box-01 .img {
  padding-top: 238px;
}
.box.box-02 {
  padding: 0 139px 0 213px;
  background-image: url('../images/bg_03.png'), url('../images/bg_04.png');
  background-position: left top, right bottom;
}
.box.box-02 .img {
  padding-top: 279px;
}
.box.box-02 .content {
  padding-top: 367px;
  width: 775px;
  font-size: 31px;
  color: #2e2e2e;
  text-align: justify;
}
.box.box-02 .content .text:last-child {
  margin-top: 50px;
}
.box.box-03 {
  background-image: url('../images/bg_05.png'), url('../images/bg_06.png');
  background-position: top right, bottom left;
}
.box.box-03 .list {
  padding-top: 293px;
  text-align: center;
  vertical-align: middle;
}
.box.box-03 .list .item {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.box.box-03 .list .item .title {
  font-size: 29px;
  font-weight: bold;
  color: #2c2c2c;
}
.box.box-03 .list .item .hint {
  font-size: 23px;
  color: #303030;
}
.box.box-03 .list .item .dot {
  margin: 0 50px;
}
.box.box-03 .list .item .img_container {
  margin: 20px 0;
  height: 440px;
  line-height: 440px;
  vertical-align: middle;
}
.box.box-03 .list .item .img_container .img {
  display: inline-block;
}
.box.box-04 {
  padding-top: 300px;
  background-image: url('../images/bg_07.png'), url('../images/bg_08.png');
  background-position: left top, right bottom;
}
.box.box-04 .contact .item {
  margin: 0 auto;
  padding-left: 50px;
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 27px;
  color: #000000;
  background-repeat: no-repeat;
  background-position: center left;
}
.box.box-04 .contact .item:first-child {
  background-image: url('../images/icon_01.png');
}
.box.box-04 .contact .item:last-child {
  background-image: url('../images/icon_02.png');
}
.box.box-04 .form_container {
  width: 1400px;
  margin: 20px auto;
}
.box.box-04 .form_container .input {
  margin: 0 auto 20px;
  padding: 0 10px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fff;
}
.box.box-04 .form_container .textarea {
  margin-bottom: 20px;
  width: 100%;
  height: 300px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fff;
  resize: none;
}
.box.box-04 .form_container .btn {
  width: 100%;
  height: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  white-space: 1.5px;
  background: #f7939a;
  border-radius: 5px;
  cursor: pointer;
}
.box.box-04 .form_container .btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1900px) {
  .box.box-01 {
    padding: 0 100px;
  }
  .box.box-01 .img {
    padding-top: 270px;
    width: 700px;
  }
}
@media screen and (max-width: 1800px) {
  .box.box-02 {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1700px) {
  .box.box-01 {
    padding: 0 60px;
  }
  .box.box-01 .content .title {
    width: 590px;
    font-size: 24px;
  }
  .box.box-01 .content .btn {
    margin-top: 200px;
    width: 260px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
  }
  .box.box-01 .img {
    padding-top: 280px;
    width: 570px;
  }
  .box.box-02 {
    padding: 0 60px;
  }
  .box.box-02 .content {
    width: 680px;
    font-size: 26px;
    color: #2e2e2e;
  }
  .box.box-02 .img {
    padding-top: 280px;
    width: 570px;
  }
  .box.box-03 .list .item .dot {
    margin: 0 30px;
  }
  .box.box-03 .list .item .img_01 {
    width: 380px;
  }
  .box.box-03 .list .item .img_02 {
    width: 280px;
  }
  .box.box-03 .list .item .img_03 {
    width: 280px;
  }
}
@media screen and (max-width: 1500px) {
  .header {
    padding-right: 60px;
    padding: 30px 60px;
  }
  .header .nav .item {
    margin-left: 80px;
    font-size: 20px;
  }
  .box {
    height: 1000px;
  }
  .box.box-03 .list {
    padding-top: 330px;
  }
  .box.box-03 .list .item .dot {
    margin: 0 20px;
  }
  .box.box-03 .list .item .img_container {
    margin: 0 auto;
    width: 310px;
    height: 380px;
    line-height: 380px;
  }
  .box.box-03 .list .item .img_01 {
    width: 300px;
  }
  .box.box-03 .list .item .img_02 {
    width: 200px;
  }
  .box.box-03 .list .item .img_03 {
    width: 200px;
  }
}
@media screen and (max-width: 1400px) {
  .box.box-02 {
    padding: 0 60px;
  }
  .box.box-02 .content {
    width: 620px;
    font-size: 24px;
    color: #2e2e2e;
  }
  .box.box-02 .img {
    padding-top: 300px;
    width: 500px;
  }
  .box.box-04 .form_container {
    padding: 0 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .box.box-01 .content {
    padding-top: 220px;
  }
  .box.box-01 .content .title {
    width: 550px;
    font-size: 22px;
  }
  .box.box-01 .content .btn {
    margin-top: 180px;
    width: 240px;
    height: 46px;
    font-size: 22px;
    line-height: 46px;
  }
  .box.box-01 .img {
    width: 500px;
  }
  .box.box-02 {
    padding: 0 40px;
  }
  .box.box-02 .content {
    width: 580px;
    font-size: 24px;
    color: #2e2e2e;
  }
  .box.box-03 .list .item .hint {
    font-size: 20px;
  }
  .box.box-03 .list .item .img_container {
    margin: 0 auto;
    width: 280px;
    height: 380px;
    line-height: 380px;
  }
  .box.box-03 .list .item .img_01 {
    width: 280px;
  }
  .box.box-03 .list .item .img_02 {
    width: 200px;
  }
  .box.box-03 .list .item .img_03 {
    width: 200px;
  }
}
@media screen and (max-width: 1200px) {
  .box.box-01 {
    padding: 0 40px;
  }
  .box.box-01 .content .title {
    width: 490px;
    font-size: 20px;
  }
  .box.box-01 .img {
    width: 440px;
  }
  .box.box-02 .content {
    width: 580px;
    font-size: 22px;
    color: #2e2e2e;
  }
  .box.box-02 .img {
    padding-top: 340px;
    width: 400px;
  }
  .box.box-03 .list {
    padding-top: 300px;
  }
  .box.box-03 .list .item .title {
    font-size: 24px;
  }
  .box.box-03 .list .item .hint {
    font-size: 18px;
  }
  .box.box-03 .list .item .img_container {
    margin: 0 auto;
    width: 200px;
    height: 300px;
    line-height: 300px;
  }
  .box.box-03 .list .item .img_01 {
    width: 200px;
  }
  .box.box-03 .list .item .img_02 {
    width: 160px;
  }
  .box.box-03 .list .item .img_03 {
    width: 160px;
  }
}
@media screen and (max-width: 1100px) {
  .box.box-01 .content {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .box.box-01 .content .title {
    margin: 0 auto;
    width: 700px;
    font-size: 26px;
  }
  .box.box-01 .img {
    display: none;
  }
  .box.box-02 .content {
    float: none;
    margin: 0 auto;
    width: 800px;
    font-size: 30px;
  }
  .box.box-02 .img {
    display: none;
  }
  .box.box-03 .hint {
    font-size: 16px;
  }
  .box.box-03 .list .item .dot {
    margin: 0;
  }
  .box.box-03 .list .item .img_container {
    margin: 0 auto;
    width: 180px;
    height: 300px;
    line-height: 300px;
  }
  .box.box-03 .list .item .img_01 {
    width: 180px;
  }
  .box.box-03 .list .item .img_02 {
    width: 140px;
  }
  .box.box-03 .list .item .img_03 {
    width: 140px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    width: 1000px;
  }
  .box {
    width: 1000px;
  }
}
