/*--------------------------------------------------------
 * 版权声明： 
 * @version       2013年6月13日 小朱$
 * @author        zhusr.com 小朱 QQ：514388881
 * @copyright     Copyright (c)  www.zhusr.com
 * @license       https://www.zhusr.com/license.html
 --------------------------------------------------------*/ :root {
  --body: #fff;
  --black: #000;
  --white: #ffffff;
  --theme: #d6111e;
  --theme2: #ff1749;
  --header: #171422;
  --base: #166FD3;
  --text: #5E5F63;
  --text2: #8A8C94;
  --border: #EEEFF4;
  --border2: #D7D7D7;
  --button: #1C2539;
  --button2: #030734;
  --ratting: #F09815;
  --bg: #F6F3EE;
  --bg2: #F6F6F6;
  --bg3: #F5F6FD;
  --bg4: #020001;
  --bg5: #F8F8F8;
  --bg6: #020626;
  --bg7: #EDEEEE;
  --bg8: #111;
  --color-gradient-1: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.36%, rgba(15, 116, 230, 0.55) 71.26%, #166FD3 100%);
  --color-gradient-2: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.78) 100%);
  ---box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.04);
}
.zhusr-theme-btn {
  background-color: var(--theme);
  font-weight: 700;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 21px 42px;
  border-radius: 7px;
  z-index: 9;
  display: inline-block;
  line-height: 1;
}
.zhusr-theme-btn i {
  margin-left: 8px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .zhusr-theme-btn i {
    margin-left: 3px;
    font-size: 12px;
  }
}
.zhusr-theme-btn span {
  position: relative;
  z-index: 9;
}
.zhusr-theme-btn:hover {
  color: var(--white);
}
.zhusr-theme-btn:hover i {
  transform: translate(5px);
}
.zhusr-theme-btn.hover-white::before, .zhusr-theme-btn.hover-white::after {
  background-color: var(--white);
}
.zhusr-theme-btn.hover-white:hover {
  color: var(--header);
}
.zhusr-theme-btn.hover-white:hover i {
  transform: translate(5px);
  color: var(--header);
}
.zhusr-theme-btn.bg-white {
  color: var(--header);
}
.zhusr-theme-btn.bg-white:hover {
  color: var(--white);
}
.zhusr-theme-btn.bg-white:hover i {
  transform: translate(5px);
  color: var(--white);
}
.zhusr-theme-btn.zhusr-theme-btn-2 {
  background-color: var(--theme2);
}
.zhusr-theme-btn.line-height {
  line-height: 1.3;
}
@media (max-width: 767px) {
  .zhusr-theme-btn {
    padding: 22px 30px;
  }
}
@media (max-width: 575px) {
  .zhusr-theme-btn {
    padding: 18px 30px;
  }
  .zhusr-theme-btn span {
    font-size: 14px;
  }
}
.fix {
  overflow: hidden;
}
body {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
button {
  border: none;
  background-color: transparent;
  padding: 0;
}
input:focus {
  color: var(--white);
  outline: none;
}
input {
  color: var(--white);
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Microsoft YaHei", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
h1 {
  font-size: 85px;
  font-weight: 600;
  line-height: 106%;
}
h2 {
  font-size: 48px;
  line-height: 115%;
  font-weight: 700;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 121%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 20px;
  font-weight: 600;
}
h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}
a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}
.zhusr-search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.zhusr-search-wrap .zhusr-search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.zhusr-search-wrap .zhusr-search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.zhusr-search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .zhusr-search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .zhusr-search-wrap .search-field-holder {
    width: 80%;
  }
}
.zhusr-search-wrap .main-search-input {
  width: 80%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--header);
  border-bottom: 2px solid var(--header);
  text-align: center;
  letter-spacing: 2px;
}
@media (max-width: 575px) {
  .zhusr-search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.zhusr-search-wrap input.form-control, .zhusr-search-wrap input.form-control:focus {
  background-color: var(--header);
}
input.main-search-input::-moz-placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}
input.main-search-input::placeholder {
  color: var(--header);
  opacity: 1;
  font-size: 25px;
}
@media (max-width: 575px) {
  input.main-search-input::-moz-placeholder {
    font-size: 18px;
  }
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.zhusr-search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}
.zhusr-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
@media (max-width: 991px) {
  .zhusr-header-main {
    padding: 10px 0;
  }
}
.zhusr-header-main .zhusr-main-menu ul {
  margin-bottom: 0;
}
.zhusr-header-main .zhusr-main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 30px;
}
.zhusr-header-main .zhusr-main-menu ul li:last-child {
  margin-inline-end: 0;
}
.zhusr-header-main .zhusr-main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  padding: 30px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.zhusr-header-main .zhusr-main-menu ul li a i {
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
}
.zhusr-header-main .zhusr-main-menu ul li a:hover {
  color: var(--theme) !important;
}
.zhusr-header-main .zhusr-main-menu ul li .zhusr-header-submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}
.zhusr-header-main .zhusr-main-menu ul li .zhusr-header-submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.zhusr-header-main .zhusr-main-menu ul li .zhusr-header-submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.zhusr-header-main .zhusr-main-menu ul li .zhusr-header-submenu li:last-child a {
  border: none;
}
.zhusr-header-main .zhusr-main-menu ul li .zhusr-header-submenu li .zhusr-header-submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.zhusr-header-main .zhusr-main-menu ul li .zhusr-header-submenu li:hover > a {
  background: var(--theme);
  color: var(--white) !important;
}
.zhusr-header-main .zhusr-main-menu ul li .zhusr-header-submenu li:hover > a::after {
  color: var(--theme);
}
.zhusr-header-main .zhusr-main-menu ul li .zhusr-header-submenu li:hover > .zhusr-header-submenu {
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.zhusr-header-main .zhusr-main-menu ul li .zhusr-header-submenu li.zhusr-has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  transform: translateY(-50%);
  color: var(--theme);
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu .zhusr-homemenu {
  position: relative;
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb {
  position: relative;
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb .demo-button .zhusr-theme-btn {
  padding: 14px 25px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb .demo-button .zhusr-theme-btn:hover {
  color: var(--white) !important;
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  content: "";
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb:hover .zhusr-mubanbiz-homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb img {
  width: 100%;
}
.zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu .zhusr-homemenu .zhusr-mubanbiz-homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}
.zhusr-header-main .zhusr-main-menu ul li:hover > a {
  color: var(--theme);
}
.zhusr-header-main .zhusr-main-menu ul li:hover > a::after {
  color: var(--theme);
}
.zhusr-header-main .zhusr-main-menu ul li:hover > .zhusr-header-submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.zhusr-header-mubanbiz-550988513 {
  position: relative;
  background-color: var(--white);
  box-shadow: var(---box-shadow);
  z-index: 999;
}
index: -1;
}
@media (max-width: 1899px) {
  .zhusr-header-mubanbiz-550988513::before {
    display: none !important;
  }
}
.zhusr-header-mubanbiz-550988513 .container-fluid {
  padding: 0 130px;
}
@media (max-width: 1399px) {
  .zhusr-header-mubanbiz-550988513 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .zhusr-header-mubanbiz-550988513 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .zhusr-header-mubanbiz-550988513 .container-fluid {
    padding: 0 15px;
  }
}
@media screen and (max-width: 1199px) {
  .zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-main-menu ul li {
    margin-inline-end: 25px;
  }
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu {
  left: -400px;
}
@media (max-width: 1600px) {
  .zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-main-menu ul li .has-zhusr-homemenu {
    left: -300px;
  }
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right {
  gap: 30px;
}
@media (max-width: 991px) {
  .zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right {
    gap: 25px;
  }
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart {
  position: relative;
}
@media (max-width: 1199px) {
  .zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart {
    display: none;
  }
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-box {
  background: var(--white) none repeat scroll 0 0;
  box-shadow: 0 0 7px 0.5px rgba(0, 0, 0, 0.15);
  padding: 5px 20px 0px;
  position: absolute;
  left: -70px;
  top: 150%;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 340px;
  z-index: 9999;
}
@media (max-width: 1399px) {
  .zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-box {
    left: -260px;
  }
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-box ul li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 15px;
  border-bottom: 1px solid var(--border);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-box ul li a {
  padding: 0;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-box ul li a::after {
  position: absolute;
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  top: 15px;
  right: -88px;
  color: var(--white);
  font-size: 10px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 30px;
  background-color: var(--theme);
  text-align: center;
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-box ul li span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-box ul li img {
  width: 90px;
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-box .shopping-items {
  margin-top: 10px;
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-box .shopping-items span {
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  text-transform: capitalize;
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-box .cart-button {
  margin-top: 20px;
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-box .cart-button .zhusr-theme-btn {
  padding: 16px 28px;
  font-size: 14px;
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-icon {
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: var(--bg);
  display: inline-block;
  border-radius: 50%;
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-icon::before {
  position: absolute;
  top: -7px;
  right: -8px;
  content: "1";
  width: 18px;
  line-height: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart .cart-icon i {
  color: var(--header);
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-menu-cart:hover .cart-box {
  transform: rotateX(0deg);
  visibility: visible;
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .search-icon {
  color: var(--header);
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: var(--bg);
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .search-icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .search-icon {
    display: block;
  }
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-header-button {
  margin-right: 50px;
}
@media (max-width: 1600px) {
  .zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-header-button {
    display: none;
  }
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-header__hamburger {
  margin-right: -70px;
}
@media (max-width: 1899px) {
  .zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-header__hamburger {
    margin-right: 0;
  }
}
.zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-header__hamburger .zhusr-sidebar__toggle {
  font-size: 24px;
  color: #f90000;
}
@media (max-width: 1899px) {
  .zhusr-header-mubanbiz-550988513 .zhusr-header-main .zhusr-header-right .zhusr-header__hamburger .zhusr-sidebar__toggle {
    color: var(--theme);
  }
}
.zhusr-header-tops-section {
  background-color: #303030;
  padding: 10px 0;
  position: relative;
  z-index: 99;
}
@media (max-width: 991px) {
  .zhusr-header-tops-section {
    display: none;
  }
}
.zhusr-header-tops-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #303030;
  z-index: -1;
  left: 81%;
}
@media (max-width: 1899px) {
  .zhusr-header-tops-section::before {
    display: none;
  }
}
.zhusr-header-tops-section .container-fluid {
  padding: 0 130px;
}
@media (max-width: 1399px) {
  .zhusr-header-tops-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .zhusr-header-tops-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .zhusr-header-tops-section .container-fluid {
    padding: 0 15px;
  }
}
.zhusr-header-tops-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zhusr-header-tops-wrapper .zhusr-contact-list {
  display: flex;
  align-items: center;
  gap: 25px;
}
.zhusr-header-tops-wrapper .zhusr-contact-list li {
  font-size: 15px;
  color: var(--white);
}
.zhusr-header-tops-wrapper .zhusr-contact-list li a {
  color: var(--white);
}
.zhusr-header-tops-wrapper .zhusr-contact-list li i {
  color: var(--white);
  margin-right: 10px;
}
.zhusr-header-tops-wrapper .zhusr-top-right {
  display: flex;
  align-items: center;
  gap: 30px;
}
.zhusr-header-tops-wrapper .zhusr-top-right .social-icon {
  gap: 15px;
}
.zhusr-header-tops-wrapper .zhusr-top-right .social-icon span {
  color: var(--white);
  font-weight: 500;
}
.zhusr-header-tops-wrapper .zhusr-top-right .social-icon a {
  color: var(--white);
}
.zhusr-header-tops-wrapper .zhusr-top-right .flag-wrap {
  position: relative;
  width: 160px;
}
.zhusr-header-tops-wrapper .zhusr-top-right .flag-wrap .nice-select {
  padding: 0 0 0 60px;
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  border: none !important;
  padding-bottom: 0 !important;
}
.zhusr-header-tops-wrapper .zhusr-top-right .flag-wrap .nice-select::after {
  right: 23px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  width: 10px;
  height: 10px;
  top: 15px;
  border-bottom: 2px solid transparent;
  border-color: var(--theme);
  border-right: 2px solid theme-color;
}
.zhusr-header-tops-wrapper .zhusr-top-right .flag-wrap .nice-select span {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
}
.zhusr-header-tops-wrapper .zhusr-top-right .flag-wrap .flag {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}
@media (max-width: 767px) {
  .zhusr-header-tops-wrapper .zhusr-top-right .flag-wrap .flag {
    display: none;
  }
}
.zhusr-header-tops-wrapper .zhusr-top-right .flag-wrap .flag img {
  width: 100%;
  height: 100%;
  border: 4px solid var(--white);
  border-radius: 50%;
}
.zhusr-sidebar__toggle {
  cursor: pointer;
}
.zhusr-sidebar__toggle .header-bar {
  position: relative;
  width: 31px;
  height: 18px;
}
.zhusr-sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--white);
  overflow: hidden;
}
.zhusr-sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--white);
  left: 16px;
  width: 15px;
}
.zhusr-sidebar__toggle .header-bar span:nth-child(2) {
  top: 44%;
  background: var(--white);
  width: 30px;
}
.zhusr-sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--white);
  width: 15px;
}
.zhusr-sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.zhusr-sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.zhusr-sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.zhusr-sidebar__toggle .header-bar:hover {
  cursor: pointer;
}
.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: var(--white);
  box-shadow: var(---box-shadow);
  transition: all 0.9s;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.sticky .zhusr-header-main {
  padding: 0px;
}
.sticky.header-1 .zhusr-mega-menu-wrapper .zhusr-header-main .zhusr-header-right .search-icon {
  color: var(--theme);
}
.sticky.header-1 .zhusr-mega-menu-wrapper .zhusr-header-main .zhusr-header-right .zhusr-header__hamburger .zhusr-sidebar__toggle {
  color: var(--theme);
}
.sticky.zhusr-header-mubanbiz-550988513 {
  background-color: var(--white);
  box-shadow: var(---box-shadow);
}
.zhusr-offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 380px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.zhusr-offcanvas__info::-webkit-scrollbar {
  display: none;
}
.zhusr-offcanvas__info.info-open {
  opacity: 1;
  transform: translateX(0);
}
.zhusr-mubanibiz-offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 25px;
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .text {
  color: var(--text);
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__close i {
  color: var(--white);
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__contact {
  margin-top: 50px;
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__contact ul {
  margin-top: 20px;
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__contact ul li .zhusr-offcanvas__contact-icon {
  margin-right: 20px;
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__contact ul li .zhusr-offcanvas__contact-icon i {
  color: var(--theme);
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__contact .zhusr-header-button .zhusr-theme-btn {
  width: 100%;
  padding: 20px 40px;
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--header);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.zhusr-mubanibiz-offcanvas__wrapper .zhusr-offcanvas__content .zhusr-offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.zhusr-offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}
.zhusr-offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}
@media (max-width: 575px) {
  .zhusr-mubanibiz-offcanvas__wrapper {
    padding: 20px;
  }
}
.zhusr-mean-container a.zhusr-meanmenu-reveal {
  display: none;
}
.zhusr-mean-container .zhusr-mean-nav {
  background: none;
  margin-top: 0;
}
.zhusr-mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}
.zhusr-mean-container .zhusr-mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.zhusr-mean-container .zhusr-mean-nav > ul .zhusr-homemenu {
  position: relative;
}
.zhusr-mean-container .zhusr-mean-nav > ul .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb {
  position: relative;
  width: 280px;
}
.zhusr-mean-container .zhusr-mean-nav > ul .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.zhusr-mean-container .zhusr-mean-nav > ul .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb .demo-button .zhusr-theme-btn {
  padding: 10px 30px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}
.zhusr-mean-container .zhusr-mean-nav > ul .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb .demo-button .zhusr-theme-btn:hover {
  color: var(--white) !important;
}
.zhusr-mean-container .zhusr-mean-nav > ul .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  content: "";
}
.zhusr-mean-container .zhusr-mean-nav > ul .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.zhusr-mean-container .zhusr-mean-nav > ul .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.zhusr-mean-container .zhusr-mean-nav > ul .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb:hover .zhusr-mubanbiz-homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.zhusr-mean-container .zhusr-mean-nav > ul .zhusr-homemenu .zhusr-mubanbiz-homemenu-thumb img {
  width: 100%;
}
.zhusr-mean-container .zhusr-mean-nav > ul .zhusr-homemenu .zhusr-mubanbiz-homemenu-content .zhusr-mubanbiz-homemenu-title {
  margin-top: 15px;
  display: inline-block;
  font-size: 16px;
}
.zhusr-mean-container a.zhusr-meanmenu-reveal {
  display: none !important;
}
.zhusr-mean-container .zhusr-mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
.zhusr-mean-container .zhusr-mean-nav ul li a:hover {
  color: var(--theme2);
}
.zhusr-mean-container .zhusr-mean-nav ul li a:last-child {
  border-bottom: 0;
}
.zhusr-mean-container .zhusr-mean-nav ul li a:hover {
  color: var(--theme2);
}
.zhusr-mean-container .zhusr-mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}
.zhusr-mean-container .zhusr-mean-nav ul li > a > i {
  display: none;
}
.zhusr-mean-container .zhusr-mean-nav ul li > a.mean-expand i {
  display: inline-block;
}
.zhusr-mean-container .zhusr-mean-nav > ul > li:first-child > a {
  border-top: 0;
}
.zhusr-mean-container .zhusr-mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.zhusr-mean-container .zhusr-mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
/* Track */ ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}
/* Handle */ ::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}
.zhusr-border-none {
  border-top: none !important;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
}
.p_top {
  position: absolute;
  top: -4.875rem;
}
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  -ms-interpolation-mode: bicubic;
}
.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.er-ul, .er_ul_pro {
  position: absolute;
  width: 100%;
  left: 0%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.er-ul > li {
  line-height: 2.25rem;
  text-align: center;
  font-size: .875rem;
}
.er-ul > li:hover a {
  color: #e50012;
}
.er-ul > li:nth-child(1) {
  padding-top: 0;
}
.er-ul > li:last-child {
  padding-bottom: 0;
}
.er-ul {
  display: flex;
  justify-content: center;
  padding: 5px 0;
}
.er-ul li {
  padding: 0 2.8125rem;
  line-height: 3.75rem;
  font-size: 1rem;
}
.er_ul_pro {
  padding: 1.875rem 0 3.125rem;
}
.er_ul_pro .w80 {
  width: 80%;
  margin: 0 auto;
}
.er_ul_pro .left {
  border-right: 1px solid #DBDBDB;
}
.er_ul_pro .left {
  padding-left: 5.625rem;
}
.er_ul_pro .right {
  padding-left: 5.625rem;
}
.er_ul_pro .name {
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #414242;
  margin-bottom: .9375rem;
}
.er_ul_pro ul li {
  font-size: 1rem;
  line-height: 1.625rem;
}
.er_ul_pro .right ul li {
  float: left;
  width: 50%;
}
.er_ul_pro li:hover a, .er_ul_pro .name:hover {
  color: #e50012;
}
.er_ul_pro .left ul li {
  width: 50%;
  float: left;
}
.er_ul_pro ul li a {
  color: #727272;
}
.bg {
  background: #e50012;
}
.logo_phone img {
  width: 7.5rem;
}
.c {
  color: #e50012;
}
.cf {
  color: #fff !important;
}
.c0 {
  color: #000 !important;
}
/* 手机端样式 */
.sp_logo img {
  margin: auto;
  max-height: 30px;
}
.sjj_nav a {
  letter-spacing: -0.2px;
}
.sp_nav_se span:nth-of-type(1) {
  top: 10px;
  transform: rotate(45deg);
}
.sp_nav_se span:nth-of-type(2) {
  width: 0;
}
.sp_nav_se span:nth-of-type(3) {
  top: 10px;
  transform: rotate(-45deg);
}
.sjj_nav {
  position: fixed;
  z-index: 9999;
  background: #eee;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  top: -100%;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  transition: top ease 0.35s;
}
.nav_show {
  top: 0;
}
.sjj_nav > ul > li:first-child {
  overflow: hidden;
  border-top: 0;
}
.sjj_nav > ul > li:first-child > a {
  width: 60%;
}
.sjj_nav > ul > li:first-child .language {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.sjj_nav > ul > li:first-child .language a {
  width: 50%;
  float: left;
  border-left: 1px #ddd solid;
  text-align: center;
  color: #999;
  display: inline-block;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sjj_nav > ul > li:first-child .language a.active {
  background: #e50012;
  color: #fff !important;
}
.sjj_nav > ul > li:first-child .language a:last-child {
  border-right: 1px #ddd solid;
}
.sjj_nav ul li i {
  position: absolute;
  top: 10px;
  right: 0px;
  border-left: 1px #ddd solid;
  height: 30px;
  padding: 0px 7px 0 7px;
}
.sjj_nav ul li i svg {
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  transform: rotate(0deg);
}
.sjj_nav .bot > li {
  margin-left: 15px;
}
.sjj_nav ul li {
  border-top: 1px #ddd solid;
  margin-left: 10px;
  position: relative;
  line-height: 50px;
  font-size: 14px;
}
.sjj_nav > ul > li:last-child {
  border-bottom: 1px #ddd solid;
}
.sjj_nav ul li ul {
  display: none;
}
.sjj_nav ul li a {
  color: #666;
  width: 80%;
}
.sjj_nav ul li ul li a {
  color: #999;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 12px;
}
.sjj_nav ul li i svg {
  width: 20px;
  height: 20px;
  fill: #555;
  margin-top: -20px;
}
.sjj_nav ul li .sjj_nav_i_se svg {
  fill: #e50012;
}
.sjj_nav ul li ul li > ul {
  margin-left: 10px;
}
.sjj_nav .top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.sjj_nav .top .fl img {
  height: 40px;
}
.sjj_nav .bot {
  margin-top: 60px;
}
.phone_weibu {
  background: #0A0A0A;
  display: none;
}
.phone_weibu .mobMenu > li > a {
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
}
.phone_weibu .mobMenu > li {
  border-bottom: #424245 1px solid;
}
.phone_weibu .mobMenu > li > .subDepth > li > a {
  font-size: 1em;
  color: #9a9797;
  line-height: 28px;
}
.phone_weibu .mobMenu > li > a::before {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > a::after {
  background-color: #fff;
}
.phone_weibu .mobMenu > li > .subDepth {
  display: none;
}
.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1600px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
  .phone_weibu {
    display: block;
  }
}
@keyframes banneran {
  form {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.banner .img {
  background: url(/skin/img/ban.jpg) no-repeat center center;
  height: 100vh;
}
.banner .img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #303030;
  opacity: 0.6;
}
.banner .img img {
  height: 100vh;
  object-fit: cover;
  animation: banneran 30s infinite;
}
.banner .ban_p1 {
  font-weight: bold;
  font-size: 28px;
  line-height: 2;
  color: #FFFFFF;
}
.banner .ban_p2 {
  font-size: 42px;
  line-height: 2;
  color: #FFFFFF;
}
.banner .hover {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.banner .swiper-button-next {
  opacity: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  right: -1.875rem;
  background-size: 2rem 2rem;
}
.banner .swiper-button-prev {
  opacity: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  left: -1.875rem;
  background-size: 2rem 2rem;
}
.subtitle {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  position: relative;
  color: #000000;
  margin-bottom: 10px;
  ;
}
.subtitle span {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}
.subtitle span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #e50012;
}
.title {
  font-weight: bold;
  font-size: 38px;
  line-height: 2;
  color: #262626;
}
.font22 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #000000;
}
.font16 {
  font-size: 16px;
  line-height: 1.8;
  color: #333333;
}
.text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #727272;
}
.section2 {
  background: url(/skin/img/iabout.jpg) no-repeat;
}
.section2 .font16 {
  text-align: justify;
}
.section2 .container {
  padding-top: 0;
}
.section2 .left {
  padding-right: 3.75rem;
}
.section2 .left .font22 {
  margin: .9375rem 0;
}
.section2 .left .img {
  margin-top: 2.8125rem;
}
.section2 .left ul {
  margin: 2.1875rem 0 3.125rem;
}
.section2 .left ul li {
  width: 16%;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  padding: 10px 5px;
  float: left;
  margin: 2px;
  background-color: #fff;
}
.section2 .left ul li a {
  color: #848484;
}
.section2 .left ul li:hover, .section2 .left ul li.active {
  background: #e40007;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section2 .left ul li:hover a, .section2 .left ul li.active a {
  color: #fff !important;
}
.section2 .right {
  padding-left: 45px;
}
.section2 .right ul li {
  margin: 30px 0;
}
.section2 .right .number, .list_about_one .number, .show_pro_three .number {
  font-family: 'montserrat';
}
.section2 .right .number sup, .list_about_one .number sup, .show_pro_three .number sup {
  font-weight: bold;
  font-size: 18px;
  line-height: 2;
  color: #e50012;
  margin-left: 15px;
}
.section2 .right .number .counter, .list_about_one .number .counter, .show_pro_three .number .counter {
  font-weight: bold;
  font-size: 38px;
  line-height: 1.8;
  color: #e50012;
}
.section2 .right .font22, .list_about_one .font22, .show_pro_three .font22 {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.875rem;
  margin-bottom: .9375rem;
  color: #000000;
}
.more {
  border: 1px solid #e50012;
  line-height: 3.625rem;
  display: inline-block;
  border-radius: .5rem;
}
.more a {
  padding: 0 2.375rem;
  font-size: .875rem;
  color: #e50012;
}
.more a .iconfont {
  font-size: .875rem;
}
.more:hover {
  box-shadow: inset 0 0 0 2.5rem #e50012;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  border-color: #e50012;
}
.more:hover a {
  color: #fff;
}
.more_a {
  font-size: 1rem;
  line-height: 1.5rem;
}
.more_a a {
  font-size: 1rem;
  color: #000000;
}
.more_a a .iconfont {
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.more_a:hover a {
  color: #e50012;
}
.more_a:hover a .iconfont {
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section3 {
  background: url(/skin/img/bg3.jpg) no-repeat;
  background-size: cover;
}
.section3 .section03_top {
  /* position: absolute; */
  /* top: 4.875rem; */
  left: 0;
  width: 100%;
  /* height: calc(100% - 8.75rem - 4.875rem - 3rem); */
}
.section3 .top {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section3 .top .fl img {
  width: 5.1875rem;
}
.section3 .top .name {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.9375rem;
  color: #000000;
}
.section3 .top .text {
  margin: .9375rem 0;
  height: 3rem;
}
.section3 .top ul {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.section3 .top li {
  position: relative;
  margin-top: 3.4375rem;
  padding: 0 2.5rem;
}
.section3 .top li .fr {
  width: calc(100% - 6.75rem);
}
.section3 .top li .fr img {
  width: 5.1875rem;
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section3 .top li .fl {
  width: 6.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.section3 .top li:hover .fl img {
  transform: rotateY(360deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section3 .top li:hover .name, .section3 .top li:hover .more_a a {
  color: #e50012;
}
.section3 .bot {
  margin-top: 4.375rem;
  background: url(/skin/img/bg31.jpg) no-repeat;
  background-size: cover;
  padding: 4.375rem 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}
.section3 .bot .swiper-slide {
  text-align: center;
}
.section3 .bot .swiper-slide img {
  height: 3rem;
}
.show_pro_four.section4 .container {
  padding-top: 0;
}
.section4 ul, .show_pro_four ul {
  margin-top: 2.5rem;
}
.section4 ul li, .show_pro_four ul li {
  width: 17%;
  height: 30.125rem;
  float: left;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section4 ul li .img, .show_pro_four ul li .img {
  height: 30.125rem;
  position: relative;
}
.section4 ul li .content, .show_pro_four ul li .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  width: 100%;
  text-align: center;
}
.section4 ul li .content .name, .show_pro_four ul li .content .name {
  margin-top: 1.5625rem;
}
.section4 ul li .name, .show_pro_four ul li .name {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.9375rem;
  color: #FFFFFF;
}
.section4 ul li .cotnent_active, .show_pro_four ul li .cotnent_active {
  position: absolute;
  bottom: 2.1875rem;
  padding: 0 2.1875rem;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section4 ul li .cotnent_active .text {
  height: 1.5rem;
}
.section3 .top .text {
  height: 3rem;
}
.section4 ul li .cotnent_active .text, .show_pro_four ul li .cotnent_active .text {
  margin: .9375rem 0;
}
.section4 ul li .cotnent_active .more_a a, .show_pro_four ul li .cotnent_active .more_a a {
  color: #fff;
}
.section4 ul li.active, .show_pro_four ul li.active {
  width: 49%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section4 ul li.active .cotnent_active, .show_pro_four ul li.active .cotnent_active {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  opacity: 1;
}
.section4 ul li.active .content, .show_pro_four ul li.active .content {
  opacity: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section4 {
  background: url(/skin/img/inews.jpg) no-repeat;
  background-size: cover;
}
.section5 {
  background: url(/skin/img/icase.jpg) no-repeat;
  background-size: cover;
}
.section5 .swiper-container {
  margin-top: 5.625rem;
}
.section5 .swiper-slide .content {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section5 .swiper-slide .img {
  width: 100%;
}
.section5 .name {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.875rem;
  height: 1.875rem;
}
.section5 .text {
  margin: 1.125rem 0 3.4375rem;
  height: 6rem;
  text-align: justify;
}
.section5 .more {
  border-color: #fff;
}
.section5 .more a {
  color: #fff;
}
.section5 .swiper-button-white {
  background-size: 1.25rem 1.25rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #f00;
  border-radius: 50%;
  text-align: center;
}
.section5 .swiper-button-white i {
  font-size: 22px;
  color: #f00;
}
.section5 .swiper-button-white:hover {
  background-color: #e50012;
}
.section5 .swiper-button-white:hover i {
  color: #fff;
}
.section5 .swiper-button-next {
  right: -100px;
}
.section5 .swiper-button-prev {
  left: -100px;
}
.section5 .swiper-slide:hover .content, .section5 .swiper-slide.active2 .content {
  transform: translateY(-10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section5 .swiper-slide:hover .name, .section5 .swiper-slide.active2 .name {
  color: #e50012 !important;
}
.section6 {
  background: url(/skin/img/bg6.jpg) no-repeat;
  background-size: cover;
}
.section6 .img, .section6 .img img, .section6 .hover {
  border-radius: .5rem .5rem 0 0;
}
.section6 .img img {
  object-fit: cover;
}
.section6 .swiper-container {
  padding-bottom: 60px;
}
.section6 .swiper-slide {
  border-radius: .5rem;
}
.section6 .content {
  padding: 10px;
  background: #fff;
}
.section6 .swiper-slide {
  overflow: hidden;
  box-shadow: 0 0 .625rem #ddd;
}
.section6 .swiper-slide .pr {
  overflow: hidden;
}
.section6 .swiper-slide:hover .hover {
  bottom: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.section6 .swiper-slide:hover .name {
  color: #e50012;
}
.section6 .swiper-slide:hover .more_a a {
  color: #e50012;
}
.section6 .swiper-slide .img img {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle
}
.section6 .swiper-slide:hover .img img {
  transform: scale(1.1);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.section6 .hover .iconfont {
  font-size: 3.125rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section6 .more_a {
  margin-top: .625rem;
}
.section6 .more_a a {
  color: #727272;
}
.section6 .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  color: #000000;
}
.section6 .text {
  height: 3rem;
}
.section6 .data {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #727272;
  margin: .625rem 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-size: contain;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-size: contain;
}
.section7 {
  background: url(/skin/img/imap.jpg) no-repeat;
  background-size: cover;
}
.section7 .bot {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section7_top {
  height: calc(100% - 25.3125rem - 4.875rem);
  position: absolute;
  top: 4.875rem;
  left: 0;
  width: 100%;
}
.section7_top .top {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: -moz-linear-gradient(0% 50% 0deg, #2bab38 2.42%, #42af35 35.15%, #87c022 61.88%, #76b926 63.82%, #54ab2f 68.31%, #389f36 73.11%, #22963c 78.26%, #139040 83.92%, #0a8c42 90.47%, #078b43 100%);
  background: -webkit-linear-gradient(0deg, #2bab38 2.42%, #42af35 35.15%, #87c022 61.88%, #76b926 63.82%, #54ab2f 68.31%, #389f36 73.11%, #22963c 78.26%, #139040 83.92%, #0a8c42 90.47%, #078b43 100%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0.0242, #2bab38), color-stop(0.3515, #42af35), color-stop(0.6188, #87c022), color-stop(0.6382, #76b926), color-stop(0.6831, #54ab2f), color-stop(0.7311, #389f36), color-stop(0.7826, #22963c), color-stop(0.8392, #139040), color-stop(0.9047, #0a8c42), color-stop(1, #078b43));
  background: -o-linear-gradient(0deg, #2bab38 2.42%, #42af35 35.15%, #87c022 61.88%, #76b926 63.82%, #54ab2f 68.31%, #389f36 73.11%, #22963c 78.26%, #139040 83.92%, #0a8c42 90.47%, #078b43 100%);
  background: -ms-linear-gradient(0deg, #2bab38 2.42%, #42af35 35.15%, #87c022 61.88%, #76b926 63.82%, #54ab2f 68.31%, #389f36 73.11%, #22963c 78.26%, #139040 83.92%, #0a8c42 90.47%, #078b43 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAB38', endColorstr='#078B43' ,GradientType=0)";
  background: linear-gradient(90deg, #2bab38 2.42%, #42af35 35.15%, #87c022 61.88%, #76b926 63.82%, #54ab2f 68.31%, #389f36 73.11%, #22963c 78.26%, #139040 83.92%, #0a8c42 90.47%, #078b43 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAB38', endColorstr='#078B43', GradientType=1);
}
footer .fenxiang .img {
  opacity: 0;
  position: absolute;
}
footer .fenxiang a {
  position: relative;
}
footer .fenxiang a:hover .img {
  opacity: 1;
  width: 120px;
  position: absolute;
  top: 1.9375rem;
  left: 0;
}
footer {
  background: #00151A;
  text-align: center;
  position: relative;
}
footer .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: .9375rem;
  color: #FFFFFF;
}
footer .text {
  font-size: .875rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.75);
}
footer .text a {
  color: rgba(255, 255, 255, 0.75);
}
footer a.text:hover {
  color: #e50012;
}
footer ul.clearfix {
  padding-bottom: 5.9375rem;
  border-bottom: 1px solid #262626;
}
footer ul.clearfix li {
  width: 17%;
  float: left;
}
footer ul.clearfix li:nth-child(2) {
  width: 12%;
}
footer ul.clearfix li:nth-child(3) {
  width: 22%;
}
footer ul.clearfix li:nth-child(4), footer ul.clearfix li:nth-child(5) {
  width: 14%;
}
footer ul.clearfix li:last-child {
  width: 20%;
}
footer .beian {
  padding: 15px 0 50px;
}
footer .beian span {
  cursor: pointer;
}
footer .beian span:hover {
  color: #e50012;
}
footer .yqlj a {
  margin-right: .75rem;
}
footer .yqlj a:hover {
  color: #e50012;
}
.fenxiang {
  margin-top: 1.5rem;
  position: relative;
}
.fenxiang .icon {
  width: 1.9375rem;
  height: 1.9375rem;
  line-height: 1.9375rem;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  margin-right: .5625rem;
  text-align: center;
}
.fenxiang .icon .iconfont {
  font-size: 1.125rem;
  color: #00151A;
  display: block;
}
.fenxiang .icon:hover {
  background: #e50012;
}
.fenxiang .icon:hover .iconfont {
  color: #fff;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  width: 15px;
  height: 15px;
  background-size: contain !important;
  margin: 0;
  top: 0;
  left: 0;
}
#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 15px;
  height: 15px;
  margin: 0;
}
#fp-nav ul li, .fp-slidesNav ul li {
  width: 15px;
  height: 15px;
}
#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  width: 15px;
  height: 15px;
  background-size: contain !important;
  margin: 0;
  background-color: #FF0004;
}
.search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* background: #000; */
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  display: none;
}
.search-box {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25%;
}
.inp {
  width: 100%;
  height: 100px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.inp::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.bu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  background: none;
  border: none;
}
.bu .iconfont {
  font-size: 3.125rem;
}
.search-con {
  position: absolute;
  right: 7%;
  top: 7%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.search-con .iconfont {
  font-size: 2.125rem;
  font-weight: 100;
}
.ds {
  cursor: pointer;
}
.search-con .iconfont {
  display: inline-block;
}
.ny_ban .img {
  height: 100% !important;
}
.ny_ban .img img {
  height: 100% !important;
  object-fit: cover !important;
}
.aa .bb {
  height: 100% !important;
}
.search-con:hover .iconfont {
  transform: rotate(180deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  color: #e50012;
}
.bu:hover .iconfont, .ds:hover .iconfont {
  color: #e50012;
}
.ny_ban {
  height: 100vh;
  background-position: left bottom !important;
}
.ny_ban .p1 {
  font-weight: bold;
  font-size: 3.75rem;
  line-height: 4.375rem;
  color: #FFFFFF;
  margin-bottom: .625rem;
}
.ny_ban .p2 {
  font-size: 2.5rem;
  color: #FFFFFF;
  line-height: 3.125rem;
}
.ny_ban .hover {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 9;
}
.ny_ban .swiper-slide .hover {
  bottom: 15%;
  top: auto;
  transform: translateY(0);
}
.ny_ban .swiper-slide .hover .p2 {
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 2rem;
}
.ny_ban .swiper-slide .hover .p1 {
  font-weight: bold;
  font-size: 2.75rem;
  line-height: 3.375rem;
}
.ny_ban .swiper-container img {
  height: 100vh;
  object-fit: cover !important;
}
#fp-nav ul li, .fp-slidesNav ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}
.ny_ban .ny_erji {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ny_ban .ny_erji ul {
  display: flex;
  justify-content: center;
}
.ny_ban .ny_erji ul li {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 31px;
  color: #FFFFFF;
}
.ny_ban .ny_erji ul li a {
  padding: 0 2.5rem 1rem;
  position: relative;
  color: #fff;
  display: block;
}
.ny_ban .ny_erji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #e50012;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.ny_ban .ny_erji ul li:hover a::before, .ny_ban .ny_erji ul li.active a::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.ny_ban .ny_erji ul li:hover a, .ny_ban .ny_erji ul li.active a {
  color: #e50012;
}
.bread {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(51, 51, 51, 0.6);
  padding: 1.5625rem 0 0;
}
.bread a {
  color: rgba(51, 51, 51, 0.6);
}
.bread a:hover {
  color: #e50012;
}
.bread span:last-child {
  display: none;
}
.pt50 {
  padding-top: 3.125rem;
}
.list_about_one {
  padding-bottom: 10.625rem;
  overflow: hidden;
}
.list_about_one .text {
  color: #333333;
  margin: 1.875rem 0 4.6875rem;
  text-align: justify;
}
.list_about_one ul {
  display: flex;
  justify-content: space-between;
}
.list_about_one ul li {
  margin: 0 1.25rem;
}
.list_about_one .hover {
  position: absolute;
  bottom: -10.5rem;
  left: 0;
  width: 100%;
  z-index: -1;
}
.pt100 {
  padding: 6.875rem 0 10.625rem;
}
.list_about_two {
  background: linear-gradient(to bottom, #f4f9fa, #ffffff);
}
.list_about_two .title {
  margin-bottom: 5rem;
}
.list_about_two .icon img {
  height: 4.125rem;
  display: inline-block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.list_about_two .name {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #000000;
  margin: .9375rem 0;
}
.list_about_two .swiper-slide:hover .icon {
  transform: rotateX(360deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.list_about_two .swiper-slide:hover .name {
  color: #e50012;
}
.c3 {
  color: #333;
}
.list_about_three {
  background: url(/skin/img/13.jpg) no-repeat;
  background-size: cover;
}
.list_about_three .month {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.list_about_three .text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: rgba(255, 255, 255, 0.54);
  text-align: justify;
}
.list_about_three .swiper-slide .content, .list_about_three .swiper-slide .name {
  /* height: 28.75rem; */
  height: 14.375rem;
}
.list_about_three .swiper-slide:nth-last-child(2) .content > div > div, .list_about_three .swiper-slide:nth-last-child(1) .content > div > div {
  height: calc(11.375rem - 2.8125rem);
  overflow-y: scroll;
}
.list_about_three .swiper-slide .content > div > div {
  /* height: calc(14.375rem - 2.8125rem); */
  /* overflow-y: scroll;   */
}
.list_about_three .swiper-slide .content > div > div::-webkit-scrollbar-track {
  /*转动条内里轨道*/
  background-color: transparent;
  width: 4px;
  height: 164px;
  position: absolute;
}
.list_about_three .swiper-slide .content > div > div::-webkit-scrollbar {
  /*转动条整体样式*/
  width: 4px;
  /*高宽划分对应横竖转动条的尺寸*/
}
.list_about_three .swiper-slide .content > div > div::-webkit-scrollbar-thumb {
  /*转动条内里小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #fff;
}
.list_about_three .swiper-slide .content > div, .list_about_three .swiper-slide .name div {
  padding-left: 1.25rem;
}
.list_about_three .swiper-slide .name {
  position: relative;
}
.list_about_three .swiper-slide .name div {
  position: absolute;
  bottom: 0;
  padding-bottom: 1.25rem;
  left: 0%;
  width: 100%;
}
.list_about_three .swiper-button-next, .list_about_three .swiper-button-prev {
  background-size: 1.25rem 1.25rem;
  width: 3.3125rem;
  height: 3.3125rem;
  line-height: 3.3125rem;
  border: 1px solid #fff;
  border-radius: 50%;
}
.list_about_three .swiper-button-next {
  right: 6.25rem;
}
.list_about_three .swiper-button-prev {
  left: 6.25rem;
}
.list_about_three .swiper-button-next:hover, .list_about_three .swiper-button-prev:hover {
  background-color: #e50012;
}
.list_about_three .swiper-slide .name div::before, .list_about_three .swiper-slide .content > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 1px;
  height: 100%;
  background: #fff;
}
.month1 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #FFFFFF;
}
.month1::before, .month1::after {
  display: none !important;
}
.month1 {
  position: relative !important;
  padding-left: 0 !important;
}
.list_about_three .swiper-slide .name div::after {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.list_about_three .swiper-slide:nth-child(odd) .content > div {
  padding-top: 2.8125rem;
}
.list_about_three .swiper-container {
  padding: 0 5px 0px 5px;
}
.list_about_three .swiper-container::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: calc(100% - 5px);
  height: .625rem;
  background: linear-gradient(to left, #58C11B, #58C11B);
}
.list_about_three .swiper-slide:nth-child(odd) .name {
  line-height: 1.2;
}
.list_about_three .swiper-slide:nth-child(even) > div {
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* optional */
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}
.list_about_three .swiper-slide:nth-child(even) > div .name {
  order: 2;
}
.list_about_three .swiper-slide:nth-child(even) > div .name > div {
  bottom: auto;
  top: 0;
  padding-top: 1.25rem;
  padding-bottom: 0;
}
.list_about_three .swiper-slide:nth-child(even) .name div::after {
  top: auto;
  bottom: 0;
}
.list_about_three .swiper-slide:nth-child(even) > div .content {
  order: 1;
}
.list_about_three .swiper-slide .content > div {
  padding-right: 1.5625rem;
}
.list_about_three .swiper-slide:nth-child(even) .content {
  position: relative;
}
.list_about_three .swiper-slide:nth-child(even) .content .pr {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 2.8125rem;
}
.list_about_four .mt100 {
  margin-top: 6.25rem;
}
.list_about_four .text {
  text-align: justify;
}
.list_about_four .left {
  padding-right: 3.875rem;
}
.list_about_four .left .bot {
  margin-top: 1.5625rem;
  padding-top: 1.5625rem;
  border-top: 1px dashed #D6D6D6;
}
.list_about_four .left .top .fl {
  width: 23%;
}
.list_about_four .left .top .fr {
  width: 77%;
  padding-left: 3.125rem;
}
.list_about_four .left .top .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.375rem;
  color: #000000;
  margin-bottom: 1rem;
}
.list_about_four .right {
  padding-left: 0;
  height: 54.5rem;
  overflow-y: scroll;
}
.list_about_four .right::-webkit-scrollbar-track {
  /*转动条内里轨道*/
  background-color: rgb(201, 201, 201);
  width: 4px;
  height: 164px;
  position: absolute;
}
.list_about_four .right::-webkit-scrollbar {
  /*转动条整体样式*/
  width: 4px;
  /*高宽划分对应横竖转动条的尺寸*/
}
.list_about_four .right::-webkit-scrollbar-thumb {
  /*转动条内里小方块*/
  display: block;
  width: 10px;
  height: 35px;
  background: #000;
}
.list_about_four .right ul li {
  padding: 2.8125rem 1.875rem 3.125rem;
  margin-bottom: .4375rem;
  background: #F4F9FA;
  border: 1px solid #F4F9FA;
}
.list_about_four .right ul li .name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_about_four .right ul li .name1 {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_about_four .right ul li .name2 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #000000;
}
.list_about_four .right ul li .text {
  margin-top: .3125rem;
}
.list_about_four .right ul li:hover {
  border: 1px solid rgba(67, 182, 73, 1);
  /* box-shadow: 0 0 0.8rem rgba(67, 182, 73, 0.4); */
}
.subtitle.cf span::before {
  background: #fff;
}
.list_about_six .swiper-container {
  padding-bottom: 3.75rem;
}
.list_about_six ul li {
  position: relative;
  padding-left: 20px;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.list_about_six ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background: #e50012;
}
.list_about_six .swiper-slide {
  overflow: hidden;
}
.list_about_six .swiper-slide a {
  border: .5rem solid #d9d9d9;
  overflow: hidden;
}
.list_about_six .hover {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  z-index: 9;
  height: 100%;
  background: rgba(67, 182, 73, 0.7);
  transition: all .5s;
}
.list_about_six .swiper-slide:hover .hover {
  bottom: 0;
  transition: all .5s;
}
.list_about_six .hover div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: #fff;
}
.list_about_five {
  background: url(/skin/img/15.jpg) no-repeat;
  background-size: cover;
}
.list_about_seven {
  background: url(/skin/img/bg8.jpg) no-repeat;
  background-size: cover;
}
.list_about_five .swiper-container {
  margin-top: 4.6875rem;
}
.list_about_five .left {
  padding-right: 8rem;
  width: 78%;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  line-height: 1.875rem;
}
.list_about_five .left ul li {
  margin-bottom: 1.875rem;
}
.list_about_five .right {
  /* border-left: 1px solid #fff; */
  width: 22%;
  padding-left: 6.25rem;
}
.list_about_five .right ul li {
  text-align: right;
  margin-bottom: 1.25rem;
}
.list_about_five .right ul li:last-child {
  margin-bottom: 0;
}
.client-2 {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 900;
  border-radius: 11px;
  /* background: #EA5504; */
}
.client-2 li {
  background: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.client-2 li a {
  text-decoration: none;
}
.client-2 li {
  position: relative;
  margin-bottom: 15px;
}
.client-2 li .iconfont {
  font-size: 1.25rem;
  color: #000000;
}
.client-2 .my-kefu-ftop {
  display: none;
}
.client-2 .my-kefu-weixin-pic {
  position: absolute;
  left: -130px;
  top: -10px;
  display: none;
  z-index: 333;
}
.my-kefu-right {
  display: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.my-kefu-tel-main, .my-kefu-tel-main {
  position: relative;
}
.my-kefu-main:hover .my-kefu-right, .my-kefu-tel-main:hover .my-kefu-right {
  width: 278px;
  right: 60px;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  background-color: #fff;
  font-size: 14px;
  display: block;
}
.my-kefu-tel-main:hover .my-kefu-right {
  width: 180px;
}
.client-2 li:hover {
  background: #e50012;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.client-2 li:hover .iconfont {
  color: #fff !important;
}
.bg_bg {
  background: #F4F9FA;
}
.list_news .data, .content_news .data {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #727272;
}
.list_news .data a, .content_news .data a {
  color: #fff;
  line-height: 1.5rem;
  border-radius: .3125rem;
  padding: 0 .4375rem;
  background: #e50012;
  margin-left: 1.5625rem;
  display: inline-block;
}
.list_news .more_a:hover a, .content_news .more_a:hover a {
  color: #e50012;
}
.list_news_top.list_news {
  padding-bottom: 6.25rem;
}
.list_news_top.list_news .name {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 3.375rem;
  color: #262626;
  margin-top: 1.2rem;
}
.list_news_top.list_news .swiper-slide .left {
  padding-right: 2rem;
}
.list_news_top.list_news .swiper-slide .right {
  padding-left: 2rem;
}
.list_news_top.list_news .over, .list_news_top.list_news .over img {
  border-radius: .5rem;
}
.list_news_top.list_news .data {
  margin: 1rem 0;
}
.list_news_top.list_news .more {
  margin-top: 1.5625rem;
}
.list_news_top.list_news .swiper-button-next, .list_news_top.list_news .swiper-button-prev {
  width: 3.3125rem;
  height: 3.3125rem;
  line-height: 3.3125rem;
  border-radius: 50%;
  border: 1px solid #000;
  background-size: 1.25rem 1.25rem;
}
.list_news_top.list_news .swiper-button-next {
  right: 6.25rem;
}
.list_news_top.list_news .swiper-button-prev {
  left: 6.25rem;
}
.list_news_top.list_news .swiper-button-next:hover, .list_news_top.list_news .swiper-button-prev:hover {
  background-color: #e50012;
  border-color: #fff;
}
.list_news_top.list_news .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.list_news_top.list_news .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.list_news_bot {
  padding-bottom: 5.625rem;
}
.list_news_bot .col-md-4 {
  padding: 0 1.4375rem;
}
.list_news_bot .row {
  margin-left: -1.4375rem;
  margin-right: -1.4375rem;
}
.list_news_bot form {
  margin: 2.8125rem 0;
}
.list_news_bot .shaixuan > div > .clearfix {
  border: 1px solid #E4E5E3;
  line-height: calc(3.4375rem - 2px);
  height: 3.4375rem;
  padding: 0 0 0 1.875rem;
  border-radius: .5rem;
  font-size: 1rem;
  color: #727272;
}
.list_news_bot .shaixuan > div > .clearfix .fr {
  width: 3.4375rem;
  height: 3.4375rem;
  line-height: calc(3.4375rem - 2px);
  text-align: center;
  background: -moz-linear-gradient(86.26% 144.24% 111.98deg, #2bab38 2.42%, #87c022 61.88%);
  background: -webkit-linear-gradient(111.98deg, #2bab38 2.42%, #87c022 61.88%);
  background: -webkit-gradient(linear, 86.26% 144.24%, -7.65% -88.41%, color-stop(0.0242, #2bab38), color-stop(0.6188, #87c022));
  background: -o-linear-gradient(111.98deg, #2bab38 2.42%, #87c022 61.88%);
  background: -ms-linear-gradient(111.98deg, #2bab38 2.42%, #87c022 61.88%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAB38', endColorstr='#87C022' ,GradientType=0)";
  background: linear-gradient(-21.98deg, #2bab38 2.42%, #87c022 61.88%);
  opacity: 0.88;
  border-radius: 0px 6px 6px 0px;
  -moz-border-radius: 0px 6px 6px 0px;
  -webkit-border-radius: 0px 6px 6px 0px;
  filter: alpha(opacity=88) progid:DXImageTransform.Microsoft.Alpha(opacity=88) progid:DXImageTransform.Microsoft.gradient(startColorstr='#2BAB38', endColorstr='#87C022', GradientType=1);
  margin-top: -1px;
  margin-right: -1px;
}
.list_news_bot .shaixuan > div > .clearfix .fr .iconfont {
  color: #fff;
  font-size: 1.25rem;
}
.list_news_bot .shaixuan ul {
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  padding: 1.25rem 1.875rem;
  box-shadow: 0 0 .625rem #ddd;
  line-height: 1.875rem;
  border-radius: .5rem .5rem;
  position: absolute;
  top: 3.4375rem;
  z-index: 99;
  width: 100%;
  background: #fff;
}
.list_news_bot .shaixuan ul li:hover a {
  color: #e50012;
}
.list_news_bot .shaixuan:hover ul {
  transform: none;
  opacity: 1;
}
.squear_news {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  margin-bottom: 2.875rem;
}
.squear_news > div {
  box-shadow: 0 0 .625rem #ddd;
  border-radius: .375rem;
}
.squear_news .over, .squear_news .over img {
  border-radius: .375rem .375rem 0 0;
}
.squear_news .over img {
  height: 15rem;
  object-fit: cover;
}
.squear_news .content_news {
  border-radius: 0 0 .375rem .375rem;
  padding: 1.25rem 1.875rem;
}
.content_news .name {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.9375rem;
  height: 3.875rem;
  color: #000000;
}
.content_news .text {
  height: 3rem;
}
.content_news .data {
  margin: .5rem 0;
}
.content_news .more_a {
  margin-top: .5rem;
  font-size: 1rem;
}
.content_news .more_a a {
  color: #727272;
}
.squear_news:hover {
  transform: translateY(-10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.squear_news:hover .over img {
  transform: scale(1.1);
}
.squear_news:hover .name {
  color: #e50012;
}
.show_news .top .name {
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #262626;
}
.show_news .top .data.text {
  margin: .875rem 0;
}
.show_news .top .text {
  text-align: justify;
}
.show_news .top .content {
  padding: 1.5625rem 0 3.4375rem;
  margin: 1.5625rem 0 0;
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}
.show_news .top .shangxia {
  padding: 1.5625rem 0;
  border-bottom: 1px solid #EFEFEF;
  line-height: 1.875rem;
  font-size: 1rem;
}
.show_news .top .shangxia a {
  color: #727272;
}
.show_news .top .shangxia a:hover {
  color: #e50012;
}
.show_news .about_news {
  margin: 2.1875rem 0 3.4375rem;
}
.show_news .about_news .swiper-container {
  margin-top: 1.875rem;
  padding-bottom: 3.125rem;
}
.show_news .about_news .swiper-slide {
  background: #F4F9FA;
  padding: 1.875rem 1.875rem 2.5rem;
  border-radius: .375rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.show_news .about_news .swiper-slide .data {
  margin: .5rem 0;
}
.show_news .about_news .swiper-slide:hover .name {
  color: #e50012;
}
.list_contact .title {
  margin-bottom: 2.1875rem;
}
.list_contact .left > div {
  padding: 2.8125rem 2.5rem 3.125rem;
  box-shadow: 0 0 .625rem #ddd;
  background: #ffffff;
  border-radius: 9px;
}
.list_contact .left > div button {
  width: 100%;
  line-height: 3.625rem;
  border-radius: .5625rem;
  background: #e50012;
  border: 1px solid #e50012;
  font-size: 1rem;
  color: #fff;
}
.list_contact .left > div button:hover {
  box-shadow: inset 0 0 0 2.5rem #fff;
  transition: 400ms ease-in-out;
  -moz-transition: 400ms ease-in-out;
  -webkit-transition: 400ms ease-in-out;
  -o-transition: 400ms ease-in-out;
  color: #e50012;
}
.list_contact .left > div .input {
  margin-bottom: 1.875rem;
}
.list_contact .left > div .input input {
  width: 100%;
  border-radius: .5625rem;
  line-height: 3.625rem;
  border: 1px solid #AAAAAA;
  padding: 0 1.25rem;
  font-size: 1rem;
  color: #262626;
}
.list_contact .left > div .input textarea {
  width: 100%;
  height: 10.625rem;
  line-height: 1.875rem;
  border-radius: .5625rem;
  padding: .625rem 1.25rem;
  border: 1px solid #AAAAAA;
  display: block;
}
.list_contact .right {
  padding-left: 6rem;
}
.list_contact .right .name {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.5rem;
  color: #262626;
}
.list_contact .right .top .text {
  color: rgba(51, 51, 51, 0.6);
  margin: .625rem 0;
}
.list_contact .right .top li {
  padding: 1.875rem 0;
  border-bottom: 1px solid #e50012;
}
.list_contact .right .top .more_a {
  font-size: .875rem;
}
.list_contact .right .top .more_a a {
  color: #e50012;
}
.list_contact .right .top li:first-child {
  padding-top: .9375rem;
}
.list_contact .right .bot {
  margin-top: 3.4375rem;
}
.list_contact .right .bot li {
  margin-bottom: 2.5rem;
}
.list_contact .right .bot li:last-child {
  margin-bottom: 0;
}
.list_contact .right .bot .emaile_address {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #000000;
  margin-top: .625rem;
}
.list_contact .right .bot .emaile_address .iconfont {
  font-size: 1.25rem;
  position: relative;
  top: .1875rem;
  margin-right: .625rem;
  display: inline-block;
}
.fancybox__container {
  z-index: 9991;
}
.list_contact .right .bot .emaile_address:hover {
  color: #e50012;
}
.pb100 {
  padding-bottom: 6.25rem;
}
.list_join .top {
  align-items: flex-end;
}
.list_join .right ul {
  font-size: 1rem;
  width: 100%;
  box-shadow: 0 0 0.625rem #ddd;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  padding: 10px 0;
  z-index: 999;
}
.list_join .right .all_job:hover ul {
  transform: none;
  opacity: 1;
}
.all_job {
  position: relative;
  text-align: center;
  width: 11.875rem;
  margin: 0 0 0 auto;
}
.all_job ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  text-align: center;
}
.all_job ul li:hover {
  color: #e50012;
}
.all_job p {
  width: 100%;
  height: 60px;
  line-height: 58px;
  border-radius: 50px;
  border: 1px solid #ddd;
  font-size: 1.125rem;
  /* padding: 0 60px; */
}
.recruit_three > ul {
  display: none;
}
.recruit_three > ul.active {
  display: block;
}
.list_join .right ul li {
  line-height: 1.875rem;
  padding-bottom: .625rem;
  position: relative;
  cursor: pointer;
}
.list_join .right ul li:hover::before, .list_join .right ul li.active::before {
  width: 100%;
  transition: all .6s;
}
/* .list_join .right ul li::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #000;
  transition:  all .6s;
} */
.list_join_culture .text {
  margin-top: 2rem;
  text-align: justify;
}
.list_join_culture .row {
  align-items: center;
  margin: 0 -3.125rem 5.3125rem;
}
.list_join_culture .row:last-child {
  margin-bottom: 0;
}
.list_join_culture .left, .list_join_culture .right {
  padding: 0 3.125rem;
}
.list_join_culture .row:nth-child(even) .left {
  order: 2;
}
.list_join_culture .row:nth-child(even) .right {
  order: 1;
}
.list_join_culture .title span {
  color: #e50012;
}
.list_join_value {
  background: url(/skin/img/c197ea314bf3c0b3d43d0378540c44e1.png) no-repeat;
  background-size: cover;
  padding: 6.25rem 0 7.5rem;
}
.list_join_value .title {
  margin-bottom: 1.5rem;
}
.list_join_case .phone_show {
  display: none;
}
.list_join_case .bg {
  background: #fff;
}
.list_join_value .more a {
  padding: 0 3.125rem;
  border-radius: 5px;
  background: #e50012;
  color: #fff;
  font-size: 1.25rem;
  width: auto;
}
.cont1 .bg .list {
  width: calc(100% - 11.25rem);
  /* height: 31.125rem; */
  position: relative;
  margin: 0 3.75rem 0 7.5rem;
}
.cont1 .bg .list li {
  /* position: absolute; */
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.cont1 .bg .list li.show {
  opacity: 1;
  visibility: visible;
}
.cont1 .bg .list li.li_03 .tias-s {
  margin-top: 5rem;
  font: 400 1.25rem/1.5em "Noto Sans SC";
  color: #9D9D9D;
  position: absolute;
  z-index: 99;
  text-align: center;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
}
@media (max-width: 768px) {
  .cont1 .bg .list li.li_03 .tias-s {
    font-size: 1rem;
  }
}
.cont1 .bg .list li.li_03 .light {
  width: 100%;
  /* height: 29.9375rem;
  position: absolute; */
  z-index: 10;
  left: 0%;
  right: auto;
  top: 0;
  bottom: auto;
  opacity: 0;
  text-align: center;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.cont1 .bg .list li.li_03 .light canvas {
  width: 100%;
  margin-top: -2rem;
}
@media (max-width: 1024px) {
  .cont1 .bg .list li.li_03 .light canvas {
    margin-top: 0;
  }
}
.cont1 .bg .list li.li_03 .diamna .din {
  position: absolute;
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.cont1 .bg .list li.li_03 .diamna .din i:nth-child(1):before {
  content: "";
  position: absolute;
  top: -0.4375rem;
  left: -0.4375rem;
  width: 1.875rem;
  height: 1.875rem;
  background: #e50012;
  opacity: 0.25;
  border-radius: 50%;
}
.cont1 .bg .list li.li_03 .diamna .din i {
  display: block;
  background: #e50012;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  left: auto;
  right: 1.25rem;
  top: 50%;
  bottom: auto;
  margin-top: -0.9375rem;
  width: 1rem;
  height: 1rem;
  -moz-animation: scale-anim 2s infinite linear;
  -o-animation: scale-anim 2s infinite linear;
  animation: scale-anim 2s infinite linear;
  -webkit-animation: scale-anim 2s infinite linear;
}
.cont1 .bg .list li.li_03 .diamna .din i:nth-child(2) {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.cont1 .bg .list li.li_03 .diamna .din:nth-child(1) {
  left: 25%;
  top: 39.5%;
}
.cont1 .bg .list li.li_03 .diamna .din:nth-child(2) {
  left: 24%;
  top: 94%;
}
.cont1 .bg .list li.li_03 .diamna .din:nth-child(3) {
  left: 76%;
  top: 38%;
}
.cont1 .bg .list li.li_03 .diamna .din:nth-child(4) {
  left: 86%;
  top: 91.375%;
}
.cont1 .bg .list li.li_03 .diamna .din:nth-child(5) {
  right: 0%;
  top: 77%;
  display: none;
}
.cont1 .bg .list li.li_03 h2.title {
  color: #e50012;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 14rem;
  bottom: auto;
  font-size: 2.5rem;
  line-height: 1.2;
  opacity: 0;
  margin-top: 1rem;
  font-weight: 600;
}
.cont1 .bg .list li.li_03 dl .dd {
  text-align: center;
  position: absolute;
  width: 9.3125rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  top: 42%;
  left: 43%;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-animation: upDown 3s infinite linear;
  -moz-animation: upDown 3s infinite linear;
  -o-animation: upDown 3s infinite linear;
  animation: upDown 3s infinite linear;
  z-index: 99;
}
.cont1 .bg .list li.li_03 dl .dd i {
  display: block;
  font-size: 0;
}
.cont1 .bg .list li.li_03 dl .dd i img {
  width: 100%;
}
.cont1 .bg .list li.li_03 dl .dd div.pa {
  width: 100%;
  color: #363636;
  text-align: center;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.cont1 .bg .list li.li_03 dl .dd div.pa img {
  width: 28%;
  margin: 0 auto .5rem;
}
.cont1 .bg .list li.li_03 dl .dd div.pa .name {
  font: 600 1rem/1.5em "Noto Sans SC";
  padding: 0 2em;
}
.cont1 .bg .list li.li_03 dl .dd:nth-child(odd) {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.cont1 .bg .list li.li_03.in .light {
  opacity: 1;
}
.cont1 .bg .list li.li_03.in h2.title {
  opacity: 1;
  margin-top: 0;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.cont1 .bg .list li.li_03.in h2.title img {
  height: 4.125rem;
}
.cont1 .bg .list li.li_03.in .tias-s {
  opacity: 1;
  bottom: -12rem;
}
.cont1 .bg .list li.li_03.in .diamna .din {
  opacity: 1;
}
.cont1 .bg .list li.li_03.in dl .dd {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  margin-top: 0;
}
.cont1 .bg .list li.li_03.in dl .dd.dd_01 {
  left: 2%;
  top: 35%;
}
.cont1 .bg .list li.li_03.in dl .dd.dd_02 {
  left: 5%;
  top: 73%;
}
.cont1 .bg .list li.li_03.in dl .dd.dd_03 {
  left: 26%;
  top: 85%;
}
.cont1 .bg .list li.li_03.in dl .dd.dd_04 {
  left: 47%;
  top: 87%;
}
.cont1 .bg .list li.li_03.in dl .dd.dd_05 {
  left: 68%;
  top: 82%;
}
.cont1 .bg .list li.li_03.in dl .dd.dd_06 {
  left: 82%;
  top: 32%;
}
.cont1 .bg .list li.li_03.in dl .dd.dd_07 {
  left: 87%;
  top: 70%;
}
.list_join_case {
  padding-bottom: 13.75rem;
}
.list_development {
  background: #F5F9FA;
}
.list_development .num {
  color: #EDEDED;
  font-family: Montserrat;
  font-size: 6rem;
  font-weight: 700;
  line-height: 0.85;
}
.list_development .name {
  margin-bottom: .875rem;
}
.list_development .name p {
  color: #262626;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_development .left, .list_development .right {
  padding: 0 2.1875rem;
}
.list_development li {
  margin: 0 -2.1875rem 3.375rem;
  align-items: center;
}
.list_development li:last-child {
  margin-bottom: 0;
}
.list_development li:nth-child(even) .left {
  order: 2;
}
.list_development li:nth-child(even) .right {
  order: 1;
}
.list_join_image .pad {
  padding: 0 .75rem;
  margin-bottom: 1.5rem;
}
.list_join_image .row {
  margin: 0 -0.75rem;
}
.list_join_image {
  padding-top: 12.5rem;
}
.list_join .bot .title.zw {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-align: center;
}
.list_join .bot .title.zw a {
  color: rgba(38, 38, 38, 0.40);
}
.list_join .bot .title.zw a:hover {
  color: #e50012;
}
.list_join .bot .recruit_three ul li {
  box-shadow: 0 0 0.5rem rgba(221, 221, 221, 0.38);
}
.list_join .bot .recruit_three .clearfix {
  line-height: 1.875rem;
  padding: 1.4375rem 1.875rem;
}
.list_join_value .more:hover {
  box-shadow: inset 0 0 0 2.5rem #fff;
}
.list_join_value .more:hover a {
  background: transparent;
  color: #e50012;
}
.list_join .bot .recruit_three .clearfix .fl {
  font-weight: bold;
  font-size: 1.125rem;
  color: #262626;
}
.list_join .bot .recruit_three .clearfix .fr .iconfont {
  font-size: 1.25rem;
  color: #000000;
  display: block;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.list_join .bot .recruit_three .content {
  padding: 0 1.875rem;
  display: none;
}
.list_join .bot .recruit_three .content .address {
  margin: .9375rem 0 0;
}
.list_join .bot .recruit_three .content .address span {
  margin-right: 1.5625rem;
}
.list_join .bot .recruit_three .content .text p {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #727272;
  margin: 1.25rem 0 .625rem;
}
.list_join .bot .recruit_three .content .email {
  padding: 1.875rem 0;
  font-size: 1.125rem;
  line-height: 1.875rem;
  color: #e50012;
  font-weight: 600;
}
.list_join .bot .recruit_three .content .email .iconfont {
  font-size: 1.375rem;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: .625rem;
}
.list_join .bot .recruit_three .content .email a {
  color: #e50012;
}
.list_join .bot .recruit_three .content .email a span {
  color: #000;
}
.list_join .bot .recruit_three .content .email:hover .underlin {
  text-decoration: underline;
}
.list_join .bot .recruit_three ul li.active {
  margin: 2.5rem 0;
  box-shadow: 0 0 0.625rem rgba(221, 221, 221, 0.38);
}
.list_join .bot .recruit_three ul li.active .content {
  padding-bottom: 1.875rem;
}
.list_join .bot .recruit_three ul li.active .clearfix {
  padding-bottom: 0;
}
.list_join .bot .recruit_three ul li.active .clearfix .fl {
  font-weight: bold;
  font-size: 1.375rem;
}
.list_join .bot .recruit_three ul li.active .clearfix .fr .iconfont {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transform: rotate(180deg);
}
.list_join .bot .recruit_three ul li.active:first-child {
  margin-top: 0;
}
/* .list_join .bot .recruit_three ul li:hover .clearfix .fl,
.list_join .bot .recruit_three ul li.active .clearfix .fl {
  color: #e50012;
}
.list_join .bot .recruit_three ul li:hover .clearfix .fr .iconfont,
.list_join .bot .recruit_three ul li.active .clearfix .fr .iconfont {
  color: #e50012;
} */
.list_tech #tech1, .list_about_one #about1, .list_about_two #about4, .list_about_five #about3, .list_about_four #about2, .list_tech_two #tech2, .list_tech_three #tech3, .list_tech_four #tech4, .list_tech_four #tech5 {
  position: absolute;
  top: -4.875rem;
}
.list_tech .text {
  color: #262626;
}
.list_tech .text.w70.ta {
  margin-left: auto;
  margin-right: auto;
}
.list_tech .left {
  padding-right: 0;
}
.list_tech .left .text {
  text-align: justify;
}
.list_tech .mtb {
  margin: .9375rem 0px 1.875rem;
}
.list_tech .right {
  padding-left: 3.5625rem;
}
.list_tech .right .col-md-4 {
  padding: 0 .75rem;
}
.list_tech .right .col-md-4 > div {
  border: 1px solid #E4E9EA;
}
.list_tech .right .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.list_tech .swiper-container {
  padding: .625rem;
}
.list_tech .swiper-container .name {
  line-height: 4.375rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFFFF;
}
.list_tech .swiper-container .swiper-slide:hover .content {
  background: #F4F9FA;
}
.list_tech .swiper-container .swiper-slide:hover .name {
  color: #e50012;
}
.list_tech .swiper-container .swiper-slide {
  border-right: 1px solid #E8E8E8;
  box-shadow: 0 1px .4375rem #ddd;
}
.list_tech .swiper-container .swiper-slide:last-child:hover .name {
  color: #fff;
}
.list_tech .swiper-container .swiper-slide:nth-child(1) .name {
  background-color: rgba(67, 182, 73, 0.4);
}
.list_tech .swiper-container .swiper-slide:nth-child(2) .name {
  background-color: rgba(67, 182, 73, 0.5);
}
.list_tech .swiper-container .swiper-slide:nth-child(3) .name {
  background-color: rgba(67, 182, 73, 0.6);
}
.list_tech .swiper-container .swiper-slide:nth-child(4) .name {
  background-color: rgba(67, 182, 73, 0.8);
}
.list_tech .swiper-container .swiper-slide:nth-child(5) .name {
  background-color: #e50012;
}
.list_tech .swiper-slide .content {
  padding: 2.6875rem 1.375rem 0;
  height: 21.625rem;
  background: #fff;
}
.list_tech .swiper-slide ul li {
  height: 3.75rem;
  margin-bottom: .9375rem;
}
.list_tech .swiper-slide .fl {
  width: 2rem;
  height: 2rem;
  line-height: 1.875rem;
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.list_tech .swiper-slide .fl img {
  height: 1.125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list_tech .swiper-slide .fr {
  width: calc(100% - 2rem);
  padding-left: .6875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.list_tech .swiper-slide .text {
  font-size: .75rem;
  line-height: 1.25rem;
  color: #333333;
}
.subtitle.c0 {
  color: #262626;
}
.subtitle.c0 span::before {
  background: #262626;
}
.list_tech_two {
  background: url(/skin/img/21.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.list_tech_two .left {
  width: 57%;
  padding-right: 11.875rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.list_tech_two .left .text, .list_tech_two .left .name {
  text-align: justify;
}
.list_tech_two .left .text, .list_tech_two .left .name, .list_tech_two .left title {
  color: #262626;
}
.list_tech_two .left .name {
  margin: 1.5625rem 0;
}
.list_tech_two .right {
  width: 43%;
}
.list_tech_three {
  padding: 8.75rem 0 7.5rem;
  background: url(/skin/img/23.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.list_tech_five .num .counter {
  font-size: 3.75rem;
  color: #e50012;
  line-height: 4rem;
  font-weight: 600;
}
.list_tech_five .num {
  color: #727272;
  font-size: 1rem;
}
.list_tech_five img {
  width: 50%;
  margin: 0 auto;
}
.list_tech_three ul {
  margin-top: 5.9375rem;
}
.list_tech_three ul li {
  width: 33.3%;
  float: left;
  position: relative;
  z-index: 1;
}
.list_tech_three ul li .name {
  line-height: 3.3125rem;
  background: rgba(255, 255, 255, 0.76);
  font-weight: bold;
  font-size: .875rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  color: #000000;
}
.list_tech_three ul li:hover img {
  transform: scale(1.1);
}
.list_tech_three ul li:hover .name {
  background: #e50012;
  color: #fff !important;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.list_tech_three ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 31, 38, 0.39);
  z-index: -1;
}
.list_tech_three::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19.625rem;
  background: rgba(67, 182, 73, 0.88);
  z-index: -1;
}
.list_tech_four {
  background: url(/skin/img/25.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 9.375rem 0 10rem;
}
.list_tech_four .left {
  width: 43%;
}
.list_tech_four .right {
  padding-left: 8.75rem;
  width: 57%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.list_tech_four .right ul {
  margin-top: 2.5rem;
}
.list_tech_four .right .name {
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: 0 1.25rem;
  position: relative;
}
.list_tech_four .right .name::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background: #e50012;
}
.list_tech_four .right ul li {
  margin-bottom: .9375rem;
}
.list_tech_four .right .text {
  margin-top: .625rem;
  color: #262626;
  padding-left: 1.25rem;
}
.list_tech_five .name {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.9375rem;
  color: #262626;
  margin-top: 1.4375rem;
}
.list_tech_five .swiper-container {
  margin-top: 3.75rem;
}
.list_tech_five .icon img {
  height: 4.5625rem;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  display: inline-block;
}
.list_tech_five .swiper-slide:hover .icon img {
  transform: rotateY(360deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}
.list_tech_five .swiper-slide:hover .name {
  color: #e50012;
}
.list_download .row {
  margin-left: -1.4375rem;
  margin-right: -1.4375rem;
}
.list_download .col-md-6 {
  padding: 0 1.4375rem;
  margin-bottom: 2.875rem;
}
.list_download .col-md-6 > div {
  box-shadow: 0 0 .625rem #ddd;
  padding: 2.8125rem 3.75rem 4.0625rem;
}
.list_download .col-md-6 > div .name {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #262626;
  margin-bottom: 1.25rem;
}
.list_download .col-md-6 > div ul li:hover a {
  color: #e50012;
}
.list_download .col-md-6 > div ul li {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: .5rem 0;
  cursor: pointer;
  position: relative;
}
.list_download .col-md-6 > div ul li div {
  color: #727272;
}
.list_download .col-md-6 > div ul li div .iconfont {
  color: #e50012;
  font-size: 1rem;
  display: inline-block;
  font-weight: 600;
}
.list_download .col-md-6 > div ul li div span:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 0;
  transform: translateY(-50%);
  width: 1.875rem;
}
.list_download .col-md-6 > div ul li div span:last-child {
  width: calc(100% - 1.875rem);
  float: right;
}
.list_download .col-md-6 > div ul li div span {
  display: inline-block;
}
.modal_inp p {
  font-size: .9375rem;
  line-height: 24px;
  color: #505151;
  margin-bottom: 8px;
}
.modal_inp p span {
  color: #80BF2E;
}
.qiantan .contact button {
  color: #000;
}
.qiantan .lianxi_butt {
  text-align: center;
  margin-top: 0;
}
.modal_inp input.modal_inp_a {
  padding: 0;
  font-size: .875rem;
}
.modal_div_bok .modal_inp input, .modal_div_bok .qiantan .lianxi_inp input {
  border-radius: .625rem;
  border: 1px solid rgb(155, 155, 155);
  height: 3.375rem;
  padding: 0 1.5rem;
  width: 100%;
  font-size: 1rem;
}
.modal_inp textarea::-webkit-input-placeholder {
  color: rgb(155, 155, 155);
}
/*webkit 内核浏览器*/
.modal_inp textarea::-moz-placeholder {
  color: rgb(155, 155, 155);
}
/*Mozilla Firefox 19+*/
.modal_inp textarea:-moz-placeholder {
  color: rgb(155, 155, 155);
}
/*Mozilla Firefox 4 to 18*/
.modal_inp textarea:-ms-input-placeholder {
  color: rgb(155, 155, 155);
}
.modal_inp input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgb(155, 155, 155);
}
.modal_inp :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgb(155, 155, 155);
}
.modal_inp ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgb(155, 155, 155);
}
.modal_inp input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgb(155, 155, 155);
}
.modal_inp input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgb(155, 155, 155);
}
.qiantan .contact {
  margin-top: 20px;
}
.modal_inp_a {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.825rem;
  color: #b7b7b7;
  background: #fff;
  width: 30% !important;
  float: right;
  border: none !important;
  height: 36px !important;
}
.modal_inp_a:hover {
  color: #b7b7b7;
}
.modal_div-tit {
  font-size: 1.5rem;
  color: #000000;
  font-weight: bolder;
}
.modal_div_bok .modal-header {
  display: block;
  text-align: center;
  border-bottom: none;
}
.modal_div_bok .modal-header .close {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
}
.modal_inp {
  margin-top: 1rem;
}
.modal_top {
  font-size: 1.125rem;
  color: #000000;
  opacity: 0.7;
}
.modal_div_bok .modal-body {
  padding-top: 0;
}
.modal_div_fxl div {
  border: 1px solid #80BF2E;
  margin-top: 25px;
  background: #80BF2E;
  color: #fff;
  cursor: pointer;
  z-index: 9;
}
.modal_div_bok .modal-content {
  background: #fff;
}
.modal_div_fxl div::before {
  background: #fff;
}
.modal_div_fxl div:hover {
  color: #80BF2E !important;
}
.modal_div_fxl {
  text-align: center;
}
.modal_div_bok .modal-lg {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 30%;
}
.modal_div_bok textarea {
  width: 100%;
  height: 10rem;
  line-height: 1.875rem;
  border: 1px solid rgb(155, 155, 155);
  display: block;
  font-size: 1rem;
  padding: .625rem 1.5rem;
  border-radius: .625rem;
}
.list_rdcenter {
  background: url(/skin/img/29.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.ny_ban .swiper-pagination {
  bottom: 2.5rem;
}
#spsy_tc video {
  display: block;
}
.list_search ul li {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 3rem;
}
#spsy_tc, #sp1_tc {
  background: rgba(0, 0, 0, 8);
  z-index: 9999;
}
#spsy_tc .modal-header, #sp1_tc .modal-header {
  padding: 0;
  border: none;
  position: absolute;
  right: 15px;
}
.modal-content {
  background: #000;
}
#spsy_tc .modal-body, #sp1_tc .modal-body {
  padding: 0;
  background: rgba(0, 0, 0, 8);
}
#sp1_tc .modal-body {
  border: none;
}
#spsy_tc .modal-content, #sp1_tc .modal-content {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#spsy_tc button.close, #sp1_tc button.close {
  margin-top: 0;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  margin: 20px 0 0 0;
  font-size: 50px;
  font-weight: lighter;
}
#spsy_tc .modal-dialog {
  max-width: 60%;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.list_rdcenter .bread, .list_rdcenter .bread a {
  color: rgba(255, 255, 255, 0.58);
}
.list_rdcenter .bread a:hover {
  color: #e50012;
}
.list_rdcenter .top {
  padding: 4.0625rem 0 10rem;
}
.list_rdcenter .qiehuan {
  border-bottom: 1px solid rgba(255, 255, 255, 0.46);
  margin: 3.125rem 0;
}
.list_rdcenter .qiehuan ul {
  display: flex;
  justify-content: center;
}
.list_rdcenter .qiehuan ul li {
  padding: 0 4.375rem 1.5625rem;
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.list_rdcenter .qiehuan ul li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  height: 2px;
  background: #e50012;
}
.list_rdcenter .qiehuan ul li:hover, .list_rdcenter .qiehuan ul li.active {
  color: #e50012;
}
.list_rdcenter .qiehuan ul li:hover::before, .list_rdcenter .qiehuan ul li.active::before {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  width: 100%;
}
.list_rdcenter .swiper-slide .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.list_rdcenter .swiper-slide .right {
  float: right;
  width: 50%;
}
.list_rdcenter .swiper-slide .left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 50%;
  padding-right: 4.375rem;
}
.list_rdcenter .swiper-slide .text {
  text-align: justify;
}
.list_rdcenter_two {
  background: url(/skin/img/32.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 15rem 0;
}
.list_rdcenter_two .text {
  margin: 1.5625rem 0 0 0;
  text-align: justify;
}
.list_rdcenter_two .left {
  width: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-right: 5.625rem;
}
.list_rdcenter_two .right {
  width: 50%;
}
.list_rdcenter_two .right .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.list_rdcenter_two .right .iconfont {
  font-size: 3rem;
  color: #fff;
}
.list_rdcenter_two .right:hover img {
  transform: scale(1.1);
}
.list_rdcenter_two .right:hover .iconfont {
  color: #e50012;
}
.list_rdcenter_three {
  padding: 150px 0;
  background: url(/skin/img/33.jpg) no-repeat;
  background-size: cover;
}
.list_rdcenter_three form {
  margin-top: 1.875rem;
}
.list_rdcenter_three input::-webkit-input-placeholder, .list_rdcenter_three textarea::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #fff;
}
.list_rdcenter_three input::-moz-input-placeholder, .list_rdcenter_three textarea::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #fff;
}
.list_rdcenter_three input::-ms-input-placeholder, .list_rdcenter_three textarea::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #fff;
}
.list_rdcenter_three ul {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.list_rdcenter_three ul li {
  float: left;
  padding: 0 .625rem;
  width: 33.3%;
}
.list_rdcenter_three ul li:last-child, .list_rdcenter_three ul li:nth-last-child(2) {
  width: 100%;
}
.list_rdcenter_three ul li:last-child {
  float: right;
}
.list_rdcenter_three ul li:nth-last-child(2) {
  margin: 1.25rem 0;
}
.list_rdcenter_three ul li textarea {
  width: 100%;
  display: block;
  border-radius: .5rem;
  border: 1px solid #fff;
  padding: .625rem 1.25rem;
  line-height: 1.875rem;
  height: 18.75rem;
  color: #fff;
  background: transparent;
  font-size: 1rem;
}
.list_rdcenter_three ul li input {
  width: 100%;
  border-radius: .5rem;
  border: 1px solid #fff;
  padding: 0 1.25rem;
  line-height: 3.625rem;
  background: transparent;
  color: #fff;
  font-size: 1rem;
}
.list_rdcenter_three ul li:last-child {
  width: 13%;
}
.modal_div_fxl .name {
  font-size: 1rem;
  margin-bottom: .625rem;
}
.list_rdcenter_three ul button, .modal_div_fxl button {
  width: 100%;
  line-height: 3.625rem;
  background: #fff;
  border-radius: .5rem;
  color: #e50012;
  border: 1px solid #fff;
}
.modal-backdrop {
  z-index: 9990;
}
.modal {
  z-index: 9999;
}
.modal_inp .name {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.modal_div_fxl button {
  background: #e50012;
  color: #fff;
  margin-top: .9375rem;
}
.list_rdcenter_three ul button:hover, .modal_div_fxl button:hover {
  background: transparent;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  color: #fff !important;
}
.modal_div_fxl button:hover {
  border: 1px solid #e50012 !important;
  color: #e50012 !important;
}
.list_pro .left {
  padding-right: 2.8125rem;
}
.list_pro .left ul {
  border-right: 1px solid #DEE0E0;
}
.list_pro .left ul li:last-child {
  border-bottom: none;
}
.list_pro {
  background: url(/skin/img/pro_bg.png) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.list_pro .left ul li {
  border-bottom: 1px solid #DEE0E0;
}
.list_pro .left ul li a {
  padding: 0 1.25rem 0 3.75rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: #262626;
  line-height: 4.6875rem;
}
.list_pro .left ul li:hover, .list_pro .left ul li.active {
  border-bottom-color: #e50012;
  background: #e50012;
}
.list_pro .left ul li:hover a, .list_pro .left ul li.active a {
  color: #fff !important;
}
.list_pro .right {
  padding-left: 3.75rem;
}
.list_pro .right > div {
  display: none;
}
.list_pro .right > div.active {
  display: block;
}
.list_pro .right .name {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.875rem;
  color: #262626;
  margin-bottom: 1.25rem;
}
.list_pro .right .name_name {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #262626;
  margin-bottom: 1.25rem;
}
.list_pro .right .fl:nth-child(1) {
  width: 15%;
}
.list_pro .right ul li > div {
  box-shadow: 0 0 .625rem #ddd;
  border-radius: .625rem;
  padding: 2.5rem 1.25rem;
  margin-bottom: 30px;
}
.list_pro .right .fl:nth-child(2) {
  width: calc(85% - 2.5rem);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.25rem;
  padding-left: 1.25rem;
}
.list_pro .right ul li:nth-child(even) .fl:nth-child(1) {
  float: right;
}
.list_pro .right ul li:nth-child(even) .fl:nth-child(2) {
  right: auto;
  left: 1.25rem;
}
.list_pro .right ul li:nth-child(even) > div {
  padding-left: 5rem;
}
.list_pro .right ul li:nth-child(odd) > div {
  padding-right: 5rem;
}
.list_pro .right ul li:nth-child(odd) .fl:nth-child(2) {
  width: calc(85% - 6.25rem);
  right: 5rem;
}
.list_pro .right ul li:nth-child(even) .fl:nth-child(2) {
  width: calc(85% - 6.25rem);
  right: auto;
  left: 5rem;
}
.list_pro .right .name_title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
}
.list_pro .right .text {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #262626;
  text-align: justify;
}
.list_pro_cpxn .circle {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 13.5rem;
  height: 13.5rem;
  background: #e50012;
  border-radius: 50%;
}
.list_pro_cpxn .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94%;
  height: 94%;
  border-radius: 50%;
  border: 1px dashed #fff;
}
.list_pro_cpxn .pa {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.list_pro_cpxn .name1 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  margin-bottom: .35rem;
}
.list_pro_cpxn .text1 {
  font-size: .75rem;
  line-height: 1.25rem;
}
.list_pro .right .list_pro_cpxn .text {
  color: #727272;
}
.list_pro .right .more_a {
  margin: .9375rem 0 1.25rem;
}
.list_pro .right .img .hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.list_pro .right .img .hover img {
  width: 100%;
}
.show_pro .left {
  padding-right: 0rem;
}
.show_pro .right {
  padding-left: 3.5rem;
}
.show_pro .text {
  margin: 1rem 0 2.1875rem;
  color: #262626;
  text-align: justify;
}
.show_pro_two {
  background: url(/skin/img/38.jpg) no-repeat;
  background-size: cover;
  padding: 3.75rem 0 3.125rem;
}
.show_pro_two .name {
  font-weight: bold;
  font-size: 1.375rem;
  line-height: 1.9375rem;
  color: #FFFFFF;
  margin: 1rem 0 0.5rem;
}
.show_pro_three .text {
  color: #262626;
  margin: .9375rem 0 2.5rem;
  text-align: justify;
}
.show_pro_three .number span:last-child {
  font-weight: bold;
  font-size: 1.375rem;
  color: #000000;
}
.show_pro_three .col-md-4 > div {
  background: #F4F9FA;
  padding: 5.625rem 3.125rem 5rem;
}
.show_pro_three .col-md-4 .font22 {
  margin-top: 2.5rem;
}
.show_pro_four.section4 {
  background: #F4F9FA;
}
.applaction_sec .container {
  padding-top: 4.875rem;
}
.applaction_sec .text {
  width: 50%;
  text-align: justify;
  margin: 2.5rem 0 2.5rem;
}
.applaction_sec .more {
  border-color: #fff;
}
.applaction_sec .more a {
  color: #fff !important;
}
.original {
  width: 100%;
}
.grid__item .description {
  display: none;
}
.grid {
  width: 100% !important;
}
.zw {
  margin-top: 35px;
}
.zw a:hover {
  color: #e50012;
}
@media (min-width: 2560px) and (max-height: 1920px) {
  .section7 .top {
    padding: 7rem 0 8.9375rem;
  }
  footer ul.clearfix {
    padding-bottom: 3.9375rem;
  }
  .section6 .swiper-container {
    margin-top: 2rem;
  }
  .section5 .swiper-container {
    margin-top: 2.625rem;
  }
  .section4 .container {
    padding-top: 6rem;
  }
  .section3 .top li {
    margin-top: 2.4375rem;
  }
}
@media (max-width: 1600px) {
  .section2 .left ul li {
    font-size: 0.875rem;
  }
  .list_news_top.list_news .name, .ny_ban .p2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .ny_ban .p1 {
    font-size: 3.25rem;
    line-height: 3.5rem;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: calc(0.90909091vw);
  }
  .ny_ban .swiper-slide .hover .p2 {
    line-height: 2.4rem;
    margin-top: .625rem;
  }
  .list_about_two .line2 {
    -webkit-line-clamp: 3;
  }
  .list_pro_cpxn .text1 {
    letter-spacing: -1px;
    padding: 0 15px;
  }
  .list_pro .right .fl:nth-child(1) {
    width: 20%;
  }
  .list_pro .right ul li:nth-child(odd) .fl:nth-child(2) {
    width: calc(80% - 6.25rem);
  }
  .list_pro .right ul li:nth-child(even) .fl:nth-child(2) {
    width: calc(80% - 6.25rem);
  }
  .banner .ban_p1 {
    font-size: 3.25rem;
  }
  .banner .ban_p2 {
    font-size: 2.1rem;
  }
  .list_pro_cpxn .circle {
    display: none;
  }
  .title {
    font-size: 2rem;
  }
  .list_download .col-md-6 > div .name {
    font-size: 1.25rem;
  }
  .list_download .col-md-6 > div ul li {
    font-size: 1.125rem;
  }
  .section2 .right .number .counter, .list_about_one .number .counter, .show_pro_three .number .counter {
    font-size: 4.25rem;
  }
  .ny_ban .p1 {
    font-size: 3.25rem;
    margin-bottom: 0;
  }
  .ny_ban .p2 {
    font-size: 2.1rem;
  }
  .list_join .ceanter .fl {
    width: 14%;
  }
  .list_join .ceanter .fr {
    width: 86%;
  }
  .list_join .ceanter .fr .name {
    margin-top: 0;
  }
  .cont1 .bg .list li.li_03 h2.title {
    top: 11rem;
  }
  .cont1 .bg .list {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1366px) {
  html {
    font-size: calc(0.95238095vw);
  }
  .section2 .left {
    padding-right: 0;
  }
  .section2 .right {
    padding-left: 5.5rem;
  }
  .section2 .right ul li.col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
  .section2 .right .number .counter, .list_about_one .number .counter, .show_pro_three .number .counter {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  .section2 .right .number sup, .list_about_one .number sup, .show_pro_three .number sup {
    font-size: 2.5rem;
  }
  .section3 .bot {
    margin-top: 1rem;
  }
  .section3 .top {}
  .section3 .top li {
    margin-top: 2.5rem;
  }
  .section3 .top .fl img {
    width: 4.5rem;
  }
  .section3 .top .text {
    -webkit-line-clamp: 1;
    height: 1.5rem;
  }
  .section4 ul li .img, .show_pro_four ul li .img, .section4 ul li, .show_pro_four ul li {
    height: 25.125rem;
  }
  .section4 ul li .name, .show_pro_four ul li .name, .section6 .name {
    font-size: 1.25rem;
  }
  .section6 .name {
    -webkit-line-clamp: 1;
    height: 1.9375rem;
  }
  .section6 .swiper-container {
    margin-top: 2rem;
  }
  footer ul {
    padding-bottom: 2.8rem;
  }
  .section7 .top {
    /* padding: 8rem 0 0; */
  }
  footer .text {
    line-height: 1.875rem;
  }
  .section7_top {
    height: calc(100% - 30.3125rem - 4.875rem);
  }
  .ny_ban .ny_erji ul li a {
    padding: 0 1.5rem 1rem;
  }
  .list_pro .left ul li a {
    padding-left: 1.5rem;
  }
  .list_rdcenter_three {
    padding: 8rem 0;
  }
}
@media (max-width: 1280px) {
  .container {
    padding: 0 12rem;
  }
}
@media (max-width: 1200px) {
  .section2 .left ul li {
    width: 22%;
  }
  .show_pro_three .col-md-4 > div {
    padding: 30px 1.25rem;
  }
  .show_pro_three .col-md-4 .font22 {
    margin-top: 10px;
  }
  .section2 .right .font22, .list_about_one .font22, .show_pro_three .font22 {
    font-size: 18px;
    line-height: 26px;
  }
  .ny_ban .ny_erji ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .list_pro .right ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list_pro .right ul li:nth-child(odd) > div {
    padding-right: 2rem;
  }
  .list_pro .right ul li:nth-child(even) > div {
    padding-left: 2rem;
  }
  .list_pro .right ul li:nth-child(even) .fl:nth-child(2) {
    left: 2rem;
  }
  .list_pro .right ul li:nth-child(odd) .fl:nth-child(2) {
    right: 2rem;
  }
  .list_history {
    display: none;
  }
  .phone {
    display: block;
  }
  .phone .phone_logo img {
    height: 40px;
  }
  .phone .container {
    padding: 0 15px;
  }
  .phone .bt-mn .iconfont {
    font-size: 24px !important;
  }
  .container {
    padding: 0 8rem;
  }
  .banner .ban_p1 {
    font-size: 36px;
    line-height: 36px;
  }
  .banner .ban_p2 {
    font-size: 22px;
    line-height: 30px;
  }
  .section2, .section4, .section5, .section7 .top, .section6 {
    padding: 50px 0;
  }
  .section2 .right {
    padding-left: 3rem;
  }
  .section2 .right ul li.col-md-4 {
    padding-right: 0;
  }
  .section2::before {
    right: 3rem;
  }
  .section3 .bot {
    position: relative;
  }
  #siteFunctions {
    display: block;
  }
  .section3 .top {
    position: static;
    padding-top: 50px;
  }
  .section3 .bot {
    margin-top: 50px;
  }
  .section6 .container, .section5 .container, .section4 .container {
    padding-top: 0;
  }
  .section5 .swiper-button-next {
    right: -4rem;
  }
  .section5 .swiper-button-prev {
    left: -4rem;
  }
  .section3 .top {
    position: relative;
    transform: translate(0);
    padding-bottom: 50px;
  }
  .more {
    height: 45px;
    line-height: 43px;
  }
  .section5 .swiper-container, .section7 .top .swiper-container {
    margin-top: 35px;
  }
  .section7 .bot, .section7 .top {
    position: static;
  }
  footer .container > ul {
    display: none;
  }
  footer .phone_weibu {
    display: block;
    background: transparent;
  }
  footer .phone_weibu .mobMenu {
    padding: 0;
  }
  footer {
    padding-top: 20px;
  }
  footer .phone_weibu .mobMenu > li > a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.75);
  }
  .title {
    font-size: 24px;
  }
  .banner .img img, .ny_ban {
    height: calc(100vh - 60px);
  }
  .section6 .swiper-container {
    margin-top: 30px;
  }
  footer .phone_weibu .mobMenu > li > .subDepth > li > a {
    font-size: 12px;
    margin-top: 5px;
  }
  .section2 .right .number .counter, .list_about_one .number .counter, .show_pro_three .number .counter {
    font-size: 40px;
  }
  .list_about_one {
    padding-bottom: 60px;
  }
  .pt100 {
    padding: 60px 0;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .list_about_two .title {
    margin-bottom: 35px;
  }
  .list_about_four .right ul li .name {
    font-size: 18px;
  }
  .ny_ban .p1 {
    font-size: 30px;
    line-height: 42px;
  }
  .ny_ban .p2 {
    font-size: 20px;
    line-height: 34px;
  }
  .list_about_four .mt100 {
    margin-top: 35px;
  }
  .list_about_four .left {
    padding-right: 15px;
    margin-bottom: 25px;
  }
  .list_about_four .right ul li:last-child {
    margin-bottom: 0;
  }
  .list_about_one ul li {
    margin: 0;
  }
  .list_about_one .text {
    margin: 15px 0 30px;
  }
  .list_about_five .swiper-container {
    margin-top: 35px;
  }
  .applaction_sec .text {
    width: 70%;
  }
  .list_contact .right {
    padding-left: 4rem;
  }
  .list_download .col-md-6 > div {
    padding: 2rem 2rem 2rem;
  }
  .list_download .col-md-6 > div ul li {
    font-size: 14px;
  }
  .list_download .col-md-6 > div .name {
    font-size: 16px;
  }
  .list_join .ceanter .fr .name {
    font-size: 18px;
    line-height: 26px;
  }
  .list_join .ceanter {
    padding: 40px 0 50px;
  }
  .list_join .ceanter .fl {
    width: 20%;
  }
  .list_join .ceanter .fr {
    width: 80%;
    padding-left: 20px;
  }
  .list_tech .left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
  }
  .list_tech .right {
    padding: 0 15px;
    margin-top: 15px;
  }
  .list_tech .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .list_tech .swiper-container {
    padding: 0;
  }
  .list_tech .swiper-container .swiper-slide {
    border-bottom: 1px solid #ddd;
  }
  .list_tech .swiper-container .swiper-slide:nth-child(1) {
    border-left: 1px solid #ddd;
  }
  .list_tech_two .left {
    padding-right: 50px;
  }
  .font22 {
    font-size: 18px;
  }
  .list_tech_three {
    padding: 70px 0;
  }
  .list_tech_three ul {
    margin-top: 40px;
  }
  .list_tech_three::before {
    height: 15rem;
  }
  .list_tech .swiper-container {
    padding-bottom: 45px;
  }
  .list_tech_four .right {
    padding-left: 50px;
  }
  .list_tech_five .icon img {
    height: 40px;
  }
  .list_tech #tech1, .list_about_one #about1, .list_about_two #about4, .list_about_five #about3, .list_about_four #about2, .list_tech_two #tech2, .list_tech_three #tech3, .list_tech_four #tech4 {
    top: -60px;
  }
  .list_pro .left {
    padding-right: 0;
  }
  .list_pro .left ul li a {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .show_pro .left {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 15px;
  }
  .show_pro .right {
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .show_pro .text {
    margin: 15px 0;
  }
  .list_about_two .name {
    font-size: 16px;
  }
  .list_about_two .icon img {
    height: 55px;
  }
  .list_about_three .swiper-button-next, .list_news_top.list_news .swiper-button-next {
    right: 30px;
  }
  .list_about_three .swiper-button-prev, .list_news_top.list_news .swiper-button-prev {
    left: 30px;
  }
  .list_news_top.list_news .name, .ny_ban .p2 {
    font-size: 20px;
    line-height: 30px;
  }
  .show_news .top .name {
    font-size: 20px;
    line-height: 30px;
  }
  .section3 .section03_top, .section7_top {
    position: static;
    height: auto;
  }
  .section7_top .top {
    transform: translateY(0);
  }
  .list_about_five .right {
    padding-left: 4rem;
  }
  .list_about_five .left {
    padding-right: 3rem;
    font-size: 14px;
  }
  .ny_ban .swiper-container img {
    height: calc(100vh - 60px);
  }
}
@media (max-width: 990px) {
  .section2 .right ul li {
    margin-top: 15px;
  }
  .p_top {
    position: absolute;
    top: -60px;
  }
  .list_rdcenter_three ul li textarea {
    height: 13rem;
  }
  .list_tech_five .num .counter {
    font-size: 44px;
  }
  .list_pro_cpxn .circle {
    display: none;
  }
  .list_pro .right ul li:nth-child(odd) > div {
    padding-right: 15px;
  }
  .list_pro .right ul li:nth-child(odd) .fl:nth-child(2) {
    width: calc(80% - 15px);
  }
  .list_pro .right ul li:nth-child(odd) .fl:nth-child(2) {
    right: 15px;
  }
  .list_pro .right ul li:nth-child(even) > div {
    padding-left: 15px;
  }
  .list_pro .right ul li:nth-child(even) .fl:nth-child(2) {
    width: calc(80% - 15px);
  }
  .list_pro .right ul li:nth-child(even) .fl:nth-child(2) {
    left: 0;
  }
  .list_tech_five .name {
    font-size: 16px;
  }
  .list_about_five .left ul li {
    margin-bottom: 15px;
    line-height: 24px;
  }
  .list_pro .right ul li > div {
    padding: 3.5rem 1.25rem;
  }
  .list_pro .right .list_pro_cpxn .text {
    line-height: 16px;
  }
  .list_about_five .right {
    padding-left: 3rem;
  }
  .section2 .right ul li.col-md-4 {
    padding-right: 15px;
  }
  .section2 .left {
    padding-right: 15px;
  }
  .section2 .right {
    padding-left: 15px;
  }
  .section2 .left ul {
    margin: 30px 0;
  }
  .section2 .left .img {
    margin: 20px 0;
  }
  .section2 .right .font22, .list_about_one .font22, .show_pro_three .font22 {
    font-size: 18px;
  }
  .section2 .right .number .counter, .list_about_one .number .counter, .show_pro_three .number .counter {
    font-size: 36px;
    line-height: 52px;
  }
  .section2 .right ul li {
    max-width: 25%;
    flex: 25%;
    text-align: center;
  }
  .section2 .right .number sup, .list_about_one .number sup, .show_pro_three .number sup {
    line-height: 50px;
    font-size: 30px;
  }
  body {
    padding-bottom: 0;
  }
  .container {
    padding: 0 5rem;
  }
  .section6 .hover .iconfont {
    font-size: 30px;
  }
  .section4 ul, .show_pro_four ul {
    margin-top: 35px;
  }
  .list_about_four .right {
    padding-left: 15px;
  }
  .list_contact .right {
    padding-left: 15px;
    margin-top: 25px;
  }
  .section5 .swiper-slide .img, .section7 .top .swiper-slide img {
    padding: 0;
  }
  .list_download .col-md-6 {
    padding: 0 15px;
    margin-bottom: 15px;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .list_download .col-md-6 > div .name {
    margin-bottom: 10px;
  }
  .list_download .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .list_tech_three ul li .name {
    line-height: 20px;
    padding: 10px 0;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }
  .list_pro .left ul li a {
    font-size: 14px;
  }
  .list_rdcenter_three {
    padding: 60px 0;
  }
  .list_about_three .swiper-button-next, .list_about_three .swiper-button-prev, .list_news_top.list_news .swiper-button-next, .list_news_top.list_news .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .list_about_three .swiper-button-next, .list_news_top.list_news .swiper-button-next {
    right: 15px;
  }
  .list_about_three .swiper-button-prev, .list_news_top.list_news .swiper-button-prev {
    left: 15px;
  }
  .list_news_top.list_news .swiper-slide .right {
    padding-left: 15px;
  }
  .list_news_top.list_news .swiper-slide .left {
    padding-right: 15px;
  }
  .list_news_top.list_news .name {
    margin-top: 0;
  }
  .list_news_top.list_news {
    padding-bottom: 45px;
  }
  .list_news_top.list_news .line3 {
    -webkit-line-clamp: 2;
  }
  .content_news .name {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
  .list_news_bot .col-md-4 {
    padding: 0 7px;
  }
  .list_news_bot .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .squear_news .content_news {
    padding: 15px;
  }
  .list_news .data a, .content_news .data a {
    margin-left: 10px;
  }
  .section2 .right ul li:nth-child(odd), .section2 .right ul li:nth-child(even) {
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
  }
  .list_join_culture .text {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .list_join_culture .row:nth-child(even) .left {
    order: 1;
  }
  .list_join_culture .row {
    margin-bottom: 25px;
  }
  .cont1 .bg .list {
    display: none;
  }
  .list_join_case .phone_show {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .list_join_case .phone_show .list1 {
    width: 33.3%;
    border: 1px solid #f5f5f5;
    text-align: center;
    padding: 15px 0;
  }
  .list_join_case .phone_show .list1 img {
    width: 40px;
  }
  .list_join_case .phone_show .list1 .name {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
  }
  .list_development .name p {
    font-size: 22px;
  }
  .list_development .num {
    font-size: 5rem;
  }
  .list_development .left, .list_development .right {
    padding: 0 1.1875rem;
  }
  .list_development li {
    margin: 0 -1.1875rem 2.375rem;
  }
  .list_join_image {
    padding-top: 5.5rem;
  }
}
@media (max-width: 767px) {
  .section5 .swiper-button-white {
    display: none;
  }
  .list_join_image {
    padding-top: 25px;
  }
  .ny_ban .swiper-slide .hover {
    bottom: 0;
    top: 8%;
    transform: translateY(0);
  }
  .ny_ban .swiper-slide .hover .p1 {
    font-size: 22px;
    line-height: 30px;
  }
  .ny_ban .swiper-slide .hover .p2 {
    font-size: 16px;
    margin-top: 0.625rem;
    line-height: 30px;
  }
  .list_pro .right ul li > div {
    padding: 1.5rem 1.25rem;
  }
  .list_about_two .swiper-container {
    padding-bottom: 35px;
  }
  .list_pro .right ul li > div {
    margin-bottom: 15px;
  }
  .list_about_five .right ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 0 10px;
  }
  .list_about_five .right {
    padding-left: 0;
    border-left: none;
    width: 100%;
  }
  .list_about_five .left {
    width: 100%;
    padding-right: 0;
    width: 100%;
    position: static;
    transform: translateY(0);
    margin: 15px 0;
  }
  .list_about_five .left ul li:last-child {
    margin-bottom: 0;
  }
  .section3 .bot .swiper-slide img {
    height: auto;
  }
  .section4 ul li, .show_pro_four ul li {
    width: 100%;
    height: 120px;
  }
  .section4 ul li.active, .show_pro_four ul li.active {
    width: 100%;
    height: 300px;
  }
  .section4 ul li .img, .show_pro_four ul li .img {
    height: 100%;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 35px;
  }
  .banner .ban_p1 {
    font-size: 32px;
  }
  .banner .ban_p2 {
    font-size: 20px;
  }
  .container {
    padding: 0 15px;
  }
  .section2 .right ul li {
    max-width: 50%;
    flex: 50%;
  }
  .section4 ul li .content .icon img, .show_pro_four ul li .content .icon img {
    height: 40px;
  }
  .section4 ul li .content .name, .show_pro_four ul li .content .name {
    margin-top: 10px;
  }
  .more a {
    width: 120px;
    padding: 0;
    text-align: center;
  }
  .section5 .text {
    margin: 15px 0 20px;
  }
  .section5 .swiper-container {
    padding-bottom: 45px;
  }
  .list_about_one ul li {
    width: 50%;
    text-align: center;
    float: left;
  }
  .list_about_one ul {
    display: block;
  }
  .list_about_one ul li:nth-child(1), .list_about_one ul li:nth-child(2) {
    margin-bottom: 15px;
  }
  .list_about_two .name {
    font-size: 16px;
  }
  .list_about_two .icon img {
    height: 3.5rem;
  }
  .ny_ban .ny_erji, .client-2, .bread {
    display: none;
  }
  .applaction_sec .text {
    width: 100%;
    margin: 15px 0;
  }
  .list_download .col-md-6 {
    margin-bottom: 15px;
  }
  .list_join .ceanter .fl {
    width: 100%;
  }
  .list_join .ceanter .fr {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .list_tech_five .swiper-container {
    padding-bottom: 40px;
  }
  .list_tech_five .name {
    font-size: 16px;
    margin-top: 10px;
  }
  .list_pro .left {
    padding-right: 15px;
  }
  .list_pro .left ul li {
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
  }
  .list_pro .left ul {
    border-right: none;
  }
  .list_pro .left ul li a {
    line-height: 46px;
  }
  .list_pro .left ul li:first-child {
    border-top: 1px solid #ddd;
  }
  .list_pro .left ul li:last-child {
    border-bottom: 1px solid #ddd;
  }
  .list_pro .right {
    padding-left: 15px;
    margin-top: 20px;
  }
  .list_rdcenter_three ul li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .list_rdcenter_three ul li:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .list_rdcenter_three ul li input, .list_rdcenter_three ul button {
    line-height: 45px;
  }
  .list_rdcenter_three form {
    margin-top: 15px;
  }
  .show_pro_two ul li {
    margin-bottom: 20px;
  }
  .show_pro_two ul li:last-child, .show_pro_two ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .show_pro_three .col-md-4 > div {
    padding: 20px;
    margin-bottom: 20px;
  }
  .show_pro_three .col-md-4:last-child > div {
    margin-bottom: 0;
  }
  .show_pro_three .col-md-4 .font22 {
    margin: 5px 0 0;
  }
  .pt100 {
    padding: 35px 0;
  }
  .list_rdcenter .swiper-slide .left {
    padding-right: 30px;
  }
  .list_rdcenter .top {
    padding: 35px 0 35px;
  }
  .list_rdcenter_two {
    padding: 35px 0;
  }
  .list_rdcenter .swiper-slide .left {
    width: 100%;
    position: relative;
    transform: translateY(0);
    padding-right: 0;
    float: none;
  }
  .list_rdcenter .qiehuan ul li {
    font-size: 16px;
    padding: 0 25px 15px;
  }
  .list_rdcenter .swiper-slide .right, .list_rdcenter_two .right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .list_rdcenter_two .left {
    position: static;
    transform: translateY(0);
    float: none;
    width: 100%;
    padding-right: 15px;
  }
  .list_rdcenter_two .text {
    margin-top: 15px;
  }
  .list_about_three .swiper-button-next, .list_about_three .swiper-button-prev {
    display: none;
  }
  .list_news_top.list_news .swiper-button-next, .list_news_top.list_news .swiper-button-prev {
    display: none;
  }
  .list_news_top .swiper-container {
    padding-bottom: 45px;
  }
  .list_news_top.list_news .swiper-slide .right {
    margin-top: 20px;
  }
  .list_news_top.list_news .data {
    margin: 10px 0;
  }
  .list_news_bot form {
    margin: 35px 0 20px;
  }
  .content_news .name {
    height: auto;
  }
  .list_news_top.list_news .name {
    font-size: 16px;
    line-height: 24px;
  }
  .content_news .text, .content_news .more_a a {
    color: #333;
  }
  .list_news_bot .col-md-4 {
    margin-bottom: 15px;
  }
  .list_news_bot .col-md-4.shaixuan {
    margin-bottom: 0;
  }
  .list_search ul li {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 15px;
  }
}
img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
@media (max-width: 500px) {
  .banner .ban_p1, .ny_ban .p1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .banner .ban_p2, .ny_ban .p2 {
    font-size: 16px;
    line-height: 20px;
  }
  .section2::before {
    width: 100%;
    right: 0;
  }
  .section2, .section4, .section5, .section7 .top, .section6 {
    padding: 60px 0;
  }
  .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .list_join .title {
    line-height: 30px;
  }
  .section2 .left .font22 {
    margin: 15px 0;
  }
  .font22 {
    font-size: 18px;
  }
  .section2 .right .number .counter, .list_about_one .number .counter, .show_pro_three .number .counter {
    font-size: 32px;
    line-height: 40px;
  }
  .section2 .right .font22, .list_about_one .font22, .show_pro_three .font22 {
    margin-bottom: 5px;
  }
  .section2 .right .number sup, .list_about_one .number sup, .show_pro_three .number sup {
    line-height: 30px;
    font-size: 18px;
  }
  .section3 .top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section3 .top li {
    margin-top: 25px;
  }
  .section3 .top .text {
    margin: 5px 0;
  }
  .section3 .top .name {
    font-size: 18px;
  }
  .section3 .top .fl img {
    width: 3.8rem;
  }
  .section3 .top li .fr {
    width: calc(100% - 5.5rem);
  }
  .section3 .bot {
    margin-top: 25px;
  }
  .section3 .bot {
    padding: 25px 0;
  }
  .section4 ul, .show_pro_four ul {
    margin-top: 20px;
  }
  .section4 ul li.active, .show_pro_four ul li.active {
    transition: height .4s;
    -webkit-transform: height .4s;
    -moz-transition: height .4s;
    -o-transition: height .4s;
  }
  .section4 ul li .cotnent_active .text, .show_pro_four ul li .cotnent_active .text {
    margin: 8px 0;
  }
  .section4 ul li .cotnent_active, .show_pro_four ul li .cotnent_active {
    padding: 0 15px;
    bottom: 20px;
  }
  .section5 .swiper-slide {
    padding-left: 0;
    padding-right: 0;
  }
  .section5 .swiper-container, .section7 .top .swiper-container {
    margin-top: 20px;
  }
  .section6 .swiper-container {
    padding: 0 0 45px 0;
    box-shadow: none;
  }
  footer {
    padding-top: 10px;
  }
  footer .beian {
    padding: 10px 0;
  }
  footer .text {
    line-height: 20px;
  }
  footer .yqlj {
    margin-bottom: 10px;
  }
  .section5 .name {
    font-size: 18px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .list_about_one {
    padding-bottom: 25px;
  }
  .pt100 {
    padding: 25px 0;
  }
  .pb100 {
    padding-bottom: 25px;
  }
  .list_about_two .line2 {
    -webkit-line-clamp: inherit;
    text-align: justify;
  }
  .list_about_two .name {
    margin: 10px 0 8px;
  }
  .list_about_two .title {
    margin-bottom: 25px;
  }
  .list_about_four .mt100, .list_about_five .swiper-container {
    margin-top: 25px;
  }
  .list_about_four .left .top .fl {
    width: 100%;
    float: none;
  }
  .list_about_four .left .top .fl .img {
    width: 40%;
    margin-bottom: 15px;
  }
  .list_about_four .left .top .fr {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  .list_about_four .left .top .name {
    font-size: 18px;
    line-height: 26px;
  }
  .list_about_four .right ul li {
    padding: 20px;
  }
  .list_contact .title {
    margin-bottom: 25px;
  }
  .list_contact .left > div {
    padding: 20px 20px;
  }
  .list_contact .left > div .input input, .list_contact .left > div button {
    line-height: 42px;
    border-radius: 5px;
  }
  .list_contact .left > div .input textarea {
    border-radius: 5px;
  }
  .list_contact .left > div .input {
    margin-bottom: 15px;
  }
  .list_contact .right .top li:first-child {
    padding-top: 0;
  }
  .list_contact .right .bot {
    margin-top: 15px;
  }
  .list_contact .right .top li {
    padding: 15px 0;
  }
  .list_contact .right .name {
    font-size: 18px;
  }
  .list_download .col-md-6 > div {
    padding: 20px;
  }
  .list_download .col-md-6 > div .name {
    margin-bottom: 10px;
  }
  .list_download .col-md-6:last-child {
    margin-bottom: 0;
  }
  .list_join .top {
    padding: 25px 0;
  }
  .list_join .top .text {
    line-height: 26px;
    font-size: 14px;
  }
  .list_join .ceanter .fr .name {
    font-size: 16px;
  }
  .list_join .bot .recruit_three .clearfix {
    padding: 15px;
  }
  .list_join .bot .recruit_three .clearfix .fl {
    font-size: 14px;
  }
  .list_join .bot .recruit_three .content {
    padding: 0 15px;
  }
  .list_join .ceanter {
    padding: 25px 0 25px;
  }
  .list_join .bot .recruit_three .content .email {
    padding: 15px 0 0;
  }
  .text {
    font-size: 14px;
    line-height: 24px;
  }
  .section5 .text {
    height: 80px;
    line-height: 20px;
    font-size: 12px;
  }
  .section6 .swiper-container {
    margin-top: 20px;
  }
  .list_tech .right .col-md-4 {
    padding: 0 5px;
  }
  .list_tech .right .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .list_tech .mtb {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .list_tech .swiper-container .swiper-slide {
    border: 1px solid #ddd;
    box-shadow: none;
  }
  .list_tech_two .left {
    position: relative;
    transform: translateY(0);
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .list_tech_two .right {
    width: 100%;
  }
  .list_tech_two .left .name {
    margin: 10px 0;
    font-size: 16px;
  }
  .list_tech_three {
    padding: 25px 0;
  }
  .list_tech_three ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .list_tech_three ul li:last-child {
    margin-bottom: 0;
  }
  .list_tech_three ul {
    margin-top: 15px;
  }
  .list_tech_four .right {
    position: static;
    transform: translateY(0);
    padding: 0;
    width: 100%;
    margin-top: 15px;
  }
  .list_tech_four .left {
    width: 100%;
  }
  .list_tech_four .right .text {
    margin-top: 10px;
  }
  .list_tech_five .swiper-container {
    margin-top: 15px;
  }
  .list_tech .swiper-slide .content {
    padding-top: 20px;
  }
  .list_pro .right .name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .list_pro .right .text {
    font-size: 14px;
    line-height: 24px;
  }
  .list_rdcenter_three {
    padding: 25px 0;
  }
  .list_rdcenter_three ul li input, .list_rdcenter_three ul button {
    line-height: 40px;
  }
  .show_pro .text {
    margin: 10px 0;
  }
  .show_pro_two {
    padding: 25px 0;
  }
  .show_pro_two ul li .icon img {
    height: 45px;
  }
  .show_pro_two .name {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .show_pro_three .text {
    margin: 10px 0;
  }
  .show_pro_three .col-md-4 .font22 {
    font-size: 16px;
  }
  .list_rdcenter .qiehuan ul li {
    width: 33.3%;
    padding: 0 0 10px 0;
    text-align: center;
  }
  .list_rdcenter .qiehuan {
    margin: 15px 0 20px;
  }
  .list_rdcenter_two, .list_rdcenter .top {
    padding: 25px 0;
  }
  .list_about_three .swiper-slide .content > div {
    padding-right: 0;
  }
  .list_about_three .swiper-slide:nth-child(odd) .content > div {
    padding-top: 20px;
  }
  .list_about_three .swiper-slide:nth-child(even) .content .pr {
    padding-bottom: 20px;
  }
  .list_news_top.list_news {
    padding-bottom: 25px;
  }
  .list_news_bot .shaixuan > div > .clearfix {
    padding-left: 15px;
  }
  .list_news_bot form {
    margin: 25px 0 15px;
  }
  .list_news_bot {
    padding-bottom: 25px;
  }
  .show_news .top .name {
    font-size: 18px;
    line-height: 26px;
  }
  .show_news .top .content {
    padding-bottom: 15px;
  }
  .show_news .about_news {
    margin: 25px 0;
  }
  .show_news .about_news .swiper-container {
    margin-top: 15px;
  }
  .list_join .bot .recruit_three ul li.active {
    margin: 15px 0;
  }
  .pt30.recruit_three {
    padding-top: 15px;
  }
  .list_join .top {
    padding: 15px 0;
    margin-top: 15px;
  }
  .list_join .top .text {
    margin-top: 15px;
  }
  .mt55 {
    margin-top: 15px;
  }
  .list_about_six .swiper-slide a.over {
    border-width: 5px;
  }
  .list_about_six ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .list_about_six .mt35 {
    margin-top: 15px;
  }
  .list_about_three .swiper-slide .content, .list_about_three .swiper-slide .name {
    height: 11rem;
  }
  .list_about_three .swiper-slide:nth-last-child(2) .content > div > div, .list_about_three .swiper-slide:nth-last-child(1) .content > div > div {
    height: calc(11rem - 2.8125rem);
  }
  .list_about_one ul li:nth-child(odd) {
    width: 40%;
  }
  .list_about_one ul li:nth-child(even) {
    width: 60%;
  }
  .section2 .right ul li:nth-child(odd) {
    flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    max-width: 40%;
  }
  .section2 .right ul li:nth-child(even) {
    flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    max-width: 60%;
  }
  .section2 .right .font22, .list_about_one .font22, .show_pro_three .font22 {
    font-size: 16px;
    font-weight: 500;
  }
  .list_tech .text.w70.ta {
    width: 100%;
  }
  #spsy_tc .modal-dialog {
    max-width: 96%;
  }
  .list_tech_five .mt35 {
    margin-top: 15px;
  }
  .list_tech_five .name {
    font-size: 14px;
  }
  .list_tech_five img {
    width: 80%;
  }
  .list_tech_five .num .counter {
    font-size: 36px;
  }
  .list_tech_four .right .name {
    font-size: 1.125rem;
    font-weight: 600;
  }
  .list_tech_four .right ul {
    margin-top: 15px;
  }
  .list_join_value .more a {
    padding: 0 30px;
    font-size: 14px;
  }
  .list_join_value {
    padding: 50px 0;
  }
  .list_development .name p {
    font-size: 20px;
  }
  .list_development .text {
    margin-bottom: 15px;
  }
  .list_development li:nth-child(even) .right {
    order: 2;
  }
  .list_development li:nth-child(even) .left {
    order: 1;
  }
  .list_development li {
    margin-bottom: 20px;
  }
  .list_join_image .pad {
    margin-bottom: 15px;
  }
  .list_join .bot .title.zw {
    font-size: 16px;
    margin-top: 15px;
  }
}
.zhusr-index-news .zhusr-news-right .zhusr-list-news-title {
  background-color: rgb(255 255 255 / 88%);
  margin-bottom: 10px;
  padding: 15px;
  border-left: 2px solid #f00;
}
.zhusr-index-news .zhusr-news-right .zhusr-list-news-title .zhusr-list-news-description {
  font-size: 14px;
  margin-bottom: 15px;
}
.zhusr-index-news .zhusr-news-right .zhusr-list-news-title h3 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.zhusr-index-news .zhusr-news-left .zhusr-list-news-title {
  background-color: rgb(255 255 255 / 88%);
  margin-bottom: 15px;
  padding: 15px;
  border-left: 2px solid #f00;
}
.zhusr-index-news .zhusr-news-left .zhusr-list-news-title .zhusr-list-news-description {
  font-size: 14px;
  margin-bottom: 20px;
}
.zhusr-index-news .zhusr-news-left .zhusr-list-news-title h3 {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.zhusr-index-news .zhusr-news-right .zhusr-list-news-title:hover {
  background-color: #FF0004;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-index-news .zhusr-news-right .zhusr-list-news-title:hover * {
  color: #fff;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.zhusr-index-news .zhusr-news-left .zhusr-list-news-title:hover {
  background-color: #FF0004;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-index-news .zhusr-news-left .zhusr-list-news-title:hover * {
  color: #fff;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.zhusr-index-case-list h2 {
  font-size: 18px;
  padding: 15px;
  background-color: #fff;
  text-align: center;
}
.zhusr-index-case-list .zhusr-case:hover h2 {
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.zhusr-index-case-list .zhusr-case:hover h2 a {
  color: #FF0004;
}
.zhusr-index-case-list .img {
  position: relative;
  overflow: hidden;
  background-color: #ddd;
}
.zhusr-index-case-list .img img {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle
}
.zhusr-index-case-list .img img:hover {
  transform: scale(1.08);
}
.zhusr-footer-lxfs p {
  color: #ddd;
  line-height: 2;
}
.zhusr-footer-lxfs span {
  margin-right: 15px;
}
.zhusr-footer-weixin {
  text-align: center;
  margin-top: 15px;
}
.zhusr-footer-weixin h2 {
  color: #ddd;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
.zhusr-pc-p {
  padding: 100px 0;
}
/*网站底部*/
.zhusr-footer-mubanbiz {
  padding: 60px 0;
  background-color: #272a2f;
}
.zhusr-footer-mubanbiz .zhusr-footer-nav h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.zhusr-footer-mubanbiz .zhusr-footer-nav p a {
  color: #ddd;
  font-size: 16px;
}
.zhusr-footer-mubanbiz .zhusr-footer-nav p i {
  color: #ddd;
  font-size: 16px;
}
.zhusr-foot-dibu {
  padding: 15px 0;
  background-color: #4b4b4b;
  text-align: center;
}
.zhusr-foot-dibu .zhusr-foot-beian p {
  color: #ddd;
  margin-bottom: 0px;
}
.zhusr-foot-dibu .zhusr-foot-beian a {
  color: #ffffff;
}
/*内页banner*/
.zhusr-nrban {
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
}
.zhusr-nrban::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.2;
}
.zhusr-nrban .zhusr-nrban-navname {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #fefefe;
  letter-spacing: .4px;
  margin-bottom: 18px
}
@media(max-width: 575px) {
  .zhusr-nrban .zhusr-nrban-navname {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.zhusr-nrban .text {
  position: relative;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: .05em;
  max-width: 520px
}
.zhusr-nrban-dqwz {
  position: relative;
  margin-top: 5px;
  color: #fff;
}
.zhusr-nrban-dqwz a {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize
}
.zhusr-nrban-dqwz a:last-child {
  color: #fff;
  margin-left: 5px;
  margin-right: 0
}
.zhusr-nrban-dqwz li:last-child::after {
  display: none
}
.zhusr-nrban-dqwz li:first-child {
  padding-left: 22px
}
.zhusr-nrban-dqwz li:first-child::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 900;
  font-family: var(--icon-font);
  color: var(--yellow-color);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease
}
.zhusr-nrban-dqwz li:after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: var(--yellow-color)
}
.zhusr-nrban-dqwz li a {
  color: var(--yellow-color);
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease
}
.zhusr-nrban-dqwz li a:hover {
  color: #fff
}
.zhusr-nrban-dqwz li:hover:first-child::before {
  color: #fff
}
@media(max-width: 767px) {
  .zhusr-nrban {
    padding: 60px 0
  }
}
.zhusr-nrban-img {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
.zhusr-p-pc {
  padding: 100px 0;
}
/*联系立博ladbrokes内页*/
.zhusr-form-group {
  margin-bottom: 30px;
  position: relative
}
.zhusr-form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--body-color)
}
.zhusr-form-group > i.fa-envelope {
  padding-top: 1px
}
.zhusr-form-group > i.fa-comment {
  margin-top: -2px
}
.zhusr-form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--black-color)
}
.zhusr-form-group.form-icon-left > i {
  display: inline-block;
  position: absolute;
  left: 25px;
  right: auto;
  top: 20px;
  font-size: 16px;
  color: var(--body-color);
  line-height: 1
}
.zhusr-form-group.form-icon-left > i.fa-envelope {
  padding-top: 0px
}
.zhusr-form-group.form-icon-left > i.fa-comment {
  margin-top: -2px
}
.zhusr-form-group.form-icon-left > i.fa-chevron-down {
  width: 17px;
  background-color: var(--black-color)
}
.zhusr-form-group.form-icon-left input {
  padding: 0 30px 0 55px
}
.zhusr-form-group.has-label > i {
  top: 50px
}
.zhusr-form-group.has-icon .form-control {
  padding-left: 70px
}
.zhusr-form-group.has-icon .input-icon {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 18px;
  font-size: 16px;
  color: var(--body-color)
}
.zhusr-form-group.has-icon .input-icon:hover {
  color: var(--theme-color)
}
.zhusr-form-group.radius-group input {
  border-radius: 100px
}
.zhusr-form-group.style-2 .form-control {
  padding: 0 30px 0 55px
}
.zhusr-form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px
}
.zhusr-form-group.style-3 .form-control {
  padding: 0 60px 0 30px
}
.zhusr-form-group.style-4 i {
  color: var(--theme-color)
}
.zhusr-form-group.style-4 .form-control {
  padding: 0 30px 0 60px;
  border: 1px solid #e3e1dc;
  height: 60px;
  line-height: 60px;
  color: var(--body-color)
}
.zhusr-form-group.style-4 .form-control::placeholder {
  color: var(--body-color);
  font-size: 14px;
  font-weight: 300
}
.zhusr-form-group.style-4 textarea.form-control {
  line-height: normal;
  padding: 15px 30px 30px 60px
}
.zhusr-theme-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.zhusr-theme-btn .zhusr-btn-title {
  position: relative
}
.zhusr-btn-style-2 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: #fff;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 35px;
  overflow: hidden;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 1;
  text-align: center
}
.zhusr-btn-style-2:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: 0;
  background-color: var(--theme-color);
  content: "";
  -webkit-transform: scaleY(0) rotateX(0deg);
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  z-index: -1
}
.zhusr-btn-style-2:hover:before {
  -webkit-transform: scaleY(1) rotateX(0deg);
  transform: scaleY(1) rotateX(0deg);
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}
.zhusr-btn-style-2:hover {
  color: #000;
}
.zhusr-btn-style-2 > i {
  padding-right: 10px;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}
.zhusr-btn-style-2:hover > i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px)
}
.border-one {
  border: 1px solid #fff;
}
.zhusr-border-two {
  border: 1px solid #fff;
}
.zhusr-theme-btn.small {
  padding: 10px 30px;
  font-size: 14px;
  line-height: 20px
}
.zhusr-sec-title {
  position: relative;
  margin-bottom: calc(var(--section-title-space) - 15px)
}
@media(max-width: 991px) {
  .zhusr-sec-title {
    --section-title-space: 60px
  }
}
@media(max-width: 767px) {
  .zhusr-sec-title {
    --section-title-space: 55px
  }
}
.zhusr-sec-title h1 {
  position: relative;
  font-size: 60px;
  line-height: 1em;
  color: var(--black-color);
  font-family: var(--title-font);
  font-weight: 700
}
.zhusr-sec-title h2 {
  position: relative;
  color: var(--black-color);
  font-size: 38px;
  font-family: var(--title-font);
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 0
}
@media(max-width: 1399px) {
  .zhusr-sec-title h2 {
    font-size: 40px;
    line-height: 1.2em
  }
}
@media(max-width: 1199px) {
  .zhusr-sec-title h2 {
    font-size: 38px;
    line-height: 1.2em
  }
}
@media(max-width: 1280px) {
  .zhusr-sec-title h2 {
    font-size: 32px
  }
}
@media(max-width: 853px) {
  .zhusr-sec-title h2 {
    font-size: 30px;
    letter-spacing: normal
  }
}
@media(max-width: 430px) {
  .zhusr-sec-title h2 {
    font-size: 28px
  }
}
@media(max-width: 414px) {
  .zhusr-sec-title h2 {
    font-size: 24px
  }
}
@media(max-width: 575px) {
  .zhusr-sec-title h2 br {
    display: none
  }
}
.zhusr-sec-title .text {
  margin-top: 15px
}
@media(max-width: 575px) {
  .zhusr-sec-title .text br {
    display: none
  }
}
.zhusr-sec-title.two h2 {
  padding-left: 25px
}
.zhusr-sec-title.two h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 80%;
  background: var(--theme-color)
}
.zhusr-sec-title.two .text {
  margin-top: 10px
}
.zhusr-sec-title h3 {
  font-size: 32px
}
.zhusr-contact-form {
  border-top: 10px solid var(--theme-color);
  background-color: #fff;
  padding: 40px 60px 50px;
  position: relative
}
.zhusr-contact-form .quote {
  color: var(--theme-color);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500
}
.zhusr-contact-form > h4 {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0 32px
}
.zhusr-contact-form .zhusr-form-group {
  position: relative;
  margin-bottom: 25px
}
.zhusr-contact-form .zhusr-form-group:last-child {
  margin-bottom: 0
}
.zhusr-contact-form .zhusr-form-group label {
  font-size: 16px;
  line-height: 28px;
  color: var(--black-color);
  font-weight: 500;
  display: block;
  margin-bottom: 10px
}
.zhusr-contact-form .zhusr-form-group label.error {
  display: block;
  font-weight: 500;
  font-size: 12px;
  text-transform: capitalize;
  line-height: 20px;
  color: red;
  margin-bottom: 0;
  position: absolute;
  left: 0
}
.zhusr-contact-form .zhusr-form-group .select2-container--default .select2-selection--single {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  padding: 10px 30px;
  line-height: 30px;
  font-weight: 500;
  color: var(--body-color);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}
.zhusr-contact-form .zhusr-form-group input:not([type=submit]) {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  padding: 10px 30px;
  line-height: 30px;
  font-weight: 500;
  color: var(--body-color);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}
.zhusr-contact-form .zhusr-form-group input:focus {
  border-color: var(--theme-color)
}
.zhusr-contact-form .zhusr-form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  padding: 10px 30px;
  line-height: 30px;
  font-weight: 500;
  color: var(--body-color);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  height: 132px;
  resize: none
}
.zhusr-contact-form .zhusr-form-group textarea:focus {
  border-color: var(--black-color)
}
.zhusr-contact-form .zhusr-form-group select {
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  padding: 10px 30px;
  line-height: 30px;
  font-weight: 500;
  color: var(--body-color);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  border-radius: 0;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}
.zhusr-contact-form .zhusr-form-group select:focus {
  border-color: var(--black-color)
}
.zhusr-contact-form .zhusr-form-group::-webkit-input-placeholder {
  opacity: .8 !important
}
.zhusr-contact-form .select2-container {
  display: inherit;
  width: 100% !important
}
@media only screen and (max-width: 767px) {
  .zhusr-contact-form {
    padding: 30px
  }
}
.zhusr-contact-form.style-2 {
  border-top: 0;
  background-color: #006db8;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
}
@media(max-width: 991px) {
  .zhusr-contact-form.style-2 {
    margin-top: 70px
  }
}
@media(max-width: 375px) {
  .zhusr-contact-form.style-2 {
    margin-top: 70px
  }
}
@media(max-width: 767px) {
  .zhusr-contact-form.style-2 {
    padding: 52px 20px 60px
  }
}
.zhusr-contact-form.style-2::before {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -168px;
  height: 100%;
  width: 100%;
  max-width: 336px;
  max-height: 336px;
  background: url(/skin/img/gear.png) center/cover no-repeat;
  content: "";
  -webkit-animation: rotateMe 10s linear infinite;
  animation: rotateMe 10s linear infinite;
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}
.zhusr-contact-form.style-2:hover::before {
  -webkit-animation-play-state: running;
  animation-play-state: running
}
.zhusr-contact-form.style-2 .zhusr-form-group label.error {
  color: #fff
}
.zhusr-contact-form.style-2 .zhusr-title-box {
  text-align: center;
  margin-bottom: 34px
}
.zhusr-contact-form.style-2 .zhusr-title-box h3 {
  margin-bottom: 13px;
  color: #fff;
}
.zhusr-contact-form.style-2 .zhusr-title-box .sub-title {
  color: #fff;
  opacity: .8
}
.zhusr-contact-form.style-2 .pxember-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  margin: 0 0 30px
}
.zhusr-contact-form.style-2 .pxember-check label {
  margin-top: 0;
  margin-bottom: 0
}
.zhusr-contact-form.style-2 .pxember-check label input[type=checkbox]:checked::after {
  content: "?";
  font-family: var(--icon-font);
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.zhusr-contact-form.style-2 .pxember-check label:hover label {
  cursor: pointer
}
.zhusr-contact-form.style-2 .zhusr-contact-form .zhusr-form-group .form_name::before {
  position: absolute;
  z-index: 1;
  font-family: var(--icon-font);
  font-size: 14px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-color);
  cursor: pointer;
  content: "?"
}
.zhusr-contact-form.style-2 .zhusr-contact-form .zhusr-form-group .form_email::before {
  position: absolute;
  z-index: 1;
  font-family: var(--icon-font);
  font-size: 14px;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme-color);
  cursor: pointer;
  content: "?"
}
.zhusr-contact-form.style-2 .zhusr-contact-form.style-2 .pxember-check input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color .3s ease;
  -o-transition: border-color .3s ease;
  transition: border-color .3s ease;
  margin-right: 10px
}
.innerpage .accordion-box .block .acc-btn.active {
  border-bottom: 1px solid rgba(144, 148, 154, .1803921569);
  margin-bottom: 20px
}
.zhusr-contact-details {
  position: relative;
  background: url(/skin/img/contact.jpg) center/cover no-repeat;
}
.zhusr-contact-details .bg.zhusr-img {
  height: auto;
  bottom: 0px;
}
.zhusr-contact-details .zhusr-sec-title {
  margin-bottom: 35px
}
.zhusr-contact-details .map-column {
  position: relative
}
.zhusr-contact-details__info {
  position: relative;
  display: block
}
.zhusr-contact-details__info em {
  margin-right: 10px;
  color: #006db8;
}
@media(max-width: 991px) {
  .zhusr-contact-details__info li {
    max-width: 100%
  }
}
.zhusr-contact-details__info li .icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: var(--theme-color);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  flex: 0 0 auto;
  flex-shrink: 0
}
.zhusr-contact-details__info li .icon span {
  color: #fff;
  font-size: 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease
}
.zhusr-contact-details__info li:hover .icon {
  background-color: var(--yellow-color)
}
.zhusr-contact-details__info li:hover .icon span {
  color: var(--black-color)
}
.zhusr-contact-details__info li .text {
  margin-left: 20px
}
.zhusr-contact-details__info li .text h6 {
  font-size: 16px;
  color: var(--body-color);
  margin-bottom: 7px
}
.zhusr-contact-details__info li .text p {
  font-size: 14px;
  line-height: 24px
}
.zhusr-contact-details__info li .text a {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color);
  transition: all .4s ease 0s
}
.zhusr-contact-details__info li .text a:hover {
  color: var(--theme-color)
}
.zhusr-contact-details__info li .text span {
  font-size: 18px;
  color: var(--black-color);
  font-weight: 600
}
.zhusr-contact-details__info li + li {
  margin-top: 20px
}
.zhusr-contact-form {
  position: relative
}
.zhusr-contact-details__info p {
  margin-bottom: 10px;
}
.zhusr-contact-details__info em {
  margin-right: 10px;
}
/*生长历程*/
.mob {
  display: none;
}
.hide {
  display: none;
}
.wrap {
  width: 86%;
  max-width: 1560px;
  margin: 0 auto;
}
.zhusr-fzlc {
  position: relative;
  z-index: 5;
  background: #f3f3f3;
  margin: 0 auto;
  padding: 50px 0;
}
.zhusr-fzlc {
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  background: url("/skin/img/fzlc.png") no-repeat;
  background-size: cover;
}
.zhusr-fzlc > .title {
  position: relative;
  width: 86%;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 45px;
  color: #333;
  text-align: left;
  font-weight: 400;
}
.zhusr-fzlc > .container {
  position: relative;
  margin: 0 auto;
  padding: 70px 0 20px 0;
}
.zhusr-fzlc > .container .prev {
  position: absolute;
  z-index: 3;
  left: -30px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  background: #dc3545;
  border-radius: 100%;
  transition: all .35s;
}
.zhusr-fzlc > .container .next {
  position: absolute;
  z-index: 3;
  right: -30px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  background: #dc3545;
  border-radius: 100%;
  transition: all .35s;
}
.zhusr-fzlc > .container .prev > i, .zhusr-fzlc > .container .next > i {
  color: #fff;
  font-size: 20px;
}
.zhusr-fzlc > .container .prev:hover, .zhusr-fzlc > .container .next:hover {
  background: #c10819;
}
.zhusr-fzlc > .container .box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 50px;
}
.zhusr-fzlc > .container .box .swiper-container {
  width: 100%;
  height: 100%;
}
.zhusr-fzlc > .container .box .swiper-wrapper:hover {
  z-index: 11;
  position: relative;
}
.zhusr-fzlc > .container .box .swiper-slide {
  text-align: left;
}
.zhusr-fzlc > .container .box .swiper-slide > .img {
  width: 30%;
  text-align: center;
}
.zhusr-fzlc > .container .box .swiper-slide > .img > img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.zhusr-fzlc > .container .box .swiper-slide > .con {
  text-align: left;
  box-sizing: border-box;
  padding: 0 50px;
  width: 60%;
}
.zhusr-fzlc > .container .box .swiper-slide > .con > .tit {
  font-size: 38px;
  font-weight: bold;
  color: #e50012;
}
.zhusr-fzlc > .container .box .swiper-slide > .con > .txt {
  padding: 30px 0;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.zhusr-fzlc > .container .box .swiper-slide > .con > .txt > p {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.zhusr-fzlc > .container .box .swiper-slide > .con > .txt > p:after {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #e50012;
  content: '';
}
.zhusr-fzlc > .container .years {
  position: relative;
  width: 100%;
  margin: 10px auto;
}
.zhusr-fzlc > .container .years:after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 30px;
  width: 100%;
  height: 1px;
  background: #ddd;
  content: '';
}
.zhusr-fzlc > .container .years .swiper-container {
  position: relative;
  z-index: 99;
  width: 80%;
  height: 100px;
  margin: 0 auto;
  text-align: center;
}
.zhusr-fzlc > .container .years .swiper-slide {
  font-size: 18px;
  cursor: pointer;
  padding-top: 30px;
  box-sizing: border-box;
  font-weight: 600;
  color: #333;
  text-align: center;
  transition: all .35s;
}
.zhusr-fzlc > .container .years .swiper-slide:after {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;
  margin-left: -3px;
  width: 6px;
  height: 6px;
  background: #666;
  border-radius: 100%;
  content: '';
  transition: all .35s;
}
.zhusr-fzlc > .container .years .active-nav {
  position: relative;
  padding-top: 0;
  bottom: 0;
  z-index: 11;
  color: #e50012;
  font-size: 30px;
}
.zhusr-fzlc > .container .years .active-nav:after {
  background: #e50012;
}
.zhusr-fzlc > .container .years .active-nav:before {
  margin-left: -20px;
  width: 40px;
  height: 40px;
  opacity: 1;
}
@media only screen and (max-width: 1460px) {}
@media only screen and (max-width: 1280px) {}
@media only screen and (max-width: 1080px) {
  .zhusr-fzlc > .title {
    font-size: 36px;
  }
  .zhusr-fzlc > .container .box {
    height: auto;
  }
  .zhusr-fzlc > .container .box .swiper-container {
    height: auto;
  }
  .zhusr-fzlc > .container .box .swiper-wrapper {
    height: auto;
  }
  .zhusr-fzlc > .container .box .swiper-slide > .img {
    float: none;
    width: 100%;
    text-align: left;
  }
  .zhusr-fzlc > .container .box .swiper-slide > .con {
    float: none;
    padding: 20px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 840px) {
  .zhusr-fzlc > .container .wrap {
    width: 100%;
  }
  .zhusr-fzlc > .container .box {
    padding: 50px 30px;
  }
}
@media only screen and (max-width: 640px) {
  .zhusr-fzlc > .container {
    padding: 20px 0;
  }
  .zhusr-fzlc > .container .years {
    display: none;
  }
  .zhusr-fzlc > .container .prev {
    left: -10px;
  }
  .zhusr-fzlc > .container .next {
    right: -10px;
  }
  .zhusr-fzlc > .container .box {
    padding: 30px;
    border-left: 2px solid #ccc;
  }
  .zhusr-fzlc > .container .box .swiper-wrapper {
    display: block;
  }
  .zhusr-fzlc > .container .box .swiper-slide {
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
  }
  .zhusr-fzlc > .container .box .swiper-slide:last-of-type {
    border-bottom: 0;
  }
  .zhusr-fzlc > .container .box .swiper-slide > .con > .tit {
    position: relative;
    font-size: 28px;
  }
  .zhusr-fzlc > .container .box .swiper-slide > .con > .txt {
    font-size: 16px;
    line-height: 2;
  }
  .zhusr-fzlc > .container .box .swiper-slide > .con > .txt > p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 420px) {
  .zhusr-fzlc > .container .box {
    padding: 20px;
  }
  .zhusr-fzlc > .container .box .swiper-slide > .con > .tit {
    font-size: 22px;
  }
}
.zhusr-list-img-hover_area {
  margin-bottom: 30px;
}
.zhusr-list-img-two-img {
  overflow: hidden;
  position: relative;
  border: 1px solid #ddd;
}
.zhusr-list-img-hover-img img {
  width: 100%;
  height: 100%;
}
.zhusr-list-img-hover-img img {
  transform: scale(1);
  transition: all .5s;
}
.zhusr-list-img-two-img:hover .zhusr-list-img-hover-img img {
  transform: scale(1.15);
}
.zhusr-list-img-two-img:hover .zhusr-list-img-hover-overlay {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  opacity: .8;
  visibility: visible;
}
.zhusr-list-img-two-img:hover .zhusr-list-img-title {
  visibility: visible;
  opacity: 1;
}
.zhusr-list-img-hover-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  background: #a7a7a7;
  transition: all .3s;
}
.zhusr-list-img-title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all .5s;
}
.zhusr-list-img-title ul {
  margin-top: 20px;
}
.zhusr-list-img-title h4 {
  color: #000;
}
.zhusr-list-img-title ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.zhusr-list-img-title ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #150d51;
  font-size: 14px;
}
.zhusr-list-img-two .zhusr-list-img-hover_area {
  margin-bottom: 0px;
}
.zhusr-list-img-two .zhusr-list-img-cp {
  margin-bottom: 60px;
}
.zhusr-list-img-two .zhusr-list-img-cp h3 {
  font-size: 18px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
}
.zhusr-list-img-two .zhusr-list-img-cp:hover h3 a {
  color: #FF0004;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-list-img-two .zhusr-list-img-cp:hover h3 {
  box-shadow: 0 0 18px rgba(0, 0, 0, .5);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-list {
  margin: 30px 0;
  text-align: center;
  font-size: 0;
}
.zhusr-list a {
  display: inline-block;
  font-size: 14px;
  line-height: 35px;
  padding: 0 14px;
  margin: 5px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.zhusr-list a {
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
}
.zhusr-list-nav {
  text-align: center;
}
.zhusr-list-nav a {
  display: inline-block;
  margin-right: 5px;
  border: 1px #cccccc solid;
  background: #fff;
  text-decoration: none;
  color: #808080;
  font-size: 14px;
  line-height: 30px;
}
.zhusr-list-nav a:hover {
  color: #e50012;
  background: white;
  border: 1px #e50012 solid;
}
.zhusr-list-nav a.page-num-current {
  border: none;
  background: #e50012;
  color: #fff;
}
.zhusr-none {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .zhusr-list-nav a {
    line-height: 30px;
  }
  .zhusr-list a {
    padding: 0 10px;
  }
}
.zhusr-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.zhusr-index-menu {
  width: 100%;
  height: 58px;
  line-height: 58px;
  position: relative;
  box-shadow: 0px 3px 18px #f0f0f0;
  background: #fff;
}
.zhusr-index-menu .zhusr-index-menu-list {
  width: 1200px;
  padding-left: 0;
  margin: 0 auto;
}
.zhusr-index-menu li {
  height: 58px;
  float: left;
  margin-right: 11px;
  position: relative;
}
.zhusr-index-menu li:after {
  position: absolute;
  top: 23px;
  right: -6px;
  content: " ";
  width: 1px;
  height: 14px;
  background: #ccc;
}
.zhusr-index-menu li:last-child {
  margin-right: 0;
}
.zhusr-index-menu li:last-child:after {
  display: none;
}
.zhusr-index-menu li .zhusr-index-nav-mubanbiz {
  width: 140px;
  height: 58px;
  line-height: 58px;
  position: relative;
  font-size: 15px;
  display: block;
  text-align: center;
}
.zhusr-index-menu li .zhusr-index-nav-mubanbiz s {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #dc3545;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.zhusr-index-menu li:hover, .zhusr-index-menu li.hover {
  border-right-color: #dc3545;
}
.zhusr-index-menu li:hover .zhusr-index-nav-mubanbiz, .zhusr-index-menu li.hover .zhusr-index-nav-mubanbiz {
  color: #dc3545;
  font-weight: bold;
}
.zhusr-index-menu li:hover .zhusr-index-nav-mubanbiz s, .zhusr-index-menu li.hover .zhusr-index-nav-mubanbiz s {
  width: 100%;
  margin-left: -50%;
}
.zhusr-index-menu li .subzhusr-index-menu {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  top: 58px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  height: auto;
  overflow: hidden;
  width: 140px;
  transition: all .6s ease 0s;
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  text-align: center;
  box-shadow: 0px 3px 18px #f0f0f0;
}
.zhusr-index-menu li:hover .subzhusr-index-menu {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.zhusr-index-menu li .subzhusr-index-menu a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  background: #fff;
}
.zhusr-index-menu li .subzhusr-index-menu a:hover {
  background: #dc3545;
  color: #fff;
}
.zhusr-list-news-one {
  padding: 60px 0;
}
.zhusr-list-news-one .zhusr-list-news {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.zhusr-list-news-one .zhusr-list-news .zhusr-list-news-title {
  padding: 15px;
}
.zhusr-list-news-one .zhusr-list-news .zhusr-list-news-one-box:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.zhusr-list-news-one .zhusr-list-news-img {
  position: relative;
  overflow: hidden;
}
.zhusr-list-news-one .zhusr-list-news-img img {
  width: 100%;
  height: auto;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  vertical-align: middle
}
.zhusr-list-news-one .zhusr-list-news-one-box:hover .zhusr-list-news-img img {
  transform: scale(1.08);
  vertical-align: middle
}
.zhusr-list-news-one .zhusr-list-news-title h3 {
  font-size: 18px;
  font-weight: bold;
}
.zhusr-list-news-one .zhusr-list-news-title h3 a {
  color: #000;
}
.zhusr-list-news-one .zhusr-list-news-one-box:hover .zhusr-list-news-title h3 a {
  color: #FF0004;
}
.zhusr-list-news-one .zhusr-list-news-description {
  font-size: 15px;
  line-height: 1.8;
}
.zhusr-list-news-one .zhusr-list-news-link a {
  font-size: 18px;
  color: #000;
}
.zhusr-list-news-one .zhusr-list-news-one-box:hover .zhusr-list-news-link a {
  color: #FF0004;
}
.zhusr-list-news-one .zhusr-list-news-post-info {
  display: flex;
  flex-direction: row;
  padding-left: 0px;
}
.zhusr-list-news-one .zhusr-list-news-post-info li {
  list-style: none;
  font-size: 16px;
  margin-right: 15px;
}
.zhusr-list-news-one .zhusr-list-news-post-info li i {
  margin-right: 5px;
}
.zhusr-list-news-title h3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.zhusr-list-news-one .zhusr-list-news-description {
  margin-bottom: 25px;
}
.zhusr-list-news-one .zhusr-list-news-description a {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
}
.zhusr-list-news-link span {
  margin-right: 15px;
}
.zhusr-list-news-link span i {
  margin-right: 10px;
  color: #E50509;
}
.zhusr-list-news-link span:last-child i {
  margin-right: 0px;
  margin-left: 10px;
}
.zhusr-content-one .zhusr-content-nr .zhusr-content-nr-bt {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.zhusr-content-one .zhusr-content-nr .zhusr-content-nr-bt h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10px;
}
.zhusr-content-nr-bt ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.zhusr-content-nr-bt ul li {
  list-style: none;
  font-size: 16px;
  margin-right: 15px;
}
.zhusr-content-nr-bt ul li i {
  margin-right: 5px;
  color: #dc3545;
}
.zhusr-content-one .zhusr-next {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  margin-top: 30px;
}
.zhusr-content-one .zhusr-next p {
  margin-bottom: 10px;
}
.zhusr-content-nr p {
  margin-bottom: 10px;
}
/*! lightgallery - v1.2.0 - 2015-08-26
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("/skin/fonts/lg.eot");
  src: url("/skin/fonts/lg.eot") format("embedded-opentype"), url("/skin/fonts/lg.woff") format("woff"), url("/skin/fonts/lg.ttf") format("truetype"), url("/skin/fonts/lg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("/skin/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("/skin/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("/skin/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("/skin/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("/skin/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.group {
  *zoom: 1;
}
.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(/skin/img/loading.gif) no-repeat scroll center center transparent;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -5px;
}
.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  will-change: transform, opacity;
}
.lg-css3.lg-use-left .lg-item {
  will-change: left, opacity;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.zhusr-swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}
.zhusr-swiper-container-vertical > .zhusr-swiper-wrapper {
  flex-direction: column
}
.zhusr-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}
.zhusr-swiper-container-android .zhusr-swiper-slide, .zhusr-swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}
.zhusr-swiper-container-multirow > .zhusr-swiper-wrapper {
  flex-wrap: wrap
}
.zhusr-swiper-container-multirow-column > .zhusr-swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}
.zhusr-swiper-container-free-mode > .zhusr-swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}
.zhusr-swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}
.zhusr-swiper-slide-invisible-blank {
  visibility: hidden
}
.zhusr-swiper-container-autoheight, .zhusr-swiper-container-autoheight .zhusr-swiper-slide {
  height: auto
}
.zhusr-swiper-container-autoheight .zhusr-swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}
.zhusr-swiper-container-3d {
  perspective: 1200px
}
.zhusr-swiper-container-3d .swiper-cube-shadow, .zhusr-swiper-container-3d .zhusr-swiper-slide, .zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-bottom, .zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-left, .zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-right, .zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-top, .zhusr-swiper-container-3d .zhusr-swiper-wrapper {
  transform-style: preserve-3d
}
.zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-bottom, .zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-left, .zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-right, .zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}
.zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.zhusr-swiper-container-3d .zhusr-swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.zhusr-swiper-container-css-mode > .zhusr-swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}
.zhusr-swiper-container-css-mode > .zhusr-swiper-wrapper::-webkit-scrollbar {
  display: none
}
.zhusr-swiper-container-css-mode > .zhusr-swiper-wrapper > .zhusr-swiper-slide {
  scroll-snap-align: start start
}
.zhusr-swiper-container-horizontal.zhusr-swiper-container-css-mode > .zhusr-swiper-wrapper {
  scroll-snap-type: x mandatory
}
.zhusr-swiper-container-vertical.zhusr-swiper-container-css-mode > .zhusr-swiper-wrapper {
  scroll-snap-type: y mandatory
}
:root {
  --swiper-navigation-size: 44px
}
.zhusr-swiper-button-next, .zhusr-swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.zhusr-swiper-button-next.swiper-button-disabled, .zhusr-swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}
.zhusr-swiper-button-next:after, .zhusr-swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}
.zhusr-swiper-button-prev, .zhusr-swiper-container-rtl .zhusr-swiper-button-next {
  left: 10px;
  right: auto
}
.zhusr-swiper-button-next, .zhusr-swiper-container-rtl .zhusr-swiper-button-prev {
  right: 10px;
  left: auto
}
.zhusr-swiper-button-next.swiper-button-white, .zhusr-swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff
}
.zhusr-swiper-button-next.swiper-button-black, .zhusr-swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000
}
.zhusr-swiper-container-horizontal > .swiper-pagination-bullets, .zhusr-swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}
.zhusr-swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}
.zhusr-swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}
.zhusr-swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}
.zhusr-swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}
.zhusr-swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}
.zhusr-swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}
.zhusr-swiper-container-horizontal.zhusr-swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}
.zhusr-swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}
.zhusr-swiper-container-horizontal > .swiper-pagination-progressbar, .zhusr-swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}
.zhusr-swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .zhusr-swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}
.zhusr-swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}
.zhusr-swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}
.zhusr-swiper-slide-zoomed {
  cursor: move
}
.zhusr-swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}
.zhusr-swiper-container-fade.zhusr-swiper-container-free-mode .zhusr-swiper-slide {
  transition-timing-function: ease-out
}
.zhusr-swiper-container-fade .zhusr-swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.zhusr-swiper-container-fade .zhusr-swiper-slide .zhusr-swiper-slide {
  pointer-events: none
}
.zhusr-swiper-container-fade .zhusr-swiper-slide-active, .zhusr-swiper-container-fade .zhusr-swiper-slide-active .zhusr-swiper-slide-active {
  pointer-events: auto
}
.zhusr-swiper-container-cube {
  overflow: visible
}
.zhusr-swiper-container-cube .zhusr-swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}
.zhusr-swiper-container-cube .zhusr-swiper-slide .zhusr-swiper-slide {
  pointer-events: none
}
.zhusr-swiper-container-cube.zhusr-swiper-container-rtl .zhusr-swiper-slide {
  transform-origin: 100% 0
}
.zhusr-swiper-container-cube .zhusr-swiper-slide-active, .zhusr-swiper-container-cube .zhusr-swiper-slide-active .zhusr-swiper-slide-active {
  pointer-events: auto
}
.zhusr-swiper-container-cube .zhusr-swiper-slide-active, .zhusr-swiper-container-cube .zhusr-swiper-slide-next, .zhusr-swiper-container-cube .zhusr-swiper-slide-next + .zhusr-swiper-slide, .zhusr-swiper-container-cube .zhusr-swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}
.zhusr-swiper-container-cube .zhusr-swiper-slide-shadow-bottom, .zhusr-swiper-container-cube .zhusr-swiper-slide-shadow-left, .zhusr-swiper-container-cube .zhusr-swiper-slide-shadow-right, .zhusr-swiper-container-cube .zhusr-swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.zhusr-swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}
.zhusr-swiper-container-flip {
  overflow: visible
}
.zhusr-swiper-container-flip .zhusr-swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}
.zhusr-swiper-container-flip .zhusr-swiper-slide .zhusr-swiper-slide {
  pointer-events: none
}
.zhusr-swiper-container-flip .zhusr-swiper-slide-active, .zhusr-swiper-container-flip .zhusr-swiper-slide-active .zhusr-swiper-slide-active {
  pointer-events: auto
}
.zhusr-swiper-container-flip .zhusr-swiper-slide-shadow-bottom, .zhusr-swiper-container-flip .zhusr-swiper-slide-shadow-left, .zhusr-swiper-container-flip .zhusr-swiper-slide-shadow-right, .zhusr-swiper-container-flip .zhusr-swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
.zhusr-tab-content > .tab-pane {
  display: none
}
.zhusr-tab-content > .active {
  display: block
}
.zhusr-m-auto {
  margin: auto !important
}
.zhusr-img-responsive {
  max-width: 100%;
  display: block
}
.zhusr-swiper-slide-active .slider-animated-1 > * {
  animation-name: fadeInUp
}
.zhusr-swiper-slide-active .slider-animated-1 > :nth-child(1) {
  animation-delay: .5s
}
.zhusr-swiper-slide-active .slider-animated-1 > :nth-child(2) {
  animation-delay: 1s
}
.zhusr-swiper-slide-active .slider-animated-1 > :nth-child(3) {
  animation-delay: 1.5s
}
.zhusr-swiper-slide-active .slider-animated-1 > :nth-child(4) {
  animation-delay: 2s
}
.zhusr-swiper-slide-active .slider-animated-1 > :nth-child(5) {
  animation-delay: 2.5s
}
.zhusr-swiper-slide-active .slider-animated-1 > :nth-child(6) {
  animation-delay: 3s
}
.zhusr-swiper-slide-active .hero-slide-image img {
  animation-name: fadeInUp;
  animation-delay: 1s
}
.zhusr-zoom-thumbs {
  width: 100%;
  margin: auto
}
.zhusr-zoom-thumbs .zhusr-swiper-slide img {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition: all .3s ease 0s
}
.zhusr-zoom-thumbs .zhusr-swiper-slide:hover img {
  border-color: #e50012
}
.zhusr-zoom-thumbs .zhusr-swiper-slide.zhusr-swiper-slide-thumb-active img {
  border-color: #e50012
}
.zhusr-product-details-content .h2, .zhusr-product-details-content h2 {
  color: #474747;
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.zhusr-product-details-content p {
  font-size: 14px;
  color: #212121;
  margin: 0 0 12px;
  font-weight: 500
}
.zhusr-product-details-content p span {
  font-weight: 400
}
.zhusr-product-details-content .quickview-para {
  font-weight: 400;
  color: #474747;
  line-height: 26px
}
.zhusr-product-details-content .pro-details-rating-wrap {
  display: flex
}
.zhusr-product-details-content .pro-details-rating-wrap .rating-product {
  margin-right: 20px
}
.zhusr-product-details-content .pro-details-rating-wrap .rating-product i {
  color: #fdd835;
  overflow: hidden;
  width: 16px;
  font-size: 16px
}
.zhusr-product-details-content .pro-details-rating-wrap .read-review a {
  text-decoration: none;
  color: #212121;
  position: relative;
  margin-left: 8px;
  line-height: 21px;
  padding: 0;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  color: #474747
}
.zhusr-product-details-content .pro-details-rating-wrap .read-review a:before {
  display: inline-block;
  font-family: Ionicons;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-right: 6px;
  content: "?"
}
.zhusr-product-details-content .pro-details-rating-wrap .read-review a:hover {
  color: #e50012
}
.zhusr-product-details-content .pricing-meta {
  font-size: 24px;
  color: #212121;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 10px
}
.zhusr-product-details-content .pro-details-list {
  padding: 0 0 30px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ebebeb;
  display: inline-block;
  width: 100%;
  color: #474747
}
.zhusr-product-details-content .pro-details-list p {
  font-weight: 400;
  color: #474747;
  line-height: 24px;
  margin: 0
}
.zhusr-product-details-content .pro-details-list li {
  display: block;
  width: 100%;
  line-height: 24px
}
.zhusr-product-details-content .pro-details-quality {
  display: inline-flex;
  margin: 30px 0;
  width: 100%
}
.zhusr-product-details-content .pro-details-quality .cart-plus-minus {
  border: 1px solid #ebebeb;
  display: inline-block;
  height: 50px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80px
}
.zhusr-product-details-content .pro-details-quality .cart-plus-minus .qtybutton {
  color: #474747;
  cursor: pointer;
  float: inherit;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0;
  position: absolute;
  text-align: center;
  transition: all .3s ease 0s;
  width: 24px
}
.zhusr-product-details-content .pro-details-quality .cart-plus-minus input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #474747;
  float: left;
  font-size: 14px;
  height: 50px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 80px;
  outline: 0
}
.zhusr-product-details-content .pro-details-quality .cart-plus-minus .inc.qtybutton {
  height: 50px;
  padding-top: 14px;
  right: 0;
  top: 0
}
.zhusr-product-details-content .pro-details-quality .cart-plus-minus .dec.qtybutton {
  height: 50px;
  left: 0;
  padding-top: 14px;
  top: 0
}
.zhusr-product-details-content .pro-details-quality .pro-details-cart a {
  position: relative;
  padding: 0 55px;
  line-height: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 15px;
  background: #e50012;
  color: #fff
}
.zhusr-product-details-content .pro-details-quality .pro-details-cart a:hover {
  background-color: #212121
}
@media only screen and (max-width:767px) {
  .zhusr-product-details-content .pro-details-quality .pro-details-cart a {
    padding: 0 30px
  }
}
.zhusr-product-details-content .pro-details-wish-com {
  display: flex
}
.zhusr-product-details-content .pro-details-wish-com a {
  line-height: 30px;
  padding: 0;
  border: none;
  color: #474747;
  font-size: 14px;
  margin-right: 15px
}
.zhusr-product-details-content .pro-details-wish-com a i {
  margin-right: 10px
}
.zhusr-product-details-content .pro-details-wish-com a:hover {
  color: #e50012
}
.zhusr-product-details-content .pro-details-social-info {
  display: flex;
  border-bottom: 1px solid #ebebeb;
  margin-top: 10px;
  padding-bottom: 12px
}
.zhusr-product-details-content .pro-details-social-info span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  line-height: 30px;
  font-weight: 700;
  color: #474747;
  font-size: 14px
}
.zhusr-product-details-content .pro-details-social-info .social-info a {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #474747;
  margin-right: 0;
  white-space: normal;
  text-indent: 0;
  overflow: hidden;
  padding: 0;
  font-size: 18px;
  width: 30px
}
.zhusr-product-details-content .pro-details-social-info .social-info a:hover {
  color: #e50012
}
.zhusr-product-details-content .zhusr-pro-details-policy {
  margin: 25px 0 0
}
.zhusr-product-details-content .zhusr-pro-details-policy li {
  margin-bottom: 20px;
  display: block
}
.zhusr-product-details-content .zhusr-pro-details-policy li:last-child {
  margin: 0
}
.zhusr-product-details-content .zhusr-pro-details-policy li span {
  font-size: 14px;
  color: #474747;
  overflow: hidden;
  font-weight: 400 !important
}
.zhusr-product-details-content .zhusr-pro-details-policy img {
  margin-right: 15px
}
.zhusr-description-review-topbar.nav {
  border-bottom: none;
  position: relative;
  display: block;
  margin-bottom: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.zhusr-description-review-topbar.nav a {
  background: 0 0;
  border: 0;
  text-transform: capitalize;
  line-height: 24px;
  color: #474747;
  padding: 0 0 15px 0;
  margin: 0 30px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  transition: all .3s linear;
  display: inline-block;
  font-family: Raleway, sans-serif
}
.zhusr-description-review-topbar.nav a:hover {
  color: #212121
}
.zhusr-description-review-topbar.nav a:hover:after {
  background-color: #e50012
}
.zhusr-description-review-topbar.nav a.active {
  color: #212121
}
.zhusr-description-review-topbar.nav a.active:after {
  background-color: #e50012
}
.zhusr-description-review-topbar.nav a:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: 0 0;
  transition: all .3s linear
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-topbar.nav a {
    margin: 0 15px
  }
}
@media only screen and (max-width:575px) {
  .zhusr-description-review-topbar.nav a {
    margin: 0 15px;
    font-size: 18px
  }
}
@media only screen and (max-width:479px) {
  .zhusr-description-review-topbar.nav a {
    margin: 0 5px;
    font-size: 14px
  }
}
.zhusr-description-review-bottom {
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
}
.zhusr-description-review-bottom .zhusr-product-description-wrapper p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 28px;
  color: "Open Sans", sans-serif;
  width: 84%
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-bottom .zhusr-product-description-wrapper p {
    width: 100%
  }
}
.zhusr-description-review-bottom .zhusr-product-anotherinfo-wrapper li {
  color: "Open Sans", sans-serif;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px;
  display: block
}
.zhusr-description-review-bottom .zhusr-product-anotherinfo-wrapper li span {
  color: #212121;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px
}
.zhusr-description-review-bottom .single-review {
  display: flex;
  margin: 0 0 50px
}
.zhusr-description-review-bottom .single-review .review-img {
  flex: 0 0 90px;
  margin: 0 15px 0 0
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-bottom .single-review .review-img {
    margin: 0 0 20px 0
  }
}
.zhusr-description-review-bottom .single-review .review-top-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  align-items: center
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left {
  display: flex;
  justify-content: center;
  align-items: center
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left .review-name {
  margin-right: 25px
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left .review-name .h4, .zhusr-description-review-bottom .single-review .review-top-wrap .review-left .review-name h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-weight: 500
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left .rating-product {
  line-height: 1;
  margin-bottom: 6px
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left .rating-product i {
  overflow: hidden;
  font-size: 18px;
  color: #fdd835
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left a {
  color: #474747
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left a:hover {
  color: #e50012
}
.zhusr-description-review-bottom .single-review .review-bottom p {
  margin: 0;
  width: 93%
}
.zhusr-description-review-bottom .single-review.child-review {
  margin-left: 70px;
  margin-bottom: 0
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-bottom .single-review.child-review {
    margin-left: 0
  }
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-bottom .single-review {
    display: block
  }
}
.zhusr-description-review-bottom .ratting-form-wrapper {
  padding-left: 50px
}
.zhusr-description-review-bottom .ratting-form-wrapper .h3, .zhusr-description-review-bottom .ratting-form-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1
}
.zhusr-description-review-bottom .ratting-form-wrapper .star-box {
  display: flex;
  margin: 6px 0 20px
}
.zhusr-description-review-bottom .ratting-form-wrapper .star-box span {
  margin: 0 15px 0 0;
  font-size: 15px;
  color: #212121
}
.zhusr-description-review-bottom .ratting-form-wrapper .star-box i {
  overflow: hidden;
  font-size: 18px;
  color: #fdd835
}
.zhusr-description-review-bottom .ratting-form-wrapper .rating-form-style {
  margin-bottom: 10px
}
.zhusr-description-review-bottom .ratting-form-wrapper .rating-form-style input {
  height: 45px;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #212121;
  width: 100%;
  margin-bottom: 15px;
  outline: 0;
  padding: 2px 10px 2px 20px;
  background: 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  padding: 2px 10px 2px 20px
}
.zhusr-description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
  background: 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: 0
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .zhusr-description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0
  }
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0
  }
}
.zhusr-zoom-thumbs-2 {
  display: inline-block;
  float: left;
  margin: auto;
  text-align: center
}
.zhusr-zoom-thumbs-2 .zhusr-swiper-slide {
  margin: 5px 0;
  text-align: center;
  transition: all .3s linear;
  outline: 0 none
}
.zhusr-zoom-thumbs-2 .zhusr-swiper-slide img {
  margin: auto;
  transition: all .3s linear;
  border: 1px solid #fff
}
.zhusr-zoom-thumbs-2 .zhusr-swiper-slide.zhusr-swiper-slide-thumb-active img {
  border: 1px solid #e50012
}
.zhusr-zoom-thumbs-2 .zhusr-swiper-slide:hover img {
  border: 1px solid #e50012
}
.zhusr-product-details-content.sticky {
  position: sticky;
  top: 85px;
  left: 0;
  width: 100%
}
.zhusr-tab-content .tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0
}
.zhusr-tab-content .tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible
}
.zhusr-slider-nav-style-1 {
  position: relative
}
.zhusr-slider-nav-style-1 .zhusr-swiper-button-next:after, .zhusr-slider-nav-style-1 .zhusr-swiper-button-prev:after {
  font-family: Ionicons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  outline: 0
}
.zhusr-slider-nav-style-1.small-nav .zhusr-swiper-button-next:after, .zhusr-slider-nav-style-1.small-nav .zhusr-swiper-button-prev:after {
  font-size: 14px
}
.zhusr-slider-nav-style-1 .zhusr-swiper-buttons .zhusr-swiper-button-next, .zhusr-slider-nav-style-1 .zhusr-swiper-buttons .zhusr-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
  margin: auto;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, .06);
  color: #212121;
  background-color: #fff
}
.zhusr-slider-nav-style-1 .zhusr-swiper-buttons .zhusr-swiper-button-next:hover, .zhusr-slider-nav-style-1 .zhusr-swiper-buttons .zhusr-swiper-button-prev:hover {
  background-color: #e50012;
  color: #fff
}
.zhusr-slider-nav-style-1.small-nav .zhusr-swiper-buttons .zhusr-swiper-button-next, .zhusr-slider-nav-style-1.small-nav .zhusr-swiper-buttons .zhusr-swiper-button-prev {
  width: 30px;
  height: 30px;
  line-height: 30px
}
.zhusr-slider-nav-style-1.small-nav .zhusr-swiper-buttons .zhusr-swiper-button-next:hover, .zhusr-slider-nav-style-1.small-nav .zhusr-swiper-buttons .zhusr-swiper-button-prev:hover {
  background-color: #e50012;
  color: #fff
}
.zhusr-slider-nav-style-1 .zhusr-swiper-button-prev {
  outline: 0;
  right: auto;
  left: -20px
}
@media only screen and (max-width:767px) {
  .zhusr-slider-nav-style-1 .zhusr-swiper-button-prev {
    left: -15px
  }
}
.zhusr-slider-nav-style-1 .zhusr-swiper-button-next {
  outline: 0;
  left: auto;
  right: -20px
}
@media only screen and (max-width:767px) {
  .zhusr-slider-nav-style-1 .zhusr-swiper-button-next {
    right: -15px
  }
}
.zhusr-slider-nav-style-1:hover .zhusr-swiper-button-next, .zhusr-slider-nav-style-1:hover .zhusr-swiper-button-prev {
  opacity: 1;
  visibility: visible
}
.zhusr-slider-nav-style-1:hover .zhusr-swiper-button-next {
  right: 10px
}
.zhusr-slider-nav-style-1:hover .zhusr-swiper-button-prev {
  left: 10px
}
.zhusr-cp-ms * {
  font-weight: 500;
}
.zhusr-cp-ms li {
  list-style: disc;
  margin-left: 20px;
  font-weight: 500 !important;
}
.theme-btn {
  position: relative;
  font-size: 14px;
  background: #be1a1f;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  border: 1px solid #be1a1f;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  z-index: 1;
  margin-top: 60px;
  margin-right: 25px;
}
.theme-btn::before {
  content: "";
  height: 300px;
  width: 300px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}
.theme-btn:hover {
  color: #333;
  border: 1px solid #888;
}
.theme-btn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.theme-btn i {
  margin-left: 5px;
}
.theme-btn span {
  margin-right: 5px;
}
.zhsur-description-review-area {
  padding-bottom: 100px;
}
.zhusr-tab-content p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.8;
}
.zhusr-content-one {
  padding: 100px 0;
}
.index-about .zhusr-content-nr .zhusr-content-nr-bt h2 {
  font-size: 32px;
}
.index-about .zhusr-content-nr {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.8;
}
.zhusr-sz {
  padding-top: 60px;
  text-align: center;
}
.zhusr-sz h2 {
  font-size: 48px;
  color: #FF0004;
  line-height: 1.8;
}
.zhusr-sz h3 {
  font-size: 16px;
  font-weight: 500;
}
video {
  width: 100%;
  height: auto;
}
.zhusr-fuw-zhichi {
  padding: 100px 0;
}
.zhusr-fuw-zhichi {
  width: 100%;
  background: #fff;
  padding: 100px 0;
}
.zhusr-fuw-zhichi .zhusr-fuw-zhichi_main {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}
.zhusr-fuw-zhichi ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.zhusr-fuw-zhichi ul li {
  width: 30.33%;
  margin: 1.5%;
}
.zhusr-fuw-zhichi ul li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 30px 22px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  border-radius: 10px;
  transition: 0.2s all ease-in;
  height: 300px;
}
.zhusr-fuw-zhichi ul li a span {
  width: 85px;
  height: 85px;
  transition: 0.2s all ease-in;
  border-radius: 50%;
  background: rgba(255, 116, 65, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.zhusr-fuw-zhichi ul li a span i {
  color: #EE3224;
  font-size: 40px;
  transition: 0.2s all ease-in;
}
.zhusr-fuw-zhichi ul li a .zhusr-fuwu-bt {
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #333;
  text-align: center;
}
.zhusr-fuw-zhichi ul li a .zhusr-fuwu-bt h2 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.zhusr-fuw-zhichi .zhusr-fuwu-bt p {
  margin: 0;
}
.zhusr-fuw-zhichi ul li a:hover {
  transform: translateY(-3px);
}
.zhusr-fuw-zhichi ul li a:hover span {
  background: #EE3224;
}
.zhusr-fuw-zhichi ul li a:hover span i {
  color: #fff;
}
.zhusr-home-title {
  text-align: center;
  margin-bottom: 35px;
}
.zhusr-home-title h3 {
  font-size: 32px;
  color: #333;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px
}
.zhusr-home-title h3:after {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  background: #aaa;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -85px;
  z-index: 1
}
.zhusr-home-title h3:before {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background: #d61314;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  z-index: 2
}
.zhusr-home-title p {
  text-transform: uppercase;
  font-size: 16px;
  font-family: arial;
  color: #666
}
/*地图*/
.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden
}
.clearfix {}
.map-content {
  padding: 30px 0
}
.map-module {
  width: 1200px !important;
  margin: 0 auto;
  position: relative;
  transition: all .3s ease
}
.map-title {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin: 50px 0;
  position: relative
}
.map-branch .map-title {
  margin: 20px 0 0;
  z-index: 1
}
.map-title:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid;
  border-color: #20b09f transparent transparent
}
.map-title:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 3px;
  background-color: #20b09f;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%)
}
.map-content-info {
  position: relative;
  margin-bottom: 30px
}
.branch-map-l {
  width: 849px;
  height: 575px;
  position: relative
}
.map-content-box {
  width: 100%;
  height: 100%;
  background: url(/skin/img/map-bj.png) no-repeat center;
  position: relative
}
.map-dot {
  position: absolute;
  text-align: center;
  font-size: 12px;
  cursor: pointer
}
.beijing {
  left: 585px;
  top: 220px
}
.tianjin {
  left: 604px;
  top: 234px
}
.hebei {
  left: 575px;
  top: 254px
}
.shanxi {
  left: 540px;
  top: 276px
}
.liaoning {
  left: 660px;
  top: 196px
}
.jilin {
  left: 696px;
  top: 167px
}
.heilongjiang {
  left: 676px;
  top: 106px
}
.shanghai {
  left: 668px;
  top: 341px
}
.jiangsu {
  left: 646px;
  top: 316px
}
.zhejiang {
  left: 655px;
  top: 379px
}
.anhui {
  left: 605px;
  top: 334px
}
.fujian {
  left: 625px;
  top: 428px
}
.jiangxi {
  left: 595px;
  top: 402px
}
.shandong {
  left: 610px;
  top: 284px
}
.henan {
  left: 562px;
  top: 316px
}
.hubei {
  left: 555px;
  top: 359px
}
.hunan {
  left: 545px;
  top: 409px
}
.guangdong {
  left: 575px;
  top: 466px
}
.guangxi {
  left: 506px;
  top: 461px
}
.chongqing {
  left: 495px;
  top: 364px
}
.sichuan {
  left: 425px;
  top: 354px
}
.guizhou {
  left: 484px;
  top: 424px
}
.yunnan {
  left: 405px;
  top: 462px
}
.shanxi1 {
  left: 502px;
  top: 312px
}
.map-dot:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 auto;
  background-color: #01b7bd;
  border-radius: 50%
}
.map-dot.beijing:after {
  width: 13px;
  height: 12px;
  border-radius: 0;
  background: url(/skin/image/icon-star.png) no-repeat center
}
.branch-map-data {
  position: absolute;
  box-sizing: border-box;
  width: 430px;
  border: 1px solid #01b7bd;
  box-shadow: 0 0 2px 2px #e9e9e9;
  background-color: #fff;
  padding: 10px 30px;
  z-index: 1;
  display: none
}
.branch-map-data-title {
  border-bottom: 1px solid #eee
}
.branch-map-data-title p {
  font-size: 18px;
  color: #333;
  line-height: 28px
}
.branch-map-data-info {
  max-height: 236px;
  overflow-y: auto
}
.data-branch {
  border-bottom: 1px dashed #eee;
  padding: 6px 0;
  box-sizing: border-box
}
.data-branch:last-child {
  border: none
}
a, button, input, textarea {
  -webkit-tap-highlight-color: transparent;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.data-branch .data-name {
  font-size: 14px;
  color: #666;
  line-height: normal;
  margin-bottom: 5px
}
.data-branch p {
  font-size: 12px;
  color: #999;
  line-height: 20px
}
.data-branch p {
  font-size: 12px;
  color: #999;
  line-height: 20px
}
.branch-map-data:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent #01b7bd transparent transparent
}
.branch-map-data:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent #fff transparent transparent
}
.map-dot.cur:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #01b7bd;
  animation: dot 4s infinite
}
@keyframes dot {
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 1
  }
  50% {
    transform: translateX(-50%) scale(1.5);
    opacity: .1
  }
}
.btn-style-1 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: #e50012;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 45px;
  overflow: hidden;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  z-index: 1;
  text-align: center;
  margin-top: 60px;
}
.btn-style-1 img {
  margin-left: 15px;
}
.btn-style-1:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: 0;
  background-color: #d0383f;
  content: "";
  -webkit-transform: scaleY(0) rotateX(0deg);
  transform: scaleY(0) rotateX(0deg);
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  z-index: -1
}
.btn-style-1:hover:before {
  -webkit-transform: scaleY(1) rotateX(0deg);
  transform: scaleY(1) rotateX(0deg);
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear
}
.btn-style-1:hover {
  color: #fff;
}
.btn-style-1 > i {
  padding-right: 10px;
  position: relative;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}
.btn-style-1:hover > i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px)
}
.ban_p3 {
  text-align: center;
}
.zhusr-map-lxfs {
  padding: 15px;
}
.zhusr-map-lxfs strong {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  border-bottom: 1px solid #666;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #000;
}
.zhusr-map-lxfs p {
  font-size: 15px;
  line-height: 1.5;
  color: #000;
}
.zhusr-tab-content > .zhusr-tab-pane {
  display: none
}
.zhusr-tab-content > .active {
  display: block
}
.zhusr-description-review-topbar.nav {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 60px;
}
.zhusr-index-cp-nrzs .zhusr-description-review-topbar.nav {
  position: relative;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 60px;
  padding-bottom: 15px;
}
.zhusr-description-review-topbar.nav a {
  background: 0 0;
  border: 0;
  text-transform: capitalize;
  line-height: 24px;
  color: #474747;
  padding: 0 0 15px 0;
  margin: 0 30px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  transition: all .3s linear;
  display: inline-block;
  font-family: Raleway, sans-serif
}
.zhusr-description-review-topbar.nav a:hover {
  color: #212121
}
.zhusr-description-review-topbar.nav a:hover:after {
  background-color: #e50012
}
.zhusr-description-review-topbar.nav a.active {
  color: #ff0000;
}
.zhusr-description-review-topbar.nav a.active:after {
  background-color: #e50012
}
.zhusr-description-review-topbar.nav a:after {
  content: "";
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: 0 0;
  transition: all .3s linear
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-topbar.nav a {
    margin: 0 15px
  }
}
@media only screen and (max-width:575px) {
  .zhusr-description-review-topbar.nav a {
    margin: 0 15px;
    font-size: 18px
  }
}
@media only screen and (max-width:479px) {
  .zhusr-description-review-topbar.nav a {
    margin: 0 0px;
    font-size: 14px
  }
}
.zhusr-description-review-bottom .product-description-wrapper p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 28px;
  color: "Open Sans", sans-serif;
  width: 84%
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-bottom .product-description-wrapper p {
    width: 100%
  }
}
.zhusr-description-review-bottom .product-anotherinfo-wrapper li {
  color: "Open Sans", sans-serif;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px;
  display: block
}
.zhusr-description-review-bottom .product-anotherinfo-wrapper li span {
  color: #212121;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px
}
.zhusr-description-review-bottom .single-review {
  display: flex;
  margin: 0 0 50px
}
.zhusr-description-review-bottom .single-review .review-img {
  flex: 0 0 90px;
  margin: 0 15px 0 0
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-bottom .single-review .review-img {
    margin: 0 0 20px 0
  }
}
.zhusr-description-review-bottom .single-review .review-top-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  align-items: center
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left {
  display: flex;
  justify-content: center;
  align-items: center
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left .review-name {
  margin-right: 25px
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left .review-name .h4, .zhusr-description-review-bottom .single-review .review-top-wrap .review-left .review-name h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-weight: 500
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left .rating-product {
  line-height: 1;
  margin-bottom: 6px
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left .rating-product i {
  overflow: hidden;
  font-size: 18px;
  color: #fdd835
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left a {
  color: #474747
}
.zhusr-description-review-bottom .single-review .review-top-wrap .review-left a:hover {
  color: #e50012
}
.zhusr-description-review-bottom .single-review .review-bottom p {
  margin: 0;
  width: 93%
}
.zhusr-description-review-bottom .single-review.child-review {
  margin-left: 70px;
  margin-bottom: 0
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-bottom .single-review.child-review {
    margin-left: 0
  }
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-bottom .single-review {
    display: block
  }
}
.zhusr-description-review-bottom .ratting-form-wrapper {
  padding-left: 50px
}
.zhusr-description-review-bottom .ratting-form-wrapper .h3, .zhusr-description-review-bottom .ratting-form-wrapper h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1
}
.zhusr-description-review-bottom .ratting-form-wrapper .star-box {
  display: flex;
  margin: 6px 0 20px
}
.zhusr-description-review-bottom .ratting-form-wrapper .star-box span {
  margin: 0 15px 0 0;
  font-size: 15px;
  color: #212121
}
.zhusr-description-review-bottom .ratting-form-wrapper .star-box i {
  overflow: hidden;
  font-size: 18px;
  color: #fdd835
}
.zhusr-description-review-bottom .ratting-form-wrapper .rating-form-style {
  margin-bottom: 10px
}
.zhusr-description-review-bottom .ratting-form-wrapper .rating-form-style input {
  height: 45px;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #212121;
  width: 100%;
  margin-bottom: 15px;
  outline: 0;
  padding: 2px 10px 2px 20px;
  background: 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  padding: 2px 10px 2px 20px
}
.zhusr-description-review-bottom .ratting-form-wrapper .rating-form-style textarea {
  background: 0 0;
  border: 1px solid #ebebeb;
  color: #474747;
  height: 180px;
  padding: 20px 10px 2px 20px;
  margin-bottom: 20px;
  width: 100%;
  outline: 0
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .zhusr-description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0
  }
}
@media only screen and (max-width:767px) {
  .zhusr-description-review-bottom .ratting-form-wrapper {
    margin-top: 50px;
    padding: 0
  }
}
.zhusr-tab-content .zhusr-tab-pane {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  max-width: 100%;
  opacity: 0
}
.zhusr-tab-content .zhusr-tab-pane.active {
  height: auto;
  visibility: visible;
  opacity: 1;
  overflow: visible
}
.zhusr-main-menu .active > a {
  color: #DF0003 !important;
}
#zhusr-map {
  max-width: 1600px;
  height: 600px;
  margin-top: -30px;
  overflow-x: auto;
  overflow-y: auto;
}
.zhusr-contact-content-nr {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #f6f6f6;
  padding: 35px 15px;
}
.zhusr-contact-content-nr strong {
  color: #000;
}
.zhusr-contact-content-nr .zhusr-lxfs {
  margin-bottom: 60px;
}
.zhusr-contact-content-nr .zhusr-lxfs strong {
  margin-right: 35px;
}
.zhusr-offcanvas__contact h4 {
  margin-bottom: 35px;
}
.zhusr-offcanvas__contact p {
  color: #333;
  line-height: 2;
  margin-bottom: 10px;
}
.zhusr-offcanvas__contact p i {
  margin-right: 15px;
  color: #dc3545;
}
.zhusr-offcanvas__contact .zhusr-footer-weixin h2 {
  font-size: 14px;
  color: #333;
}
.zhusr-next {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .banner .img {
    background: none;
    height: auto;
  }
}
@media (max-width: 1500px) {
  .zhusr-header-mubanbiz-550988513 .container-fluid {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .zhusr-mbxs {
    display: none;
  }
  .header-logo img {
    max-width: 120px;
    height: auto;
  }
  .sticky .zhusr-header-main {
    padding: 10px 0;
  }
  .zhusr-footer-weixin .col-sm-12 {
    width: 50%;
  }
  .zhusr-mean-container .zhusr-mean-nav ul li a {
    font-weight: 500;
  }
  .zhusr-offcanvas__contact h4 {
    margin-bottom: 15px;
  }
  .zhusr-home-title h3 {
    font-size: 22px;
  }
  #zhusr-map {
    max-width: 800px;
    height: 800px;
  }
  .zhusr-list-img-two .zhusr-list-img-cp {
    width: 50%;
    margin-bottom: 30px;
  }
  .zhusr-list-img-two .zhusr-list-img-cp h3 {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .zhusr-list-news-title h3 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .zhusr-list-news-one .zhusr-list-news .zhusr-list-news-title {
    padding: 15px 0;
  }
  .zhusr-list-news-one .zhusr-list-news-link a {
    font-size: 16px;
  }
  .zhusr-content-one, .zhusr-pc-p {
    padding: 60px 0;
  }
  .zhusr-product-details-content .h2, .zhusr-product-details-content h2 {
    margin-top: 60px;
  }
  .zhusr-product-details-content .h2, .zhusr-product-details-content h2 {
    font-size: 18px;
  }
  .zhusr-description-review-topbar.nav {
    margin-bottom: 30px;
    font-size: 22px;
    color: #333;
  }
  .zhusr-sz .col-sm-12 {
    width: 50%;
    margin-bottom: 30px;
  }
  .zhusr-sz h2 {
    font-size: 28px;
  }
  .zhusr-fuw-zhichi ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .zhusr-index-menu {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .zhusr-fzlc > .container .box .swiper-slide > .con > .txt {
    padding: 15px 0;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    display: none;
  }
  .zhusr-index-case-list h2 {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .zhusr-index-map {
    padding: 60px 0;
  }
  .section2 .left ul li {
    width: 48%;
    float: left;
    margin: 1%;
  }
  .subtitle span {
    font-size: 18px;
  }
  .section2 .right ul li {
    margin: 25px 0;
  }
  .zhusr-index-news .zhusr-news-right .zhusr-list-news-title {
    margin-bottom: 30px;
  }
  .zhusr-description-review-topbar.nav a {
    padding-bottom: 5px;
  }
  .banner .img video {
    display: none;
  }
  .zhusr-offcanvas__logo img {
    max-width: 120px;
    height: auto;
  }
  .zhusr-offcanvas__info {
    width: 90%;
  }
  .zhusr-header-mubanbiz-550988513 .container-fluid {
    padding: 0 15px;
  }
  .zhusr-list-news-link span {
    margin-right: 10px;
  }
  .zhusr-list-news-link span i {
    margin-right: 10px;
    color: #E50509;
  }
}<!--耗时1759534887.6561秒-->