@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.eot) format('eot'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: bold;
}


.font1 {
  font-family: 'Montserrat';
}


@keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-webkit-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-moz-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}


@-webkit-keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}


body {
  font-family: 'Montserrat';
  font-weight: 400;
  --color: #8e211c;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

#header.fixed .nav,
#header.color_black .nav {
    background-color: #fff;
}

#header.fixed .nav>.menu .menu_c .menu-menu-container>.menu>.menu-item>a,
#header.color_black .nav>.menu .menu_c .menu-menu-container>.menu>.menu-item>a {
    color: #000;
}


#header.inner .nav .ui.menu .p-search,
#header.color_black .nav .ui.menu .p-search{
  background-color: rgba(0,0, 0, 0.2);
}



#header.color_black .nav .language-box .language-img img {
    filter: grayscale(0%) brightness(0%);
}

#header.inner .nav .language-box .zhuyu,
#header.color_black .nav .language-box .zhuyu {
      color: #000;
}



#header .nav {
  display: inline-block;
  width: 100%;
  position: relative;
}
#header .nav .ui.menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: #fd2318;
  color: #fd2318;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fd2318;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .p-search {
  margin-left: auto;
  margin-right: 0;
  width: 155px;
  border-radius: 30px;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.2);
}
#header .nav .ui.menu .p-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .nav .ui.menu .p-search input {
  height: 30px;
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
}
#header .nav .ui.menu .p-search input[type="text"] {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
#header .nav .ui.menu .p-search input[type="text"]::-webkit-input-placeholder {
  color: #FFFFFF;
}
#header .nav .ui.menu .p-search input[type="text"]:-moz-placeholder {
  color: #FFFFFF;
}
#header .nav .ui.menu .p-search input[type="text"]::-moz-placeholder {
  color: #FFFFFF;
}
#header .nav .ui.menu .p-search input[type="text"]:-ms-input-placeholder {
  color: #FFFFFF;
}
#header .nav .ui.menu .p-search input[type="text"]::placeholder {
  color: #FFFFFF;
}
#header .nav .ui.menu .p-search input[type="submit"] {
  width: 30px;
  background-image: url(../images/search-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}
#header .nav .ui.menu .h-search {
  display: none;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner ul.slick-dots {
  position: absolute;
  top: 40%;
  left: 11%;
}
#banner ul.slick-dots li {
  width: 75px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  border-left: 2px solid #FFFFFF;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #c63936;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
      line-height: 28px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }
}
.language-box .language-img {
  display: inline-block;
  vertical-align: middle;
}
.language-box .zhuyu {
  color: #FFFFFF;
  font-size: 16px;
  display: block;
  vertical-align: middle;
}
.language-box .zhuyu i {
  margin-left: 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .img {
  left: 0;
  top: 0;
}

@keyframes fk {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#banner .slick-current .img img {
  opacity: 0;
}
#banner .slick-current .img img {
  -webkit-animation-name: fk;
  animation-name: fk;
  animation-fill-mode: forwards;
}

#banner .video {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

#banner video {
  object-fit: cover;
}

#banner .content {
  position: absolute;
  width: 78%;
  left: 11%;
  top: 40%;
}
#banner .left {
  margin-top: 270px;
}
#banner h2 {
    margin-bottom: 40px;
    font-size: 36px;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: capitalize;
}
#banner a.link {
  color: #FFFFFF;
  letter-spacing: .2em;
}
#banner span.arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#banner span.arrow::before {
  content: attr(data-text);
  display: inline;
  font-size: 20px;
}
#banner span.arrow:hover {
  background-color: #8e221f;
}
#banner span.arrow.arrow_l {
  left: 5%;
}
#banner span.arrow.arrow_r {
  right: 5%;
}
.i-category {
  padding: 110px 0;
}
.i-category .slick-arrow{
  display: none!important;
}
.i-category .Tit {
  font-size: 46px;
}
.i-category .desc {
  color: #878787;
}
.i-category .btns a {
  padding: 10px 20px;
  display: inline-block;
  letter-spacing: .2em;
  color: #8e211c;
  border: 2px solid #8e211c;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .btns a:hover {
  color: #FFFFFF;
  background-color: #8e211c;
}
.i-category .btns a + a {
  margin-left: 30px;
}
.i-category .left {
  padding-right: 5%;
}
.i-category .right ul {
  margin: -20px -30px;
}
.i-category .right li {
  padding: 20px 30px;
}
.i-category .right .bag {
  padding: 20px;
  text-align: center;
  background-color: #f5f5f5;
}
.i-category .right .bag .imgs .img {
  display: none;
}
.i-category .right .bag .imgs .img.active {
  display: block;
}
.i-category .right .bag .colors {
  font-size: 0;
}
.i-category .right .bag .colors span {
  margin: 0 5px;
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: 100%;

}
.i-category .right .bag .name {
  font-size: 17px;
      -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.our-product {
background: url(../images/cp-ddbg.jpg) no-repeat center;
  padding: 50px 0 90px;
      background-size: cover;
}
.our-product .tab li {
  width: auto;
  padding: 0 70px;
}
.our-product .tab li + li {
  border-left: 2px solid #000000;
}
.our-product .tab li span {
  cursor: pointer;
      font-weight: bold;
}
.our-product .tab li.active span {
  color: #8e221f;
}
.our-product .desc {
  font-size: 17px;
  color: #878787;
}
.our-product .list {
  margin-top: 40px;
  position: relative;
}
.our-product .list > .item {

  position: relative;
}
.our-product .list > .item:not(.active) {
  width: 100%;
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes sh {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes sh {
  0% {
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@keyframes sh {
  0% {
    -webkit-transform: translate3d(0, 10%, 0);
    -moz-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}

.our-product .list > .item.active {
  opacity: 1;
  position: static;
  visibility: visible;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: sh;
  -moz-animation-name: sh;
  animation-name: sh;
}

.our-product .list .arrow {
     top: 40%;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    background: #fff;
}
.our-product .list .arrow svg {
  vertical-align: middle;
}
.our-product .list .arrow.arrow_l {
  left: 0;
}
.our-product .list .arrow.arrow_r {
  right: 0;
}
.our-product .list ul {
  margin: -15px;
}
.our-product .list li {
  padding: 0 40px;
}
.our-product .list li .img {
  position: relative;
}
.our-product .list li .img img {
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.our-product .list li .img img:last-of-type {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.our-product .list li .img:hover img:first-of-type {
  opacity: 0;
}
.our-product .list li .img:hover img:last-of-type {
  opacity: 1;
}
.our-product .list li .name {
  font-size: 17px;
  text-align: center;
      -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.i-application > ul li {
  padding-top: 670px;
  background-size: cover;
  background-position: center;
  /*background-repeat: no-repeat;
  background-attachment: fixed;*/
}
.i-application > ul li:not(.active) {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.i-application .box {
  margin-top: -105px;
  margin-right: -210px;
}
.i-application .left {
  width: 37%;
  vertical-align: bottom;
}
.i-application .right {
  width: 63%;
  vertical-align: bottom;
  background-color: #FFFFFF;
}
.i-application .right ul {
  margin: 0 -2px;
}
.i-application .right li {
  padding: 0 2px;
}
.i-application .arrows .arrow {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 54px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000000;
  cursor: pointer;
}
.i-application .arrows .arrow svg {
  vertical-align: middle;
}
.our-about {
  padding: 100px 0;
}
.our-about .Tit {
  font-size: 46px;
  font-weight: bold;
}
.our-about .left {
  padding-right: 50px;
}
.our-about .left .line {
  width: 100px;
  border-bottom: 5px solid black;
  margin-left: auto;
}
.our-about .left a.link {
  letter-spacing: .2em;
}
.our-about .right {
  padding-left: 50px;
      padding-top: 20px;
}
.our-about .right .text {
  font-size: 17px;
  line-height: 28px;
}
.our-about .list {
  margin-top: 55px;
}
.our-about .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-about .list li {
  text-align: center;
}
.our-about .list li .num {
  font-size: 80px;
  font-weight: bold;
}
.our-about .list li .num span {
  font-size: 16.88px;
  font-weight: 400;
  vertical-align: super;
}
.t_1 {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.i-advantage {
  background: url(../images/sy-banner-bg03.jpg) no-repeat center top;
/*
 background: url(../images/sy-banner-02.jpg) no-repeat center;*/
 
  background-attachment: fixed;
  color: #FFFFFF;
  padding: 100px 0;
      background-size: cover;
}
.i-advantage .Tit {
  font-size: 36px;
      font-weight: bold;
}
.i-advantage .list {
  margin-top: 60px;
  overflow: hidden;
}
.i-advantage .list ul {
  margin: 0 -20px;
}
.i-advantage .list li {
  padding: 0 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.i-advantage .list .box {
  position: relative;
  padding: 30px;
}
.i-advantage .list .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
  opacity: 0;
}
.i-advantage .list .box .cir {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 20px;
  color: #FFFFFF;
  margin-left: auto;
}
.i-advantage .list .box .cont2 {
  -webkit-transform: translateY(87px);
  -moz-transform: translateY(87px);
  -ms-transform: translateY(87px);
  transform: translateY(87px);
}
.i-advantage .list .box .img {
  height: 90px;
  line-height: 90px;
  margin-top: 70px;
  position: relative;
}
.i-advantage .list .box .img img {
  vertical-align: middle;
}
.i-advantage .list .box .title {
  margin-top: 20px;
}
.i-advantage .list .box .des {
  margin-top: 20px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  min-height: 4.5em;
  opacity: 0;
      font-size: 15px;
}
.i-advantage .list .box:hover .shadow {
  opacity: 1;
}
.i-advantage .list .box:hover .cont2 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.i-advantage .list .box:hover .des {
  opacity: 1;
}
.our-news {
  padding: 90px 0 60px;
}
.our-news .Tit {
    font-size: 16px;
    color: #000;
}
.our-news .date {
  margin-top: 5px;
  font-size: 15px;
  color: #727272;
}
.our-news .left {
  width: 26%;
  margin-top: 50px;
}
.our-news .left li .date {
  margin-bottom: 5px;
}
.our-news .left li .name {
  margin-bottom: 20px;
}
.our-news .left li .text {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 2;
}
.our-news .left li a.link {
  font-size: 15px;
  color: #8e221f;
  border-bottom: 1px solid currentColor;
}
.our-news .left .arrows {
  margin-top: 60px;
}
.our-news .left .arrows span.arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.our-news .left .arrows span.arrow::before {
  content: attr(data-text);
  display: inline;
  font-size: 20px;
}
.our-news .left .arrows span.arrow:hover {
  background-color: #8e221f;
}
.our-news .right {
  width: 74%;
}
.our-news .right ul {
  margin: -17px;
}
.our-news .right li {
  padding: 17px;
}
.our-news .right li .content {
  padding: 15px;
}
#footer {
  padding-top: 70px;
  position: relative;
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
}
#footer .fTop .tipsTitle {
  max-width: 430px;
  text-align: center;
  margin: auto;
  font-weight: 700;
  color: #fff;
}
#footer .fTop form {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .fTop form input {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  margin: 10px 5px;
  width: 200px;
  height: 48px;
  padding: 0 15px;
  color: #fff;
}
#footer .fTop form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
  text-transform: uppercase;
}
#footer .fTop form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
  text-transform: uppercase;
}
#footer .fTop form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.48);
  text-transform: uppercase;
}
#footer .fTop form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.48);
  text-transform: uppercase;
}
#footer .fTop form input::placeholder {
  color: rgba(255, 255, 255, 0.48);
  text-transform: uppercase;
}
#footer .fTop form input[name="content"] {
  width: 360px;
  margin-right: 0;
}
#footer .fTop form input[type="submit"] {
  width: 48px;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  background-color: #fff;
  background-image: url(../images/send-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
#footer .fMiddle {
  padding: 20px 0 60px;
}
#footer .fMiddle .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .fMiddle .listCont {
  margin-top: 40px;
  color: #fff;
}
#footer .fMiddle .listCont:nth-child(1) {
  max-width: 440px;
}
#footer .fMiddle .listCont .cont {
  margin: -20px;
}
#footer .fMiddle .listCont .list {
  padding: 20px;
  color: #FFFFFF;
}
#footer .fMiddle .listCont .list .des {
  font-size: 15px;
  margin-top: 10px;
}
#footer .fMiddle .listCont .item {
  font-size: 15px;
  margin-top: 10px;
}
#footer .fMiddle .listCont .social-links a + a {
  margin-left: 15px;
}
#footer .copyright {
  padding: 35px 0;
  border-top: 1px solid rgba(255,255,255,.5);
    width: 80%;
    margin: 0 auto;
}
#footer .copyright p,
#footer .copyright a {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
}
#footer .copyright a.foothuach2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 490px;
    display: inline-block;
    vertical-align: middle;
}
#footer .copyright img {
  height: 16px;
}
#ewm {
  width: 110px;
  border: 10px solid #FFFFFF;
}
@media (max-width: 1600px) {
  #banner .left {
    margin-top: 0;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner ul.slick-dots {
    top: auto;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #banner ul.slick-dots li {
    width: 50px;
    display: inline-block;
    border-left: 0;
    border-bottom: 2px solid #FFFFFF;
  }
  #banner span.arrow.arrow_l {
    left: 15px;
  }
  #banner span.arrow.arrow_r {
    right: 15px;
  }
}
@media (max-width: 1530px) {
  .ui.container {
    width: 1440px;
  }
  .i-category .Tit {
    font-size: 36px;
  }
  .i-category .right ul {
    margin: -15px -20px;
  }
  .i-category .right li {
    padding: 15px 20px;
  }
  .i-application .box {
    margin-top: -90px;
    margin-right: -60px;
  }
  .our-about .Tit {
    font-size: 36px;
  }
  .our-about .list li .num {
    font-size: 60px;
  }
  .our-news .left {
    margin-top: 0;
  }
}
@media (max-width: 1440px) {
  #header .nav .ui.menu .logo {
    width: 150px;
  }

  .language-box .language-img {
    display: none;
  }

  .ui.container {
    width: 1230px;
  }
  .language-box {
    margin-left: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  .i-category .right ul {
    margin: -15px;
  }
  .i-category .right li {
    padding: 15px;
  }
  .i-application .box {
    margin-right: -120px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }

  

  #header .nav .ui.menu .p-search {
    display: none;
  }
  #header .nav .ui.menu .h-search {
    display: block;
  }
  .i-category .desc {
    font-size: 16px;
  }
  .i-application .box {
    margin-right: 0;
  }
  .our-about .left {
    padding-right: 30px;
  }
  .our-about .right {
    padding-left: 30px;
  }
  .our-about .list li .num {
    font-size: 40px;
  }
  .our-about .right .text {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
  }
  .our-news .left {
    width: 40%;
  }
  .our-news .right ul {
    margin: -15px;
  }
  .our-news .right li {
    padding: 15px;
  }
  #footer .fMiddle .listCont:nth-child(1) {
    max-width: 100%;
    width: 66.66%;
  }
  #footer .fMiddle .listCont {
    max-width: 100%;
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #nav-height {
    display: none;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #banner span.arrow {
    display: none;
  }
  .i-category {
    padding: 60px 0;
  }
  .i-category .Tit {
    font-size: 24px;
  }
  .i-category .left {
    width: 100%;
    padding-right: 0;
    float: none;
  }
  .i-category .left .img {
    display: none;
  }
  .i-category .right {
    width: 100%;
    float: none;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .tab li {
    padding: 0 35px;
  }
  .our-product .list > .item {
    padding: 0;
  }
  .our-product .list .arrows {
    text-align: center;
    margin-top: 40px;
  }
  .our-product .list .arrow {
    position: static;
    margin: 0 10px;
  }
  .i-application .box {
    display: none;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .Tit {
    font-size: 24px;
  }
  .our-about .Tit br {
    display: none;
  }
  .our-about .left {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: left;
  }
  .our-about .left .line {
    margin-left: 0;
  }
  .our-about .right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .our-about .left a.link {
    display: none;
  }
  .our-about .list {
    margin-top: 40px;
  }
  .our-about .list li .num {
    font-size: 30px;
  }
  .our-about .list ul {
    margin: -15px;
  }
  .our-about .list li {
    width: 50%;
    padding: 15px;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .i-advantage .Tit {
    font-size: 24px;
        font-weight: bold;
  }
  .i-advantage .list .box .shadow {
    opacity: 1;
  }
  .i-advantage .list .box .cont2 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .i-advantage .list .box .des {
    opacity: 1;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .left {
    width: 100%;
    float: none;
  }
  .our-news .right {
    display: none;
  }
  .our-news .Tit {
    font-size: 16px;
    color: #000;
  }
  .phone_hide {
    display: none;
  }
  #footer .fMiddle .listCont {
    width: auto;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .content {
    width: 90%;
    left: 5%;
  }
  .i-category .desc {
    font-size: 14px;
  }
  .i-category .btns a {
    letter-spacing: .1em;
  }
  .i-category .right .bag .name {
    font-size: 14px;
  }
  .our-product .tab li span {
    font-size: 16px;
  }
  .our-product .desc {
    font-size: 14px;
  }
  .our-product .list li .name {
    font-size: 14px;
  }
  .our-about .right .text {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
  }
  #footer .fMiddle {
    padding: 20px 0;
  }
  #footer .fMiddle .listCont .cont {
    margin: -15px;
  }
  #footer .fMiddle .listCont .list {
    padding: 15px;
  }
  #footer .copyright {
    padding: 15px 0;
  }
  #footer .copyright a.foothuach,
  #footer .copyright a.foothuach1,
  #footer .copyright a.foothuach2,
  div#seo_other {
    display: none !important;
}
  #footer .copyright img {
    height: 14px;
  }
}
@media (max-width: 500px) {
  #footer .fTop form input {
    width: 100%;
  }
  #footer .fMiddle .listCont .list {
    width: 100%;
  }
  #footer .fMiddle .listCont:nth-child(1) {
    width: 100%;
  }
  #footer .fMiddle .listCont {
    width: 100%;
    margin-top: 20px;
  }
}




.inner-page .m-link {
  font-size: 16px;
  line-height: 1.8;
}
.inner-page .m-link a {
  display: block;
}
.inner-page .m-link a:hover {
  text-decoration: underline;
}

.inner-banner {
    height: 500px;
    background-position: center;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-top: 3.5%;
}
.inner-banner .box .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 79px 0 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.85);
}
.inner-banner .box .ig .left {
  position: relative;
  z-index: 1;
  width: 64%;
}
.inner-banner .box .ig .left .mbx {
  font-size: 18px;
  position: relative;
}
.inner-banner .box .ig .left .tit {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
  position: relative;
}
.inner-banner .box .ig .left::after {
  content: '';
  width: 299px;
  height: 299px;
  position: absolute;
  bottom: -90px;
  left: -126px;
  z-index: -1;
  background: url(../images/in-icon.png) no-repeat;
}
.inner-banner .box .ig .right {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
  width: 36%;
  margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
  .inner-banner .box .ig .left::after {
    left: -80px;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 70px;
  }
}
@media screen and (max-width: 1440px) {
  .inner-banner .box .ig .left::after {
    left: -70px;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 60px;
  }
}
@media screen and (max-width: 1280px) {
  .inner-banner .box .ig .left::after {
    left: -50px;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-banner .box .ig .left .tit {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: auto;
    padding: 60px 0 30px;
  }
  .inner-banner .box .ig {
    display: block;
    padding: 30px 0;
  }
  .inner-banner .box .ig .left {
    width: 100%;
  }
  .inner-banner .box .ig .left::after {
    display: none;
  }
  .inner-banner .box .ig .right {
    display: none;
  }
  .xian {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box .ig .left .mbx {
    font-size: 16px;
  }
  .inner-banner .box .ig .left .tit {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box .ig {
    padding: 20px 0;
  }
  .inner-banner .box .ig .left .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner .box .ig .left .tit {
    display: none;
  }
}


.gallery-page {
  padding: 100px 0;
}
.gallery-page .list ul {
  margin: -10px;
}
.gallery-page .list ul li {
  padding: 10px;
}
.gallery-page .list ul li a.img-box {
  display: block;
  border-radius: 5px;
    overflow: hidden;
        border: 1px solid #eee;
    /*box-shadow: 0 0 5px 0 rgb(0 0 0 / 5%);*/
}

.inner-page a.link {
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  padding-bottom: .3em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link img {
  margin-left: 1em;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: .7em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.link:hover {
  color: #8e211c;
}
.inner-page a.link:hover:before {
  width: 0;
}
.inner-page a.link:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
}
.inner-page .slideBarBox .slideBarLeft + .slideBarRight {
  padding-left: 4%;
  padding-right: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide {
  margin-bottom: 40px;
  padding: 50px;
  background-color: #efefef;
}
.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide form input {
  width: 100%;
  padding: 1em;
  border: none;
  background-color: transparent;
  color: black;
}
.inner-page .slideBarBox .slideBarLeft .slide form input[type="submit"] {
  width: 4em;
  background-image: url("../images/icon-search-black.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide.search {
  background-color: #8e211c;
  color: white;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
  width: 30%;
  background-size: cover;
  background-position: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
  width: 70%;
  padding: 10px 0;
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  height: 3.2em;
}
.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
  display: block;
  font-size: 14px;
  margin-top: .5em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav {
  font-size: 14px;
  font-weight: 500;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
  padding: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: white;
  background-color: #8e211c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
  width: 1.5em;
  height: 1.5em;
  border-radius: 100%;
  background-color: white;
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover {
  background-color: #8e211c;
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarRight {
  width: 70%;
  padding-right: 4%;
}
.inner-page .product_list ul {
  margin: -15px;
}
.inner-page .product_list ul li {
  padding: 15px;
}
.inner-page .product_list ul li a.img-box {
  display: block;
}
.inner-page .product_list ul li span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 1em 0 .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .product_list ul li span.h6:hover {
  color: #8e211c;
}
.inner-page .m-page {
  margin-top: 60px;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2.5em;
  height: 2.5em;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
 display: inline-block;
  text-align: center;
  line-height: 2.5em;
  margin: 0 .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: #8e211c;
  color: white;
  border-color: #8e211c;
}

.inner-page a.btn {
  font-size: 15px;
  line-height: 4.53333333em;
  height: 4.53333333em;
  padding: 0 2.4em;
  display: inline-block;
  font-weight: 500;
  color: white;
  background-color: #8e211c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.btn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
  max-width: .7em;
}
.inner-page a.btn:hover {
  background-color: black;
}
.inner-page .form ul {
  margin: -10px;
}
.inner-page .form ul li {
  padding: 10px;
  font-size: 14px;
}
.inner-page .form ul li label {
  display: block;
  margin-bottom: .5em;
  font-weight: 500;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .5em 0;
  border-bottom: 1px solid #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .form ul li input:focus,
.inner-page .form ul li textarea:focus {
  border-color: #8e211c;
}
.inner-page .form ul li textarea {
  height: 80px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.news-page .news-1 {
  padding: 100px 0;
}
.news-page .news-1 .list ul {
  margin: -15px;
}
.news-page .news-1 .list ul li {
  padding: 15px;
}
.news-page .news-1 .list ul li a.img-box {
  display: block;
}
.news-page .news-1 .list ul li .content {
  -o-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  -webkit-box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  box-shadow: 0px 5px 43px 0px rgba(27, 26, 26, 0.06);
  padding: 8% 6%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  background-color: white;
}
.news-page .news-1 .list ul li .content time {
  font-size: 14px;
  display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news-page .news-1 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content .text {
  font-size: 14px;
}
.news-page .news-1 .list ul li .content .pre {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content .pre .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 9em;
}
.news-page .news-1 .list ul li .content a.link {
  margin-top: 2em;
}
.news-page .news-1 .list ul li:hover .content {
  margin-top: -30px;
}
.news-page .news-1 .list ul li:hover .content span.h6 {
  opacity: 0;
}
.news-page .news-1 .list ul li:hover .content .text {
  opacity: 1;
}
.news-page .news-1 .list ul li:hover .content .pre {
  padding-bottom: 30px;
}
.newdet-page {
  padding: 100px 0;
}
.newdet-page .slideBarRight time {
  font-size: 14px;
  display: block;
}
.newdet-page .slideBarRight h1 {
  font-size: 40px;
  font-weight: bold;
}
.newdet-page .slideBarRight .text {
  margin: 2em 0;
}
.newdet-page .slideBarRight .text p {
  margin-top: 1em;
      font-size: 17px;
}
.newdet-page .slideBarRight .text p:first-child {
  margin-top: 0;
}
.newdet-page .slideBarRight .share {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
}
.newdet-page .slideBarRight .share a {
  margin-left: 1em;
  width: 1.5em;
  height: 1.5em;
  background-color: black;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .slideBarRight .share a:hover {
  background-color: #8e211c;
}
.newdet-page .slideBarRight span.h5 {
  font-size: 20px;
  font-weight: 500;
  margin: 2em 0 1em;
  display: block;
}
.inner-page .side-title h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}

@media screen and (max-width: 1700px) {
  .newdet-page,
  .news-page .news-1,
  .gallery-page{
    padding: 70px 0;
  }
  .newdet-page .slideBarRight h1{
     font-size: 32px;
   }
   .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 30px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .content{
    padding: 7%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 18px;
  }
}
@media screen and (max-width: 1450px) {
  .newdet-page .slideBarRight h1{
    font-size: 28px;
  }
  .inner-page a.link {
    font-size: 14px;
  }
    .inner-page .slideBarBox .slideBarLeft .slide {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1em;
  }
  .inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 18px;
  }
  .inner-page .product_list ul li span.h6 {
    font-size: 16px;
  }
  .news-page .news-1 .list ul li .content{
    padding: 5%;
  }
  .news-page .news-1 .list ul li .content span.h6{
    font-size: 16px;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 50px;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1250px) {
  .newdet-page .slideBarRight h1{
    font-size: 24px;
  }
    .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    padding-left: 2%;
  }
    .inner-page .product_list ul li {
    padding: 10px;
  }
  .inner-page .product_list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
    .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarLeft + .slideBarRight {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page,
  .news-page .news-1{
    padding: 30px 0;
  }

  .newdet-page .slideBarRight h1{
    font-size: 20px;
  }

  .news-page .news-1 .list ul li .content .pre .text {
    position: static;
    opacity: 1;
    margin-top: 1em;
  }
  .news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 1;
  }
  .news-page .news-1 .list ul li:hover .content {
    margin-top: 0;
  }
  .news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 0;
  }
  .news-page .news-1 .list ul li .content a.link {
    margin-top: 1em;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-1 .list ul li .content span.h6,
  .news-page .news-1 .list ul li .content .pre .text {
    height: auto;
  }
}
.about-page .about-1 {
  background-size: 100% auto;
  padding-top: 100px;
      padding-bottom: 80px;
}
.about-page .about-1 .top .left {
    width: 45%;
    padding-right: 8%;
}
.about-page .about-1 .top .left span {
  font-size: 18px;
  padding-left: 21px;
  position: relative;
}
.about-page .about-1 .top .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-1 .top .left .title {
    font-size: 44px;
    font-weight: bold;
    line-height: 1.5;
    color: #030303;
}
.about-page .about-1 .top .left .title em {
  display: block;
  text-align: right;
}

.about-page .about-1 .top .right p {
    margin-bottom: 10px;
}
.about-page .about-1 .top .right {
width: 55%;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
}
.about-page .about-1 .img {
  padding-top: 65px;
}
.about-page .about-1 .img .box {
  height: 619px;
  position: relative;
  overflow: hidden;
}
.about-page .about-1 .img .box .play{
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
}
.about-page .about-1 .img .box .play span{
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  text-align: center;
  line-height: 60px;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .img .box .play span::before,
.about-page .about-1 .img .box .play span::after{
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
.about-page .about-1 .img .box .play span::before{
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.about-page .about-1 .img .box .mask {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/about-1.jpg);
  background-position: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .bottom {
 padding-top: 70px;
  font-size: 17px;
  line-height: 1.5;
  color: #000000;

}
.about-page .about-1 .bottom p {
    margin-bottom: 10px;
}
.about-page .about-1 .data {
  padding-top: 60px;
}
.about-page .about-1 .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-1 .data ul li {
  position: relative;
  padding: 0 54px 0 51px;
}
.about-page .about-1 .data ul li:nth-child(2) p{
  margin-left: 10px;
}
.about-page .about-1 .data ul li .num {
  font-size: 120px;
  font-weight: bold;

  opacity: 0.17;
}
.about-page .about-1 .data ul li p {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
}
.about-page .about-1 .data ul li::after {
  content: '';
  position: absolute;
  top: 34%;
  right: 0;
  width: 1px;
  height: 58px;
  background-color: #000000;
  opacity: 0.1;
}
.about-page .about-1 .data ul li:first-child {
  padding-left: 0;
}
/*.about-page .about-1 .data ul li:last-child {
  padding-right: 0;
}*/
.about-page .about-1 .data ul li:last-child p{
  padding-left: 15px;
}
.about-page .about-1 .data ul li:last-child::after {
  display: none;
}
.about-page .about-2 {
  background: url(../images/about2-bg.jpg) no-repeat center 178px;
  margin-top: 129px;
}
.about-page .about-2 ul li {
  color: #fff;
  padding-bottom: 51px;
  position: relative;
  margin-bottom: 110px;
}
.about-page .about-2 ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-2 ul li .img {
  width: 59.267%;
}
.about-page .about-2 ul li .text {
  width: 40.733%;
  padding: 0 0 106px 53px;
}
.about-page .about-2 ul li .text .tit {
  font-size: 51px;
  font-weight: bold;
}
.about-page .about-2 ul li .text .con {
  font-size: 18px;
  line-height: 1.5;
  color: #f4f0ed;
  opacity: 0.65;
  margin-top: 26px;
}
.about-page .about-2 ul li .nr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 32px;
}
.about-page .about-2 ul li .nr .left {
  width: 70.466%;
  text-align: right;
  padding-right: 60px;
}
.about-page .about-2 ul li .nr .left span {
  font-size: 18px;
  padding: 0 112px 0 21px;
  position: relative;
}
.about-page .about-2 ul li .nr .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.about-page .about-2 ul li .nr .left .title {
  font-size: 117px;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-2 ul li .nr .right {
  width: 29.534%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.26;
}
.about-page .about-2 ul li:nth-child(odd) .ig {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-2 ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .ig .text {
  padding: 41px 44px 0 0;
}
.about-page .about-2 ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.about-page .about-3 {
  padding: 100px 0;
}
.about-page .about-3 .left {
  width: 58.666%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about-page .about-3 .left span {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
}
.about-page .about-3 .left span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.about-page .about-3 .left .title {
  font-size: 82px;
  color: #030303;
  line-height: 1;
  font-weight: bold;
  margin-top: 21px;
}
.about-page .about-3 .left .title em {
  display: block;
}
.about-page .about-3 .right {
  width: 41.334%;
  padding-left: 101px;
  position: relative;
}
.about-page .about-3 .right .tag {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.about-page .about-3 .right .tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 100%;
}
.about-page .about-3 .right .tag ul li {
  list-style: none;
  height: 25%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}
.about-page .about-3 .right .tag ul li span {
  position: absolute;
  width: 1px;
  height: 0;
  background: #20282d;
  left: 27px;
  bottom: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about-page .about-3 .right .tag ul li a {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  color: #20282d;
  position: relative;
  text-align: center;
  border: 1px solid #e6e6e6;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}
.about-page .about-3 .right .tag ul li.current span {
  height: 100%;
  bottom: auto;
  top: 0;
}
.about-page .about-3 .right .tag ul li.current a {
  background-color: #000000;
  color: #fff;
  border-color: #000;
}
.about-page .about-3 .right .content ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(246, 246, 246, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(246, 246, 246, 0.8) 90%, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(246, 246, 246, 0.8) 90%, rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(246, 246, 246, 0.8) 90%, rgba(255, 255, 255, 0));
  padding: 60px 40px 60px 40px;
  margin-bottom: 60px;
}
.about-page .about-3 .right .content ul li .tit {
     font-size: 68px;
    line-height: 1;
    color: #030303;
    font-weight: bold;
}
.about-page .about-3 .right .content ul li .con {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 21px;
}
.about-page .about-3 .right .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .right .content ul li.active {
  background: #f6f6f6;
}
@media screen and (max-width: 1680px) {
  .about-page .about-1 .data ul li {
    padding: 0 50px 0 0;
  }
  .about-page .about-2 {
    background-position-y: 100px;
    background-size: 100% 96%;
  }
  .about-page .about-2 ul li {
    margin-bottom: 60px;
  }
  .about-page .about-3 .left .title {
    font-size: 72px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page .about-1 .top .left {
    padding-right: 8.5%;
  }
  .about-page .about-1 .data ul li .num {
    font-size: 100px;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 46px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 90px;
  }
  .about-page .about-2 ul li .text .con {
    font-size: 16px;
  }
  .about-page .about-3 .left .title {
    font-size: 66px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1 .top .left {
    padding-right: 6%;
  }
  .about-page .about-1 .data ul li {
    padding: 0 26px 0 0;
  }
  .about-page .about-1 .data ul li .num {
    font-size: 80px;
  }
  .about-page .about-2 {
    background-position-y: 0px;
    background-size: 100% 100%;
  }
  .about-page .about-2 ul li {
    margin-bottom: 30px;
  }
  .about-page .about-2 ul li .text {
    padding: 0 0 40px 40px;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 40px;
  }
  .about-page .about-2 ul li:nth-child(even) .ig {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .about-page .about-2 ul li:nth-child(even) .text {
    padding: 0 40px 0 0;
  }
  .about-page .about-3 .right .content ul li {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 1100px) {
  
  .about-page .about-2 ul li .nr .left .title {
    font-size: 83px;
  }
  .about-page .about-3 .left .title {
    font-size: 53px;
  }
  .about-page .about-3 .right .content ul li {
    padding: 40px 20px;
  }
  .about-page .about-3 .right .content ul li .tit {
    font-size: 60px;
  }
  .about-page .about-3 .right .content ul li .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .top .left .title {
    font-size: 24px;
  }
  .about-page .about-1 .top .right {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .about-1 .img {
    padding-top: 40px;
  }
  .about-page .about-1 .bottom {
    padding: 30px 0 0 0;
  }
  .about-page .about-1 .data {
    display: none;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 ul li {
    padding-bottom: 0;
  }
  .about-page .about-2 ul li .ig {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 ul li .img {
    width: 100%;
  }
  .about-page .about-2 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .about-page .about-2 ul li .nr {
    position: initial;
    margin-top: 20px;
  }
  .about-page .about-2 ul li .nr .left {
    text-align: left;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 54px;
  }
  .about-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 20px 0;
  }
  .about-page .about-3 .left {
    position: initial;
    width: 100%;
  }
  .about-page .about-3 .right {
    width: 100%;
    margin-top: 30px;
  }
  #footer {
    padding: 60px 0 26px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 {
    background: transparent;
  }
  .about-page .about-2 ul li .nr .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 ul li .nr .right {
    display: none;
  }
  .about-page .about-3 .left .title {
    font-size: 46px;
  }
  #footer{
    padding: 20px 0;
  }
}
@media screen and (max-width: 500px) {

  .about-page .about-1 .top .right {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-1 .img {
    padding-top: 20px;
  }
  .about-page .about-1 .img .box {
    height: 300px;
  }
  .about-page .about-1 .bottom {
    font-size: 16px;
    line-height: 1.8;
  }
  .about-page .about-2 ul li .text .tit {
    font-size: 32px;
  }
  .about-page .about-2 ul li .nr .left .title {
    font-size: 40px;
  }
  .about-page .about-3 .left .title {
    font-size: 32px;
  }
  .about-page .about-3 .right {
    padding-left: 0;
  }
  .about-page .about-3 .right .tag {
    display: none;
  }
  .about-page .about-3 .right .content ul li {
    margin-bottom: 20px;
    background: rgba(241, 238, 226, 0.8);
    padding: 30px 15px;
  }
  .about-page .about-3 .right .content ul li .tit {
    font-size: 40px;
  }
  .about-page .about-3 .right .content ul li .con {
    font-size: 16px;
    line-height: 1.8;
  }
}
.inner-page span.tag {
  font-size: 18px;
  padding-left: 21px;
  position: relative;
  text-transform: uppercase;
}
.inner-page span.tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
}
.faq-page {
  padding: 60px 0;
}
.faq-page .faq-1 {
  background: url(../images/faq-bg.png) no-repeat right bottom;
}
.faq-page .faq-1 .header {
  max-width: 1134px;
}
.faq-page .faq-1 .header .title {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.faq-page .faq-1 .content {
  margin-top: 82px;
  border-top: 1px solid #bebebe;
}
.faq-page .faq-1 .content ul li {
  border-bottom: 1px solid #bebebe;
  padding: 34px 0 40px;
  color: #030303;
}
.faq-page .faq-1 .content ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
}
.faq-page .faq-1 .content ul li .tit em {
  padding-right: 34px;
  width: 90%;
}
.faq-page .faq-1 .content ul li .tit i {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .content ul li .tit i img {
  display: inline-block;
  vertical-align: middle;
}
.faq-page .faq-1 .content ul li .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px;
  display: none;
}
.faq-page .faq-1 .content ul li.active .tit i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-2 .box {
  background: url(../images/faq-1.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 11.459% 20% 10.6771%;
  text-align: center;
}
.faq-page .faq-2 .box .play {
  font-size: 36px;
  color: #fff;
  background-color: rgba(71, 26, 26, 0);
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 280px;
  height: 280px;
  line-height: 280px;
  position: relative;
  text-align: center;
}
.faq-page .faq-3 {
  background: url(../images/ab-wz.png) no-repeat center top;
  margin-top: 13%;
  padding-top: 7%;
}
.faq-page .faq-3 .header {
  color: #030303;
}
.faq-page .faq-3 .header .title {
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.faq-page .faq-3 .header p {
  font-size: 27px;
  line-height: 1.3;
  margin-top: 12px;
}
.faq-page .faq-3 .search {
  text-align: center;
  margin-top: 87px;
}
.faq-page .faq-3 .search form {
  max-width: 773px;
  margin: 0 auto;
  position: relative;
}
.faq-page .faq-3 .search form input[type="text"] {
  width: 100%;
  height: 54px;
  border: 0;
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding-right: 176px;
}
.faq-page .faq-3 .search form input[type="text"]::-webkit-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::-moz-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]:-ms-input-placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="text"]::placeholder {
  color: rgba(3, 3, 3, 0.4);
}
.faq-page .faq-3 .search form input[type="submit"] {
  background: url(../images/faq-icon.png) no-repeat 29px center;
  text-align: right;
  border: 0;
  position: absolute;
  bottom: 14px;
  right: 0;
  font-size: 18px;
  width: 176px;
  text-transform: uppercase;
  color: #030303;
  border-left: 1px solid #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-3 .search form input[type="submit"]:hover {
  background-position-x: 30px;
  color: #8e211c;
  border-color: #8e211c;
}
@media screen and (max-width: 1000px) {
  .faq-page .faq-1 .header .title {
    font-size: 60px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 52px;
  }
  .faq-page .faq-1 {
    background: transparent;
  }
  .inner-page .m-page{
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .faq-1 .header .title {
    font-size: 45px;
  }
  .faq-page .faq-1 .content {
    margin-top: 40px;
  }
  .faq-page .faq-3 .header .title {
    font-size: 40px;
  }
  .inner-page .m-page{
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page {
    padding-top: 0;
  }
  .faq-page .faq-1 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-1 .content {
    margin-top: 20px;
  }
  .faq-page .faq-1 .content ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-1 .content ul li .tit em {
    padding-right: 20px;
  }
  .faq-page .faq-2 .box {
    padding-left: 0;
    padding-right: 0;
  }
  .faq-page .faq-3 {
    background: transparent;
    margin-top: 5%;
  }
  .faq-page .faq-3 .header .title {
    font-size: 36px;
  }
  .faq-page .faq-3 .header p {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-page .faq-3 .search {
    margin-top: 20px;
  }
  .faq-page .faq-3 .search form input[type="text"] {
    padding-right: 0;
  }
  .faq-page .faq-3 .search form input[type="submit"] {
    position: initial;
    margin-top: 20px;
    border: 1px solid #000;
    height: 50px;
    padding-right: 15px;
    background-position-x: 20px;
  }
}

.service-page .service-1 {
  padding-bottom: 9.8%;
}
.service-page .service-1 .top .left {
  width: 47%;
}
.service-page .service-1 .top .left .title {
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  color: #030303;
  text-transform: uppercase;
}
.service-page .service-1 .top .right {
  width: 53%;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: bottom;
  margin-bottom: 10px;
}
.service-page .service-1 .bottom {
  padding: 7.8% 0 0 66px;
}
.service-page .service-1 .bottom ul li {
  /*border-right: 1px solid #dcdcdc;*/
  /*text-align: center;*/
  padding-right: 60px;
  width: 21%;
}
.service-page .service-1 .bottom ul li .ig{
  position: relative;
  padding: 15px 20px 0px 0;
}
.service-page .service-1 .bottom ul li .ig::after{
  content: '';
  display: block;
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dcdcdc;
}
.service-page .service-1 .bottom ul li i{
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-page .service-1 .bottom ul li p {
  font-size: 24px;
  line-height: 1.3;
  color: #030303;
  width: 78%;
  margin-top: 18px;
  text-align: left;
}
.service-page .service-1 .bottom ul li .mores {
  display: block;
  margin-top: 38px;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  z-index: 1;
  font-size: 15px;
}
.service-page .service-1 .bottom ul li .mores .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    margin-top: -10px;
    -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
}
.service-page .service-1 .bottom ul li .mores .link_icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 1.4em;
    height: 1.4em;
    line-height: 1.4em;
    text-align: center;
}
.service-page .service-1 .bottom ul li .mores:hover .link_text{
    opacity: 1;
		text-indent: 0;
		margin-right: 6px;
		visibility: visible;
}
.service-page .service-1 .bottom ul li:last-child{
  padding-right: 0;
  width: 16%;
}
.service-page .service-1 .bottom ul li:last-child .ig::after {
  display: none;
}
.service-page .service-1 .bottom ul li:hover i{
  filter: brightness(0);
}
.service-page .service-2 {
  position: relative;
  padding: 87px 0 79px;
  z-index: 1;
}
.service-page .service-2 .left {
  width: 53.646%;
}
.service-page .service-2 .right {
  width: 46.354%;
  color: #fff;
  padding: 38px 20px 0 0;
}
.service-page .service-2 .right .ig {
  max-width: 706px;
  padding-left: 57px;
}
.service-page .service-2 .right .header {
  text-align: right;
}
.service-page .service-2 .right .header .tag {
  color: #fff;
  padding-right: 138px;
}
.service-page .service-2 .right .header .tag::before {
  background: #fff;
  top: 8px;
}
.service-page .service-2 .right .header .title {
  text-align: center;
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  margin-top: 6px;
  margin-left: -132px;
}
.service-page .service-2 .right .header .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: .65;
  text-align: left;
}
.service-page .service-2 .right .list {
  margin-top: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li {
  padding: 19px 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.service-page .service-2 .right .list ul li .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
}
.service-page .service-2 .right .list ul li .tit em {
  width: 90%;
}
.service-page .service-2 .right .list ul li .tit i {
  position: relative;
  width: 14px;
  height: 14px;
}
.service-page .service-2 .right .list ul li .tit i::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  top: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .right .list ul li .tit i::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  background: #fff;
  top: 0;
  left: 6px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .right .list ul li .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: .65;
  display: none;
}
.service-page .service-2 .right .list ul li.active .tit i::after {
  opacity: 0;
}
.service-page .service-2::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 54.115%;
  height: 100%;
  background-color: #ac8e60;
}
.service-page .service-3 {
  padding-top: 7.2%;
}
.service-page .service-3 .header {
  text-align: right;
}
.service-page .service-3 .header .title {
  font-size: 90px;
  color: #030303;
  line-height: 1;
  font-weight: bold;
  margin-top: 5px;
}
.service-page .service-3 .content {
  margin-top: 65px;
}
.service-page .service-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.service-page .service-3 .content ul li {
  padding-right: 20px;
  width: 20.79%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.service-page .service-3 .content ul li .ig {
  border: solid 1px #8e211c;
  border-radius: 20px;
  padding: 55px 35px 30px 37px;
  height: 383px;
}
.service-page .service-3 .content ul li .ig i{
  display: block;
}
.service-page .service-3 .content ul li .ig .tit {
  font-size: 39px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 15px;
}
.service-page .service-3 .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -moz-transform 0.4s ease-out;
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -moz-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition: opacity 0.1s ease-out, transform 0.4s ease-out, clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96), -webkit-transform 0.4s ease-out, -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.service-page .service-3 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  font-size: 16px;
  color: #030303;
  font-weight: bold;
}
.service-page .service-3 .content ul li.active {
  width: 37.63%;
}
.service-page .service-3 .content ul li.active .con {
  opacity: .65;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.service-page .service-4 {
  padding: 10% 0 5.6%;
}
.service-page .service-4 .header .title {
  font-size: 90px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 22px;
}
.service-page .service-4 .content {
  margin-top: 51px;
}
.service-page .service-4 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -18px;
}
.service-page .service-4 .content ul li {
  padding-right: 18px;
  width: 17.544%;
  -webkit-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: width 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  overflow: hidden;
}
.service-page .service-4 .content ul li .ig {
  position: relative;
  height: 559px;
}
.service-page .service-4 .content ul li .ig .img {
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.service-page .service-4 .content ul li .ig .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.06) translateZ(0);
  -moz-transform: scale(1.06) translateZ(0);
  transform: scale(1.06) translateZ(0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1), -moz-transform 0.8s cubic-bezier(0.65, 0, 0.35, 1);
  will-change: transform;
}
.service-page .service-4 .content ul li .ig .text {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 34px 8px 51px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.service-page .service-4 .content ul li .ig .text .tit {
  font-size: 41px;
  line-height: 1.1;
  font-weight: bold;
  width: 54%;
}
.service-page .service-4 .content ul li .ig .text .mores {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  padding: 25px 0 19px 38px;
  position: relative;
  z-index: 1;
}
.service-page .service-4 .content ul li .ig .text .mores img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores em {
  margin-left: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores::after {
  content: '';
  position: absolute;
  left: 59px;
  top: 0;
  width: 57px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px #dcdcdc;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-4 .content ul li .ig .text .mores:hover em {
  -webkit-transform: translateX(-86px);
  -moz-transform: translateX(-86px);
  -ms-transform: translateX(-86px);
  transform: translateX(-86px);
}
.service-page .service-4 .content ul li .ig .text .mores:hover img {
  -webkit-transform: translateX(150px);
  -moz-transform: translateX(150px);
  -ms-transform: translateX(150px);
  transform: translateX(150px);
}
.service-page .service-4 .content ul li.active {
  width: 29.824%;
}
.service-page .service-4 .content ul li.active .ig .img {
  height: 425px;
}
.service-page .service-4 .content ul li.active .ig .img img {
  -webkit-transform: scale(1) translateZ(0);
  -moz-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}
.service-page .service-4 .content ul li.active .text {
  opacity: 1;
}
@media screen and (max-width: 1680px) {
  .service-page .service-1 .bottom ul li{
    padding-right: 40px;
  }
  .service-page .service-4 .content ul li.active .text{
    display: block;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    font-size: 36px;
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    margin-top: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .service-page .service-1 .bottom ul li p{
    width: 90%;
  }
  .service-page .service-2 .right .header .title{
    font-size: 78px;
    margin-left: -90px;
  }
  .service-page .service-3 .content ul li .ig{
    padding: 40px 30px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    font-size: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-1 .top .left .title{
    font-size: 80px;
  }
  .service-page .service-1 .bottom{
    padding-left: 0;
  }
  .service-page .service-1 .bottom ul li p {
    width: 100%;
  }
  .service-page .service-2{
    padding: 50px 0;
  }
  .service-page .service-2 .left,
  .service-page .service-2 .right{
    vertical-align: middle;
  }
  .service-page .service-2 .right{
    padding-top: 0;
  }
  .service-page .service-2 .right .ig{
    padding-left: 30px;
  }
  .service-page .service-2 .right .header .title {
    font-size: 62px;
    margin-left: 0px;
  }
  .service-page .service-3 .content ul li .ig {
    padding: 40px 20px 30px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 29px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 .top .left .title {
    font-size: 70px;
  }
  .service-page .service-1 .bottom ul li p{
    font-size: 21px;
  }
  .service-page .service-2 .right .header .title{
    font-size: 53px;
  }
  .service-page .service-2 .right .list{
    margin-top: 40px;
  }
  .service-page .service-3 .content ul li .ig .tit {
    font-size: 26px;
  }
  .service-page .service-4 .content ul li .ig{
    height: 400px;
  }
  .service-page .service-4 .content ul li.active .ig .img{
    height: 300px;
  }
  .service-page .service-4 .content ul li .ig .text{
    padding: 15px 8px 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .top .left,
  .service-page .service-1 .top .right{
    width: 100%;
  }
  .service-page .service-1 .top .right{
    margin-top: 20px;
  }
  .service-page .service-1 .bottom ul{
    margin-bottom: -20px;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 33.3333%;
  }
  .service-page .service-1 .bottom ul li{
    width: 33.3333%;
    margin-bottom: 20px;
  }
  .service-page .service-2 .left{
    display: none;
  }
  .service-page .service-2 .right{
    width: 100%;
  }
  .service-page .service-2::after{
    width: 100%;
  }
  .service-page .service-3 .header .title{
    font-size: 70px;
  }
  .service-page .service-3 .content ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-3 .content ul li{
    width: 50%;
    margin-bottom: 10px;
  }
  .service-page .service-3 .content ul li.active{
    width: 50%;
  }
  .service-page .service-3 .content ul li .ig .con{
    opacity: .65;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 100%);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .service-page .service-3 .content ul li .ig {
    padding: 30px 20px 20px;
  }
  .service-page .service-3 .content ul li .ig .con{
    font-size: 17px;
  }
  .service-page .service-4 .header .title{
    font-size: 66px;
  }
  .service-page .service-4 .content ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .service-page .service-4 .content ul li{
    width: 50%;
    margin-bottom: 10px;
  }
  .service-page .service-4 .content ul li.active{
    width: 50%;
  }
  .service-page .service-4 .content ul li:last-child{
    width: 100%;
  }
  .service-page .service-4 .content ul li:last-child.active{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom ul li{
    width: 50%;
    padding-right: 20px;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 50%;
  }
  .service-page .service-1 .bottom ul li:nth-child(even){
    padding-right: 0;
  }
  .service-page .service-2 .right .list ul li .tit{
    font-size: 22px;
  }
  .service-page .service-3 .header .title {
    font-size: 53px;
  }
  .service-page .service-3 .content{
    margin-top: 20px;
  }
  .service-page .service-3 .content ul li .ig i{
    zoom: .7;
  }
  .service-page .service-3 .content ul li .ig{
    padding: 10px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    font-size: 24px;
    margin-top: 0;
  }
  .service-page .service-3 .content ul li .ig .num{
    bottom: 0;
  }
  .service-page .service-4 .header .title {
    font-size: 50px;
  }
  .service-page .service-4 .content{
    margin-top: 20px;
  }
  .service-page .service-4 .content ul li .ig .text .tit {
    font-size: 24px;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    zoom: .7;
  }
  .service-page .service-4 .content ul li .ig{
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .top .left .title {
    font-size: 50px;
  }
  .service-page .service-1 .top .right{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-1 .bottom ul li{
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-1 .bottom ul li:last-child{
    width: 100%;
  }
  .service-page .service-1 .bottom ul li .ig{
    padding: 0;
  }
  .service-page .service-1 .bottom ul li .ig::after{
    display: none;
  }
  .service-page .service-2 .right{
    padding: 0 15px;
  }
  .service-page .service-2 .right .ig{
    padding-left: 0;
  }
  .service-page .service-2 .right .header .title {
    font-size: 40px;
  }
  .service-page .service-2 .right .header .con{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-2 .right .list ul li .tit {
    font-size: 20px;
    line-height: 1.4;
  }
  .service-page .service-3 .header .title {
    font-size: 36px;
  }
  .service-page .service-3 .content ul li,
  .service-page .service-3 .content ul li.active{
    width: 100%;
  }
  .service-page .service-3 .content ul li .ig{
    height: auto;
    padding: 20px 15px;
  }
  .service-page .service-3 .content ul li .ig .tit{
    line-height: 1.5;
  }
  .service-page .service-3 .content ul li .ig .con{
    font-size: 16px;
    line-height: 1.8;
  }
  .service-page .service-4 .header .title {
    font-size: 33px;
  }
  .service-page .service-4 .content ul li,
  .service-page .service-4 .content ul li.active{
    width: 100%;
  }
  .service-page .service-4 .content ul li.active .text .mores{
    zoom: 1;
  }
  .service-page .service-4 .content ul li .ig .text .tit{
    line-height: 1.5;
  }
  .service-page .service-4 .content ul li .ig .text{
    opacity: 1;
    display: block;
  }
}
.application-page {
  padding-bottom: 12%;
}
.application-page .application-list .header {
  max-width: 690px;
}
.application-page .application-list .header .title {
  font-size: 90px;
  font-weight: bold;
  line-height: 1.1;
}
.application-page .application-list .swiper {
  margin-top: 132px;
  padding-bottom: 100px;
}
.application-page .application-list .swiper .tit {
  font-size: 30px;
  line-height: 1.3;
  color: #030303;
  text-align: center;
  margin-top: 25px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.application-page .application-list .swiper .swiper-slide {
  cursor: pointer;
}
.application-page .application-list .swiper .swiper-slide:hover .tit {
  opacity: 1;
}
.application-page .application-list .swiper .swiper-pagination {
  bottom: 0;
  height: 41px;
}
.application-page .application-list .swiper .swiper-pagination-bullet {
  position: relative;
  width: 1px;
  height: 16px;
  border-radius: 0px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 9px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 1;
}
.application-page .application-list .swiper .swiper-pagination-bullet-active {
  height: 41px;
  background: #5f5e5f;
}
.tc {
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 79px;
  right: 0;
  width: 100%;
  background: url(../images/beijing.jpg) no-repeat;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.tc .list {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tc .list .item {
  position: relative;
  height: 100vh;
  text-align: center;
  padding: 0vh 15vw 0;
}
.tc .list .item .title {
  font-size: 100px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.tc .list .item .img {
  position: relative;
  max-width: 600px;
  margin: -4% auto 0;
}
.tc .list .item .img .desc {
  position: absolute;
  right: 30px;
  top: 10%;
  /*color: #fff;*/
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
}
.tc .list .item .gallery{
  position: absolute;
  bottom: 100px;
  right: 20%;
}
.tc .list .item .gallery ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: -20px;
  text-align: right;
  margin: 0 auto;
}
.tc .list .item .gallery ul li{
  padding-right: 20px;
  max-width: 100px;
  cursor: pointer;
}
.tc .list .item .gallery ul li img{
  width: 100%;
}
.tc.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 1440px) {
  .tc .list .item{
    padding: 0 10vw;
  }
}
@media screen and (max-width: 1280px) {
  .tc .list .item{
    padding: 0 6vw;
  }
  .tc .list .item .title{
    font-size: 66px;
  }
}
@media screen and (max-width: 1000px) {
  .application-page .application-list .header .title{
    font-size: 60px;
  }
  .application-page .application-list .swiper{
    margin-top: 60px;
  }
  .application-page .application-list .swiper .tit{
    font-size: 25px;
    line-height: 1.4;
  }
  .tc .list .item{
    padding: 0 10vw;
  }
  .tc .list .item .title{
    font-size: 60px;
  }

}
@media screen and (max-width: 700px) {
  .application-page .application-list .header .title{
    font-size: 40px;
  }
  .application-page .application-list .swiper{
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .tc .list .item{
    padding: 0 6vw;
  }
  .tc .list .item .gallery{
    position: initial;
    margin-top: 20px;
  }
  .tc .list .item .title{
    font-size: 46px;
  }

}
@media screen and (max-width: 500px) {
  .application-page .application-list .swiper{
    overflow: hidden;
    padding: 0 15px 30px;
  }
  .application-page .application-list .swiper .tit{
    opacity: 1;
    font-size: 24px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .tc .list .item .title{
    font-size: 36px;
  }

}







/* product */
.plp-product-list ul {
  margin: -30px;
}
.plp-product-list li {
  padding: 30px;
}
.product-card .color-selector {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  cursor: pointer;
}
.product-card .color-selector .color-option {
  width: 20px;
  height: 20px;
  padding: 1px;
  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;
}
.product-card .color-selector .color-option.active {
  border: 1px solid #091010;
}
.product-card .color-selector .color-option + .color-option {
  margin-left: 12px;
}
.product-card .color-selector .color-block {
  overflow: hidden;
  background-size: 100%;
  /*background-position: 50%;*/
  position: relative;
  width: 16px;
  height: 16px;
}

.inner-pro-img .item .absolute-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.inner-pro-img .item .hover-image {
  z-index: 0;
  opacity: 0;
  /*-webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;*/
}

.inner-pro-img .item:hover .hover-image {
  opacity: 1;
}




/* prodet */
.prodet-1 .left {
  padding-right: 5%;
      position: sticky;
    top: 100px;
}
.prodet-1 .right {

}
.prodet-1 .small-slide {
  margin-top: 30px;
}
.prodet-1 .small-slide ul {
  margin: -15px;
}
.prodet-1 .small-slide li {
  padding: 15px;
}
.prodet-2 {
  margin-bottom: 80px;
}

.pdp-selector {
	border-top: 1px solid #eee;
}
.color-selector {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.color-selector .color-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.color-selector .color-item {
    width: 56px;
    font-size: 14px;
    margin-right: 30px;
    margin-top: 20px;
}
.color-selector .color-item .color-core {
	width: 28px;
    height: 28px;
    padding: 2px;
    border: 1px solid transparent;
    margin: 0 auto;
    cursor: pointer;
}
.color-selector .color-item.active .color-core {
	border-color: #091010;
}
.color-selector .color-item .color-core .color-image-box {
	width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 72px;
    overflow: hidden;
    position: relative;
}
.color-selector .color-item .color-name {
	text-align: center;
    font-size: 14px;
    color: #979797;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-word;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pdp-promotions {
	border-top: 1px solid #eee;
}

.pdp-action-btns {
	margin: 32px 0 0;
}

.pdp-action-btns a {
  display: inline-block;
  border: 1px solid #000;
  padding: 10px 30px;
  font-size: 14px;
}

.pdp-share-row {
	margin: 32px 0;
}

.collapse-header {
    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;
    padding: 20px 0;
    border-top: 1px solid #eee;
    letter-spacing: 1px;
    cursor: pointer;
}
.collapse-header .title {
    font-size: 16px;
    color: #091010;
    line-height: 18px;
}
.collapse-header .i-expand {
    font-size: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}



@media (max-width: 1000px) {
  .prodet-1 .left {
    width: 100%;
    padding-right: 0;
    position: static;
  }

  .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
}






/* custom-nav */
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.flex_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#header>.nav>.menu .menu_c {
    text-align: center;
    z-index: 2
}

#header>.nav>.menu .menu_c .menu-menu-container {
    z-index: 2;
    width: 100%
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item {
    display: inline-block;
    position: relative;
    margin-left: 30px;
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item:first-child {
    margin-left: 0
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.active>a{
    color: #fff
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.active>a::before,
#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item:hover>a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item:hover>.sub-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item>a {
  display: block;
    padding: 30px 10px;
    text-align: left;
    line-height: 1.2;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
        font-family: 'Montserrat';
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item>a i {
    font-size: 12px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item>a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    width: auto;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .5s;
    transition: opacity .3s, -webkit-transform .5s;
    -o-transition: opacity .3s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .3s, -moz-transform .5s;
    transition: transform .5s, opacity .3s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
    transition: transform .5s, opacity .3s, -webkit-transform .5s;
    -webkit-transition: -webkit-transform .5s, opacity .3s;
    -moz-transition: -moz-transform .5s, opacity .3s;
    border-radius: 2px;
    background-color: #f7f7f7
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item {
    color: #000;
    position: relative
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item a {
    white-space: nowrap;
    font-size: 16px;
    padding: 8px 12px;
    text-align: left;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(189, 189, 189, 0)
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover>a {
    background-color: #000;
    color: #fff
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item .sub-menu {
    left: 100%;
    top: 0;
    min-width: 120px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover .sub-menu {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about {
    position: unset
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: top;
    opacity: 0
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about:hover .menu-content {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .container {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08)
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one {
    width: 45%;
    padding: 0 15px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutTitle {
    font-size: 32px;
    color: #111;
    line-height: 40px;
    margin-bottom: 15px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutDesc {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
    width: 80%
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutMore {
    font-size: 14px;
    line-height: initial
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutMore:hover {
    color: #8e211c
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two {
    width: 25%;
    padding: 0 15px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link {
    margin-top: 16px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link:first-child {
    margin-top: 0
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a {
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    position: relative
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #8e211c;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a:hover:before {
    width: 100%
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three {
    width: 30%;
    padding: 0 15px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three img {
    width: 100%
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three .shipingbiaoti {
    margin-top: 10px;
    font-size: 16px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product {
    position: unset
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content {
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: top;
    opacity: 0;

    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08)
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product:hover .menu-content {
    transform: rotate3d(0, 0, 0, -90deg);
    -webkit-transform: rotate3d(0, 0, 0, -90deg);
    -moz-transform: rotate3d(0, 0, 0, -90deg);
    -ms-transform: rotate3d(0, 0, 0, -90deg);
    -o-transform: rotate3d(0, 0, 0, -90deg);
    opacity: 1
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left {
    /*width: 24%;*/
    position: relative;
    /*border-right: 1px solid #ccc*/
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product {
    font-size: 14px;
 
    padding-right: 20px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-title {
     font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-title:hover {
    color: #8e211c
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-img {
    width: auto
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul {
    font-size: 16px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul li {
    margin-top: 10px
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
    color: #8e211c;
 
          transition: all .5s ease;
}
#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul li a {
          transition: all .5s ease;
              font-size: 15px;
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right {
    width: 38%;
    padding:0 0px 0px 20px;
    font-size: 14px;
    top: 0;
    color: #333
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right ul li {
    width: 33.33%;

}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .container {
    padding: 40px 30px;
}

#header > .nav > .menu .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right .child-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}


@media (max-width: 1600px) {
  #header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item {
    margin-left: 25px;
  }
}

@media (max-width: 1440px) {
  #header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item {
    margin-left: 15px;
  }
}

@media (max-width: 1230px) {
  #header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item>a {
    padding: 30px 0;
  }
}

.inner-banner span.h2 {
    font-size: 26px;
    font-weight: bold;
        font-family: 'Montserrat';
}

.inner-banner .mbx {
    font-size: 17px;
}



/*新闻*/

.inner-page .sideBarBox .sideBarLeft {
  width: 27%;
  padding-right: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarLeft form {
  font-size: 16px;
  height: 4.375em;
  border-radius: .25em;
  background-color: #f2f1ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}
.inner-page .sideBarBox .sideBarLeft form button {
  width: 4.375em;
  background-color: transparent;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.6em;
}
.inner-page .sideBarBox .sideBarLeft form button:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box {
  margin-top: 45px;
}
.inner-page .sideBarBox .sideBarLeft .box span.h2 {
  font-size: 24px;
  margin-bottom: 1em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav {
  font-size: 18px;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li {
  padding: .6em 0;
  border-bottom: 1px solid #e7e7e7;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a i {
  margin-right: 1.5em;
  opacity: .8;
  font-size: .8em;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a em {
  padding: 0 .5em;
  border-radius: .25em;
  background-color: #eeede7;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li a:hover em {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul {
  padding-left: 2.5em;
  font-size: 0.88888889em;
  margin-top: 1em;
  display: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li {
  border-bottom: none;
}
.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active ul {
  display: block;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .img-box {
  width: 30%;
  border-radius: 3px;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content {
  width: 70%;
  padding-left: 4%;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content span.h6 {
  font-size: 18px;
  line-height: 1.33333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .content time {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: .4em;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sideBarBox .right {
    width: 73%;
}
.inner-page .sideBarBox .slideBarRight {
    width: 73%;
}
.newdet-page .slideBarRight .text p img.wscnph {
    width: 49%;
    padding: 20px;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList ul li .img-box img {
    height: 90px;
    object-fit: cover;
    width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .box .newsList {
    margin-top: 2em;
}


@media (max-width: 1000px) {
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }

  .inner-page .sideBarBox .slideBarRight {
    width: 100%;
  }

  .inner-page .sideBarBox .right {
    width: 100%;
  }
}
/*新闻-end*/



.about-page .about-3 .right .content ul li .con p {
    margin-bottom: 10px;
}



/*about-4*/
.about-4 {
    padding: 100px 0 100px;
    background: url(../images/xin-ab-huanbao.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.about-4 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about-4 .container .left {
    width: 50%;
    text-align: center;
    padding: 0 5%;
}
.about-4 .container .left .content {
    display: inline-block;
    position: relative;
}
.about-4 .container .left .content .ball {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-4 .container .left .content .ball .box {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    -webkit-animation: kz 20s infinite linear;
    -moz-animation: kz 20s infinite linear;
    animation: kz 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: relative;
}
.about-4 .container .left .content .ball .box .text1 {
    position: absolute;
    top: 0;
    left: -20px;
    border-radius: 100%;
    width: 140px;
    height: 140px;
    line-height: 140px;
    font-size: 26px;
    text-align: center;
    color: #fff;
    background: rgba(18,158,111,.4);
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.about-4 .container .left .content .ball .box .text2 {
    position: absolute;
    top: -40px;
    right: 65px;
    border-radius: 100%;
    width: 125px;
    height: 125px;
    line-height: 125px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background: rgba(18,158,111,.5);
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.about-4 .container .left .content .ball .box .text3 {
    position: absolute;
    top: 155px;
    right: -75px;
    border-radius: 100%;
    width: 175px;
    height: 175px;
    line-height: 175px;
    font-size: 21.5px;
    color: #fff;
    text-align: center;
    background: rgba(18,158,111,.6);
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.about-4 .container .left .content .ball .box .text4 {
    position: absolute;
    bottom: -40px;
    right: 35px;
    border-radius: 100%;
    width: 170px;
    height: 170px;
    line-height: 170px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background: rgba(18,158,111,0.8);
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.about-4 .container .left .content .ball .box .text5 {
    position: absolute;
    bottom: 32px;
    left: -50px;
    border-radius: 100%;
    width: 195px;
    height: 195px;
    line-height: 195px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background: rgba(18,158,111,1);
    -webkit-animation: kzs 20s infinite linear;
    -moz-animation: kzs 20s infinite linear;
    animation: kzs 20s infinite linear;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.about-4 .container .right {
    width: 50%;
}
.about-4 .container .right .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.about-4 .container .right h2 {
    font-size: 60px;
    line-height: .8;
    color: #ffffff;
    font-weight: bold;
}
.about-4 .container .right h3 {
     line-height: 2;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    font-style: normal;
    text-transform: capitalize;
}
.about-4 .container .right p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,.9);
    margin-top: 10px;
}


@media (max-width: 1000px) {
  .about-4 .container .left {
    display: none;
  }

  .about-4 .container .right {
    width: 100%;
  }

  .about-4 .container .right h3 {
    font-size: 24px;
  }
}

/*实力*/

.capacity-1 .top h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
}
.capacity-1 .top p {
    line-height: 1.8;
    font-size: 17px;
}
.capacity-1 .btnC{
  margin-top: 20px;
}
.capacity-1 .btnC .btn{
  background: #fff;
  color: #8e211c;
  border: 1px solid #8e211c;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 40px;
}
.capacity-1 .btnC .btn:hover{
  background: #8e211c;
  color: #fff;
}

.capacity-1 .btnC .next{
  margin-left: 20px;
}

.capacity-1 .bottom ul{
margin: 0 -10px;
}

.capacity-1 .bottom ul li{
  padding: 10px;
}
.capacity-1 {
    padding: 80px 0;
}
.capacity-1 .top {
    padding-bottom: 20px;
}


.capacity-2 {
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
        padding: 80px 0;
  }
  .capacity-2 .container .title_c {
    position: relative;
    z-index: 2;
  }
  .capacity-2 .container .title_c .left .tips {
    position: relative;
    padding-left: 28px;
    color: #fff;
  }
  .capacity-2 .container .title_c .left .tips .sub1 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .capacity-2 .container .title_c .left .tips_title {
    margin-top: 10px;
  }
  .capacity-2 .container .title_c .btnC{
    margin: 10px 0 0 auto;
  }
  .capacity-2 .container .title_c .btnC .btn {
    color: #fff;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 40px;
  }
  .capacity-2 .container .title_c .btnC .btn:hover{
    background: #8e211c;
    color: #fff;
  }
  .capacity-2 .container .title_c .btnC .next{
    margin-left: 10px;
  }
  .capacity-2 .container .title_c .more {
    margin: 10px 0 0 auto;
    color: #8e211c;
  }
  .capacity-2 .container .title_c .more .more_sub {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #8e211c;
    font-size: 20px;
    margin-right: 18px;
    color: #fff;
  }
  .capacity-2 .container .title_c .more:hover {
    color: #fff;
  }
  .capacity-2 .container .title_c .more:hover .more_sub {
    background-color: #fff;
    color: #8e211c;
  }
  .capacity-2 .container .title_c .sub_2 {
    position: absolute;
    width: 6px;
    height: 6px;
    top: 90px;
    left: 50%;
    background-color: #fff;
    border-radius: 50%;
  }
  .capacity-2 .container .title_c .sub_3 {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 80px;
    left: 60%;
  }
  .capacity-2 .container .content {
    margin-top: 30px;
  }
  .capacity-2 .container .content ul {
    margin: 0 -13px;
  }
  .capacity-2 .container .content ul li {
    width: 25%;
    padding: 0 13px;
  }
  .capacity-2 .container .content ul li .box {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    border: 1px solid #898989;
  }
  .capacity-2 .container .content ul li .box .img {
    height: 70px;
    background-position: left center;
  }
  .capacity-2 .container .content ul li .box .title {
  margin-top: 20px;
    text-transform: capitalize;
    height: 60px;
  }
  .capacity-2 .container .content ul li .box .line {
    height: 1px;
    background-color: #5a5a5a;
    margin: 16px 0;
  }
  .capacity-2 .container .content ul li .box .des {
    color: #d1d1d1;
    /*overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    min-height: 150px;*/
        height: 72px;

  }
  .capacity-2 .container .content ul li .box .more {
    margin-top: 14px;
    color: #d1d1d1;
    line-height: 1;
  }
  .capacity-2 .container .content ul li .box .more .text {
    border-bottom: 1px solid #d1d1d1;
  }
  .capacity-2 .container .content ul li .box .more .sub {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 10px;
    border: 1px solid #fff;
  }
  .capacity-2 .container .content ul li .box .more:hover .text {
    color: #8e211c;
    border-bottom: 1px solid #8e211c;
  }
  .capacity-2 .container .content ul li .box .more:hover .sub {
    border: 1px solid #8e211c;
  }
  .capacity-2 .container .content ul .li2 {
    margin-top: 40px;
  }
  .capacity-2 .container .content ul .li3 {
    margin-top: 80px;
  }
  .capacity-2 .container .content ul .li4 {
    margin-top: 120px;
  }


  .capacity-2 .container .title_c .more {
    margin-left: 0;
  }
  .capacity-2 .container .content ul li {
    width: 50%;
    margin-top: 20px;
  }
  .capacity-2 .container .content ul .li4,
  .capacity-2 .container .content ul .li3,
  .capacity-2 .container .content ul .li2 {
    margin-top: 20px;
  }

  .capacity-2 .container .content ul li:hover .box{
    background: rgba(0,0,0,.5);
        transition: all .5s ease;
}
.capacity-2 .container .content ul li .box{
        transition: all .5s ease;
}

.shuzi span {
    font-size: 60px;
    font-weight: 700;
    opacity: .5;
}

.capacity-3 {
    padding-top: 90px;
    background: #eee;
    padding-bottom: 10px;
}

.capacity-3 .bottom{
    text-align: center;
    color: white;
    }
    .capacity-3 .bottom h2 {
    font-size: 44px;
    text-transform: uppercase;
    }
    .capacity-3 .bottom .box{
    padding: 0 16%;
    }
    .capacity-3 .bottom .box ul {
    margin: -50px;
    }
    .capacity-3 .bottom .box ul li {
    padding: 50px;
    }
    .capacity-3 .bottom .box ul li .text{
    vertical-align: middle;
    padding-right: 3%;
    text-align: left;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
    }
    .capacity-3 .bottom .box ul li .text h6 {
    font-size: 22px;
    color: rgba(0,0,0,.5);
    }
    .capacity-3 .bottom .box ul li .text h6 span {
    font-weight: bold;
    font-size: 36px;
    color: #000;
    vertical-align: top;
    line-height: 1.4;
    }
    .capacity-3 .bottom .box ul li .text h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.2;
    color: #000;
    word-break: break-word;
        margin-bottom: 15px;
    }
    .capacity-3 .bottom .box ul li .img {
    position: relative;
    text-align: left;
    vertical-align: middle;
    left: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }
    .capacity-3 .bottom .box ul li .img img {
    width: 100%;
    }
    .capacity-3 .bottom .box ul li .img .box2 {
    height: 80%;
    top: 10%;
    width: 30%;
    left: -15%;
    background: #8e211c;
    padding: 10px;
    position: absolute;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }
    .capacity-3 .bottom .box ul li .img .box2 span {
    font-size: 22px;
    font-weight: bold;
    }
    .capacity-3 .bottom .box ul li .img .box2 h6 {
    font-size: 12px;
    line-height: 1.2;
    position: absolute;
    padding: inherit;
    width: 100%;
    bottom: 0;
    left: 0;
    }
    .capacity-3 .top h2 {
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
        margin-bottom: 15px;
}
.capacity-3 .top p {
    line-height: 1.8;
    font-size: 17px;
        margin-bottom: 15px;
}
.capacity-3 .top .btns a {
    font-size: 15px;
    font-weight: bold;
}
    .capacity-3 .bottom{
    overflow: hidden;
    margin: 90px 0;
    }
    .capacity-3 .bottom .box ul .slick-list {
    overflow: unset;
    }
    .capacity-3 .bottom .box ul .slick-current+div li .text{
    opacity: 0;
    }
    .capacity-3 .bottom .box ul .slick-current+div li .img{
    left: -45%;
    }
    .capacity-3 .bottom .box ul .slick-current+div li .img .box2 {
    opacity: 1;
    }
    .capacity-3 .bottom .box ul .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    margin-left: -80px;
    z-index: 1;
    background: url('../images/inner-l.png') center center no-repeat;
 
    border: none;
    cursor: pointer;
    cursor: hand;
    color: transparent;
    font-size: 0;
    }
    .capacity-3 .bottom .box ul .slick-arrow.slick-next {
    margin-top: 40px;
    transform: rotate(180deg);
    }
    
    @media screen and (max-width: 1400px) {
    .capacity-3 .bottom h2 {
        font-size: 36px;
    }
    .capacity-3 .bottom .box ul li .text h3 {
        font-size: 40px;
    }
    
    }
    
    
    @media screen and (max-width: 1200px) {
    .capacity-3 .bottom {
        padding: 20px 0;
    }
    .capacity-3 .bottom .box ul li .text h3 {
        font-size: 22px;
    }
    .capacity-3 .bottom .box ul li .text h6 {
        font-size: 18px;
    }
    .capacity-3 .bottom .box ul li .text h6 span {
        font-size: 24px;
    }
    }
    
    @media screen and (max-width: 700px) {
    .capacity-3 .bottom .box ul li {
        padding: 10px;
    }
    .capacity-3 .bottom .box ul {
        margin: -10px;
    }
    .capacity-3 .bottom .box ul .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 8px;
        display: none !important;
    }
    .capacity-3 .bottom .box ul li .img .box2 h6 {
        display: none;
    }
    .capacity-3 .bottom .box ul .slick-current+div li .img {
        left: 0 !important;
        margin-top: 10px;
    }
    .capacity-3 .bottom .box ul li .img .box2 {
        display: none;
    }
    
    }

    .capacity-4 {
    padding: 100px 0;
}
.capacity-4 .ui.container {
    display: flex;
        align-items: center;
        flex-wrap: wrap;
}
.capacity-4 .left {
    width: 50%;
}
.capacity-4 .right {
    width: 50%;
        padding-left: 50px;
}


.capacity-4 h2.toubu{
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 35px;

}

.capacity-4 .right p {
    line-height: 1.8;
    font-size: 16px;
    padding: 5px 0;
}


.capacity-4 .right p em {
font-weight: bold; 
}


.capacity-4 .left ul .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 40%;
    z-index: 1;
    border: none;
    cursor: pointer;
    color: transparent;
    font-size: 0;
    }
.capacity-4 .left ul .slick-arrow.slick-prev {
          background: url('../images/inner-l.png') center center no-repeat;
          right: 50%;
}
.capacity-4 .left ul .slick-arrow.slick-next {
    background: url('../images/inner-r.png') center center no-repeat;
    }
.capacity-3 .top {
    text-align: center;
}


.capacity-3 .bottom .box ul li .neiro p {
    font-size: 17px;
    color: #222;
}


/*实力*/


#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right.last {
    border-left: 1px solid #ccc;
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right ul li .box {
    /*border: 1px solid #eee;
        background: url(../images/cp-ddbg.jpg) no-repeat center;*/
}
#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right ul li h2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
}

.product-page .sider-box .left .series {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.product-page .sider-box .left .series h2 {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: bold;
        font-family: 'Montserrat';
}
.product-page .sider-box .right h1 {
    font-family: 'Montserrat';
        font-weight: bold;
}

.product-page .sider-box .left .series ul li {
    font-size: 16px;
    line-height: 1.8;
        font-weight: bold;
}
.product-page .sider-box .left .series ul li a {
  padding: 5px 15px;
}
.product-page .sider-box .left .series ul li a.active {
  color: #FFFFFF;
  background-color: #8e211c;
}

.product-page .sider-box .left .series ul li span.active {
  color: #FFFFFF;
}

.product-page .sider-box .left .series ul li > ul {
  display: none;
}

.product-page .sider-box .left .series ul li.active > ul {
  display: block;
}
.product-page .sider-box .left .series ul li > span {
  width: 30px;
  text-align: center;
  margin-top: .25em;
}
.product-page .sider-box .left .series ul li.active > span {
  transform: rotate(90deg);
}

.product-page .sider-box .left .series > ul > li:hover > span {
  color: #FFFFFF;
}

.product-page .sider-box .left .series > ul > li:hover > a {
  color: #FFFFFF;
  background-color: #8e211c;
}

.product-page .sider-box .left .series > ul > li li:hover > a {
  color: #FFFFFF;
  background-color: #8e211c;
}


.product-page .sider-box .left {
    width: 20%;
}

.product-page .sider-box .right {
    width: 80%;
        padding-left: 5%;
}

@media (max-width:1000px) {
  .product-page .sider-box .left {
    display: none;
  }

  .product-page .sider-box .right {
    width: 100%;
    padding-left: 0;
  }
}

.inner-pro-img .item:hover .op-imge{
      opacity: 0;
}


.product-page .sider-box .left form {
    font-size: 16px;
    height: 50px;
    background-color: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
        margin-bottom: 40px;
}


.product-page .sider-box .left form input {
    width: 100%;
    border: none;
    background-color: transparent;
    padding: 0 1.5em;
}


.product-page .sider-box .left form button {
    width: 4.375em;
    background-color: transparent;
    border: none;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.product-page .sider-box .left form button i {
    font-size: 20px;
}

.plp-product-list li .cate {
    text-align: center;
}

.plp-product-list li .name {
    text-align: center;
}
.inner-page.prodet-page {
    padding: 10px 0 0px;
}
.prodet-1 .right .pdp-promotions .cpdd p {
    font-size: 15px;
    padding: 3px 0;
    line-height: 28px;
}
.pdp-share-row a {
    padding-right: 30px;
}

.collapse.normal .collapse-content {
    margin-bottom: 20px;
    padding-left: 25px;
}
.collapse.normal .collapse-content p {
    font-size: 15px;
    line-height: 1.8;
}

.i-category .right li:hover .bag .imgs .img img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease;
}
.i-category .right li .bag .imgs .img img {
    transition: all .5s ease;
}


.inner-mbx {
  margin-top: 60px;
    padding: 20px 0;

}
.inner-mbx .mbx {
    font-size: 15px;
        color: #ababab;
        line-height: 28px;
}


.inner-mbx span {
    color: #000;
}

@media (max-width: 1000px) {
  .inner-mbx {
    margin-top: 120px;
  }
}

.prodet-1 .left .slick-slide img {
    background: #f7f5f4;
}
.prodet-1 .left .dt02 li {
    padding: 15px;
}

.prodet-1 .left .dt02 li img.wscnph {
    background: #f7f5f4;
}

.i-category .left .img img {
    width: 100%;
    object-fit: cover;
max-height: 645px;
}










.contact-page {
    padding-bottom: 110px;
}


.contact-page .left .box2 {
    background-color: #edeef0;
    padding: 30px 5% 90px;
    position: relative;
}

.contact-page .left .box2:before {
    content: '';
    width: 50%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: inherit;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.contact-page .left .box2:after {
    content: '';
    width: 50%;
    height: 70px;
    position: absolute;
    right: 0;
    bottom: 100%;
    background-color: inherit;
}

.contact-page .left .box2 span.h2 {
    font-size: 36px;
    font-weight: 700;
    color: #363636;
    line-height: 1.2;
    display: block;
    margin-bottom: 1.5em;
}

.contact-page .left .box2 .text {
    font-size: 16px;
    color: #7e7f81;
    line-height: 1.4;
}

.contact-page .left .box2 .form {
    margin-top: 50px;
}

.contact-page .left .box2 .form ul li {
    font-size: 16px;
    color: #666;
}

.contact-page .left .box2 .form ul li label {
    display: block;
    margin: 1em 0 .5em;
    font-weight: 600;
}

.contact-page .left .box2 .form ul li label em {
    color: #8e221f;
}

.contact-page .left .box2 .form ul li input,
.contact-page .left .box2 .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #aaabad;
    padding: .2em 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .left .box2 .form ul li input:focus,
.contact-page .left .box2 .form ul li textarea:focus {
    border-color: #8e221f;
}

.contact-page .left .box2 .form ul li textarea {
    height: 140px;
}

.contact-page .left .box2 .form ul li a.more {
    margin-top: 50px;
    border-radius: 15px;
    background-color: #8e221f;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
}

.contact-page .left .box2 .form ul li a.more:hover {
    background-color: #8e221f;
}

.contact-page .right {


}

.contact-page .right span.h2 {
    font-size: 36px;
    font-weight: 700;
    color: #363636;
    display: block;
}

.contact-page .right span.h2:after {
    content: '';
    width: 2em;
    height: .11111111em;
    background-color: #000;
    display: block;
    margin-top: .2em;
}

.contact-page .right .text {
    font-size: 16px;
    color: #7e7f81;
    line-height: 1.4;
    margin: 1em 0 1.5em;
}

.contact-page .right .phone {
    font-size: 15px;
    color: #fff;
    padding: 1em;
    text-align: center;
    background-color: #8e221f;
    position: relative;
    margin-bottom: 30px;
}

.contact-page .right span.h5 {
    font-size: 24px;
    font-weight: 700;
    color: #363636;
    display: block;
    line-height: 1.2;
    margin: 1.5em 0 .5em;
}

.contact-page .right span.h6 {
    display: block;
    font-size: 16px;
    color: #7e7f81;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-page .right .info {
    font-size: 16px;
    color: #7e7f81;
}

.contact-page .right .info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .5em;
}

.contact-page .right .info li i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact-page .right .info li i {
    color: #8e221f;
    text-align: center;
    font-size: 16px;
    width: 24px;
}

.contact-page .right iframe {
    height: 800px;
    width: 100%;
}


@media screen and (max-width: 1600px) {
  .contact-page .right {
      padding-top: 60px;
  }

  .contact-page {
      padding-bottom: 60px;
  }

  .contact-page .left .box2 span.h2,
  .contact-page .right span.h2 {
      font-size: 28px;
  }

  .contact-page .right span.h5 {
      font-size: 20px;
  }

  .contact-page .right span.h6 {
      font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {

    .contact-page .left .box2:after,
    .contact-page .left .box2:before {
        height: 10px;
    }

    .contact-page .right .phone {
        font-size: 14px;
    }

    .contact-page .right .info {
        font-size: 14px;
    }

    .contact-page .right span.h5 {
        font-size: 18px;
    }

    .contact-page .right iframe {
        height: 280px;
    }

    .contact-page .left .box2 span.h2,
    .contact-page .right span.h2 {
        font-size: 24px;
    }

}

@media screen and (max-width: 1000px) {
  .contact-page .left {
      width: 100% !important;
      padding-right: 0;
  }

  .contact-page .right {
      width: 100% !important;
      padding-left: 0;
  }

  .contact-page .left .box2 {
      padding: 20px 15px;
  }

  .contact-page .left .box2 .form {
      margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .left .box2 span.h2,
  .contact-page .right span.h2 {
        font-size: 20px;
    }
}




.about-5 {
  padding: 120px 0;
  overflow: hidden;
      background: url(../images/his-banner.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

#his_pint {
  left: 0;
  top: -120px;
}

.about-5 .left {
  width: 46%;
  z-index: 10;
  right: 0;
  position: absolute;
  top: 18px;
}

.about-5 .right {
  padding-right: 50%;
}

.about-5 .right .topic {
margin-bottom: 3vw;
    position: relative;
    padding: 50px 0;
    height: 150px;
    z-index: 8;
    overflow: hidden;
}

.about-5 .right .topic ._num {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    pointer-events: none;
    width: 100%;
    left: 0;
    font-size: 82px;
    opacity: 0;
    z-index: 8;
    color: #000;
    font-weight: bold;
}

.about-5 .right .topic ._num.on {
    opacity: 1;
}

.about-5 .loop {
  position: relative;
  height: 120px;
  margin-top: 100px;
}

.about-5 .loop .list {
  position: relative;
  z-index: 10;
  height: 100%;
}
.about-5 .loop .t-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 1px;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.1);
}

.about-5 .loop .list ul {
  height: 100%;
}

.about-5 .loop .list ul .slick-list {
  height: 100%;
}

.about-5 .loop .list ul .slick-track {
  height: 100%;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}

.about-5 .loop .list ul .slick-slide {
  height: auto;
}

.about-5 .loop .list ul .slick-current li .msg,
.about-5 .loop .list li:hover .msg {
  color: #d70c18;
}

/*
.about-5 .loop .list li:hover .dot {
    background-color: #fff;
}*/

.about-5 .loop .list ul .slick-current li .dot:before,
.about-5 .loop .list li:hover .dot:before {
    opacity: 1;
}

.about-5 .loop .list ul .slick-current li .dot:after,
.about-5 .loop .list li:hover .dot:after {
    background-color: #fff;
}

.about-5 .loop .list li {
  text-align: center;
  position: relative;
  cursor: pointer;
}
.about-5 .loop .list li .msg {
  left: 0;
  top: 100%;
  display: inline-block;
  width: 100px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}


.about-5 .loop .list li .dot {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  width: 50px;
  margin: auto;
  margin-bottom: 18px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.about-5 .loop .list li .dot:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
  margin: 5px auto;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  background-color: #d70c18;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.about-5 .loop .list li .dot:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  margin: 5px auto;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  line-height: 9px;
  text-align: center;
  background-color: #c1c1c1;
}




.about-5 .loop .pager .f-prev {
  left: -6%;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 39px;
  text-indent: -4px;
  cursor: pointer;
  color: #888;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}

.about-5 .loop .pager .f-prev:hover {
    color: #fff;
    background-color: #000;
}


.about-5 .loop .pager .f-next {
  position: absolute;
  right: -6%;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 39px;
  text-indent: 3px;
  cursor: pointer;
  color: #888;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}



.about-5 .loop .pager .f-next:hover {
    color: #fff;
    background-color: #000;
}


@media (max-width: 1230px) {
  .about-5 .right .topic {
    padding: 25px 0;
    height: 100px;
  }

  .about-5 .right .topic ._num {
    font-size: 100px;
  }
}

@media (max-width: 1000px) {
  .about-5 .left {
    width: 100%;
    position: static;
  }
  .about-5 .right {
    padding-right: 0;
  }

  .about-5 .loop {
    margin-top: 40px;
  }
}


.gallery-page.inner-page.honor .list h2 {
    font-size: 32px;
    margin-bottom: 25px;
}



/* byd */
.i-category .right .bag .colors span {
  position: relative;
}
.i-category .right .bag .colors span.active::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
  border: 1px solid #000000;
}


.our-news .right {
  position: relative;
}
.our-news .right .arrows span.arrow {
    position: absolute;
    top: 35%;
    transform: translateY(-50%);
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.our-news .right .arrows span.arrow::before {
  content: attr(data-text);
  display: inline;
  font-size: 20px;
}
.our-news .right .arrows span.arrow:hover {
  background-color: #8e221f;
      color: #fff;
}

.our-news .right .arrows span.arrow.arrow_l {
  left: -25px;
}
.our-news .right .arrows span.arrow.arrow_r {
  right: 25px;
}

.our-news .left .Tit-p {
    font-size: 32px;
    padding-right: 100px;
    text-transform: capitalize;
        font-weight: bold;
}

.our-news .right li .content .name {
    font-size: 17px;
   
}

.our-news .right li:hover {
    transform: translateY(-6px);

}

.our-news .right li{
    transition: all .5s ease;

}


#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right.luggage{
      width: 80%;
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right ul li .img-box:hover img {
    transform: scale(1, 1);
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right.luggage ul li {
    padding: 0px 20px;
}
#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right.luggage ul li .box img {
    border-radius: 15px;
        margin-bottom: 10px;
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left.luggage {
    width: 20%;
}


#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.backpacks .left {
    width: 55%;
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.backpacks .right{
    width: 45%;
}





#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.backpacks .right .box{
background: url(../images/cp-ddbg.jpg) no-repeat center;
padding: 20px 20px;
}



#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.backpacks .right ul li{
  padding: 0 10px;
    margin-bottom: 20px;
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.backpacks .right ul li h2 {
    text-transform: capitalize;
        text-align: center;
    margin: 20px auto 0px;
}










#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.accessories .left {
    width: 50%;
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.accessories .right{
    width: 50%;
}


#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.accessories .left .left-nav-product {
    padding-right: 50px;
}



#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.accessories .right .box{
background: url(../images/cp-ddbg.jpg) no-repeat center;
padding: 0 20px;
}



#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.accessories .right ul li{
  padding: 0 10px;
    margin-bottom: 20px;

}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.accessories .right ul li h2 {
    text-transform: capitalize;
}


.inner-banner.con {
    height: 835px;
    align-items: normal;
    padding-top: 11%;
}


.contact-01 {
    margin-top: -400px;
    background: #fff;
        margin-bottom: 100px;
}



.contact-page .left {
    padding: 105px;
}

.contact-01 .box .left span.h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact-01 .box .left .top {
    margin-bottom: 100px;
}

.contact-01 .box .left ul {
    margin-top: 50px;
}

.contact-01 .box .left ul li {
    font-size: 17px;
    color: #575b60;
    padding-bottom: 20px;
}

.contact-01 .box {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

.contact-02 .form ul {
    font-size: 0;
}
.contact-02 .form ul li:nth-child(1),
.contact-02 .form ul li:nth-child(2),
.contact-02 .form ul li:nth-child(3),
.contact-02 .form ul li:nth-child(4) {
    width: 50%;
    display: inline-block;
}


.contact-02 .form ul li label {
    display: none;
}

.contact-02 {
    /*text-align: center;*/
}

.contact-02 span.h2 {
    font-size: 36px;
    font-weight: bold;
}

.contact-02 .form {
    margin-top: 40px;
}

.contact-02 .form ul li:last-child {
    background: #8e211c;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}


#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.backpacks .left .left-nav-product {
    width: 33.33%;
        margin-bottom: 50px;
}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.backpacks.acc .left .left-nav-product{
margin-bottom: 38px;

}

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.backpacks .left .left-nav-product .child-title {
    font-weight: bold;
}

@media (max-width: 1800px) {

#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item{
      margin-left: 30px;
}
  }


  .our-product .ui.container
  
  {
width: 100%;
  }

  .our-product .list > .item.hot .img img {
    padding: 0 50px;
}


.pro-age ul li .box {
    padding: 0 5px;
        position: relative;
}

.pro-age {
    padding: 100px 0px;
}

.pro-age ul {
    margin: 0 -20px;
}
.pro-age ul li .box {
    padding: 0 10px;
}

.pro-age ul li .box .Tit {
    position: absolute;
    bottom: 20px;
    left: 65px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.pro-age .top {
    text-align: center;
    margin-bottom: 35px;
}
.pro-age .top .Tit {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.pro-age ul li:hover .box img{
        transition: all 1.5s ease;
            transform: scale(1.1, 1.1);
}
.pro-age ul li,
.pro-age ul li .box,
.pro-age ul li .box img{
        transition: all 1.5s ease;
}

.pro-age ul li .box .img {
  transition: all 1.5s ease;
    overflow: hidden;
}


.Auxil-industry .ui.container {
    overflow: auto;
   max-height: 500px;
}


.i-advantage .list .box .title p {
    font-weight: bold;
}

.contact01 .box .top .h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact01 .box .left ul {
    margin-top: 20px;
}

.contact01 .box .left ul li {
    font-size: 17px;
    color: #575b60;
    padding-bottom: 10px;
}

.contact01 .box .left span.h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.contact01 .form ul {
    font-size: 0;
        margin: 0 -15px;
}
.contact01 .form ul li:nth-child(1), .contact01 .form ul li:nth-child(2), .contact01 .form ul li:nth-child(3), .contact01 .form ul li:nth-child(4) {
    width: 50%;
 
      
}
.contact01 .form ul li:nth-child(5) {
    width: 100%;
}

.contact01 .form ul li {
    font-size: 17px;
    display: flex;
    flex-direction: column;
    float: left;
    padding: 15px;
}

.contact01 .form ul li input {
    background-color: #f2f2f2;
    border: 0;
    padding: 15px 5px;
}

.contact01 .form ul li textarea {
    background-color: #f2f2f2;
    border: 0;
    padding: 25px 5px 120px;
}

.contact01 .box .left {
    width: 45%;
}
.contact01 .box .right {
    width: 55%;
    padding-left: 70px;
}

.contact01 .box .right span.h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.contact01 .form ul li a.more {
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    background: #000;
}

.contact01 .box .left .top {
    margin-bottom: 25px;
}


.contact01 {
    padding: 100px 0;
}


.contact01 .box .right p.nr {
    font-size: 17px;
    width: 85%;
    padding: 15px 0;
}

#header.fixed .nav .language-box .language-img img {
    filter: grayscale(0%) brightness(0%);
}

#header.inner .nav .language-box .zhuyu {
    color: #fff;
}
#header.fixed .nav .language-box .zhuyu{
  color: #000;
}

#seo_other ._text p {
    padding-bottom: 15px;
}
#news_list ._table ._name {
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.product-page .sider-box .left .series ul>li>ul>li {
    font-weight: 400;
}

#seo_about ._left ._img img {
    width: 100%;
    object-fit: cover;
    height: 470px;
}




@media (max-width: 1680px){
.pro-age .ui.container{
    width: 1440px;
}


}


@media (max-width: 1580px){
.pro-age .ui.container{
 width: 1380px;
}


}


@media (max-width: 1480px){
.pro-age .ui.container{
 width: 1300px;
}


}

@media (max-width: 1380px){
.pro-age .ui.container{
    width: 1230px;
}


}


@media (max-width: 1280px){
.pro-age .ui.container {
    width: 1150px;
}

}
div#seo_other ._text p span {
    font-family: 'Montserrat' !important;
    font-weight: bold;
}
div#seo_other ._text p {
    text-align: left !important;
}
div#seo_other ._text p:nth-child(3) span {
    font-family: 'Montserrat' !important;
    font-weight: bold;
    color: #000 !important;
}


#header>.nav>.menu .menu_c .menu-menu-container>.menu>.menu-item.menu-product.backpacks .menu-content .container{
      padding: 40px 30px 15px 30px;
}