@font-face {
  font-family: 'MONTSERRAT-SEMIBOLD';
  src: url(../fonts/MONTSERRAT-SEMIBOLD.ttf) format('truetype'), url(../fonts/MONTSERRAT-SEMIBOLD.eot) format('eot'), url(../fonts/MONTSERRAT-SEMIBOLD.woff) format('woff'), url(../fonts/MONTSERRAT-SEMIBOLD.woff2) format('woff2');
}
@font-face {
  font-family: 'MONTSERRAT-MEDIUM';
  src: url(../fonts/MONTSERRAT-MEDIUM.ttf) format('truetype'), url(../fonts/MONTSERRAT-MEDIUM.eot) format('eot'), url(../fonts/MONTSERRAT-MEDIUM.woff) format('woff'), url(../fonts/MONTSERRAT-MEDIUM.woff2) format('woff2');
}
@font-face {
  font-family: 'MONTSERRAT-BOLD';
  src: url(../fonts/MONTSERRAT-BOLD.ttf) format('truetype'), url(../fonts/MONTSERRAT-BOLD.eot) format('eot'), url(../fonts/MONTSERRAT-BOLD.woff) format('woff'), url(../fonts/MONTSERRAT-BOLD.woff2) format('woff2');
}
@font-face {
  font-family: 'MONTSERRAT-REGULAR';
  src: url(../fonts/MONTSERRAT-REGULAR.ttf) format('truetype'), url(../fonts/MONTSERRAT-REGULAR.eot) format('eot'), url(../fonts/MONTSERRAT-REGULAR.woff) format('woff'), url(../fonts/MONTSERRAT-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'Nucleo';
  src: url('../fonts/Nucleo.eot') format('eot'), url('../fonts/Nucleo.woff2') format('woff2'), url('../fonts/Nucleo.woff') format('woff'), url('../fonts/Nucleo.ttf') format('truetype');
}

input::-webkit-input-placeholder {
  color: #929292;
}
input::-moz-placeholder {
  color: #929292;
}
input:-moz-placeholder {
  color: #929292;
}
input:-ms-input-placeholder {
  color: #929292;
}
textarea::-webkit-input-placeholder {
  color: #929292;
}
.layui-layer-msg{
  width: 420px !important;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: rgba(19, 61, 151, 1);
  --fm: "Playfair Display";
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
body {
  font-family: 'MONTSERRAT-MEDIUM';
  margin: 0;
  padding: 0;
  --color: rgba(19, 61, 151, 1);
  --yellow: rgba(17, 157, 222, 1);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 1450px;
  position: relative;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header.active{
  background: rgba(0, 0, 0);
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  /*background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 0 9.2%;
}
#header > .nav > .menu .menu-box {
  padding: 11px 0 11px;
  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 > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: calc(3.1267vw + 19px);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: calc(3.1805vw + 14px);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: calc(0.315vw + 14px);
  display: none;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  clip-path: inset(0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: var(--ft18);
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 8px;
  top: 50%;
  right: -27px;
  background: url(../images/hh3.png) no-repeat center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 1;
  margin-top: -4px;
  clip-path: inset(0% 100% 0% 0%);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .ds-line {
  margin-left: 11px;
  margin-right: 10px;
  width: 1px;
  height: 13px;
  background: #000000;
  opacity: 0.57;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  font-weight: 400;
  font-size: var(--ft18);
  color: #ffffff;
  padding-left: 17px;
  display: flex;
  font-family: 'pop';
  align-items: center;
  border: 1px solid #133d97;
  cursor: pointer;
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
}
#header > .nav > .menu .menu-box .right .pp_btn:hover {
  background: #133d97;
}
#header > .nav > .menu .menu-box .right .pp_btn .arr {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  margin-left: 9px;
  padding: 16px 16px 19px 17px;
  background: #133d97;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: calc(1.2465vw + 14px);
  margin-right: calc(3.1267vw + 18px);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 104px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #000000;
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: var(--ft16);
  justify-content: center;
}

#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image span {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none !important;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a span {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: calc(0.2085vw + 14px);
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: calc(0.315vw + 14px);
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.language-box .zhuyu {
  color: #000;
  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;
}
.language-box .zhuyu span {
  font-size: calc(0.2085vw + 14px);
  margin: 0 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 105%;
  right: 0px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.btn-go {
  width: 230px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #000;
  font-size: calc(0.2085vw + 14px);
  overflow: hidden;
  position: relative;
  background: none;
  border: 2px solid var(--color);
  text-transform: uppercase;
}
.btn-go span {
  position: relative;
  z-index: 2;
}
.btn-go img {
  position: relative;
  z-index: 2;
  -webkit-filter: invert(1) grayscale(1);
  filter: invert(1) grayscale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go:hover {
  background-color: transparent;
  color: #fff;
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 10px;
  left: 0;
  bottom: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go:hover::before {
  width: 100%;
  height: 100%;
}
.submit {
  width: 230px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #000;
  font-size: calc(0.2085vw + 14px);
  overflow: hidden;
  position: relative;
  background: none;
  border: 2px solid var(--color);
  text-transform: uppercase;
}
.submit input[type='submit'] {
  position: relative;
  z-index: 2;
  width: 100%;
  /*height: 100%;*/
  border: none;
  background-color: transparent;
      display: flex;
    justify-content: center;
    align-items: center;
}
.submit:hover {
  background-color: transparent;
  color: #fff;
}
.submit::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 10px;
  left: 0;
  bottom: 0;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.submit:hover::before {
  width: 100%;
  height: 100%;
}
.home-title {
  text-transform: uppercase;
}
.home-title span {
  font-size: calc(0.2085vw + 14px);
  font-family: 'MONTSERRAT-REGULAR';
}
.home-title h3 {
  font-size: 36px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  margin: 10px 0 20px;
  line-height: 1.4;
}
.home-title p {
  font-size: calc(0.2085vw + 14px);
  opacity: 0.4;
  text-transform: none;
}
.lines {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  margin: auto;
  pointer-events: none;
  z-index: 1;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100vh;
  top: 0;
  left: -webkit-calc(50%);
  left: -moz-calc(50%);
  left: calc(50%);
  background: rgba(255, 255,255, 0.15);
  z-index: 1;
}
.lines .line:first-child {
  left: 20%;
}
.lines .line:nth-child(2) {
  left: 40%;
}
.lines .line:nth-child(3) {
  left: 60%;
}
.lines .line:last-child {
  left: 80%;
}
.lines .line span {
  display: block;
  position: absolute;
  width: 3px;
  height: 65px;
  left: -1px;
  background: var(--color);
}
.lines .line:first-child span {
  bottom: 8%;
  -webkit-animation: dotAnimatedBottomToTop1 20s infinite linear;
  -moz-animation: dotAnimatedBottomToTop1 20s infinite linear;
  animation: dotAnimatedBottomToTop1 20s infinite linear;
}
.lines .line:nth-child(2) span {
  bottom: 98%;
  -webkit-animation: dotAnimatedBottomToTop2 20s infinite linear;
  -moz-animation: dotAnimatedBottomToTop2 20s infinite linear;
  animation: dotAnimatedBottomToTop2 20s infinite linear;
}
.lines .line:nth-child(3) span {
  bottom: 6%;
  -webkit-animation: dotAnimatedBottomToTop3 20s infinite linear;
  -moz-animation: dotAnimatedBottomToTop3 20s infinite linear;
  animation: dotAnimatedBottomToTop3 20s infinite linear;
}
.lines .line:last-child span {
  bottom: 96%;
  -webkit-animation: dotAnimatedBottomToTop4 20s infinite linear;
  -moz-animation: dotAnimatedBottomToTop4 20s infinite linear;
  animation: dotAnimatedBottomToTop4 20s infinite linear;
}
@-webkit-keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@-moz-keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@-webkit-keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@-moz-keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@-webkit-keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@-moz-keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@-webkit-keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@-moz-keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
#banner {
  /*margin-top: 120px;*/
  position: relative;
  overflow: hidden;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content .ul .li {
  position: relative;
}
#banner .banner-content .ul .li .content {
  width: 45%;
  position: absolute;
  left: 20.83%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: #fff;
  max-width: 620px;
}
#banner .banner-content .ul .li .content img{
  transform: translateX(-110px);
}
#banner .banner-content .ul .li .bg1{
  position: absolute;
  right: 19.95%;
  bottom:calc(2.6067vw + 18px);
}
#banner .banner-content .ul .li .content h2 {
  font-family: 'MONTSERRAT-SEMIBOLD';
  font-size: 60px;
  line-height: 1.3;
}
#banner .banner-content .ul .li .content .banner-p1{
   font-family: 'MONTSERRAT-SEMIBOLD';
  font-size: calc(3.4405vw + 14px);
  line-height: 1.1;
}
#banner .banner-content .ul .li .content .banner-p2{

  font-size: calc(0.2085vw + 14px);
  line-height: 1.6;
  /*text-transform: uppercase;*/
}
#banner .banner-content .ul .li .content .btn-go{
  margin: 50px 0 90px;
}
#banner .banner-content .ul .li .content p {
  font-size: calc(0.2085vw + 14px);
  margin-bottom: calc(2.3955vw + 14px);
  max-width: 710px;
  line-height: 1.8;
}
#banner .banner-b{
  width: 1155px;
  position: absolute;
  left: 50%;
  bottom: 120px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-b ul{
  width: 350px;
  margin-left: auto;
  border: 3px solid var(--yellow);
}
#banner .banner-b ul li{
  height: 145px;
}
#banner .banner-b ul li img{
  height: 145px;
  width: 100%;
  object-fit: cover;
}
#banner .banner-content .ul .li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes box_big {
  0% {
    width: 35px;
    height: 35px;
    opacity: 0.6;
  }
  100% {
    width: 45px;
    height: 45px;
    opacity: 1;
  }
}
@-moz-keyframes box_big {
  0% {
    width: 35px;
    height: 35px;
    opacity: 0.6;
  }
  100% {
    width: 45px;
    height: 45px;
    opacity: 1;
  }
}
@keyframes box_big {
  0% {
    width: 35px;
    height: 35px;
    opacity: 0.6;
  }
  100% {
    width: 45px;
    height: 45px;
    opacity: 1;
  }
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .case {
  padding: 190px 0 140px;
  position: relative;
}
.case-bg {
  position: absolute;
  left: 0;
  top: 1500px;
  z-index: 0;
}
.inner-case-bg.case-bg{
  display: none;
}
#index-body .case .case-content {
  text-align: center;
  position: relative;
}
#index-body .case .case-content h3 {
  font-size: 303px;
  color: #f0f0f0;
  position: absolute;
  top: -11%;
  line-height: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'MONTSERRAT-BOLD';
}
#index-body .case .case-content .bg {
  position: relative;
  z-index: 2;
}
#index-body .case .case-content .case-list:hover .content {
  background-color: var(--yellow);
}
#index-body .case .case-content .case-list:hover span {
  background-color: var(--yellow);
}
#index-body .case .case-content .case-list:hover span::before {
  content: "";
  position: absolute;
  background-color: rgba(17, 157, 222, 0.3);
}
#index-body .case .case-content .case-list {
  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;
  position: absolute;
  z-index: 10;
}
#index-body .case .case-content .case-list span {
  width: 30px;
  height: 30px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: calc(0.315vw + 14px);
  margin-left: 30px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#index-body .case .case-content .case-list span::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 53, 93, 0.4);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 35px;
  height: 35px;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: box_big 1.5s infinite ease-in-out;
  -moz-animation: box_big 1.5s infinite ease-in-out;
  animation: box_big 1.5s infinite ease-in-out;
}
#index-body .case .case-content .case-list .content {
  color: #fff;
  background-color: var(--color);
  padding: 25px 40px 25px 20px;
  text-align: left;
  z-index: 10;
  max-width: 390px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#index-body .case .case-content .case-list .content h4 {
  font-size: calc(0.315vw + 14px);
  font-family: 'MONTSERRAT-SEMIBOLD';
  margin: 10px 0;
}
#index-body .case .case-content .case-list .content p {
  font-size: calc(0.2085vw + 14px);
}
#index-body .case .case-content .case-list:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 13px;
  top: unset;
  right: 141px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;

}
#index-body .case .case-content .case-list:last-child span {
  margin-left: 0;
  margin-right: 30px;
}
#index-body .case .case-content .case-list:last-child .content {
  padding-right: 15px;
}
#index-body .case .case-content .case-list:nth-last-child(2) {
  bottom: 106px;
  top: unset;
  left: 32px;
}
#index-body .case .case-content .case-list:nth-last-child(3) {
  left: unset;
  right: -7px;
  top: 212px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index-body .case .case-content .case-list:nth-last-child(3) .content {
  padding-right: 70px;
}
#index-body .case .case-content .case-list:nth-last-child(3) span {
  margin-left: 0;
  margin-right: 30px;
}
#index-body .case .case-content .case-list:nth-last-child(1)  .content{
     padding: 20px 16px 25px 20px;
}
#index-body .case .case-content .case-list:nth-last-child(2)  .content{
     padding: 16px 30px 25px 20px;
}
#index-body .case .case-content .case-list:nth-last-child(3)  .content{
     padding: 19px 50px 25px 20px;
}
#index-body .case .case-content .case-list:nth-last-child(4)  .content{
     padding: 14px 70px 25px 20px;
}
#index-body .case .case-content .case-list:nth-last-child(4) {
  left: 102px;
  top: 66px;

}
#index-body .about {
  margin: 125px 0;
  background-size: cover;
  background: url("../images/about-bg.jpg") no-repeat top center;
}
#index-body .about .about-content {
  height: 730px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .about .about-content .left {
  width: 165px;
  height: 100%;
  padding-left: 50px;
  padding-top: 85px;
  background-color: var(--color);
  position: relative;
}
#index-body .about .about-content .left .dots {
  position: absolute;
  left: 50px;
  top: 190px;
}
#index-body .about .about-content .left p {
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-size: calc(0.2085vw + 14px);
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
#index-body .about .about-content .left .home-title {
  color: #fff;
}
#index-body .about .about-content .left .home-title h3 {
  white-space: nowrap;
}
#index-body .about .about-content .center {
  margin-left: 40px;
  margin-right: 80px;
  margin-bottom: -10px;
}
#index-body .about .about-content .center li {
  font-size: calc(0.315vw + 14px);
  margin-top: 45px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
  width: fit-content;
}
#index-body .about .about-content .center li span {
  margin-right: 20px;
}
#index-body .about .about-content .center li:hover {
  border-color: var(--yellow);
}
#index-body .about .about-content .right {
  background: url("../images/about-k.png") no-repeat top right;
  height: 545px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: calc(2.3955vw + 14px);
  padding-right: 75px;
  margin-bottom: -45px;
  line-height: 2;
}
#index-body .about .about-content .right .h4 {
  font-size: 41px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  max-width: 720px;
  margin-bottom: 35px;
  text-transform: uppercase;
  line-height: 1.4;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .about .about-content .right .h4:hover{
  color: var(--color);
  text-decoration: underline;
  text-decoration-color: var(--color);     /* 下划线颜色 */
  text-decoration-style: solid;    /* 下划线样式：solid, double, dotted, dashed, wavy */
  text-decoration-thickness: 2px; /* 下划线粗细 */
}
#index-body .about .about-content .right .p {
  font-size: 16px;
  color:#929292;
  max-height: 180px;
  overflow-y: auto;
}
#index-body .product {
  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;
}
#index-body .product .container {
  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;
}
#index-body .product .container .left .home-title {
  margin-bottom: calc(3.1267vw + 20px);
}
#index-body .product .container .right {
  max-width: 1005px;
  position: relative;
}
#index-body .product .container .right ul {
  margin-right: -15px;
}
#index-body .product .container .right ul li:hover .box .img_box {
  background-color: var(--yellow);
}
#index-body .product .container .right ul li {
  padding: 0 14px;
}
#index-body .product .container .right ul li .box {
  width: 100%;
  background-color: #f0f0f0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 25px;
}
#index-body .product .container .right ul li .box .img_box {
  display: block;
  padding: 25px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#index-body .product .container .right ul li .box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .product .container .right ul li .box h4 {
  font-size: calc(0.2085vw + 14px);
  padding: 0 25px;
  margin-top: 25px;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 54px;
}
#index-body .product .container .right ul li .box h4:hover{
  color: var(--yellow);
}
#index-body .product .container .right ul li .box p {
  font-size: 16px;
  font-family: 'MONTSERRAT-REGULAR';
  margin-top: 15px;
  padding: 0 25px;
  color:#929292;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .news {
  padding: 40px 0 110px;
}
#index-body .news .news-content .news-title {
  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;
  margin-bottom:  calc(2.6067vw + 20px);
}
#index-body .news .news-content .news-title .home-title h3 {
  margin-bottom: -15px;
}
#index-body .news .news-content ul {
  margin: 0 -30px;
}
#index-body .news .news-content ul li {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 30px;
}
#index-body .news .news-content ul li .box {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  position: relative;
  padding-bottom: 40px;
}
#index-body .news .news-content ul li .box .img-box {
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#index-body .news .news-content ul li .box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .news .news-content ul li .box .date {
  padding: 10px 15px;
  background-color: var(--color);
  border-radius: 5px;
  font-size: calc(0.2085vw + 14px);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
}
#index-body .news .news-content ul li .box .date span:first-child {
  display: block;
  font-size: calc(0.8345vw + 14px);
  font-family: 'MONTSERRAT-SEMIBOLD';
  line-height: 1;
  text-align: center;
}
#index-body .news .news-content ul li .box .box-t {
  padding: 0 20px;
  margin: 40px 0 10px;
}
#index-body .news .news-content ul li .box .box-t span {
  font-weight: bold;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: calc(0.2085vw + 14px);
  color: rgba(0, 0, 0, 0.4);
}
#index-body .news .news-content ul li .box h4 {
  font-size: calc(0.315vw + 14px);
  font-family: 'MONTSERRAT-SEMIBOLD';
  /*text-transform: uppercase;*/
  height: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 20px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
#index-body .news .news-content ul li .box h4:hover {
  color: var(--yellow);
}
#footer {
  background-color: #f0f0f0;
  position: relative;
  z-index: 10;
}
#footer .foot-center {
  padding: calc(3.1267vw + 20px) 0 calc(3.65vw + 20px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-center .left {
  margin-bottom: -10px;
}
#footer .foot-center .left .qcode,
.contact-page .contact-1 .left .qcode{
  margin-top: 30px;
  display: flex;
}
#footer .foot-center .left .qcode .qc-img img,
#footer .foot-center .left .qcode .qc-img canvas{
     width: 127px;
    height: auto;
    border: 5px solid white;
}
#footer .foot-center .left .qcode .qcode-list,
.contact-page .contact-1 .left .qcode .qcode-list{
  margin-right: 10px;
}
#footer .foot-center .left .qcode h4,
.contact-page .contact-1 .left .qcode h4{
  margin-top: 10px;
  text-align: center;
  font-size: calc(0.2085vw + 14px);
}
#footer .foot-center .left .home-title {
  margin-bottom: 35px;
}
#footer .foot-center .left .home-title p {
  font-size: calc(0.315vw + 14px);
  font-family: 'MONTSERRAT-REGULAR';
  text-transform: capitalize;
}
#footer .foot-center .left .info-list:nth-child(2) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
}
#footer .foot-center .left .info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
#footer .foot-center .left .info-list span {
  font-size: calc(0.2085vw + 14px);
  max-width: 445px;
  margin-left: 15px;
}
#footer .foot-center .right {
  position: relative;
}
#footer .foot-center .right form {
  width: 640px;
  max-width: 640px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-center .right form input[type="text"] {
  display: block;
  width: 48%;
  height: 40px;
  font-size: calc(0.2085vw + 14px);
  color: #b9b9b9;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #c8c8c8;
  padding-right: 20px;
  margin-bottom: calc(2.6555vw + 14px);
}
#footer .foot-center .right form textarea {
  width: 100%;
  height: 80px;
  font-size: calc(0.2085vw + 14px);
  color: #b9b9b9;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #c8c8c8;
  padding-right: 20px;
  margin-bottom: calc(2.6555vw + 14px);
}
#footer .footer-b {
  height: 100px;
  width: 100%;
  background-color: var(--color);
}
#footer .footer-b .container {
  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;

  justify-content: center;
}
#footer .footer-b .container .f-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#footer .footer-b .container .colorchange img {
  width: 250px;
  height: auto;
  opacity: 0.6;
}
#footer .footer-b .container span {
  font-size: 14px;
  color: #929292;
}
@media (max-width: 1600px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left:calc(1.2465vw + 14px); 
  }
  .ui.container {
    width: 1400px;
    padding: 0 15px;
  }
  #banner {
    /*margin-top: 120px;*/
  }
  #banner .banner-content .ul .li .content h2 {
    font-size: 48px;
  }
  #banner .banner-content .ul .li .content img {
    transform: translateX(-50px);
    width: 300px;
  }
}
@media (max-width: 1400px) {
  #header > .nav > .menu .menu-box .right .lang_cont{
   margin-left:calc(0.7465vw + 14px); 
   margin-right: calc(0.7465vw + 14px); 

  }
  #header > .nav > .menu .menu-box .menu_c{
    margin-right: calc(0.7465vw + 14px); 
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left:calc(0.7465vw + 14px); 
  }}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  .case-bg {
    display: none;
  }

  #banner .banner-content .ul .li .content .btn-go {
    margin: 50px 0;
  }
  #banner .banner-content .ul .li .content h2 {
    font-size: 46px;
    max-width: 560px;
  }
  #index-body .case .case-content h3 {
    font-size: 160px;
    top: -10%;
  }
  .home-title h3 {
    font-size: calc(0.8345vw + 14px);
    line-height: 1.2;
  }
  .btn-go {
    width: 185px;
    height: 55px;
    line-height: 55px;
  }
}
@media (max-width: 1250px) {
  #banner .banner-content .ul .li .content {
    width: 45%;
    position: absolute;
    left: 2.83%;
    top: 36%;
    transform: translateY(-50%);
    z-index: 5;
    color: #fff;
    max-width: 620px;
}
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #banner .banner-b{
    display: none;
  }
 
  #banner .banner-content .ul .li .content img {
    display: none;
  }
  #banner .banner-content .ul .li .content .btn-go {
    margin: 30px 0 0;
  }
  #banner .banner-content .ul .li .content{
    bottom: 0;
    top:50%;
    transform: translateY(-50%);
  }
  #banner .banner-content .ul .li .content h2 {
    font-size: 36px;
  }
  #index-body .case .case-content .case-list .content h4 {
    font-size: calc(0.2085vw + 14px);
  }
  #index-body .case .case-content .case-list .content p {
    font-size: 16px;
  }
  #index-body .case .case-bg {
    bottom: 30px;
  }
  #index-body .about .about-content .right p {
    font-size: 16px;
  }
  #index-body .about .about-content .right h4 {
    font-size: 26px;
  }
  #index-body .about .about-content .center {
    margin-right: 55px;
  }
  #index-body .about .about-content .center li {
    font-size: calc(0.315vw + 14px);
    margin-top: 30px;
  }
  #index-body .about .about-content .right {
    background-size: 100% 100%;
    padding-right: 35px;
    padding-left: 35px;
    height: 460px;
  }
  #index-body .about .about-content {
    height: 665px;
  }
  #index-body .product .container .right {
    max-width: 700px;
  }
  #footer .foot-center .left .home-title p {
    font-size: 16px;
  }
  #footer .foot-center .right form {
    width: 640px;
    max-width: 540px;
  }
  #footer .foot-center .left {
    max-width: 400px;
  }
  #footer .footer-b .container .f-logo {
    display: block;
    width: 200px;
  }
}
@media (max-width: 1000px) {
  #banner .banner-content .ul .li .content .banner-p1{
    font-size:calc(1.3555vw + 14px); 
  }
  #banner .banner-content .ul .li .content{
    left: 0;
    padding: 15px;
    width: 100%;
    max-width: 100%;
  }
  #banner .banner-content .ul .li .bg1{
    display: none;
  }
  #header {
    display: none;
  }
  #banner {
    /*margin-top: 120px;*/
  }
  #mobile {
    display: block;
  }
  .ui.container{
    width: 700px;
  }
  #mobile .m-logo {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  #mobile .m-btn {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  #banner .banner-content .ul .li .content h2 {
    font-size: 24px;
    max-width: 370px;
  }
  #banner .banner-content .ul .li .content p {
    margin: 15px 0;
    font-size: 16px;
  }
  #index-body .case .case-content h3 {
    font-size: 120px;
    top: -5%;
  }
  #index-body .case .case-content .case-list:nth-last-child(3) {
    right: 0;
  }
  #index-body .case .case-content .case-list {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  #index-body .case .case-content .case-list:nth-last-child(3) {
    top: -20px;
  }
  #index-body .case .case-content .case-list:nth-last-child(2) {
    bottom: 15px;
    left: -50px;
  }
  #index-body .case {
    padding: 155px 0 140px;
  }
  #index-body .product .container .right ul {
    margin: 0;
  }
  #index-body .product .container .right ul li {
    padding: 0;
  }
  #index-body .product .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column ;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column ;
    flex-direction: column ;
  }
  #index-body .product .container .left {
    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;
    margin-bottom: calc(2.3955vw + 14px);
  }
  #index-body .product .container .left .home-title {
    margin-bottom: 0;
  }
  #index-body .about .about-content .center {
    display: none;
  }
  #index-body .about .about-content .left {
    margin-right: 30px;
  }
  #footer .foot-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .foot-center .left {
    margin-bottom: calc(2.3955vw + 14px);
    max-width: 100%;
    width: 100%;
  }
  #footer .foot-center .right {
    width: 100%;
  }
  #footer .foot-center .right form {
    max-width: 100%;
    width: 100%;
  }
  #footer .footer-b .container {
    -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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-b .container span {
    margin-bottom: 10px;
  }
  #footer .footer-b .container .f-logo {
    display: none;
  }
}
@media (max-width: 700px) {
  #banner .banner-content .ul .li .content .banner-p2{
    margin-top: 15px;
  }
      #banner .banner-content .ul .li .content {
        bottom: 0;
        top: 36%;
        transform: translateY(-50%);
    }
  .ui.container {
    width: 500px;
  }
   #banner .banner-content .ul .li .content{
     padding: 0 15px;
   }
  #banner .banner-content .ul .li .content img {
    display: none;
  }
  #banner .banner-content .ul .li .content p {
    margin-bottom: 0;
  }
  #banner .banner-content .ul .li .content .btn-go{
    display: none;
  }
  .lines,
  #index-body .case {
    display: none;
  }
  #index-body .product .container .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #index-body .product {
    margin-top:  calc(2.6067vw + 20px);
  }
  .home-title h3 {
    font-size: 26px;
    line-height: 1.2;
  }
  #index-body .product .container .left .home-title {
    margin-bottom: 30px;
  }
  #index-body .about .about-content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
  }
  #index-body .about .about-content .right {
    height: auto;
    padding: 0;
    margin-bottom: 0;
    background: none;
  }
  #index-body .about .about-content .right p {
    opacity: 1;
  }
  #index-body .about .about-content .left {
    padding: 0;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  #index-body .about .about-content .left p,
  #index-body .about .about-content .left .dots {
    display: none;
  }
  #index-body .about {
    margin:  calc(2.6067vw + 20px) 0;
    padding: calc(2.3955vw + 14px) 0;
    background: var(--color);
  }
  #index-body .news .news-content .news-title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #index-body .news .news-content .news-title .home-title {
    margin-bottom: 30px;
  }
  #index-body .news .news-content .news-title .home-title h3 {
    margin-bottom: 0;
  }
  #index-body .news {
    padding: 0 0 calc(2.6067vw + 20px);
  }
}
@media (max-width: 500px) {
  #banner .banner-content .ul .li .bg{
    height: 250px;
  }
  #banner .banner-content .ul .li .content .banner-p2{
    font-size: 14px;
  }
  .ui.container,
  #banner .banner-content .ul .li .content {
    width: 100%;
  }
  #banner .banner-content .ul .li .content{
     color: #fff;
   }
  #banner .banner-content .ul .li .content p {
    display: none;
  }
  #banner .banner-content .ul .li .content h2 {
    font-size: 24px;
  }
  .home-title p {
    font-size: 16px;
  }
  #index-body .about .about-content .right h4 {
    font-size: 22px;
  }
  .home-title h3 {
    font-size: 22px;
  }
  #footer .foot-center .right form input[type="text"] {
    width: 100%;
  }
  #footer .foot-center .right form input[type="submit"] {
    width: 100%;
  }
  #footer .footer-b .container span {
    text-align: center;
  }
}

























/*------------------------------inner-page------------------------------------*/
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.inner-banner {
  color: white;
}
.inner-banner .mbx span {
  color: #ffffff;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.inner-page span.tag {
  color: var(--color);
}
.inner-page .text {
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
}
.inner-page .more {
  padding: 0 3.75em;
}
.about-page .about-1 .left .icon {
  position: absolute;
  left: -10%;
  bottom: 11%;
  padding: 3% 7%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--yellow)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--yellow), var(--color));
  background-image: -moz-linear-gradient(bottom, var(--yellow), var(--color));
  background-image: linear-gradient(to top, var(--yellow), var(--color));
}
.about-page .about-2 {
  background-color: #f4f4f4;
}
.about-page .about-2 .slick-list {
  overflow: unset;
}
.about-page .about-3 {
  color: white;
}
.about-page .about-3 span.h2 {
  max-width: 50%;
}
.about-page .about-3 .list {
  margin: 1em 0;
}
.about-page .about-3 .list ul li {
  background-color: white;
  color: black;
  padding: 5% 3.5% 7%;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li:after {
  content: '';
  width: 100%;
  height: -webkit-calc(100% + 2em);
  height: -moz-calc(100% + 2em);
  height: calc(100% + 2em);
  position: absolute;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--yellow)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--yellow), var(--color));
  background-image: -moz-linear-gradient(bottom, var(--yellow), var(--color));
  background-image: linear-gradient(to top, var(--yellow), var(--color));
  top: -1em;
  left: 0;
  z-index: -1;
  border-radius: 1em;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-3 .list ul li:before {
  content: '';
  width: 1px;
  height: 63%;
  position: absolute;
  left: 0;
  top: 15%;
  background-color: #dedede;
}
.about-page .about-3 .list ul li i {
  width: 2em;
  height: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list ul li span.h6 {
  line-height: 1.4;
}
.about-page .about-3 .list ul li:hover {
  color: white;
}
.about-page .about-3 .list ul li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-3 .list ul li:hover .text {
  color: inherit;
}
.about-page .about-3 .list ul li:hover:after {
  opacity: 1;
}
.about-page .about-3 .list ul li:first-child:before {
  display: none;
}
.about-page .about-4 {
  position: relative;
}
.about-page .about-4:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #f4f4f4;
}

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

  .about-page .about-1 .left .icon {
    zoom: .6;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .list ul li {
    padding: 3%;
  }
}
@media screen and (max-width: 1000px) {

#cp-Nav .nav div.title{
    margin-top: -20px!important;
    margin-bottom: -30px!important;
    line-height: 32px!important;
  }
  .about-page .about-3 .list ul li {
    width: 50%;
  }
  .about-page .about-3 .list ul li:after {
    height: 100%;
    top: 0;
    border-radius: 0;
  }
  .about-page .about-1 .left .icon {
    left: 0;
    max-width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .font-35 {
    font-size: 20px!important;
    line-height: 1.8!important;
  }
 
  .about-page .about-3 .list ul li {
    width: 100%;
  }
  .about-page .about-3 span.h2 {
    max-width: none;
  }
  .about-page .about-3 .list ul li:before {
    width: 100%;
    top: 0;
    left: 0;
    height: 1px;
  }
  .inner-page .more {
    height: 2.8em;
    padding: 0 2em;
  }

}

.product-yd-page .init-1 .container ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: calc(2.3955vw + 14px) 0;
}
.product-yd-page .init-1 .container ul li .box .left {
    width: 60%;
    padding-right: 40px;
}
.product-yd-page .init-1 .container ul li .box .left .title {
    font-weight: bold;
    display: block;
}
.product-yd-page .init-1 .container ul li .box .left .title:hover {
    color: #bf0000;
}
.product-yd-page .init-1 .container ul li .box .left .des {
    color: rgba(0, 0, 0, 0.5);
    margin-top: 20px;
    font-weight: 500;
    overflow-y: scroll;
    max-height: 250px;
    line-height: 32px;
}
.product-yd-page .init-1 .container ul li .box .left .more{
    margin-top: 30px;
}
.product-yd-page .init-1 .container ul li .box .right {
    width: 40%;
    text-align: right;
}
.product-yd-page .init-1 .container ul li .box .right img {
    width: auto;
}
.product-yd-page .init-1 .container ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}
.m-page1 .wp-pagenavi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.m-page1 .wp-pagenavi span,
.m-page1 .wp-pagenavi a {
    width: 40px;
    height: 40px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 36px;
    font-size: calc(0.2085vw + 14px);
    font-weight: bold;
    margin: 5px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.m-page1 .wp-pagenavi a:hover {
    background-color: #bf0000;
    color: #fff;
    border: 1px solid #bf0000;
}
.m-page1 .wp-pagenavi .current {
    background-color: #bf0000;
    border: 1px solid #bf0000;
    color: #fff;
}
@media (max-width: 1000px) {
    .product-yd-page .init-1 .container ul li .box .left {
        width: 100%;
        padding-right: 0;
    }
    .product-yd-page .init-1 .container ul li .box .right {
        margin-top: 20px;
    }
}


@media (max-width: 1250px) {
  
     .wdcp{
         height: 180px;
     }
     #innerMobileBanner .banner1 .mbx{
         line-height: 2;
    }
    #innerMobileBanner .banner1 .imgC .text{
        line-height: 44px;
    }
  
}


.gallery-page .init-1 .container .cont{
    border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
    margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
    margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
    padding: 8px 20px;
    font-size: calc(0.315vw + 14px);
    display: block;
    position: relative;
    font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #bf0000;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.gallery-page .init-2 {
    padding-top: 90px;
}
.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;
}
.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%;
}
.gallery-page .init-2 .container ul li .box .img::before {
    position: absolute;
    top: 50%;
    left: 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%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -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.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 1000px) {
    .gallery-page .init-1 {
        display: none;
    }
    .gallery-page .init-2 {
        padding-top: 0;
    }
}
@media (max-width: 500px) {
    .gallery-page .init-2 .container ul li {
        margin-top: 20px;
    }
}
.contact-page {
    padding-top: 120px;
}
.contact-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: calc(0.315vw + 14px);
}
.contact-page .contact-1 .left form ul li .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
    border: none;
}
.contact-page .contact-1 .left form ul li .more:before {
    opacity: 1;
}
.contact-page .contact-1 .left form ul li .more:hover:before {
    opacity: 0;
}
.contact-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
    width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}
.contact-page .contact-1 .right {
    padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
    line-height: 1.2;
}
.contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #83827f;
    margin-top: 7px;
}
.contact-page .contact-1 .right .list {
    margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
    color: rgba(0,0,0,.5);
    font-size: calc(0.2085vw + 14px);
    line-height: 30px;
    margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    color: #133f99;
    font-size: calc(0.315vw + 14px);
    width: 20px;
    text-align: center;
}
.contact-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}
.contact-page .contact-2 {
    padding-top: 0px !important;
}
.contact-page .contact-2 #mapContainer {
    height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
@media (max-width: 1250px) {
    .contact-page .contact-1 .right {
        padding-left: 5.65%;
    }
}
@media (max-width: 1000px) {
    .contact-page {
        padding-top: 30px;
    }
    .contact-page .contact-1 .left {
        width: 100%;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
     }
     .seoPublic .Auxil-about .box .right div.h3,
     .seoPublic .Auxil-news .list ul li .content div.h6
      {
         line-height: 2;
     }
     #cp-Nav .nav div.title {
         line-height: 32px;
         margin-top: -20px;
         margin-bottom: -30px;
    }
    .contact-page .contact-2 {
        padding-top: calc(2.3955vw + 14px);
    }
    .contact-page .contact-2 #mapContainer {
        height: 360px;
    }
}
@media (max-width: 500px) {
    .contact-page .contact-1 .left form ul li .more {
        padding: 6px 12px;
    }
    .contact-page .contact-1 .left form ul li p {
        display: block;
    }
    .contact-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }
    .contact-page .contact-1 .left form ul li {
        padding-bottom: 20px;
    }
    .contact-page .contact-1 .left form ul li .box input,
    .contact-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }
    .contact-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }
    .contact-page .contact-1 .right .list ul li {
        font-size: 16px;
    }
    .contact-page .contact-2 #mapContainer {
        height: 260px;
    }
}
.solution-page .init-1 {
    padding-top: 210px;
    position: relative;
    z-index: 2;
}
.solution-page .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
}
.solution-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}
.solution-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution-page .init-1 .container .desC {
    overflow: hidden;
    /*border-radius: 20px;*/
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 700px;
    color: #fff;
    padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
    font-weight: bold;
}
.solution-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
.solution-page .init-2 .container .left {
    width: 58%;
}
.solution-page .init-2 .container .left img {
    width: 100%;
}
.solution-page .init-2 .container .right {
    width: 36%;
    margin-left: auto;
}
.solution-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution-page .init-3 .container .left {
    width: 36%;
}
.solution-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
}
.solution-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content {
    margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
    /*border-radius: 20px;*/
    background-color: #f5f5f5;
    padding:  calc(2.6067vw + 20px) calc(3.1267vw + 20px);
}
.solution-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution-page .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .list button {
    border: none;
    min-width: 200px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1800px) {
    .solution-page .init-1 {
        padding-top: 140px;
    }
    .solution-page .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .solution-page .init-1 .subText {
        font-size: 100px;
    }
    .solution-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: calc(2.3955vw + 14px);
    }
}
@media (max-width: 1000px) {
    .solution-page .init-1 {
        padding-top: 40px;
    }
    .solution-page .init-1 .subText {
        display: none;
    }
    .solution-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution-page .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution-page .init-2 .container .left {
        width: 100%;
    }
    .solution-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-3 .container .left {
        width: 100%;
    }
    .solution-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
    .solution-page .init-5 .container .cont {
        padding: calc(2.3955vw + 14px) 16px;
    }
}
@media (max-width: 700px) {
    .solution-page .init-4 .container .content ul li {
        width: 100%;
    }
    .solution-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }
    .solution-page .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
    .solution-page .init-4 .container .content {
        margin-top: 20px;
    }
    .solution-page .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution-page .init-5 .container .cont .content form .list input,
    .solution-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}
.newsTab {
    padding-top: 50px;
}
.newsTab .container {
    padding-bottom: 20px;
    border-bottom: 1px solid #767676;
}
.newsTab .container .list {
    margin-top: 10px;
    color: #767676;
    position: relative;
    width: 290px;
    text-align: center;
    padding: 0 10px;
}
.newsTab .container .list::before {
    content: '/';
    position: absolute;
    top: 0;
    right: 0;
}
.newsTab .container .list:hover,
.newsTab .container .list.active {
    color: var(--color);
    font-weight: bold;
}
.newsTab .container .list:hover::before,
.newsTab .container .list.active::before {
    color: #767676;
}
.newsTab .container .list:last-child::before {
    display: none;
}


@media (max-width: 1250px) {
    .newsTab {
        display: none;
    }
  
  
}
@media (max-width: 1000px) {
  
 
}
@media (max-width: 500px) {
  
}

.faq-page {
    padding: 50px 0 100px;
}
.faq-page span.h2 {
    margin: 1.4em 0;
    display: block;
}
.faq-page .list {
    position: relative;
}
.faq-page .list:before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: var(--color);
    opacity: 0.32;
    position: absolute;
    left: 29px;
    z-index: -1;
}
.faq-page .list ul li {
    margin-bottom: 25px;
    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;
}
.faq-page .list ul li:last-child {
    margin-bottom: 0;
}
.faq-page .list ul li i {
    width: 60px;
    margin-right: 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.faq-page .list ul li .content {
    padding: 25px 30px 30px;
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.faq-page .list ul li .content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: inherit;
    z-index: -1;
    background-image: linear-gradient(to top,var(--yellow),var(--color));
    opacity: 0;
    transition: .5s;
}
.faq-page .list ul li:hover .content {
    color: white;
}
.faq-page .list ul li:hover .content span.h6,
.faq-page .list ul li:hover .content .text {
    color: inherit;
}
.faq-page .list ul li:hover .content:before {
    opacity: 1;
}
.faq-page .list ul li .content span.h6 {
    font-size: calc(0.315vw + 14px);
    line-height: 1.8;
    font-weight: normal;
    color: var(--color);
    margin-bottom: 0.5em;
    display: block;
}
.faq-page .list ul li .content .text {
    font-weight: 300;
}
@media screen and (max-width: 1600px) {
    .faq-page {
        padding: calc(2.6067vw + 20px) 0;
    }
}

@media screen and (max-width: 1250px) {
    .faq-page .list ul li .content {
        padding: 20px;
    }
    .faq-page .list ul li i {
        width: 50px;
    }
    .faq-page .list:before {
        left: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .faq-page {
        padding: calc(1.88vw + 14px) 0;
    }
    .faq-page .list ul li .content span.h6 {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (max-width: 500px) {
    .faq-page .list ul li i {
        margin-right: 10px;
    }
}

.quality-page {
    padding-top: 90px;
}
/*.quality-page .ui.container {
  max-width: 1230px;
}*/
.quality-page .mbx .ui.container {
    max-width: none;
}
.quality-page span.h2 {
    font-weight: normal;
}
.quality-page .text {
    font-weight: 300;
}
.quality-page span.h3 {
    font-size: 34px;
    line-height: 1.5;
    display: block;
    margin-bottom: 1em;
    color: var(--color);
}
.quality-page .quality-1 {
    padding: 0 0 calc(2.3955vw + 14px);
    text-align: center;
}
.quality-page .quality-1 .text {
    margin-top: 2em;
}
.quality-page .quality-2 .slide {
    margin-bottom: calc(2.6067vw + 20px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.quality-page .quality-2 .slide .left {
    padding-right: 7%;
    vertical-align: middle;
}
.quality-page .quality-2 .slide .left * {
    height: 100%;
}
.quality-page .quality-2 .slide .left .img {
    height: 100%;
    background-size: cover;
    background-position: center;
    display: block;
    /*border: 1px solid #c9cfd2;*/
}
.quality-page .quality-2 .slide .right {
    padding: 20px 0;
    padding-left: 3%;
    vertical-align: middle;
}
.quality-page .quality-2 .slide:nth-child(even) {
    direction: rtl;
}
.quality-page .quality-2 .slide:nth-child(even) .left {
    padding-left: 7%;
    padding-right: 0;
}
.quality-page .quality-2 .slide:nth-child(even) .right {
    padding-left: 0;
    padding-right: 3%;
    direction: ltr;
}
.quality-page .quality-3 {
    padding: calc(2.6067vw + 20px) 0 calc(2.6067vw + 20px);
    background-color: #f9f9f9;
}
.quality-page .quality-3 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.quality-page .quality-3 .box .left {
    width: 60%;
}
.quality-page .quality-3 .box .right {
    padding-left: 10%;
    width: 40%;
}
.quality-page .quality-3 .list {
    margin-top: calc(2.3955vw + 14px);
}
.quality-page .quality-3 .list ul {
    margin: -7px;
}
.quality-page .quality-3 .list ul li {
    padding: 7px;
}
.quality-page .quality-3 .list ul li a.img-box {
    display: block;
}
.quality-page .quality-4 .list ul {
    margin: -10px;
}
.quality-page .quality-4 .list ul li {
    padding: 10px;
}
.quality-page .quality-4 .list ul li a.img-box {
    display: block;
    border: 1px solid #c9cfd2;
}
.quality-page .quality-4 .list ul li a img {
    width: 100%;
}
.quality-page .quality-4 .list ul li span.h6 {
    font-size: calc(0.2085vw + 14px);
    font-weight: 500;
    /*color: var(--color);*/
    display: block;
    margin-top: 0.6em;
    text-align: center;
}
.quality-page .quality-4 .btn {
    font-size: calc(0.315vw + 14px);
}
.quality-page .quality-4 .btn div {
    width: 2em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #999;
    color: white;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    transition: 0.5s;
    cursor: pointer;
    cursor: hand;
}
.quality-page .quality-4 .btn div.prev {
    right: 103%;
}
.quality-page .quality-4 .btn div.next {
    left: 103%;
}
.quality-page .quality-4 .btn div:hover {
    background-color: var(--color);
    color: white;
}
.quality-page .quality-5 {
    padding: 110px 0;
}
.quality-page .quality-5 .box .left {
    vertical-align: middle;
    padding-right: 4%;
}
.quality-page .quality-5 span.h2 {
    margin-bottom: 0.5em;
}
.quality-page .quality-5 .list ul li {
    font-size: 16px;
    padding: 1em 0;
    border-bottom: 1px solid #e3e6ea;
}
.quality-page .quality-5 .list ul li span.h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
}
.quality-page .quality-5 .list ul li span.h6 i {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    position: relative;
}
.quality-page .quality-5 .list ul li span.h6 i:after,
.quality-page .quality-5 .list ul li span.h6 i:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: black;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.quality-page .quality-5 .list ul li span.h6 i:before {
    transform: translateY(-50%) rotate(90deg);
}
.quality-page .quality-5 .list ul li .text {
    margin-top: 1em;
    display: none;
}
.quality-page .quality-5 .list ul li.active span.h6 i:before {
    transform: translateY(-50%) rotate(0);
}
.quality-page .quality-5 .list ul li.active span.h6 i:after,
.quality-page .quality-5 .list ul li.active span.h6 i:before {
    background-color: var(--color);
}
.quality-page .quality-5 .list ul li.active span.h6 {
    color: var(--color);
}
.quality-page .quality-5 .box .right {
    padding-left: 7%;
    vertical-align: middle;
}
.quality-page .quality-5 .box .right .slick1 {
    position: relative;
}
.quality-page .quality-5 .box .right .slick1 img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
    transition: 0.5s;
}
.quality-page .quality-5 .box .right .slick1 img.active {
    opacity: 1;
    position: static;
    z-index: 1;
}
.quality-page .quality-7 {
    padding: 100px 0;
}
.quality-page .quality-7 span.h2 {
    font-weight: normal;
    text-align: center;
    margin-bottom: 1.5em;
}
.quality-page .quality-7 .box {
    margin-top: calc(2.3955vw + 14px);
}
.quality-page .quality-7 .box .left {
    width: 66%;
    padding-right: 4%;
}
.quality-page .quality-7 .box .left .text {
    font-size: 14px;
}
.quality-page .quality-7 .box .left .text > * {
    margin: 1em 0;
}
.quality-page .quality-7 .box .left .text .f18 {
    font-size: 1.3em;
}
.quality-page .quality-7 .box .left .text .f20 {
    font-size: 1.45em;
}
.quality-page .quality-7 .box .left .text .f24 {
    font-size: 1.7em;
}
.quality-page .quality-7 .box .left .text span {
    color: var(--color);
}
.quality-page .quality-7 .box .right {
    width: 34%;
}
@media screen and (max-width: 1600px) {
    .quality-page {
        padding-top: calc(2.6067vw + 20px);
    }
    .quality-page .quality-1 {
        padding: 50px 0;
    }
    .quality-page span.h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .quality-page span.h3 {
        font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
    .quality-page .quality-2 .slide .left,
    .quality-page .quality-3 .box .left {
        padding: 0 !important;
        width: 100%;
    }
    .quality-page .quality-2 .slide .right,
    .quality-page .quality-3 .box .right {
        padding: 0 !important;
        width: 100%;
        margin-top: 20px;
    }
    .quality-page .quality-2 .slide,
    .quality-page .quality-3 .box {
        direction: ltr !important;
        display: block;
    }
    .quality-page .quality-2 .slide .left .img {
        height: 240px;
    }
    .quality-page .quality-3 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 700px) {
  .home-title h3 br{
    display: none;
  }
    .quality-page {
        padding-top: 50px;
    }
}
@media screen and (max-width: 1250px) {
    .quality-page .quality-4 .btn div.prev {
        left: 0;
        right: auto;
    }
    .quality-page .quality-4 .btn div.next {
        right: 0;
        left: auto;
    }
    .quality-page .quality-7 .box .left {
        padding-right: 0;
        width: 100%;
    }
    .quality-page .quality-7 .box .right {
        display: none;
    }
}
.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: calc(2.3955vw + 14px) 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: calc(2.3955vw + 14px);
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: calc(1.3555vw + 14px);
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  line-height: 2;
  left: 0;
}
.support-page .init-3 .container form button {
  margin: 14px 0 0 auto;
  border: none;
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: calc(1.3555vw + 14px);
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content {
  margin-top: calc(2.3955vw + 14px);
}
.support-page .init-4 .container .content ul {
  margin: -20px;
}
.support-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: calc(2.3955vw + 14px) 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 98px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background-image: linear-gradient(to top, var(--yellow), var(--color));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: calc(1.3555vw + 14px);
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
.yuy ul{
    line-height: 2;
    }
.font-16{
    line-height: 2;
    }
.font-25{
    font-size: 25.2px!important;
    line-height: 1.46;
    }
.font-25{
    line-height: 36px;
    }
.text-hide-2
{
    -webkit-line-clamp: initial;
    overflow: unset;
    }
.font-18{
   line-height: 32px;
    }
.seoPublic .Auxil-about .box .right div.h3
{
   line-height: 44px;
    }
.seoPublic .Auxil-about .box .right .text{
   line-height: 2;
    }
.seoPublic .Auxil-news .list ul li .content div.h6
{
   line-height: 1.3;
   /*min-height: 9.2em;*/
    }
.seoPublic .Auxil-news .list ul li .content time{
   line-height: 2;
    }
.seoPublic .Auxil-news .list ul li .content p
{
   line-height: 2;
    }
.seoPublic .Auxil-news .list ul li .content a.link{
   line-height: 2;
    }
.seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea{
   line-height: 2;
    }
.font-35{font-size: 35.2px;
   line-height: 1.34;
    }
.font-14{
   line-height: 2;
    }
.font-24{
   line-height: 44px;
    }
.font-23{font-size: 23.4px;
   line-height: 44px;
    }
.mobile-menu-wrap01 .menu-item
{
font-size: 16px;
line-height: 30px;
    }
.mobile-menu-wrap01 .lang-panel .lang-switch{
font-size: 16px;
line-height: 30px;
    }
    .jb {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--yellow)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--yellow), var(--color));
  background-image: -moz-linear-gradient(bottom, var(--yellow), var(--color));
  background-image: linear-gradient(to top, var(--yellow), var(--color));
}
.nor {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.more {
  height: 3.625em;
  padding: 0 2.5em;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
}
.more:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--yellow)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--yellow), var(--color));
  background-image: -moz-linear-gradient(bottom, var(--yellow), var(--color));
  background-image: linear-gradient(to top, var(--yellow), var(--color));
  opacity: 0;
  transition: .5s;
}
.more:hover:before {
    opacity: 1;
}
    .pb-150{
      padding-bottom:calc(6.77vw + 20px)  !important;
    }
    .pt-150{
      padding-top:calc(6.77vw + 20px)  !important;
    }
       .pb-140{
      padding-bottom: calc(6.25vw + 20px)  !important;
    }
    .pt-140{
      padding-top: calc(6.25vw + 20px)  !important;
    }
       .pb-130{
      padding-bottom: calc(5.75vw + 20px)  !important;
    }
    .pt-130{
      padding-top: calc(5.75vw + 20px)  !important;
    }
       .pb-120{
      padding-bottom:calc(5.21vw + 20px)  !important;
    }
    .pt-120{
      padding-top:calc(5.21vw + 20px)  !important;
    }
       .pb-110{
      padding-bottom: calc(4.65vw + 20px)  !important;
    }
    .pt-110{
      padding-top: calc(4.65vw + 20px)  !important;
    }
      .pb-80{
      padding-bottom: calc(3.1267vw + 20px)  !important;
    }
    .pt-80{
      padding-top: calc(3.1267vw + 20px)  !important;
    }
      .pb-100{
      padding-bottom: calc(4.1667vw + 20px)  !important;
    }
    .pt-100{
      padding-top: calc(4.1667vw + 20px)  !important;
    }
      .pb-90{
      padding-bottom: calc(3.65vw + 20px)  !important;
    }
    .pt-90{
      padding-top: calc(3.65vw + 20px)  !important;
    }
 
.flex-box{
    display: flex;
}
.c-w{
  color: white !important;
}
.flex-wrap{
    flex-wrap: wrap;
}
.al-center{
    align-items: center;
}
.al-end{
    align-items: flex-end;
}
.jc-center{
    justify-content: center;
}
.jc-space-between{
    justify-content: space-between;
}

.shouye{
  font-family: "Montserrat";
    font-weight: 400;
    font-size: calc(0.2085vw + 14px);
    color: #000;
    line-height: 36px;
}
.shouye h1{
  display: inline;
}
.gywm a{
font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    color: #525252;
}
.yejiao{
  position: relative;
    top: 0;
    color: #fff;
    opacity: .47;
      padding-left: 10px!important;
  display: inline-block!important;
  float: right;
  margin-top: -30px;
  font-size: 16px;
line-height: 30px;
}
@media (max-width: 700px) {


  .shouye h1{
    font-size: 18px!important;
line-height: 32px!important;
  }

  .i-news .i-news-l h2{
       font-size: 20px!important;
line-height: 1.8!important; 
  }
  .i-clients>p{
       font-size: 20px!important;
line-height: 1.8!important; 
  }
 
}
@media (max-width: 500px) {

    .yejiao{
    display: none!important;
  }
  .seoIndustry{
    display: none!important;
  }
}


.i-clients {
  background-color: #fff;
}
.i-clients > p {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  color: #212020;
  text-transform: uppercase;
  text-align: center;
}
.i-clients > h2 {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #212020;
  text-align: center;
}
.main-partners-wrap {
  position: relative;
  height: 102px;
}
.main-partners-roller {
  position: absolute;
  height: 100%;
}
.main-partners-list {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.main-partners-list .partner-item {
  width: 148px;
  margin: 0 82px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.main-partners-list .partner-item-inner {
  position: relative;
  height: 100%;
}
.main-partners-list .partner-item-inner span {
  position: relative;
  width: 110%;
  height: 110%;
  display: block;
}
.main-partners-list .partner-item-inner span img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
.main-partners-bottom {
  margin-top: 48px;
}
.i-news {
  position: relative;
}
.i-news .i-news-l {
  position: sticky;
  top: 120px;
  left: 0;
  margin-bottom: 105px
}
.i-news .i-news-l p {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: calc(0.8345vw + 14px);
  color: #000000;
  line-height: 72px;
  opacity: 0.17;
}
.i-news .i-news-l h2 {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 60px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
}
.i-news .i-news-l .i-news-l-btn {
  width: 260px;
  height: 70px;
  font-family: var(--font-en);
  border-radius: 35px;
  border: 2px solid #000000;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 70px;
  text-align: center;
}
.i-news .i-news-l .i-news-l-btn:hover {
  background: var(--color);
  border: none;
  color: #fff;
}
.i-news .i-news-r {
  float: right;
  width: 50%;
  position: relative;
  margin-bottom: 40px
}
.i-news .i-news-r .i-news-c {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  border-radius: 40px;
  border: 2px solid #000000;
  padding: 65px 48px;
}
.i-news .i-news-r .i-news-c h2 {
  font-family: var(--font-en);
  font-weight: 400;
  font-size: calc(0.8345vw + 14px);
  line-height: 1.4;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
.i-news .i-news-r .i-news-c p {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 32px;
  opacity: 0.57;
}
.i-news .i-news-r .i-news-c div {
  font-family: var(--font-en);
  position: absolute;
  width: 160px;
  height: 60px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-size: calc(0.315vw + 14px);
  color: #1e1e1e;
  text-align: center;
  line-height: 60px;
  top: -30px;
  right: 44px;
}
.i-news .i-news-r .i-news-c:hover {
  background: var(--color);
  border: none;
}
.i-news .i-news-r .i-news-c:hover p {
  color: #fff;
  opacity: 0.57;
}
.i-news .i-news-r .i-news-c:hover h2 {
  color: #fff;
}
.i-news .i-news-r .i-news-c:hover div {
  box-shadow: 0px 0px 10px 0px rgba(100, 100, 100, 0.24);
  border-radius: 30px;
}



@media (max-width: 1000px) {
  .i-news-l {
    position: static !important;
  }
  .i-news-r {
    float: none !important;
    width: 100% !important;
    margin-top: 40px !important;
  }
}


/*//////////////////*/

.text-color {
  color: var(--color);
}
.text-family {
  font-family: var(--font);
}
.text-family1 {
  font-family: var(--font-en);
  font-size: calc(0.8345vw + 14px);
  line-height: 1.4;
  text-transform: uppercase;
}
.inner.container {
  width: 1550px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

.m-page .wp-pagenavi{
  text-align: center;
  margin-top: calc(1.3555vw + 14px);
  margin-bottom: 2.6067vw;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 8px;
  width: 78px;
  line-height: 85px;
  height: 78px;
  font-size: calc(0.315vw + 14px);
  text-align: center;
  border-radius:50%; 
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}


.service .service-1 {
  padding-top: 110px;
}
.service .service-1 .container ul {
  margin: 0 -17px;
  background: url("../images/service-line.png") no-repeat center 80px;
}
.service .service-1 .container ul li {
  padding: 0 17px;
}
.service .service-1 .container ul li .img_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background-color: #ececec;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.service .service-1 .container ul li .img_box span {
  display: block;
  background-color: var(--color);
  color: white;
  position: absolute;
  left: 0;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: calc(0.2085vw + 14px);
  text-align: center;
  line-height: 54px;
  font-family: var(--font);
}
.service .service-1 .container ul li h4 {
  margin: 30px 0 15px;
}
.service .service-2 {
  padding: 120px 0 100px;
}
.service .service-2 .container {
  padding: 0 0px;
}
.service .service-2 .container .right {
  width: 54%;
}
.service .service-2 .container .right ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: white;
}
.service .service-2 .container .right ul li.active .title h4 {
  color: white;
}
.service .service-2 .container .right ul li.active .title span {
  background-color: #68addd;
}
.service .service-2 .container .right ul li.active .title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.service .service-2 .container .right ul li.active p {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px 110px 30px 25px;
}
.service .service-2 .container .right ul li {
  width: 100%;
}
.service .service-2 .container .right ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li .title h4 {
  width: 90%;
  font-family: var(--font-en);
    font-size: 24px;
    line-height: 1.6;
    text-transform: uppercase;
}

.service .service-2 .container .right ul li .title:last-child {
  margin-bottom: 0;
}
.service .service-2 .container .right ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -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;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.service .service-2 .container .right ul li .title span::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
}
.service .service-2 .container .right ul li .title span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.service .service-2 .container .right ul li p {
  padding: 0 135px 0 25px;
  max-height: 0;
  overflow: hidden;
}
.service .service-3 {
  background-color: #f6f6f6;
  padding: 100px 0 110px;
}
.service .service-3 .container ul {
  margin-top: 45px;
}
.service .service-3 .container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.service .service-3 .container ul li:nth-child(even) {
  background-color: #fbfbfb;
}
.service .service-3 .container ul li:first-child span {
  background-color: var(--color);
    color: #fff;

    font-size: 24px;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
}
.service .service-3 .container ul li span {
  display: block;
  width: 50%;
  height: 50px;
  font-size: calc(0.2085vw + 14px);
  padding-left: 60px;
  line-height: 58px;
}
.service .service-3 .container ul li span:last-child {
  text-align: center;
}
.service .service-3 .container ul li span:nth-child(n + 2) 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.application .application-1 {
  padding: 140px 0 110px;
}
.application .application-1 .container .left {
  width: 33%;
}
.application .application-1 .container .left ul li.active {
  background-color: #0c2031;
}
.application .application-1 .container .left ul li.active a h4 {
  color: white;
}
.application .application-1 .container .left ul li {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.application .application-1 .container .left ul li:last-child {
  margin-bottom: 0;
}
.application .application-1 .container .left ul li a {
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}
.application .application-1 .container .left ul li a .img_box {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  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;
}
.application .application-1 .container .left ul li a h4 {
  width: 75%;
  margin-left: 20px;
  line-height: 1.4;
}
.application .application-1 .container .left ul li a i {
  font-size: 24px;
  margin-left: auto;
}
.application .application-1 .container .left .box {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.application .application-1 .container .left .box .box-b {
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width:100%;
}
.application .application-1 .container .left .box .box-b h4 {
  color: white;
  text-align: center;
}
.application .application-1 .container .left .box .box-b .text {
  background-color: white;
  padding: 15px 50px;
  border-radius: 20px;
  width: calc(100% - 100px);
  margin: 0 auto;
  text-align: center;
}
.application .application-1 .container .left .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.application .application-1 .container .right {
  width: 67%;
  padding-left: 50px;
  margin-top: -10px;
}

.application .application-1 .container .right .imgs ul li {
  width: 48%;
  margin-bottom: 20px;
}
.application .application-1 .container .right .imgs ul li img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.application .application-1 .container .right .faq-content ul li.active .title {
  margin-bottom: 0;
  background-color: var(--color);
  color: white;
}
.application .application-1 .container .right .faq-content ul li.active .title span {
  background-color: #c4dda5;
}
.application .application-1 .container .right .faq-content ul li.active .title span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -moz-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.application .application-1 .container .right .faq-content ul li.active p {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 30px;
}
.application .application-1 .container .right .faq-content ul li {
  width: 100%;
}
.application .application-1 .container .right .faq-content ul li .title {
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid var(--color);
  padding: 15px 20px 10px 25px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li .title h4 {
  width: 90%;
}
.application .application-1 .container .right .faq-content ul li .title:last-child {
  margin-bottom: 0;
}
.application .application-1 .container .right .faq-content ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--color);
  -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;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.application .application-1 .container .right .faq-content ul li .title span::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
}
.application .application-1 .container .right .faq-content ul li .title span::after {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.application .application-1 .container .right .faq-content ul li p {
  padding: 0 135px 0 25px;
  max-height: 0;
  overflow: hidden;
}
.news-page {
  padding: 140px 0 0;
}
.news-page .news-box .news-left {
  width: 65%;
}
.news-page .news-box .news-left ul li {
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  /*border-radius: 10px;*/
  margin-bottom: 50px;
}
.news-page .news-box .news-left ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-box .news-left ul li .box-t {
  height: 85px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-page .news-box .news-left ul li .box-t span {
  margin-bottom: -12px;
}
.news-page .news-box .news-left ul li .box-b {
  padding: 35px 45px 55px 40px;
}

.news-page .news-box .news-right {
  width: 35%;
  padding-left: 65px;
}
.news-page .news-box .news-right .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-category {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  /*border-radius: 10px;*/
}
.news-page .news-box .news-right .news-category ul li {
  font-size: 16px;
  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;
  height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.news-page .news-box .news-right .news-category ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.news-page .news-box .news-right .news-category ul li a {
  font-family: var(--font);
}
.news-page .news-box .news-right .news-media {
  padding: 50px 30px 40px;
  background-color: white;
  -webkit-box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.1);
  /*border-radius: 10px;*/
}
.news-page .news-box .news-right .news-media ul li {
  margin-right: 25px;
}
.news-page .news-box .news-right .news-media ul li:last-child {
  margin-right: 0;
}
.news-page .news-box .news-right .news-media ul li a {
  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: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color);
}
.news-page .news-box .news-right .news-media ul li a i {
  font-size: calc(0.315vw + 14px);
  color: white;
}
.news-page .news-box .news-right .box {
  width: 100%;
  height: 600px;
  /*border-radius: 10px;*/
  overflow: hidden;
  position: relative;
}
.news-page .news-box .news-right .box .box-b {
  position: absolute;
  left: 50%;
  bottom: 48px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 100px);
}
.news-page .news-box .news-right .box .box-b h4 {
      color: #fff;

    text-transform: uppercase;
    text-align: center;
}
.news-page .news-box .news-right .box .box-b .text {
  background-color: white;
  padding: 15px 0;
  color: #939393;
  border-radius: 20px;
}
.news-page .news-box .news-right .box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .news-box .news-left .line {
  width: 60px;
  height: 2px;
  background-color: var(--color);
}
.newdet-page .news-box .news-left .content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newdet-page .news-box .news-left .n-link a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-family: var(--font);
}
.newdet-page .news-box .news-left .n-link a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}
.newdet-page .news-box .news-left .n-link a:hover span {
  color: var(--color);
  border-bottom: 2px solid var(--color);
}
.newdet-page .news-box .news-left .form form {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .news-box .news-left .form form input[type='text'] {
  width: 100%;
  height: 65px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 15px;
  font-size: 16px;
  margin-bottom: 40px;
  width: 48%;
  border-radius: 8px;
}
.newdet-page .news-box .news-left .form form input[name='content'] {
  width: 100%;
}
.newdet-page .news-box .news-left .form form input::-webkit-input-placeholder {
  color: #999;
}
@media (max-width: 1600px) {
  .inner.container {
    width: 1400px;
  }

 
}
@media (max-width: 1400px) {
  .inner.container {
    width: 1200px;
  }

  .font-45 {
    font-size: 36px;
  }
  .font-35 {
    font-size: calc(0.8345vw + 14px);
  }
 
  .service .service-1 .container ul {
    background-size: 80%;
  }
  .service .service-2 .container .right ul li.active p {
    padding: 30px 90px 30px 25px;
  }
}
@media (max-width: 1200px) {
  .inner.container {
    width: 1000px;
  }
  .font-45 {
    font-size: calc(0.8345vw + 14px);
  }
 
 
  .service .service-1 .container ul li {
    width: 50%;
    margin: 20px 0;
  }
  .service .service-1 .container ul {
    background: none;
  }
  .service .service-2 {
    padding: 70px 0;
  }
  .service .service-2 .container {
    padding: 0 15px;
  }
  .service .service-2 .container .right {
    width: 60%;
  }
  .application .application-1 .container .left ul li a {
    height: auto;
    padding: 20px 15px;
  }
  .application .application-1 .container .left ul li a h4 {
    font-size: 16px;
    line-height: 30px;
  }
  .news-page .news-box .news-right .box .box-b .text {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .inner.container {
    width: 700px;
  }
  .Auxil-catdes{
    display: none!important;
  }
  .product-page .product-2{
    margin-top: 0px!important;
  }
  .product-page .init-1 .tip_title{
    font-size: 20px!important;
line-height: 36px!important;
  }

 
  .service .service-2 .container .left {
    width: 100%;
  }
  .service .service-2 .container .left br {
    display: none;
  }
  .service .service-2 .container .left .btn-go {
    margin-top: 20px;
  }
  .service .service-2 .container .right {
    width: 100%;
    margin-top: 60px;
  }
  .application .application-1 .container .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .application .application-1 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .application .application-1 {
    padding: 70px 0;
  }
  .news-page .news-box .news-right {
    display: none;
  }
  .news-page .news-box .news-left {
    width: 100%;
  }
  .news-page .news-box .news-left ul li .box-b {
    padding: 35px 40px;
  }
  .news-page .news-box .news-left ul li .box-b p {
    margin-bottom: 30px;
  }
  .news-page {
    padding: calc(3.4405vw + 14px) 0;
  }
}
@media (max-width: 700px) {
  .inner.container {
    width: 500px;
  }
 
  .service .service-2 .container .right ul li.active p {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .inner.container {
    width: 100%;
  }
  .font-45 {
    font-size: calc(0.315vw + 14px);
    line-height: 36px!important;
  }
  .font-35 {
    font-size: 20px!important;
    line-height: 36px!important;
  }
  .font-30 {
    font-size: 24px;
  }
  .font-25 {
    font-size: calc(0.2085vw + 14px);
    line-height: 1.8;
  }
 
  .service .service-1 .container ul li {
    width: 100%;
  }
  .service .service-1 {
    padding-top: 70px;
  }
  .service .service-3 .content {
    overflow-x: auto;
    width: 100%;
  }
  .service .service-3 .content::-webkit-scrollbar {
    height: 5px;
  }
  .service .service-3 .content ul {
    width: 500px;
  }
  .service .service-3 .content ul li {
    min-width: 250px;
  }
  .application .application-1 .container .right .imgs ul li {
    width: 100%;
    margin: 15px 0;
  }

  .news-page .news-box .news-left ul li .box-b {
    padding: 35px;
  }
  .newdet-page .news-box .news-left .form form input[type='text'] {
    width: 100%;
  }
}

.pro-single-page{
  margin-top: 1.3555vw;
}
.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: calc(0.2085vw + 14px);
  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;
  left: 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;
  left: inherit;
  right: 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: calc(0.2085vw + 14px);
  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;
  left: 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;
  left: inherit;
  right: 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: calc(0.2085vw + 14px);
  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;
  right: 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: #8ac340;
}
.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 {
  left: 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;
  left: 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: calc(0.2085vw + 14px);
  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: calc(4.1667vw + 20px) 0 !important;
  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: calc(0.2085vw + 14px);
  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;
  left: 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: calc(3.4405vw + 14px);
}

.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: left;
}
.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-left: 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: .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: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .pro_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 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 {
    left: 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 {
    right: 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(--primary);
}

.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-right: 100px;
    font-size: calc(0.8345vw + 14px);
    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: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: var(--font-en);
}
.product-page .prodet-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--primary);
}
.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: calc(0.2085vw + 14px);
    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: calc(0.8345vw + 14px);

    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.product-page .prodet-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: calc(0.2085vw + 14px);
    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: calc(0.2085vw + 14px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.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-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--primary);
    color: white;
    font-size: calc(0.2085vw + 14px);
    /*text-transform: uppercase;*/
    /*font-weight: bold;*/
    width: auto;
    border: none;
}
.product-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}

.product-page .pro_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: calc(0.2085vw + 14px);
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .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(--primary);
}

@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: calc(2.3955vw + 14px) 0;
    }
    .product-page .prodet-2 .options ul li {
        font-size: calc(0.315vw + 14px);
    }
     .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-left: 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-left: 4%;
  }
  .product-page .pro_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .product-page .pro_init_1 .container .left .smallImg {
        display: none;
    }
   .product-page .pro_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }
  .product-page .prodet-2 .options ul li {
        margin-right: 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-left: 25px;
        padding-right: 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: calc(0.2085vw + 14px);
  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: calc(0.2085vw + 14px);
  padding: 25px 0;
  padding-right: 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;
  right: 0;
  font-size: calc(0.8345vw + 14px);
  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-right: 10px;
}
.product-page .pro_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--primary);
}

.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: calc(0.315vw + 14px);
  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: calc(0.2085vw + 14px);
  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: calc(1.3555vw + 14px);
  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: calc(0.2085vw + 14px);
  line-height: 32px;
  font-family: var(--font);
  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-right: 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-left: 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;
  left: 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: calc(1.3555vw + 14px);
  /*padding: 16px 42px 15px;
  border: solid 1px #d5d5d5;*/
  display: inline-block;
  font-size: calc(0.2085vw + 14px);
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #222;
}

@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 screen and (max-width: 1200px) {
}

@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: 1.3555vw;
  }
  .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: calc(1.3555vw + 14px);
  }

  .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: calc(0.315vw + 14px);
    line-height: 36px;
  }
  .product-page .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }
  .product-page .init-2 {
    margin-top: calc(1.3555vw + 14px);
  }
  .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: calc(1.3555vw + 14px);
  }
  .product-page .init-3 .container .tip_title {
    font-size: calc(0.315vw + 14px);
  }
  .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: 0px;
  }
  .product-page .init-4 .container .tip_title {
    font-size: calc(0.315vw + 14px);
    line-height: 36px;
  }
  .product-page .init-5 {
    margin-top: 20px;
  }
  .product-page .init-5 .container .list {
    width: 100%;
    height: 85vw;
  }


  
  .pro-single-page {
    padding-bottom: 0;
  }
  

  .product-page .pro_init_1 {
    margin-top: 0px;
    padding-top: calc(1.3555vw + 14px);
  }

  .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: calc(0.2085vw + 14px);
    padding-right: 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: calc(0.315vw + 14px);
  }

  .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%;
  }
}

.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(--primary);
  font-size: calc(0.8345vw + 14px);
  font-family: 'RM';
  color: white;
}
.product-page .fl .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid var(--primary);
  font-size: calc(0.2085vw + 14px);
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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;
  right: 0px;
  padding: 10px;
  font-size: calc(0.2085vw + 14px);
}
.product-page .fl .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
/*.product-page .fl .box .list ul li:hover {
  background: var(--primary);
  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(--primary);
  color: #fff;
}
.product-page .fl .box .list ul li ul li.active{
  background: var(--primary);
  color: #fff;
}
@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 screen and (max-width: 500px) {
  .product-page .fl .box .list ul li{
    font-size: 16px;
  }
}

.product-page .product-2 {
  margin-top: 90px;
  margin-bottom: calc(3.4405vw + 14px);
}
.sider-box .sider-left {
  width: 30%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
    padding-left: 20px;

    font-size: 36px;
    text-transform: uppercase;
    line-height: 1.2;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 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;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 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);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 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-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #73ae53;
}
.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;
  left: 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: calc(0.315vw + 14px);
  /*padding: 10px 50px;*/
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
  box-shadow: 0 0 20px rgba(3, 110, 184, .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-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.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%;
}

.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;*/
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  background-color: var(--color);
  /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .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;
  font-family: var(--font);
}

.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 1050px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #328256;
  border: 1px solid #328256;
  margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
  color: #328256;
}
.production-strength-page .init-2 .container {
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
  font-family: var(--font-en);
  text-transform: uppercase;
  font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}












    .seoPublic .title {
    font-size: 48px;

    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0.7em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 36px;
        font-family: var(--font-en);
        line-height: 1.2;
        text-transform: uppercase;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
            font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    color: #525252;
    /*max-height: 284px;
    padding-right: 20px;
    overflow-y: scroll;*/
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 10px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 24px;
        line-height: 1.3;

        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        /*font-family: var(--font);*/
        /*min-height: 3em;*/
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        line-height: 2;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        color: #5e5e5e;
        line-height: 30px;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        /*text-transform: uppercase;*/
        line-height: 30px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        line-height: 30px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        /*padding-left: 25px;
        padding-right: 25px;
        padding-top: 14px;*/
        border: none;
        color: #000;
        background: transparent;
    }
.seoPublic .Auxil-form .form ul li input[type=submit]:hover {
    background: transparent;
    color: #fff
}

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    /*.seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }*/

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

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

       .font-35 {
    font-size: calc(0.8345vw + 14px);
  }
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: calc(0.315vw + 14px);
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
            line-height: 2;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: calc(0.2085vw + 14px);
            line-height: 1.3;
            /*min-height: 5.8em;*/
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: calc(0.2085vw + 14px);
            line-height: 32px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
        }
        #cp-Nav .nav div.title::after{
          content:"\f107";
          display: block;
          color:white;
          font-family:'FontAwesome'; 
          font-size:20px;
        }
        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
           font-size: 16px;
line-height: 30px;

        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: calc(0.2085vw + 14px);
            line-height: 32px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
 
    }


.slide-w{
      height: 100%;
    opacity: 1 !important;
    visibility: unset !important;
}
.f-g img{
  vertical-align: middle;
  margin-right: 30px;
}
.f-g1{
border-bottom: 1px solid #666666;
}



@media screen and (max-width: 1000px) {
  .inner-page .sidebar-box .sidebar-left{
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right{
    width: 100%;
  }

}


.btn-go-rd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 5px;
}
.btn-go-rd span {
  font-size: calc(0.2085vw + 14px);
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go-rd i {
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go-rd:hover span {
  margin-right: 25px;
  color:var(--color);
}
.btn-go-rd:hover i{
  color:var(--color);
}
.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-1 .container .more {
  display: inline-block;
  padding: 15px 56px;
  background-color: #328256;
  border: 1px solid #328256;
  margin-top: 30px;
}
.production-strength-page .init-1 .container .more:hover {
  color: #328256;
}
.production-strength-page .init-2 .container {
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 80px 0 10px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
  font-family: var(--font-en);
  text-transform: uppercase;
  font-size: 48px;
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}
.font-news1{
 font-size: 24px !important;
 line-height: 1.6 !important;

 min-height: 3em !important;
}
.font-news2{
  font-family: "Montserrat" !important;
}
.font-news3{
  font-family: "Montserrat" !important;
}
.font-news4{
  font-family: "Montserrat" !important;
}
.seoPublic .Auxil-news .list ul li .content div.h6 a{
  font-size: 24px;
 line-height: 1.3;

 /*min-height: 3em;*/
 /*text-transform: uppercase;*/
}
.tips-fct{
  font-size: 48px;
  line-height: 1.2;
text-align: center;
text-transform: uppercase;

padding-top: 80px
}
.tips-fct1{
  font-size: calc(0.2085vw + 14px);
  line-height: 1.8;
text-align: center;
max-width:1050px;
margin: auto;
}
.tips-fct-box{
  background: #f9f9f9;
  padding-bottom: 80px
}
.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: 18px;
    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: calc(0.2085vw + 14px);
    line-height: 1;
    color: #ffffff;
    margin: 2.5rem 0 2.8rem;
}
.product-2 .sidebar-info .info-tel img {
    margin-right: 2rem;
}
.product-2 .sidebar-info .icon a {
    margin: 0 1.4rem;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}


#index-body .pro1duct {
  padding: calc(3.65vw + 20px) 0 calc(4.65vw + 40px);
}
#index-body .pro1duct .product-content ul {
  margin: calc(1.88vw + 14px) -15px 0;
}
#index-body .pro1duct .product-content ul li {
  padding: 0 15px;
  position: relative;
}
#index-body .pro1duct .product-content ul li:hover .box .img_box img {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.04);
}
#index-body .pro1duct .product-content ul li:hover .box h4{
  color:var(--color);
}
/*#index-body .pro1duct .product-content ul li:hover .box .title {
  -webkit-transform: translateY(-310px);
  -moz-transform: translateY(-310px);
  -ms-transform: translateY(-310px);
  transform: translateY(-310px);
}
#index-body .pro1duct .product-content ul li:hover .box .btn {
  bottom: 0;
  opacity: 1;
}*/
#index-body .pro1duct .product-content ul li .box .img_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  /*height: 315px;*/
  -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;
  background-color: #f0f0f0;
}
#index-body .pro1duct .product-content ul li .box .img_box img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .pro1duct .product-content ul li .box .title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
}
#index-body .pro1duct .product-content ul li .box .title h4 {
  font-size: calc(0.315vw + 14px);
  font-family: var(--font);
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
  line-height: 36px;
  margin-top: calc(1.3555vw + 14px);
  text-align: center;
}
#index-body .pro1duct .product-content ul li .box .title h4:hover {
  color: var(--color);
}
#index-body .pro1duct .product-content ul li .box .btn {
  position: absolute;
  left: 50%;
  bottom: -20%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
@media (max-width: 500px) {
  #index-body .pro1duct {
    padding: 0 0 calc(4.65vw + 20px);
}
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 700px) {
  .wid-50y{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
.news-page .news-box .news-right .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}