.app_newsDetile {
  width: 100%;
  margin-top: 4.68vw;
}

.app_newsDetile .bigBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 6.552vw;
  margin-bottom: 1vw;
}

.app_newsDetile .bigBox .fixedBox {
  width: 18.98vw;
  height: 32.708vw;
  background-color: #fff;
  border-radius: 0.832vw;
  padding: 1.56vw 0;
  overflow: hidden;
}

.app_newsDetile .bigBox .fixedBox .fixedBox_s {
  padding: 0.26vw 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app_newsDetile .bigBox .fixedBox .fixedBox_s .fixedBox_s_p {
  font-size: 0.832vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 1.664vw;
  width: 90%;
}

.app_newsDetile .bigBox .fixedBox .fixedBox_s .fixedBox_s_p div span {
  margin-right: 0.52vw;
}

.app_newsDetile .bigBox .fixedBox .fixedBox_s .fixedBox_s_imgBox {
  width: 6%;
}

.app_newsDetile .bigBox .fixedBox .fixedBox_s .fixedBox_s_imgBox img {
  width: 0.676vw;
  height: 0.832vw;
  -webkit-transform: translateY(0.26vw);
          transform: translateY(0.26vw);
}

.app_newsDetile .bigBox .fixedBox .btnBox {
  display: block;
  width: 7.956vw;
  height: 2.236vw;
  line-height: 2.236vw;
  border: 0.052 solid #c3c3c3;
  border-radius: 0.52vw;
  text-align: center;
  font-size: 0.832vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
  margin: 1.56vw auto;
  cursor: pointer;
  text-decoration: none;
}

.app_newsDetile .bigBox .fixedBox .btnBox img {
  width: 0.52vw;
  height: 0.72vw;
}

.app_newsDetile .bigBox .content {
  width: 65vw;
  overflow: hidden;
  padding: 0.52vw 5% 5.2vw 10%;
  background-color: #fff;
  border-radius: 0.832vw;
}

.app_newsDetile .bigBox .content .returnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 1.04vw auto 5vw;
}

.app_newsDetile .bigBox .content .returnBox .returnBox_l {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.app_newsDetile .bigBox .content .returnBox .returnBox_l img {
  width: 1.04vw;
  height: 1.04vw;
  -webkit-transform: translateY(-0.156vw);
          transform: translateY(-0.156vw);
}

.app_newsDetile .bigBox .content .returnBox .returnBox_l span {
  font-size: 1.04vw;
  color: #000;
}

.app_newsDetile .bigBox .content .returnBox .returnBox_r {
  font-size: 1.04vw;
  color: #000;
}

.app_newsDetile .bigBox .content .returnBox .returnBox_r span:nth-child(1) {
  color: #1227bd;
}

.app_newsDetile .bigBox .content .returnBox .returnBox_r span:nth-child(2) {
  margin: 0 0.52vw;
  font-weight: 700;
}

.app_newsDetile .bigBox .content .content_title {
  padding: 0 1.56vw;
  font-size: 1.8vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

.app_newsDetile .bigBox .content .content_title img {
  width: 2.236vw;
  height: 2.236vw;
  -webkit-transform: translateY(-0.26vw);
          transform: translateY(-0.26vw);
  margin-right: 10%;
}

.app_newsDetile .bigBox .content .content_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: 1.04vw auto 2.6vw;
}

.app_newsDetile .bigBox .content .content_p div:nth-child(1) {
  width: 2.6vw;
  height: 1.3vw;
  line-height: 1.3vw;
  background: #0c32eb;
  border-radius: 0.364vw;
  font-size: 0.728vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.app_newsDetile .bigBox .content .content_p img:nth-child(2) {
  width: 0.78vw;
  height: 0.78vw;
  margin: 0 0.26vw 0 1.56vw;
  vertical-align: middle;
  -webkit-transform: translateY(0.26vw);
          transform: translateY(0.26vw);
}

.app_newsDetile .bigBox .content .content_p span:nth-child(3) {
  font-size: 0.832vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}

.app_newsDetile .bigBox .content .content_p img:nth-child(4) {
  width: 0.78vw;
  height: 0.832vw;
  margin: 0 0.52vw 0 2.6vw;
}

.app_newsDetile .bigBox .content .content_p span:nth-child(5) {
  font-size: 0.832vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000000;
}

@media screen and (max-width: 600px) {
  .app_newsDetile .bigBox .fixedBox {
    display: none;
  }
  .app_newsDetile .bigBox .content {
    width: 100%;
    padding: 50px 10px;
  }
  .app_newsDetile .bigBox .content .content_text {
    font-size: 12px;
  }
  .app_newsDetile .bigBox .content .content_text img {
    width: 100% !important;
    height: 100% !important;
  }
}

.app_newsDetile .contactBox {
  width: 100%;
  padding: 3.12vw 0 5.2vw;
  text-align: center;
  margin: 0 auto;
  background: url("/static/web/images/index/img08.png") no-repeat;
  background-size: 100% 50%;
  color: #ffffff;
  min-height: 240px;
}

.app_newsDetile .contactBox .contactBox_h {
  font-size: 1.56vw;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 2.184vw;
  letter-spacing: 0.052vw;
  margin-bottom: 0.52vw;
}

.app_newsDetile .contactBox .contactBox_p {
  font-size: 0.728vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 1.04vw;
  margin: 1.04vw 0 2.6vw;
}

.app_newsDetile .contactBox .contactBox_bigBox {
  width: 68.692vw;
  height: 27.976vw;
  background-color: #fff;
  margin: 2.6vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l {
  width: 50%;
  height: 100%;
  padding: 0 2.132vw;
  font-size: 1.04vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #909090;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .contactBox_bigBox_l_h {
  font-size: 1.56vw;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 1.82vw 0 2.34vw;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox input {
  width: 100%;
  height: 2.808vw;
  border: 0.052vw solid #ccc;
  padding: 0 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_l {
  width: 45%;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_l img {
  width: 0.832vw;
  height: 0.988vw;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_r {
  width: 45%;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox .oneBox_r img {
  width: 0.78vw;
  height: 0.988vw;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox {
  width: 100%;
  margin: 1.04vw 0;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox img {
  width: 1.04vw;
  height: 0.988vw;
  margin-right: 0.27vw;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox textarea {
  width: 100%;
  height: 6.812vw;
  border: 0.052vw solid #ccc;
  padding: 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox input {
  width: 45%;
  height: 2.808vw;
  border: 0.052vw solid #ccc;
  padding: 0 0.52vw;
  color: #000;
  font-size: 0.8vw;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox img {
  position: absolute;
  left: 55%;
  cursor: pointer;
  width: 7.8vw;
  display: block;
  height: 2.6vw;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .btnBox {
  width: 11.856vw;
  height: 3.12vw;
  margin: 2vw auto 0;
  line-height: 3.12vw;
  text-align: center;
  background: #0c57db;
  border-radius: 0.52vw;
  font-size: 1.04vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_r {
  width: 50%;
  height: 100%;
}

.app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_r img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .app_newsDetile .contactBox .contactBox_bigBox {
    width: 68.692vw;
    height: 40vw;
  }
  .app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l {
    width: 100%;
    height: 100%;
  }
  .app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .oneBox input {
    height: 5vw;
  }
  .app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .twoBox textarea {
    height: 12vw;
  }
  .app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox input {
    height: 5vw;
  }
  .app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .threeBox img {
    width: 10vw;
    height: 5vw;
  }
  .app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_l .btnBox {
    width: 15vw;
    height: 5vw;
    margin: 2vw auto 0;
    line-height: 5vw;
  }
  .app_newsDetile .contactBox .contactBox_bigBox .contactBox_bigBox_r {
    display: none;
  }
}
/*# sourceMappingURL=index.css.map */