@import url("bootstrap.min.css");
@import url("font-awesome.min.css?B=1.00");
@import url("animate.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("magnific-popup.css");
@import url("../plugins/zeino-icon/style.css?B=1.0");

body {
  font-family: "Microsoft Yahei","Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: #868994;
}
body.dark-background {
  background-color: #2a2d3b;
}
ul,li{padding:0;margin:0; list-style:none;}a:hover{ color:#d6120c;}
a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
.homebanner{width:100%;float:left;}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}
.thm-black-bg {
  background-color: #2a2d3b;
}

.thm-base-bg {
  background-color: #d6120c;
}

.thm-gray-bg {
  background-color: #fbf8f4;
}

.col-5-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.col-5-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.icon-revresed {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}

.sec-pad {
  padding: 120px 0;
}

.skwed-section {
  position: relative;
}
.skwed-section .container {
  position: relative;

}

.block-title {
  margin-bottom: 45px;
}
.block-title__title {
  margin: 0;
  color: #333;
  font-weight:bold;
  font-size: 40px;
  text-transform: uppercase;
}.block-title__title em{font-size:20px;color:#999; font-style:normal; font-weight:normal;}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  cursor: pointer;
  background-color:#d6120c;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 13.5px 56px;
  border-radius: 30.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn:hover {
  color: #fff;
  background-color: #d6120c;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}
.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #d6120c;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #2a2d3b;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #d6120c;
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #d6120c;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99999;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
  transition: all .4s ease;
}
.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.scroll-to-top:hover {
  background-color: #F7C324;
}
.scroll-to-top:hover i {
  color: #2a2d3b;
}

/*
* 3. header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  display: block;
}
.header-navigation .container .logo-box {
  float: left;

}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: right;
  text-align: left;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  padding:20px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 35px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-size: 15px; font-weight:bold;
  color: #000;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 0;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li > a:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.header-navigation ul.navigation-box > li.current > a:before, .header-navigation ul.navigation-box > li:hover > a:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding:2%;
  text-align: left;z-index: -1 !important;
  list-style: none;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #2a2d3b;
  background: #F7C324;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #2a2d3b;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #2a2d3b;
  background: #F7C324;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-one {
  position: absolute;
background-color:#fff;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #d6120c;
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.stricked-menu ul.navigation-box > li {
  padding-top: 18px;
  padding-bottom: 28px;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*
* 4. banner styles
*/
.banner-one {
width: 100%;
  float: left;
  position: relative;
}
.banner-one__bubble {
  display: inline-block;z-index:999;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  background-color: #fff;
  opacity: .1;
  -webkit-animation-name: squareMover;
          animation-name: squareMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
}
.banner-one__bubble-one {
  top: 20%;
  left: 5%;
}
.banner-one__bubble-two {
  background-color: #000;
  width: 44px;
  height: 44px;
  bottom: 45%;
  left: 15%;
}
.banner-one__bubble-three {
  width: 88px;
  height: 88px;
  top: 10%;
  left: 32%;
}
.banner-one__bubble-four {
  width: 44px;
  height: 44px;
  top: 15%;
  right: 45%;
}
.banner-one__bubble-five {
  background-color: #000000;
  right: 10%;
  top: 20%;
}
.banner-one__title {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 70px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.banner-one__btn:hover {
  background-color: #fff;
  color: #2a2d3b;
}

[class*='banner-one__moc-'] {
  position: absolute;
  -webkit-animation-name: bannerMocMover;
          animation-name: bannerMocMover;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@media (max-width: 1440px) {
  [class*='banner-one__moc-'] {
    -webkit-animation-name: bannerMocMoverResponsive;
            animation-name: bannerMocMoverResponsive;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@media (max-width: 1199px) {
  [class*='banner-one__moc-'] {
    -webkit-animation-name: bannerMocMoverResponsive2;
            animation-name: bannerMocMoverResponsive2;
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.banner-one__moc-1 {
  top: 20%;
  right: 27%;
}
@media (max-width: 1440px) {
  .banner-one__moc-1 {
    right: 30%;
  }
}
@media (max-width: 1199px) {
  .banner-one__moc-1 {
    right: 27%;
  }
}

.banner-one__moc-2 {
  top: 10%;
  right: 0;
}

@-webkit-keyframes bannerMocMover {
  0%,
    100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25%,
    75% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes bannerMocMover {
  0%,
    100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  25%,
    75% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@-webkit-keyframes bannerMocMoverResponsive {
  0%,
    100% {
    -webkit-transform: translateY(0px) scale(0.85);
            transform: translateY(0px) scale(0.85);
  }
  25%,
    75% {
    -webkit-transform: translateY(10px) scale(0.85);
            transform: translateY(10px) scale(0.85);
  }
  50% {
    -webkit-transform: translateY(20px) scale(0.85);
            transform: translateY(20px) scale(0.85);
  }
}
@keyframes bannerMocMoverResponsive {
  0%,
    100% {
    -webkit-transform: translateY(0px) scale(0.85);
            transform: translateY(0px) scale(0.85);
  }
  25%,
    75% {
    -webkit-transform: translateY(10px) scale(0.85);
            transform: translateY(10px) scale(0.85);
  }
  50% {
    -webkit-transform: translateY(20px) scale(0.85);
            transform: translateY(20px) scale(0.85);
  }
}
@-webkit-keyframes bannerMocMoverResponsive2 {
  0%,
    100% {
    -webkit-transform: translateY(0px) scale(0.65);
            transform: translateY(0px) scale(0.65);
  }
  25%,
    75% {
    -webkit-transform: translateY(10px) scale(0.65);
            transform: translateY(10px) scale(0.65);
  }
  50% {
    -webkit-transform: translateY(20px) scale(0.65);
            transform: translateY(20px) scale(0.65);
  }
}
@keyframes bannerMocMoverResponsive2 {
  0%,
    100% {
    -webkit-transform: translateY(0px) scale(0.65);
            transform: translateY(0px) scale(0.65);
  }
  25%,
    75% {
    -webkit-transform: translateY(10px) scale(0.65);
            transform: translateY(10px) scale(0.65);
  }
  50% {
    -webkit-transform: translateY(20px) scale(0.65);
            transform: translateY(20px) scale(0.65);
  }
}
.banner-two {
  position: relative;
  background: #2a2d3b url(../images/banner-bg-2-1.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 155px;
}
.banner-two__bubble {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  background-color: #fff;
  opacity: .1;
  -webkit-animation-name: squareMover;
          animation-name: squareMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
}
.banner-two__bubble-one {
  top: 20%;
  left: 5%;
}
.banner-two__bubble-two {
  background-color: #000;
  width: 44px;
  height: 44px;
  bottom: 45%;
  left: 15%;
}
.banner-two__bubble-three {
  width: 88px;
  height: 88px;
  top: 10%;
  left: 32%;
}
.banner-two__bubble-four {
  width: 44px;
  height: 44px;
  top: 15%;
  right: 45%;
}
.banner-two__bubble-five {
  background-color: #000000;
  right: 10%;
  top: 20%;
}
.banner-two__title {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 70px;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.banner-two__btn:hover {
  background-color: #fff;
  color: #2a2d3b;
}
.banner-two__moc {
  max-width: 100%;
  margin-top: 40px;
}

/*
* 5. fun-fact styles
*/
.fun-fact-one {
padding-top:3%;padding-bottom:3%;
  position: relative;
  z-index: 10;width:100%;float:left;
}
.fun-fact-one__block-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;margin-top:5%;
  letter-spacing: .04em;
  line-height: 1em;
  text-decoration: underline;
  margin-bottom: 3%;
}
.fun-fact-one__title {
  margin: 0;
  color: #d6120c;
  font-weight: 400;
  letter-spacing: .04em;
  font-size:40px;
}
.fun-fact-one .right1{padding:10%;-webkit-filter: drop-shadow(10px 0px 60px rgba(42, 45, 59, 0.1));
  filter: drop-shadow(10px 0px 60px rgba(42, 45, 59, 0.1));
background-color: #f3f3f3;
  text-align: center;border-radius: 15px;
  height: 330px;
  padding-top: 60px;
  padding-bottom: 60px;} 
.vbv{width:100%;float:left; text-align:center;display: block ruby; font-size:26px;}.vbv h3{ font-weight:bold;}
.fun-fact-one__single span{ font-size:16px; line-height:25px;margin-top: 5%;width:100%;
  float: left;}
.fun-fact-one__text {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-top: 5px;
}
.fun-fact-one__home-two {
  padding-top: 120px;
  margin-top: 0;
}
.vbv{margin-bottom:30px;}
..fun-fact-one__text{margin-bottom:50px;}
/*
* 6. service styles
*/
.service-one {
  position: relative;width:100%;overflow: hidden;
  padding-bottom: 3%;
}
.service-one__line {
  margin: 0;
  border-width: 1px;
  border-color: #EDEEF0;
  margin-bottom: 5%;
}
.service-one__bubble {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  background-color: #d6120c;
  opacity: .1;
  -webkit-animation-name: squareMover;
          animation-name: squareMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
}
.service-one__bubble-one {
  top: 40%;
  left: 5%;
}
.service-one__bubble-two {
  width: 44px;
  height: 44px;
  background-color: #f7c324;
  bottom: 15%;
  left: 15%;
}
.service-one__bubble-three {
  width: 88px;
  height: 88px;
  background-color: #f7c324;
  top: 10%;
  left: 32%;
}
.service-one__bubble-four {
  width: 44px;
  height: 44px;
  background-color: #d6120c;
  top: 15%;
  right: 20%;
}
.service-one__bubble-five {
  background-color: #f7c324;
  right: 10%;
  top: 50%;
}
.service-one__single {
  margin-bottom: 30px;
  -webkit-filter: drop-shadow(10px 0px 60px rgba(42, 45, 59, 0.1));
          filter: drop-shadow(10px 0px 60px rgba(42, 45, 59, 0.1));
}
.service-one__inner {
  padding: 20px 50px 22px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  position: relative;
}
.service-one__inner * {
  position: relative;
  z-index: 10;
}
.service-one__inner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(120deg, #ea072e 0%, #e30822 50%, #b6061a 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.service-one__inner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;
  -webkit-clip-path: polygon(0 60%, 100% 0, 100% 50%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0, 100% 50%, 0% 100%);
  background-image: linear-gradient(22deg, #ea072e 0%, #e30822 50%, #b6061a 100%);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.service-one__icon {
  font-size: 63px;
  color: #d6120c;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 34px;
  letter-spacing: .04em;
  margin-top: 10px;
  margin-bottom: 15px;float: left;
  width: 100%;
}
.service-one__title a {
  color: #333;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; font-weight:bold;
}
.service-one__title a:hover {
  color: #fff;
}
.service-one__text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  color: #868994;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__more-link {
  color: #868994;
  font-size: 32px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__more-link:hover {
  color: #fff;
}
.service-one__single:hover .service-one__inner:after, .service-one__single:hover .service-one__inner:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.service-one__single:hover .service-one__inner:after {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.service-one__single:hover .service-one__icon, .service-one__single:hover .service-one__title a, .service-one__single:hover .service-one__more-link, .service-one__single:hover .service-one__text {
  color: #fff;
}

/*
* 7. feature styles
*/
.feature-one {
  position: relative;
}
.feature-one__moc {
  position: absolute;
  bottom: -5px;
  right: 70px;
  z-index: 15;
}
.feature-one .container {
  position: relative;
  padding-top: 3%;
  padding-bottom: 3%;
}
.feature-one .block-title__title{ color:#fff;}
.feature-one .container:before {
  content: '';
  width: 1000000px;
  height: 100%;
  background-color: #b6061a;
  position: absolute;
  top: 0;
  right: 300px;
}
.feature-one .block-title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feature-one__single + .feature-one__single {
  margin-top: 55px;
}
.feature-one__icon, .feature-one__content {
  display: table-cell;
  vertical-align: top;
}
.feature-one__content {
  padding-left: 40px;
}
.feature-one__icon .inner {
  width: 101px;
  height: 101px;
  background-image: linear-gradient(120deg, #fff 0%, #fff 50%, #fff 100%);
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.feature-one__icon .inner i {
  color: #d5061e;
  font-size: 50px;
}
.feature-one__title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .04em;
  margin: 0;
  text-transform: uppercase;
}
.feature-one__text {
  color:rgba(255,255,255,.5);
  font-size: 18px;
  line-height: 34px;
  margin: 0;
  margin-top: 20px;
}

/*
* 8. testimonials styles
*/
.testimonials-one {
  background-color: #fff;
  padding-top: 3%;
  padding-bottom: 5%;
}
.testimonials-one__single {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testimonials-one__single:hover {
  -webkit-filter: drop-shadow(10px 0px 60px rgba(42, 45, 59, 0.1));
          filter: drop-shadow(10px 0px 60px rgba(42, 45, 59, 0.1));
}
.testimonials-one__inner {
background-image: linear-gradient(120deg, #fefefe 0%, #f4f4f4 50%, #f5f5f5 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  padding: 60px 60px;
}
.testimonials-one__top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.testimonials-one__image {
  position: relative;
  display: inline-block;
}
.testimonials-one__image > img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}
.testimonials-one__qoute {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #d6120c;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}
.testimonials-one__qoute > img {
  width: auto;
}
.testimonials-one__stars {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.testimonials-one__stars i {
  color: #F7C324;
  font-size: 18px;
}
.testimonials-one__stars i + i {
  margin-left: 5px;
}
.testimonials-one__content h2{ font-size:20px; font-weight:bold;}
.testimonials-one__text {
  margin: 0;
  color: #868994;
  font-size: 16px;
  line-height: 25px;
}
.testimonials-one__name {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}
.testimonials-one__carousel{width:100%;margin: auto;
  overflow: hidden;}
.testimonials-one .container-fluid {
  width: 100%;
  overflow: hidden;

}

.testimonials-one__carousel .owl-item img {
  width: auto;
}
.testimonials-one__carousel .owl-stage-outer {
  overflow: visible;
}
.testimonials-one__carousel .owl-nav {
  text-align: center;
}
.testimonials-one__carousel .owl-nav [class*=owl-] {
  background-color: transparent !important;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #868994;
  font-size: 32px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testimonials-one__carousel .owl-nav [class*=owl-]:hover {
  color: #d6120c;
}
.testimonials-one__carousel .owl-nav [class*=owl-] + [class*=owl-] {
  margin-left: 10px;
}

/*
* 9. brand styles
*/
.brand-one__carousel {
  padding: 5% 0;
}
.brand-one__carousel .item img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
@media (min-width: 991px) {
  .brand-one__carousel .item img {
    width: auto;
  border: solid 1px #f4f4f4;
    margin-left: auto;
    margin-right: auto;max-width:100%;
  }
}
.brand-one__carousel .item img:hover {
  opacity: .6;
}
.brand-one__carousel .owl-dots,
.brand-one__carousel .owl-nav {

}

/*
* 10. price styles
*/
.price-one {
  padding-bottom: 3%;
  position: relative;
}
.price-one__bubble {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  background-color: #d6120c;
  opacity: .1;
  -webkit-animation-name: squareMover;
          animation-name: squareMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
}
.price-one__bubble-one {
  top: 40%;
  left: 5%;
}
.price-one__bubble-two {
  width: 44px;
  height: 44px;
  background-color: #f7c324;
  bottom: 15%;
  left: 15%;
}
.price-one__bubble-three {
  width: 88px;
  height: 88px;
  background-color: #f7c324;
  top: 10%;
  left: 32%;
}
.price-one__bubble-four {
  width: 44px;
  height: 44px;
  background-color: #d6120c;
  top: 15%;
  right: 20%;
}
.price-one__bubble-five {
  background-color: #f7c324;
  right: 10%;
  top: 50%;
}
.price-one__block {
  padding-top: 70px;
}
.price-one__block-title {
  margin: 0;
  color: #2a2d3b;
font-weight: bold;
  font-size: 40px;
  margin-bottom: 45px;
}.price-one__block-title em{font-size:20px;color:#999;
  font-style: normal;
  font-weight: normal;}
.price-one__block-text {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  color: #868994;
}
.price-one__line {
  margin: 0;
  border-width: 1px;
  border-color: #edeef0;
  margin-bottom: 120px;
}
.price-one__tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.price-one__tab-btn-single {
  display: inline-block;
  vertical-align: middle;
  background-color: #fbf8f4;
  color: #2a2d3b;
  font-size: 16px;
  text-transform: uppercase;
  padding: 13.5px 52px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.price-one__tab-btn-single:first-child {
  border-top-left-radius: 30.5px;
  border-bottom-left-radius: 30.5px;
}
.price-one__tab-btn-single:last-child {
  border-top-right-radius: 30.5px;
  border-bottom-right-radius: 30.5px;
}
.price-one__tab-btn-single:hover, .price-one__tab-btn-single.active {
  background-color:#d6120c;
  color: #fff;
}
.price-one__tab-content {
  position: relative;
}
.price-one__single {
  width: 100%;
  max-width: 370px;
  -webkit-filter: drop-shadow(10px 0px 60px rgba(42, 45, 59, 0.1));
          filter: drop-shadow(10px 0px 60px rgba(42, 45, 59, 0.1));
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.85) translateX(270px) translateY(-15px);
          transform: scale(0.85) translateX(270px) translateY(-15px);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}


.price-one__single.active {
  z-index: 20;
  -webkit-transform: scale(1) translateX(0) translateY(0);
          transform: scale(1) translateX(0) translateY(0);
}
.price-one__single-line {
  margin: 0;
  border-width: 1px;
  border-color: #edeef0;
}
.price-one__inner {
  text-align: center;
  padding-top: 50px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
}
.price-one__price {
  font-size: 40px; font-weight:bold;
  color: #d6120c;
  margin-bottom: 15px;
}
.price-one__currency {
  font-size: 25px;
  display: inline-block;
  vertical-align: super;
}
.price-one__time {
  font-size: 14px;
  color: #2a2d3b;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: baseline;
  letter-spacing: .04em;
  margin-left: 5px;
}
.price-one__title {
  margin: 0;
  font-size: 20px;
  color: #2a2d3b;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 20px;
}
.price-one__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
  margin-top: 20px;
}
.price-one__list-item {
  font-size: 16px;
  color: #868994;
  line-height: 1em;
}
.price-one__list-item + .price-one__list-item {
  margin-top: 15px;
}
.price-one__btn {
  margin-top: 30px;
}

/*
* 11. video styles
*/
.video-one {
  padding: 210px 0 275px;
  background: #2a2d3b url(../images/video-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.video-one:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-120deg, #8d0f37 0%, #c40a3b 50%, #ea072e 100%);
  opacity: .9;
}
.video-one:after {
  content: '';
  width: 100%;
  height: 30px;
  background-image: linear-gradient(22deg, #8d0f37 0%, #c40a3b 50%, #ea072e 100%);
  -webkit-transform: rotate(-3.5deg) translateY(-60px) scale(1.1);
          transform: rotate(-3.5deg) translateY(-60px) scale(1.1);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.video-one .container {
  position: relative;
  text-align: center;
}
.video-one__link {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-box-shadow: 0 0 0 0 rgba(42, 45, 59, 0.2);
          box-shadow: 0 0 0 0 rgba(42, 45, 59, 0.2);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
}
.video-one__link i {
  line-height: 125px;
  color: #d6120c;
  font-size: 30px;
  position: relative;
  z-index: 11;
}
.video-one__link:after, .video-one__link:before {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(42, 45, 59, 0.2);
          box-shadow: 0 0 0 0 rgba(42, 45, 59, 0.2);
  -webkit-animation: ripple 4s infinite;
          animation: ripple 4s infinite;
}
.video-one__link:after {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(42, 45, 59, 0);
            box-shadow: 0 0 0 70px rgba(42, 45, 59, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(42, 45, 59, 0);
            box-shadow: 0 0 0 0 rgba(42, 45, 59, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 70px rgba(42, 45, 59, 0);
            box-shadow: 0 0 0 70px rgba(42, 45, 59, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(42, 45, 59, 0);
            box-shadow: 0 0 0 0 rgba(42, 45, 59, 0);
  }
}
/*
* 12. faq styles
*/
.faq-one {
  padding-top: 105px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 375px) {
  .faq-one {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.faq-one__bubble {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  background-color: #d6120c;
  opacity: .1;
  -webkit-animation-name: squareMover;
          animation-name: squareMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
}
.faq-one__bubble-one {
  top: 40%;
  left: 5%;
}
.faq-one__bubble-two {
  width: 44px;
  height: 44px;
  background-color: #f7c324;
  bottom: 15%;
  left: 15%;
}
.faq-one__bubble-three {
  width: 88px;
  height: 88px;
  background-color: #f7c324;
  top: 10%;
  left: 32%;
}
.faq-one__bubble-four {
  width: 44px;
  height: 44px;
  background-color: #d6120c;
  top: 15%;
  right: 20%;
}
.faq-one__bubble-five {
  background-color: #f7c324;
  right: 10%;
  top: 50%;
}
@media (min-width: 1200px) {
  .faq-one .container {
    max-width: 920px;
  }
}
.faq-one .accrodion-grp .accrodion {
  border: 1px solid #EDEEF0;
  border-radius: 0px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.faq-one .accrodion-grp .accrodion + .accrodion {
  margin-top: 20px;
}
.faq-one .accrodion-grp .accrodion .accrodion-title {
  cursor: pointer;
  padding: 30.5px 40px;
}
.faq-one .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  color: #2A2D3B;
  font-weight: 500;
  padding: 0px 0;
  padding-top: 0;
  padding-left: 0px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.faq-one .accrodion-grp .accrodion .accrodion-title h4:before {
  font-family: 'FontAwesome';
  content: '\f067';
  display: inline-block;
  font-size: 14px;
  color: #d6120c;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.faq-one .accrodion-grp .accrodion .accrodion-content .inner {
  margin-top: -5px;
  padding: 0 40px;
  padding-bottom: 26px;
}
.faq-one .accrodion-grp .accrodion .accrodion-content .inner p {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  color: #868994;
}
.faq-one .accrodion-grp .accrodion.active {
  background-color: #fff;
}
.faq-one .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: '\f068';
  color: #2a2d3b;
}

/*
* 13. blog styles
*/
.blog-one {
background: url(../images/s-dtbg.png) center bottom no-repeat;
    background-size: auto;
  background-size: 100% auto;
  padding-top: 3%;
  padding-bottom: 3%;
}
@media (max-width: 375px) {
  .blog-one {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.blog-one__image {

  background-color: #2a2d3b;
}
.blog-one__image > img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__content {
  background-color: #fff;
  padding: 0 15px;
  padding-top: 20px;
  padding-bottom: 20px;

  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
/*.blog-one__content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-image: linear-gradient(120deg, #ea072e 0%, #e30822 50%, #b6061a 100%);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}
.blog-one__content:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  background-image: linear-gradient(22deg, #ea072e 0%, #e30822 50%, #b6061a 100%);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}*/
.dtyd {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top:20px;
	border-top: 1px solid #f2f2f2;
	margin-top:20px;
}

.dtyd span {
	color: #5d5d5d;
	font-size: 14px;
	line-height: 1.5;
}

 .dtyd div {
	display: flex;
	/* align-items: flex-end; */
	align-items: center;
	color: #5d5d5d;
	font-size:16px);
	gap: 0.06rem;
	/* line-height: 1.5; */
	transition: all .5s;
	/* font-weight: bold; */
	padding-top: 0.06rem;
}

.s-dongtai .pcswiper .dtcon .dtyd div i {
	color: #5d5d5d;
	font-size: 16px;
}
.icon-jiantouzuo-copy{-webkit-transform: rotate(180deg);
  transform: rotate(180deg); font-size:14px;}
.icon-jiantouzuo-copy::before {
  content: "\e902";
}
.blog-one__single{
box-shadow: 0px 0px 22px rgba(186, 199, 212, .26);
  border-radius: 10px;

}
.blog-one .swiper-slide{border-radius: 15px;}

.blog-one__meta {
  line-height: 1em;
  margin-bottom: 5px;
}
.blog-one__meta-sep, .blog-one__meta-link {
  color: #868994;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__meta-sep {
  margin-left: 10px;
  margin-right: 10px;
}
.blog-one__meta-link:hover {
  color: #fff;
}
.blog-one__title {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: bold;
  text-transform: uppercase;
}

.blog-one .swiper-container{padding: 0 15px 15px;
  margin: 0 -15px;}

.blog-one__title a {
  color: #2a2d3b;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__title a:hover {
  color: #d6120c;
}
.blog-one__date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  color: #d6120c;
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: right;
  -webkit-transform: skew(0deg, 4deg);
          transform: skew(0deg, 4deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__link {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border-radius: 29px;
  background-color: #d6120c;
  text-align: center;
  display: inline-block;
  -webkit-transform: skew(0deg, 4deg) translateY(-50%);
          transform: skew(0deg, 4deg) translateY(-50%);
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__link i {
  line-height: 58px;
  color: #fff;
  font-size: 24px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__single:hover .blog-one__content:after, .blog-one__single:hover .blog-one__content:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.blog-one__single:hover .blog-one__image > img {
  opacity: .7;
}

.blog-one__home-two {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  background-color: #272A37;
}
@media (max-width: 767px) {
  .blog-one__home-two {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
  }
}

.blog-one__blog-page {
  background-color: #fff;
  padding: 120px 0;
}

.blog-post-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fbf8f4;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #868994;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 600;
}
.blog-post-pagination a.prev, .blog-post-pagination a.next {
  background: #2a2d3b;
  color: #fff;
  font-size: 14px;
}
.blog-post-pagination a.active {
  cursor: auto;
}
.blog-post-pagination a.active, .blog-post-pagination a:hover {
  background: #d6120c;
  color: #fff;
}
.blog-post-pagination a + a {
  margin-left: 10px;
}

.blog-details {
  padding: 120px 0;
  border-bottom: 1px solid #EAEAEA;
}
.blog-details__image {
  position: relative;
  margin-bottom: 25px;
}
.blog-details__image > img {
  width: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
.blog-details__top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-details .blog-one__date {
  position: relative;
  top: auto;
  right: auto;
}
.blog-details .blog-one__meta-sep, .blog-details .blog-one__meta-link {
  font-size: 16px;
}
.blog-details .blog-one__meta-sep:hover, .blog-details .blog-one__meta-link:hover {
  color: #d6120c;
}
.blog-details__title {
  margin: 0;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 500;
  color: #2a2d3b;
  margin-bottom: 40px;
  letter-spacing: .04em;
}
.blog-details__text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  color: #868994;
}
.blog-details__text + .blog-details__text {
  margin-top: 35px;
}
.blog-details__content-title {
  margin: 0;
  color: #2a2d3b;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .04em;
  margin-bottom: 40px;
}
.blog-details .share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #edeef0;
  padding-top: 40px;
  margin-top: 50px;
}
.blog-details .share-block .left-block p {
  margin: 0;
  color: #2a2d3b;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .04em;
}
.blog-details .share-block .left-block p a {
  color: #868994;
  font-size: 18px;
  text-transform: capitalize;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-left: 5px;
  letter-spacing: 0;
}
.blog-details .share-block .left-block p a:hover {
  color: #d6120c;
}
.blog-details .share-block .social-block a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #868994;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details .share-block .social-block a + a {
  margin-left: 35px;
}
.blog-details .share-block .social-block a:hover {
  color: #d6120c;
}
.blog-details__author {
  background-color: #FBF8F4;
  padding: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog-details__author-image, .blog-details__author-content {
  display: table-cell;
  vertical-align: top;
}
.blog-details__author-image {
  width: 169px;
}
.blog-details__author-image > img {
  width: 100%;
}
.blog-details__author-content {
  padding-left: 40px;
}
.blog-details__author-content h3, .blog-details__author-content p {
  margin: 0;
}
.blog-details__author-content h3 {
  color: #2a2d3b;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.blog-details__author-content p {
  font-size: 16px;
  line-height: 34px;
  color: #666E82;
}

.comment-one {
  margin-bottom: 60px;
}
.comment-one__single {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
}
.comment-one__single + .comment-one__single {
  margin-top: 60px;
}
.comment-one__image, .comment-one__content {
  display: table-cell;
  vertical-align: top;
}
.comment-one__image {
  width: 90px;
}
.comment-one__image .inner-block {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.comment-one__image .inner-block > img {
  width: 100%;
}
.comment-one__content {
  padding-left: 40px;
}
.comment-one__author {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #2a2d3b;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.comment-one__date {
  color: #d6120c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}
.comment-one__date-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}
.comment-one__text {
  color: #868994;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}
.comment-one__reply {
  display: inline-block;
  vertical-align: middle;
  border-radius: 22px;
  background-color: #F7C324;
  text-align: center;
  color: #2a2d3b;
  letter-spacing: .04em;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.comment-one__reply:hover {
  background-color: #2a2d3b;
  color: #fff;
}
.comment-one__top-left, .comment-one__top-right {
  display: table-cell;
  vertical-align: top;
}

.reply-form input, .reply-form textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  border-radius: 32px;
  height: 64px;
  color: #868994;
  font-size: 16px;
  padding-left: 30px;
  background-color: #FBF8F4;
  margin-bottom: 30px;
}
.reply-form input::-webkit-input-placeholder, .reply-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868994;
}
.reply-form input::-moz-placeholder, .reply-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #868994;
}
.reply-form input:-ms-input-placeholder, .reply-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #868994;
}
.reply-form input:-moz-placeholder, .reply-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #868994;
}
.reply-form textarea {
  height: 243px;
  padding-top: 20px;
}

/*
* 14. cta styles
*/
.cta-one {
  background-color: #fff;
}
.cta-one .container {
  padding-top: 3%;  padding-bottom: 3%;
}
@media (max-width: 375px) {
  .cta-one .container {
    padding-top: 70px;
    padding-bottom: 0;
  }
}
.cta-one__title {
  margin: 0;
  text-transform: uppercase;
  color: #2A2D3B;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}.cta-one__title em{ font-size:20px;color:#999; font-style:normal; font-weight:normal; }
.cta-one__text {
  margin: 0;
  font-size: 24px;
  color: #868994;
  margin-bottom: 50px;
}
.cta-one__btn {
  display: inline-block;
  vertical-align: middle;
  padding: 20.5px 84.5px;
  border-radius: 37.5px;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
  background-color:#c00b1c;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cta-one__btn:hover {
  background-color: #d6120c;
  color: #fff;
}
.cta-one__home-two {
  position: relative;
  background-color: #2A2D3B;
  -webkit-transform: skew(0deg, 0deg) translateY(0px);
          transform: skew(0deg, 0deg) translateY(0px);
}
.cta-one__home-two .container {
  position: relative;
  -webkit-transform: skew(0deg, 0deg);
          transform: skew(0deg, 0deg);
  padding-bottom: 120px;
}
.cta-one__home-two .cta-one__title {
  color: #fff;
}
.cta-one__home-two .cta-one__text {
  color: #9b9da8;
}

.cta-two {width:100%;float:left;
  padding-top: 3%;
  padding-bottom: 3%;
  position: relative;
}
.cta-two__images-block {
  display: inline-block;
  position: relative;
}.cta-two__images-block img{max-width:100%;}
.cta-two__bubble {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  background-color: #d6120c;
  opacity: .1;
  -webkit-animation-name: squareMover;
          animation-name: squareMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
}
.cta-two__bubble-one {
  top: 40%;
  left: 5%;
}
.cta-two__bubble-two {
  width: 44px;
  height: 44px;
  background-color: #f7c324;
  bottom: 15%;
  left: 15%;
}
.cta-two__bubble-three {
  width: 88px;
  height: 88px;
  background-color: #f7c324;
  top: 10%;
  left: 32%;
}
.cta-two__bubble-four {
  width: 44px;
  height: 44px;
  background-color: #d6120c;
  top: 15%;
  right: 20%;
}
.cta-two__bubble-five {
  background-color: #f7c324;
  right: 10%;
  top: 50%;
}
.cta-two .block-title {
  margin: 0;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .cta-two__content {
    padding-left: 30px;
    margin-top: -15px;
  }
}
.cta-two__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 55px;
}
.cta-two__list-item {
  position: relative;
  color: #868994;
  font-size: 20px;
  padding-left: 30px;
}
.cta-two__list-item i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #d6120c;
  font-size: 18px;
}
.cta-two__list-item + .cta-two__list-item {
  margin-top: 4px;
}
.cta-two__text {
  margin: 0;
  color: #868994;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
}

[class*='cta-two__image-'] {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.3);
}

[class*='cta-two__image-']:not(.cta-two__image-four) {
  position: absolute;
}

.cta-two__image-one {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.cta-two__image-two {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
}

.cta-two__image-three {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(30%) translateX(-50%);
          transform: translateY(30%) translateX(-50%);
}

/*
* 15. footer styles
*/
.site-footer {
  background-color: #16171d;
  position: relative;width: 100%;
  overflow: hidden;
}
.gjio{width:100%;float:left;margin-top:3%;}
.qr-list{display:flex;justify-content:center;padding:33px 0;padding-top:0;padding-bottom:0;margin:0;}
.qr-list p{font-size:14px;color:#bebebe;text-align:center}
.qr-list li{margin:0 0px}
.site-footer__bubble {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 110px;
  background-color: #ffffff;
  opacity: .03;
  -webkit-animation-name: squareMover;
          animation-name: squareMover;
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-perspective: 100px;
          perspective: 100px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  position: absolute;
}
.site-footer__bubble-one {
  top: 40%;
  left: 5%;
}
.site-footer__bubble-two {
  width: 44px;
  height: 44px;
  background-color: #000000;
  opacity: .08;
  bottom: 15%;
  left: 15%;
}
.site-footer__bubble-three {
  width: 88px;
  height: 88px;
  top: 10%;
  left: 32%;
}
.site-footer__bubble-four {
  width: 44px;
  height: 44px;
  top: 30%;
  left: 55%;
}
.site-footer__bubble-five {
  opacity: .08;
  background-color: #000000;
  right: 10%;
  top: 10%;
}
@-webkit-keyframes squareMover {
  0%,
            100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  20%,
            60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
            transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
            80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
            transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes squareMover {
  0%,
            100% {
    -webkit-transform: translate(0, 0) rotate(0);
            transform: translate(0, 0) rotate(0);
  }
  20%,
            60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
            transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
            80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
            transform: translate(40px, 60px) rotate(0deg);
  }
}
.site-footer__upper {
  padding: 3% 0;
}
@media (min-width: 1200px) {
  .site-footer__upper [class*=col-]:nth-child(2) .footer-widget {
    padding-left: 10px;
  }
  .site-footer__upper [class*=col-]:nth-child(3) .footer-widget {
    padding-left: 50px;
  }
  .site-footer__upper [class*=col-]:nth-child(4) .footer-widget {
    padding-left: 100px;
  }
  .site-footer__upper [class*=col-]:nth-child(5) .footer-widget {
    padding-left: 70px;
  }
}
.site-footer__bottom hr {
  margin: 0;
  border-width: 1px;
  border-color: rgba(250, 250, 250, 0.1);
}
.site-footer__bottom .inner-container {
  padding: 45px 0;
width:100%;float:left;
}.site-footer__bottom .inner-container p{width:100%;float:left; text-align:center;}
.zaixianon{text-align: center;padding-bottom:10px;padding-top:10px;  background-image: linear-gradient(120deg, #ea072e 0%, #e30822 50%, #b6061a 100%);
  overflow: hidden; position:fixed;bottom:0;left:0;width:100%;float:left;z-index:9999;
}
.zaixianon-a{width:1200px;margin:auto;}
.zaixianon-a-1{float:left; font-size:20px; font-weight:bold;width:50%; color:#fff; text-align:left;line-height:40px;}
.zaixianon-a-2{float:right; width:50%; }
.site-footer{}

.site-footer__copy {
  color: #9b9da8;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.site-footer__copy a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.site-footer__copy a:hover {
  color: #d6120c;
}

.site-footer__home-two {
  background-color: #272A37;
}

.footer-widget__title {
  margin: 0;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.footer-widget__links {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.footer-widget__links-item {
  line-height: 1em;
}
.footer-widget__links-item a {
  color: #9b9da8;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-widget__links-item a:hover {
  color: #fff;
}
.footer-widget__links-item + .footer-widget__links-item {
  margin-top: 17px;
}
.footer-widget__form {
  position: relative;
  width: 48%;float:left;
  height: 40px;
  border-radius: 31.5px;
  background-color: #fff;
  overflow: hidden;

}.footer-widget__form a{ color:#d6120c;}
.footer-widget__form:hover{  background-color:#b40001; }.footer-widget__form:hover a{color:#fff;}
.footer-widget__form:nth-child(2){float:right;}
.footer-widget__form input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #9b9da8;
  font-size: 16px;
  font-weight: 500;
}
.footer-widget__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9b9da8;
}
.footer-widget__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9da8;
}
.footer-widget__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #9b9da8;
}
.footer-widget__form input:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9da8;
}
.footer-widget__form button[type=submit] {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #d6120c;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-widget__form button[type=submit] i {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 31px;
}
.footer-widget__form button[type=submit]:hover {
  background-color: #fff;
}
.footer-widget__form button[type=submit]:hover i {
  color: #2a2d3b;
}

/*
* 16. inner-banner styles
*/
.inner-banner {
  background: #2a2d3b url(../images/video-bg-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 127px 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
}
@media (max-width: 575px) {
  .inner-banner {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  }
}
.inner-banner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-120deg, #8d0f37 0%, #c40a3b 50%, #ea072e 100%);
  opacity: .9;
}
.inner-banner .container {
  position: relative;
}
.inner-banner__title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 70px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
}

.thm-breadcrumb {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.thm-breadcrumb__item + .thm-breadcrumb__item:before {
  content: '-';
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
.thm-breadcrumb__link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1em;
}
.current .thm-breadcrumb__link {
  text-decoration: underline;
}

/*
* 17. sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__title {
  margin: 0;
  color: #2a2d3b;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sidebar__single:not(.sidebar__search) {
  padding: 50px;
  background-color: #FBF8F4;
}
.sidebar__single + .sidebar__single {
  padding-top: 0;
}
.sidebar__single:nth-child(2) {
  padding-top: 50px;
  margin-top: 30px;
}
.sidebar__single:last-child {
  padding-bottom: 70px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
}
.sidebar__post__single + .sidebar__post__single {
  margin-top: 30px;
}
.sidebar__post-image, .sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}
.sidebar__post-image {
  width: 60px;
}
.sidebar__post-image .inner-block {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.sidebar__post-image .inner-block > img {
  width: 100%;
}
.sidebar__post-content {
  padding-left: 20px;
}
.sidebar__post-title {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #868994;
}
.sidebar__post-title a {
  color: #868994;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__post-title a:hover {
  color: #d6120c;
}
.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar__category-list-item {
  line-height: 1em;
}
.sidebar__category-list-item a {
  color: #868994;
  font-size: 18px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__category-list-item a:before {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #F7C324;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
          transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__category-list-item a:hover {
  color: #d6120c;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.sidebar__category-list-item a:hover:before {
  opacity: 1;
}
.sidebar__category-list-item + .sidebar__category-list-item {
  margin-top: 27px;
}
.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.sidebar__tags-list-item a {
  display: block;
  color: #868994;
  font-size: 18px;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__tags-list-item a:hover {
  color: #d6120c;
}
.sidebar__search-form {
  width: 100%;
  height: 84px;
  background-color: #2A2D3B;
  position: relative;
}
.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
.sidebar__search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sidebar__search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sidebar__search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sidebar__search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.sidebar__search-form button[type=submit] {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #d6120c;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__search-form button[type=submit] i {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 41px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__search-form button[type=submit]:hover {
  background-color: #fff;
}
.sidebar__search-form button[type=submit]:hover i {
  color: #2a2d3b;
}

/*
* 18. dark-theme styles
*/
.dark-background .faq-one .accrodion-grp .accrodion .accrodion-title h4,
.dark-background .blog-one__title a,
.dark-background .price-one__block-title,
.dark-background .price-one__title,
.dark-background .feature-one__title,
.dark-background .service-one__title a,
.dark-background .fun-fact-one__title,
.dark-background .block-title__title {
  color: #fff;
}
.dark-background .preloader,
.dark-background .stricked-menu,
.dark-background .testimonials-one__inner,
.dark-background .price-one__inner,
.dark-background .blog-one__content {
  background-color: #242733;
}
.dark-background .feature-one .container:before,
.dark-background .testimonials-one,
.dark-background .service-one__inner,
.dark-background .price-one__single.active .price-one__inner {
  background-color: #272a37;
}
.dark-background .price-one__list-item,
.dark-background .testimonials-one__text,
.dark-background .cta-two__text,
.dark-background .cta-two__list-item,
.dark-background .price-one__block-text,
.dark-background .feature-one__text,
.dark-background .fun-fact-one__text,
.dark-background .fun-fact-one__block-title,
.dark-background .service-one__text,
.dark-background .service-one__more-link,
.dark-background .faq-one .accrodion-grp .accrodion .accrodion-content .inner p,
.dark-background .blog-one__meta-link {
  color: #9b9da8;
}
.dark-background .price-one__single-line,
.dark-background .faq-one .accrodion-grp .accrodion {
  border-color: #3c4051;
}
.dark-background .faq-one .accrodion-grp .accrodion.active {
  background-color: transparent;
}
.dark-background .service-one__line,
.dark-background .price-one__line {
  border-color: #3c4051;
}
.dark-background .price-one__tab-btn-single {
  background-color: #272a37;
  color: #fff;
}
.dark-background .price-one__tab-btn-single.active {
  background-color: #F7C324;
  color: #2a2d3b;
}
.dark-background .service-one__bubble,
.dark-background .cta-two__bubble,
.dark-background .price-one__bubble,
.dark-background .faq-one__bubble {
  opacity: .1;
  background-color: #000;
}
.dark-background .banner-two__bubble-one,
.dark-background .banner-two__bubble-three,
.dark-background .banner-two__bubble-four,
.dark-background .service-one__bubble-three,
.dark-background .cta-two__bubble-three,
.dark-background .cta-two__bubble-five,
.dark-background .price-one__bubble-three,
.dark-background .price-one__bubble-five,
.dark-background .faq-one__bubble-three,
.dark-background .faq-one__bubble-five {
  background-color: #fff;
  opacity: .03;
}
.dark-background .service-one__single,
.dark-background .testimonials-one__single:hover,
.dark-background .price-one__single {
  -webkit-filter: drop-shadow(10px 0px 60px rgba(36, 39, 51, 0));
          filter: drop-shadow(10px 0px 60px rgba(36, 39, 51, 0));
}
.dark-background [class*='cta-two__image-'] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.waioi{ font-size:15px;}
.brand-one .owl-prev{background: #d6120c !important;}
.brand-one .owl-next{background: #d6120c !important;}



.footer-widget h3 {
	position: relative;color: #fff;
}
.footer-widget h3 i {
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}


.atf-single-counter {
	border: 1px solid var(--atf-border-1);
	padding: 40px 0;
	text-align: center;
	border-radius:20% 0;
	box-shadow: 0 0 15px rgba(0,0,0,.12)inset;
}
.atf-counter-icon {
	width: 70px;
	height: 70px;
	background-color: var(--atf-thm-color);
	line-height: 70px;
	color: var(--atf-thm-white);
	font-size: 25px;
	margin: 0 auto 20px;
	border-radius: 50%;
}
.atf-counter-content h2 {
	color: var(--atf-thm-black);
}
.atf-counter-content h4 {
	font-size: 18px;
	color: var(--atf-thm-black);
}
.klkl{width:100%;float:left;}



.shulzi{width:100%;float:left;margin-bottom:1%;}
.shulzi ul li{width:33.33%;float:left; text-align:center;}
.shulzi ul li span{ font-size:40px; color:#d6120c; font-weight:bold;}
.shulzi ul li i{ font-size:40px; color:#d6120c; font-weight:bold; font-style:normal;}
.shulzi ul li p{ font-size:18px; color:#333; font-weight:bold;}
.brand-onet {width:100%;float:left;margin-bottom:3%;}
.brand-onet ul{
  display: grid;
  gap: 10px 10px;
  grid-template-columns: repeat(7,1fr);
}
.brand-onet .item{}
.brand-onet .item img{border:solid 1px #f4f4f4;max-width: 100%;background-color: #fff;}
.price-one{width:100%;float:left;padding-top:3%; background-image: linear-gradient(120deg, #b30404 0%, #e30822 50%, #b6061a 100%);}
.blog-one{width:100%;float:left;}
#download{width:100%;float:left;}
.brand-one{width:100%;float:left;padding-top:3%;background-color: #fff;padding-bottom: 3%;}

.fun-left{width:30%;float:left; background-image: linear-gradient(120deg, #d6120c 0%, #e30822 50%, #b6061a 100%);min-height:500px;}
.fun-right{width:100%;float:right; background-color:#fff;}
.fun-right{display: grid; gap: 20px 20px; grid-template-columns: repeat(6,1fr); background-color:transparent;}
.fun-left-copo{width:100%;float:left;margin-top:2%; text-align:center; color:#fff; font-weight:bold;line-height:30px; font-size:20px;}
.fun-left-cot{width:100%;float:left;margin-top:5%;}
.fun-left-cot ul li{width:100%; float:left; text-align:center;color:#fff;margin-bottom:20px;}
.fun-left-cot ul li img{ background-color:#fff; border-radius:100%;padding:2px;height:50px;margin-bottom:10px;}

.mcn-ad{float:left; margin-top:15px; border-left: 1px solid #d2d2d2; padding-left:16px; margin-left:15px;}
.mcn-ad-top{color:#333; font-size:15px;}
.mcn-ad-bottom{color:#9a9a9a;}
.mcn-ad-bottom i{font-style:normal; padding-left:8px; letter-spacing:2px;}
.mcn-ad li{line-height:20px; font-size:14px;}
.header-navigation .container .logo-box a{float:left;}

.stricky-fixed .mcn-ad li{ color:#fff;}


/*选择 */
.select{
	height: 772px;

}
.sel_top{
	height: 162px;
	position: relative;
	text-align: center;
    box-sizing: border-box;
}
.sel_top img{
	vertical-align: top;
}
.sel_top span{
	padding: 0 10px 0 10px;
	font-size: 40px;
	color:#fff;
	display: inline-block;
	font-weight: bold;
}
.sel_top p{
	padding-top: 20px;
	font-size:20px;
	color:rgba(255,255,255,.5);
}
.sel_content{
	height: 570px;
	position: relative;
	overflow: hidden;
}
.sel_content .rotate{
	width: 666px;
	height: 536px;
	position: absolute;
	left: 50%;
	margin-left:-333px;
}
.rotate_box{
	position: relative;
	height: 100%;
}
.rotate_box img:nth-child(1){
	position: absolute;
	left: 50%;
	margin-left: -177px;
	top: 90px;
	z-index: 66;
	border-radius: 50%;
}
.rotate_box img:nth-child(2){
	position: absolute;
	left: 66px;
	top: 0;
	z-index: 55;
}
.xz{
	transition: 1.5s;
	transform: scale(0.86);
	-ms-transform:scale(0.86); 	/* IE 9 */
	-moz-transform:scale(0.86); 	/* Firefox */
	-webkit-transform:scale(0.86); /* Safari 和 Chrome */
	-o-transform:scale(0.86); 	/* Opera */
	box-shadow: 0 0 50px #3D3D3D;
}
.xzs{
	transition: 1.5s;
	transform: scale(1);
	-ms-transform:scale(1); 	/* IE 9 */
	-moz-transform:scale(1); 	/* Firefox */
	-webkit-transform:scale(1); /* Safari 和 Chrome */
	-o-transform:scale(1); /* Opera */
}
.rotate_box img:nth-child(3){
	position: absolute;
	left: 50%;
/*	margin-left: -262px;*/
	top: 52px;
	z-index: 0;
}
.rotate_box img:nth-child(4){
	position: absolute;
	left: 50%;
	/*margin-left: -333px;*/
	top: 256px;
}
.rotate_box img:nth-child(5){
	position: absolute;
	left: 50%;
	/*margin-left: -252px;*/
	top: 456px;

}
.rotate_box img:nth-child(6){
	position: absolute;
	left: 50%;
	/*margin-left: 200px;*/
	top: 52px;
	z-index: 0;
}
.rotate_box img:nth-child(7){
	position: absolute;
	left: 50%;
	/*margin-left: 268px;*/
	top: 256px;
}
.rotate_box img:nth-child(8){
	position: absolute;
	left: 50%;
	/*margin-left: 188px;*/
	top: 456px;
}


.sel_con_box1{
	position: absolute;
	top: 54px;
	left: 50%;
	float: right;
	text-align: right;
	margin-left: -624px;
}
.sel_con_box1 span{
	font-size: 24px;
	color: #fff;
	font-weight: bold;

}
.sel_con_box1 p{
	padding-top: 12px;
	font-size: 16px;
	color:rgba(255,255,255,.7);
	line-height: 24px;
}
.sel_con_box2{
	position: absolute;
	top: 54px;
	left: 50%;
	float: right;
	text-align: left;
	margin-left: 298px;
}
.sel_con_box2 span{
	font-size: 24px;
	color: #fff;
	font-weight: bold;

}
.sel_con_box2 p{
	padding-top: 12px;
	font-size: 16px;
	color:rgba(255,255,255,.7);
	line-height: 24px;
}
.sel_con_box3{
	position: absolute;
	top: 258px;
	left: 50%;
	float: right;
	text-align: right;
	margin-left: -680px;
}
.sel_con_box3 span{
	font-size: 24px;
	color: #fff;
	font-weight: bold;

}
.sel_con_box3 p{
	padding-top: 12px;
	font-size: 16px;
	color:rgba(255,255,255,.7);
	line-height: 24px;
}
.sel_con_box4{
	position: absolute;
	top: 258px;
	left: 50%;
	float: right;
	text-align: left;
	margin-left: 360px;
}
.sel_con_box4 span{
	font-size: 24px;
	color: #fff;
	font-weight: bold;

}
.sel_con_box4 p{
	padding-top: 12px;
	font-size: 16px;
	color:rgba(255,255,255,.7);
	line-height: 24px;
}
.sel_con_box5{
	position: absolute;
	top: 470px;
	left: 50%;
	float: right;
	text-align: right;
	margin-left: -614px;
}
.sel_con_box5 span{
	font-size:24px;
	color: #fff;
	font-weight: bold;

}
.sel_con_box5 p{
	padding-top: 12px;
	font-size: 16px;
		color:rgba(255,255,255,.7);
	line-height: 24px;
}
.sel_con_box6{
	position: absolute;
	top: 470px;
	left: 50%;
	float: right;
	text-align: left;
	margin-left: 292px;
}
.sel_con_box6 span{
	font-size: 24px;
	color: #fff;
	font-weight: bold;

}
.sel_con_box6 p{
	padding-top: 12px;
	font-size: 16px;
		color:rgba(255,255,255,.7);
	line-height: 24px;
}
.sel_con_box_text{
	width: 356px;
	position: absolute;
	top: 176px;
	left: 50%;
	margin-left: -178px;
	text-align: center;
	z-index: 66;
}
.sel_con_box_text span{
font-weight: bold;
  display: block;
  font-size: 40px;
  color: #333;
  padding-top: 0;
  line-height: 45px;
}
.sel_con_box_text span:nth-child(3){
	font-weight: bold;
	display: block;
	font-size: 28px;
	color:#d6120c;
	padding-top: 16px;
	padding-bottom: 20px;
}
.sel_con_box_text a{
	text-align: center;
	display: block;
	height: 32px;
	line-height: 32px;
	width: 104px;
	font-size: 14px;
	color: #fff;
	background-color: #d6120c;
	border-radius: 25px;
	margin: 0 auto;
}
.closet{ position:absolute;right:0;width:30px;height:30px; background-color:#fff;line-height: 30px;top:0; cursor:pointer;}
  a.opoy{  position: relative;}
   .opoy img{position: absolute;
  left: 100%;
  top: -200%;
  visibility: hidden;
  width: 200px;}.opoy:hover img{visibility: visible;}

.s-kaifa {
	overflow: hidden;WIDTH:100%;FLOAT:LEFT;position: relative;
}

.s-kaifa .bg {
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	animation: bg-zoom 10s infinite;
}

@keyframes bg-zoom {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.15);
	}

	100% {
		transform: scale(1);
	}
}

.s-kaifa .wp-cont {
overflow: hidden;
padding-top:3%;padding-bottom:3%;
}

.s-kaifa .wp-cont>img {
	height: 100%;
	object-fit: contain;
	width: auto;
}

.s-kaifa .wp-cont>div {
	width: 52%;
}

.s-kaifa .wp-cont>div h5 {
color: #fff; text-align:center;
font-size: 40px;
  font-weight: bold;
	line-height: 1.5;
}

.s-kaifa .wp-cont>div h6 {
	color: #fff;text-align:center;
	font-size: 20px;
	line-height: 1.5;
}

.s-kaifa .wp-cont>div i {
	display: block;
	width: 35px;
	height:2px;
	background: #fff;
	margin:10px 0 15px;
}

.s-kaifa p {
	font-size: 16px;
	line-height:30px;
	color: #fff;
	margin-bottom:2%;
}

.s-kaifa .wp-cont>div div {
	display: flex;
	align-items: center;
	gap: 20px;
}

.s-kaifa .klk a {
	border: 2px solid #fff;
	border-radius: 5px;
	transition: all .5s;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	width:200px;
	height:40px;
}

.s-kaifa  .klk  a:last-child {
	color: #0c0c0c;
	background: #fff;
}

.s-kaifa a:hover {
	/* color: #0c0c0c;
	 * background: #fff; */
    font-size: 16px;
}


.gd-list {
	margin-top: 0.28rem;
	position: relative;
}

.gd-list::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 20%;
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	z-index: 9;
}

.gd-list::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20%;
	background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	z-index: 1;
}

.shujumarquee .swiper-wrapper,
.marquee .swiper-wrapper,
.marquee-revert .swiper-wrapper {
	transition-timing-function: linear !important;
}

.shujumarquee img,
.marquee img,
.marquee-revert img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* 右浮窗口开始 */
.right-kefu{
    position: fixed;
    right:50px;
    bottom: 6%;
    z-index: 9999;
}
.right-kefu .block-group,
.right-kefu .go-top{
    border-radius:5px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.right-kefu .go-top{
    margin-top:20px;
}
.right-kefu .li-fa{
    width: 40px;
    aspect-ratio: 1/1;
    margin-top:10px;
}.right-kefu .li a{ color:#666;}
.right-kefu .li{
    width: 80px;
    background: #fff;
    aspect-ratio: 1/1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
    /* position: relative; */
    cursor: pointer;
}
.right-kefu .block-group .li.on .icon-p{
    transition: none;
}
.right-kefu .block-group .li.on .icon-p,
.right-kefu .block-group .li:hover .icon-p{
    background: var(--themeColor);
}
.right-kefu .block-group .li.on:hover .icon-p{
	 background:#d6120c;
}

.right-kefu .icon-p{
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content:center;
    width:76%;
    aspect-ratio: 1/1;
    transition: all .5s;
}
.right-kefu .block-group .icon-p::after{
    content:'';
    height:1px;
    width:14px;
margin-bottom: -70px;
    /* bottom: 0; */
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    display:block;
    background: #e6e6e6;
}
.right-kefu .block-group .li:last-child .icon-p::after{
    display:none;
}
.right-kefu .icon{
    width:20px;
    height:auto;
    transition: all .5s;
}
.right-kefu .li .cont{
	padding-right:5px;
    position: absolute;
    right: 100%;
    bottom: 0;
    transition: all .5s;
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
     
}
.right-kefu .li:hover .cont{
    opacity: 1;
    /*display:block;*/
    visibility: visible;
    cursor: auto;
}
.right-kefu .li .cont ul{
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px 20px 20px;
}
.right-kefu .li .cont ul li{
    padding:10px 0;
    border-bottom: 1px solid #dddddd;
}
.right-kefu .li .cont ul li:last-child{
    border:none;
}
.right-kefu .li .cont ul li .ewm{
    width: 100px;
    margin-right: 10px;
    box-shadow: 0 0 20px rgba(68, 102, 209, 0.18);
}
.right-kefu .li .cont ul li .tit{
    width: 15px;
}
.right-kefu .li .cont ul li *{
    text-wrap:nowrap;
    font-size: 16px;
    color: #333;
}
.right-kefu .li .cont ul li > .tit{
    margin-right: 20px;
}
.right-kefu .li .cont ul li .text h5{
    font-size: 18px;
    font-weight: normal;
    margin-bottom:10px;
}
.right-kefu .li .cont ul li .text small{
    font-size:14px;
    color: #666;
}
.right-kefu .li .cont ul li .text a{
    color: #666;
}

.right-kefu .li .cont ul li .text p span{
     font-size:22px;

}
.right-kefu .li .cont.norm{
    top: 0;
    bottom: auto;
}
.right-kefu .li .cont.norm2{
    top:150px;
    bottom: auto;
}
.right-kefu .li .cont.norm3{
    top:260px;
    bottom: auto;
}
.ver-center {
  display: flex;
  align-items: center;
}
.right-kefu .li .cont ul li .ewm img{max-width:100%;}
.right-kefu .li .cont .bg-white{
    background: #fff;
    padding: 16px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    white-space: nowrap;
}
.right-kefu .block-group .li.on .icon, .right-kefu .block-group .li:hover .icon {
  filter: brightness(1000%);
}
.right-kefu .block-group .li.on .icon-p, .right-kefu .block-group .li:hover .icon-p {
  background: #d6120c;
}


/* 右浮窗口结束 */


/* 导航2级 */
.header-one{box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);}
.stricky-fixed .main-logo-white{ display:block;}
.stricky-fixed .main-logo{ display:none;}
.stricky-fixed .scrollToLink .clvr img{filter:brightness(1000%);}
.stricky-fixed.header-navigation ul.navigation-box > li > a{ color:#FFF;}
.main-logo-white{ display:none;}
.nav-2{  background-color:#f5f5f5;width:100%;}
.nav-2 .container{display: grid; gap: 30px 30px;grid-template-columns: repeat(3,1fr);}
.nav-2-1{float:left;height: 238px;}
.nav-2-1 span{width:100%;float:left;
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 23px; }
.nav-2-1 span a{font-size:18px; font-weight:bold; color:#000;}
.nav-2-1 p{width:100%;float:left;margin-top:2%;min-height: 120px;}
.nav-2-1 p a{width:50%;float:left; overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;}
  
.nav-2-1:nth-child(1) {
  background: url(../images/yuming_bg1.png) right 108px no-repeat;
}

.nav-2-1:nth-child(2) {
  background: url(../images/yuming_bg2.png) right 108px no-repeat;
}

.nav-2-1:nth-child(3) {
  background: url(../images/yuming_bg3.png) right 108px no-repeat;
}
.a.bgs1 {
  background-color:#d6120c;
  display: block;
  width: 182px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 31px;
  transition: all 0.3s;
  clear: both;
}
.a.bgs2 {
  background-color: #d6120c;
  margin-top: 61px;  display: block;
  width: 182px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 31px;
  transition: all 0.3s;
  clear: both;
}


.a.bgs3 {
  background-color: #d6120c;
  margin-top: 91px;  display: block;
  width: 182px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 31px;
  transition: all 0.3s;
  clear: both;
}
.nav-2-1 p a:hover{ color:#d6120c;}

.bpop{background-color:#fff;width:100%;min-width: 150px !important;}
.bpop a{width:100%;float:left; font-size:15px; text-align:left;line-height:40px; color:#333;margin-left:15px;}
.bpop a:hover{ color:#d6120c;}

.s-shuju {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 9;
	box-shadow: 0 5px 12px 4px rgba(130, 130, 130, .1);
	padding:2% 0;
}

.s-shuju ul {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(4, 1fr);
	height: 100%;
}

.s-shuju ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.s-shuju ul li::before {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	height: 60%;
	background: #eeeeee;
	top: 50%;
	transform: translate(0, -50%);
}

.s-shuju ul li>div {
	display: flex;
	align-items: flex-end;
}

.s-shuju ul li:last-child::before {
	display: none;
}

.s-shuju ul li span {
	font-size: var(--f60);
	/* line-height: 1.125; */
	color: #343333;
	margin-right: 0.06rem;
}

.s-shuju ul li div em {
	color: #343333;
	font-size: var(--f26);
	line-height: 2.0;
}

.s-shuju ul li p {
	color: #000;
	font-size: var(--f24); font-weight:bold;
	line-height: 1.5;
}





.index-server {
overflow: hidden;padding-top:3%;padding-bottom:3%;
  width: 100%;
  float: left;
  position: relative;

  background: url(../images/bg1.jpg) no-repeat center / 100% 100%;
  background-attachment: fixed;
  overflow: hidden;
}
.index-server .auto-title-block {
  color: #ffffff;
}
.index-server .swiper-parent {
  --p: 56px;
  margin-top: 65px;
  position: relative;
}
.index-server .swiper-btns .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.index-server .swiper-btns .prev {
  left: 0;
}
.index-server .swiper-btns .next {
  display: none;
}
.index-server .swiper-box {
  margin: 0 calc(var(--p)*-1);
  padding: 0 115px;
}
.index-server .swiper-box .swiper {
  overflow: visible;
}
.index-server .swiper-box .swiper-slide {
  width: auto;
  margin: 0 var(--p);width: calc(var(--wrap-1760-width)*0.2897); transition: width 0.3s!important; -webkit-transition: width 0.3s!important; -moz-transition: width 0.3s!important;-o-transition: width 0.3s!important;
}
.index-server .swiper-box .swiper-slide-active .i-default {
  z-index: 1;
  opacity: 0;
}
.index-server .swiper-box .swiper-slide-active .i-hover {
 /* transform: scale(1);*/transform:scale(1, 1);transition:all 0.3s ease-out 0s;-webkit-transition:all 0.3s ease-out 0s;-moz-transition:all 0.3s ease-out 0s;-o-transition:all 0.3s ease-out 0s;
  z-index: 2;
  opacity: 1;
}
.index-server .swiper-box .swiper-slide-active .i-hover .pad{    padding: 45px 60px;}


.index-server .swiper-box .box {
  display: block;
  position: relative;
  border-radius:30px;
  /*width: calc(var(--wrap-1760-width)*0.2897);*/
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
 /* transition: width 0.3s!important;*/
}
.index-server .swiper-box .swiper-slide-active{width: calc(var(--wrap-1760-width)*0.293);}
/*.index-server .swiper-box .swiper-slide-active .box {width: calc(var(--wrap-1760-width)*0.293);}*/
.index-server .swiper-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.index-server .swiper-box .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.index-server .swiper-box .pad {
  position: relative;
  padding: 75px 60px 90px 60px;
  color: #ffffff;
}
.index-server .swiper-box .pad img {
  display: block;
  margin-bottom: 0;
  width: auto;
  height: 0;
  transition: height 0.3s, margin 0.3s;
}
.index-server .swiper-box .pad .h6 {
  font-size: 30px; font-weight:bold;
  line-height: 1.22em;
}
.index-server .swiper-box .pad .des {
  margin-top: 2em;
  font-size: 15px;
  line-height: 1.9em;
  opacity: 0.29;
}
.index-server .swiper-box .i-default {
  position: absolute;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.8s, z-index 0.3s,background .3s;
}
.index-server .swiper-box .i-default:hover .bg {
  opacity: 1;
}
.index-server .swiper-box .i-default:hover .des {
  opacity: 1;
}
.index-server .swiper-box .i-hover {
  position: relative;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.75,0.75);
  transition: opacity 0.8s, z-index 0.3s, transform 0.8s;
}
.index-server .swiper-box .i-hover .bg {
  opacity: 1;
}
.index-server .swiper-box .i-hover .pad {
  padding: 55px 60px;
}
.index-server .swiper-box .i-hover .pad img {
  margin-bottom: 35px;
  height: 82px;
}
.index-server .swiper-box .i-hover .pad .des {
  opacity: 1;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow:hidden;
}
@media (max-width: 1800px) {
/*.index-server .swiper-box .swiper-slide-active .box {width: calc(var(--wrap-1760-width)*0.3);}*/
.index-server .swiper-box .swiper-slide-active{width: calc(var(--wrap-1760-width)*0.3);}
  .index-server .swiper-box .pad .h6{ font-size:32px;}
    .index-server .swiper-box .swiper-slide-active .i-hover .pad{ padding:42px 40px;}
	.index-server .swiper-box .i-hover .pad img { height:75px;}
	.index-server .swiper-box .swiper-slide-active .pad .des{ margin-top:1.7em;}
}
@media (max-width: 1660px) {

  .index-server .swiper-parent {
    --p: 50px;
    margin-top: 55px;
  }
  .index-server .swiper-box {
    padding: 0 100px;
  }
  .index-server .swiper-box .i-hover .pad {
    padding: 50px 50px 55px;
  }
  .index-server .swiper-box .i-hover .pad img {
    margin-bottom:25px;
    height: 70px;
  }
  .index-server .swiper-box .pad {
    padding: 50px 55px 50px ;
  }
  .index-server .swiper-box .pad .h6 {
    font-size: 30px;
  }
  .index-server .swiper-box .pad .des {
    margin-top: 1.6em;
    line-height: 1.8em;
  }


.index-server .swiper-box .swiper-slide-active .pad .des{ margin-top:1.5em;}
/*.index-server .swiper-box .swiper-slide-active .box {width: calc(var(--wrap-1760-width)*0.32);}*/
.index-server .swiper-box .swiper-slide-active{width: calc(var(--wrap-1760-width)*0.32);}
  .index-server .swiper-box .swiper-slide-active .i-hover .pad{ padding:40px 35px;}
}
@media (max-width: 1550px) {

  .index-server .swiper-parent {
    --p: 40px;
    margin-top: 50px;
  }
  .index-server .swiper-box {
    padding: 0 90px;
  }
  .index-server .swiper-box .i-hover .pad {
    padding: 40px 40px 45px;
  }
  .index-server .swiper-box .i-hover .pad img {
    margin-bottom: 24px;
    height: 68px;
  }
  .index-server .swiper-box .pad {
    padding: 50px 40px 60px ;
  }
  .index-server .swiper-box .pad .h6 {
    font-size: 26px;
  }
  .index-server .swiper-box .pad .des {
    margin-top: 1.4em;
  }
/*.index-server .swiper-box .swiper-slide-active .box {width: calc(var(--wrap-1760-width)*0.35);}*/
.index-server .swiper-box .swiper-slide-active{width: calc(var(--wrap-1760-width)*0.35);}
}
@media (max-width: 992px) {
  .index-server {padding: 7% 0 5% 0;}
  .index-server .swiper-parent {margin-top: 5%;}
  .index-server .swiper-btns {display: none;}
  .index-server .swiper-box {padding: 0;margin: 0;}
  .index-server .swiper-box .swiper-slide {margin-left:0%;margin-right: 3%;}
  .index-server .swiper-box .pad .h6 br{display: none;}
  .index-server .swiper-box .i-hover .pad img {height: 58px;}
  .index-server .swiper-box .pad .h6 {font-size: 22px;}
  .index-server .swiper-box .pad .des{font-size: 14px;}
  .index-server .swiper-box .pad{padding: 40px 20px 50px;}
  .index-server .swiper-box .swiper-slide-active .pad .des {margin-top: 15px;font-size: 14px;}
  .index-server .swiper-box .swiper-slide-active .i-hover .pad{padding: 30px 20px 40px;}
}
@media (max-width: 780px) {
  .index-server {padding: 8% 0 6% 0;}
  .index-server .swiper-parent {margin-top:7%;}
}
@media (max-width: 380px) {
  .index-server {padding: 7% 0 3% 0;}
}




.index-server .swiper-button-prev{ background-color:#fff;width:80px;height:80px; border-radius:50%; color:#d6120c;background-size: 20%; text-align:center;line-height:80px;background-image:inherit;}

.index-server .swiper-button-next{ background-color:#fff;width:80px;height:80px; border-radius:50%; color:#d6120c;background-size: 20%; text-align:center;line-height:80px;background-image:inherit;}

/*功能体系*/
.gong-one {
  width: 100%;
  float: left;
  padding-bottom: 3%;
  padding-top: 3%;
}


.gong-ne ul {
display: grid;
  gap: 30px 40px;
  grid-template-columns: repeat(2,1fr);
}

.gong-ne ul li a {
	display: flex;
	align-items: flex-start;
	gap: 0.02rem;
padding-top:5%;padding-bottom:5%;
	position: relative;
	z-index: 0;
	background: #fff;
	border-radius:15px;
	overflow: hidden;
	transition: all .5s;
}
.gong-ne ul li{}

.gong-ne ul li a:hover {
	box-shadow: 0px 0px 120px rgba(110, 110, 110, 0.26);
}

.gong-ne ul li a:hover::before {
	opacity: 1;

}

.gong-ne ul li a img {
	flex-shrink: 0;
	width:30%;
	aspect-ratio: 1/1;
	object-fit: contain;
}

.gong-ne ul li a>div h5 {
	font-size:26px;
	line-height: 1.5; font-weight:bold;
	color: #323232;
	margin-bottom: 5%;
}

.gong-ne ul li a>div h6 {
	color: #323232;
	font-size: 20px;
	line-height: 1.5;
}

.gong-ne ul li a>div p {
	color:#868994;
	font-size:16px;
	line-height: 30px;
	margin-bottom: 5%;margin-right:5%;

}

.gong-ne ul li a>div div {
	width: 200px;
	height:50px;
	border-radius:30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.1875rem;
	background:#d6120c;
	background-size: cover;
	position: relative;
	color: #fff;
	z-index: 0;
	font-size:18px;
}


.gong-ne ul li a>div div::before {
	content: '';
	position: absolute;
	width: 100%;
	border-radius: 0.15rem;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--btnBgColor);
	background-size: cover;
	z-index: -1;
	opacity: 0;
	transition: all .5s;
}

.gong-ne ul li a>div div i {
	color: #fff;
	font-size: var(--f30);
}

.gong-ne ul li a:hover>div div::before {
	opacity: 1;
}


/*n-banner*/

.s-banner {
	aspect-ratio: 1920 / 710;
	position: relative;
	z-index: 1;
}

.s-banner .wp {
	height: 100%;
	display: flex;
}

.s-banner .wp-cont {
	display: flex;
	height: 100%;
}

.s-banner .wp .n-text {
	padding-top: 3%;
}

.s-banner .wp .n-text h5 {
	color: #fff;
	font-size: 50px; font-weight:bold;
	line-height: 1.5;
	margin-bottom:2%;
}

.s-banner .wp .n-text p {
	font-size: 40px !important;
	line-height: 1.5;
	color: #fff;
	max-width: 50%;
}

.s-banner .wp>div,
.s-banner .wp>div>div {
	position: relative;
	height: 100%;
	width: 100%;
}
.n-text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}


 .n-text div a::before {
	content: '';
	position: absolute;
	display: block;
	width:200px;
	height:50px;
	left: -1px;
	top: -1px;
	background:#d6120c;
	background-size: cover;
	transition: all .2s;
    opacity: 0;
	border-radius:50px;
	z-index: -1;
}

.n-text div a:hover{
    font-size: 20px;
}

 .n-text div a:first-child::before {
    opacity: 1;
}
.n-text p {
	font-size: 22px !important;
}

 .n-text div {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top:3%;
}

 .n-text div a {
	width:200px;
	height:50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	transition: all .2s,font-size 0.2s;
	position: relative;
	border: 1px solid #fff;
		border-radius:50px;
	z-index: 0;
}

.kf ul {
	background: #d6120c !important;
}
.kf.wzjs ul li div h5{color: #fff !important;}

.kf.wzjs ul li div p{color:rgba(255,255,255,.5)!important;padding: 10px;}
.nyets {
	margin-top: -100px;
	position: absolute;
	width: 100%;
	z-index: 5;
}

.nyets ul {
	background: #fff;
	border-radius: 15px;
}

.nyets.wzjs ul {
	padding: 3% 2%;
	display: flex;
	align-items: center;
	gap:20px;
	justify-content: space-between;
}

.nyets.wzjs ul li {
	align-items: center;text-align:center;
	gap:10px;
}
.nyets.wzjs ul li >div{width:100%;float:left; text-align:center;}
.nyets.wzjs ul li img {
	width: auto;
	height: 100%;
	object-fit: contain;
	max-height:auto;
}

.nyets.wzjs ul li div h5 {
	color: #090909;
	font-size:18px; font-weight:bold;
	line-height: 1.5;
}

.nyets.wzjs ul li div p {
	color: #5a5a5a;
	font-size: 16px;
	line-height: 1.5;
	margin-top:10px;
}

.n-banner {
	aspect-ratio: 1920 / 710;
	position: relative;
	z-index: 1;
}

.n-banner .wp {
	height: 100%;
	display: flex;
}

.n-banner .wp-cont {
	display: flex;
	height: 100%;
}



.n-banner .wp .n-text h5 {
	color: #fff;
	font-size: 42px; font-weight:bold;
	line-height: 1.5;
	margin-bottom: 20px;
}

.n-banner .wp .n-text p {
	font-size: 32px;
	line-height: 1.5;
	color: #fff;
	max-width: 50%;
}

.n-banner .wp>div,
.n-banner .wp>div>div {
	position: relative;
	height: 100%;
	width: 100%;
}


.n-sslbox {
overflow: hidden;
  position: relative;
  z-index: 5;
}
.n-text p#print21{ font-size:16px !important;}
.news-ne-right{ background-color:#fff;}

/*geo*/
.geo-one{width: 100%;
  float: left;
  padding-bottom: 3%;background-image: url(../images/geo1-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 10%;}
  .geo-ne{width: 100%;
  float: left;}.geo-ne-text {background: #fff;width:100%;float:left; border-radius:15px;padding:5%;}
.geo-ne-text span{float:left;width:50%; line-height:30px;padding-top:5%;}
.geo-ne-text p{float:right;width:45%; line-height:30px;}
.geo-two{width: 100%;
  float: left; background: url(../images/geo-bg.jpg)center no-repeat;
    background-size: auto;
  background-size: cover;
  padding-top: 5%;}

.n-dsml {
  width: 100%;
  position: relative;
 
}
.geo-ne-opo{width: 100%;
  float: left; }

 .ulwzjs {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px 20px;
}

 .ulwzjs>li a {
	padding:5% 5% 2%;
	position: relative;
	display: block;
	background:#f7f8f9;
	border-radius:15px;
	z-index: 0; overflow:hidden;
	transition: all .5s;
}

 .ulwzjs>li a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;

	background-size: cover;
	border-radius:15px;
	opacity: 0;
	z-index: -1;
	transition: all .5s;
	left: 0;
	top: 0;
}

 .ulwzjs>li a .wzhead {
width:100%;float:left;
	align-items: center;
	gap: 10px;
	padding-bottom:20px;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 20px;
}

 .ulwzjs>li a .wzhead .wzhead-0 {
	width: 100px;float:left;
	height: 100px;
	background: #d6120c;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: all .5s;
}

 .ulwzjs>li a .wzhead h5 {
	color: #000000;
	font-size:24px; font-weight:bold;
	line-height: 1.8em;width:100%;float:left;
	transition: all .5s;
}

 .ulwzjs>li a .wzhead img {
	width: 55%;
	height: auto;
	aspect-ratio: 1/1;
}


 .ulwzjs>li a h6 {
	color: #404040;
	font-size: 19px;
	line-height: 1.5;
}

 .ulwzjs>li a ul {
	display: grid;float: left;
	gap: 20px;
	margin: 0.125rem 0 0.25rem;
}


 .ulwzjs>li a ul li {
	/* padding-left: 0.175rem; */
	position: relative;
	color: #636364;
	font-size: 16px;
	line-height: 30px;
}
.wzhead-1{width:50%;float:left;margin-left:5%;}
.ulwzjs > li a .wzhead h6{font-size: 14px;
  border: solid 1px #d6120c;
  background-color: #d6120c;
  border-radius: 15px;
  text-align: center;float: left; color:#fff;padding-left:20px;padding-right:20px;line-height:30px;}



.geo-three{width:100%;float:left;padding-top:3%;padding-bottom:3%;}
.geo-three ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px 20px;
}


.geo-three li {
	/* transition: all .5s; */
	border-radius: 15px;
}


.geo-three li a {
	display: grid;
	transition: all .5s;
	width: 100%;
	overflow: hidden;
	border-radius: 15px;
}

.geo-three li {
	/* transition: all .5s; */
	border-radius: 0.0625rem;
}


.geo-three li a:hover {
	box-shadow: 0px 0px 32px 0px rgba(71, 71, 71, .26);
}

.geo-three li a:hover .img-db img {
	transform: scale(1.1);
}


.s-jjcon {
	padding:5% 5% 0;
	height: 100%;background: linear-gradient(to right, #d6120c, #990000);

}


.s-jjcon h5 {
	font-size: 24px; font-weight:bold;
	line-height: 1.5em;
	color:#fff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 98%;
}

.s-jjcon>p {
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s-jjbq {
  padding-top:20px;
  border-top: 1px solid rgba(255,255,255,.3);
  align-items: center;
  justify-content: space-between;
  margin-top:20px;
}
.s-jjbq .s-jjbq-1{width:100%;float:left; border-bottom:dotted 1px #dedede;padding-bottom:20px;padding-top:20px;}
.s-jjbq .s-jjbq-1 span{width:70%;float:left; font-size:16px; color:#fff;}
.s-jjbq .s-jjbq-1 p{width:20%;float:right;font-size:14px;border:solid 1px #fff; background-color:#fff; border-radius:15px; text-align:center; color:#d6120c;}
.geo-forur{width:100%;float:left;padding-top:3%;padding-bottom:3%; background-color:#fff;}

.geo-five{width:100%;float:left;padding-top:3%;padding-bottom:3%;}

.geo-five-1 ul {
	margin-top:20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px 20px;
}

.geo-five-1 ul li {
	padding: 10% ;
	border-radius:15px;
	overflow: hidden;
    position:relative;
}

.geo-five-1 ul li > div{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:0;
    opacity: .08;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 126% 110%;
    transition: all .5s;
}

.geo-five-1 ul li h5 {
	color: #fff;
	font-size:24px; font-weight:bold;
	line-height: 1.5;
	margin-bottom:20px;
    z-index:1;
    position:relative;
}

.geo-five-1 ul li p {
    position:relative;
    z-index:1;
	color: rgb(255 255 255 / 46%);
	font-size:16px;
	line-height:25px;
}

.geo-five-1 ul li:first-child {
	grid-row-start: 1;
	grid-row-end: 3;
}

.geo-five-1 ul li:first-child > div{
    background-size: 100%;
    background-position: 160% 110%;
}

.geo-five-1 ul li:nth-child(5) {
	grid-column-start: 2;
	grid-column-end: 4;
}


.geo-five-1 ul li:nth-child(5) > div{
    background-size:30%;
    background-position: 110% 120%;
}

.geo-five-1 ul li:hover > div{
    transform:scale(1.3);
    background-position:right bottom!important;
}

.geo-five-1 ul li:nth-child(5):hover > div{
    background-position: 95% 110%!important;
}
.geo-five-1 ul li:hover > p {
 
	color: rgb(255 255 255 / 100%);
 transition: all .5s;
}



.lopoo-right{width:100% !important;float:left;}
.oter_bottom {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 50px;
  border-radius: 5px;
  margin-top: 3%;
}
.oter_bottom .left {
  flex: 0 0 790px;display: block !important;
  border-right: 1px solid #eee;
  padding-right: 80px;
}
.h_contact a {
  color: #333;
}.oter_bottom .left dl {
  flex: 1;
  text-align: center;
}.oter_bottom .left dt {
  font-weight: 700;  color: #333;font-size: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}.oter_bottom .left dd p {
  margin-bottom:5px;  color: #999;
}.oter_bottom .right {
  flex: 1;
  margin-left: 80px;
}.oter_bottom .h_tel dt {
  float: none;
  margin-right: 0px;
  margin-bottom: 50px;
}
.oter_bottom .left .lpo {
  display: flex;align-items: baseline;
  flex-wrap: wrap;
}
dd.ewm .p_img {
  margin-left: 0px;
  display: inline-block !important;
  text-align: center;
  margin-right: 20px;
}dd.ewm .p_img p {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}

 .h_tel dt a {
  display: block;  color: #666;
  font-weight: 700;width:100%;float:left;
}
.h_tel-1{width:100%;float:left; font-size:20px;line-height:30px; color:#333;}
.h_tel-2{width:100%;float:left;margin-top:5%;margin-bottom:5%; display:block !important;line-height:30px;}
/*website*/

.website{width:100%;float:left;min-height:auto; background:#000 url(../images/wesite-bg.jpg) center center;}
.website h1 {color: #fff;font-size: 50px; font-weight: bold; line-height: 1.5; margin-bottom: 2%;}
.website #print2{ color:#fff; font-size:16px;}
.website-a{width:100%;float:left;margin-top:15%;}
.website-a ul { grid-template-columns: repeat(8,1fr);display: grid; width: 100%; gap: 20px;margin-top:5%;margin-bottom:5%;border: solid 1px rgba(255,255,255,.2);
  border-radius: 15px;
  padding: 2%;}
.website-a ul li { text-align: center; border-radius:15px; overflow: hidden; transition: all .5s;}
.website-a ul li a { padding:10px 10px; display: block; width: 100%; height: 100%;}
.website-a ul li img { width: 36%; height: auto; object-fit: contain; aspect-ratio: 1/1;}
.website-a ul li p {text-align: center; margin-top:20px;  color: #fff; font-size: 18px; font-weight: bold;}

.website-one{width:100%;float:left;padding-top:3%;padding-bottom:3%; background-image:url(../images/web-bg.jpg); background-repeat:no-repeat;background-position: center top;background-size: cover;}
.website-one-1{width:100%;float:left;}
.website-one-1 .ulxcx { display: grid; grid-template-columns: repeat(3, 1fr);gap: 20px 20px;}
.website-one-1 .ulxcx li a { border-left: solid 5px #d6120c;display: flex; align-items: flex-start; gap: 20px;  background: #fff; padding: 20px; position: relative; z-index: 0; border-radius: 15px; transition: all .5s;}
.website-one-1 .ulxcx li a:hover {box-shadow: 0px 0px 38px rgba(199, 199, 199, 0.26);}
.website-one-1 .ulxcx li a i { color: #000000;font-size: 36px;}
.website-one-1 .ulxcx li a > img {width: 100px;   height:auto; }
.website-one-1 .ulxcx li a h5 { color: #2a2a2a; font-weight:bold;font-size: 22px; line-height: 1.5;}
.website-one-1 .ulxcx li a p { color:#868994; font-size: 16px; line-height: 1.5;  margin: 20px 0 10px;height: 50px;}
.website-one-1 .ulxcx li a div div {  width: 120px;  height: 30px;  display: flex; align-items: center;  justify-content: center;  border: 1px solid #f0f0f0;  color: #e4e4e4;  font-size: 16px;   /* line-height: 1.5; */  border-radius: 15px; position: relative;z-index: 0;}
.website-one-1 .ulxcx li a div div::before{  content: '';  position: absolute; width: calc(100% + 2px); height: calc(100% + 2px);  left: -1px;  top: -1px;  background: #d6120c; background-size: cover; opacity: 0; z-index: -1;   transition: all .5s; border-radius: 15px;}
.website-one-1 .ulxcx li a:hover div div::before { opacity: 1;}
.website-one-1 .ulxcx li a:hover div div {color: #fff;}
.website-one-1 .ulxcx li a:hover::before {opacity: 1;}




.website-one-1 .ulxcx2 { display: grid; grid-template-columns: repeat(3, 1fr);gap: 20px 20px;}
.website-one-1 .ulxcx2 li a { display: flex; align-items: flex-start; gap: 20px; border: 2px solid #FFFFFF;
  background: linear-gradient( 180deg, #F2F5F7 0%, #F7F8FA 42%, #FEFEFE 100%);
  box-shadow: 3px 10px 15px 1px #ECEFF5; padding: 20px; position: relative; z-index: 0; border-radius: 15px; transition: all .5s;}
.website-one-1 .ulxcx2 li a:hover {box-shadow: 0px 0px 38px rgba(199, 199, 199, 0.26);}
.website-one-1 .ulxcx2 li a i { color: #000000;font-size: 36px;}
.website-one-1 .ulxcx2 li a > img {width: 100px;   height:auto; }
.website-one-1 .ulxcx2 li a h5 { color: #2a2a2a; font-weight:bold;font-size: 22px; line-height: 1.5;}
.website-one-1 .ulxcx2 li a p { color:#868994; font-size: 16px; line-height: 1.5;  margin: 20px 0 10px;height: 100px;}
.website-one-1 .ulxcx2 li a div div {  width: 120px;  height: 30px;  display: flex; align-items: center;  justify-content: center;  border: 1px solid #f0f0f0;  color: #e4e4e4;  font-size: 16px;   /* line-height: 1.5; */  border-radius: 15px; position: relative;z-index: 0;}
.website-one-1 .ulxcx2 li a div div::before{  content: '';  position: absolute; width: calc(100% + 2px); height: calc(100% + 2px);  left: -1px;  top: -1px;  background: #d6120c; background-size: cover; opacity: 0; z-index: -1;   transition: all .5s; border-radius: 15px;}
.website-one-1 .ulxcx2 li a:hover div div::before { opacity: 1;}
.website-one-1 .ulxcx2 li a:hover div div {color: #fff;}
.website-one-1 .ulxcx2 li a:hover::before {opacity: 1;}





.website-two{width:100%;float:left;padding-top:3%;padding-bottom:3%;background-color: #fff;}
.website-two-1{width:100%;float:left;}

.section22Con .big-list { width: 66.66%;  padding: 24px 12px 0;float: right;}

.section22Con .big-list .con { height: 490px; background: linear-gradient(299deg, #990000 0%, #ff0000 100%);  border-radius: 20px; position: relative;  padding: 102px 0 0 88px; overflow: hidden;}
.section22Con .big-list .con .pic1 {display: block; width: 210px;}
.section22Con .big-list .con .pic2 { z-index: 1;position: absolute; right: 0; bottom: 0; width: 346px;display: block;}
.section22Con .big-list .con .index-title {color: #ffffff; margin: 0 0 32px; max-width: 400px; position: relative;  z-index: 2; text-align: left; font-size: 32px;line-height: 48px;font-weight: bold;}
.section22Con .big-list .con a { display: block; width: 176px; line-height: 48px;color: #d6120c;  background-color: #ffffff; transition: 0.2s; font-weight: bold; text-align: center;border-radius: 8px; box-shadow: 0 4px 8px 0 rgba(53, 48, 48, 0.02); font-size: 17px;}
.lista {float: left; width: 33.33%; padding: 24px 12px 0;}
.lista .con {background: linear-gradient(118deg, rgba(248, 188, 188, 0.5), rgba(252, 215, 215, 0.3) 100%); border-radius: 20px;  height: 232px; padding: 56px 26px 0 26px; transition: 0.2s; box-shadow: 0 0 10px rgba(0,0,0,.1);}
.lista .con .index-sub-title { position: relative; line-height: 48px; text-align: left; font-size: 24px; color: #2a2a2a; font-weight: bold; display: flex;align-items: center;}
.lista .con p {font-size: 16px;line-height: 24px; color: rgba(53, 48, 48, 0.7); margin-top: 15px;display: grid; max-width: 100%;grid-template-columns: repeat(2, 1fr);gap: 5px 10px;}
.lista .con .index-sub-title img {display: block; width: 62px; filter: alpha(opacity=50);  margin-right: 6px;  opacity: .8; transition: all .4s}
.lista .con:hover img{   transform: scale(1.1);}
.lista .con p  a{ color:#868994;}



.website-three{width:100%;float:left;padding-top:3%;padding-bottom:3%;background-image: url(../images/web-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;}
.website-three-1{width:100%;float:left;}
.website-three-1-mian{ background-color:#fff;padding:5%; border-radius:15px;overflow:hidden;}
.website-three-1-left{width:50%;float:left;}
.website-three-1-left span{margin-top:2%;width:100%;float:left;line-height: 40px; font-size: 18px; margin-bottom: 3%;}
.website-three-1-right{width:48%;float:right;margin-top: 3%;}
.website-three-1-left h3{width:100%;float:left; font-size:30px; color:#333; font-weight:bold;}
.website-three-1-left p{width: 100%; float: left; margin-top: 20px; background-color: #feeeee; padding: 20px; border-radius: 15px;}
.website-three-1-left a{ border-radius:30.5px;color: #fff; padding: 13.5px 56px; float: left; text-align: center;background-color:#d6120c;color:#fff;}
.website-three-1-left a:hover{ border:solid 1px #d6120c; color:#d6120c; background-color:transparent;}

/*media*/
.media{width:100%;float:left;min-height:700PX;}
.media h1 {color: #fff;font-size: 50px; font-weight: bold; line-height: 1.5; margin-bottom: 2%;}
.media-a{width:100%;float:left;margin-top:15%;}
.media-one{width:100%;float:left;padding-top:3%;padding-bottom:3%; background-color:#fff;}
.media-one-1{width:100%;float:left;}

.swiper-sec5-main { position: absolute; left: 0; top: 0; width: 100%;height: 100px;}
.swiper-sec5-left { width: 45%;float: left;margin-top:10%;}
.swiper-sec5-left img {max-width: 100%;}
.swiper-sec5-title { width: 42%; margin-right: 5%; float: right; font-size: 50px; line-height: 72px; margin-bottom: 25px;font-weight: bold; color: #333; margin-top: 10%;}
.swiper-sec5-title b {font-size: 18px;font-weight: normal; color: #666;line-height: 30px;float: left;margin-top: 5%; margin-bottom: 5%;}
.swiper-sec5-title a {background-color:#d6120c;color: #fff; font-size: 16px; width: 200px; float: left; height: 40px; border-radius: 50px; text-align: center; line-height: 40px; cursor:pointer;}
.swiper-sec5-title a:hover{  background-color:#fff;  color: #d6120c;}

.media-one-1-a{background-image: url(../images/map.png);min-height:500px;background-position: top right;}
.n-abhead {font-size: 40px;line-height: 1.5; font-weight: bold;color: #010000;} 
.n-abhead p{ font-size:20px;padding-top:2%;padding-bottom:2%;}
.media-one-1-a > p {margin: 10px 0 20px; color: #888888; font-size:16px;width:50%;line-height: 30px;}
.media-one-1-a  ul {display: flex; align-items: center;gap:20px;margin-top: 5%;}
.media-one-1-a ul li {  display: flex; flex-direction: column;  align-items: center;  justify-content: center; gap: 20px;  text-align:center; width: 25%;}
.media-one-1-a ul li img { width:auto;height: 60px;}
.media-one-1-a ul li .text span{ font-size: 50px; font-weight:bold;color: #303030;vertical-align: middle;}
.media-one-1-a ul li .text em{ font-size: 18px; font-style:normal;  color: #303030; font-weight: bold; vertical-align: middle; margin-left: .04rem;}
.media-one-1-a ul li p {color: #656565; font-size: 16px; line-height:28px;}

.media-two{width:100%;float:left;padding-top:3%;padding-bottom:3%;}
.media-two-1{width:100%;float:left;}

.m-sec1-list {
	padding-top: 66px;
	position: relative;
	font-size: 0;
	letter-spacing: 0;
	margin-left: -22px;
	margin-right: -22px;
}
.m-sec1-list-item {
	width: 25%;
	display: inline-block;
	vertical-align: top;
	padding: 0 22px;
	margin-bottom: 29px;
}
.m-sec1-item-box {
	width: 100%;
background-size: cover!important;
	position: relative;
	padding: 82px 39px 26px;border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
-webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
-moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.m-sec1-item-icon {
position: absolute;
top: -66px;
right: 0px;
width: 80px;
}
.m-sec1-item-title {
	font-size: 24px; font-weight:bold;
	color: #000000;
	line-height: 56px;
}
.m-sec1-item-desc {
	overflow: hidden;
	font-size: 16px;
	height: 192px;
	line-height: 32px;
	margin-top: 36px;
}
.m-sec1-item-desc strong {
	font-size: 18px;
}
.m-sec1-list-item:nth-last-of-type(2) .m-sec1-item-box {
padding-left: 20px;
padding-right: 0;
}
.m-sec1-list-item:nth-last-of-type(2) .m-sec1-item-desc {
margin-left: -8px;
}
.snski{margin-top:50px;}


.m-sec1-list-item .bg-s3 {
  position: absolute;
  content: "";
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #d6120c, #ed5753);
  background-image: -webkit-linear-gradient(145deg, #d6120c, #ed5753);
  background-image: linear-gradient(145deg, #d6120c, #ed5753);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.m-sec1-list-item .bg-before {
  top: 0;
  left: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}

.m-sec1-list-item .bg-before, .m-sec1-list-item .bg-after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


.m-sec1-list-item .bg-after {
  bottom: 0;
  right: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
}


.m-sec1-list-item:hover .bg-before,
.m-sec1-list-item:hover .bg-after {
  display: none;
}
.m-sec1-list-item:hover .bg-s3,
.m-sec1-list-item:hover .action-box {
  opacity: 1;
  visibility: visible;z-index:1;
}
.ipo{ position:relative; z-index:1;}
.m-sec1-list-item:hover .m-sec1-item-title{ color:#fff;}
.m-sec1-list-item:hover .m-sec1-item-desc p{ color:#fff;}

.media-three{width:100%;float:left;padding-top:3%;padding-bottom:3%; background-color:#fff;}
.media-three-1{width:100%;float:left;}

.m-sec4{ background-color:#e6ecf3;}
.m-sec4-te{width:100%;float:left;font-size:30px;font-weight: bold;color: #000000;line-height: 40px;text-align: center;}
.m-sec4-te b{ color:#0160e7;} 
.m-sec4-te img{padding-left:10px;padding-right:10px;}
.m-sec4-tit{width:100%;float:left;text-align: center;font-size:40px; font-weight:bold;color: #000;line-height: 40px; margin-top: 15px;}
.m-sec4-tiy{width:100%;float:left;}
.m-sec4-tiy ul {display: grid;gap: 30px 40px;grid-template-columns: repeat(3,1fr);}
.m-sec4-tiy ul li{background-color: #fff;border-left: 0 solid #000;border-right: 0 solid #000; border-top: 0 solid #000;
  border-bottom: 0 solid #000; border-top-right-radius: 10px; border-top-left-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; margin-top: 0; margin-right: 0; margin-bottom: 10px;
  margin-left: 0; padding-top: 36px;  padding-right: 30px;  padding-bottom: 30px; padding-left: 30px; box-shadow: 0 1px 10px 0 rgba(0,18,127,0.2);}
.tiy-1{width:100%;float:left; text-align:center;}
.tiy-2{width:100%;float:left; font-size:22px; font-weight:bold;margin-top: 5%;text-align:center; color:#2a2a2a;}
.tiy-3{width:100%;float:left; font-size:16px; margin-top: 5%;line-height: 30px;}



.media-foru{width:100%;float:left;padding-top:3%;padding-bottom:3%; }
.media-foru-1{width:100%;float:left;}
.m-sec4-foru{width:100%;float:left;}
.m-sec4-foru-a{width:100%;float:left; background-color:#fbeceb;height:50px; line-height:50px;text-align:center;}
.m-sec4-foru-a a{ font-size:20px; font-weight:bold;width:50%;float:left; color:#333; }
.m-sec4-foru-a a:hover{color:#fff !important;}
.m-sec4-foru-a a.on{ background-color:#d6120c; color:#fff;}
.m-sec4-foru-b{width:100%;float:left;}.m-sec4-foru-b ul{padding-top:5%;padding-bottom:5%;}
.m-sec4-foru-b .foru-b-left{width:50%;float:left;padding-top:5%;}
.m-sec4-foru-b .foru-b-left h2{ font-weight:bold; font-size:24px; color:#333;width:100%;float:left;}
.m-sec4-foru-b .foru-b-left p{width:100%;float:left;margin-top:3%;line-height:45px; font-size:16px;}.m-sec4-foru-b .foru-b-left p strong{color:#d6120c;}
.m-sec4-foru-b .foru-b-right{width:45%;float:right;}



/*kaifa*/

.kafa-one{width: 100%;float: left; padding-bottom: 3%; padding-top: 12%;background-image: url(../images/kaifa_bg2.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;}
.kafa-ne{width: 100%;float: left;}
.kafa-one .website-one-1 .ulxcx li a h5{ font-size:18px;}.kf ul li{ position:relative;}
.kf ul li::before { content: ''; position: absolute; width: 1px; height: 80px;background: rgba(255,255,255,.2);top: 50%; transform: translate(0, -50%); right:-10px;}
.kf ul li:last-child::before {display: none;}
.kf ul li img{border: solid 2px #d6120c;border-radius: 50%;padding: 2%;margin-bottom: 10px;background-color: #fff;}
.kafa-two{width: 100%;float: left; padding-bottom: 3%; padding-top: 3%; background-color:#fff;}
.kafa-two-1{width: 100%;float: left; }
.kafa-two-1 ul{display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 20px;}
.kafa-two-1 ul li{ text-align:center;border: 2px solid #FFFFFF;
  background: linear-gradient( 180deg, #F2F5F7 0%, #F7F8FA 42%, #FEFEFE 100%);
  box-shadow: 3px 10px 15px 1px #ECEFF5;padding:10%;border-radius: 15px;}
.kafa-two-1 ul li .two-1-a{width: 100%;float: left;}
.kafa-two-1 ul li .two-1-b{width: 100%;float: left; color: #000000; font-size: 24px; font-weight: bold;margin-top:5%;}
.kafa-two-1 ul li .two-1-c{width: 100%;float: left;margin-top:5%; font-size:16px;}


.kafa-three{width: 100%;float: left; padding-bottom: 3%; padding-top: 3%; }
.kafa-three-1{width: 100%;float: left; }


.kafa-sec4-foru{width:100%;float:left;}
.kafa-sec4-foru-a{width:100%;float:left; background-color:#fbeceb;height:50px; line-height:50px;text-align:center;}
.kafa-sec4-foru-a a{ font-size:20px; font-weight:bold;width:25%;float:left; color:#333; }
.kafa-sec4-foru-a a:hover{color:#fff !important;}
.kafa-sec4-foru-a a.on{ background-color:#d6120c; color:#fff;}
.kafa-sec4-foru-b{width:100%;float:left;}.kafa-sec4-foru-b ul{padding-top:5%;padding-bottom:5%;}
.kafa-sec4-foru-b .foru-b-left{width:55%;float:left;padding-top:5%;}
.kafa-sec4-foru-b .foru-b-left h2{ font-weight:bold; font-size:24px; color:#333;width:100%;float:left;}
.kafa-sec4-foru-b .foru-b-left p{width:100%;float:left;margin-top:3%;line-height:45px; font-size:16px;}.m-sec4-foru-b .foru-b-left p strong{color:#d6120c;}
.kafa-sec4-foru-b .foru-b-right{width:42%;float:right;}
.kafa-sec4-foru-b .foru-b-left p a{ border:solid 1px #dedede;width:30.33%; float: left;color:#333;padding-left:20px;padding-right:20px;padding-top:5px;padding-bottom:5px;margin-right:10px;margin-bottom:10px; background-color:#fff;}
.kafa-sec4-foru-b .foru-b-left p a img{padding-right:10px;}
.kafa-sec4-foru-b ul:nth-child(4) .foru-b-left p a{width:48%;}
/*other*/

.n-banner .full-100 {
  width: 100%;
  height: 100%;
}
.n-banner .absolute {
  position: absolute;
}

.n-tongyong {
  background-color: #f7f8f9;padding-bottom:3%;
}

.n-ssl .wp-cont .n-sslbox {
  display: flex;
  padding:5% 3% 5% 3%;
  margin-top:-15%;
  background: #fff;
  position: relative;
  z-index: 5;
  border-radius: 15px;
}
.n-ssl .n-sslright {
  max-width:26%;
  width: 100%;
}
.n-sslright {
  padding-left: 20px;
}

.n-sslright ul {
    width:100%;float:left;
}

.n-sslright ul li a {
    display: block;
    padding: 5%;
    background: #f7fbff;
    border-radius: 15px;
    transition: all .5s; background-color:#fef4f4;


}.n-sslright ul li {margin-bottom:5%;}

.n-sslright ul li a div {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #121212;
	line-height: 1.5;
	font-size: 20px;
	font-weight: bold;
	transition: all .5s;
}

.n-sslright ul li a div img{
    width:50px;;
    height: auto;
    aspect-ratio: 1/1;
    transition: inherit;
    object-fit: contain;
}


.n-sslright ul li a div i {
	color: #121212;
	font-size: 22px;
    transition: inherit;
}

.n-sslright ul li a p {
	color: #121212;
	font-size:16px;
	line-height: 1.5;
	margin-top:10px;
	transition: all .5s;
}

.n-sslright ul li a:hover {
	background: #c80a14;
}

.n-sslright ul li a:hover div,
.n-sslright ul li a:hover div i {
	color: #fff;
}

.n-sslright ul li a:hover div img{
    filter: var(--imgWhite);
}

.n-sslright ul li a:hover p {
	color: #ffb1b5;
}
.n-ssl .n-ssleft {
  width: 100%;
padding-right: 2%;
  border-right: 1px solid #ececec;
}
.n-sslright .title h5{ font-weight:bold;margin-bottom:5%;}
.n-ssl .n-ssleft p{line-height:30px;}


/*foot*/
#footel{width:100%;max-width:100%;}
#footel .footer-widget__title  img{padding-right:10px;filter: brightness(1000%);}
.foot-1{width:22%;float:left;}
.foot-2{float:left;width:50%;}.foot-3{float:right;width:25%;}
.atel{ font-size:30px; font-weight:bold; color:#fff;}

.foot-2 .col-lg-2{float:left;max-width:25%;}
.foot-3 .col-lg-4{float:left;max-width:100%;}
.atdd{width:100%;float:left;margin-top:20px;}


.service{display: flex;}
.service .li{position: relative; width: 21%;min-height: 400px;overflow: hidden; padding: 20px;box-shadow: 3px 10px 15px 1px #ECEFF5;border-radius: 2px;border: 2px solid #FFFFFF;border-radius: 15px;
background-repeat: no-repeat;background-position: bottom right;background-size: cover;cursor: pointer;transition: all .3s;}
.service .li+.li{margin-left:1%;}
.service .li.on{width:37%;transition: all .3s;}
.service .li.on .tit,
.service .li.on .des{opacity: 0;}
.service .li .tit{font-size: 20px;color: #ffffff;font-weight: 400;}
.service .li .des{color: #ffffff;font-weight: 400;line-height:2;margin-top: 5px;}
.service .li .mask{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 20px;background: rgb(255, 255, 255,0.8);
display: flex;flex-direction: column;flex-wrap: wrap;opacity: 0;transition: all .3s;}
.service .li.on .mask{opacity: 1;transition: all .3s;}
.service .li .mask .aa{width: 100%;margin-bottom: 10px;}
.service .li .mask .aa .dd p{line-height: 2;
  width: 50%;
  float: left;}
.service .li .mask .bb{width: 100%;margin-bottom: 10px;}
.service .li .mask .bb .img{display: inline-block;height: 50px;margin-right: 10px;}
.service .li .mask .cc{width: 100%;margin-bottom: 10px;}
.service .li .mask .cc .dd p{display: inline-block;margin-right: 5px;}
.service .li .mask .tt{font-size: 20px;margin-bottom: 10px;}
.service .li .mask .dd{color: #6E7178;}
.service .li .mask .dd .icon{display: inline-block;height: 16px;vertical-align: middle;margin-top: -4px;margin-right: 5px;}
.service .li .mask .link{width: 100%;margin-top: auto;}
.service .li .mask .link a:first-child{background: #C30D23;color: #FFFFFF;margin-right: 4%;}
.service .li .mask .link a{box-shadow: 0px 0px 6px 1px #F5F7F9;font-size: 14px;color: #333;background: #FFFFFF;width: 48%;line-height: 34px;height: 36px;display: block;float: left;text-align: center;}
.service .li .mask .link a:hover{border: 1px solid #c30d23;background:#c30d2311;}
.service .li .mask .link a:first-child:hover{opacity: 0.8;border: none;background: #c30d23;}


  .aikefu-one{width:100%;float:left;margin-top:3%;bottom-top:3%;}
    .aikefu-one .hjkty{margin-top: -10%;
  z-index: 9999;
  background-color: #fff;
  padding-top: 3%;
  border-radius: 15px;}
.listT {
  width:100%;
  margin: auto;
  height:600px;
  position: relative;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.listT > .bg {
  width: 571px;
  height:548px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.listT > .item {width: 40%;
  float: left;
  margin-top: 5%;
  padding-right: 15%;}
  
 .listT > .item-2,.listT > .item-4,.listT > .item-6{float:right;padding-right: 0;
  padding-left: 15%;}
  
.listT > .item > .title {
  font-size: 24px;color: #333;
  font-weight: bold;
  line-height:36px;
  height: 36px;
  width: 100%;
  margin-top:1%;
  display: flex;
  align-items: center;
}
.listT > .item > .title > img {
  width:15px;
  margin-right: 15px;
  display: inline-block;
  margin-top:3%;
}
.listT > .item > .desc {
  font-size:16px;
  line-height: 1.44;
  margin: auto;
  margin-top:2%;
}
.listT > .item-1,
.listT > .item-3,
.listT > .item-5 {
  margin-right: 0;
}
.listT > .item-1 > .title,
.listT > .item-3 > .title,
.listT > .item-5 > .title {
  justify-content: flex-end;
}
.listT > .item-1 > .desc,
.listT > .item-3 > .desc,
.listT > .item-5 > .desc {
  text-align: right;
}

.box-list > .img {
  width: 570px;
  height: 550px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

  .aikefu-two{width:100%;float:left;padding-top:3%;padding-bottom:3%; background-color:#F2F5F7;}


 .box-list1 {
display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}

.liste > .item {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  border-color: #ffffff;
  background-image: -moz-linear-gradient(180deg, #eaeff6 0%, #fcfdfd 100%);
  background-image: -webkit-linear-gradient(180deg, #eaeff6 0%, #fcfdfd 100%);
  background-image: -ms-linear-gradient(180deg, #eaeff6 0%, #fcfdfd 100%);
  background-image: linear-gradient(180deg, #eaeff6 0%, #fcfdfd 100%);
  box-shadow: 1% 1% 1% 0px rgba(141, 159, 189, 0.16);
  padding: 0 5%;
  box-sizing: border-box;
}
.liste > .item > .icon {
  width: 80px;
  height: 80px;
  margin: auto;
  margin-top: 10%;
}
.liste > .item > .title {
  font-size:24px;
  color: #333;
  line-height: 36px;
  height:36px;
  width: auto;
  display: inline-block;
  vertical-align: top;
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-top:2%;
}
.liste > .item > .desc {
  font-size: 16px;
  line-height: 1.444;
  text-align: justify;
  margin-top:2%;padding-bottom: 10%;
}

  .aikefu-three{width:100%;float:left;padding-top:3%;padding-bottom:3%;}
.list2 {
display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
.list2 .item {
	-webkit-box-shadow: 0px 13px 29px 0px rgba(141, 159, 189, 0.1);
	box-shadow: 0px 13px 29px 0px rgba(141, 159, 189, 0.1);
	width: 100%;
	height:366px;
	position: relative;
}
.list2 .item > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.list2 .item > div {
	position: relative;
}
.list2 .item .title {
	height:80px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.list2 .item .title h1 {
	font-size:24px;
	color: #ffffff;
	font-weight: bold;
	line-height: 0.867;
	text-align: center;
}
.list2 .item .title p {
	font-size:16px;
	color: rgba(255, 255, 255, 0.902);
	line-height: 1;
	margin-left: 0.2rem;
}
.list2 .item .info {
	width: 100%;
	padding: 10%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list2 .item .info .line1 {
	font-size: 20px;
	color: #333;
	line-height:30px;
	text-align: center;
	height: auto;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.list2 .item .info .line2 {
	margin: 3% auto 0;
	font-size:16px;
	line-height:40px;
	text-align: center;
	width:100%;
}
@media(max-width:769px){
	.listT > .item-1 > .title, .listT > .item-3 > .title, .listT > .item-5 > .title{justify-content: left;}
	.listT > .item-1 > .desc, .listT > .item-3 > .desc, .listT > .item-5 > .desc {text-align: left;}
	.listT > .bg{display:none;}.listT > .item{width:100%;padding-right: 0%;}
	.listT > .item-2, .listT > .item-4, .listT > .item-6{float:left;padding-left: 0%;}
	.box-list1{grid-template-columns: repeat(2, 1fr);}
	.list2{grid-template-columns: repeat(1, 1fr);}
	.listT > .item > .title{ font-size:18px;}
	.liste > .item > .title{ font-size:18px;}
	.list2 .item .title h1{ font-size:18px;}.list2 .item .info .line1{ font-size:16px;}
	}







@media(max-width:1800px){
.feature-one__moc{height:550px;right:15px;}}

@media(max-width:1700px){
.feature-one__moc{height:500px;}}

@media(max-width:1600px){
.feature-one__moc{height:450px;top:25%;}}
@media(max-width:1500px){
.feature-one__moc{height:420px;}
.n-ssl .wp-cont .n-sslbox{margin-top: -10%;}

}

@media(max-width:1400px){
	.header-navigation ul.navigation-box > li + li { margin-left: 25px;}
.feature-one .col-lg-6 { -ms-flex: 0 0 45%;  flex: 0 0 45%; max-width: 45%; }

.s-banner .wp .n-text h5{ font-size:40px;}
.s-banner .wp .n-text p{ font-size:20px !important;}
.n-text div{margin-top:2%;}	.lista .con p{ gap: 5px 5px;}
.website h1{ font-size:40px;}
.swiper-sec5-title{ font-size:40px;}
.kafa-one{padding-top:15%;}
.n-banner .wp .n-text h5{ font-size:30px;}
}


@media(max-width:1300px){
	.feature-one__moc{height:320px;}
	.feature-one .col-lg-6 { -ms-flex: 0 0 55%;  flex: 0 0 55%; max-width: 55%; }
	
.lista .con p a{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;}
}

@media(max-width:1200px){
  .website h1 {
    font-size: 30px;
  }
.feature-one__moc{height:300px;top:45%;}
.feature-one .col-lg-6 { -ms-flex: 0 0 50%;  flex: 0 0 50%; max-width: 50%; }
.zaixianon-a{width:90%;}.feature-one .container::before{right: 0;}
.fun-fact-one__title{font-size:30px;}
.block-title__title{font-size:30px;}
.price-one__block-title{font-size:30px;}.price-one__price{font-size:30px;}.sel_top span{font-size:30px;}
.cta-one__title{font-size:30px;}
.s-shuju ul li > div{width:50px;}.s-shuju ul li > div img{max-width:100%;}
.s-kaifa .wp-cont > div h5{ font-size:30px;}
.fun-right{grid-template-columns: repeat(3,1fr);}
.nyets { margin-top: -50px;}
.geo-one{padding-top: 15%;}
.m-sec1-item-icon{width:60px;}.media-one-1-a ul li .text span{ font-size:40px;}
.oter_bottom .left{padding-right: 0;border-right:0;}.s-kaifa .wp-cont > div div{display:block;}
.oter_bottom .right{margin-left: 0px;}

}
@media(max-width:1100px){.geo-one{padding-top: 20%;}}

@media(max-width:1000px){.geo-one{padding-top: 3%;}.nyets { margin-top: 5%; position:inherit;}.s-banner .wp .n-text h5 {font-size: 26px;}}





@media(max-width:769px){
.lopoo-left{width:100% !important;float:left;}
.lopoo-right{width:100% !important;float:right;}
.feature-one__moc{display:none;}
.feature-one .col-lg-6 { -ms-flex: 0 0 100%;  flex: 0 0 100%; max-width: 100%; }
.fun-fact-one__title{font-size:24px;}
.block-title__title{font-size:24px;}
.price-one__block-title{font-size:24px;}.price-one__price{font-size:24px;}
.cta-one__title{font-size:24px;}.cta-one__text{ font-size:16px;}
.footer-widget h3 i{display:block;}
.footer-widget__links {display: none !important;}
.active .footer-widget__links li {line-height: 30px;}
.active h3 i {transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);}
.active .footer-widget__links {display: block !important;}
.site-footer__upper .col-lg-2{border-bottom:solid 1px rgba(255,255,255,.1);margin-bottom: 20px;}
.footer-widget {margin-bottom: 20px !important;}.footer-widget__title{margin-bottom: 20px;}
.active .footer-widget__links{margin-top:20px;margin-bottom: 20px;}
.zaixianon{width:100%;}
.fun-left{width:100%;}
.fun-right{width:100%;margin-top:5%;grid-template-columns: repeat(2,1fr);}
#services .col-xl-4{width:50%;FLOAT:LEFT;}.service-one__inner{padding: 10px 20px 12px;}#services .row{display:block;}
.service-one__title{margin-bottom: 0px;}
.feature-one .container::before{right: 0;}.feature-one .block-title{align-items: center !important;}
.sel_top span{ font-size:24px;}.feature-one__title{ font-size:20px;}.feature-one__text{ font-size:16px;line-height:25px;}
.blog-one .swiper-container {padding: 0; margin: 0;}
.shulzi ul li span{ font-size:20px;}.shulzi ul li i{font-size:20px;}.block-title__title em{ font-size:16px;}
.brand-onet ul{grid-template-columns: repeat(3,1fr);}.cta-one__title em{ font-size:16px;}
.blog-one__title{ font-size:16px;line-height:25px;}.dtyd div{ font-size:14px;}#blog .row{margin-right: 0; margin-left: 0;}
.zaixianon-a-1{width:100%; text-align:center;}.zaixianon-a-2{width:100%;}
.sel_content .rotate{display:none;}
.sel_con_box1,.sel_con_box2,.sel_con_box3,.sel_con_box4,.sel_con_box5,.sel_con_box6{position: inherit;left: 0;top: 0; margin: 0;float: left;text-align: left;width:100%;margin-bottom:3%;}.sel_con_box_text{display:none;}
.sel_top{height:auto;margin-bottom:3%;}.select{height:auto;}.sel_content{height:auto;}
.cta-one__btn{padding: 10.5px 54.5px;font-size: 16px;}.testimonials-one__carousel{width:100%;}.service-one__title a{ font-size:18px;font-size: 18px;
    height: 50px;
    float: left;
    width: 100%;
    line-height: 25px;}.service-one__text{ font-size:16px;}
.sel_con_box1 span,.sel_con_box2 span,.sel_con_box3 span,.sel_con_box4 span,.sel_con_box5 span,.sel_con_box6 span{ font-size:20px;}
.block-title {
  margin-bottom: 3%;
}.service-one__text{line-height:25px;height: 100px;}
.main-logo{height: 40px;
  margin-top: 5px;}
  
.right-kefu{display:none !important;}
.s-shuju ul{grid-template-columns: repeat(2, 1fr);}
.s-shuju ul li{margin-top: 10px;  margin-bottom: 10px;}
.s-shuju ul li:nth-child(2)::before{display:none;}
.s-shuju ul li p {font-size: 18px;}
.index-server .swiper-box .pad .h6{font-size: 18px;}
.swiper-box{padding-left:15px !important;padding-right:15px !important;}
.index-server .swiper-box .pad{ text-align:center;}.index-server .swiper-box .pad img{margin:auto;}
.s-kaifa .wp-cont img{display:none;}.s-kaifa .wp-cont > div{width:100%;}.s-kaifa .wp-cont > div h5{ font-size:24px;}


.gong-ne ul{grid-template-columns: repeat(1,1fr);}
.gong-ne ul li a > div h5{ font-size:18px;}.gong-ne ul li a > div h6{ font-size:16px;}
.gong-ne ul li a > div div{ font-size:14px;width:100px;height: 30px;}
.n-text div a{ font-size:14px;width: 100px;height: 30px;}.n-text div a::before{width: 100px;height: 30px;}
.nyets.wzjs ul li div h5{ font-size:16px;}.nyets.wzjs ul li div p{font-size:14px;}
.geo-ne-text span{width:100%;}.geo-ne-text p{width:100%;margin-top:5%;}
.geo-three ul{grid-template-columns: repeat(1,1fr);}.s-jjcon h5{ font-size:18px;}
.ulwzjs > li a .wzhead h5{ font-size:18px;line-height: 25px;}.ulwzjs > li a .wzhead .wzhead-0{width:50px;height:50px;}
.ulwzjs{grid-template-columns: repeat(1,1fr);}.geo-five-1 ul li h5{ font-size:18px;}
.nyets.wzjs ul{display:block;overflow: hidden;}.nyets.wzjs ul li img{float:left;}.nyets.wzjs ul li > div{width:80%;float:right;text-align: left;}.nyets.wzjs ul li{width:100%;float:left;margin-bottom:2%;margin-top:2%;}
.s-banner .wp .n-text h5 { font-size: 18px;}
.s-banner .wp .n-text p{ font-size:16px !important;}.s-banner{margin-top: 50px;}
.website h1{ font-size:18px;} .website-a ul{grid-template-columns: repeat(4,1fr);}
.website-one-1 .ulxcx{grid-template-columns: repeat(2,1fr);}
.website-one-1 .ulxcx li >div{width:100%;float:left; text-align:center;}
.website-one-1 .ulxcx li a{display:block;}.website-one-1 .ulxcx li a h5{ font-size:18px;} 
.website-three-1-left{width:100%;}.website-three-1-left span{ font-size:16px;}.website-three-1-right{width:100%;}
.lista{width:100%;}.lista .con .index-sub-title{ font-size:18px;}.section22Con .big-list{width:100%;}
.section22Con .big-list .con .index-title{ font-size:22px;}.lista .con{padding-top:5%;}.section22Con .big-list .con{height:auto;padding: 5%;}
.section22Con .big-list .con .pic2{ opacity:.5;}.section22Con .big-list .con a{ font-size:14px;}

.m-sec1-list-item{width:50%;}
.m-sec1-item-title{ font-size:18px;}
.media-one-1-a ul{grid-template-columns: repeat(2,1fr);display: grid;gap: 10px 10px;}
.media-one-1-a ul li{width:100%; text-align:center;}
.media-one-1-a ul li .text span{ font-size:20px;}.media-one-1-a ul li p{ font-size:16px;}
.media-one-1-a > p{width:100%;}.n-abhead{ font-size:24px;}.n-abhead p{ font-size:18px;}.media-one-1-a > p{ font-size:16px;}
.m-sec4-tiy ul{grid-template-columns: repeat(2,1fr);gap: 10px 10px;}.tiy-2{ font-size:18px;}
.swiper-sec5-left{width:100%;}.swiper-sec5-title{width:100%;margin-right: 0;}
.media{min-height:auto;}.swiper-sec5-main{ position:relative;}
.swiper-sec5-title { font-size:20px;line-height: 30px;}.swiper-sec5-title b{ font-size:16px;}
.m-sec4-foru-b .foru-b-left{width:100%;}
.m-sec4-foru-b .foru-b-right{width:100%;}
.m-sec4-foru-a a{ font-size:18px;}.m-sec4-foru-b .foru-b-left h2{ font-size:18px;}
.kafa-two-1 ul li .two-1-b{ font-size:18px;}
.kafa-two-1 ul li .two-1-a img{height:50px;}
.kafa-sec4-foru-b .foru-b-left{width:100%;}
.kafa-sec4-foru-b .foru-b-right{width:100%;}
.kafa-sec4-foru-a a{ font-size:18px;}.kafa-sec4-foru-b .foru-b-left h2{ font-size:18px;}
.n-banner .wp .n-text h5{ font-size:18px;margin-top: 10%; margin-bottom: 0;}
.n-text #print2{ font-size:14px !important;}
.n-ssl .wp-cont .n-sslbox{margin-top:0;}
.n-ssl .wp-cont .n-sslbox{display:block;}
.n-ssl .n-sslright{max-width: 100%;padding-left: 0;}
.n-ssl .n-ssleft h3{ font-size:20px;}.n-ssl .n-ssleft{border:none; padding-right:0;}
.kafa-sec4-foru-a a{width:50%;}
.foot-1{width:100%;}.foot-2{width:100%;margin-top:5%;}.foot-3{width:100%;}
.foot-2 .col-lg-2 {float: left; max-width: 100%;}#footel{padding-bottom:10px;margin-bottom:10px;}.atel{ font-size:20px;}
.website-three-1-left h3{ font-size:20px;}

.website-one-1 .ulxcx2{grid-template-columns: repeat(2,1fr);}
.website-one-1 .ulxcx2 li >div{width:100%;float:left; text-align:center;}
.website-one-1 .ulxcx2 li a{display:block;}.website-one-1 .ulxcx2 li a h5{ font-size:18px;} 
.service{display:block;}.service .li{width:48%;float:left;margin-bottom:20px;}.service .li:nth-child(2n){float:right;}.service .li.on{width: 48%;}
.service .li .mask .aa .dd p{width:100%;}

.oter_bottom .left dt{ font-size:16px !important;}.oter_bottom .left dd p{ font-size:14px;}
.oter_bottom img{display:block !important;}
.h_tel-1{ font-size:16px;}
}



@media(max-width:600px){
.mcn-ad{display:none;}
}


/*.brand-one{

-webkit-transform: skew(0deg, -4deg) translateY(-65px);
  transform: skew(0deg, -4deg) translateY(-65px);
}
.brand-one .container{-webkit-transform: skew(0deg, 4deg);
  transform: skew(0deg, 4deg);}*/
