@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.ltr-override {
    direction: ltr;
    unicode-bidi: bidi-override; /* 强制覆盖父级方向 */
  }
  .rtl-set {
  direction: rtl;
  unicode-bidi: embed; /* 确保文本双向算法生效 */
}
#pups_from i.close {
  right: unset !important;
  left: 10px;
}
/* 栅格 */
.grid-box {
    font-size: 0;
    letter-spacing: -4px;
    font-size: 12px
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0;
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.page-header02{
  background: var(--color2);
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Gilroy';
  max-width: 1920px;
  --color: #1363aa;
  --color1: #0a5ca6;
  --color2: #eff6ff;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.public-title span {
  color: var(--color);
}
.public-title sup {
  color: var(--color);
  -webkit-transform: translateY(-0.4em);
  -moz-transform: translateY(-0.4em);
  -ms-transform: translateY(-0.4em);
  transform: translateY(-0.4em);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@-webkit-keyframes banner-icon-box {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes banner-icon-box {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes banner-icon-box {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes banner-list {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes banner-list {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes banner-list {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes category-slick {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    /* 超冲：弹过头，制造弹簧张力 */
    -webkit-transform: translateY(-110px);
    transform: translateY(-110px);
  }
  80% {
    /* 小幅回弹 */
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
  100% {
    /* 最终定格你要的目标值 */
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}
@-moz-keyframes category-slick {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    /* 超冲：弹过头，制造弹簧张力 */
    -moz-transform: translateY(-110px);
    transform: translateY(-110px);
  }
  80% {
    /* 小幅回弹 */
    -moz-transform: translateY(-75px);
    transform: translateY(-75px);
  }
  100% {
    /* 最终定格你要的目标值 */
    -moz-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}
@keyframes category-slick {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    /* 超冲：弹过头，制造弹簧张力 */
    -webkit-transform: translateY(-110px);
    -moz-transform: translateY(-110px);
    transform: translateY(-110px);
  }
  80% {
    /* 小幅回弹 */
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    transform: translateY(-75px);
  }
  100% {
    /* 最终定格你要的目标值 */
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    transform: translateY(-90px);
  }
}
.color-333 {
  color: #333;
}
.color-666 {
  color: #666;
}
.public-btn {
  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;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
  padding-right: 26px;
  padding-left: 21px;
  padding-top: 15px;
  padding-bottom: 14px;
  border: 2px solid var(--color);
  border-radius: 10px;
}
.public-btn:hover {
  background-color: transparent;
  color: var(--color);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
#header.inner,
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .h-top {
  background-color: var(--color);
}
#header .h-top .left {
  color: #ffffff;
}
#header .h-top .right form {
  width: 253px;
  height: 37px;
  background-color: rgba(0, 0, 0, 0.2);
}
#header .h-top .right form input {
  color: #ffffff;
  height: 100%;
  background: none;
  border: none;
}
#header .h-top .right form input[type='submit'] {
  width: 23px;
  background: url(../images/h-search.png) no-repeat center center;
}
#header .h-top .right form input[type='text'] {
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px);
}
#header .h-top .right form input[type='text']::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#header .h-top .right form input[type='text']:-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#header .h-top .right form input[type='text']::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#header .h-top .right form input[type='text']:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#header .h-top .right form input[type='text']::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
#header .h-top .right .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .right .h-language span {
  color: #fff;
}
#header .h-top .right .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .h-top .right .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .right .h-language 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: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 125%;
  left: 0;
  width: 130px;
  -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.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-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 var(--color);
  display: none \9;
}
#header .h-top .right .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header .h-top .right .h-language ul.sub-menu li a {
  display: block;
}
#header .h-top .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-left: 6px;
}
#header .h-top .right .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .h-top .right .h-language:hover 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;
}
#header .nav .ui.menu {
  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: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 96px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 3px;
  margin-bottom: 9px;
}
#header .nav .ui.menu .line {
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 46px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-left: 2.545em;
  color: #333333;
  /*-webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;*/
  float: right;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a {
  -webkit-text-stroke: .5px var(--color);
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  -webkit-text-stroke: .5px #333;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-text-stroke: .5px transparent;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-left: 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: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: -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 var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#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 ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li.active,
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#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 .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  border-radius: 10px;
  color: #fefefe;
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -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;
  left: 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;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  top: 100%;
  right: 0;
  width: 598px;
  -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;
  display: none / 9;
  padding-top: 19px;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul {
  background: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li {
  padding: 9px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig {
  padding: 17px 28px 21px 22px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig .title {
  line-height: 1.6;
  color: #333;
}
/*#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig .img-box {
  opacity: 0;
}*/
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig i {
  width: 32px;
  height: 32px;
  background-color: #5a5a5a;
  border-radius: 50%;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig:hover .title {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig:hover .img-box {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown ul li .ig:hover i {
  background: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li .menuDown::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) .menuDown {
  width: 300px;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(6) .menuDown {
  right: initial;
  left: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(6) .menuDown::before {
  right: initial;
  left: 18%;
}
/* #header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu, */
#header .nav .ui.menu .menu-box ul.menu > li:hover .menuDown {
  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;
}
@media screen and (max-width: 1680px) {
  /*#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) .menuDown {
    left: -400%;
  }*/
  /*#header .nav .ui.menu .menu-box ul.menu > li:nth-child(4) .menuDown::before {
    left: 41%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }*/
  /*#header .nav .ui.menu .menu-box ul.menu > li:nth-child(5) .menuDown {
    left: -250%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(5) .menuDown::before {
    left: 35%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }*/
}
@media screen and (max-width: 1450px) {
  /*#header .nav .ui.menu .menu-box ul.menu > li:nth-child(5) .menuDown::before {
    left: 39%;
  }*/
  #header .nav .ui.menu .menu-box ul.menu > li:nth-child(6) .menuDown::before {
    left: 0;
  }
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-right: 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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-right: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-right: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-left: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(50.0%); rotateZ(45deg);
  -moz-transform: translateX(50.0%); rotateZ(45deg);
  -ms-transform: translateX(50.0%); rotateZ(45deg);
  transform: translateX(50.0%); rotateZ(45deg);
  top: 12px;
  margin-right: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(50.0%); rotateZ(-45deg);
  -moz-transform: translateX(50.0%); rotateZ(-45deg);
  -ms-transform: translateX(50.0%); rotateZ(-45deg);
  transform: translateX(50.0%); rotateZ(-45deg);
  top: 28px;
  margin-right: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  right: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  left: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 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: !important 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
  margin-top: 113px;
}
#banner .left {
  width: 97px;
  color: #333;
}
#banner .left .phone,
#banner .left .mail {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  letter-spacing: 1px;
}
#banner .left span {
  color: var(--color);
}
#banner .right {
  width: -webkit-calc(100% - 97px);
  width: -moz-calc(100% - 97px);
  width: calc(100% - 97px);
}
#banner .right .banner-slick li {
  position: relative;
}
#banner .right .banner-slick li .content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .right .banner-slick li .content .text-box {
  padding-top: 7.69%;
  color: #fff;
}
#banner .right .banner-slick li .content .text-box h2 {
  max-width: 940px;
}
#banner .right .banner-slick li .content .text-box p {
  max-width: 803px;
  line-height: 1.38888889;
}
#banner .right .banner-list-box {
  left: 0;
  bottom: 0;
}
#banner .right .banner-list-box .banner-list li .box {
  color: #ffffff;
}
#banner .right .banner-list-box .banner-list li .box .title {
  max-width: 159px;
}
#banner .right .banner-list-box .banner-list li .box .line {
  width: 159px;
  height: 3px;
  background-color: #ffffff;
}
#banner .right .banner-list-box .banner-list li .box .line::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background-color: var(--color);
}
#banner .right .banner-list-box .banner-list li .box.active .line::after {
  -webkit-animation: banner-list 5s linear forwards;
  -moz-animation: banner-list 5s linear forwards;
  animation: banner-list 5s linear forwards;
}
#banner .right .banner-icon-box {
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
#banner .right .banner-icon-box > img {
  -webkit-animation: banner-icon-box 7s linear infinite;
  -moz-animation: banner-icon-box 7s linear infinite;
  animation: banner-icon-box 7s linear infinite;
}
#banner .right .banner-icon-box .img {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#index-body .advantage .advantage-list li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-list li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-list li span {
  color: #666;
  line-height: 1.22222222;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .advantage-list li:hover {
  background-color: var(--color);
}
#index-body .advantage .advantage-list li:hover .icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .advantage .advantage-list li:hover span {
  color: #fff;
}
#index-body .category .top .left {
  max-width: 970px;
}
#index-body .category .top .right {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .category .category-slick .slick-list {
  padding-left: 15%;
}
#index-body .category .category-slick .slick-current + div .slide-box {
  -webkit-animation: category-slick 0.6s cubic-bezier(0.17, 0.67, 0.28, 1.35) forwards;
  -moz-animation: category-slick 0.6s cubic-bezier(0.17, 0.67, 0.28, 1.35) forwards;
  animation: category-slick 0.6s cubic-bezier(0.17, 0.67, 0.28, 1.35) forwards;
}
#index-body .category .category-slick li {
  padding-top: 90px;
}
#index-body .category .category-slick li .slide-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-slick li .slide-box .content1 {
  background-color: var(--color2);
  border-radius: 10px;
}
#index-body .category .category-slick li .slide-box .img-box {
  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;
  overflow: unset;
}
#index-body .category .category-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .category .category-slick li .slide-box .content {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: var(--color);
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-slick li .slide-box .content .title {
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-slick li .slide-box .content .intro {
  color: #fff;
}
#index-body .category .category-slick li .slide-box .content .public-btn {
  padding: 0;
}
#index-body .category .category-slick li .slide-box .content .public-btn:hover{
  color: #fff;
}
#index-body .category .category-slick li .slide-box .content .public-btn i{
  transition: .3s;
}
#index-body .category .category-slick li .slide-box .content .public-btn:hover i{
  transform: translateX(-10.0px);
}
#index-body .category .category-slick li .slide-box .content .img-box {
  width: 100%;
}
#index-body .category .category-slick li .slide-box .content .img-box img {
  margin-right: auto;
  margin-left: auto;
  width: auto;
}
#index-body .category .category-slick li .slide-box:hover .content {
  opacity: 1;
}
#index-body .category .arrows {
  position: absolute;
  bottom: 0;
  right: 39.736%;
}
#index-body .category .arrows .prev,
#index-body .category .arrows .next {
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 35px;
  height: 36px;
  border-radius: 17px;
  border: 2px solid var(--color);
  color: #fff;
}
#index-body .category .arrows .prev:hover,
#index-body .category .arrows .next:hover {
  color: var(--color);
  background-color: transparent;
}
#index-body .about {
  position: relative;
}
#index-body .about::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color2);
  z-index: -2;
}
#index-body .about .left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 747px;
}
#index-body .about .left .public-title img {
  max-width: 273px;
  position: relative;
  z-index: -1;
}
#index-body .about .right {
  line-height: 1.666;
  overflow-y: auto;
  max-height: -webkit-calc(1.666em * 5);
  max-height: -moz-calc(1.666em * 5);
  max-height: calc(1.666em * 5);
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .content img {
  border-radius: 10px;
  /*opacity: 0;*/
}
#index-body .about .number-Plus li:nth-child(2n) {
  width: 1px;
  height: 82px;
  border: solid 1px #333333;
  opacity: 0.2;
  -webkit-transform: rotate(25deg) !important;
  -moz-transform: rotate(25deg) !important;
  -ms-transform: rotate(25deg) !important;
  transform: rotate(25deg) !important;
  padding: 0!important;
}
#index-body .about .number-Plus li .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 1;
}
#index-body .about .number-Plus li .icon > img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .number-Plus li .icon::after {
  content: '';
  display: block;
  width: 37px;
  height: 37px;
  background-color: var(--color);
  border-radius: 50%;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
#index-body .about .number-Plus li .data-right .top em {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}
#index-body .about .number-Plus li .data-right .top span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #333;
}
#index-body .about .number-Plus li .data-right .top sub {
  display: inline-block;
  margin-bottom: 0.2em;
}
#index-body .about .number-Plus li .data-right .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #666;
}
#index-body .about .number-Plus li:hover .icon > img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .about .number-Plus li:hover .icon::after {
  opacity: 0;
}
#index-body .about .number-Plus li:hover .data-right {
  color: var(--color);
}
#index-body .about .number-Plus li:hover .data-right .top em,
#index-body .about .number-Plus li:hover .data-right .top span {
  color: var(--color);
}
#index-body .about .number-Plus li:hover .data-right .title {
  color: var(--color);
}
#index-body .index-honor .sub-title {
  color: #ffffff;
}
#index-body .index-honor .public-title {
  color: #ffffff;
}
#index-body .index-honor .public-title sup {
  color: #fff;
}
#index-body .index-honor .honor-intro {
  color: #ffffff;
}
#index-body .index-honor .public-btn {
  border-color: #fff;
  color: var(--color);
  background-color: #fff;
}
#index-body .index-honor .public-btn:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
}
#index-body .index-honor .index-honor-slick li .slide-box {
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
#index-body .index-honor .index-honor-slick .slick-current .slide-box {
  opacity: 0.3;
}
#index-body .index-honor .index-honor-slick .slick-current + div .slide-box {
  opacity: 0.5;
  -webkit-transform: translateX(16.0%); scale(1.165);
  -moz-transform: translateX(16.0%); scale(1.165);
  -ms-transform: translateX(16.0%); scale(1.165);
  transform: translateX(16.0%); scale(1.165);
}
#index-body .index-honor .index-honor-slick .slick-current + div + div .slide-box {
  opacity: 0.8;
  -webkit-transform: translateX(16.0%); scale(1.3);
  -moz-transform: translateX(16.0%); scale(1.3);
  -ms-transform: translateX(16.0%); scale(1.3);
  transform: translateX(16.0%); scale(1.3);
}
#index-body .index-honor .index-honor-slick .slick-current + div + div + div .slide-box {
  -webkit-transform: scale(1.495);
  -moz-transform: scale(1.495);
  -ms-transform: scale(1.495);
  transform: scale(1.495);
}
#index-body .index-honor .index-honor-slick .slick-current + div + div + div + div .slide-box {
  opacity: 0.8;
  -webkit-transform: translateX(-16.0%); scale(1.3);
  -moz-transform: translateX(-16.0%); scale(1.3);
  -ms-transform: translateX(-16.0%); scale(1.3);
  transform: translateX(-16.0%); scale(1.3);
}
#index-body .index-honor .index-honor-slick .slick-current + div + div + div + div + div .slide-box {
  opacity: 0.5;
  -webkit-transform: translateX(-16.0%); scale(1.165);
  -moz-transform: translateX(-16.0%); scale(1.165);
  -ms-transform: translateX(-16.0%); scale(1.165);
  transform: translateX(-16.0%); scale(1.165);
}
#index-body .index-honor .index-honor-slick .slick-current + div + div + div + div + div + div .slide-box {
  opacity: 0.3;
}
#index-body .index-honor .content .prev,
#index-body .index-honor .content .next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 17px;
  border: solid 1px #ffffff;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .index-honor .content .prev:hover,
#index-body .index-honor .content .next:hover {
  background-color: #fff;
  border-color: var(--color);
  color: var(--color);
}
#index-body .index-honor .content .prev {
  right: 4.375%;
}
#index-body .index-honor .content .next {
  left: 4.375%;
}
#index-body .index-honor .public-btn {
  padding-top: 9px;
  padding-bottom: 9px;
}
#index-body .news .left {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
#index-body .news .left .intro {
  line-height: 1.66666667;
}
#index-body .news .right .news-slick li .slide-box {
  background-color: var(--color2);
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .right .news-slick li .slide-box .news-content .news-left {
  width: 34.5%;
}
#index-body .news .right .news-slick li .slide-box .news-content .news-left .img-box {
  border-radius: 10px;
}
#index-body .news .right .news-slick li .slide-box .news-content .news-right {
  width: 65.5%;
}
#index-body .news .right .news-slick li .slide-box .news-content .news-right .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-width: 450px;
}
#index-body .news .right .news-slick li .slide-box .news-content .news-right .intro {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(10, 92, 166, 0.1);
}
#index-body .news .right .news-slick li .slide-box .news-content .news-right .intro span {
  line-height: 1.3;
}
#index-body .news .right .news-slick li .slide-box .news-content .news-right .date-type img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .right .news-slick li .slide-box .news-content .news-right .date-type span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: var(--color);
}
#index-body .news .right .news-slick li .slide-box .news-content .news-right .public-btn {
  padding-top: 7px;
  padding-bottom: 7px;
}
#index-body .news .right .news-slick li .slide-box .news-content .news-right .public-btn:hover {
  background-color: #fff;
}
#index-body .news .right .news-slick li .slide-box:hover {
  background-color: var(--color);
}
#index-body .news .right .news-slick li .slide-box:hover .title {
  color: #fff;
}
#index-body .news .right .news-slick li .slide-box:hover .news-content .news-right .intro {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
#index-body .news .right .news-slick li .slide-box:hover .news-content .news-right .date-type img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .news .right .news-slick li .slide-box:hover .news-content .news-right .date-type span {
  color: #fff;
}
#footer {
  background-color: var(--color);
}
#footer .f-content .f-left .public-title {
  color: #ffffff;
}
#footer .f-content .f-left .public-title sup {
  color: #ffffff;
}
#footer .f-content .f-left form ul li .submit {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 28px;
}
#footer .f-content .f-left form input {
  background: none;
  border: none;
}
#footer .f-content .f-left form input.submit {
  width: 23px;
  height: 25px;
  background: url(../images/f-submit.png) no-repeat center center;
}
#footer .f-content .f-left form input::-webkit-input-placeholder {
  opacity: 0.8;
}
#footer .f-content .f-left form input:-moz-placeholder {
  opacity: 0.8;
}
#footer .f-content .f-left form input::-moz-placeholder {
  opacity: 0.8;
}
#footer .f-content .f-left form input:-ms-input-placeholder {
  opacity: 0.8;
}
#footer .f-content .f-left form input::placeholder {
  opacity: 0.8;
}
#footer .f-content .f-left form input[type='text'] {
  height: 74px;
  background-color: #ffffff;
  border-radius: 10px;
}
#footer .f-content .f-left .left-b::after {
  content: '';
  display: block;
  position: absolute;
  width: 200%;
  left: 0;
  top: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
#footer .f-content .f-left .left-b .left-b-l .f-account .social-account li a {
  width: 39px;
  height: 39px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
}
#footer .f-content .f-left .left-b .left-b-l .f-account .social-account li a:hover {
  background-color: #fff;
  color: var(--color);
}
#footer .f-content .f-right .f-contact-list li {
  background-color: #ffffff;
  border-radius: 10px;
  min-height: 232px;
}
#footer .f-content .f-right .f-contact-list li .title {
  border-bottom: solid 1px var(--color);
}
#footer .f-content .f-right .f-contact-list li .info-content {
  line-height: 1.875;
}
#footer .f-content .f-items .text {
  line-height: 1.42857143;
  color: #ffffff;
  max-width: 370px;
}
#footer .f-content dl.dl-margin-l-r {
  margin-right: 5px;
  margin-left: 5px;
}
#footer .f-content dl dt {
  color: #ffffff;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color);
}
#footer .f-content dl.f-qr dd #ewm {
  max-width: 102px;
  border: 10px solid #fff;
  border-radius: 5px;
}
#footer .f-content dl.f-nav dd,
#footer .f-content dl.f-product dd {
  margin-bottom: 16px;
}
#footer .f-content dl.f-nav dd a,
#footer .f-content dl.f-product dd a {
  color: #dddddd;
  text-underline-offset: 2px;
  -webkit-text-stroke: 1px transparent;
}
#footer .f-content dl.f-nav dd a:hover,
#footer .f-content dl.f-product dd a:hover {
  text-decoration: underline;
  -webkit-text-stroke: 1px #ddd;
}
#footer .f-copy {
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  -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;
  color: #ffffff;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  text-decoration: underline;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: #eeeeee;
  opacity: 0.8;
}
#footer .f-copy svg text {
  fill: #eeeeee;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  opacity: 1;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  left: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  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;
  margin-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  right: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #banner .left .mail {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .public-title {
    font-size: 45px;
  }
  #banner .right .banner-icon-box {
    zoom: 0.6;
  }
  #banner .left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #banner .left .phone,
  #banner .left .mail {
    margin-top: 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #banner .right .banner-icon-box {
    display: none;
  }
  #banner .right .banner-list-box {
    display: none;
  }
  #index-body .about .about-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #index-body .about .left .public-title img {
    display: none;
  }
  #index-body .about .left {
    width: 50%;
  }
  #index-body .about .content img {
    opacity: 1;
  }
  #index-body .about .right {
    overflow: unset;
    max-height: unset;
  }
  #index-body .about .number-Plus li:nth-child(2n) {
    display: none;
  }
  #index-body .about .number-Plus li {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #index-body .index-honor .sub-title {
    color: #ffffff;
  }
  #index-body .index-honor .public-title {
    color: #ffffff;
  }
  #index-body .index-honor .public-title sup {
    color: #fff;
  }
  #index-body .index-honor .honor-intro {
    color: #ffffff;
  }
  #index-body .index-honor .public-btn {
    border-color: #fff;
    color: var(--color);
    background-color: #fff;
  }
  #index-body .index-honor .public-btn:hover {
    background-color: var(--color);
    border-color: var(--color);
    color: #fff;
  }
  #index-body .index-honor .index-honor-slick li .slide-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  #index-body .index-honor .index-honor-slick .slick-current .slide-box {
    opacity: 1;
  }
  #index-body .index-honor .index-honor-slick .slick-current + div .slide-box {
    opacity: 1;
    -webkit-transform: translateX(-0.0); scale(1);
    -moz-transform: translateX(-0.0); scale(1);
    -ms-transform: translateX(-0.0); scale(1);
    transform: translateX(-0.0); scale(1);
  }
  #index-body .index-honor .index-honor-slick .slick-current + div + div .slide-box {
    opacity: 1;
    -webkit-transform: translateX(-0.0); scale(1);
    -moz-transform: translateX(-0.0); scale(1);
    -ms-transform: translateX(-0.0); scale(1);
    transform: translateX(-0.0); scale(1);
  }
  #index-body .index-honor .index-honor-slick .slick-current + div + div + div .slide-box {
    -webkit-transform: translateX(-0.0); scale(1);
    -moz-transform: translateX(-0.0); scale(1);
    -ms-transform: translateX(-0.0); scale(1);
    transform: translateX(-0.0); scale(1);
  }
  #index-body .index-honor .index-honor-slick .slick-current + div + div + div + div .slide-box {
    opacity: 1;
    -webkit-transform: translateX(-0.0); scale(1);
    -moz-transform: translateX(-0.0); scale(1);
    -ms-transform: translateX(-0.0); scale(1);
    transform: translateX(-0.0); scale(1);
  }
  #index-body .index-honor .index-honor-slick .slick-current + div + div + div + div + div .slide-box {
    opacity: 1;
    -webkit-transform: translateX(-0.0); scale(1);
    -moz-transform: translateX(-0.0); scale(1);
    -ms-transform: translateX(-0.0); scale(1);
    transform: translateX(-0.0); scale(1);
  }
  #index-body .index-honor .index-honor-slick .slick-current + div + div + div + div + div + div .slide-box {
    opacity: 1;
  }
  #footer .f-content .f-left form li {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #banner .left {
    display: none;
  }
  #banner .right {
    width: 100%;
  }
  #banner .right .banner-slick li .content .text-box h2 {
    margin-bottom: 20px;
  }
  #banner .right .banner-slick li .content .text-box p {
    display: none;
  }
  #index-body .advantage .advantage-list li {
    width: 50%;
  }
  #index-body .category .arrows {
    right: 50%;
  }
  #index-body .news .left {
    position: static;
  }
  #footer .f-content .f-right {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #footer .f-content .f-right .f-contact-list li {
    min-height: unset;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public-btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #index-body .category .category-slick .slick-list {
    padding-left: 5%;
  }
  #index-body .category .category-slick li {
    padding-top: 0;
  }
  #index-body .category .category-slick .slick-current + div .slide-box {
    -webkit-animation: unset;
    -moz-animation: unset;
    animation: unset;
  }
  #index-body .category .arrows {
    position: static;
    margin-top: 25px;
  }
  #index-body .about .number-Plus li .top {
    font-size: 30px;
  }
  #index-body .index-honor .content .prev,
  #index-body .index-honor .content .next {
    display: none;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-copy {
    margin-top: 25px;
  }
  #footer .f-copy .copy {
    display: block;
  }
  #footer .f-content .f-left form input[type='text'] {
    height: 40px;
  }
  .fixed-toolbar {
    left: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 20px;
  }
  #index-body .advantage .advantage-list li {
    width: 100%;
  }
  #index-body .about .number-Plus li {
    width: 100%;
  }
  #index-body .news .right .news-slick li .slide-box .news-content .news-left,
  #index-body .news .right .news-slick li .slide-box .news-content .news-right {
    width: 100%;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24,
  .font-25,
  .font-26,
  .font-27,
  .font-28,
  .font-29,
  .font-30,
  .font-31,
  .font-32 {
    line-height: 28px !important;
  }
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-22,
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29 {
    font-size: 20px;
  }
  .font-30,
  .font-31,
  .font-32 {
    font-size: 22px;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
.link {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.link::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #333;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.link:hover::after {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.inner-banner {
  margin-top: 12.40625%;
}
.inner-banner .title {
  font-size: 80px;
  letter-spacing: -6px;
  line-height: 1;
  font-weight: 500;
}
.inner-banner .box {
  background-color: #eff6ff;
  margin-top: -41px;
}
.inner-banner .box .left {
  width: 49.8958%;
  padding: 3.29% 5.79% 7.72443% 0;
}
.inner-banner .box .left .mbx {
  line-height: 1.7;
}
.inner-banner .box .left .down {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  cursor: pointer;
}
.inner-banner .box .left .down::after {
  background: var(--color);
}
.inner-banner .box .right {
  width: 50.1042%;
}
.inner-banner .down.hide {
  display: none;
}
.inner-banner .tab ul {
  margin: -10px;
}
.inner-banner .tab ul li {
  padding: 10px;
}
.inner-banner .tab ul li a {
  width: 163px;
  display: inline-block;
  padding: 19px 0 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  border: solid 1px #333333;
  text-align: center;
}
.inner-banner .tab ul li a::after {
  background: var(--color);
}
.inner-banner .tab ul li a:hover {
  border-color: var(--color);
  color: #fff;
}
.inner-banner .tab ul li a.active {
  border-color: var(--color);
  color: #fff;
}
.inner-banner .tab ul li a.active::after {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
@media screen and (max-width: 1680px) {
  .inner-banner .title {
    font-size: 100px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner .title {
    font-size: 80px;
    letter-spacing: -3px;
  }
}

.prodet-page {
  /*padding-top: 212px;*/
}
.prodet-page .sideBox .sideLeft {
  width: 57.917%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #f2f2f2), to(rgba(242, 242, 242, 0.2)));
  background: -webkit-linear-gradient(top, #f2f2f2 40%, rgba(242, 242, 242, 0.2) 100%);
  background: -moz-linear-gradient(top, #f2f2f2 40%, rgba(242, 242, 242, 0.2) 100%);
  background: linear-gradient(to bottom, #f2f2f2 40%, rgba(242, 242, 242, 0.2) 100%);
  padding: 0 5.73% 7.5% 0;
  position: relative;
  z-index: 1;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big img {
  width: 100%;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn {
  font-size: 23px;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div {
  width: 1.92em;
  height: 1.92em;
  background: #fff;
  color: #333;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div::after {
  background: var(--color);
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div.prev {
  right: 0;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div.next {
  right: initial;
  left: 20px;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div:hover {
  color: #fff;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .small {
  padding: 0 60px;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .small ul li .imgs {
  border: 1px solid rgba(45, 65, 152, 0.2);
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .sideBox .sideLeft .prodet-1 .img .small ul .slick-current li .imgs {
  border-color: var(--color);
}
.prodet-page .sideBox .sideLeft .prodet-2 .tab {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.prodet-page .sideBox .sideLeft .prodet-2 .tab ul li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  opacity: 0.6;
  margin-left: 28px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 10px 15px;
  color: #fff;
  background: var(--color);
}
.prodet-page .sideBox .sideLeft .prodet-2 .tab ul li:last-child {
  margin-left: 0;
}
.prodet-page .sideBox .sideLeft .prodet-2 .tab ul li:hover,
.prodet-page .sideBox .sideLeft .prodet-2 .tab ul li.active {
  opacity: 1;
  color: var(--color2);
}
.prodet-page .sideBox .sideLeft .prodet-2 .content {
  font-size: 14px;
  line-height: 2;
  color: #666;
}
/*.prodet-page .sideBox .sideLeft .prodet-2 .content table {
  white-space: nowrap;
}*/
.prodet-page .sideBox .sideLeft .prodet-2 .content .tit {
  font-size: 16px;
  text-transform: uppercase;
  display: none;
}
.prodet-page .sideBox .sideLeft .prodet-2 .content .con table{
  word-break: unset;
  overflow-wrap: break-word;
}
.prodet-page .sideBox .sideLeft .prodet-3 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul {
  padding: 0 !important;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li {
  list-style-type: none !important;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li {
  padding: 19px 0 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .top {
  font-weight: 600;
  font-size: 20px;
  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;
  padding: 0 29px 0 35px;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .top span {
  width: 90%;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom {
  margin-top: 20px;
  position: relative;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 29px 41px 34px;
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .con {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  width: 82%;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--color);
  background: #fff;
  padding: 23px 44px 23px 43px;
  border-radius: 30px;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .link::after {
  border-radius: 30px;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .link:hover {
  color: #fff;
}
.prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0)), to(var(--color)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, var(--color) 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 30%, var(--color) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, var(--color) 100%);
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul {
  margin: -6px -13px;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li {
  padding: 6px 13px;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input,
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea {
  width: 100%;
  height: 59px;
  background: transparent;
  border: 1px solid rgba(102, 102, 102, 0.1);
  font-size: 16px;
  padding: 0 13px;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input::-webkit-input-placeholder,
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea::-webkit-input-placeholder {
  color: #949494;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input:-moz-placeholder,
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea:-moz-placeholder {
  color: #949494;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input::-moz-placeholder,
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea::-moz-placeholder {
  color: #949494;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input:-ms-input-placeholder,
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea:-ms-input-placeholder {
  color: #949494;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input::placeholder,
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea::placeholder {
  color: #949494;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li input:focus,
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea {
  height: 140px;
  padding-top: 15px;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li .button {
  border: 0;
  background: var(--color);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 22px 21px;
  border-radius: 10px;
  margin-top: 6px;
 width: fit-content;
}
.prodet-page .sideBox .sideLeft .prodet-5 .content ul li .button::after {
  border-radius: 0;
}
.prodet-page .sideBox .sideRight {
  width: 42.083%;
  padding: 2.5% 3.4375% 0 5.2%;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
.prodet-page .sideBox .sideRight .category .link {
  display: inline-block;
  background: var(--color);
  color: #fff;
  line-height: 1;
  font-size: 14px;
  border-radius: 10px;
  font-weight: 600;
  padding: 23px 27px 23px 26px;
}
.prodet-page .sideBox .sideRight .category .link::after {
  border-radius: 0;
}
.prodet-page .sideBox .sideRight .text .con {
  line-height: 2;
  color: #666;
}
.prodet-page .sideBox .sideRight .product .content ul li {
  background-color: #f5f5f5;
}
.prodet-page .sideBox .sideRight .product .content ul li .img-box {
  width: 20.156%;
}
.prodet-page .sideBox .sideRight .product .content ul li .text {
  width: 79.844%;
}
.prodet-page .sideBox .sideRight .product .content ul li .text .tit {
  line-height: 1.2;
}
.prodet-page .sideBox .sideRight .product .content ul li .text .tag {
  color: #ccc;
  line-height: 1.2;
}
.prodet-page .sideBox .sideRight .product .content ul li .text .con {
  color: #666;
  line-height: 1.7;
}
.prodet-page .sideBox .sideRight .product .content ul li .text .link {
  width: 2em;
  height: 2em;
  background-color: #666666;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .sideBox .sideRight .product .content ul li .text .link::after {
  background: var(--color);
}
.prodet-page .sideBox .sideRight .btn {
  position: relative;
}
.prodet-page .sideBox .sideRight .btn a {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 23px 0;
  border-radius: 30px;
  text-align: center;
  width: 163px;
  border: solid 1px #666666;
}
.prodet-page .sideBox .sideRight .btn a::after {
  background: var(--color);
}
.prodet-page .sideBox .sideRight .btn a:hover {
  border-color: var(--color);
  color: #fff;
}
.prodet-page .sideBox .sideRight .btn::after {
  content: '';
  position: absolute;
  top: 0;
  width: 126%;
  right: -10%;
  height: 1px;
  background: rgba(53, 53, 53, 0.2);
}
.prodet-page .sideBox .sideRight .m-link {
  line-height: 1.8;
}
@media screen and (max-width: 1250px) {
  .prodet-page {
    padding-top: 60px;
  }
  .prodet-page .sideBox .sideRight .btn a:last-child {
    margin-right: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .sideBox .sideLeft {
    width: 100%;
    padding: 0 15px 30px;
  }
  .prodet-page .sideBox .sideRight {
    width: 100%;
    position: initial;
  }
  .prodet-page .sideBox .sideLeft .prodet-2 .content table tbody{
    white-space: normal;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .sideBox .sideRight .product .content ul li .text .link {
    left: 0;
  }
  .prodet-page .sideBox .sideLeft .prodet-5 .content ul li{
    width: 100%;
  }
  .prodet-page .sideBox .sideLeft .prodet-5 .content ul li input, .prodet-page .sideBox .sideLeft .prodet-5 .content ul li textarea{
    font-size: 14px;
    height: 45px;
  }
  .prodet-page .sideBox .sideLeft .prodet-5 .content ul li .button{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .sideBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .prodet-page .sideBox .sideLeft .prodet-1 .img .small {
    padding: 0;
  }
  .prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn {
    font-size: 16px;
  }
  .prodet-page .sideBox .sideLeft .prodet-1 .img .big .slickBtn div.next {
    left: 0;
  }
  .prodet-page .sideBox .sideLeft .prodet-2 .tab {
    display: none;
  }
  .prodet-page .sideBox .sideLeft .prodet-2 .content {
    padding-left: 0;
  }
  .prodet-page .sideBox .sideLeft .prodet-2 .content .slide {
    display: block;
  }
  .prodet-page .sideBox .sideLeft .prodet-2 .content .slide .tit {
    display: block;
    font-weight: 500;
  }
  .prodet-page .sideBox .sideLeft .prodet-4 .content ul li .top {
    font-size: 17px;
    padding: 0;
  }
  .prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom::after {
    display: none;
  }
  .prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text {
    position: initial;
    margin-top: 20px;
    color: #000;
    padding: 0;
  }
  .prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .con {
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
  }
  .prodet-page .sideBox .sideLeft .prodet-4 .content ul li .bottom .text .link {
    margin-top: 20px;
  }
  .prodet-page .sideBox .sideRight .category .link {
    padding: 22px 14px 23px 13px;
  }
  .prodet-page .sideBox .sideRight .btn a:last-child {
    margin: 10px 0 0 0;
  }
  .prodet-page .sideBox .sideRight .btn a{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.about-page .about-4 .i-tag {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  border-bottom: 1px solid rgba(53, 53, 53, 0.2);
  display: block;
  padding-bottom: 4px;
}
.about-page .about-4 {
  padding: 7.13542% 0 7.24%;
}
.about-page .about-4 .left {
  width: 53.705%;
  position: -webkit-sticky;
  position: sticky;
  top: 134px;
}
.about-page .about-4 .left .content {
  padding: 76px 0 110px 0;
}
.about-page .about-4 .left .content .year .circle {
  position: relative;
  z-index: 1;
  width: 480px;
  height: 480px;
  margin-right: 199px;
}
.about-page .about-4 .left .content .year .circle rect {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -webkit-transition-property: stroke-dashoffset;
  -moz-transition-property: stroke-dashoffset;
  transition-property: stroke-dashoffset;
  fill: none;
  stroke: #2b3944;
  stroke-width: 1.25;
  stroke-dasharray: 1;
  stroke-dashoffset: 2;
  rx: 240px;
  ry: 240px;
  opacity: 0.15;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: calc(100% - 2px);
  height: -webkit-calc(100% - 2px);
  height: -moz-calc(100% - 2px);
  height: calc(100% - 2px);
}
.about-page .about-4 .left .content .year .circle rect + rect {
  stroke: var(--color);
  stroke-width: 0.75;
  opacity: 1;
}
.about-page .about-4 .left .content .year .list {
  position: absolute;
  width: 100%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.about-page .about-4 .left .content .year .list .year-left {
  position: relative;
  z-index: 1;
  color: var(--color);
  font-size: 200px;
  line-height: 0.85;
  letter-spacing: -6px;
}
.about-page .about-4 .left .content .year .list .year-right {
  position: relative;
  z-index: 1;
  will-change: transform;
  font-size: 240px;
  line-height: 0.85;
  letter-spacing: -6px;
}
.about-page .about-4 .left .content .year .list .year-right .year-right-list {
  position: absolute;
}
.about-page .about-4 .left .content .year .list .year-right .year-right-list p {
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -moz-transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 0.5s cubic-bezier(0.25, 0.74, 0.22, 0.99);
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  color: rgba(0, 0, 0, 0.1);
}
.about-page .about-4 .left .content .year .list .year-right .year-right-list p.is-active {
  color: var(--color);
}
.about-page .about-4 .right {
  width: 46.295%;
}
.about-page .about-4 .right .his-item {
  padding: 56px 0 23px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-4 .right .his-item .con {
  line-height: 1.6;
  margin-top: 8px;
  min-height: calc(1.6em * 5);
}
.about-page .about-4 .right .his-item .img {
  margin-top: 13px;
}
.about-page .about-4 .right .his-item .img ul {
  margin: -4px;
}
.about-page .about-4 .right .his-item .img ul li {
  padding: 4px;
}
.about-page .about-4 .right .his-item .img ul li img {
  width: 100%;
}
@media screen and (max-width: 1450px) {
  .about-page .about-4 .left .content .year .circle {
    width: 370px;
    height: 370px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 .left .content .year .list .year-left,
  .about-page .about-4 .left .content .year .list .year-right .year-right-list p {
    font-size: 180px;
  }
  .about-page .about-4 .left .content .year .circle {
    margin-right: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-4 .box {
    padding-right: 0;
  }
  .about-page .about-4 .box .left {
    zoom: 0.7;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-4 .left {
    display: none;
  }
  .about-page .about-4 .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-4 .right .his-item {
    padding: 20px 0;
  }
}

.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 140px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
  padding-right: 20px;
  font-family: 'Hemihead';
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.2;
}
.sider-box .sider-left h2::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  line-height: 50px;
  min-height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-right: 25px;
  padding-left: 35px;
  background: #f0f0f0;
  position: relative;
  /*padding-top: 3px;*/
  font-size: 16px;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a {
  color: #ffffff;
  background-color: var(--color);
}
/*.sider-box .sider-left .category .catelist > ul > li.active > a i{
  transform: rotate(90deg);
}*/
.sider-box .sider-left .category .catelist > ul > li > a i.rotate-90{
  display: block;
  transform: rotate(90deg);
}
.sider-box .sider-left .category .catelist > ul > li.active ul{
  display: block;
}
.sider-box .sider-left .category .catelist > ul > li > a i {
  /*content: '>';*/
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 24px;
  /*font-family: cursive;*/
}
.sider-box .sider-left .category .catelist > ul > li > ul {
  display: none;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a:hover{
  background: var(--color);
  color: #fff;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: var(--color);
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: '\f0d7';
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit {
  margin: 24px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}

.sider-box .sider-left .quote .form .fileInputContainer input[type='text'] {
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}

.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more {
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  /*padding: 10px 50px;*/
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #ffffff;
  background-color: var(--color);
  box-shadow: 0 0 20px rgba(10, 92, 166, 0.6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-right: 25px;
  padding-left: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #ffffff;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(var(--color)));
  background-image: -webkit-linear-gradient(right, var(--color), var(--color));
  background-image: -moz-linear-gradient(right, var(--color), var(--color));
  background-image: linear-gradient(to left, var(--color), var(--color));
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .product-page .product-2 {
    margin-top: 0px !important;
  }
  .product-page .init-1 .tip_title {
    font-size: 20px !important;
    line-height: 36px !important;
  }
}
.product-page .init-1 {
  padding: 40px;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-page .init-1 .tip_title {
  font-size: 36px;
  text-transform: uppercase;
}
.product-page .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 2;
  max-height: 210px;
  overflow-y: scroll;
}
.product-page .init-2 {
  margin-top: 100px;
}
.product-page .init-2 .container .list_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .list_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .list_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .list_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .list_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  right: inherit;
  left: 20px;
  top: 20px;
}
.product-page .init-2 .container .list_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.product-page .init-2 .container .list_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-2 .container .list_cont.box_cont .list {
  width: 33.33%;
  height: 370px;
}
.product-page .init-2 .container .list_cont.labels_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.heat_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.paper_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.specialties_cont .list {
  width: 33.333%;
}
.product-page .init-2 .container .list_cont.variable_cont .list {
  width: 100%;
}
.product-page .init-2 .container .list_cont.baozhuang2_cont .list {
  width: 50%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list {
  width: 33.33%;
}
.product-page .init-2 .container .list_cont.biaoqian_cont .list:nth-child(4) {
  width: 100%;
}
.product-page .init-2 .container .bag_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .init-2 .container .bag_cont .list {
  width: 50%;
  padding: 0 15px;
  height: 430px;
  position: relative;
  margin-top: 30px;
}
.product-page .init-2 .container .bag_cont .list .box {
  padding: 10px;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.product-page .init-2 .container .bag_cont .list .box img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
}
.product-page .init-2 .container .bag_cont .list .box .img_2 {
  width: 40px;
  height: 40px;
  right: inherit;
  left: 20px;
  top: 20px;
}
.product-page .init-2 .container .bag_cont .list .box div {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 10px 15px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}
.product-page .init-2 .container .bag_cont .list:hover .box .img_1 {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.product-page .init-3 {
  margin-top: 130px;
}
.product-page .init-3 .container .tip_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.product-page .init-3 .container .content {
  margin-top: 90px;
  position: relative;
}
.product-page .init-3 .container .content .next,
.product-page .init-3 .container .content .prev {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 85px;
  left: 60px;
  border-radius: 50%;
  padding: 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  cursor: pointer;
}
.product-page .init-3 .container .content .next img,
.product-page .init-3 .container .content .prev img {
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product-page .init-3 .container .content .next:hover,
.product-page .init-3 .container .content .prev:hover {
  background-color: var(--color);
}
.product-page .init-3 .container .content .next:hover img,
.product-page .init-3 .container .content .prev:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-page .init-3 .container .content .prev {
  right: 60px;
}
.product-page .init-3 .container .content .swiper {
  width: 75%;
  margin: 0 auto;
  overflow: hidden;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  padding: 20px 50px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .sub_div {
  background-color: #f6f6f5;
  position: absolute;
  width: 100%;
  height: 225px;
  bottom: 0;
  right: 0;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*height: 259px;*/
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .img img {
  max-width: 100%;
  max-height: 112%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .text {
  position: relative;
  z-index: 2;
  margin-top: -9px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  display: block;
  height: 90px;
}
.product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .des {
  position: relative;
  z-index: 2;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.product-page .init-4 {
  padding: 120px 0;
  background-image: url(/hypapercup/2023/03/13/p212.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.product-page .init-4 .container {
  text-align: center;
  color: #fff;
}
.product-page .init-4 .container .tip_title {
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
}
.product-page .init-4 .container .des {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 20px;
}
.product-page .init-4 .container .more {
  margin: auto;
  margin-top: 70px;
  border: 1px solid #fff;
  color: var(--white);
}
.product-page .init-4 .container .more::after {
  width: 1px;
  height: 50px;
  right: 95px;
  top: -43px;
}
.product-page .init-5 {
  margin-top: 50px;
}
.product-page .init-5 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 120px;
}
.product-page .init-5 .container .list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  border: #c1c1c1 solid 2px;
  border-radius: 5px;
  height: 330px;
}
.product-page .init-5 .container .list div img {
  display: block;
  margin: auto;
  max-width: 70px;
}
.product-page .init-5 .container .list div .text {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}

.product-page .pro_init_1 {
  padding-top: 80px;
}

.product-page .pro_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}

.product-page .pro_init_1 .container .left .smallImg {
  width: 22.6%;
  float: right;
}
.product-page .pro_init_1 .container .left .smallImg ul {
  margin: -10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li {
  padding: 10px;
}
.product-page .pro_init_1 .container .left .smallImg ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .pro_init_1 .container .left .smallImg ul li a img {
  display: block;
  border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg {
  width: 77.4%;
  padding-right: 4%;
  display: inline-block;
}
.product-page .pro_init_1 .container .left .bigImg ul li {
  padding: 1px;
}
.product-page .pro_init_1 .container .left .bigImg ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.product-page .pro_init_1 .container .left .bigImg img {
  border: 1px solid #dcdcdc;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow {
  width: 40px;
  height: 40px;
  background: #fffef9;
  color: transparent;
  font-size: 0;
  border: none;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev {
  right: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
  background-image: url('../images/banner-btn-l.png');
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next {
  left: 12px;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
  background-image: url('../images/banner-btn-r.png');
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:hover {
  background: var(var(--color));
}

.product-page .pro_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.product-page .pro_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .prodet-2 {
  padding: 90px 0 0;
}
.product-page .prodet-2 .options ul {
  border-bottom: 1px solid #d2d2d2;
}
.product-page .prodet-2 .options ul li {
  margin-left: 100px;
  font-size: 30px;
  text-transform: uppercase;
  color: #b7b7b7;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 10px 10px;
  cursor: pointer;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .prodet-2 .options ul li:after {
  content: '';
  height: 3px;
  width: 0;
  position: absolute;
  right: 0;
  bottom: -1px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(var(--color));
}
.product-page .prodet-2 .options ul li:hover,
.product-page .prodet-2 .options ul li.active {
  color: #373330;
}
.product-page .prodet-2 .options ul li:hover:after,
.product-page .prodet-2 .options ul li.active:after {
  width: 100%;
}
.product-page .prodet-2 .ret {
  margin-top: 50px;
}
.product-page .prodet-2 .ret .content {
  font-size: 18px;
  line-height: 32px;
}
.product-page .prodet-2 .ret .content dl dd {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .prodet-2 .ret .content dl dd h4 {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 18px;
  line-height: 1.8;
}

.product-page .form ul {
  margin: -17px;
}
.product-page .form ul li {
  padding: 17px;
}
.product-page .form ul li input,
.product-page .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: right;
}
.product-page .form ul li input:focus,
.product-page .form ul li textarea:focus {
  border-color: var(--color);
  background: rgba(130, 216, 205, 0.03);
}
.product-page .form ul li input::-webkit-input-placeholder,
.product-page .form ul li textarea::-webkit-input-placeholder {
  color: #898989;
}
.product-page .form ul li input:-moz-placeholder,
.product-page .form ul li textarea:-moz-placeholder {
  color: #898989;
}
.product-page .form ul li input::-moz-placeholder,
.product-page .form ul li textarea::-moz-placeholder {
  color: #898989;
}
.product-page .form ul li input:-ms-input-placeholder,
.product-page .form ul li textarea:-ms-input-placeholder {
  color: #898989;
}
.product-page .form ul li input::placeholder,
.product-page .form ul li textarea::placeholder {
  color: #898989;
}
.product-page .form ul li.wid-100 {
  width: 100%;
}
.product-page .form ul li textarea {
  height: 210px;
}
.product-page .form ul li input[type='submit'] {
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 5px;
  background: #000;
  background: var(var(--color));
  color: white;
  font-size: 18px;
  /*text-transform: uppercase;*/
  /*font-weight: bold;*/
  width: auto;
  border: none;
}
.product-page .form ul li input[type='submit']:hover {
  opacity: 0.7;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
  text-align: center;
  margin-left: 10px;
  background: white;
  color: black;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .pro_init_1 .container .right .share ul li a {
  display: block;
}
.product-page .pro_init_1 .container .right .share ul li:hover {
  background: var(var(--color));
}

@media screen and (max-width: 1700px) {
  .product-page .form ul li input,
  .product-page .form ul li textarea {
    padding: 15px;
  }
}

@media screen and (max-width: 1500px) {
  .product-page .prodet-2 {
    padding: 70px 0;
  }
  .product-page .prodet-2 .options ul li {
    font-size: 20px;
  }
  .product-page .form ul li input,
  .product-page .form ul li textarea {
    font-size: 16px;
  }
  .product-page .pro_init_1 .container .right .share ul li {
    width: 35px;
    height: 35px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1250px) {
  .product-page .pro_init_1 .container .left .bigImg {
    padding-right: 2.5%;
  }
  .product-page .form ul li {
    padding: 10px;
  }
  .product-page .form ul {
    margin: -10px;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .pro_init_1 .container .left .bigImg {
    padding-right: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
    padding-right: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
    display: none;
  }
  .product-page .pro_init_1 .container .left .bigImg {
    width: 100%;
    padding-right: 0;
  }
  .product-page .prodet-2 .options ul li {
    margin-left: 25px;
  }
  .product-page .prodet-2 .options {
    display: none;
  }
  .product-page .prodet-2 .ret .slide {
    display: block;
    margin-top: 30px;
  }
  .product-page .prodet-2 {
    padding-top: 0;
  }
  .product-page .prodet-2 .ret .content {
    font-size: 14px;
    line-height: 2;
    margin-top: 20px;
  }
  .product-page .form ul li input,
  .product-page .form ul li textarea {
    padding: 10px;
  }
  .product-page .form ul li input[type='submit'] {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
  }
  .product-page .prodet-2 .ret .det {
    overflow-x: auto;
  }
  .product-page .prodet-2 .ret .det table {
    table-layout: auto;
  }
  .product-page .prodet-2 .ret .det table td {
    min-width: 200px;
    width: auto;
    font-size: 14px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .prodet-2 .ret {
    margin-top: 0;
  }
  .product-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
}

.product-page .pro_init_1 .container .left .swiper {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .pro_init_1 .container .right {
  width: 46%;
}

.product-page .pro_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.product-page .pro_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight: 500;
}

.product-page .pro_init_1 .container .right .text_2 {
  font-size: 36px;
  line-height: 1.4;
  color: #4a4a4a;
  text-transform: uppercase;
}
.product-page .pro_init_1 .container .right .shangxia a {
  display: block;
}
.product-page .pro_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.product-page .pro_init_1 .container .right .cont_list .list {
  position: relative;
}

.product-page .pro_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-left: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight: bold;
  text-transform: uppercase;
}

.product-page .pro_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  left: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.product-page .pro_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  max-height: 300px;
  overflow: auto;
  padding-left: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb {
  background: var(var(--color));
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.product-page .pro_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.product-page .pro_init_1 .container .right .cont_list .list .content ul li {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li .con {
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.product-page .pro_init_1 .container .right .cont_list .list .content ul li:last-child {
  margin-bottom: 0;
}
.product-page .pro_init_1 .container .right .more {
  margin-top: 30px;
}

.product-page .pro_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
/*.product-page .pro_init_1 .container .right .more::before {
  display: none;
}*/

.product-page .pro_init_2 {
  padding: 100px 0;
}

.product-page .pro_init_2 .tip_cont {
  text-align: center;
}

.product-page .pro_init_2 .tip_cont .title_1 {
  font-size: 36px;
  font-weight: bold;
}

.product-page .pro_init_2 .tip_cont .title_2 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  margin-top: 5px;
}

.product-page .pro_init_2 .list_cont {
  padding: 0 80px;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_2 .list_cont .list {
  margin-top: 40px;
  width: 27%;
  text-align: center;
}

.product-page .pro_init_2 .list_cont .list .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  border: 2px solid #3c3c3c;
  margin: auto;
}

.product-page .pro_init_2 .list_cont .list .img img {
  width: 40%;
}

.product-page .pro_init_2 .list_cont .list .title {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
}

.product-page .pro_init_2 .list_cont .list .des {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
  font-weight: 500;
  padding-left: 5px;
}

.product-page .pro_init_2 .list_cont .list .more {
  margin: auto;
  margin-top: 30px;
  text-transform: inherit;
}

/*.product-page .pro_init_2 .list_cont .list .more::before {
  display: none;
}*/

.product-page .pro_init_3 {
  padding: 100px 0;
}

.product-page .pro_init_3 .container form {
  max-width: 950px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-page .pro_init_3 .container form input {
  margin-top: 20px;
  padding: 15px 0;
  border: none;
  border-bottom: #000 solid 2px;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  width: 49%;
}

.product-page .pro_init_3 .container form input::-webkit-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input:-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::-ms-input-placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form input::placeholder {
  color: #000;
}

.product-page .pro_init_3 .container form .mail {
  width: 100%;
}

.product-page .pro_init_3 .container form .shadow_input {
  display: none;
}

.product-page .pro_init_3 .container form .list {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
}

.product-page .pro_init_3 .container form .list .tip {
  font-weight: 500;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
}

.product-page .pro_init_3 .container form .list .text {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 46px;
  border: 1px solid #dadada;
  margin-top: 10px;
  line-height: 46px;
  padding-right: 15px;
  font-weight: 500;
  color: #313131;
  font-size: 16px;
}

.product-page .pro_init_3 .container form .list .text span {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list .text input {
  cursor: pointer;
}

.product-page .pro_init_3 .container form .list input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  margin-top: 0;
  padding: 0;
  opacity: 0;
}

.product-page .pro_init_3 .container form .list .content {
  width: 100%;
  padding: 10px 15px;
  margin-top: 10px;
  border: 1px solid #dadada;
  font-weight: 500;
}

.product-page .pro_init_3 .container form .submit_btn {
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  margin: auto;
  margin-top: 40px;
  /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
  display: inline-block;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #222;
}

.product-page .fl {
  display: none;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-page .fl .box {
  padding: 30px;
  background: #f7f7f7;
}
.product-page .fl .box h3 {
  display: block;
  padding: 38px 25px;
  background: var(var(--color));
  font-size: 30px;
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-right: 4px solid var(var(--color));
  font-size: 18px;
  color: black;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.product-page .fl .box .list ul li.active ul {
  display: block;
}
.product-page .fl .box .list ul li i {
  position: absolute;
  top: 6px;
  left: 0px;
  padding: 10px;
  font-size: 18px;
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
/*.product-page .fl .box .list ul li:hover {
  background: var(var(--color));
  color: white;
}*/
.product-page .fl .box .list ul li ul li {
  border: none;
  background: #fff;
}
.product-page .fl .box .list ul li ul li:hover {
  background: var(var(--color));
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active {
  background: var(var(--color));
  color: #fff;
}

.product-page .product-2 {
  margin-top: 90px;
  margin-bottom: 90px;
}
@media (max-width: 1250px) {
  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }

  .product-page .init-2 .container .list_cont .list {
    height: 300px;
  }
}
@media (max-width: 1000px) {
  .product-page .init-1 .container .des {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 215px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    height: 200px;
  }
  .product-page .init-3 .container .content .next {
    display: none;
  }
  .product-page .init-3 .container .content .prev {
    display: none;
  }
  .product-page .init-5 .container {
    padding: 0;
  }
  .product-page .init-5 .container .list {
    height: 210px;
  }
  .pro-single-page {
    margin-top: 40px;
  }
  .product-page .pro_init_1 .container .left {
    width: 100%;
  }

  .product-page .pro_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .product-page .pro_init_1 .container .right {
    text-align: center;
  }

  .product-page .pro_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .product-page .pro_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }

  .product-page .pro_init_2 .list_cont .list {
    width: 100%;
  }

  .product-page .pro_init_2 .list_cont .list .des {
    height: auto;
  }
  .product-page .init-2 .container .list_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 50%;
    height: 40vw;
  }
  .product-page .init-5 .container {
    padding: 0 15px;
  }
}
@media (max-width: 500px) {
  .product-page {
    padding-bottom: 40px;
  }
  .product-page .init-1 {
    padding: 10px 20px;
  }
  .product-page .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none !important;
  }
  .product-page .init-2 {
    margin-top: 40px;
  }
  .product-page .init-2 .container .list_cont .list {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    height: 55vw;
  }
  .product-page .init-2 .container .list_cont .list .box .img_2 {
    height: 30px;
    width: 30px;
  }
  .product-page .init-2 .container .list_cont .list .box div {
    font-size: 16px;
  }
  .product-page .init-2 .container .list_cont.box_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.heat_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.labels_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.paper_cont .list {
    width: 100%;
    height: 60vw;
  }
  .product-page .init-2 .container .list_cont.variable_cont .list {
    height: 30vw;
  }
  .product-page .init-2 .container .list_cont.baozhuang2_cont .list {
    width: 100%;
  }
  .product-page .init-2 .container .list_cont.specialties_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-2 .container .list_cont.biaoqian_cont .list {
    width: 100%;
    height: 90vw;
  }
  .product-page .init-3 {
    margin-top: 40px;
  }
  .product-page .init-3 .container .tip_title {
    font-size: 20px;
  }
  .product-page .init-3 .container .content {
    margin-top: 20px;
  }
  .product-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide {
    padding: 10px 20px;
  }
  .product-page .init-4 {
    padding: 60px 0;
    margin-top: 40px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }
  .product-page .pro_init_1 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .product-page .pro_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .product-page .pro_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .product-page .pro_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .product-page .pro_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-left: 25px;
    padding-bottom: 5px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .product-page .pro_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

  .product-page .pro_init_2 {
    padding: 40px 0;
  }

  .product-page .pro_init_2 .tip_cont .title_1 {
    font-size: 20px;
  }

  .product-page .pro_init_2 .tip_cont .title_2 {
    font-size: 16px;
    line-height: 2;
  }

  .product-page .pro_init_2 .list_cont {
    padding: 0;
    margin-top: 0;
  }

  .product-page .pro_init_3 {
    padding: 40px 0;
  }

  .product-page .pro_init_3 .container form input {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .init-3 .container .content .swiper {
    width: 100%;
  }
  .product-page .init-3 .container .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .init-3 .container .content .swiper {
    width: 100%;
  }
  .product-page .init-3 .container .content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .fl {
    display: block;
  }
  .product-page .fl .box {
    padding: 30px 15px;
    display: none;
  }
  .product-page .fl .box h3 {
    padding: 10px 15px;
    font-size: 24px;
  }
}
@media (max-width: 700px) {
  .product-page .product-2{
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .fl .box .list ul li {
    font-size: 16px;
  }
}
.m-page .wp-pagenavi {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 8px;
  width: 78px;
  line-height: 78px;
  height: 78px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .m-page a,
  .m-page span {
    font-size: 16px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 700px) {
  .m-page .wp-pagenavi{
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.product_list {
  background-color: #fafafa;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a {
  display: block;
  /*padding: 30px;*/
  /*transform: scale(1.3);*/
}
.product_list .img a img{
  transform: scale(1.1);
}
.product_list .img span {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: var(--color);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3 {
  margin-top: 15px;
}
@media screen and (max-width: 1000px) {
  .product_list {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .product_list {
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .product_list {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .product_list {
    padding: 15px;
  }
}

.product-2 .sidebar-info {
  margin-bottom: 4.7rem;
  padding: 8rem 3rem 8.5rem;
  border-radius: 20px;
  background: url(../images/by.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  margin-top: 30px;
}
.product-2 .sidebar-info h5 {
  font-size: 36px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2rem;
}
.product-2 .sidebar-info p {
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
}
.product-2 .sidebar-info .info-tel {
  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;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
  margin-left: 2rem;
}
.product-2 .sidebar-info .icon a {
  margin: 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}

.product-page .submit input {
  width: 200px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.product-page .submit input {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  display: block;
}
.product-page  .submit {
  color: white;
  font-weight: bold;
}
.product-page .submit {
  width: 195px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.product-page .submit input[type='submit'] {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  /*line-height: 54px;*/
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: none;
}
.product-page .submit::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transform: translateX(400.0px);
  -moz-transform: translateX(400.0px);
  -ms-transform: translateX(400.0px);
  transform: translateX(400.0px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.product-page .submit:hover::before {
  -webkit-transform: translateX(-0.0);
  -moz-transform: translateX(-0.0);
  -ms-transform: translateX(-0.0);
  transform: translateX(-0.0);
}
.seoPublic .Auxil-about .box .right div.h3,
.seoPublic .Auxil-news .list ul li .content a.link{
  font-weight: bold;
}
.seoPublic .Auxil-form .form ul li input[type="submit"]:hover{
  background-color: var(--color);
}
/*三套*/
.about-page .about-1 .top .img {
  position: relative;
  border-radius: 10px;
  width: 100%;
  text-align: center;
}
.about-page .about-1 .top .img .lazy {
  border-radius: 15px;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  left: 36px;
  bottom: 115px;
  display: inline-block;
  padding: 50px 60px 50px 50px;
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(#3e3e3c, #3e3e3c);
  border-radius: 50%;
  z-index: 1;
}
.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -15px;
  top: -15px;
  left: -15px;
  bottom: -15px;
  background: rgba(10,92,166, 0.5);
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}

.about-page .about-1 .top .img .play::before {
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}

.about-page .about-1 .top .text {
  max-width: 1370px;
  width: 100%;
  margin: -150px auto 0;
  background: #fff;
  -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
  padding: 50px;
  border-radius: 10px;
}

.about-page .about-1 .top .text .title {
  line-height: 1.2;
  text-transform: uppercase;
}

.about-page .about-1 .top .text .con {
  margin-top: 26px;
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}

.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}

.about-page .about-1 .bottom ul {
  margin-left: -70px;
}

.about-page .about-1 .bottom ul li {
  padding-left: 70px;
}

.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;
}

.about-page .about-1 .bottom ul li .data em {
  font-size: 56px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}

.about-page .about-1 .bottom ul li .data sub {
  font-size: 22px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 7px 9px 0;
}

.about-page .about-1 .bottom ul li .text .tit {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 2;
  margin-top: 23px;
}

.about-page .about-1 .bottom ul li .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
}

.about-page .about-2 {
  margin-top: 137px;
}

.about-page .about-2 .box {
  padding: 12px 0 122px 0;
  position: relative;
  z-index: 1;
}

.about-page .about-2 .box .img {
  width: 50%;
  vertical-align: middle;
  border-radius: 10px;
}

.about-page .about-2 .box .img img {
  border-radius: 10px;
}

.about-page .about-2 .box .text {
  width: 50%;
  padding-right: 64px;
  vertical-align: middle;
  color: #111;
}

.about-page .about-2 .box .text .header {
  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;
  padding-left: 24px;
}

.about-page .about-2 .box .text .header .left {
  width: 100%;
}

.about-page .about-2 .box .text .header .title {
  margin-top: 12px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 41px;
}

.about-page .about-2 .box .text .header .more {
  color: #000;
  margin-bottom: 10px;
  background: #fff;
}

.about-page .about-2 .box .text .header .more span {
  text-decoration: none;
}

.about-page .about-2 .box .text .con {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.about-page .about-2 .box .text .list {
  margin-top: 29px;
}

.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}

.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-right: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}

.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  right: 0;
  width: 30px;
  height: 2px;
  background: white;
}

.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 84.5%;
  height: 100%;
  background: #fff;
  border-radius: 15px;
}

.about-page .about-3 {
  background-color: #f2f2f2;
  padding: 6% 0 6%;
  margin-top: -122px;
}

.about-page .about-3 .header {
  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-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}

.about-page .about-3 .header .left {
  width: 50%;
}

.about-page .about-3 .header .left span.tag {
  color: var(--color);
}

.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;

  font-weight: 900;
}

.about-page .about-3 .header .right {
  width: 50%;
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
  padding: 0 20px 0 0;
}

.about-page .about-3 .content {
  margin-top: 88px;
}

.about-page .about-3 .content ul {
  margin: 0 -37px;
}

.about-page .about-3 .content ul li .slide-box {
  margin: 0 20px 37px;
  background: #fff;
  padding: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #121212;
  border-radius: 6px;
}

.about-page .about-3 .content ul li .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  margin-top: 15px;
}

.about-page .about-3 .content ul li p {
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-page .about-3 .content ul li .slide-box:hover {
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

/*.about-page .about-3 .content ul li:hover i img {
    -webkit-filter: grayscale(100%) brightness(300);
    filter: grayscale(100%) brightness(300);
  }*/
.about-page .about-3 .content ul li:hover .tit,
.about-page .about-3 .content ul li:hover p {
  color: white;
}

.about-page .about-3 .list {
  margin-top: 151px;
}

.about-page .about-3 .list .img-box {
  display: block;
}

.about-page .about-3 .list .img-box img {
  width: 100%;
}

.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: left;
  padding-left: 22px;
}

.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-left: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
  padding: 0;
}

.about-page .about-3 .list .slick-dots li:last-child {
  margin-left: 0;
}

.about-page .about-3 .list .slick-dots li button {
  display: none;
}

.about-page .about-3 .list .slick-dots li.slick-active {
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

.about-page .about-41 {
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(#3e3e3c, #3e3e3c);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}

.about-page .about-41 .box {
  max-width: 507px;
  margin: 0 auto 0 94px;
}

.about-page .about-41 .box .title {
  margin-top: 27px;
}

.about-page .about-41 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}

.about-page .about-41 .box .info {
  margin-top: 20px;
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.about-page .about-41 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}

.about-page .about-41 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}

.about-page .about-41 .box .more {
  margin-top: 36px;
  background: #000;
}

.about-page .about-41 .box .more:hover {
  background: #fff;
  color: var(--color);
}

.about-page .about-5 {
  padding: 120px 0 180px;
  background: #f0fbff;
}

.about-page .about-5 .header {
  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;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}

.about-page .about-5 .header .right {
  width: 51%;
  font-size: 18px;
  line-height: 1.8;
  color: #7b7b7b;
  padding: 0 20px 0 0;
}

.about-page .about-5 .header span.tag {
  color: var(--color);
}

.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}

.about-page .about-5 .header .more {
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(#3e3e3c, #3e3e3c);
  margin-bottom: 4px;
}

.about-page .about-5 .header .more:hover {
  background: #000;
}

.about-page .about-5 .content {
  margin-top: 47px;
}

.about-page .about-5 .content ul {
  margin-left: -42px;
}

.about-page .about-5 .content ul li {
  padding-left: 30px;
}

.about-page .about-5 .content ul li .img-box {
  display: block;
}

.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}

.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}

.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-left: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
  padding: 0;
}

.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-left: 0;
}

.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}

.about-page .about-5 .content ul .slick-dots li.slick-active {
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

@media screen and (max-width: 1440px) {
  .about-page .about-2 {
    margin-top: 100px;
  }
  .about-page .about-41 .box {
    margin: 0 auto;
  }
}

@media screen and (max-width: 1280px) {
  .about-page .about-1 .top .img .play {
    padding: 30px 40px 30px 30px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 45px;
  }
  .about-page .about-2 {
    margin-top: 80px;
  }
  .about-page .about-2 .box .text {
    padding: 0 30px 0 15px;
  }

  .about-page .about-3 .content ul li .slide-box {
    padding: 20px 15px;
  }

  .about-page .about-3 .content ul li .tit {
    font-size: 22px;
  }

  .about-page .about-41 {
    max-width: 800px;
  }
}

@media screen and (max-width: 1100px) {
  .about-page .about-1 .top .text {
    padding: 70px 50px 90px;
    margin: -100px auto 0;
  }

  .about-page .about-1 .bottom ul {
    margin-left: -40px;
  }

  .about-page .about-1 .bottom ul li {
    padding-left: 40px;
  }

  .about-page .about-3 .content ul {
    margin: 0 0 -20px -20px;
  }

  .about-page .about-3 .content ul li .slide-box {
    margin: 0 0 20px 20px;
  }

  .about-page .about-41 {
    max-width: 700px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .top .text {
    padding: 50px 30px;
    margin: -50px auto 0;
  }

  .about-page .about-1 .top .text .con {
    font-size: 18px;
  }

  .about-page .about-1 .bottom {
    margin: 60px auto 0;
  }

  .about-page .about-1 .bottom ul {
    margin-left: -20px;
  }

  .about-page .about-1 .bottom ul li {
    padding-left: 20px;
  }

  .about-page .about-1 .bottom ul li .data em {
    font-size: 35px;
  }

  .about-page .about-1 .bottom ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }

  .about-page .about-1 .bottom ul li .text p {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-2 {
    margin-top: 47px;
  }

  .about-page .about-2 .box {
    padding: 0 0 60px;
  }

  .about-page .about-2 .box .img {
    width: 100%;
  }

  .about-page .about-2 .box .text {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }

  .about-page .about-2 .box::after {
    width: 100%;
  }

  .about-page .about-3 {
    margin-top: 0;
    padding: 60px 0;
  }

  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .about-page .about-3 .header .left {
    width: 100%;
  }

  .about-page .about-3 .header .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .about-page .about-3 .content {
    margin-top: 30px;
  }

  /*.about-page .about-3 .content ul li {
      width: 47%;
    }*/
  .about-page .about-3 .list {
    margin-top: 60px;
  }

  .about-page .about-3 .list .slick-dots {
    bottom: -40px;
  }

  .about-page .about-41 {
    max-width: 680px;
    margin-top: 0;
  }

  .about-page .about-5 {
    padding: 60px 0 11.05%;
  }

  .about-page .about-5 .header {
    padding-bottom: 30px;
  }

  .about-page .about-5 .header .left {
    width: 52%;
  }

  .about-page .about-5 .content ul {
    margin-left: -20px;
  }

  .about-page .about-5 .content ul li {
    padding-left: 20px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-1 .top .img .play {
    padding: 20px 30px 20px 20px;
    bottom: 20px;
  }

  .about-page .about-1 .top .text {
    margin-top: 0;
    padding: 30px 15px;
  }

  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }

  .about-page .about-1 .bottom ul li .data {
    padding-bottom: 0;
  }

  .about-page .about-1 .bottom {
    margin: 30px auto 0;
  }

  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }

  .about-page .about-2 {
    margin-top: 30px;
  }

  .about-page .about-3 {
    padding: 30px 0;
  }

  /*.about-page .about-3 .content ul li {
      width: 45.9%;
    }*/
  .about-page .about-3 .content ul li .tit {
    font-size: 20px;
    line-height: 1.8;
  }

  .about-page .about-3 .content ul li p {
    font-size: 17px;
    margin-top: 10px;
  }

  .about-page .about-3 .list {
    margin-top: 30px;
  }

  .about-page .about-41 {
    padding: 30px 15px;
  }

  .about-page .about-5 {
    padding: 40px 0;
  }
  .about-page .about-5 .content ul .slick-dots {
    position: static;
    margin-top: 5%;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .about-page .about-5 .header .left {
    width: 100%;
  }

  .about-page .about-5 .header .left .title {
    margin-top: 15px;
  }

  .about-page .about-5 .header .right {
    margin-top: 20px;
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-5 .content {
    margin-top: 20px;
  }

  .about-page .about-5 .content ul .slick-dots {
    bottom: -25px;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-1 .top .img .play {
    padding: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }

  .about-page .about-1 .top .img .play img {
    width: 20px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
  }

  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-1 .bottom ul {
    margin: 0 0 -20px 0;
  }

  .about-page .about-1 .bottom ul li {
    padding: 0 0 20px 0;
  }

  .about-page .about-1 .bottom ul li .data em {
    font-size: 30px;
  }

  .about-page .about-2 .box {
    padding-bottom: 30px;
  }

  .about-page .about-2 .box .text .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-2 .box .text .header .left {
    width: 100%;
  }

  .about-page .about-2 .box .text .header .left .title {
    margin-top: 10px;
  }

  .about-page .about-2 .box .text .header .right {
    padding: 20px 0 0;
  }

  .about-page .about-2 .box .text .con {
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }

  .about-page .about-2 .box .text .list ul li {
    font-size: 16px;
    line-height: 1.8;
  }

  .about-page .about-3 .header {
    padding-bottom: 10px;
  }

  .about-page .about-3 .header .left .title {
    margin-top: 10px;
  }

  .about-page .about-3 .header .right {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-3 .content ul {
    margin: 0 0 -20px 0;
  }

  /*.about-page .about-3 .content ul li {
      width: 100%;
    }*/
  .about-page .about-3 .content ul li .slide-box {
    margin: 0 0 20px 0;
  }

  .about-page .about-3 .content ul li p {
    font-size: 16px;
    line-height: 30px;
  }

  .about-page .about-41 .box .title {
    margin-top: 10px;
  }

  .about-page .about-41 .box .con {
    margin-top: 10px;
  }

  .about-page .about-41 .box .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }

  .about-page .about-41 .box .info p {
    font-size: 14px;
    line-height: 2;
  }

  .about-page .about-41 .box .info .left {
    width: 100%;
  }
  .about-page .about-41 .box .info .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-41 .box .more {
    margin-top: 20px;
  }
  .about-page .about-5 .header .left .title {
    margin-top: 10px;
  }
}

.design-page .design-4 {
  color: white;
  padding: 107px 0 70px;
}

.design-page .design-4 .left {
  position: sticky;
  top: 170px;
  width: 35%;
}

.design-page .design-4 .left p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.design-page .design-4 .left .i-title {
  line-height: 1.2;
}

.design-page .design-4 .right {
  padding-right: 90px;
  width: 65%;
}

.design-page .design-4 .right ul li {
  padding-right: 140px;
  position: relative;
  padding-bottom: 50px;
}

.design-page .design-4 .right ul li .icon {
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(#3e3e3c, #3e3e3c);
  text-align: center;
  line-height: 77px;
  position: absolute;
  right: 0;
  top: 0;
}

.design-page .design-4 .right ul li .icon img {
  vertical-align: middle;
}

.design-page .design-4 .right ul li::after {
  content: '';
  position: absolute;
  right: 38px;
  top: 87px;
  width: 1px;
  height: calc(100% - 97px);
  background: rgba(255, 255, 255, 0.3);
}
.design-page .design-4 .right ul li:last-child::after {
  display: none;
}

.design-page .design-4 .right ul li:last-child .icon::after {
  content: none;
}

.design-page .design-4 .right ul li h4 {
  font-size: 30px;
  font-weight: bold;
}

.design-page .design-4 .right ul li .des {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 1400px) {
  .design-page .design-4 .right {
    padding-right: 30px;
  }
  .design-page .design-4 .right ul li h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .design-page .design-4 .right ul li {
    padding-right: 105px;
    padding-bottom: 40px;
  }

  .design-page .design-4 .right ul li .icon:after {
    height: 225%;
  }
}
@media screen and (max-width: 1000px) {
  .design-page .design-4 .left {
    position: relative;
    width: 100%;
    top: 0;
  }
  .design-page .design-4 .right ul li h4 {
    font-size: 24px;
  }
  .design-page .design-4 .right {
    width: 100%;
    margin-top: 20px;
  }
  .design-page .design-4 .right ul li .des {
    font-size: 16px;
  }
  .design-page .design-4 .right ul li .icon {
    zoom: 0.8;
  }
}
@media screen and (max-width: 700px) {
  .design-page .design-4 .right {
    padding-right: 0;
  }

  .design-page .design-4 .left {
    width: 100%;
  }
  .design-page .design-4 .right ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .design-page .design-4 .right ul li {
    padding-right: 0;
  }
  .design-page .design-4 .right ul li .icon {
    position: relative;
    margin-bottom: 12px;
  }
  .design-page .design-4 .right ul li .icon::after {
    content: none;
  }
  .design-page .design-4 .right ul li::after {
    display: none;
  }
  .design-page .design-2 .right .txt {
    margin-top: 30px;
  }
}

.gallery-page .init-2 {
  padding-top: 60px;
  background: #ffffff;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video {
  display: block;
  width: 100%;
}

.gallery-page .init-2 .container ul li .box .title {
  /*font-weight: 600;*/
  text-align: center;
  margin-top: 16px;
  color: #666;
}

.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}

.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
  border-radius: 10px;
}

.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  -o-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}
@media (max-width: 1000px) {
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}

.inner-page .sidebar-box .sidebar-left {
  width: 28%;
  position: sticky;
  top: 130px;
  padding-left: 45px;
  margin-top: 60px;
}

.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type='text'] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-left: 50px;
  font-size: 14px;
  color: #555555;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type='submit'] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/icon-search-black.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  /*max-height: 3300px;
    overflow-y: auto;*/
  padding-left: 5px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 16px;
  /*font-weight: bold;*/
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
  color: #666;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
  float: left;
  position: relative;
  top: 1px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color);
}

/*.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol{
    display: none;
  }*/
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol {
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol {
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  /*list-style-type: disc;*/
  margin-right: 10px;
  color: #7b7b7b;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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 .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-left: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  /*font-weight: bold;*/
  font-size: 16px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/tbmcrane/2025/08/08/newsside.jpg?imageView2/2/format/webp/q/100) no-repeat center center;
  padding: 215px 40px 30px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.inner-page .sidebar-box .sidebar-right {
  width: 72%;
  margin-top: 60px;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    padding: 90px 30px 30px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}
.news-page .sidebar-box .sidebar-left {
  width: 28%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-left: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;

  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type='text'] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-left: 50px;
  font-size: 14px;
  color: #555555;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type='submit'] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  padding-left: 5px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  display: block;
  padding: 8px 0;

  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
  position: absolute;
  font-size: 18px;
  left: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  text-align: center;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol {
  display: block;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  margin-right: 10px;
  color: #7b7b7b;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-left: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: 600;

  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 30px 30px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;

  font-weight: 600;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 {
  font-weight: 700;

  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img {
  width: 14px;
  height: 14px;
  margin-right: 12px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover {
  background: #000;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img {
  transform: rotate(45deg);
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
  color: #fff;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
  color: var(--color);
}

/*.news-page .sidebar-box .sidebar-right {
  width: 72%;
}*/

.news-page .news-list ul {
  margin: -30px -15px 0;
}

.news-page .news-list ul > p {
  font-size: 20px;
  margin: 20px;
  letter-spacing: 0;
}

.news-page .news-list ul li {
  padding: 0 25px;
  margin-bottom: 30px;
}

.news-page .news-list ul li .box .img img {
  width: 100%;
}

.news-page .news-list ul li .box .content .cat_name {
  background-color: #b3b3b3;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  margin-top: 20px;

  line-height: 2;
}

.news-page .news-list ul li .box .content .title {
  font-weight: 600;
  margin-top: 20px;
  font-size: 24px;
  min-height: 4em;
}

.news-page .news-list ul li .box .content .title:hover {
  color: var(--color);
}

.news-page .news-list ul li .box .content .time {
  font-size: 14px;
  /*font-weight: 500;*/
  /*line-height: 30px;*/
  color: var(--color);
  display: inline-block;
  /*margin-top: 5px;*/
}

.news-page .news-list ul li .box .content .des {
  font-size: 16px;
  /*font-weight: 500;*/
  color: #666;
  margin-top: 6px;
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1000px) {
  .news-page .news-list ul li .box .content .title {
    font-size: 22px;
  }
}
@media (max-width: 700px) {
  .news-page .news-list ul li .box .content .title {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .news-page .news-list ul li .box .content .title {
    min-height: unset;
  }
}

.newdet-page {
  padding: 0 0 150px;
}

.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

.newdet-page .header .categoty {
  display: inline-block;
  font-size: 16px;
  color: #fff;

  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(#3e3e3c, #3e3e3c);
  padding: 5px 15px;
  text-transform: uppercase;
}

.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 20px 71px 0;
}

.newdet-page .header .post_meta {
  margin-top: 26px;
  font-weight: 500;
}

.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .header .post_meta .post_author_avatar {
  margin-left: 11px;
}

.newdet-page .header .post_meta .photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}

.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}

.newdet-page .header .post_meta .post_date {
  font-size: 16px;
  color: #7b7b7b;
}

.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: -6px 10px 0;
}

.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827f;
}

.newdet-page .content {
  margin-top: 40px;
  /*font-weight: 500;*/
  font-size: 16px;
  line-height: 32px;
  color: #666;
}

.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: left;
}

.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 7px 3px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(#3e3e3c, #3e3e3c);
}

.newdet-page .share a:first-child {
  margin-right: 0;
}

.newdet-page .share a:nth-child(1) {
  color: #fff;
}

.newdet-page .share a:nth-child(2) {
  color: #fff;
}

.newdet-page .share a:nth-child(3) {
  color: #fff;
}

.newdet-page .share a:nth-child(4) {
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(#3e3e3c, #3e3e3c);
  color: #fff;
}

.newdet-page .share a:nth-child(5) {
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%), linear-gradient(#3e3e3c, #3e3e3c);
  color: #fff;
}

.newdet-page .share a:hover {
  margin-top: -3px;
}

.newdet-page .m-link {
  margin: 40px auto 0;
}

.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.newdet-page .m-link a em {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}

.newdet-page .m-link a:first-child i {
  margin-left: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: left;
}
.newdet-page .m-link a:last-child i {
  margin-right: 10px;
}
.newdet-page .m-link a span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }

  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}

@media (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 0 20px 0;
  }

  .newdet-page .content {
    margin-top: 20px;
  }

  .newdet-page .share {
    margin: 20px auto 0;
  }

  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 0 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: right;
    margin-top: 20px;
  }
}

.recommended-product {
    padding: 90px 0;
    background-color: #f9f9f9;
}
.recommended-product ul {
    margin: 60px -24px 0;
}
.recommended-product ul li {
    padding: 0 24px;
}
.recommended-product ul li .img_box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background-color: #fff;
}
.recommended-product ul li .img_box:hover .icon {
    opacity: 1;
}
.recommended-product ul li .img_box .icon {
    position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.recommended-product ul li .img_box .icon a {
    margin: 0 4px;
    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;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;position: relative;
}

.recommended-product ul li .img_box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}

.recommended-product ul li .img_box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: 0;
    top: 0;
}

.recommended-product ul li .img_box .icon a:hover .cur{
    opacity: 0;
}

.recommended-product ul li .img_box .icon a:hover .hover{
   opacity: 1;
}



.recommended-product ul li .img_box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.recommended-product ul li h4 {
    font-size: 20px;

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1250px) {
    .recommended-product {
        padding: 60px 0;
    }
}

@media screen and (max-width: 700px) {
    .recommended-product {
        padding: 30px 0;
    }
    .recommended-product ul{
      margin-top: 25px;
    }
}

.faq-page {
    padding: 0 0 5.209% 0;
    /*background: #ecf3f5;*/
    overflow: hidden;
}
.faq-page .list {
    margin-top: 40px;
}

.faq-page .list ul li {
    margin-bottom: 20px;
    border-radius: 15px;
    background: #fff;
}
.faq-page .list ul li .tit {
    padding: 20px 40px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    font-size: 24px;
    line-height: 44px;
    font-weight: 500;
}
.faq-page .list ul li .tit i {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 30px;
}
.faq-page .list ul li .con {
    display: none;
    background: #fff;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #595959;
    border-top: 1px solid #f1f1f1;
}

.faq-page .list ul li:last-child {
    margin-bottom: 0;
}

.faq-page .list ul li.active .tit i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1000px) {
    .faq-page .list {
        margin-top: 20px;
    }

    .faq-page .list ul li .tit {
        padding: 20px;
        font-size: 18px;
    }

    .faq-page .list ul li .tit i {
        left: 20px;
        top: 20px;
        font-size: 20px;
    }

    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .faq-page .list {
        margin-top: 20px;
    }

    .faq-page .list ul li .tit {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .faq-page .list ul li .tit i {
        left: 20px;
        top: 10px;
        font-size: 16px;
    }

    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 2;
    }
}

.all-btn-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 50px;
  background: var(--color);
  border-radius: 25px;
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.all-btn-more img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.all-btn-more:hover img {
  transform: rotate(45deg);
}
.all-btn-hw:focus{
  background: #000;
}
.all-btn-hw {
  width: 172px;
  height: 46px;
  background: #ffffff;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  color: var(--color);
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}
.all-btn-hw::after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  clip-path: inset(0 0 100% 0);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000;
}
.all-btn-hw:hover {
  background: transparent;
  color: #fff;
}
.all-btn-hw:hover::after {
  clip-path: inset(0 0 0 0);
}
.all-btn-hw span {
  position: relative;
  z-index: 2;
}
.hu_h3 {
  font-size: 60px;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 1250px) {
  .hu_h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .hu_h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 700px) {
  .hu_h3 {
    font-size: 24px;
    line-height: 40px;
  }
}
.hu_h3 {
  font-size: 45px;
  font-weight: 600 !important;
}

.custom-2new .ui .top {
  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;
}
.custom-2new .ui .top .left {
  padding-left: 65px;
}
.custom-2new .ui .top .left .h3 {
  padding-right: 35px;
  border-right: 3px solid var(--color);
}
.custom-2new .ui .top .left p {
  line-height: 2;
  margin-top: 35px;
}
.custom-2new .ui .bottom {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-top: 30px;*/
}
.custom-2new .ui .bottom .left {
  padding-left: 80px;
}
.custom-2new .ui .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}
.custom-2new .ui .bottom .right {
  /*padding-right: 80px;*/
}
.custom-2new .ui .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-2new .ui .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
  line-height: 36px;
}
.custom-2new .ui .bottom .right ul.list3 li .top em {
  margin-right: 25px;
}
.custom-2new .ui .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  left: 25px;
}
.custom-2new .ui .bottom .right ul.list3 li .content {
  padding: 10px 75px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}
@media screen and (max-width: 1250px) {
  .custom-2new .ui .bottom .left {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .custom-2new .ui .bottom .right {
    padding-left: 0;
  }
  .custom-2new .ui .bottom {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 700px) {
  .custom-2new .ui .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-2new .ui .top .left {
    padding-left: 0px;
    width: 100%;
  }
  .custom-2new .ui .top .right {
    width: 100%;
  }
  .custom-2new .ui .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 30px;
  }
  .custom-2new .ui .bottom .left {
    padding-left: 0px;
    width: 100%;
  }
  .custom-2new .ui .bottom .right {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }
}

.aft03 {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  background-color: #faf9f9;
}
.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}
.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  border-radius: 5%;
}
.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}
.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}
/*.aft03 .icenter2 .le img{height: 100%;}*/
.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}
.aft03 .icenter2 .ri {
  width: 50%;
}
.aft03 .icenter2 .ri > ul {
  margin: 20px 0 0px;
}
.aft03 .icenter2 .ri > ul li {
  position: relative;
  padding-right: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.aft03 .icenter2 .ri > ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  right: 0px;
  top: 13px;
  content: '';
}
.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.aft03 dl dd .icon {
  width: 86px;
  margin-left: 58px;
}
.aft03 dl dd .text {
}
.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}
.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: 600;
}
.aft03 dl dd .text h4::after {
  position: absolute;
  content: '';
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}
.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
@media screen and (max-width: 1600px) {
  .aft03 .icenter2 .ri > ul li {
    padding-right: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .aft03 .icenter2 .ri > ul {
    margin: 16px 0 0px;
  }
  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }
  .aft03 dl dd .icon {
    width: 74px;
    margin-left: 50px;
  }
  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }
  .aft03 dl dd .text h4::after {
    height: 4px;
  }
  .aft03 dl dd .text p {
    font-size: 15px;
  }
  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media screen and (max-width: 768px) {
  .aft03 .icenter2 {
    flex-flow: wrap;
    padding-bottom: 50px;
  }
  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .aft03 .icenter2 .ri {
    width: 100%;
  }
  .aft03 dl dd .icon {
    width: 60px;
    margin-left: 31px;
  }
  .aft03 {
    padding-top: 50px;
  }
}
.aft02 {
  padding: 160px 0 120px;
  position: relative;
  overflow: hidden;
  background: #f2f6f7;
}
.aft02 .bg_fix {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 690px;
}
.aft02 .bg_fix::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.aft02 .bg_fix img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.aft02 .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 47px;
  z-index: 1;
  position: relative;
}
.aft02 .top .hu_h3 {
  color: #fff;
}
.aft02 .top p {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}
.aft02 .top .line {
  height: 75px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 28px 0;
  position: relative;
}
.aft02 .top .line::after {
  content: '';
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  right: 50%;
  transform: translateX(50.0%);
  top: 0px;
  animation: 2s linear 0.5s infinite hua2;
}
@keyframes hua2 {
  from {
    top: 0%;
  }
  to {
    top: 95%;
  }
}
.aft02 .top h4 {
  font-size: 30px;
  color: #fff;
}
.aft02 .botF {
  padding: 0 90px;
  position: relative;
}
.aft02 .botF .fa {
  background-image: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 74px;
  color: #cbcbcb;
  outline: none;
}
.aft02 .botF .fa:hover {
  color: var(--color);
}
.aft02 .bot {
  position: relative;
  overflow: hidden;
  margin: auto;
}
.aft02 .bot .box {
  background-color: #fff;
  padding: 50px 0 90px;
  border-radius: 12px;
  box-shadow: 0px 5px 15px rgb(102 102 102 / 30%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aft02 .bot .box .icon {
  border-radius: 50%;
  position: relative;
  height: 111px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 111px;
}
.aft02 .bot .box:hover .icon::before {
  animation: img01anime 10s 0s linear infinite;
}
.aft02 .bot .box:hover .icon::after {
  animation: img02anime 10s 0s linear infinite;
}
.aft02 .bot .box .icon::before {
  content: '';
  position: absolute;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  border: 1.6px dashed var(--color);
}
.aft02 .bot .box .icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1.6px dashed var(--color);
}

@keyframes img01anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes img02anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.aft02 .bot .box .icon img {
  width: 56px;
  transition: 0s;
}
.aft02 .bot .box h4 {
  font-size: 16px;
  line-height: 32px;
  color: #ccc;
  margin-bottom: 5px;
  margin-top: 54px;
}
.aft02 .bot .box h5 {
  font-size: 24px;
  position: relative;
  color: #111;
  text-align: center;
  line-height: 40px;
  height: 52px;
}
.aft02 .bot .box h5::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 4px;
  background-color: var(--color);
  right: 50%;
  transform: translateX(50.0%);
  bottom: 0px;
}
.aft02 .bot .box p {
  padding: 30px 15px;
  font-size: 16px;
  line-height: 30px;
  height: 80px;
  text-align: center;
  font-weight: 300;
  color: #666;
}
.aft02 .bot .box:hover h5::after {
  background-color: #fff;
}
.aft02 .bot .box:hover h4,
.aft02 .bot .box:hover h5,
.aft02 .bot .box:hover p {
  color: #fff;
}
.aft02 .bot .box:hover .icon img {
  filter: grayscale(10) brightness(10);
}
.aft02 .bot .box:hover .icon,
.aft02 .bot .box:hover .icon::before,
.aft02 .bot .box:hover .icon::after {
  border-color: #fff;
}

.aft02 .bot .box:hover {
  background-color: var(--color);
  background-image: linear-gradient(45deg, var(--color), var(--color1));
}

.aft02 .bot .aft02Swiper {
  width: 1200px;
  margin: auto;
}
.aft02 .bot {
  width: 1242px;
  margin: auto;
  padding: 22px 0;
}
@media screen and (max-width: 1600px) {
  .aft02 .top p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 8px;
  }
  .aft02 .top {
    margin-bottom: 30px;
  }
  .aft02 .top h4 {
    font-size: 24px;
  }
  .aft02 .top .line {
    height: 55px;
    margin: 20px 0;
  }
  .aft02 .bot .aft02Swiper {
    width: 1000px;
  }
  .aft02 .bot {
    width: 1032px;
    padding: 22px 0;
  }
  .aft02 .botF {
    padding: 0 13px;
  }
  .aft02 .botF .fa {
    font-size: 65px;
  }
  .aft02 .bot .box {
    padding: 43px 0 105px;
    box-shadow: 0 0 11px #d8d8d8;
  }
  .aft02 .bot .box .icon {
    height: 95px;
    width: 95px;
  }
  .aft02 .bot .box .icon img {
    width: 48px;
  }
  .aft02 .bot .box h4 {
    font-size: 26px;
    margin-bottom: 5px;
    margin-top: 44px;
  }
  .aft02 .bot .box h5 {
    width: 220px;
    font-size: 16px;
    line-height: 30px;
    height: 48px;
  }
  .aft02 .bot .box h5::after {
    width: 17px;
    height: 3px;
    bottom: -125px;
  }
  .aft02 .botF .fa-angle-left {
    right: -18px;
  }
  .aft02 .botF .fa-angle-right {
    left: -18px;
  }
  .aft02 {
    padding: 115px 0 90px;
  }
  .aft02 .bg_fix {
    height: 555px;
  }
}
@media screen and (max-width: 768px) {
  .aft02 .top p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 8px;
  }
  .aft02 .top .line {
    height: 42px;
    margin: 14px 0;
    position: relative;
  }
  .aft02 .top h4 {
    font-size: 22px;
  }
  .aft02 .bot {
    width: 110%;
  }
  .aft02 .top {
    margin-bottom: 20px;
  }
  .aft02 .botF {
    padding: 0 0px;
  }
  @keyframes hua2 {
    from {
      top: 0%;
    }
    to {
      top: 95%;
    }
  }
  .aft02 .bot .aft02Swiper {
    width: 100%;
  }
  .aft02 .bot {
    width: 100%;
    padding: 20px;
  }
  .aft02 .botF .fa-angle-left {
    right: -8px;
  }
  .aft02 .botF .fa-angle-right {
    left: -8px;
  }
  .aft02 {
    padding: 80px 0 40px;
  }
  .aft02 .bg_fix {
    height: 483px;
  }
}
@media screen and (max-width: 1250px) {
  .aft02 .bot .aft02Swiper,
  .aft02 .bot {
    max-width: 100%;
  }
  .aft02 .bot .box p {
    height: auto;
    font-size: 14px;
    line-height: 28px;
  }
  .aft02 .bot .box h5:after {
    display: none;
  }
  .aft02 .bot .box h5 {
    height: auto;
    width: 100%;
  }
  .aft02 .bot .box h4 {
    margin-top: 30px;
    font-size: 20px;
    line-height: 36px;
  }
  .aft02 .bot .box {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .aft02 .top h4 {
    font-size: 20px;
  }
  .aft02 .bg_fix {
    height: 620px;
  }
  .aft02 .bot .box .icon {
    zoom: 0.7;
  }
}

.aft02 .bot .swiper-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between !important;
}
.aft02 .bot .swiper-slide {
  width: 30%;
}
.aft02 .bot,
.aft02 .bot .aft02Swiper {
  width: 100% !important;
}
.aft02 .bot .aft02Swiper {
  padding-bottom: 30px;
}
.aft02 .botF {
  padding: 0 !important;
}
@media screen and (max-width: 1000px) {
  .aft02 .bot .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .aft02 .bot .swiper-slide {
    width: 98%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .aft02 .bot .aft02Swiper{
    padding-bottom: 0;
  }
  .aft02 .bot{
    padding: 0;
  }
}
#index-body .init-6 .container {
  display: flex;
}
#index-body .init-6 .container .i6-l {
  width: 23.1%;
  background: var(--color);
  border-radius: 10px;
}
#index-body .init-6 .container .i6-l .i6l-p {
  font-weight: 600;
  color: #fefefe;
}
#index-body .init-6 .container .i6-l .f-put1 {
  background: var(--color);
  border-radius: 10px;
  border: 1px solid var(--color2);
  height: 61px;
  width: 100%;
  padding-right: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
#index-body .init-6 .container .i6-l .f-put1::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
#index-body .init-6 .container .i6-l .public-btn{
  background-color: #fff;
  color: var(--color);
}
#index-body .init-6 .container .i6-l .public-btn:hover{
  background: #000;
  color: #fff;
}
#index-body .init-6 .container .i6-l .f-put2 {
  height: 88px;
}
#index-body .init-6 .container .i6-l button {
  width: 172px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
  font-weight: 400;
  font-size: 16px;
  color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: none;
}
#index-body .init-6 .container .i6-r {
  width: 77.9%;
}
#index-body .init-6 .container .i6-r .i6-r-t {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index-body .init-6 .container .i6-r .i6-r-b {
  position: relative;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-o {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 41px;
  height: 41px;
  background: #f6f6f6;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
  font-size: 22px;
  z-index: 5;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-o:hover {
  background: var(--color);
  color: #fff;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-l {
  right: -73px;
}
#index-body .init-6 .container .i6-r .i6-r-b .s6-r {
  left: 0;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-tap {
  display: flex;
  align-items: center;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-tap p {
  width: 48px;
  height: 48px;
  background: var(--color);
  border-radius: 24px;
  font-weight: 600;
  font-size: 18px;
  color: #fefefe;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-box {
  max-width: 301px;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-box .i6-b-p1 {
  font-weight: 600;
  color: #141414;
}
#index-body .init-6 .container .i6-r .i6-r-b .i6-box .i6-b-p2 {
  font-weight: 300;
  color: #666666;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 {
  overflow: hidden;
  position: relative;
}
/*#index-body .init-6 .container .i6-r .i6-r-b .swiper6::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #c8dce8;
  border-radius: 50%;
  top: 37%;
  right: 0;
  z-index: 5;
}*/
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap {
  position: relative;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap p {
  position: relative;
  z-index: 1;
}
#index-body .init-6 .container .i6-r .i6-r-b .swiper6 .swiper-slide:first-of-type .i6-tap span {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2000px;
  height: 1px;
  background: #c8dce8;
}
@media (max-width: 1800px) {
  #index-body .init-6 .container .i6-r .i6-r-b .swiper6::before {
    display: none;
  }
}
@media (max-width: 1000px) {
  #index-body .init-6 .container .i6-r .i6-r-b .s6-r {
    left: -73px;
  }
  #index-body .init-6 .container .i6-r .i6-r-b {
    padding-left: 0;
  }
  #index-body .init-6 .container {
    flex-wrap: wrap;
  }
  #index-body .init-6 .container .i6-l,
  #index-body .init-6 .container .i6-r {
    padding: 0;
    width: 100%;
  }
  #index-body .init-6 .container .i6-r {
    margin-top: 20px;
  }
  #index-body .init-6 .container .i6-l {
    padding: 20px;
  }
}

.custom3-page span.h2{
  color: #333;
}
.custom3-page {
  background-color: #faf9f9;
}
.custom3-page .custom-1 {
  padding: 90px 0;
  background: #ffffff;
}
.custom3-page .custom-1 .top {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 95px;
}
.custom3-page .custom-1 .top .h3 {
  width: 50%;
  padding-right: 35px;
  line-height: 1.2;
  border-right: 3px solid var(--color);
}
.custom3-page .custom-1 .top p {
  width: 70%;
  padding-right: 20px;
  line-height: 2;
  color: #666;
  font-weight: 300;
}
.custom3-page .custom-1 .btm ul.list2 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.custom3-page .custom-1 .btm ul.list2 li .item {
  margin: 0 10px;
  /*width: 15%;*/
  height: 180px;
  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;
  /*border: 1px solid #000;*/
  border-radius: 5%;
  background-color: #eff6ff;
  flex-direction: column;
  text-align: center;
}
.custom3-page .custom-1 .btm ul.list2 li .item img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 15px;
}
.custom3-page .custom-1 .btm ul.list2 li .item:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.custom3-page .custom-2 {
  padding: 110px 0 110px;
  background: #eff6ff;
}
.custom3-page .custom-2 .ui.container .top {
  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;
}
.custom3-page .custom-2 .ui.container .top .left {
  padding-left: 65px;
}
.custom3-page .custom-2 .ui.container .top .left .h3 {
  padding-right: 35px;
  border-right: 3px solid var(--color);
}
.custom3-page .custom-2 .ui.container .top .left p {
  line-height: 2;
  margin-top: 35px;
  font-weight: 300;
  color: #666;
}
.custom3-page .custom-2 .ui.container .bottom {
  border-radius: 56px;
  margin: 100px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
  /*box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/
  padding: 80px 80px 115px 80px;
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom3-page .custom-2 .ui.container .bottom .left {
  padding-left: 80px;
}
.custom3-page .custom-2 .ui.container .bottom .left .h4 {
  font-size: 30px;
  color: #333;
}
.custom3-page .custom-2 .ui.container .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
  font-weight: 300;
  color: #666;
}
.custom3-page .custom-2 .ui.container .bottom .right {
  /*padding-right: 80px;*/
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top em {
  margin-right: 25px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 16px;
  left: 25px;
}
.custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
  font-weight: 300;
  color: #666;
}
.custom3-page .custom-3 {
  padding-top: 90px;
  padding-bottom: 100px;
}
.custom3-page .custom-3 .ui.container {
  text-align: center;
}
.custom3-page .custom-3 .ui.container .strengthbox {
  margin-top: 55px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li {
  padding: 0 15px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item {
  background: #f7f7f7;
  border-radius: 5px;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text {
  padding: 25px;
  text-align: center;
}
.custom3-page .custom-3 .ui.container .strengthbox ul.list4 li .item .text p {
  line-height: 1.8;
  font-weight: 400;
  margin-top: 15px;
  max-height: 116px;
  overflow-y: auto;
}
@media screen and (max-width: 1250px) {
  .custom3-page .custom-2 .ui.container .bottom .left {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1000px) {
  .custom3-page .custom-1 .btm ul.list2 li .item {
    width: 120px;
    height: 120px;
  }
  .custom3-page .custom-2 .ui.container .bottom .right {
    padding-left: 0;
  }
  .custom3-page .custom-2 .ui.container .bottom {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 700px) {
  .custom3-page .custom-1{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .custom3-page .custom-1 .top .h3 {
    width: 100%;
  }
  .custom3-page .custom-1 .top p {
    width: 100%;
    padding-right: 0;
  }
  .custom3-page .custom-1 .btm ul.list2 li .item {
    width: 100px;
    height: 100px;
  }
  .custom3-page .custom-1 .top{
    margin-bottom: 40px;
  }
  .custom3-page .custom-2 .ui.container .bottom{
    margin-bottom: 0;
  }
  .custom3-page .custom-2 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom3-page .custom-2 .ui.container .top .left {
    padding-left: 0px;
    width: 100%;
  }
  .custom3-page .custom-2 .ui.container .top .right {
    width: 100%;
  }
  .custom3-page .custom-2 .ui.container .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 30px;
  }
  .custom3-page .custom-2 .ui.container .bottom .left {
    padding-left: 0px;
    width: 100%;
  }
  .custom3-page .custom-2 .ui.container .bottom .right {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .custom3-page .custom-2 .ui.container .bottom {
    margin-top: 50px;
  }
  .custom3-page .custom-2 {
    padding: 40px 0;
  }
}
.custom3-page .custom-2 .ui.container .bottom .left .h4 {
  font-size: 30px;
  font-weight: 600 !important;
}
@media screen and (max-width: 1250px) {
  .custom3-page .custom-1 .btm ul.list2 li .item {
    width: 30%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .custom3-page .custom-1 .btm ul.list2 li .item {
    width: 45%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .custom3-page .custom-1 .btm ul.list2 li .item {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    padding: 20px 10px;
  }
}
.contact-page .i-title{
  color: var(--color);
}
.contact-page {
  padding-top: 6%;
}
.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4b4b4b;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #f2f6f7;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 40px 0 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 20px;
  font-size: 18px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  right: 40px;
  font-size: 38px;
  /*line-height: 60px;*/
  min-height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #001b2a;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
  background: #f2f6f7;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}
.contact-page .contact-2 .box .form ul li .button {
  border: 0;
}

.contact-page .contact-2 .box .form ul li .more {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  width: 234px;
  height: 66px;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 66px;
  text-align: center;
}
.contact-page .contact-2 .box .form ul li .more::after {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(-0.0,100);
  -moz-transform: translate(-0.0,100);
  -ms-transform: translate(-0.0,100);
  transform: translate(-0.0,100);
  -webkit-transition:
    opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    border-radius 0s 0.45s,
    -webkit-transform 0s 0.45s;
  transition:
    opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    border-radius 0s 0.45s,
    -webkit-transform 0s 0.45s;
  -moz-transition:
    opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    border-radius 0s 0.45s,
    transform 0s 0.45s,
    -moz-transform 0s 0.45s;
  transition:
    opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    border-radius 0s 0.45s,
    transform 0s 0.45s;
  transition:
    opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    border-radius 0s 0.45s,
    transform 0s 0.45s,
    -webkit-transform 0s 0.45s,
    -moz-transform 0s 0.45s;
}
.contact-page .contact-2 .box .form ul li .more:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition:
    border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition:
    border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1),
    -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top: 6%;
}
.contact-page .contact-3 iframe {
  height: 630px;
  display: block;
  border: 0;
}
@-webkit-keyframes ks1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes ks1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes ks1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1230px) {
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 24px;
  }
  .contact-page .contact-1 .content ul li .ig .tit{
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul li {
    width: 50%;
  }
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    right: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    left: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .box .form ul li .more{
    height: 45px;
    line-height: 45px;
  }
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  /*.contact-page .contact-1 .content ul li .ig .info {
    padding: 30px 0;
  }*/
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    /*height: 50px;*/
    /*line-height: 50px;*/
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 12px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
  .contact-page .contact-3 iframe {
    height: 300px;
  }
}
@media screen and (max-width: 1250px) {
  .contact-page .contact-4 .left h4 {
    font-size: 48px;
  }
  .contact-page .contact-4 .right form input {
    font-size: 16px;
  }
  .contact-page .contact-2 ul {
    flex-wrap: wrap;
  }
  .contact-page .contact-2 ul li {
    max-width: none;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-4 .left h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-4 .left h4 {
    font-size: 24px;
    line-height: 40px;
  }
}
.downloadBox {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.downloadBox i.dots {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  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;
  background-color: white;
  margin-left: 1em;
  position: relative;
}
.downloadBox .top {
  height: 5em;
  color: white;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  border-top-left-radius: 1em;
  border-top-left-radius: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .top img {
  margin-left: 1em;
}
.downloadBox .top .line {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.48);
  margin: 0 1.3em;
}
.downloadBox .top span {
  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;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .top span i.dots:before {
  content: '';
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  background-color: var(--color);
}
.downloadBox .downloadLeft {
  width: 28%;
}
.downloadBox .downloadLeft .top em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-right-radius: 1em;
}
.downloadBox .downloadLeft .nav a {
  padding: 1.5em 2em;
  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;
  color: #626262;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadLeft .nav a:first-child {
  border-top: none;
}
.downloadBox .downloadLeft .nav a em {
  font-size: 1.33333333em;
  line-height: 1.5;
}
.downloadBox .downloadLeft .nav a i.dots {
  width: 3.5em;
  height: 3.5em;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.downloadBox .downloadLeft .nav a i.dots img {
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.downloadBox .downloadLeft .nav a:hover,
.downloadBox .downloadLeft .nav a.active {
  color: var(--color);
}
.downloadBox .downloadLeft .nav a:hover i.dots img,
.downloadBox .downloadLeft .nav a.active i.dots img {
  opacity: 1;
}
.downloadBox .downloadRight {
  width: 72%;
  padding-right: 3%;
}
.downloadBox .downloadRight .top {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.downloadBox .downloadRight .bottom {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-right-radius: 1em;
  padding: 0 2%;
}
.downloadBox .downloadRight .bottom ul li {
  padding: 1.05em 0;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadRight .bottom ul li:first-child {
  border-top: none;
}
.downloadBox .downloadRight .bottom ul li .flex {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon {
  width: 7.77777778em;
  height: 7.77777778em;
  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: 1px solid #dfdfdf;
  border-radius: 100%;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon img {
  max-width: 45%;
}
.downloadBox .downloadRight .bottom ul li .flex .content {
  padding: 0 1.5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path {
  font-size: 16px;
  color: #acacac;
  margin-bottom: 0.5em;
  line-height: 2;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path span {
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .content .title {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.h6 {
  font-size: 1.44444444em;
  font-weight: bold;
  margin-left: 1em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang {
  height: 2.33333333em;
  border-radius: 1.16666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdcdcd;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding: 0 0.5em;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang i {
  width: 1.77777778em;
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang:before {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang.on:before {
  right: 52%;
}
.downloadBox .downloadRight .bottom ul li .flex .btn {
  margin-right: auto;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a {
  height: 3em;
  padding: 0 2.33333333em;
  border-radius: 1.5em;
  margin: 3px 0;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a img {
  margin-right: 1em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover {
  background-color: transparent;
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.downloadBox .downloadRight .bottom .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
}
.downloadBox .downloadRight .bottom .search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0.3em 0;
}
.downloadBox .downloadRight .bottom .search input::-webkit-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-ms-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input[type='submit'] {
  width: 50px;
  background-image: url('../images/icon-search2.png');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
@media (max-width: 1800px) {
  .downloadBox {
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  downloadBox {
    font-size: 12px;
  }
  .downloadBox .top span {
    font-size: 1.3em;
  }
  .downloadBox .downloadLeft .top em {
    font-size: 1.5em;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    font-size: 1.2em;
  }
}
@media (max-width: 1250px) {
  .downloadBox {
    font-size: 10px;
  }
}
@media (max-width: 1000px) {
  .downloadBox .downloadRight {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .downloadBox .downloadLeft {
    width: 100%;
  }
  .downloadBox {
    display: block;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn a img {
    max-width: 15px;
  }
}
@media (max-width: 700px) {
  .downloadBox .downloadRight .bottom ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex i.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content {
    width: 75%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    width: 100%;
    margin-top: 20px;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content .path {
    font-size: 13px;
  }
  .downloadBox .top img {
    max-width: 24px;
  }
}
.technical-page {
  padding: 130px 0;
}
.technical-page .downloadRight .top em {
  font-size: 1.3333em;
}
.technical-page .downloadRight .top.left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.technical-page .downloadRight .bottom {
  padding: 35px;
}
.technical-page .downloadRight .bottom .faq {
  margin-top: 30px;
  line-height: 2;
}
.technical-page .downloadRight .bottom .faq dl dd {
  margin-bottom: 15px;
  padding: 20px 35px;
  border-radius: 25px;
  background-color: #f8f8f9;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 {
  display: block;
  font-size: 22px;
  font-weight: 500;
  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;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i {
  width: 1.72727273em;
  height: 1.72727273em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  margin-top: -5px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after,
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:before {
  content: '';
  width: 16px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: -8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i {
  background-color: var(--color);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.technical-page .downloadRight .bottom .faq dl dd .text {
  margin-top: 1em;
  display: none;
}
.technical-page .downloadRight .bottom .faq dl dd:last-child {
  margin-bottom: 0;
}
@media (max-width: 1450px) {
  .technical-page {
    padding: 90px 0;
  }
  .technical-page .downloadRight .bottom .faq dl dd {
    padding: 15px 20px;
    border-radius: 10px;
  }
}
@media (max-width: 1250px) {
  .technical-page .downloadRight .bottom {
    padding: 20px;
  }
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: 16px;
  }
  .technical-page {
    padding: 60px 0;
  }
}
.technical-page .more {
  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: 18px;
  line-height: 1;
  font-weight: 500;
  border-radius: 10px;
  padding: 0 30px 0 29px;
  height: 65px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.technical-page .more.cs {
  background-color: var(--color1);
}
.technical-page .more.jb {
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color1)), to(var(--color)));
  background: -webkit-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background: -moz-linear-gradient(bottom, var(--color1) 0%, var(--color) 100%);
  background: linear-gradient(180deg, var(--color1) 0%, var(--color) 100%);
}
.technical-page .more.white {
  background: #fff;
  color: #333;
}
.technical-page .more span {
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.technical-page .more::after {
  content: attr(data-text);
  position: absolute;
  right: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translate(-0.0,-100);
  -moz-transform: translate(-0.0,-100);
  -ms-transform: translate(-0.0,-100);
  transform: translate(-0.0,-100);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.technical-page .more:hover span,
.technical-page .more:focus span {
  -webkit-transform: translate(-0.0,40);
  -moz-transform: translate(-0.0,40);
  -ms-transform: translate(-0.0,40);
  transform: translate(-0.0,40);
  opacity: 0;
}
.technical-page .more:hover::after,
.technical-page .more:focus::after {
  opacity: 1;
  -webkit-transform: translate(-0.0,0);
  -moz-transform: translate(-0.0,0);
  -ms-transform: translate(-0.0,0);
  transform: translate(-0.0,0);
}
      #pups_from1 {
        position: fixed;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50.0%,-50%);
        -moz-transform: translate(50.0%,-50%);
        -ms-transform: translate(50.0%,-50%);
        transform: translate(50.0%,-50%);
        max-height: 80%;
        width: 500px;
        max-width: 90%;
        -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 22;
        background: white;
        padding: 30px;
        overflow: auto;
      }
      #pups_from1 h4 {
        font-size: 18px;
        color: #222;
        text-transform: capitalize;
        line-height: 1;
        font-weight: bold;
        position: absolute;
        right: 0;
        width: 100%;
        top: 0;
        padding: 15px 20px;
        background: #f5f5f5;
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      }
      #pups_from1 form {
        margin-top: 40px;
      }
      #pups_from1 i.close {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 10px;
        left: 10px;
        background: #eee;
        cursor: pointer;
        cursor: hand;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
      }
      #pups_from1 i.close:after,
      #pups_from1 i.close:before {
        content: "";
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        width: 70%;
        height: 2px;
        margin-top: -1px;
        background: black;
        position: absolute;
        top: 50%;
        right: 15%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      #pups_from1 i.close:after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      #pups_from1 i.close:hover {
        background: var(--color);
      }
      #pups_from1 i.close:hover:after,
      #pups_from1 i.close:hover:before {
        background: white;
      }
      #pups_from1 form ul li {
        margin-bottom: 10px;
        position: relative;
      }
      #pups_from1 form ul li label {
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
      }
      #pups_from1 form ul li label em {
        color: red;
        margin-left: 2px;
      }
      #pups_from1 form ul li input,
      #pups_from1 form ul li textarea {
        width: 100%;
        line-height: 24px;
        padding: 6px 15px;
        border: 1px solid #eee;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        font-size: 16px;
      }
      #pups_from1 form ul li input:focus,
      #pups_from1 form ul li textarea:focus {
        border-color: var(--color);
      }
      #pups_from1 form ul li textarea {
        height: 80px;
      }
      #pups_from1 form ul li input[type="submit"] {
        width: auto;
        padding: 6px 40px;
        display: inline-block;
        background: var(--color);
        color: white;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
      }
      #pups_from1 form ul li input[type="submit"]:hover {
        opacity: 0.7;
      }
      #pups_from1 form ul li:last-child {
        margin-bottom: 0;
      }