* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
img,
video {
  user-drag: none;
  -webkit-user-drag: none;
}
input {
  outline: none;
}
ul li {
  list-style: none;
}
ol li {
  list-style: none;
}
body {
  color: #363636;
  min-width: 1360px;
}

/* utils */
.flex {
  display: flex;
}
.section {
  overflow: hidden;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.color-primary {
  color: #ff0024;
}

/* video-player */
.video-player {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
}
.video-player .vjs-tech {
  width: 100% !important;
  height: auto !important;
  min-height: 100% !important;
  object-fit: cover;
}
.video-player .vjs-poster img {
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.video-player:hover .vjs-poster img {
  transform: scale(1.05);
}

/* header */
.header {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 99;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.header-empty {
  height: 60px;
}
.header .header-logo img {
  height: 30px;
}
.header .header-nav {
  font-size: 12px;
  color: #363636;
  display: flex;
  margin-right: 50px;
}
.header .header-nav a {
  margin: 0px 17px;
  line-height: 28px;
  color: #363636;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.header .header-nav a:hover,
.header .header-nav a.active {
  color: #ff0024;
}
.header .header-tel {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #363636;
}
.header .header-tel img {
  margin-right: 10px;
}
.header .header-nav-item {
  position: relative;
}
.header .header-nav-child {
  position: absolute;
  top: 20px;
  left: 50%;
  padding-top: 40px;
  transform: translateX(-50%);
  display: none;
}
.header .header-nav-child-inner {
  position: relative;
  width: 160px;
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 10px 0px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header .header-nav-child-inner::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.header .header-nav-child-inner a {
  height: 40px;
  line-height: 40px;
}

/* header-mobile */
.header-mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4vw;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.header-mobile .header-logo img {
  height: 20px;
}
.header-mobile .header-tel {
  font-size: 14px;
  color: #ce2222;
  display: flex;
  align-items: center;
}
.header-mobile .header-tel img {
  height: 14px;
  margin-right: 5px;
}

/* mobile-nav */
.mobile-nav {
  position: fixed;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 15px;
  left: 0px;
  z-index: 99;
  padding: 0px 30px;
}
.mobile-nav .header-home {
  display: block;
  width: 57px;
  height: 57px;
  background-image: url(../images/common/mobile-nav-home.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 5px;
}
.mobile-nav .header-call {
  display: flex;
  width: 145px;
  height: 65px;
  /* background-image: url(../images/common/mobile-nav-call.png); */
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 10px;
  color: #ffffff;
}
.mobile-nav .header-call-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  padding-left: 25px;
}
.mobile-nav .header-call-form span {
  font-size: 13px;
  font-weight: bold;
}
.mobile-nav .header-call-tel {
  height: 45px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  margin-top: 5px;
  background: #ce2222;
  border-radius: 20px;
}
.mobile-nav .header-call-tel span {
  font-size: 15px;
  font-weight: bold;
}

/* mobile-form */
.mobile-form {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px -6px 15px 0px rgba(227, 222, 222, 0.75);
  border-radius: 15px 15px 0px 0px;
  position: relative;
  padding-top: 30px;
}
.mobile-form .form {
  padding: 30px 24px;
}
.mobile-form .form-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 17px;
  border-bottom: solid 1px #dcdcdc;
}
.mobile-form .form-item label {
  font-size: 12px;
  color: #666;
}
.mobile-form .form-item label span {
  color: #ce2222;
}
.mobile-form .form-item input {
  height: 36px;
  line-height: 36px;
  border: none;
}
.mobile-form .form-item input::placeholder {
  color: #c1c1c1;
}
.mobile-form .form-button {
  border: none;
  outline: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ce2222;
  border-radius: 20px;
  font-size: 15px;
  color: #ffffff;
}
.mobile-form .form-count {
  background-color: #eeeeee;
  border-radius: 8px;
  width: 80%;
  margin: 0px auto;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.mobile-form .form-count span {
  font-size: 14px;
  font-weight: bold;
  color: #ce2222;
}
.mobile-form .form-title {
  width: 80%;
  margin: 15px auto 0px;
  font-size: 23px;
  color: #1e1e1e;
  text-align: center;
  background-image: url(../images/common/mobile-form-title.png);
  background-size: contain;
  background-position: center;
}
.mobile-form .form-close {
  position: absolute;
  background-image: url(../images/common/mobile-form-close.png);
  background-size: contain;
  background-position: center;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
}
.mobile-form-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 0 20px;
  z-index: 999;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
}

/* footer */
.footer {
  color: #adadac;
  background: #090909;
}
.footer .footer-copyright {
  text-align: center;
  padding: 28px 0px;
  line-height: 22px;
  font-size: 12px;
  color: #adadac;
  border-top: solid 1px #606060;
}
.footer .footer-main {
  display: flex;
  color: #adadac;
  padding: 80px 100px;
  justify-content: space-between;
  font-size: 14px;
}
.footer .footer-citys h5 {
  font-size: 34px;
  line-height: 34px;
}
.footer .footer-citys h6 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer .footer-address h5 {
  font-size: 16px;
  margin-bottom: 14px;
}
.footer .footer-address p {
  margin-bottom: 10px;
}
.footer .footer-qrcode {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  text-align: center;
}
.footer .footer-qrcode span {
  margin-top: 10px;
}
.footer .footer-qrcode img {
  width: 108px;
  height: 108px;
}
.footer .footer-icons {
  margin-right: 10px;
  position: relative;
}
.footer .footer-icons .icon-2 {
  display: none;
}
.footer .footer-icons:hover .icon-1 {
  display: none;
}
.footer .footer-icons:hover .icon-2 {
  display: inline-block;
}
.footer .footer-icons-popup {
  position: absolute;
  bottom: 28px;
  left: 7px;
  display: none;
}
.footer .footer-icons:hover .footer-icons-popup {
  display: block;
}
.footer .footer-links a {
  margin-right: 10px;
}
.footer .footer-links a:hover {
  text-decoration: underline;
}

/* common-title */
.common-title {
  background: #fff;
  text-align: center;
  padding: 50px 0px;
}
.common-title .common-title-name {
  font-size: 30px;
  color: #ff0024;
}
.common-title .common-title-desc {
  font-size: 14px;
  color: #363636;
  margin-top: 15px;
}

/* pages */
.pages {
  padding: 40px 10px;
  display: flex;
  justify-content: center;
}
.pages .pagination {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.pages .pagination .page-item,
.pages .pagination .page-num {
  color: #555;
  padding: 5px 12px;
  display: block;
  border-radius: 2px;
  border: 1px solid #ddd;
  float: left;
  margin: 0 10px;
  background: #fff;
}
.pages .pagination .page-item:hover {
  background: #ff0024;
  color: #fff;
  border: #ff0024 1px solid;
}

/* 底部表单 */
.footer-form {
  width: 100%;
  height: 74px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  z-index: 99;
  display: none;
}
.footer-form .footer-form-inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 74px;
  display: flex;
  align-items: center;
  position: relative;
}
.footer-form .close {
  background: url(../images/common/footer_f_close.png) no-repeat;
  width: 25px;
  height: 26px;
  position: absolute;
  right: -20px;
  top: 4px;
  cursor: pointer;
  z-index: 2;
}
/* .footer-form .left,
.footer-form .right {
  float: left;
} */
.footer-form .left {
  margin-right: 55px;
}
.footer-form .left h3 {
  font-size: 29px;
  font-family: SourceHanSansSC-Heavy;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer-form .left p {
  font-family: SourceHanSansSC-Normal;
  font-size: 12px;
  color: #f5f5f5;
  letter-spacing: 2px;
}
.footer-form .left p span {
  color: #ff0045;
}
.footer-form .right .budget {
  float: left;
  background: url(../images/common/offer_bg.png) no-repeat;
  width: 270px;
  height: 42px;
  margin-right: 8px;
  padding-right: 10px;
  box-sizing: border-box;
}
.footer-form .right .budget div {
  display: none;
  float: right;
  width: 22px;
  height: 39px;
  background: url(../images/common/counter.png) no-repeat;
  margin-left: 3px;
  margin-top: 2px;
}
.footer-form .right .budget .num0 {
  display: block;
  background-position: 0 0;
}
.footer-form .right .budget .num1 {
  display: block;
  width: 8px;
  background-position: -35px 0;
}
.footer-form .right .budget .num2 {
  display: block;
  background-position: -54px 0;
}
.footer-form .right .budget .num3 {
  display: block;
  background-position: -89px 0;
}
.footer-form .right .budget .num4 {
  display: block;
  background-position: -127px -2px;
}
.footer-form .right .budget .num5 {
  display: block;
  background-position: -168px 0;
}
.footer-form .right .budget .num6 {
  display: block;
  background-position: -202px 0;
}
.footer-form .right .budget .num7 {
  display: block;
  background-position: -237px 0;
}
.footer-form .right .budget .num8 {
  display: block;
  background-position: -271px 0;
}
.footer-form .right .budget .num9 {
  display: block;
  background-position: -306px 0;
}
.footer-form .right .form {
  float: left;
  margin-top: 2px;
}
.footer-form .right .formItem {
  float: left;
  margin-right: 8px;
  width: 132px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 2px;
  position: relative;
  padding: 5px 10px 5px 16px;
  font-size: 14px;
  box-sizing: border-box;
}
/* .footer-form .right .formItem::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 11px;
  width: 1px;
  height: 16px;
  background-color: #b3b3b3;
} */
.footer-form .right .formItem:nth-child(1) {
  padding-right: 22px;
}
.footer-form .right .formItem:nth-child(1)::after {
  content: "㎡";
  position: absolute;
  right: 12px;
  top: 7px;
  color: #b3b3b3;
}
.footer-form .right .formItem input,
.footer-form .right .formItem select {
  border: none;
  font-size: 14px;
  width: 100%;
  height: 100%;
  color: #666;
  outline: none;
}
.footer-form .right .button {
  float: left;
}
.footer-form .right .button button {
  width: 132px;
  height: 37px;
  line-height: 37px;
  background-color: #ba1a45;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.footer-form .right .button button:hover {
  background-color: #d2194a;
}

/* 右侧悬浮 */
.right-help {
  position: fixed;
  width: 130px;
  border-radius: 60px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: #000000 url(../images/common/help_icon.png) no-repeat center 20px;
  padding: 0 10px;
  box-sizing: border-box;
  /* display: none; */
}
.right-help .title {
  font-family: SourceHanSansSC-Bold;
  font-size: 13px;
  color: #ffffff;
  padding-top: 87px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 4px;
  text-align: center;
}
.right-help ul {
  background-color: #fff;
  padding: 16px 18px;
}
.right-help ul li {
  border-bottom: 1px dashed #000;
  font-size: 16px;
  padding: 6px 0;
  margin-bottom: 8px;
  position: relative;
}
.right-help ul li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/common/help_arrow.png) no-repeat;
  width: 7px;
  height: 11px;
  display: none;
}
.right-help ul li:hover::before {
  display: block;
}
.right-help ul li:hover a {
  color: #da1a45;
  font-weight: bold;
}
.right-help ul li a {
  color: #000;
  position: relative;
}
.right-help ul li a span {
  position: absolute;
  right: -12px;
  top: -8px;
  transform: scale(0.8);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  border-radius: 100%;
  background-color: #ce2222;
  color: #fff;
  animation: cut 0.8s linear 0s infinite;
}
.right-help .tips {
  text-align: center;
  line-height: 18px;
  padding-top: 4px;
}
.right-help .tips .online {
  font-size: 12px;
  color: #f5f5f5;
  white-space: nowrap;
}
.right-help .tips .phone {
  color: #ed002d;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}
.right-help .back-top {
  display: block;
  width: 26px;
  height: 26px;
  background: url(../images/common/toTop.png) no-repeat;
  margin: 10px auto 6px;
  cursor: pointer;
}
@keyframes cut {
  0% {
    visibility: visible;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: hidden;
  }
}

@media screen and (min-width: 901px) {
  .pc-show {
    /* display: block !important; */
  }
  .h5-show {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  body {
    min-width: 0px;
    width: 100%;
    overflow-x: hidden;
  }

  .pc-show {
    display: none !important;
  }
  .h5-show {
    /* display: block !important; */
  }

  .footer .footer-main {
    flex-direction: column;
    padding: 30px;
  }
  .footer .footer-citys {
    margin-top: 30px;
  }
  .footer .footer-address {
    margin-top: 30px;
  }
  .footer .footer-qrcode {
    width: 108px;
    margin-top: 30px;
    /* padding-right: 50%; */
  }

  .pages .page-first,
  .pages .page-last {
    display: none !important;
  }
}
