﻿@import url("/skin/default/font/bahnschrift/bahnschrift.css");
@import url("/skin/default/font/Avian/Avian.css");
@import url("/skin/default/font/bahnschrift/bahnschrift.css");
@import url("/skin/default/font/Avian/Avian.css");

@font-face {
  font-family: 'iconfont';
  /* Project id 3238019 */
  src: url("../font/font_3238019_kjxmt4syayr.woff2") format("woff2"), url("../font/font_3238019_kjxmt4syayr.woff") format("woff"), url("../font/font_3238019_kjxmt4syayr.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'iconfont';
  /* Project id 3238019 */
  src: url("../font/font_3238019_kjxmt4syayr.woff2") format("woff2"), url("../font/font_3238019_kjxmt4syayr.woff") format("woff"), url("../font/font_3238019_kjxmt4syayr.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1680px) {

  .container,
  .container-xl {
    max-width: 1400px;
  }
}

.bg {
  background-color: #f5f6f8;
}

.not-found {
  min-height: 30vh;
}

.not-found svg {
  width: 15vw;
  height: auto;
}

.ratio-adv {
  --mdb-aspect-ratio: calc(155 / 330 * 100%);
}

body {
  --theme-red: #b02d35;
  --theme-color: #2151a1;
  --theme-bgcolor: #f5f7fa;
  --theme-orange: #f66000;
}

a {
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

a:hover {
  color: #d00302;
}

.theme-blue {
  color: var(--theme-color);
}

.control-bar .w-btn {
  border-radius: 0;
  width: 35px;
  height: 35px;
  margin: 2px;
  text-align: center;
  line-height: 35px;
  background-color: #8a8a8a;
  position: relative;
  color: #eeeeee;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.control-bar .w-btn:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}

.control-bar .prev_next {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.control-bar .prev_next i {
  display: block;
  width: 0;
  position: relative;
  height: 1px;
  background-color: CurrentColor;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.control-bar .prev_next i::before,
.control-bar .prev_next i::after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: CurrentColor;
  position: absolute;
  margin: auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.control-bar .prev_next i::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.control-bar .prev_next i::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.control-bar .prev_next.next i {
  margin-left: 10px;
}

.control-bar .prev_next.next i::before,
.control-bar .prev_next.next i::after {
  right: 0;
  transform-origin: right;
}

.control-bar .prev_next.prev i {
  margin-right: 10px;
}

.control-bar .prev_next.prev i::before,
.control-bar .prev_next.prev i::after {
  left: 0;
  transform-origin: left;
}

.control-bar .prev_next:not(.swiper-button-disabled):hover i {
  width: 20px;
  margin: 0;
}

.control-bar .prev_next:not(.swiper-button-disabled):hover i::before,
.control-bar .prev_next:not(.swiper-button-disabled):hover i::after {
  width: 8px;
}

.control-bar .prev_next.swiper-button-disabled {
  opacity: .5;
  cursor: not-allowed;
}

.control-bar .more i {
  width: 15px;
  height: 1px;
  background-color: CurrentColor;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.control-bar .more i::before,
.control-bar .more i::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: CurrentColor;
  position: absolute;
  margin: auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.control-bar .more i::before {
  top: -6px;
}

.control-bar .more i::after {
  bottom: -6px;
}

.control-bar .more:hover i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 2px;
  height: 2px;
}

.contact-btn-groups {
  margin-top: 1rem;
}

.contact-btn-groups .w-btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 10px;
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}

.contact-btn-groups .w-btn .btn-label {
  color: #ffffff;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 14px;
}

.contact-btn-groups .w-btn .btn-icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.contact-btn-groups .w-btn .btn-icon svg path {
  fill: #ffffff;
}

.contact-btn-groups .w-btn.btn-ask {
  background-color: #006ec3;
}

.contact-btn-groups .w-btn.btn-detail {
  background-color: #32b16c;
}

.contact-btn-groups .w-btn.btn-detail .btn-label {
  display: none;
}

.contact-btn-groups .w-btn:hover~.btn-ask .btn-label {
  display: none;
}

.phone {
  float: right;
  width: 200px;
  height: 90px;
  background: url(/skin/default/images/tel.jpg) no-repeat left 8px;
  margin-top: 25px;
  padding-top: 10px;
  line-height: 24px;
  font-size: 16px;
  color:#7e7e7e;
}

.phone span {
  color: #af0000;
  font-size: 26px;
  font-weight: bold;
}

.header {
  z-index: 99;
  box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.05);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  /* &.scroll_bottom{ background: #ffffff; backdrop-filter: blur(3px); position: fixed; width: 100%; .logo{
 } .nav{ li{ > a{ &:hover{ color: var(--theme-color) !important; } } } } }*/
}

.header .header-wrap {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .logo img {
  -webkit-transition: transform .3s, width .3s;
  -moz-transition: transform .3s, width .3s;
  -ms-transition: transform .3s, width .3s;
  -o-transition: transform .3s, width .3s;
  transition: transform .3s, width .3s;
}

@media (max-width: 991.98px) {
  .header .logo img {
    height: 50px;
  }
}

@media (max-width: 767.98px) {
  .header .logo img {
    height: 40px;
  }
}

@media (max-width: 575.98px) {
  .header .logo img {
    height: 36px;
  }
}

.header .nav {
  flex: 1;
}

.header .nav li {
  position: relative;
  flex: 1;
}

.header .nav li>a {
  display: block;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1440px) {
  .header .nav li>a {
    padding: 0 1rem;
  }
}

.header .nav li .sub-nav {
  position: absolute;
  width: 140px;
  left: -50%;
  right: -50%;
  margin: auto;
  text-align: center;
  top: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  backdrop-filter: blur(3px);
}

.header .nav li .sub-nav dl {
  display: none;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.header .nav li .sub-nav dl dd {
  line-height: 36px;
  margin: 0;
  font-size: 14px;
  position: relative;
}

.header .nav li .sub-nav dl dd::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  background-color: var(--theme-orange);
}

.header .nav li .sub-nav dl dd a {
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  position: relative;
  z-index: 2;
}

.header .nav li .sub-nav.fullscreen .item-icon {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 0 auto;
}

.header .nav li .sub-nav.fullscreen .item-icon img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}

.header .nav li:hover::before,
.header .nav li:hover::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.header .nav li:hover>a span.cn {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-30px);
  opacity: 0;
}

.header .nav li:hover>a span.en {
  -webkit-transition: transform .5s, opacity .3s;
  -moz-transition: transform .5s, opacity .3s;
  -ms-transition: transform .5s, opacity .3s;
  -o-transition: transform .5s, opacity 0s;
  transition: transform .3s, opacity 0s;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  opacity: 1;
}

.header .nav li:hover .sub-nav {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.header .nav li:hover .sub-nav dl {
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
}

.header .nav li:hover .sub-nav dl dd:hover::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.header .nav li:hover .sub-nav dl dd:hover a {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .header .container {
    max-width: 93%;
  }
}

.header:not(.open-menu).scroll_bottom {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -ms-transition: transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
}

.header.open-menu .logo img {
  filter: none !important;
}

.ratio-flash {
  --mdb-aspect-ratio: 48.95%;
}

.index-page .header {
  width: 100%;
  z-index: 99;
  background-color: transparent;
}

.index-page .header:not(.open-menu) .logo img,
.index-page .header:not(.header-min) .logo img {
  filter: brightness(0) invert(1);
}

.index-page .header.header-min {
  background-color: rgba(255, 255, 255, 0.95);
}

.index-page .header.header-min .logo img {
  filter: none;
}

.index-page .header.header-min .nav li>a {
  color: #333333;
}

.index-page .header .nav li>a {
  color: #ffffff;
}

.menu-icon {
  width: 80px;
  height: 80px;
  color: var(--theme-color);
  position: relative;
  cursor: pointer;
}

.menu-icon span {
  position: absolute;
  width: 50%;
  height: 2px;
  color: var(--theme-color);
  background-color: CurrentColor;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.menu-icon span::before,
.menu-icon span::after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: CurrentColor;
}

.menu-icon span::before {
  top: 600%;
}

.menu-icon span::after {
  bottom: 600%;
}

.menu-icon.open span {
  background-color: unset;
}

.menu-icon.open span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

.menu-icon.open span::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 0;
}

@media (max-width: 575.98px) {
  .menu-icon {
    position: absolute;
    right: 0;
    width: 56px;
    height: 56px;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .menu-icon span::before {
    top: 500%;
  }

  .menu-icon span::after {
    bottom: 500%;
  }
}

.mobile-nav {
  z-index: 9;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 60px;
  left: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.mobile-nav .nav-wrap {
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(25px);
  height: 100%;
}

.mobile-nav dl {
  margin-bottom: 0;
}

.mobile-nav dl.active dt::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-nav dl.active dt::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mobile-nav dt {
  position: relative;
  padding: .5rem;
}

.mobile-nav dt a {
  line-height: 2;
  display: block;
  width: 80%;
  margin-right: 2rem;
  font-weight: normal;
}

.mobile-nav dt.has-child::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-nav dd {
  display: none;
  padding-left: 1rem;
}

.mobile-nav dd ul {
  margin-bottom: 0;
  line-height: 2;
  margin-top: 5px;
  list-style: inside circle;
  color: #fff;
}

.mobile-nav dd ul a {
  font-size: 14px;
}

.mobile-nav a {
  color: #f8f8f8;
}

@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}

.mobile-nav dt.has-child::before,
.mobile-nav dt.has-child::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid #d3d3d3;
  right: .5rem;
  margin: auto;
  top: 0;
  bottom: 0;
}

.open-menu.header {
  background-color: rgba(255, 255, 255, 0.95);
}

.open-menu~.mobile-nav {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}

.dropdown-nav {
  position: absolute;
  width: 100%;
  height: 270px;
  display: none;
  background-image: -moz-linear-gradient(0deg, rgba(0, 99, 167, 0.99608) 0%, #51a2d7 99%, #51a2d7 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(0, 99, 167, 0.99608) 0%, #51a2d7 99%, #51a2d7 100%);
  background-image: -ms-linear-gradient(0deg, rgba(0, 99, 167, 0.99608) 0%, #51a2d7 99%, #51a2d7 100%);
  left: 0;
  overflow: hidden;
  z-index: 99;
}

@media (min-width: 1680px) {
  .dropdown-nav .container {
    max-width: 1320px;
  }
}

.dropdown-nav .nav-rightbar {
  flex: 0 0 auto;
  width: 17%;
  position: relative;
}

.dropdown-nav .nav-rightbar .right-wrap {
  position: relative;
  z-index: 2;
  height: 100%;
  color: #ffffff;
  padding-left: 2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown-nav .nav-rightbar .right-wrap a {
  color: #ffffff;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.dropdown-nav .nav-rightbar .right-wrap p {
  font-size: 26px;
  line-height: 2;
}

.dropdown-nav .nav-rightbar .right-wrap .header-qiuck-nav .item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dropdown-nav .nav-rightbar .right-wrap .header-qiuck-nav .item .item-icon {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 0.5rem;
}

.dropdown-nav .nav-rightbar .right-wrap .header-qiuck-nav .item .item-icon .icon-wrap svg {
  height: auto;
  width: 46px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dropdown-nav .nav-container {
  flex: 0 0 auto;
  width: 83%;
}

.dropdown-nav .nav-container .child-item {
  display: none;
  height: 100%;
}

.dropdown-nav .nav-container .child-item .item-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

.dropdown-nav .nav-container .child-item .item-title::after {
  content: '';
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin-top: 1rem;
}

.dropdown-nav .nav-container .child-item .child-info {
  color: #fff;
  padding-right: 5%;
}

.dropdown-nav .nav-container .child-item .child-info .child-title {
  font-size: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: .5rem;
}

.dropdown-nav .nav-container .child-item .child-info .child-title::after {
  content: '';
  display: block;
  height: 4px;
  width: 30px;
  left: 0;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}

.dropdown-nav .nav-container .child-item .child-info .child-content {
  font-size: 14px;
  line-height: 2;
}

.dropdown-nav .nav-container .child-item .item-info-wrap {
  min-height: 170px;
}

.dropdown-nav .nav-container .child-item .item-info-wrap ul li {
  line-height: 2;
  flex: 0 0 auto;
  width: 50%;
}

.dropdown-nav .nav-container .child-item .item-info-wrap ul li::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.dropdown-nav .nav-container .child-item .item-info-wrap ul li a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: middle;
  flex: 1;
  color: #ffffff;
}

.dropdown-nav .nav-container .child-item .child-nav .nav-item {
  padding: 0 1.5%;
}

.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img {
  overflow: hidden;
}

.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-img .img-wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.dropdown-nav .nav-container .child-item .child-nav .nav-item .item-name {
  color: #333333;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.dropdown-nav .nav-container .child-item .child-nav .nav-item:hover .item-name {
  color: var(--theme-red);
}

.dropdown-nav .nav-container .child-item.active {
  display: block;
}

.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item .item-img {
  width: 60px;
  margin: 0 auto;
}

.dropdown-nav .nav-container .child-item.item-3 .child-nav .nav-item:hover .item-img img {
  -webkit-animation: swing 1 1s linear;
  -o-animation: swing 1 1s linear;
  animation: swing 1 1s linear;
}

.swiper-box .banner-item {
  background-size: cover;
  background-position: center center;
}

.swiper-box .banner-control {
  position: absolute;
  width: 100%;
  bottom: 50px;
  height: 50px;
}

@media (max-width: 767.98px) {
  .swiper-box .banner-control {
    bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .swiper-box .banner-control {
    bottom: 10px;
    height: 40px;
  }
}

.swiper-box .banner-control::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.swiper-box .banner-control .banner-swiper-next,
.swiper-box .banner-control .banner-swiper-prev {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 3;
  margin: 0 10px;
}

@media (max-width: 575.98px) {

  .swiper-box .banner-control .banner-swiper-next,
  .swiper-box .banner-control .banner-swiper-prev {
    width: 40px;
    height: 40px;
  }
}

.swiper-box .banner-control .banner-swiper-next .icon-wrap,
.swiper-box .banner-control .banner-swiper-prev .icon-wrap {
  border-radius: 50%;
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper-box .banner-control .banner-swiper-next .icon-wrap::before,
.swiper-box .banner-control .banner-swiper-prev .icon-wrap::before {
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--theme-color);
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.swiper-box .banner-control .banner-swiper-next .icon-wrap svg,
.swiper-box .banner-control .banner-swiper-prev .icon-wrap svg {
  width: 45%;
  position: relative;
}

.swiper-box .banner-control .banner-swiper-next .icon-wrap svg path,
.swiper-box .banner-control .banner-swiper-prev .icon-wrap svg path {
  fill: #ffffff;
}

.swiper-box .banner-control .banner-swiper-next:hover .icon-wrap::before,
.swiper-box .banner-control .banner-swiper-prev:hover .icon-wrap::before {
  background-color: var(--theme-orange);
}

/*.banner-swiper-next,.banner-swiper-prev{ width: 60px; height: 60px; position: absolute; margin: auto; top: 0; bottom: 0; z-index: 3; @media (max-width: 575.98px) { width: 50px; height: 50px; } .icon-wrap{ border-radius: 50%; position: relative; text-align: center; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; &::before{ content: ''; display: block; opacity: .5; border-radius: 50%; position: absolute; top: 0; left: 0; background: var(--theme-color); width: 100%; height: 100%; } svg{ width: 65%; position: relative; path{ fill:#ffffff; } } }

}
.banner-swiper-next{ left: 5vw;
}
.banner-swiper-prev{ right: 5vw;
}*/
.banner-container {
  position: relative;
}

.banner-container .location-box {
  position: absolute;
  width: 100%;
  display: none;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.sbanner {
  height: 400px;
  color: #ffffff;
  background: url("../image/sbanner-default.jpg") center no-repeat;
  margin-top: 5%;
}

.sbanner .sbanner-title {
  font-size: 28px;
  position: relative;
}

.sbanner .sbanner-title::after {
  content: '';
  display: block;
  width: 3.5rem;
  height: 1px;
  background-color: #fff;
  margin-top: 1%;
}

.sbanner .sbanner-desc {
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .sbanner {
    background: url("/skin/default/images/1sbanner-default.jpg") center no-repeat;
  }

  .sbanner {
    height: 200px;
  }

  .banner-container {
    height: 160px;
  }
}




@media (min-width: 992px) {
  .sbanner .sbanner-desc {
    display: block;
    width: 50%;
    margin-top: 1rem;
    line-height: 2;
  }
}

@media (min-width: 1200px) {
  .sbanner .sbanner-desc {
    width: 60%;
    font-size: 16px;
  }
}

@media (min-width: 1400px) {
  .sbanner .sbanner-desc {
    width: 75%;
  }
}

.sbanner .channel-nav {
  background-color: rgba(0, 92, 161, 0.7);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.sbanner .channel-nav ul li {
  display: inline-block;
  flex: 0 auto;
  text-align: center;
}

.sbanner .channel-nav ul li a {
  line-height: 55px;
  display: block;
  color: #ffffff;
  padding: 0 2rem;
}

@media (max-width: 1399.98px) {
  .sbanner .channel-nav ul li a {
    padding: 0 1.5rem;
    line-height: 48px;
  }
}

@media (max-width: 1199.98px) {
  .sbanner .channel-nav ul li a {
    padding: 0 1rem;
    line-height: 42px;
  }
}

@media (max-width: 575.98px) {
  .sbanner .channel-nav ul li a {
    padding: 0 .5rem;
    line-height: 36px;
    font-size: 14px;
  }
}

.sbanner .channel-nav ul li:hover {
  background-color: #76c5f0;
}

/* @media (max-width: 767.98px) { .sbanner { height: 320px; } } */
/* @media (max-width: 575.98px) { .sbanner { height: 260px; } } */

.page-crumbs {
  font-size: 14px;
  color: #ffffff;
}

.page-crumbs svg {
  width: 20px;
  height: 20px;
}

.page-crumbs svg path {
  fill: #ffffff;
}

.page-crumbs a {
  color: #ffffff;
  margin: 0 3px;
}

.page-crumbs a:hover {
  color: var(--theme-orange);
}

.footer {
  position: relative;
  background: #333;
}

.footer .footer-wrap {
  overflow: hidden;
}

.footer .footer-logo {
  max-width: 360px;
}

.footer .footer-logo img {
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.footer .footer-middle {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-nav dl {
  margin: 0;
  position: relative;
  flex: 1;
}

.footer .footer-nav dl dt {
  line-height: 42px;
}

.footer .footer-nav dl dt a {
  font-size: 16px;
  color: #ffffff;
}

.footer .footer-nav dl dd {
  margin-bottom: 0;
  line-height: 2.2;
}

.footer .footer-nav dl dd a {
  display: block;
  color: #ffffff;
  opacity: .7;
  font-size: 14px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 2.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer .footer-nav dl dd a:hover {
  color: #ffffff;
  opacity: 1;
}

.footer .footer-nav dl:hover dt i {
  width: 30px;
}

.footer .footer-nav dl.contact {
  width: unset;
  padding-right: 0;
}

.footer .footer-nav dl.contact .tel-num {
  font-size: 24px;
  color: var(--theme-color);
}

@media (min-width: 1200px) {
  .footer .footer-contact {
    width: 60%;
  }
}

@media (min-width: 1400px) {
  .footer .footer-contact {
    width: 75%;
  }
}

.footer .footer-contact .item:not(:first-child) .item-wrap {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 .5rem;
}

@media (max-width: 1198px) {
  .footer .footer-contact .item:not(:first-child) .item-wrap {
    border-left: none;
  }
}

.footer .footer-contact .item .item-wrap {
  color: #ffffff;
}

.footer .footer-contact .item .item-wrap .item-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.footer .footer-contact .item .item-wrap .item-icon .icon-wrap {
  font-size: 18px;
  background-color: #d00302;
}

.footer .footer-contact .item .item-wrap .item-value {
  margin-top: .5rem;
  font-size: 14px;
}

.footer .footer-contact .item.num .item-wrap .item-value {
  font-size: 20px;
  font-family: Bahnschrift;
}

@media (max-width: 1199.98px) {
  .footer .footer-contact .item.num .item-wrap .item-value {
    font-size: 18px;
  }
}

.footer .footer-qrcode .qrcode-item {
  width: 140px;
  text-align: center;
}

.footer .footer-qrcode .qrcode-item .item-name {
  font-size: 14px;
  color: #ffffff;
  line-height: 2;
  margin-top: .5rem;
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .copyright span {
  color: #ffffff;
  opacity: .5;
  font-size: 14px;
}

.footer .copyright span:hover {
  opacity: .89;
}

.footer .copyright a {
  color: #ffffff;
}

.section {
  position: relative;
  padding: 2rem 0;
}

@media (max-width: 767.98px) {
  .section {
    padding: 1rem 0;
  }
}

.section .section-wrap {
  position: relative;
}

.section .sec-head {
  text-align: center;
  position: relative;
  padding: 1rem 0;
}

.section .sec-head::before {
  content: attr(data-title);
  font-size: 60px;
  color: #ededed;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.section .sec-head .head-name {
  position: relative;
  z-index: 2;
  color: #2e2e2e;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-top: -1.5rem;
  padding-bottom: 1rem;
}

.section .sec-head .head-name span {
  color: #d00302;
}

.section .sec-head .head-desc {
  color: #c5c5c5;
  text-transform: uppercase;
  line-height: 2;
}

.section .sec-head .head-icon {
  height: 30px;
  background: url("../image/sec-icon.png") center no-repeat;
}

.section .sec-head.head-white::before {
  opacity: .1;
}

.section .sec-head.head-white .head-name {
  color: #ffffff;
}

.section .sec-head.head-white .head-name span {
  color: #ffffff;
}

.section .sec-head.head-white .head-icon {
  filter: grayscale(100%) brightness(100);
  opacity: .5;
}

.section .sec-head.white .head-name {
  color: #ffffff;
}

.section .sec-head.white .head-name::after {
  color: #ffffff;
  opacity: .02;
}

.section .sec-head.bg .sec-head::after {
  color: #a3a3a3;
  opacity: .8;
}

@media (max-width: 1199.98px) {
  .section .sec-head::before {
    font-size: 56px;
  }

  .section .sec-head .head-name {
    font-size: 34px;
  }
}

@media (max-width: 991.98px) {
  .section .sec-head::before {
    font-size: 52px;
  }

  .section .sec-head .head-name {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .section .sec-head::before {
    font-size: 50px;
  }

  .section .sec-head .head-name {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .section .sec-head::before {
    font-size: 46px;
  }

  .section .sec-head .head-name {
    font-size: 20px;
  }
}

.section.sec-product {
  background: url("../image/sec-pro-bg.jpg") bottom center no-repeat fixed #f9f9fb;
}

.section.sec-news {
  background: url("../image/sec-pro-bg.jpg") center no-repeat fixed #f7f7f9;
}

.section.sec-about {
  background: url("../image/sec-about-bg.jpg") center/cover no-repeat;
}

.quick-nav {
  background: url("/skin/default/images/quick-bg.jpg") center/cover no-repeat;
}

.quick-nav .nav-head {
  text-align: center;
  color: #ffffff;
}

.quick-nav .nav-head .head-wrap {
  width: 100%;
  height: 100%;
  background-color: #d00302;
}

.quick-nav .nav-head .cn-name {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 2px;
}

.quick-nav .nav-con a {
  display: block;
  padding: 0.2rem 1rem;
}

.c {
  clear: both;
}

.cp_class {
  width: 1400px;
  margin: 0 auto;
  padding: 0px 0;
  margin-top: 30px;
}

.cp_class li {
  width: 260px;
  height: 50px;
  overflow: hidden;
  float: left;
  text-align: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 10px
}

.cp_class li a {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  display: block;
  float: left;
  color: #000;
  transition: all 0.4s;
  background: #fff;
  width: 100%;
  text-align: center;
  border: solid 1px #000;
}

.cp_class li a:hover {
  background: #d00302;
  color: #fff;
}

.cp_class li a.hover {
  background: #d00302;
  color: #fff;
}

@media (min-width: 1200px) {
  .category-inline-box .cate-item {
    font-size: 20px;
    font-weight: bold;
  }
}

.category-inline-box .cate-item .item-title,
.category-inline-box .cate-item svg {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.category-inline-box .cate-item:hover {
  color: #d00302;
}

.category-inline-box .cate-item:hover svg path {
  fill: var(--theme-color);
}

.category-box {
  background-color: var(--theme-color);
}

.category-box .cate-item {
  color: #ffffff;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.category-box .cate-item .item-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.category-box .cate-item .item-name {
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.category-box .cate-item .item-en {
  font-size: 14px;
  font-weight: bold;
  opacity: .14;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .category-box .cate-item .item-icon {
    width: 50px;
    height: 50px;
  }

  .category-box .cate-item .item-name {
    font-size: 16px;
  }

  .category-box .cate-item .item-en {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .category-box .cate-item .item-wrap {
    flex: 0 auto;
    width: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .category-box .cate-item .sub-category {
    background-color: #fff;
    color: #333333;
    width: 0;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
    display: none;
    visibility: hidden;
  }

  .category-box .cate-item .sub-category .category-wrap ul li {
    line-height: 42px;
  }
}

.category-box .cate-item:hover {
  /*flex: 3; .item-wrap{ flex: 0 auto; width: 40%; } .sub-category{ flex: 0 auto; width: 100%; display: block; visibility: visible; .category-wrap{
 } }*/
}

.category-box .cate-item:hover .item-name {
  color: var(--theme-orange);
}

.floor-box .floor:nth-child(odd) {
  background-color: #f5f5f9;
}

.floor-box .floor .floor-head {
  background-color: #d00302;
}

.goods-list .item .item-wrap {
  -webkit-transition: transform .3s, box-shadow .5s;
  -moz-transition: transform .3s, box-shadow .5s;
  -ms-transition: transform .3s, box-shadow .5s;
  -o-transition: transform .3s, box-shadow .5s;
  transition: transform .3s, box-shadow .5s;
}

.goods-list .item .item-wrap .item-img {
  overflow: hidden;
}

.goods-list .item .item-wrap .item-img img {
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}

.goods-list .item .item-wrap:hover {
  -webkit-box-shadow: 0 5px 15px #dddddd;
  -moz-box-shadow: 0 5px 15px #dddddd;
  box-shadow: 0 5px 15px #dddddd;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.goods-list .item .item-wrap:hover .item-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.goods-box .box-left {
  flex: 0 auto;
  width: 39.3%;
  position: relative;
}

.goods-box .box-left .item {
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  border: 1px solid #fff;
}

.goods-box .box-left .item .item-hot-icon {
  position: absolute;
  margin: 1px;
  top: 0;
  left: 0;
  z-index: 2;
  width: 70px;
  height: 70px;
  background: url("/skin/default/images/hot-icon.png") center/contain no-repeat;
}

.goods-box .box-right {
  flex: 1;
}

.goods-box .item {
  display: block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.goods-box .item .item-img::after {
  content: '';
  display: block;
  height: 25%;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

.goods-box .item .item-name {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.goods-box .item .item-name span {
  position: relative;
  z-index: 2;
}

.goods-box .item .item-name::before {
  content: '';
  height: 0;
  width: 100%;
  position: absolute;
  background-color: rgba(253, 1, 0, 0.58);
  left: 0;
  bottom: 0;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}

.goods-box .item:hover .item-name::before {
  height: 100%;
}

.goods-box .item-img {
  overflow: hidden;
}

.goods-box .item-img img {
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}

.goods-box .item-img .item-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 3;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  color: #ffffff;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .goods-box .item-img .item-name {
    font-size: 14px;
  }
}

.goods-box .item-img::after {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

.goods-box .item-img:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

.goods-page {
  /*服务优势*/
  /*公司优势*/
}

.goods-page .goods-info-page {
  background-color: #f5f5f9;
}

.goods-page .goods-title {
  font-size: 26px;
  color: #333333;
  line-height: 2;
}

.goods-page .goods-brief {
  background-color: #f0f2f5;
  color: #666666;
  border-radius: 8px;
  padding: .5rem 0;
}

.goods-page .goods-desc {
  line-height: 2;
  color: #666;
  font-size: 14px;
  max-width:700px;
}

.goods-page .goods-service {
  border-top: 1px solid #ececec;
  padding-top: 1rem;
  margin-top: 1rem;
}

.goods-page .goods-service .service-item {
  margin-right: 10px;
}

.goods-page .goods-service .service-item .item-icon {
  margin-right: 5px;
}

.goods-page .goods-service .service-item .item-icon svg {
  width: 22px;
  height: 22px;
}

.goods-page .goods-service .service-item .item-icon svg path {
  fill: #999999;
}

.goods-page .goods-contact .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--theme-orange);
  font-size: 16px;
  padding: 1rem 2.2rem;
}

@media (max-width: 575.98px) {
  .goods-page .goods-contact .btn {
    padding: .5rem 1.4rem;
  }
}

.goods-page .goods-contact .tel-num {
  font-size: 22px;
  color: var(--theme-orange);
}

.goods-page .goods-contact .tel-num svg {
  width: 42px;
  height: 42px;
}

.goods-page .goods-contact .tel-num svg path {
  fill: var(--theme-orange);
}

@media (min-width: 1200px) {
  .goods-page .goods-contact .tel-num {
    font-size: 30px;
  }
}

.goods-page .detail-section .con-head {
  text-align: center;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .goods-page .detail-section .con-head {
    font-size: 22px;
  }
}

@media (min-width: 1400px) {
  .goods-page .detail-section .con-head {
    font-size: 24px;
  }
}

.goods-page .detail-section .con-head span {
  position: relative;
}

.goods-page .detail-section .con-head span::before,
.goods-page .detail-section .con-head span::after {
  content: '';
  display: inline-block;
  width: 3rem;
  vertical-align: middle;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 10px;
}

.goods-page .goods-content img {
  max-width: 100%;
}

.goods-page .goods-adv-box .adv-box-info .adv-item .item-left {
  padding: .5rem;
  background-color: #d00302;
  color: #ffffff;
  text-align: center;
  width: 60px;
}

.goods-page .goods-adv-box .adv-box-info .adv-item .item-left .item-icon {
  text-align: center;
}

.goods-page .goods-adv-box .adv-box-info .adv-item .item-left .item-icon svg {
  width: 34px;
  height: 34px;
}

.goods-page .goods-adv-box .adv-box-info .adv-item .item-left .item-icon svg path {
  fill: #ffffff;
}

.goods-page .goods-adv-box .adv-box-info .adv-item .item-left .item-num {
  font-size: 28px;
}

.goods-page .goods-adv-box .adv-box-info .adv-item .item-right {
  flex: 1;
  padding-left: 1rem;
}

.goods-page .goods-adv-box .adv-box-info .adv-item .item-right .item-title {
  font-size: 20px;
  color: #444444;
}

@media (max-width: 575.98px) {
  .goods-page .goods-adv-box .adv-box-info .adv-item .item-right .item-title {
    font-size: 18px;
  }
}

.goods-page .goods-adv-box .adv-box-info .adv-item .item-right .item-title::after {
  content: '';
  display: inline-block;
  margin-left: 1rem;
  width: 3rem;
  border-bottom: 1px solid var(--theme-color);
}

.goods-page .goods-adv-box .adv-box-info .adv-item .item-right .item-desc {
  margin-top: .5rem;
  color: #828282;
}

.goods-page .company-adv-box .com-adv-item {
  background-color: #f5f5f9;
}

.goods-page .company-adv-box .com-adv-item .item-info {
  height: 100%;
  padding: 8%;
}

.goods-page .company-adv-box .com-adv-item .item-info .info-head {
  border-bottom: 1px solid #dbdbdb;
}

.goods-page .company-adv-box .com-adv-item .item-info .info-head .head-num {
  font-family: 'bahnschrift', BEBAS;
  font-size: 82px;
  line-height: 1;
  height: 52px;
  overflow: hidden;
  color: #d00302;
  margin-right: .5rem;
  font-weight: bold;
  width: 100px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .goods-page .company-adv-box .com-adv-item .item-info .info-head .head-num {
    font-size: 78px;
    margin-right: 1rem;
  }
}

@media (max-width: 767.98px) {
  .goods-page .company-adv-box .com-adv-item .item-info .info-head .head-num {
    font-size: 56px;
    width: 60px;
  }
}

@media (max-width: 575.98px) {
  .goods-page .company-adv-box .com-adv-item .item-info .info-head .head-num {
    font-size: 48px;
    width: 60px;
  }
}

.goods-page .company-adv-box .com-adv-item .item-info .info-head .head-info {
  flex: 1;
}

.goods-page .company-adv-box .com-adv-item .item-info .info-head .head-info .info-title {
  font-size: 30px;
  font-weight: bold;
  color: #d00302;
  line-height: 1;
}

@media (max-width: 767.98px) {
  .goods-page .company-adv-box .com-adv-item .item-info .info-head .head-info .info-title {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .goods-page .company-adv-box .com-adv-item .item-info .info-head .head-info .info-title {
    font-size: 22px;
  }
}

.goods-page .company-adv-box .com-adv-item .item-info .info-head .head-info .info-desc {
  color: #7e7e7e;
  line-height: 2;
}

@media (max-width: 1199.98px) {
  .goods-page .company-adv-box .com-adv-item .item-info .info-head .head-info .info-desc {
    font-size: 14px;
    line-height: 2;
  }
}

@media (max-width: 767.98px) {
  .goods-page .company-adv-box .com-adv-item .item-info .info-head .head-info .info-desc {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .goods-page .company-adv-box .com-adv-item .item-info .info-head .head-info .info-desc {
    font-size: 12px;
  }
}

.goods-page .company-adv-box .com-adv-item .item-info .info-con {
  font-size: 14px;
  color: #787878;
  line-height: 2;
}

.goods-page .goods-detail .detail-nav span {
  display: inline-block;
  position: relative;
  padding: .5rem 2rem;
  user-select: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.goods-page .goods-detail .detail-nav span::before {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #cccccc;
  top: 0;
  bottom: 0;
  left: 5px;
  position: absolute;
  margin: auto;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.goods-page .goods-detail .detail-nav span::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--theme-orange);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.goods-page .goods-detail .detail-nav span:hover {
  color: var(--theme-orange);
  font-weight: bold;
}

.goods-page .goods-detail .detail-nav span:hover::before {
  width: 3px;
  background-color: var(--theme-orange);
  left: 10px;
}

.goods-page .goods-detail .detail-nav span:hover::after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.goods-page .relate-goods .box .box-head {
  font-size: 18px;
  color: #333333;
}

@media (min-width: 1200px) {
  .goods-page .relate-goods .box .box-head {
    font-size: 22px;
  }
}

@media (min-width: 1400px) {
  .goods-page .relate-goods .box .box-head {
    font-size: 24px;
  }
}

.goods-page .relate-goods .box .box-head .head-icon svg {
  width: 26px;
  height: 26px;
}

.goods-page .relate-goods .box .box-head .head-icon svg path {
  fill: var(--theme-orange);
}

.cases-list .item .item-wrap {
  position: relative;
  background-color: #f8f8f8;
  padding: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.cases-list .item .item-wrap .item-img {
  border: 1px solid #EEEEEE;
}

.cases-list .item .item-wrap .item-img::after {
  content: '';
  display: block;
  height: 40%;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
}

.cases-list .item .item-wrap a {
  display: block;
  position: relative;
}

.cases-list .item .item-wrap .item-caption {
  position: absolute;
  background-color: #f8f8f8;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #666666;
  padding: .5rem 1rem 1rem;
  z-index: 2;
  -webkit-transition: color .3s, background-color .5s;
  -moz-transition: color .3s, background-color .5s;
  -ms-transition: color .3s, background-color .5s;
  -o-transition: color .3s, background-color .5s;
  transition: color .3s, background-color .5s;
}

.cases-list .item .item-wrap .item-caption .item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.cases-list .item .item-wrap .item-caption .more-icon {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #666666;
}

.cases-list .item .item-wrap .item-caption .more-icon svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 60%;
  height: auto;
}

.cases-list .item .item-wrap .item-caption .more-icon svg path {
  fill: #333333;
}

@media (max-width: 991.98px) {
  .cases-list .item .item-wrap {
    padding: 15px;
  }

  .cases-list .item .item-wrap .item-caption {
    padding-bottom: .5rem;
  }

  .cases-list .item .item-wrap .item-caption .item-title {
    font-size: 16px;
  }

  .cases-list .item .item-wrap .item-caption .item-param {
    font-size: 14px;
    color: #999999;
  }
}

@media (max-width: 767.98px) {
  .cases-list .item .item-wrap {
    padding: 10px;
  }
}

@media (max-width: 575.98px) {
  .cases-list .item .item-wrap {
    padding: 0;
  }
}

.cases-list .item:hover .item-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.cases-list .item:hover .item-wrap .item-caption {
  color: #ffffff;
  background-color: transparent;
}

.cases-list .item:hover .item-wrap .item-caption .item-title {
  color: var(--theme-orange);
}

.cases-list .item:hover .item-wrap .item-caption .more-icon {
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
}

.cases-list .item:hover .item-wrap .item-caption .more-icon svg path {
  fill: #ffffff;
}

.adv-box .adv-head {
  margin: 0 auto -60px;
  position: relative;
  z-index: 2;
  background: url("/skin/default/images/adv-head-bg.jpg") center/cover no-repeat;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

@media (min-width: 1200px) {
  .adv-box .adv-head {
    width: 80%;
  }
}

@media (max-width: 575.98px) {
  .adv-box .adv-head {
    margin-bottom: 1rem;
  }
}

.adv-box .adv-head .item .item-wrap {
  background: #ffffff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575.98px) {
  .adv-box .adv-head .item .item-wrap .item-icon img {
    width: 42px;
    height: auto;
  }
}

.adv-box .adv-head .item .item-wrap .item-name {
  line-height: 2;
  font-size: 18px;
  color: #424242;
}

@media (max-width: 575.98px) {
  .adv-box .adv-head .item .item-wrap .item-icon img {
    width: 42px;
    height: auto;
  }

  .adv-box .adv-head .item .item-wrap .item-name {
    font-size: 14px;
  }
}

.adv-box .adv-head .item:hover .item-wrap,
.adv-box .adv-head .item.swiper-slide-thumb-active .item-wrap {
  background: rgba(253, 1, 0, 0.58);
}

.adv-box .adv-head .item:hover .item-wrap .item-icon img,
.adv-box .adv-head .item.swiper-slide-thumb-active .item-wrap .item-icon img {
  filter: grayscale(100%) brightness(100);
}

.adv-box .adv-head .item:hover .item-wrap .item-name,
.adv-box .adv-head .item.swiper-slide-thumb-active .item-wrap .item-name {
  color: #ffffff;
}

.adv-box .adv-body {
  background-color: #f7f7f9;
}

.adv-box .adv-body .item .item-wrap {
  height: 100%;
}

.adv-box .adv-body .item .item-wrap .container {
  height: 6rem;
}

.adv-box .adv-body .item .item-wrap .slide-inner {
  height: 100%;
  width: 100%;
}

.adv-box .adv-body .item .item-wrap .slide-content {
  position: relative;
  margin: 1rem 0;
}

.adv-box .adv-body .item .item-wrap .slide-content .content-left .con-title {
  font-size: 30px;
  font-weight: bold;
  color: #d00302;
}

.adv-box .adv-body .item .item-wrap .slide-content .content-left .con-desc {
  color: #7e7e7e;
  line-height: 2;
  font-size: 14px;
}

.adv-box .adv-body .item .item-wrap .slide-content .content-right {
  padding-left: 1rem;
  border-left: 1px solid #eee;
  color: #787878;
  line-height: 1.8;
}

@media (max-width: 991.98px) {
  .adv-box .adv-body .item .item-wrap .slide-content .content-left .con-title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .adv-box .adv-body .item .item-wrap .slide-content .content-right {
    border-left: none;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .adv-box .adv-body .item .item-wrap .slide-content {
    transform: translateY(-50%);
    margin: 0 auto;
  }

  .adv-box .adv-body .item .item-wrap .slide-content .content-left .con-title {
    font-size: 30px;
  }

  .adv-box .adv-body .item .item-wrap .slide-content .content-right {
    padding-left: 2rem;
  }
}

@media (min-width: 1400px) {
  .adv-box .adv-body .item .item-wrap .slide-content .content-left .con-title {
    font-size: 36px;
  }

  .adv-box .adv-body .item .item-wrap .slide-content .content-left .con-desc {
    font-size: 16px;
  }
}

.news-box .box-head {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.news-box .box-head .head-name {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: bold;
  line-height: 1;
  position: relative;
}

.news-box .box-head .head-name svg {
  width: 24px;
  height: 24px;
}

.news-box .box-head .head-name svg path {
  fill: var(--theme-color);
}

.news-box .box-head .head-name::after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  left: 0;
  background-color: var(--theme-color);
  bottom: -1px;
  width: 100%;
}

.news-box .box-head .head-more a {
  color: #333333;
  font-size: 14px;
}

.news-box .box-head .head-more a:hover {
  color: var(--theme-color);
}

.news-box .focus-swiper .item-caption {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  width: 100%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

.news-box .focus-swiper .item-caption .item-title {
  width: 80%;
  font-size: 18px;
  line-height: 2;
}

.news-box .focus-swiper .item-caption .item-desc {
  font-size: 14px;
}

.news-box .focus-swiper .swiper-pagination {
  width: 20%;
  right: 0;
  left: auto;
  bottom: 3.5rem;
}

.news-box .focus-swiper .swiper-pagination --swiper-pagination-bullet-inactive-color {
  color: rgba(255, 255, 255, 0.1);
}

.news-box .focus-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.news-box .focus-swiper .swiper-pagination-bullet-active {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

@media (max-width: 991.98px) {
  .news-box .box-news-list .news-item {
    margin-bottom: 1rem;
  }
}

.news-box .box-news-list .news-item .news-info .news-title {
  color: #333333;
  font-size: 18px;
  line-height: 2;
}

.news-box .box-news-list .news-item .news-info .news-desc {
  font-size: 14px;
  color: #666666;
}

@media (min-width: 1200px) {
  .news-box .box-news-list .news-item .news-info .news-desc {
    margin-top: 1rem;
  }
}

.news-box .box-news-list .news-item:hover .news-info .news-title {
  color: #d00302 !important;
  font-weight: bold;
}

.news-box .box-news-list .news-item:hover .news-info .news-desc {
  color: #444444;
}

.news-info .news-title a:hover {
  color: #d00302 !important;
}

.news-item a:hover {
  color: #d00302 !important;
}

.about-page-wrapper .param-box {
  background: url("../image/sec-about-bg.jpg") center/cover no-repeat fixed;
}

.about-top {
  padding-bottom: 8%;
}

.about-top .about-name {
  font-size: 42px;
  color: #42413d;
  line-height: 2;
  font-weight: bold;
  margin-top: 1rem;
}

.about-top .about-desc {
  font-size: 30px;
  margin: 3% 0 8%;
}

.about-top .about-detail-content {
  line-height: 36px;
  color: #7b7b7b;
}

.about-top .about-bottom {
  position: relative;
  margin: 5% 0;
}

.about-top .about-bottom p:nth-child(1) {
  font-size: 36px;
  line-height: 2;
  color: #2e2e2e;
}

.about-top .about-bottom p:nth-child(2) {
  color: #989898;
  font-size: 20px;
}

@media (max-width: 767.98px) {
  .about-top .bracket-img {
    width: 20px;
    height: auto;
  }

  .about-top .about-name {
    font-size: 20px;
  }

  .about-top .about-desc {
    font-size: 18px;
  }

  .about-top .about-bottom p:nth-child(1) {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .about-top .about-bottom p:nth-child(1) {
    font-size: 22px;
  }
}

/*关于参数*/
.param-box {
  position: relative;
}

.param-box .param {
  position: relative;
}

.param-box .param::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: auto;
  bottom: 0;
}

@media (min-width: 992px) {
  .param-box .param::before {
    height: 80%;
    width: 0;
    border-bottom: none;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    top: 0;
  }

  .param-box .param:nth-child(1)::before {
    display: none;
  }
}

.param-box .param .param-wrap {
  padding: 1rem 0;
}

.param-box .param .param-wrap>span {
  display: inline-block;
  vertical-align: text-bottom;
}

.param-box .param .param-wrap .param-value {
  font-family: Bahnschrift;
  font-size: 62px;
  line-height: 0.7;
}

@media (max-width: 767.98px) {
  .param-box .param .param-wrap .param-value {
    font-size: 32px;
  }
}

@media (max-width: 575.98px) {
  .param-box .param .param-wrap .param-value {
    font-size: 20px;
  }
}

.param-box .param .param-wrap .param-unit {
  width: 42px;
  height: 42px;
  background-color: var(--theme-orange);
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  font-size: 18px;
  display: inline-block;
  vertical-align: bottom;
}

@media (max-width: 767.98px) {
  .param-box .param .param-wrap .param-unit {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
  }
}

@media (max-width: 575.98px) {
  .param-box .param .param-wrap .param-unit {
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
}

.about-content .about-img {
  overflow: hidden;
  border-radius: 0 3rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.about-content .about-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  margin-top: 0.5rem;
}

@media (max-width: 575.98px) {
  .about-content .about-title {
    font-size: 24px;
  }
}

.about-content .about-title::after {
  content: '';
  display: block;
  width: 3rem;
  border-bottom: 2px solid #ffffff;
  margin: 1rem 0;
}

.about-content .about-content {
  line-height: 2.2;
  text-indent: 2rem;
}

.about-content .about-btn {
  background-color: #f00;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  padding: .75rem 2.5rem;
  font-size: 14px;
}

.in-section .sec-head .head-name {
  font-size: 32px;
  color: #333333;
  line-height: 2;
}

@media (max-width: 991.98px) {
  .in-section .sec-head .head-name {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .in-section .sec-head .head-name {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .in-section .sec-head .head-name {
    font-size: 22px;
  }
}

.in-section .sec-head .head-icon {
  height: 30px;
  background: url("../image/sec-icon.png") center no-repeat;
}

.in-section .sec-head.head-white .head-name {
  color: #ffffff;
}

.in-section .sec-head.head-white .head-icon {
  filter: grayscale(100%) brightness(100);
  opacity: .5;
}

.in-section.sec-about {
  background: url("../image/about-bg.jpg") center no-repeat fixed;
}

.in-section.sec-honor {
  background: url("../image/sec-pro-bg.jpg") center no-repeat fixed #f7f7f9;
}

.in-section.sec-honor .honor-box {
  background: url("../image/honor-name-bg.png") no-repeat center bottom;
  background-size: 50% auto;
  padding-bottom: 8.5%;
  position: relative;
}

@media (max-width: 575.98px) {
  .in-section.sec-honor .honor-box {
    background-size: 100% auto;
    padding-bottom: 18%;
  }
}

.in-section.sec-honor .honorSwiper {
  margin-top: 4.5vw;
}

.in-section.sec-honor .honor-name {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 12%;
  font-size: 22px;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  .in-section.sec-honor .honor-name {
    bottom: 9%;
  }
}

@media (max-width: 991.98px) {
  .in-section.sec-honor .honor-name {
    font-size: 16px;
  }
}

.in-section.sec-cultrue {
  background: url("../image/cultrue-bg.jpg") center/cover no-repeat;
}

.in-section.sec-style {
  background: url("/skin/default/images/sec-style-bg.jpg") center/cover no-repeat fixed;
}

.in-section.sec-linian {
  background: url("/skin/default/images/sec-job-bg.jpg") center no-repeat fixed;
}

.in-section.sec-linian .linian-content {
  font-size: 14px;
  line-height: 2;
}

@media (min-width: 1200px) {
  .in-section.sec-linian .linian-content {
    width: 75%;
    margin: 3% auto;
  }
}

.ratio-cultrue {
  --mdb-aspect-ratio: calc(464 / 425 * 100%);
}

.cultrue-box .cultrue-item {
  position: relative;
  overflow: hidden;
}

.cultrue-box .cultrue-item .item-wrap {
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

.cultrue-box .cultrue-item .item-wrap .item-icon {
  width: 110px;
  height: 110px;
  margin: 0 auto;
  padding: 5px;
  border-radius: 50%;
  border: 1px dashed #ffffff;
  -webkit-transition: transfrom .3s;
  -moz-transition: transfrom .3s;
  -ms-transition: transfrom .3s;
  -o-transition: transfrom .3s;
  transition: transfrom .3s;
}

@media (max-width: 575.98px) {
  .cultrue-box .cultrue-item .item-wrap .item-icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 991.98px) {
  .cultrue-box .cultrue-item .item-wrap .item-icon {
    width: 80px;
    height: 80px;
  }
}

.cultrue-box .cultrue-item .item-wrap .item-icon .icon-wrap {
  border-radius: 50%;
}

.cultrue-box .cultrue-item .item-wrap .item-icon .icon-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cultrue-box .cultrue-item .item-wrap .item-icon .icon-wrap svg {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 60%;
  height: auto;
}

.cultrue-box .cultrue-item .item-wrap .item-icon .icon-wrap svg path {
  fill: #ffffff;
}

.cultrue-box .cultrue-item .item-wrap .item-name {
  font-size: 30px;
  font-weight: bold;
  margin: 8% 0;
}

@media (max-width: 991.98px) {
  .cultrue-box .cultrue-item .item-wrap .item-name {
    font-size: 24px;
  }
}

@media (max-width: 575.98px) {
  .cultrue-box .cultrue-item .item-wrap .item-name {
    font-size: 20px;
  }
}

.cultrue-box .cultrue-item .item-wrap .item-line::before,
.cultrue-box .cultrue-item .item-wrap .item-line::after {
  content: '';
  display: block;
  width: 15%;
  height: 0;
  border-bottom: 1px solid #ffffff;
}

.cultrue-box .cultrue-item .item-wrap .item-line .dot {
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 5%;
}

.cultrue-box .cultrue-item .item-wrap .item-desc {
  padding-top: 10%;
}

@media (max-width: 767.98px) {
  .cultrue-box .cultrue-item .item-wrap .item-desc {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .cultrue-box .cultrue-item .item-wrap .item-desc {
    font-size: 12px;
  }
}

.cultrue-box .cultrue-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-orange);
  opacity: .8;
  left: 0;
  bottom: 0;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  -webkit-transform: translateY(101%);
  -moz-transform: translateY(101%);
  -ms-transform: translateY(101%);
  -o-transform: translateY(101%);
  transform: translateY(101%);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
}

.cultrue-box .cultrue-item:hover .item-wrap .item-icon .icon-wrap::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cultrue-box .cultrue-item:hover .item-wrap .item-icon .icon-wrap svg path {
  fill: var(--theme-orange);
}

.cultrue-box .cultrue-item:hover::after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.social-box .social-item {
  position: relative;
  overflow: hidden;
}

.social-box .social-item .item-wrap {
  text-align: center;
  z-index: 2;
}

.social-box .social-item .item-wrap .item-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: transfrom .3s;
  -moz-transition: transfrom .3s;
  -ms-transition: transfrom .3s;
  -o-transition: transfrom .3s;
  transition: transfrom .3s;
}

.social-box .social-item .item-wrap .item-icon .icon-wrap {
  border-radius: 50%;
  background-color: #f4f4f4;
}

.social-box .social-item .item-wrap .item-icon .icon-wrap::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--theme-orange);
  border-radius: 50%;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.social-box .social-item .item-wrap .item-icon .icon-wrap svg {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: auto;
}

.social-box .social-item .item-wrap .item-icon .icon-wrap svg path {
  fill: #201614;
}

@media (max-width: 575.98px) {
  .social-box .social-item .item-wrap .item-icon {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 991.98px) {
  .social-box .social-item .item-wrap .item-icon {
    width: 80px;
    height: 80px;
  }
}

.social-box .social-item .item-wrap .item-name {
  font-size: 32px;
  font-weight: bold;
  margin-top: 1rem;
  color: #333333;
}

@media (max-width: 991.98px) {
  .social-box .social-item .item-wrap .item-name {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .social-box .social-item .item-wrap .item-name {
    font-size: 26px;
  }
}

@media (max-width: 575.98px) {
  .social-box .social-item .item-wrap .item-name {
    font-size: 20px;
  }
}

.social-box .social-item .item-wrap .item-desc {
  color: #555555;
  line-height: 2;
  margin-top: .5rem;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .social-box .social-item .item-wrap .item-desc {
    width: 90%;
    margin: .5rem auto 0;
    font-size: 12px;
  }
}

@media (max-width: 767.98px) {
  .social-box .social-item .item-wrap .item-desc {
    width: 85%;
    font-size: 14px;
    line-height: initial;
    margin: .5rem auto 0;
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .social-box .social-item .item-wrap .item-desc {
    width: 80%;
    margin: 1rem auto;
  }
}

.social-box .social-item:hover .item-wrap .item-icon .icon-wrap::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.social-box .social-item:hover .item-wrap .item-icon .icon-wrap svg path {
  fill: #ffffff;
}

.style-box .item .item-wrap {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.style-box .item .item-wrap .img-wrap::before {
  content: '';
  display: block;
  height: 20%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
  transition: height .3s;
}

.style-box .item .item-wrap .img-wrap .img-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 3;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}

.style-box .item:hover .item-wrap {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.news-list-3 .item .item-left .date {
  font-size: 32px;
  color: var(--theme-color);
  font-weight: bold;
  font-family: Impact;
}

.news-list-3 .item .item-left .year-month {
  line-height: 2;
}

.news-list-3 .item .news-info .news-title {
  font-size: 22px;
}

.news-list-3 .item .news-info .news-desc {
  font-size: 14px;
  color: #999999;
  line-height: 26px;
}

.news-list .item {
  -webkit-transition: transform .3s, box-shadow .5s;
  -moz-transition: transform .3s, box-shadow .5s;
  -ms-transition: transform .3s, box-shadow .5s;
  -o-transition: transform .3s, box-shadow .5s;
  transition: transform .3s, box-shadow .5s;
}

.news-list .item .news-info {
  border-left: 1px solid #EEEEEE;
}

.news-list .item .news-info .news-title {
  font-size: 22px;
  color: #333333;
  line-height: 2;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.news-list .item .news-info .news-title::after {
  content: '';
  width: 2rem;
  height: 2px;
  background-color: var(--theme-color);
  margin: .5rem 0;
  display: block;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  -ms-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.news-list .item .news-info .news-desc {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  -webkit-transition: color .35s;
  -moz-transition: color .35s;
  -ms-transition: color .35s;
  -o-transition: color .35s;
  transition: color .35s;
}

.news-list .item .news-info .news-meta {
  font-size: 14px;
  color: #999999;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -ms-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}

@media (max-width: 991.98px) {
  .news-list .item .news-info .news-meta {
    font-size: 12px;
  }
}

.news-list .item:hover {
  -webkit-box-shadow: 0 5px 15px #dddddd;
  -moz-box-shadow: 0 5px 15px #dddddd;
  box-shadow: 0 5px 15px #dddddd;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

.news-list .item:hover .news-info .news-title {
  color: #d00302;
}

.news-list .item:hover .news-info .news-title::after {
  background-color: var(--theme-orange);
  width: 2.5rem;
}

.news-list .item:hover .news-info .news-desc {
  color: #444444;
}

.news-list .item:hover .news-info .news-meta {
  color: #666666;
}

.news-page,
.article-page {
  background-color: #f8f8f8;
}

/*新闻详情*/
.news-detail-page .news-top .news-title {
  font-size: 24px;
  color: #333333;
}

@media (min-width: 1400px) {
  .news-detail-page .news-top .news-title {
    font-size: 28px;
  }
}

.news-detail-page .news-top .news-meta {
  color: #999999;
  line-height: 2;
}

.news-detail-page .news-img {
  background-color: #f0f0f0;
  border-radius: 5px;
}

.news-detail-page .news-content {
  color: #666666;
  line-height: 2;
}

.news-detail-page .news-content img {
  max-width: 100%;
}

.news-detail-page .prev_next {
  padding-top: .75rem;
  border-top: 1px solid #f8f8f8;
  padding-left: 5px;
  padding-right: 5px;
}

.news-detail-page .prev_next .page-a {
  font-size: 14px;
  line-height: 2;
}

@media (min-width: 1400px) {
  .news-detail-page .news-right {
    padding-left: 40px;
  }
}

.news-detail-page .news-right .head {
  border-bottom: 1px solid #ededed;
}

.news-detail-page .news-right .head .head-name {
  position: relative;
  padding-left: 10px;
  font-size: 22px;
  color: #333333;
}

.news-detail-page .news-right .head .head-name::before {
  content: '';
  display: block;
  width: 3px;
  height: 20px;
  background-color: var(--theme-orange);
  position: absolute;
  margin: auto;
  left: -1px;
  top: 0;
  bottom: 0;
}

.news-detail-page .news-right .head .head-more {
  color: #a9a9a9;
}

.news-detail-page .news-right .prev_next {
  border-top: 1px solid #ededed;
  padding-top: 1.5rem;
}

.news-detail-page .news-right .prev_next .page-a {
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 1rem;
  color: #666666;
  margin-bottom: 1rem;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.news-detail-page .news-right .prev_next .page-a a {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.news-detail-page .news-right .prev_next .page-a:hover {
  background-color: var(--theme-color);
  color: #ffffff;
}

.news-detail-page .news-right .prev_next .page-a:hover a {
  color: #ffffff;
}

.news-list-2 .news-item .news-title::before {
  content: '';
  width: 10px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid var(--theme-color);
  border-left-color: transparent;
  border-radius: 50%;
  -webkit-transition: border .3s;
  -moz-transition: border .3s;
  -ms-transition: border .3s;
  -o-transition: border .3s;
  transition: border .3s;
}

.news-list-2 .news-item .news-desc {
  text-indent: 2rem;
  font-size: 14px;
  margin-top: 3px;
  color: #999999;
}

.news-list-2 .news-item:hover .news-title::before {
  border-left-color: #d00302;
  border-right-color: #d00302;
}

.news-detail .detail-head {
  padding-bottom: 30px;
  border-bottom: #ededed solid 1px;
}

.news-detail .news-title {
  font-size: 28px;
  color: #333333;
}

.news-detail .news-meta {
  font-size: 14px;
  color: #999999;
}

.news-detail .news-meta span {
  margin-right: 15px;
}

.news-detail .news-content {
  line-height: 2;
  color: #666666;
}

.news-detail .news-content img {
  max-width: 100%;
}

.news-detail .news-content video {
  width: 75%;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767.98px) {
  .news-detail .news-content video {
    width: 100%;
  }
}

.news-detail .detail-page {
  border-top: 1px solid #eeeeee;
  padding-top: 0.5rem;
}

.news-detail .detail-page .page-a {
  font-weight: lighter;
  color: #666666;
  margin: .5rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-detail .detail-page .page-a a {
  color: #666666;
}

.news-detail .detail-page .page-a a:hover {
  color: var(--theme-color);
}

.news-detail .detail-page .page-a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  vertical-align: middle;
  margin-right: 5px;
}

.news-detail .detail-page .page-a:nth-child(1)::before {
  border-right-color: CurrentColor;
  border-left: 0;
}

.news-detail .detail-page .page-a:nth-child(2)::before {
  border-right: 0;
  border-left-color: CurrentColor;
}

.single-detail .single-title,
.single-detail .about-title {
  color: #005ca1;
  font-size: 24px;
  line-height: 2;
}

.single-detail .single-content p {
  line-height: 2;
}

.single-detail .single-content h5 {
  color: var(--theme-color);
  margin: 1rem 0;
}

.single-detail .single-content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/*企业文化*/
.yh-box .yh-img {
  border-left: 1px solid #e5e9ec;
}

.yh-box .yh-content {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 26px;
  margin-bottom: .5rem;
}

.dynamic-list .news-item .news-info .news-title {
  color: #333333;
  font-size: 18px;
}

.dynamic-list .news-item .news-info .news-desc {
  font-size: 14px;
  color: #666666;
  line-height: 2;
}

.dynamic-list .news-item .news-info .item-tool {
  color: #999999;
  font-size: 14px;
}

.image-list .item .item-wrap {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.image-list .item .item-wrap .item-title {
  position: relative;
  color: #333333;
}

.image-list .item .item-wrap .item-title::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--theme-orange);
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
}

.image-list .item .item-wrap .item-title span {
  position: relative;
}

.image-list .item:hover .item-wrap {
  -webkit-box-shadow: 0 5px 15px #969696;
  -moz-box-shadow: 0 5px 15px #969696;
  box-shadow: 0 5px 15px #969696;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}

.image-list .item:hover .item-wrap .item-title {
  color: #ffffff;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.image-list .item:hover .item-wrap .item-title::before {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
}

/*项目详情*/
.d-section {
  padding-bottom: 1rem;
}

@media (min-width: 1200px) {
  .d-section {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .d-section {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}

.d-section .sec-head {
  text-align: center;
}

.d-section .sec-head .head-name {
  font-size: 24px;
  color: #333333;
  line-height: 2.5;
}

.d-section .sec-head .head-name::after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: var(--theme-color);
  display: block;
  margin: 0 auto;
}

.d-section.info-profile .info-title {
  font-size: 22px;
  color: var(--theme-color);
  line-height: 2;
}

.d-section .info-content {
  line-height: 2;
  font-size: 14px;
  color: #666666;
}

/*交通指南*/
.nav-bar-swiper .item {
  height: 42px !important;
  line-height: 42px;
  text-align: center;
  cursor: default;
}

.nav-bar-swiper .item.swiper-slide-thumb-active {
  background-color: var(--theme-color);
  border-radius: 3px;
  color: #ffffff;
}

.content-swiper .item .item-title {
  font-size: 24px;
  color: #333333;
  line-height: 2.2;
}

@media (min-width: 1200px) {
  .content-swiper .item .item-content {
    padding: 0 2%;
  }
}

.content-swiper .item .item-content img {
  max-width: 100%;
}

.w-form .form-item {
  margin-bottom: .5rem;
}

@media (min-width: 1200px) {
  .w-form .form-item {
    margin-bottom: 1rem;
  }
}

.w-form .form-item .item-label {
  width: 90px;
  text-align: right;
  margin-right: 10px;
  position: relative;
  color: #444444;
}

.w-form .form-item .item-label.required::before {
  content: '*';
  color: var(--theme-red);
  margin-right: 10px;
}

.w-form .form-select,
.w-form .form-control {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.w-form .submit-btn {
  display: inline-block;
  padding: .5rem 2.5rem;
  font-size: 14px;
  background-color: var(--theme-color);
  color: #ffffff;
  border-radius: 3px;
  margin-top: 1rem;
}

.w-form .submit-btn:hover {
  color: #ffffff;
}

.w-form .layui-input:focus,
.w-form .layui-textarea:focus {
  border-color: #015da1 !important;
}

.w-form .layui-form-radio:hover *,
.w-form .layui-form-radioed,
.w-form .layui-form-radioed>i {
  color: #015da1;
}

@media (min-width: 992px) {
  .w-form .input-age {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .w-form .input-age {
    width: 25%;
  }
}

@media (min-width: 576px) {
  .w-form .input-age {
    width: 100%;
  }
}

/*设备详情*/
.device_info-page {
  background-color: #f5f6f8;
}

.device-detail .device-info .detail-title {
  font-size: 24px;
  color: var(--theme-color);
  position: relative;
}

.device-detail .device-info .detail-content {
  line-height: 2;
}

.device-detail .device-info .detail-content strong {
  color: #333333;
}

.device-detail .device-info .detail-content h4 strong {
  position: relative;
  font-size: 18px;
  color: #333333;
  line-height: 2;
}

.device-detail .device-info .detail-content h4 strong::before {
  content: '';
  height: 6px;
  width: 100%;
  background: url("/skin/default/images/line-bg.png") left center repeat-x;
  margin-top: 2%;
  margin-bottom: 2%;
  opacity: 1;
  display: block;
}

/*招聘*/
.jobs-list .item .item-wrap .item-head {
  background-color: #EEEEEE;
  cursor: pointer;
}

.jobs-list .item .item-wrap .item-head .head-name {
  color: var(--theme-orange);
}

.jobs-list .item .item-wrap .item-head .head-name .jobs-name {
  color: var(--theme-color);
  font-size: 18px;
}

.jobs-list .item .item-wrap .item-head .more-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 45px;
  height: 15px;
  position: relative;
}

.jobs-list .item .item-wrap .item-head .more-btn i {
  display: block;
  width: 0;
  position: absolute;
  height: 1px;
  top: 9px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  color: #333333;
  z-index: 3;
  background-color: CurrentColor;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.jobs-list .item .item-wrap .item-head .more-btn i::before,
.jobs-list .item .item-wrap .item-head .more-btn i::after {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background-color: CurrentColor;
  position: absolute;
  margin: auto;
}

.jobs-list .item .item-wrap .item-head .more-btn i::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}

.jobs-list .item .item-wrap .item-head .more-btn i::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
}

.jobs-list .item .item-wrap .item-con {
  display: none;
}

.jobs-list .item .item-wrap .item-con .con-head {
  font-weight: bold;
}

.jobs-list .item .item-wrap .item-con .job-detail {
  font-size: 14px;
  color: #666666;
}

.jobs-list .item.active .item-wrap .item-head .more-btn i {
  bottom: 0;
  color: var(--theme-color);
}

.jobs-list .item.active .item-wrap .item-head .more-btn i::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.jobs-list .item.active .item-wrap .item-head .more-btn i::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.contact-page .contact-info {
  line-height: 2;
}

.contact-page .contact-info .company_name {
  font-size: 24px;
  margin-top: 0;
}

.contact-page .contact-info .company_name::after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2px;
  background-color: var(--theme-color);
  margin: 1.5rem 0;
}

.contact-page .contact-info p {
  margin-top: .75rem;
}

.contact-page .contact-info p svg {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.contact-page .contact-info p svg path {
  fill: #666666;
}

.mid-nav {
  background: url("/skin/default/images/mid-nav-bg.jpg") center/cover no-repeat;
}

.mid-nav .item {
  padding: 1rem 0;
  text-align: center;
}

.mid-nav .item .item-wrap {
  color: #ffffff;
}

.mid-nav .item .item-wrap .item-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: relative;
}

.mid-nav .item .item-wrap .item-icon .icon-wrap svg {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 70%;
  height: 70%;
}

.mid-nav .item .item-wrap .item-icon .icon-wrap svg path {
  fill: #ffffff;
}

.mid-nav .item .item-wrap .item-name {
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.mid-nav .item:hover .item-wrap .item-icon .icon-wrap svg path {
  fill: var(--theme-orange);
}

.mid-nav .item:hover .item-wrap .item-name {
  color: var(--theme-orange);
}

.dingsheng_nav {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 170px;
  width: 140px;
  -ms-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
  -moz-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
  -webkit-background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
  background-image: linear-gradient(to bottom right, #e24a2a, #b8221d);
  border-radius: 10px;
  border: 4px solid #ca2c18;
  padding: 12px 0 30px;
}

.dingsheng_nav .weixin_code_nav {
  width: 110px;
  margin: 0 auto;
}

.dingsheng_nav .weixin_code_nav .img_box img {
  width: 100%;
}

.dianhua_nav font {
  font-weight: bold;
}

.dingsheng_nav .weixin_code_nav .text {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding-top: 2px;
}

.Statements_and_Schemes {
  padding: 12px 2px 10px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.Statements_and_Schemes .item {
  margin-bottom: 7px;
}

.Statements_and_Schemes .item a {
  width: 160px;
  border: 1px solid #ee9586;
  border-radius: 10px;
  background: rgba(234, 120, 101, 0.76);
  padding: 5px 10px 5px 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

.Statements_and_Schemes .item a .icon {
  width: 38px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.Statements_and_Schemes .item a .icon img {
  width: 100%;
}

.Statements_and_Schemes .item a .right_box {
  padding-left: 10px;
}

.Statements_and_Schemes .item a .right_box .tt {
  font-size: 14px;
  color: #70110a;
}

.Statements_and_Schemes .item a .right_box .text {
  font-size: 14px;
  color: #ffffff;
  padding-top: 2px;
}


.dingsheng_nav .dianhua_nav a {
  display: block;
  font-family: "Impact";
  font-size: 20px;
  color: #ffd343;
  text-align: center;
}

.dingsheng_nav .Free_inquiry {
  padding-top: 12px;
}

.dingsheng_nav .Free_inquiry a {
  display: block;
  width: 122px;
  margin: 0 auto;
}

.dingsheng_nav .Free_inquiry a img {
  max-width: 100%;
}


.index_5 {
  height: auto;
  width: 100%;
  margin: 45px 0 10px
}

.index_5 div {
  width: 17.65%;
  height: 100%;
  float: left
}

.index_5 div span {
  margin: 0 auto;
  background: url(../image/index_bg2.png) no-repeat;
  display: block;
  margin-bottom: 30px;
  transition: 0.5s;
}

.index_5 div .span1 {
  background-position: -80px -74px;
}

.index_5 div .span2 {
  background-position: -140px -74px
}

.index_5 div .span3 {
  background-position: -200px -74px
}

.index_5 div .span4 {
  background-position: -260px -74px
}

.index_5 div .span5 {
  background-position: -320px -74px
}

.index_5 div:hover .span1 {
  background-position: -80px -127px
}

.index_5 div:hover .span2 {
  background-position: -140px -127px
}

.index_5 div:hover .span3 {
  background-position: -200px -127px
}

.index_5 div:hover .span4 {
  background-position: -260px -127px
}

.index_5 div:hover .span5 {
  background-position: -320px -127px
}

.index_5 div b {
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  display: block;
  font-weight: 100;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  transition: all .3s
}

.index_5 div:hover b {
  color: #FF3F3C
}

.index_5 p {
  text-align: center
}

.pgnav {
  margin-top: 10px;
  border-bottom: 1px solid #efefef;
  border-left: 5px solid #ff2020;
  text-indent: 10px;
  font: 14px/30px "microsoft yahei"
}

.pgnav:hover {
  border-bottom: 1px solid #ff2020
}