@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot") format("eot"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot") format("eot"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.eot") format("eot"), url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot") format("eot"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-20{
  line-height: 36px;
}
.font-16{
  line-height: 30px;
}
body {
  font-family: "Inter";
  max-width: 1920px;
  --color: #ceff03;
  font-weight: normal;
  margin: 0 auto;
  color: #121212;
}
.font-22{
  line-height: 40px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1700px;
  margin: auto;
  width: 100%;
}
.more {
  width: 224px;
  height: 70px;
  background-color: #ceff03;
  border-radius: 10px;
  padding: 9px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.more span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-style: italic;
}
.more::after {
  content: "\f101";
  width: 54px;
  height: 52px;
  background-color: #111211;
  font: normal normal normal 14px / 1 FontAwesome;
  color: #ffffff;
  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;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 28px;
}
.more:hover {
  background: #000000;
  color: var(--color);
}
.more:hover::after {
  background: var(--color);
  color: #000000;
}
#innerMobileBanner{
  padding: 30px 0 20px
}
#innerMobileBanner .title{
  font-size: 20px;
}
#cp-Nav .nav{
  padding: 0;
  margin-bottom: 20px;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .nav {
  width: 100%;
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  position: relative;
  padding-left: 75px;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 85px;
  color: #ffffff;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  margin-left: 110px;
}
#header .nav .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language {
  position: relative;
  margin-left: 55px;
}
#header .nav .ui.menu .h-language span img {
  width: 28px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 40px;
  width: 100px;
  height: 98px;
  background-color: #ceff03;
  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;
  cursor: pointer;
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
}
#banner li .text .box {
  width: 50%;
  color: #ffffff;
}
#banner li .text .box .title {
  line-height: 1;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes sy1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes sy1 {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes sy1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lh-1 {
  line-height: 1;
}
.col {
  color: var(--color);
}
#index-body .brand {
  background: #202020;
  padding: 32px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
#index-body .brand ul {
  white-space: nowrap;
  text-align: center;
  /*-webkit-animation: transAni2 10s linear infinite forwards;
  -moz-animation: transAni2 10s linear infinite forwards;
  animation: transAni2 10s linear infinite forwards;*/
}
#index-body .brand ul li {
  display: inline-block;
  padding: 0 20px;
}
#index-body .brand  .slick-slider:not(.slick-vertical) .slick-track{
  align-items: center;
}
#index-body .about {
  background: #202020 url(../images/p_dot.png) no-repeat left center;
  overflow: hidden;
}
#index-body .about .left {
  width: 38%;
  color: #ffffff;
}
#index-body .about .left .cont p {
  margin-bottom: 1.4em;
}
#index-body .about .right {
  width: 57%;
  position: relative;
}
#index-body .about .right .rg {
  width: 115%;
  position: relative;
}
#index-body .about .right .rg .play{
  left: 55%;
  top: 45%;
}
#index-body .about .right ul {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 60px 90px 45px;
  color: #ffffff;
  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;
  background: linear-gradient(106deg,transparent 47px,rgba(0, 0, 0, 0.8) 47px ,rgba(0, 0, 0, 0.8) 10%, transparent);
}
#index-body .about .right ul .num {
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .about .right ul .num span {
  font-size: 20px;
  line-height: 36px;
}
#index-body .about .right ul p {
  font-size: 16px;
  line-height: 30px;
}
#index-body .about .right ul li:hover .num {
  color: var(--color);
}
#index-body .category {
  background: #f0f0f0;
}
#index-body .category ul li {
  padding-bottom: 20px;
}
#index-body .category ul li .box {
  padding: 25px 20px;
  background: #d2d0d0;
  border-radius: 10px;
  border-bottom: solid 2px #d2d0d0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .category ul li .box .left {
  width: 52%;
  position: relative;
}
#index-body .category ul li .box .left .play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer
}
#index-body .category ul li .box .right {
  width: 48%;
}
#index-body .category ul li .box .right .t1 {
  line-height: 44px;
}
#index-body .category ul li .box .right .cont {
  color: #121212;
  opacity: 0.5;
  line-height: 30px;
}
.font-18{
  line-height: 32px;
}
#index-body .category ul li .box .right .more {
  zoom: 0.75;
}
#index-body .category ul li .box:hover {
  border-bottom: solid 2px var(--color);
  -webkit-box-shadow: 2px 10px 13px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 10px 13px rgba(0, 0, 0, 0.5);
}
#index-body .choose {
  background: url(../images/adv_bg.jpg) no-repeat right top / cover;
}
#index-body .choose .box {
  width: 48%;
  color: #ffffff;
}
#index-body .choose .box .img {
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .choose .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .choose .box ul li {
  width: 45%;
  margin-bottom: 20px;
}
#index-body .products {
  background: #f0f0f0;
  padding-bottom: 110px;
}
#index-body .products ul li .box {
  padding: 20px;
  background-color: #d2d0d0;
  border-radius: 12px;
}
#index-body .products ul li .box .t1 {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 36px;
  min-height: 5.45em;
}
#index-body .products ul li .box .t1:hover {
  color: var(--color);
}
#index-body .products ul li .box .cont {
  font-size: 16px;
  line-height: 30px;
  color: #131213;
  opacity: 0.6;
}
#index-body .products ul li .box .btn {
  display: block;
  width: 100%;
  height: 46px;
  background-color: #ceff03;
  border-radius: 8px;
  text-align: center;
  line-height: 46px;
  color: #131213;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products ul li .box .btn:hover {
  background: #000000;
  color: var(--color);
}
#index-body .news {
  position: relative;
  background: url(../images/new_bg.jpg) no-repeat center top / cover;
  color: #ffffff;
  padding: 0 20px;
}
#index-body .news .btn {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .news .btn .play1 {
  -webkit-animation: sy1 5s linear infinite;
  -moz-animation: sy1 5s linear infinite;
  animation: sy1 5s linear infinite;
}
#index-body .news .btn .jt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .news .tit {
  padding-top: 130px;
}
#index-body .news ul .box {
  padding: 90px 40px 74px;
  background: #ffffff12;
  position: relative;
  border: 1px solid #ffffff12;
}
#index-body .news ul .box .dot {
  position: absolute;
  right: 38px;
  top: 40px;
}
#index-body .news ul .box .text {
  position: relative;
  z-index: 3;
}
#index-body .news ul .box .text .t1 {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 36px;
  min-height: 5.45em;
}
#index-body .news ul .box .text .t1:hover {
  color: var(--color);
}
.font-14{
  line-height: 2;
}
#index-body .news ul .box .text .cont {
  line-height: 1.8;
  height: 7.4;
}
#index-body .news ul .box .text .time img {
  margin-right: 15px;
}
#index-body .news ul .box:before {
  position: absolute;
  content: "";
  width: 170px;
  height: 100%;
  left: 0;
  top: 0;
  border-right: transparent;
  border: 1px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#cdff01), to(transparent)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #cdff01, transparent) 1;
  -moz-border-image: -moz-linear-gradient(left, #cdff01, transparent) 1;
  -o-border-image: linear-gradient(90deg, #cdff01, transparent) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#cdff01), to(transparent)) 1;
  border-image: linear-gradient(90deg, #cdff01, transparent) 1;
  border-image-slice: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
#index-body .news ul .box:hover:before {
  opacity: 1;
}
#index-body .news ul .box:after {
  position: absolute;
  content: "";
  width: 170px;
  height: 100%;
  right: 0;
  top: 0;
  border-right: transparent;
  border: 1px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#cdff01), to(transparent)) 1;
  -webkit-border-image: -webkit-linear-gradient(right, #cdff01, transparent) 1;
  -moz-border-image: -moz-linear-gradient(right, #cdff01, transparent) 1;
  -o-border-image: linear-gradient(-90deg, #cdff01, transparent) 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#cdff01), to(transparent)) 1;
  border-image: linear-gradient(-90deg, #cdff01, transparent) 1;
  border-image-slice: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
#index-body .news ul .box:hover:after {
  opacity: 1;
}
strong {
  font-weight: bold;
}
#footer {
  color: #fff;
  background: url(../images/f-bg.jpg) no-repeat center center / cover;
}
#footer .f-box {
  font-weight: 500;
}
#footer .f-box .tit {
  color: var(--color);
  line-height: 44px;
}
#footer .f-box li {
  margin-bottom: 0.8em;
}
#footer .f-box .f-nav li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-nav li:hover {
  color: var(--color);
}
#footer .f-box .f-contact {
  max-width: 250px;
}
#footer .f-box .f-nav li ul{
  display: none;
}
#footer .f-box .f-form {
  width: 650px;
  padding: 32px 60px 62px;
  background: url(../images/f-form.png) no-repeat center center / 100% 100%;
}
#footer .f-box .f-form ul {
  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;
  position: relative;
}
#footer .f-box .f-form ul li {
  margin-bottom: 0;
}
#footer .f-box .f-form ul li input {
  height: 62px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border: none;
  padding: 0 20px;
  width: 100%;
}
#footer .f-box .f-form ul .mail {
  width: 40%;
}
#footer .f-box .f-form ul .content {
  width: 54%;
}
#footer .f-box .f-form ul .content input {
  padding-right: 65px;
}
#footer .f-box .f-form ul .submit {
  position: absolute;
  right: 0;
  bottom: 0;
}
#footer .f-box .f-form ul .submit button {
  width: 60px;
  height: 62px;
  background-color: #ceff03;
  border-radius: 0px 10px 10px 0px;
  color: #000;
  font-size: 20px;
  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;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.2);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1700px) {

  .container {
    max-width: 1380px;
  }
  #index-body .about .right ul {
    padding: 60px 50px 45px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 75px;
  }
  #index-body .about .right .rg {
    width: 121%;
  }
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1220px;
  }
  #header .nav .ui.menu .h-language {
    margin-left: 25px;
  }
  #header .nav .ui.menu .h-search {
    margin-left: 50px;
  }
  #index-body .about .right ul {
    padding: 60px 10px 45px;
  }
  #index-body .about .left {
    padding-bottom: 50px;
  }
  #footer .f-box .f-form {
    width: 560px;
  }
  #footer .f-box {
    padding-left: 40px;
    padding-right: 40px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 55px;
  }
  #index-body .about .left {
    width: 40%;
  }
  #index-body .choose {
    background-position: left top;
  }
  #index-body .choose .box {
    width: 60%;
  }
}
@media screen and (max-width: 1250px) {
  .container {
    max-width: 1080px;
  }
  #index-body .brand ul li {
    zoom: 0.7;
  }
  #banner li .text .box {
    width: 60%;
  }
  #footer .f-box {
    padding-left: 0;
    padding-right: 0;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #index-body .about .right .rg {
    width: 135%;
  }
  #index-body .about .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .right ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
  #cp-Nav .nav div.title{
    line-height: 32px;
  }
}
 .mobile-menu-wrap01 .panel-title{
    font-size: 22px!important;
    line-height: 40px;
  }
  .mobile-menu-wrap01 .panel-body a{
    font-size: 20px;
    line-height: 36px;
  }
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
 
  #index-body .about {
    padding-top: 40px;
  }
  .font-60{
    font-size: 24px!important;
    line-height: 44px;
  }
  .font-16{
    font-size: 16px!important;
    line-height: 30px;
  }
  #index-body .about .right .rg {
    display: none;
  }
  #index-body .about .right ul {
    position: static;
  }
  #index-body .category ul li .box .right {
    margin-top: 35px;
  }
  #index-body .choose {
    background: #111211;
  }
  #index-body .choose .box {
    width: 100%;
  }
  #footer .f-box .f-contact {
    margin-top: 45px;
    max-width: 100%;
  }
  #footer .f-box .f-contact .tit {
    font-size: 18px;
    line-height: 32px;
  }
  #footer .f-box .f-form {
    padding: 32px 40px 62px!important;
  }
}
@media screen and (max-width: 700px) {
  #footer .f-box .f-form ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-box .f-form ul .mail {
    width: 100%;
  }
  #footer .f-box .f-form ul .content {
    width: 100%;
    margin-top: 30px;
  }
  #banner li .text .box {
    width: 65%;
  }
  #index-body .brand ul li {
    zoom: 0.6;
  }
  .more {
    zoom: 0.8;
  }
  .fixed-toolbar{
    zoom: 0.8
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
  #banner li .text .box .title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #index-body .choose .box ul li {
    width: 100%;
  }
  #banner li .text .cont {
    display: none;
  }
  .more {
    zoom: 0.6;
  }
  #index-body .news .btn {
    zoom: 0.7;
  }
  #index-body .news .tit {
    padding-top: 100px;
  }
  #footer .f-box .f-form {
    padding: 32px 20px 62px!important;
  }
  #index-body .news ul .box {
    padding: 65px 20px 44px;
  }
  #index-body .brand ul li {
    zoom: 0.4;
  }
  #index-body .brand {
    padding: 20px 0;
  }
}

/*inner*/

.inner-banner {
  padding-top: 100px;
  background: #111211;
  color: #ffffff;
  background: url(../images/inner-banner.jpg) no-repeat center top / cover;
}
.inner-banner .box {
  padding: 190px 0;
  text-align: center;
}
.inner-banner .box .title {
  line-height: 1;
}
.inner-banner .box .mbx {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 13px 25px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  border-left: 3px solid var(--color);
}
.inner-banner .box .mbx a::after {
  content: "\f054";
  font: normal normal normal 14px / 1 FontAwesome;
  margin-left: 4px;
}
.about-page .about-1 .box .left {
  width: 30%;
}
.about-page .about-1 .box .left .cont {
  font-weight: 500;
  color: #09080d;
}
.about-page .about-1 .box .right {
  width: 62%;
  color: #09080d;
  opacity: 0.8;
  line-height: 32px;
}
.font-30{
  line-height: 1.4;
}
.about-page .about-2 {
  background: url(../images/about-1.jpg) no-repeat top 120px left / cover;
}
.about-page .about-2 ul {
  max-width: 481px;
  background: url(../images/about_bg2.png) no-repeat right bottom / cover;
  padding: 0 40px 60px;
}
.about-page .about-2 ul li {
  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;
  color: #ffffff;
  border-bottom: solid 1px rgba(240, 240, 240, 0.2);
}
.about-page .about-2 ul li .num {
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 ul li .num span {
  font-size: 20px;
}
.about-page .about-2 ul li:hover .num {
  color: var(--color);
}
.about-page .about-3 {
  color: #ffffff;
  background: #121212;
}
.about-page .about-3 .title {
  font-weight: 500;
  text-align: center;
  max-width: 1230px;
  margin: 0 auto;
  line-height: 1.2;
}
.about-page .about-3 .box .left {
  width: 40%;
  background: url(../images/about-2.jpg) no-repeat center top / cover;
}
.about-page .about-3 .box .right {
  width: 60%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.about-page .about-3 .box .right .item {
  border-right: solid 1px rgba(255, 255, 255, 0.2);
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 35px 38px 55px;
}
.about-page .about-3 .box .right .item .img {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.about-page .about-4 .title {
  margin: 0 auto;
  max-width: 833px;
  line-height: 1.1;
}
.about-page .about-4 ul .box {
  padding: 27px;
  background-color: #1e1e1e;
  border-radius: 10px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.about-page .about-4 ul .box .img {
  border-radius: 8px;
  overflow: hidden;
}
.about-page .about-4 ul .box .cont {
  line-height: 32px;
}
.about-page .about-4 ul .box::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(255, 255, 255, 0.5)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 20%, transparent);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 20%, transparent);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 20%, transparent);
}
.about-page .about-4 .slick-active .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.about-page .about-4 .slick-active .box {
  -webkit-transform: scale(0.8) translate(13%);
  -moz-transform: scale(0.8) translate(13%);
  -ms-transform: scale(0.8) translate(13%);
  transform: scale(0.8) translate(13%);
  margin: 0 0 0 auto;
}
.about-page .about-4 .slick-center .box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-4 .slick-center .box::after {
  display: none;
}
.about-page .about-4 .slick-center + .slick-active .box {
  -webkit-transform: scale(0.8) translate(-13%);
  -moz-transform: scale(0.8) translate(-13%);
  -ms-transform: scale(0.8) translate(-13%);
  transform: scale(0.8) translate(-13%);
}
.about-page .about-4 .slick-center + .slick-active .box::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(20%, rgba(255, 255, 255, 0.5)), to(transparent));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 20%, transparent);
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 20%, transparent);
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 20%, transparent);
}
.about-page .about-4 .btn {
  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;
  font-size: 50px;
}
.about-page .about-5 {
  color: #ffffff;
  background: url(../images/about-3.jpg) no-repeat top center / cover;
}
.about-page .about-5 .box {
  border: 1px solid rgba(243, 243, 243, 0.3);
  position: relative;
  padding: 90px 120px 110px 56px;
}
.about-page .about-5 .box .box2 {
  position: relative;
  z-index: 3;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-5 .box .dot {
  position: absolute;
  top: 80px;
  right: 40px;
}
.about-page .about-5 .box .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-page .about-5 .box .text .smt {
  width: 158px;
  height: 42px;
  border-radius: 20px;
  border: solid 1px #f3f3f3;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
}
.about-page .about-5 .box .img {
  margin-right: 60px;
}
.about-page .about-5 .box:before {
  position: absolute;
  content: "";
  width: 170px;
  height: 100%;
  left: 0;
  top: 0;
  border-right: transparent;
  border: 1px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#cdff01), to(transparent)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #cdff01, transparent) 1;
  -moz-border-image: -moz-linear-gradient(left, #cdff01, transparent) 1;
  -o-border-image: linear-gradient(90deg, #cdff01, transparent) 1;
  border-image: -webkit-gradient(linear, left top, right top, from(#cdff01), to(transparent)) 1;
  border-image: linear-gradient(90deg, #cdff01, transparent) 1;
  border-image-slice: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.about-page .about-5 .box:hover:before {
  opacity: 1;
}
.about-page .about-5 .box:after {
  position: absolute;
  content: "";
  width: 170px;
  height: 100%;
  right: 0;
  top: 0;
  border-right: transparent;
  border: 1px solid transparent;
  -webkit-border-image: -webkit-gradient(linear, right top, left top, from(#cdff01), to(transparent)) 1;
  -webkit-border-image: -webkit-linear-gradient(right, #cdff01, transparent) 1;
  -moz-border-image: -moz-linear-gradient(right, #cdff01, transparent) 1;
  -o-border-image: linear-gradient(-90deg, #cdff01, transparent) 1;
  border-image: -webkit-gradient(linear, right top, left top, from(#cdff01), to(transparent)) 1;
  border-image: linear-gradient(-90deg, #cdff01, transparent) 1;
  border-image-slice: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.about-page .about-5 .box:hover:after {
  opacity: 1;
}
.about-page .about-6 img {
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .about-page .about-1 .box .left {
    width: 35%;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner .box {
    padding: 120px 0;
  }
  .about-page .about-3 .box .right .item {
    padding: 25px 20px 45px;
  }
  .about-page .about-5 .box {
    padding: 70px 40px 80px 46px;
  }
  .about-page .about-5 .box .dot {
    top: 40px;
    zoom: 0.8;
  }
  .about-page .about-5 .box .img {
    width: 140px;
    margin-right: 50px;
  }
  /*#index-body .brand ul {

  -webkit-animation: transAni2 10s linear infinite forwards;
  -moz-animation: transAni2 10s linear infinite forwards;
  animation: transAni2 10s linear infinite forwards;
}*/
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .box {
    padding: 0;
  }
  .about-page .about-5 .box .dot {
    zoom: 0.6;
  }
  .about-page .about-5 .box .img {
    margin-right: 20px;
  }
  .about-page .about-5 .box .text .smt {
    zoom: 0.8;
  }
  .inner-banner {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .box .left {
    margin-bottom: 30px;
  }
  .about-page .about-3 .box .left {
    display: none;
  }
  .about-page .about-3 .box .right {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
  }
  .about-page .about-4 ul .box::after {
    display: none;
  }
  .font-20{
    font-size: 18px!important;
    line-height: 32px;
  }
  .about-page .about-4 ul li {
    padding: 0 5px;
  }
  .about-page .about-4 .slick-center + .slick-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .about-page .about-5 .box {
    padding: 40px 20px 50px 26px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 ul {
    max-width: 100%;
  }
  .about-page .about-5 .box {
    text-align: center;
  }
  .about-page .about-5 .box .img {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    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;
  }
  .about-page .about-5 .box .img img {
    width: 150px;
  }
  .about-page .about-5 .box .text .smt {
    margin: 20px auto;
  }
}


.product-page {
  padding-bottom: 120px;
}
.product-page .ui.container {
  max-width: 1540px;
}
.product-page .product-nav {
  font-size: 18px;
  margin: 1.5em 0;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  position: relative;
  z-index: 2;
}
.product-page .product-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.product-page .product-nav>ul>li {
  position: relative;
  width: 33%;
  text-align: center;
}
.product-page .product-nav ul li a {
  display: block;
  padding: 1em 0;
  font-weight: bold;
  color: #9e9e9e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-nav ul li:hover > a {
  color: black;
}
.product-page .product-nav ul li ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: white;
  padding: .1em .7em;
  z-index: 1;
  display: none;
  border-top: 1px solid var(--color);
  box-shadow:  0 5px 5px rgba(0, 0, 0, 0.1);
}
.product-page .product-nav ul li ul li {
  border-top: 1px #a9a9a9 dashed;
}
.product-page .product-nav ul li ul li a {
  font-weight: normal;
  font-size: 0.88888889em;
}
.product-page .product-nav ul li ul li a:hover {
  color: var(--color);
}
.product-page .product-nav ul li ul li:first-child {
  border-top: none;
}
.product-page .product-nav ul li:hover ul {
  display: block;
}
.product-page .product-List {
  margin-top: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-page .product-List ul {
  margin: -40px -60px;
  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;
}
.product-page .product-List ul li {
  padding: 40px 60px;
}
.product-page .product-List ul li .box {
  display: block;
  background-color: white;
  padding: 0 15px;
  height: 100%;
}
.product-page .product-List ul li .box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.product-page .product-List ul li .box .top .title {
  padding-top: 10px;
  color: #444;
  font-style: italic;
  padding-right: 10px;
  max-width: 65%;
}
.product-page .product-List ul li .box .top .title span.h5 {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  width: 100%;
  /* white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;*/
}
.product-page .product-List ul li .box .top .title span.ai {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
  display: block;
  width: 100%;
  min-height: 3.5em;
}
.product-page .product-List ul li .box .top .tag {
  font-size: 18px;
  background-color: #f5f5f5;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  overflow: hidden;
  margin-right: 1.5em;
}
.product-page .product-List ul li .box .top .tag a {
  width: 3.77777778em;
  height: 2.77777778em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px #d9d9d9 dashed;
  color: #6f6f6f;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-List ul li .box .top .tag a:first-child {
  border-top: none;
}
.product-page .product-List ul li .box .top .tag a:hover {
  background-color: var(--color);
  color: #242424;
}
.product-page .product-List ul li .box a.img-box {
  display: block;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.product-page .product-List ul li .box span.h6 {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  line-height: 36px;
  padding: 1em 0;
  border-top: 1px solid #f0f0f0;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-List ul li .box span.h6:hover {
  color: var(--color);
}
.prodet-page .product-2 ul {
  margin: 0 -80px;
}
.prodet-page .product-2 ul li {
  padding: 0 80px;
  text-align: center;
  margin-bottom: 75px;
}
.prodet-page .product-2 ul li .item:hover .img-box .hoverbox {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  top: 0;
}
.prodet-page .product-2 ul li .item .img-box {
  position: relative;
}
.prodet-page .product-2 ul li .item .img-box .hoverbox {
  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;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  top: -100%;
  left: 0;
}
.prodet-page .product-2 ul li .item .pname {
  margin-top: 20px;
  line-height: 2;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .product-2 ul li .item .pname:hover {
  color: #000;
}
.pd70 {
  padding: 70px 0;
}
.m-link {
  font-size: 16px;
  color: #a0a0a0;
  /*max-width: 50%;*/
  display: block;
  text-align: left;
  line-height: 32px;
}
.m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-link a:hover {
  color: #111;
}
.bortop {
  border-top: 1px solid #000;
}
.contact-page .contact-4 {
  padding: 100px 0;
}
.contact-page .contact-4 .box {
  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;
}
.contact-page .contact-4 .left {
  padding-top: 40px;
  width: 30%;
}
.contact-page .contact-4 .left h4 {
  font-size: 48px;
  line-height: 1;
  color: #222;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-page .contact-4 .left p {
  font-size: 20px;
  line-height: 36px;
  color: #222;
  font-weight: 400;
  margin-top: 20px;
}
.contact-page .contact-4 .left ul {
  margin-top: 30px;
}
.contact-page .contact-4 .left ul li {
  margin-top: 20px;
}
.contact-page .contact-4 .left ul li .content {
  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;
  width: 100%;
}
.contact-page .contact-4 .left ul li h6 {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #ceff03;
  /*border: 1px solid #aaa;*/
  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-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-4 .left ul li h6 i {
  font-size: 20px;
  color: #222;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .contact-4 .left ul li p {
  margin-top: 0;
  font-size: 18px;
  color: #222;
  line-height: 32px;
  font-weight: 400;
  width: 100%;
}
.contact-page .contact-4 .right {
  width: 63%;
}
.contact-page .contact-4 .right form {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 40px 90px;
  width: 100%;
}
.contact-page .contact-4 .right form .tips2 {
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
}
.contact-page .contact-4 .right form .tips {
  margin-top: 16px;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-4 .right form .list input,
.contact-page .contact-4 .right form .list textarea,
.contact-page .contact-4 .right form .list .input_cont {
  width: 100%;
  margin-top: 4px;
  padding: 8px 20px;
  border: 1px solid #898989;
  font-size: 14px;
  line-height: 2;
}
.contact-page .contact-4 .right form .phone .intl-tel-input.inside .flag-dropdown {
  left: 16px;
}
.contact-page .contact-4 .right form .list .submit {
  margin-top: 30px;
  display: inline-block;
  padding: 10px 36px;
  background-color: var(--color);
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border: none;
  color: #242424;

}
.contact-page .contact-4 .right form .list .submit:hover {
  background: #000;
  color: #ffffff;
}
.contact-page .contact-4 .right form .list .submit img,
.contact-page .contact-4 .right form .list .submit span {
  vertical-align: middle;
}
.contact-page .contact-4 .right form .list .submit:hover img {
  -webkit-transform: rotate(46deg);
  -moz-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}
.contact-page .contact-4 .right form .list .submit span {
  margin-left: 14px;
  color: #242424;
}
.contact-page .contact-4 .right form .list .submit:hover span{
  color: #ffffff;
}
.contact-page .contact-5 iframe {
  display: block;
  border: none;
}



.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}
.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #eee;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: 700;
  color: #242424;
  line-height: 36px;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}
.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}
.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: #fff;
  font-size: 18px;
  color: #8e8e8e;
  padding: 0 0.7em;
}
.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .sideBarBox .sideBarRight form.search input[type=submit] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("/template/en/images/icon-search-black.png") center center no-repeat;
}
.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  padding: .5em 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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}
.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarRight .newsList ul li {
  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: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  width: 34%;
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #8e8e8e;
  line-height: 2;
}
.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .3em;
  display: block;
}
.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  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;
}
.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  padding: 2em;
}
.news-page .marginBox {
  padding: 90px 0 70px;
}
.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: auto;
}
.news-page .sideBarLeft .list ul li  time {
  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;
  font-size: 16px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.news-page .sideBarLeft .list ul li  time em {
  /*font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: #242424;
  text-transform: uppercase;*/
  margin-left: 1em;
}
.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}
.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 50px;
  font-size: 16px;
}
.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: 700;
  font-size: 20px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}
.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  margin: 1em 0;
}
.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  line-height: 32px;
  border-bottom: 1px solid  #000000;
  color: #000000;
}
.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid  #000000;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}
.news-page .sideBarLeft .list ul li .content a.link:hover{
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border: 4px solid var(--color);
}
.newdet-page .marginBox {
  padding: 90px 0;
}
.newdet-page .sideBarLeft time {
  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;
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
  margin-top: 1.2em;
}
.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: #242424;
  text-transform: uppercase;
  margin-left: 1em;
}
.newdet-page .sideBarLeft h1 {
  font-weight: 700;
  font-size: 28px;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 2em 0 1em;
}
.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  margin-top: 1em;
  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;
}
.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}
.newdet-page .sideBarLeft .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}
.newdet-page .sideBarLeft .m-link .prev {
  margin-right: 20px;
  width: 50%;
}
.newdet-page .sideBarLeft .m-link .prev a.link img {
  margin-right: 0.5em;
}
.newdet-page .sideBarLeft .m-link .next {
  margin-left: 20px;
  width: 50%;
}
.newdet-page .sideBarLeft .m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.newdet-page .sideBarLeft .m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.newdet-page .sideBarLeft .m-link a.link {
  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;
  font-weight: 700;
  font-size: 20px;
  color: #242424;
  margin-bottom: 0.5em;
}
.newdet-page .sideBarLeft .m-link .btnBox {
  padding: 20px;
  background: #eee;
  /*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;*/
}
.newdet-page .sideBarLeft .m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}
.newdet-page .sideBarLeft .m-link .btnBox .text {
  margin-left: 15px;
}
.newdet-page .sideBarLeft .m-link .btnBox .text time {
  font-size: 16px;
  color: #8e8e8e;
  margin: 0;
}
.newdet-page .sideBarLeft .m-link .btnBox .text .h6 a{
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
  display: block;
}
.newdet-page .sideBarLeft .publicForm .h6 {
  font-weight: 700;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}
.newdet-page .form ul {
  margin: -15px -7px;
}
.newdet-page .form ul li {
  padding: 15px 7px;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}
.newdet-page .form ul li input::-webkit-input-placeholder,
.newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-webkit-input-placeholder, .newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-moz-placeholder, .newdet-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::-moz-placeholder, .newdet-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input:-ms-input-placeholder, .newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}
.newdet-page .form ul li textarea {
  height: 150px;
}
.newdet-page .form ul li input[type=submit] {
  border: none;
  background: var(--color);
  color: #242424;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .form ul li input[type=submit]:hover {
  background: #242424;
  color: #ffffff;
}
.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1800px) {
  .newdet-page .marginBox,
  .contact-page .contact-4 {
    padding: 50px 0;
  }
  .newdet-page .sideBarLeft time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
  }
  .newdet-page .sideBarLeft .content,
  .inner-page .sideBarBox .sideBarRight .nav ul li,
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6,
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .contact-page .contact-4 .left ul li p {
    font-size: 16px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 40px;
  }
  .contact-page .contact-4 .left ul li h6 {
    width: 60px;
    height: 60px;
  }
 
  .prodet-2 .ui.container .right ul.conlist li {
    padding: 10px 0;
  }

  .prodet-2 .ui.container .right a.more3 {
    font-size: 18px;
  }
  .m-link,
  .product-page .product-nav {
    font-size: 16px;
  }
 
  .prodet-3 form ul li.wid30 {
    margin-bottom: 30px;
  }
  .prodet-3 form ul li:nth-child(5) {
    margin-top: 50px;
  }
  .prodet-page .product-2 ul li {
    margin-bottom: 30px;
  }
 
  .product-page .product-List ul li .box span.h6 {
    font-size: 18px;
  }
 
}
@media screen and (max-width: 1450px) {
  .inner-page .public-down {
    padding: 30px 0;
  }
 
  .m-link,
  .product-page .product-nav {
    font-size: 14px;
  }
  .product-page .product-List {
    margin-top: 50px;
  }
  .product-page .product-List ul li .box .top .tag {
    font-size: 16px;
  }
  .product-page .product-List ul li {
    padding: 30px;
  }
  .product-page .product-List ul {
    margin: -30px;
  }
  .product-page {
    padding-bottom: 80px;
  }
  .product-page .product-List ul li .box .top .title span.ai {
    font-size: 24px;
    line-height: 44px;
  }
  .product-page .product-List ul li .box .top .tag a {
    width: 3em;
  }
  .newdet-page .sideBarLeft .content,
  .inner-page .sideBarBox .sideBarRight .nav ul li,
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6,
  .newdet-page .sideBarLeft .m-link .btnBox .text span.h6,
  .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .contact-page .contact-4 .left ul li p {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
  }
  .news-page .marginBox {
    padding: 50px 0;
  }
  .contact-page .contact-4 .right form {
    padding: 30px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 32px;
  }
  .contact-page .contact-4 .left p {
    font-size: 16px;
  }
  .contact-page .contact-5 iframe {
    height: 360px;
  }
  .prodet-1 {
    padding-top: 40px;
  }
  .prodet-1 .ui.container #gallery ul .slick-current li img {
    width: 400px;
  }
  .prodet-1 .ui.container #gallery ul li img {
    width: 150px;
  }
  .prodet-2 .ui.container .left .navbox {
    padding-top: 30px;
  }
  .prodet-2 .ui.container .left .navbox li {
    margin-bottom: 50px;
  }

  .prodet-3 .title {
    margin-bottom: 40px;
  }
  .pd70 {
    padding: 40px 0;
  }
  .prodet-3 form ul li input[type=text],
  .prodet-3 form ul li textarea {
    font-size: 16px;
  }
  .prodet-3 form ul li input[type=submit] {
    font-size: 18px;
  }
 
  .prodet-5 ul.newslist li .title {
    font-size: 18px !important;
    line-height: 32px;
  }

  
}
@media screen and (max-width: 1250px) {
  
  .product-page .product-List ul li .box span.h6 {
    font-size: 18px;
    line-height: 32px;
  }
 .font-45{
   line-height: 32px;
 }
 .m-link{
   line-height: 2;
 }
  .prodet-1 .ui.container #gallery ul .slick-current li img {
    width: 320px;
  }
  .prodet-1 .ui.container #gallery ul li img {
    width: 120px;
  }
  .prodet-1 .ui.container #gallery ul li {
    min-height: 280px;
  }
 
  .prodet-2 .ui.container .left .navbox {
    max-height: 460px;
  }
  .prodet-2 .ui.container .left .imgbox img {
    padding-left: 0 !important;
  }
 
  .prodet-2 .ui.container .right ul.conlist li .title i {
    top: 3px;
    font-size: 14px;
  }
  .prodet-2 .ui.container .right ul.conlist {
    margin-bottom: 30px;
  }
  .prodet-2 .ui.container .right a.more3 {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
  }
  .prodet-page .product-2 ul li {
    padding: 0 40px;
  }
  .prodet-page .product-2 ul {
    margin: 0 -40px;
  }
  .prodet-5 ul.newslist li .title {
    line-height: unset !important;
  }
  .seoPublic .title {
    margin-bottom: .8em;
  }
  .prodet-5 ul.newslist {
    margin-top: 30px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 28px;
  }
  .contact-page .contact-4 .left p,
  .contact-page .contact-4 .left ul li p,
  .news-page .sideBarLeft .list ul li .content span.h3 {
    line-height: normal;
  }
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .inner-page .sideBarBox .sideBarRight form.search {
    font-size: 16px;
  }
  .inner-page .sideBarBox .sideBarRight form.search {
    height: 40px;
    line-height: 40px;
  }
  .inner-page .sideBarBox .sideBarRight span.h5 {
    font-size: 18px;
    line-height: 32px;
    margin: 1em 0 .5em;
  }
  .inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarRight .imgBox .text {
    padding: 1em;
    font-size: 14px;
  }
  .inner-page .sideBarBox .sideBarRight .imgBox {
    height: 280px;
  }
  .inner-page .m-page {
    font-size: 15px;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }
  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 15px;
  }
  .newdet-page .sideBarLeft h1 {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .share {
    font-size: 20px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox .text time {
    font-size: 14px;
  }
  .newdet-page .sideBarLeft .m-link {
    margin: 30px 0;
  }
  .newdet-page .form ul li input[type=submit] {
    font-size: 16px;
  }
  .product-page .product-nav {
    display: none;
  }
  .product-page .product-List ul li {
    padding: 10px;
  }
  .product-page .product-List ul {
    margin: -10px;
  }
  .product-page .product-List ul li .box .top .tag a {
    height: 2em;
  }
  .product-page .product-List ul li .box .top .tag {
    font-size: 14px;
    margin-right: 0;
  }
  .product-page .product-List ul li .box .top .title span.h5 {
    font-size: 14px;
  }
 
}
@media screen and (max-width: 1000px) {
  
  .product-page .product-List ul li {
    width: 50% !important;
  }
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
  .newdet-page .sideBarLeft .m-link a.link {
    font-size: 16px;
  }
  .news-page .sideBarLeft .list ul li .content .text,
  .inner-page .sideBarBox .sideBarRight form.search {
    font-size: 14px;
  }
  .contact-page .contact-4 .left {
    width: 100%;
    padding-top: 0;
 
  }
  .contact-page .contact-4 .right {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-page .contact-4 .left ul li h6 {
    width: 40px;
    height: 40px;
  }
  .contact-page .contact-4 .right form .tips2 {
    font-size: 24px;
    line-height: 44px;
  }
  .prodet-2 .ui.container .left {
    width: 100%;
  }
  .prodet-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0 !important;
  }
  .m-link {
    max-width: none;
  }
  .seoPublic .about-1 .left {
    width: 100%;
    padding-top: 40px !important;
  }
  .seoPublic .about-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  
}
@media screen and (max-width: 700px) {
 
  .prodet-1 .ui.container #gallery ul li {
    min-height: auto;
  }
  .prodet-2 .ui.container .left .navbox li {
    margin-bottom: 30px;
  }
   
  .prodet-2 {
    padding: 20px 0 50px;
  }
  .prodet-3 {
    overflow: hidden;
  }
  .prodet-3 form ul li.wid30 {
    width: 100%;
  }
  .prodet-page .product-2 ul li {
    padding: 0 15px;
  }
  .prodet-page .product-2 ul {
    margin: 0 -15px;
  }
 
  .prodet-5 ul.newslist li {
    padding: 0 15px;
  }
  .prodet-5 ul.newslist {
    margin: 0 -15px;
  }
  .contact-page .contact-4 .left h4 {
    font-size: 24px;
  }
  .contact-page .contact-5 iframe {
    height: 280px;
  }
  .newdet-page .sideBarLeft .m-link .btnBox {
    display: none;
  }
 
 
}
@media screen and (max-width: 500px) {
  
  .product-page .product-List ul li {
    width: 100% !important;
  }
  .product-page {
    padding-bottom: 50px;
  }
  .newdet-page .form ul li {
    padding: 5px;
  }
  .newdet-page .form ul {
    margin: -5px;
  }
  .inner-page .m-page {
    margin-top: 1em;
  }
  .contact-page .contact-4 .right form {
    padding: 15px;
  }
  .contact-page .contact-4 .right form .list input,
  .contact-page .contact-4 .right form .list textarea,
  .contact-page .contact-4 .right form .list .input_cont {
    padding: 5px;
  }
  .contact-page .contact-4 .right form .tips {
    margin-top: 10px;
  }
  .prodet-3 form ul li input[type=text],
  .prodet-3 form ul li textarea {
    font-size: 14px;
  }
  .prodet-3 form ul li.wid30 {
    margin-bottom: 15px;
  }
  .prodet-3 form ul li:nth-child(5) {
    margin-top: 30px;
  }
  
}

.aboutnews-1 {
    padding-top: 110px
}

.aboutnews-1 .top {
    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-left: 100px
}

.aboutnews-1 .top .i-title {
    margin-left: 40px
}

.aboutnews-1 .box {
    position: relative;
    background: -webkit-gradient(linear,right top,left top,color-stop(66%,#fafafa),color-stop(66%,transparent));
    background: -webkit-linear-gradient(right,#fafafa 66%,transparent 66% 100%);
    background: -moz-linear-gradient(right,#fafafa 66%,transparent 66% 100%);
    background: linear-gradient(to left,#fafafa 66%,transparent 66% 100%);
    padding: 100px 0;
    margin-top: 65px
}

.aboutnews-1 .box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0
}

.aboutnews-1 .box ul li {
    width: 30%;
    background: #1a1a1a;
    margin: 0 10px;
    color: #fff;
    padding: 25px 20px 60px
}

.aboutnews-1 .box ul li .h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 34px 0 3px
}

.aboutnews-1 .box ul li .h3 em {
    font-size: 49px
}

.aboutnews-1 .box ul li p {
    font-size: 16px;
    line-height: 30px;
}

.aboutnews-1 .box ul li:first-child {
    background: var(--color);
    color: #242424;
}

.aboutnews-1 .box .play {
    width: 165px;
    height: 165px;
    border-radius: 100%;
    text-align: center;
    line-height: 165px;
    position: relative;
    cursor: pointer;
    position: absolute;
    right: 250px;
    top: -110px
}
.seoPublic .Auxil-form .form ul li input{
  line-height: 30px;
}
.aboutnews-1 .box .play img {
    vertical-align: middle
}

.aboutnews-1 .box .play:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(/template/en/images/about-page-circle.png) no-repeat;
    -webkit-animation: 20s .3s rotate linear infinite;
    -moz-animation: 20s .3s rotate linear infinite;
    animation: 20s .3s rotate linear infinite
}
@keyframes rotate {
  from {
    transform: rotate(0)
  }
  to {
    transform: rotate(360deg)
  }
}

.aboutnews-1 .box .wrap .left {
    width: 40%
}

.aboutnews-1 .box .wrap .right {
    width: 60%;
    padding-left: 50px;
    padding-right: 260px
}

.aboutnews-1 .box .wrap .right .content {
    font-size: 18px;
    line-height: 32px;
    opacity: .73
}
.i-tag {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    color: #242424
}

.i-tag i {
    display: inline-block;
    vertical-align: middle;
    background-color: #242424;
    width: 40px;
    height: 1px;
    margin-right: 20px
}

.faq-page .left {
  width: 25% !important;
}
.faq-page .right {
  width: 75% !important;
}
.faq-page .right .i-title {
  margin-bottom: 60px;
}
.faq-page .right ul li {
  border: 1px solid #d5d8dc;
  padding: 20px;
  margin-bottom: 20px;
}
.faq-page .right ul li .h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
  position: relative;
}
.faq-page .right ul li .h4 .fa {
  position: absolute;
  right: 0;
}
.faq-page .right ul li .content {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
  display: none;
}
@media screen and (max-width: 1700px) {
  .aboutnews-1 .box ul li .h3 em {
    font-size: 40px;
  }
}
@media screen and (max-width: 1450px) {
  .aboutnews-1 .box .wrap .right {
    padding-right: 3%;
  }
  .aboutnews-1 .box ul li .h3 em {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .aboutnews-1 .box .wrap .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .aboutnews-1 .box .wrap .left {
    width: 100%;
    display: none;
  }
  .aboutnews-1 .box .play,.aboutnews-1 .box ul {
    display: none;
  }
  .aboutnews-1 .box {
    padding: 0 15px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px){
  .faq-page .left{
    display: none
  }
  .faq-page .right{
    width: 100% !important;
  }
}

.fenleih {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  color: #242424;
  padding-bottom: 20px;
}
.jianghaoyj {
  width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .sideBarLeft .content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #242424;
}
.newdet-page .sideBarLeft .content h4 {
    font-size: 22px;
    font-weight: 700;
}
.newdet-page .sideBarLeft .content h5 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
}
.newdet-page .sideBarLeft .content a {
    color: #ec6c00;
}


.prodet-1 {
  padding: 80px 0 0;
}
.prodet-1 .ui.container #gallery {
  width: 100%;
  overflow: hidden;
}
.prodet-1 .ui.container #gallery ul .slick-current li {
  opacity: 1;
}
.prodet-1 .ui.container #gallery ul .slick-current li img {
  width: 550px;
}
.prodet-1 .ui.container #gallery ul li {
  opacity: .5;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  min-height: 360px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -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;
  padding: 0 20px;
}
.prodet-1 .ui.container #gallery ul li img {
  width: 194px;
}
.prodet-2 {
  padding: 20px 0 80px;
}
.prodet-2 .ui.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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-2 .ui.container .left {
  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;
}
.prodet-2 .ui.container .left .navbox {
  width: 165px;
  max-height: 604px;
  overflow-y: scroll;
  padding-right: 20px;
  padding-top: 50px;
}
.prodet-2 .ui.container .left .navbox li {
  width: 100%;
  margin-bottom: 10px;
  cursor: pointer;
  cursor: hand;
  text-align: center;
  opacity: .6;
  transition: .5s;
}
.prodet-2 .ui.container .left .navbox li span {
  display: block;
  margin-top: .5em;
}
.prodet-2 .ui.container .left .navbox li img {
  max-width: 126px;
}
.prodet-2 .ui.container .left .navbox li.active {
  opacity: 1;
}
.prodet-2 .ui.container .left .imgbox {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}
.prodet-2 .ui.container .right h1 {
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.prodet-2 .ui.container .right ul.conlist {
  border-top: 1px solid #000;
  margin-bottom: 60px;
}
.prodet-2 .ui.container .right ul.conlist li {
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.prodet-2 .ui.container .right ul.conlist li .title {
  color: #000;
  position: relative;
  width: 100%;
  cursor: pointer;
  cursor: hand;
}
.prodet-2 .ui.container .right ul.conlist li .title i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 16px;
}
.prodet-2 .ui.container .right ul.conlist li .content {
  padding: 15px 0;
  display: none;
}
.prodet-2 .ui.container .right a.more3 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
  color: #242424;
  text-align: center;
  background: var(--color);
  display: block;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-2 .ui.container .right a.more3:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  color: #fff;
  background: #242424;
}
.pro .m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  color: #767676;
  font-size: 18px;
}
.pro .m-link a:hover {
  color: #000;
}
.prodet-3 .title {
  color: #000;
  margin-bottom: 85px;
}
.prodet-3 form {
  width: 100%;
}
.prodet-3 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}
.prodet-3 form ul li {
  width: 100%;
  padding: 0 30px;
}
.prodet-3 form ul li:nth-child(5) {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.prodet-3 form ul li.wid30 {
  width: 33.33%;
  margin-bottom: 60px;
}
.prodet-3 form ul li input[type=text] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: 0 0;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li textarea {
  width: 100%;
  height: 140px;
  line-height: 2;
  font-size: 18px;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}
.prodet-3 form ul li input[type=submit] {
  width: 100%;
  max-width: none;
  line-height: 60px;
  height: 60px;
  color: #fff;
  background: #000;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  font-weight: 700;
  font-size: 22px;
  border: none;
}
.prodet-3 form ul li input[type=submit]:hover {
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  transition: .3s all;
  color: #242424;
  background: var(--color);
}
.prodet-5 .title {
  color: #000;
}
.prodet-5 ul.newslist {
  margin: 0 -50px;
  margin-top: 60px;
}
.prodet-5 ul.newslist li {
  padding: 0 50px;
  text-align: left;
}
.prodet-5 ul.newslist li span.time {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.prodet-5 ul.newslist li .title {
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  font-size: 22px!important;
  line-height: 40px!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-5 ul.newslist li .title:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px){
  .prodet-3 form ul li.wid30{
    width: 100%
  }
}
@media screen and (max-width: 700px){
  .prodet-2 .ui.container .left .navbox{
    width: 130px;
        max-height: 330px;
        padding-top: 0
  }
  .prodet-2 .ui.container .left .imgbox{
    flex: 1;
    margin-left: 30px
  }
  .aboutnews-1 .top{
    padding-left: 0;
    flex-wrap: wrap
  }
}
@media screen and (max-width: 500px){
.prodet-2 .ui.container .left .navbox{
  width: 100px;
  padding: 0;
  height: 260px;
}
.prodet-2 .ui.container .left .navbox li img{
  width: 100%
}

.prodet-2 .ui.container .left .imgbox{
  margin-left: 15px
}
}
.design-page .design-1 .ui.container{
  max-width: 100%;
  padding: 0 100px;
}
.design-page .design-2 {
  padding: 140px 0 110px;
}
.design-page .design-2 .i-title{
  line-height: 1.2;
  margin-bottom: 105px;
  margin-top: 10px;
}
.design-page .design-2 .left .img{
  text-align: right;
}
.design-page .design-2 .right{
  padding-left: 90px;
}
.design-page .design-2 .right .txt{
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-top: 70px;
}
.design-page .design-3{
  padding-bottom: 120px;
}
.design-page .design-3 .i-title{
  margin-bottom: 48px;
}
.design-page .design-3 ul {
  margin: -40px;
}
.design-page .design-3 ul li{
  padding: 40px;
}
.design-page .design-3 ul .slick-list{
  padding: 0 28%;
}
.design-page .design-3 ul li .box{
  position: relative;
}
.design-page .design-3 ul li .box img{
  width: 100%;
}
.design-page .design-3 ul li .content{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #ceff03;
  position: absolute;
  left: 0;
  bottom: 18%;
  padding: 20px;
  opacity: 0;
}
.design-page .design-3 ul li .content h4{
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}
.design-page .design-3 ul li .content p{
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
.design-page .design-3 ul li:hover .content{
  opacity: 1;
}
.news-page .sideBarLeft .list ul li time{
  line-height: 30px;
}
.design-page .design-3 ul .slick-dots{
  margin: 0;
  text-align: center;
}
.design-page .design-3 ul .slick-dots li{
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #e5e5e5;
  display: inline-block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.design-page .design-3 ul .slick-dots li button{
  display: none;
}
.design-page .design-3 ul .slick-dots li.slick-active{
  background: var(--color);
}
.design-page .design-4{
  background: url(../images/design-4-bg.jpg) no-repeat;
  color: white;
  padding: 107px 0 70px;
  background-attachment: fixed;
}
.design-page .design-4 .left{
  position: sticky;
  top: 170px;
}
.design-page .design-4 .left .i-title{
  line-height: 1.2;
}
.design-page .design-4 .right{
  padding-left: 90px;
}

.design-page .design-4 .right ul li{
  padding-left: 140px;
  position: relative;
  padding-bottom: 100px;
}
.design-page .design-4 .right ul li .icon{
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background: var(--color);
  text-align: center;
  line-height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}
.design-page .design-4 .right ul li .icon img{
  vertical-align: middle;
}
.design-page .design-4 .right ul li .icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 130%;
  width: 1px;
  height: 262%;
  background: rgba(255,255,255,0.3);
}
.design-page .design-4 .right ul li:last-child .icon::after{
  content: none;
}
.design-page .design-4 .right ul li h4{
  font-size: 30px;
  font-weight: bold;
}
.design-page .design-4 .right ul li .des{
  font-size: 18px;
  line-height: 32px;
  margin-top: 14px;
}
.design-page .design-5 .ui.container{
  max-width: 100%;
  padding-left: 13%;
  padding-right: 0;
}
.design-page .design-5{
  padding: 130px 0 110px;
}
.design-page .design-5 .i-title{
  line-height: 1.2;
}
.design-page .design-5 .wrap{
  padding-left: 15%;
  margin-top: 70px;
}
.design-page .design-5 .wrap .left{
  width: 35.3%;
}
.design-page .design-5 .wrap .left .txt{
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-bottom: 45px;
}
.design-page .design-5 .wrap .left img{
  width: 100%;
}
.design-page .design-5 .wrap .right{
  width: 64.7%;
  padding-left: 115px;
}
.design-page .i-tag{
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 20px;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li a{
  display: block; 
  background: white;
}
@media screen and (max-width:1600px){
  .design-page .design-5 .ui.container{
    padding-left: 7%;
  }
  .design-page .design-5 .wrap{
    padding-left: 10%;
  }
}
@media screen and (max-width:1450px){
  .design-page .design-4 .right{
    padding-left: 30px;
  }
  .design-page .design-5 .wrap{
    padding-left: 0;
  }
}
@media screen and (max-width:1200px){
  .design-page .design-2 .right{
    padding-left: 50px;
  }
  .design-page .design-3 ul li{
    padding: 20px;
  }
  .design-page .design-3 ul {
    margin: -20px;
  }
  .design-page .design-3 ul li .content h4{
    font-size: 21px;
  }
  .design-page .design-4 .right ul li{
    padding-left: 105px;
    padding-bottom: 40px;
  }
  .design-page .design-4 .right ul li .icon:after{
    height: 225%;
  }
  .design-page .design-5 .wrap .right{
    padding-left: 50px;
  }
}
@media screen and (max-width:1000px){
 
  .design-page .design-1 .ui.container{
    padding: 0 20px;
  }
  .design-page .design-2{
    padding: 60px 0 65px;
  }
  .design-page .design-3 ul .slick-list{
    padding: 0 18%;
  }
  .design-page .design-4 .left{
    position: relative;
    top: 0;
  }
  .design-page .design-4 .right{
    width: 100%;
    margin-top: 20px;
  }
  .design-page .design-5{
    padding: 55px 0 50px;
  }
  .design-page .design-5 .wrap .left{
    width: 100%;
  }
  .design-page .design-5 .wrap .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .design-page .design-5 .ui.container{
    padding: 0 15px;
  }
}
@media screen and (max-width:700px){
  
  .design-page .design-2 .right{
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .design-page .design-2 .left{
    width: 100%;
  }
  .design-page .design-2 .i-title{
    margin-bottom: 30px;
  }
  .design-page .design-3 ul .slick-list{
    padding: 0;
  }
  .design-page .design-3 {
    padding: 0 15px 50px;
  }
  .design-page .design-4 .right{
    padding-left: 0;
  }
}
@media screen and (max-width:500px){
  .design-page .design-4 .right ul li{
    padding-left: 0;
  }
  .design-page .design-4 .right ul li .icon{
    position: relative;
    margin-bottom: 12px;
  }
  .design-page .design-4 .right ul li .icon::after{
    content: none;
  }
}

.page-header01 .menu-btn{
  color: #242424;
}
.inner-page .m-page {
  margin-top: 50px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0, 0, 0, 0.27);
  border-radius: 100%;
  background: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: #242424;
}
@media screen and (max-width:700px){
  .inner-page .m-page {
  margin-top: 30px;
  zoom: 0.8
}
}