.warp-box {
  width: 100%;
  position: relative;
}
.warp-box .about-box {
  width: 100%;
  padding-top: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box {
    padding-top: 50px;
  }
}
.warp-box .about-box .about-banner {
  width: 100%;
  height: 215px;
  background: url("../../images/about-comp.png") no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-banner {
    height: 75px;
  }
}
.warp-box .about-box .about-top {
  width: 100%;
  background: url("../../images/about-comp-bg.jpg") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-top {
    height: 680px !important;
  }
}
.warp-box .about-box .about-top .left {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-top .left {
    padding: 10px;
    box-sizing: border-box;
  }
}
.warp-box .about-box .about-top .left .left-tit {
  width: 680px;
  margin-left: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-top .left .left-tit {
    width: 100%;
    margin-left: 0px;
  }
}
.warp-box .about-box .about-top .left .left-tit .title-detail {
  width: 100%;
  height: 90px;
  display: flex;
  flex-flow: row;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-top .left .left-tit .title-detail {
    height: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }
}
.warp-box .about-box .about-top .left .left-tit .title-detail .title-text {
  font-size: 50px;
  font-weight: 900;
  color: #034EA2;
  margin-left: 10px;
  margin-right: 70px;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-top .left .left-tit .title-detail .title-text {
    font-size: 24px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.warp-box .about-box .about-top .left .left-tit .title-detail .title-tip .tip-blod {
  font-size: 20px;
  font-weight: 900;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-top .left .left-tit .title-detail .title-tip .tip-blod {
    font-size: 14px;
  }
}
.warp-box .about-box .about-top .left .left-tit .title-detail .title-tip .tip-bot {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-top .left .left-tit .title-detail .title-tip .tip-bot {
    font-size: 14px;
  }
}
.warp-box .about-box .about-top .left .left-tit .title-line {
  width: 100%;
  height: 4px;
  background-color: #6A6868;
}
.warp-box .about-box .about-top .left .left-txt {
  width: 660px;
  height: 600px;
  margin-top: 50px;
  padding-left: 20px;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-top .left .left-txt {
    width: 100%;
    height: 500px;
    margin-top: 20px;
    padding-left: 0px;
  }
}
.warp-box .about-box .about-top .left .left-txt .text-detail {
  text-indent: 2em;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-top .left .left-txt .text-detail {
    font-size: 14px;
    line-height: 24px;
  }
}
.warp-box .about-box .about-top .left .left-txt .text-margin-top {
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-top .left .left-txt .text-margin-top {
    margin-top: 10px;
  }
}
.warp-box .about-box .about-top .right {
  width: 862px;
  height: 591px;
  background: url("../../images/about-comp-img.png") no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-top .right {
    display: none;
  }
}
.warp-box .about-box .about-center {
  width: 100%;
  height: 1080px;
  background: url("../../images/about-center-bg.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-center {
    height: 420px !important;
  }
}
.warp-box .about-box .about-center .detail-5y {
  width: 210px;
  height: 830px;
  background: url("../../images/about-center-bg-5y.png") no-repeat center center;
  background-size: 100% 100%;
  margin-right: 24%;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-center .detail-5y {
    display: none;
  }
}
.warp-box .about-box .about-center .detail-5y .about-center-detail {
  width: 860px;
  position: absolute;
  top: 40px;
  right: -830px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.warp-box .about-box .about-center .detail-5y .about-center-detail .title-detail {
  width: 100%;
  height: 90px;
  display: flex;
  flex-flow: row;
  align-items: center;
}
.warp-box .about-box .about-center .detail-5y .about-center-detail .title-detail .title-text {
  font-size: 60px;
  font-weight: 900;
  color: #034EA2;
  margin-left: 10px;
  margin-right: 70px;
  letter-spacing: 10px;
}
.warp-box .about-box .about-center .detail-5y .about-center-detail .title-detail .title-tip .tip-blod {
  font-size: 20px;
  font-weight: 900;
  color: #000;
}
.warp-box .about-box .about-center .detail-5y .about-center-detail .title-detail .title-tip .tip-bot {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
.warp-box .about-box .about-center .detail-5y .about-center-detail .title-line {
  width: 100%;
  height: 4px;
  background-color: #6A6868;
}
.warp-box .about-box .about-center .detail-5y .about-center-detail .detail-item {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-flow: row;
}
.warp-box .about-box .about-center .detail-5y .about-center-detail .detail-item .item-tit {
  width: 160px;
  color: #045A99;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 4px;
}
.warp-box .about-box .about-center .detail-5y .about-center-detail .detail-item .item-txt {
  width: 662px;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.warp-box .about-box .about-center .detail-5y .about-center-detail .margin-top120 {
  margin-top: 120px;
}
.warp-box .about-box .about-center .detail-5y-phone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-center .detail-5y-phone {
    display: block !important;
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 35%;
    box-sizing: border-box;
  }
  .warp-box .about-box .about-center .detail-5y-phone .about-center-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .warp-box .about-box .about-center .detail-5y-phone .about-center-detail .title-detail {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .warp-box .about-box .about-center .detail-5y-phone .about-center-detail .title-detail .title-text {
    font-size: 20px;
    font-weight: 900;
    color: #034EA2;
    letter-spacing: 4px;
  }
  .warp-box .about-box .about-center .detail-5y-phone .about-center-detail .title-detail .title-tip .tip-blod {
    font-size: 14px;
    font-weight: 900;
    color: #000;
  }
  .warp-box .about-box .about-center .detail-5y-phone .about-center-detail .title-detail .title-tip .tip-bot {
    font-size: 14px;
    font-weight: 400;
    color: #000;
  }
  .warp-box .about-box .about-center .detail-5y-phone .about-center-detail .title-line {
    width: 100%;
    height: 4px;
    background-color: #6A6868;
  }
  .warp-box .about-box .about-center .detail-5y-phone .about-center-detail .detail-item {
    width: 100%;
    margin-top: 10px;
  }
  .warp-box .about-box .about-center .detail-5y-phone .about-center-detail .detail-item .item-tit {
    width: 120px;
    color: #045A99;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 4px;
  }
  .warp-box .about-box .about-center .detail-5y-phone .about-center-detail .detail-item .item-txt {
    width: auto;
    color: #000;
    font-size: 12px;
    font-weight: 500;
  }
}
.warp-box .about-box .about-bottom {
  width: 100%;
  background: url("../../images/about-bottom-bg.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-bottom {
    height: 600px !important;
  }
}
.warp-box .about-box .about-bottom .bottom-tit {
  width: 740px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-bottom .bottom-tit {
    width: 100%;
    margin-bottom: 10px;
  }
}
.warp-box .about-box .about-bottom .bottom-tit .bottom-tit-big {
  width: 100%;
  font-size: 82px;
  font-weight: 900;
  letter-spacing: 6px;
  text-align: center;
  color: #0B0BAE;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-bottom .bottom-tit .bottom-tit-big {
    font-size: 24px;
  }
}
.warp-box .about-box .about-bottom .bottom-tit .bottom-tit-tip {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
}
.warp-box .about-box .about-bottom .bottom-tit .bottom-tit-tip .tip-line {
  font-size: 40px;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-bottom .bottom-tit .bottom-tit-tip .tip-line {
    font-size: 20px;
  }
}
.warp-box .about-box .about-bottom .bottom-tit .bottom-tit-tip .tip-txt {
  font-size: 30px;
  margin: 0 28px;
  font-weight: 600;
  letter-spacing: 10px;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-bottom .bottom-tit .bottom-tit-tip .tip-txt {
    font-size: 16px;
    margin: 0 6px;
    letter-spacing: 2px;
  }
}
.warp-box .about-box .about-bottom .bottom-zs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.warp-box .about-box .about-bottom .bottom-zs .zs-item {
  display: flex;
  flex-flow: row;
}
.warp-box .about-box .about-bottom .bottom-zs .zs-item .item {
  width: 425px;
  height: 300px;
  margin: 0 10px;
}
@media (max-width: 1870px) {
  .warp-box .about-box .about-bottom .bottom-zs .zs-item .item {
    width: 355px;
    height: 250px;
  }
}
.warp-box .about-box .about-bottom .bottom-zs .zs-item .item1 {
  background: url("../../images/about-bottom-1.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .about-box .about-bottom .bottom-zs .zs-item .item2 {
  background: url("../../images/about-bottom-2.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .about-box .about-bottom .bottom-zs .zs-item .item3 {
  background: url("../../images/about-bottom-3.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .about-box .about-bottom .bottom-zs .zs-item .item4 {
  background: url("../../images/about-bottom-4.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .about-box .about-bottom .bottom-zs .zs-item .item5 {
  background: url("../../images/about-bottom-5.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .about-box .about-bottom .bottom-zs .zs-item .item6 {
  background: url("../../images/about-bottom-6.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .about-box .about-bottom .bottom-zs .zs-item .item7 {
  background: url("../../images/about-bottom-7.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .about-box .about-bottom .bottom-zs .zs-item .item8 {
  background: url("../../images/about-bottom-8.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .about-box .about-bottom .bottom-zs-phone {
  display: none;
}
.warp-box .about-box .about-bottom .marginT20 {
  margin-top: 20px;
}
@media only screen and (max-width: 900px) {
  .warp-box .about-box .about-bottom .bottom-zs {
    display: none !important;
  }
  .warp-box .about-box .about-bottom .bottom-zs-phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .warp-box .about-box .about-bottom .bottom-zs-phone .zs-item {
    display: flex;
    flex-flow: row;
  }
  .warp-box .about-box .about-bottom .bottom-zs-phone .zs-item .item {
    width: 160px;
    height: 100px;
    margin: 10px;
  }
  .warp-box .about-box .about-bottom .bottom-zs-phone .zs-item .item1 {
    background: url("../../images/about-bottom-1.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .about-box .about-bottom .bottom-zs-phone .zs-item .item2 {
    background: url("../../images/about-bottom-2.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .about-box .about-bottom .bottom-zs-phone .zs-item .item3 {
    background: url("../../images/about-bottom-3.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .about-box .about-bottom .bottom-zs-phone .zs-item .item4 {
    background: url("../../images/about-bottom-4.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .about-box .about-bottom .bottom-zs-phone .zs-item .item5 {
    background: url("../../images/about-bottom-5.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .about-box .about-bottom .bottom-zs-phone .zs-item .item6 {
    background: url("../../images/about-bottom-6.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .about-box .about-bottom .bottom-zs-phone .zs-item .item7 {
    background: url("../../images/about-bottom-7.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .about-box .about-bottom .bottom-zs-phone .zs-item .item8 {
    background: url("../../images/about-bottom-8.png") no-repeat center center;
    background-size: 100% 100%;
  }
}/*# sourceMappingURL=about-v3.css.map */