/* 悬浮窗 */
.contact_view {
  position: fixed;
  width: 80px;
  height: 360px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px 8px;
  box-sizing: border-box;
  right: 5%;
  top: 50%;
  z-index: 1000;
  transform: translateY(-50%);
  background: #cd2020;
}
@media screen and (max-width: 1500px) {
  .contact_view {
    right: 0 !important;
  }
}

@media screen and (max-height: 900px) {
  .customer_number {
    top: 80% !important;
  }
}
.headerTopContain {
  width: 100%;
  background: #fff;
  z-index: 999;
  position: sticky;
  top: 0;
}
.contact_view .contact_us {
  width: 64px;
  cursor: pointer;
  height: 66px;
  text-align: center;
  font-size: 0;
  padding: 5px 0;
  box-sizing: border-box;
}
.contact_view .contact_img01 {
  width: 28px;
  height: 28px;
  background: url(//cdn.huaxiasiyuan.com/siyuanren/home/images/index/index_xfk_zx_b@2x.png) center/cover;
  margin: 0 auto;
}
.contact_view .contact_img02 {
  width: 28px;
  height: 28px;
  background: url(//cdn.huaxiasiyuan.com/siyuanren/home/images/index/index_xfk_mflk_b@2x.png) center/cover;
  margin: 0 auto;
}
.contact_view .contact_img03 {
  width: 50px;
  height: 50px;
  background: url(//cdn.huaxiasiyuan.com/siyuanren/home/images/index/index_xfk_img_hxsygzh@2x.png) center/cover;
  margin: 0 auto;
}
.contact_view .contact_img04 {
  width: 28px;
  height: 28px;
  background: url(//cdn.huaxiasiyuan.com/siyuanren/home/images/index/index_xfk_top@2x.png) center/cover;
  margin: 0 auto;
}
.contact_view .contact_us.hover:hover {
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(241, 28, 28, 0.4);
  border-radius: 6px;
  cursor: pointer;
}
.contact_view .contact_us:hover .contact_img01 {
  background: url(//cdn.huaxiasiyuan.com/siyuanren/home/images/index/index_xfk_zx@2x.png) center/cover;
}
.contact_view .contact_us:hover .contact_img02 {
  background: url(//cdn.huaxiasiyuan.com/siyuanren/home/images/index/index_xfk_mflk@2x.png) center/cover;
}
/* .contact_view .contact_us:hover .contact_img04 {
  background: url(//cdn.huaxiasiyuan.com/siyuanren/home/images/index/index_xfk_top_b@2x.png) center/cover;
} */

.contact_view .contact_us.hover:hover span {
  color: #464646;
}
.contact_view .contact_us.hover:hover a {
  color: #464646;
}
.contact_view .contact_qrcode {
  width: 64px;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
  box-sizing: border-box;
}
/* .contact_view .contact_qrcode:hover {
  background: linear-gradient(270deg, #fb2e2e 0%, #ec1313 100%);
  box-shadow: 0px 2px 4px 0px rgba(241, 28, 28, 0.4);
  border-radius: 6px;
  cursor: pointer;
}
.contact_view .contact_qrcode:hover span {
  color: #fff;
} */
.contact_view span,
.contact_view span a {
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
}
.contact_view hr {
  width: 64px;
  height: 1px;
  border: none;
  border-top: 1px solid #ba0e0e;
  margin: 6px auto;
}

.headerTopContain .header {
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
.headerTopContain .header .main-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-pagination {
  cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  opacity: 10;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  border-radius: 5px;
  background: #e81f1f;
}
.headerTopContain .header .header_logo img {
  width: 220px;
  height: 40px;
  cursor: pointer;
}
.headerTopContain .header .header_left {
  display: flex;
}
.headerTopContain .header .header_btns a {
  position: relative;
  color: #666666;
}
.headerTopContain .header .header_btns a:hover {
  text-decoration: underline;
}
.headerTopContain .header .header_btns a.hot {
  /* text-decoration: underline; */
}
.headerTopContain .header .header_btns a:nth-child(1)::before {
  content: "";
  position: absolute;
  background: url(//cdn.huaxiasiyuan.com/siyuanren/home/images/index/index_header01@2x.png) center/cover;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: -26px;
}
.headerTopContain .header .header_btns a {
  margin-left: 100px;
  cursor: pointer;
}
.headerTopContain .header .header_btns {
  align-items: center;
  display: flex;
  margin-left: 131px;
  padding: 10px 0;
  line-height: 24px;
  color: #666;
  font-size: 16px;
  box-sizing: border-box;
}
.headerTopContain .header .header_btns a:first-child {
  margin-left: 0;
}
.headerTopContain .header .header_btns a:nth-child(2)::before {
  content: "";
  position: absolute;
  background: url(//cdn.huaxiasiyuan.com/siyuanren/home/images/index/index_header02@2x.png) center/cover;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: -26px;
}
.headerTopContain .header .header_btns a:nth-child(3)::before {
  content: "";
  position: absolute;
  background: url(//cdn.huaxiasiyuan.com/siyuanren/home/images/index/index_header03@2x.png) center/cover;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: -26px;
}
.headerTopContain .header .header_btns a:nth-child(4)::before {
  content: "";
  position: absolute;
  background: url(//cdn.huaxiasiyuan.com/siyuanren/home/images/index/index_header04@2x.png) center/cover;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: -26px;
}
.headerTopContain .header .header_tel img {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 6px;
}
.headerTopContain .header .header_tel .span_tel {
  display: flex;
  color: #555;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.headerTopContain .header .header_tel .span_time {
  display: block;
  color: #555;
  font-size: 12px;
  line-height: 12px;
  margin-top: 4px;
}
.nav-box {
  width: 100%;
  background: #eb3232;
  height: 48px;
  display: flex;
}
.nav-box .nav-btns {
  display: flex;
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.nav-box .nav-btns.noAll {
  padding-left: 40px;
  box-sizing: border-box;
}
.nav-box .nav-btns > a:hover {
  background: #da1e1e;
}
.nav-box .nav-btns > a.hot {
  background: #bb1d1d;
}
/* 弹出框 */
.tip_mask {
  width: 600px;
  padding: 30px;
  position: fixed;
  left: 50%;
  top: 35%;
  margin-left: -300px;
  background-color: #dedede;
  border-radius: 8px;
  /* behavior: url(../PIE.htc); */
  text-align: center;
  display: none;
  z-index: 99;
}

.tip_mask .content {
  font-size: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ccc;
}

.tip_mask .close_icon {
  display: block;
  text-align: right;
  margin-top: 20px;
  font-size: 16px;
  color: #e14c32;
  cursor: pointer;
}
.nav-box a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: 140px;
  height: 48px;
  text-align: center;
  cursor: pointer;
}
/* 提示信息 */
.message {
  position: fixed;
  left: 45%;
  top: 45%;
  padding: 18px 30px;
  background-color: #333333;
  box-shadow: 0px 2px 16px 1px #666;
  color: #fff;
  font-size: 16px;
  border-radius: 4px;
  display: none;
}
.message.fail {
  background-color: rgba(0, 0, 0, 0.7);
}
.nav-box a.active {
  font-size: 18px;
  width: 176px;
  height: 48px;
  background: #bb1d1d;
  margin-right: 88px;
}
.main-container {
  width: 1200px;
  margin: 0 auto;
}

.footer {
  width: 100%;
  height: 92px;
  line-height: 21px;
  background: #373737;
  padding-top: 20px;
  box-sizing: border-box;
}
.footer span {
  color: #fff;
  font-size: 12px;
}
.footer .footer_bold {
  font-size: 14px;
  font-weight: bold;
}
.footer .footer_row01 {
  text-align: center;
}
.footer .footer_row01 span {
  position: relative;
  margin-right: 15px;
}

.footer .footer_row01 a {
  position: relative;
  margin-right: 15px;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
}
.footer .footer_row01 span::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.footer .footer_row01 a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}
.footer .footer_row01 a:nth-child(1)::before {
  display: none;
}
.footer .footer_row02 {
  text-align: center;
}
.footer .footer_row03 {
  text-align: center;
}
.footer .footer_row03 a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  margin-left: 10px;
}
.footer .footer_row03 a:hover {
  text-decoration: underline;
}

.footer .footer_row01 a:hover {
  text-decoration: underline;
}
.footer span {
  color: #fff;
  font-size: 12px;
  line-height: 0;
}
