.warp-box {
  width: 100%;
  position: relative;
}
.warp-box .product-box {
  width: 100%;
  padding-top: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box {
    padding-top: 50px;
  }
}
.warp-box .product-box .product-top {
  width: 100%;
  height: 278px;
  background: url("../../images/product-top.png") no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-top {
    height: 88px;
  }
}
.warp-box .product-box .product-detail {
  width: 100%;
  height: 1080px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.warp-box .product-box .product-detail .detail {
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}
.warp-box .product-box .product-detail .detail .detail-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.warp-box .product-box .product-detail .detail .detail-item .left-img {
  width: 434px;
  height: 264px;
}
.warp-box .product-box .product-detail .detail .detail-item .img1 {
  background: url("../../images/product-996.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail .detail .detail-item .img2 {
  background: url("../../images/product-8900.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail .detail .detail-item .img3 {
  background: url("../../images/product-9700.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail .detail .detail-item .img4 {
  background: url("../../images/product-9800.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail .detail .detail-item .img5 {
  background: url("../../images/product-9900.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail .detail .detail-item .img6 {
  background: url("../../images/product-m-80.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail .detail .detail-item .left-txt {
  width: 240px;
  height: 72px;
  padding-left: 10px;
  color: #000;
  font-weight: 600;
  font-size: 25px;
}
@media (min-width: 1440px) {
  .warp-box .product-box .product-detail .detail .detail-item .left-img {
    width: 434px;
    height: 264px;
  }
}
@media (min-width: 1700px) {
  .warp-box .product-box .product-detail .detail .detail-item .left-img {
    width: 534px;
    height: 364px;
  }
}
.warp-box .product-box .product-detail-phone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail {
    display: none !important;
  }
  .warp-box .product-box .product-detail-phone {
    width: 100%;
    height: 540px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .warp-box .product-box .product-detail-phone .detail {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
  }
  .warp-box .product-box .product-detail-phone .detail .detail-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
  }
  .warp-box .product-box .product-detail-phone .detail .detail-item .left-img {
    width: 160px;
    height: 100px;
  }
  .warp-box .product-box .product-detail-phone .detail .detail-item .img1 {
    background: url("../../images/product-996.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .product-box .product-detail-phone .detail .detail-item .img2 {
    background: url("../../images/product-8900.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .product-box .product-detail-phone .detail .detail-item .img3 {
    background: url("../../images/product-9700.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .product-box .product-detail-phone .detail .detail-item .img4 {
    background: url("../../images/product-9800.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .product-box .product-detail-phone .detail .detail-item .img5 {
    background: url("../../images/product-9900.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .product-box .product-detail-phone .detail .detail-item .img6 {
    background: url("../../images/product-m-80.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .warp-box .product-box .product-detail-phone .detail .detail-item .left-txt {
    width: 160px;
    height: 40px;
    padding-left: 20px;
    color: #000;
    font-weight: 600;
    font-size: 16px;
  }
  .warp-box .product-box .marginT10 {
    margin-top: 30px;
  }
}
.warp-box .product-box .product-detail-top {
  width: 100%;
  height: 278px;
  background: url("../../images/product-top.png") no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-top {
    height: 90px;
  }
}
.warp-box .product-box .product-detail-top .top-txt {
  position: absolute;
  left: 8%;
  bottom: 24%;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  filter: drop-shadow(1px 0px 2px #fff) drop-shadow(1px 1px 0px #fff);
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-top .top-txt {
    font-size: 16px;
  }
}
.warp-box .product-box .product-detail-bottom {
  width: 100%;
  height: 1260px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom {
    height: auto;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-img {
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 14px;
  margin-right: 100px;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-img {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-img .img-item {
  width: 495px;
  height: 400px;
}
@media only screen and (max-width: 600px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-img .img-item {
    width: 95%;
    height: 240px;
  }
}
@media only screen and (min-width: 601px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-img .img-item {
    width: 95%;
    height: 340px;
  }
}
@media only screen and (min-width: 700px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-img .img-item {
    width: 95%;
    height: 440px;
  }
}
@media only screen and (min-width: 1200px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-img .img-item {
    width: 495px;
    height: 400px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-img .img1 {
  background: url("../../images/product-detail-996.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail-bottom .detail-top .top-img .img2 {
  background: url("../../images/product-detail-8900.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail-bottom .detail-top .top-img .img3 {
  background: url("../../images/product-detail-9700.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail-bottom .detail-top .top-img .img4 {
  background: url("../../images/product-detail-9800.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail-bottom .detail-top .top-img .img5 {
  background: url("../../images/product-detail-9900.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail-bottom .detail-top .top-img .img6 {
  background: url("../../images/product-detail-M-80.png") no-repeat center center;
  background-size: 100% 100%;
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-txt {
    width: 95%;
    margin-top: 20px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-title {
  font-size: 36px;
  font-weight: bold;
  color: #141012;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-title {
    font-size: 20px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-line {
  width: 800px;
  border: 2px solid #ABA9AA;
  margin: 20px 0 30px 0;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-line {
    width: 100%;
    margin: 10px 0 10px 0;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-text {
  font-size: 26px;
  color: #666465;
  margin-bottom: 8px;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-text {
    font-size: 18px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-tel {
  display: flex;
  flex-flow: row;
  margin: 4px 0 10px 0;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-tel {
    align-items: center;
    justify-content: center;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-tel .tel-icon {
  width: 185px;
  height: 38px;
  background: url("../../images/product-detail-tel-icon.png") no-repeat center center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-tel .tel-icon {
    width: 125px;
    height: 28px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-tel .tel-num {
  font-size: 26px;
  font-weight: bold;
  color: #0165B1;
  margin-top: 6px;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-tel .tel-num {
    font-size: 20px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-dashed {
  width: 800px;
  border: 2px dashed #ABA9AA;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-dashed {
    width: 100%;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-btn {
  margin-top: 30px;
  display: flex;
  flex-flow: row;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-btn {
    align-items: center;
    justify-content: center;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-btn .btn-online {
  width: 156px;
  height: 44px;
  background: #00489A;
  margin-right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-btn .btn-online {
    width: 106px;
    height: 36px;
    font-size: 16px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-btn .btn-contact {
  width: 156px;
  height: 44px;
  background: #555555;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-top .top-txt .txt-btn .btn-contact {
    width: 106px;
    height: 36px;
    font-size: 16px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-top .top-txt .marginT40 {
  margin-top: 22px;
}
.warp-box .product-box .product-detail-bottom .detail-bottom {
  width: 1440px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-bottom {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-bottom .bot-box {
  width: 230px;
  height: 50px;
  background: #00489A;
  font-size: 30px;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-bottom .bot-box {
    width: 160px;
    height: 34px;
    font-size: 20px;
    margin: 10px auto;
  }
}
.warp-box .product-box .product-detail-bottom .detail-bottom .bot-tit {
  width: 100%;
  background: #DAD8D9;
  color: #0864B4;
  font-size: 28px;
  font-weight: bold;
  padding-left: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-bottom .bot-tit {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-bottom .bot-txt {
  color: #272124;
  font-size: 24px;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .warp-box .product-box .product-detail-bottom .detail-bottom .bot-txt {
    font-size: 18px;
  }
}
.warp-box .product-box .product-detail-bottom .detail-bottom .marginNone {
  margin-bottom: 0 !important;
}
.warp-box .pageTypes1, .warp-box .pageTypes2, .warp-box .pageTypes3, .warp-box .pageTypes4, .warp-box .pageTypes5, .warp-box .pageTypes6 {
  display: none;
}/*# sourceMappingURL=product-v3.css.map */