@font-face {
  font-family: 'rany';
  src: url('../fonts/Rany.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rany';
  src: url('../fonts/Rany-Light.ttf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rany';
  src: url('../fonts/Rany-Bold.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'lib';
  src: url('../fonts/LibreBaskerville-Regular.woff.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
#mobile3 .m-search form input[type=submit]{
      background: url(../images/icon-search-white.png) center center no-repeat;
}
/* 栅格 */
.grid-box {
    font-size: 0;
[;letter-spacing: -4px;font-size: 12px;]
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
[;letter-spacing: 0;]
}

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}

#mobile3{
  position: sticky;
}


@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}
#Pop_UpsBtn {
  display: none !important;
}
.layui-layer-dialog .layui-layer-padding {
  word-break: break-word;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_fromHc h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_fromHc form {
  margin-top: 40px;
}
#pups_fromHc i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc i.close::after,
#pups_fromHc i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_fromHc i.close:hover {
  background: var(--color);
}
#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}
#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_fromHc ul li input,
#pups_fromHc ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: var(--color);
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  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;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -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;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 1000px) {
  .footerBt {
    padding-bottom: 56px;
  }
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #ffa800;
  --white: #ffffff;
  --black: #000000;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #202020;
  font-family: 'rany';
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#wap-bottom {
  z-index: 10;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  min-width: 100px;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.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;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header.home {
  position: fixed;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 10px 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
}
#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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: auto;
}
#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;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 90px;
}
#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);
  opacity: 1;
}
#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: 10px 0;
  text-align: left;
  line-height: 32px;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 2;
  color: var(--white);
  font-weight: 300;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 8px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 2;
  opacity: 0;
  background: var(--white);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(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;
  line-height: 30px;
  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: #000;
  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 .menu_c .menu-menu-container > .menu > .menu-item.menu-about {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one {
  width: 45%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutTitle {
  font-size: 32px;
  color: #111;
  line-height: 40px;
  margin-bottom: 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutDesc {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
  width: 80%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore {
  font-size: 14px;
  line-height: initial;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .one .aboutMore:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two {
  width: 25%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link {
  margin-top: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link:first-child {
  margin-top: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a {
  padding: 0;
  margin: 0;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--color);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .two .link a:hover::before {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three {
  width: 30%;
  padding: 0 15px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three img {
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .container .three .shipingbiaoti {
  margin-top: 10px;
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about:hover .menu-content {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product {
  position: unset;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content {
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .container {
  background: #fff;
  padding: 40px 30px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left {
  width: 70%;
  position: relative;
  border-right: 1px solid #ccc;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product {
  font-size: 14px;
  width: 33.33%;
  padding-right: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-img {
  width: auto;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul {
  font-size: 16px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li {
  margin-top: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right {
  margin-left: 0;
  width: 30%;
  padding: 0 23px 20px;
  font-size: 14px;
  top: 0;
  color: #333;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right .child-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right ul li {
  width: 50%;
  padding: 10px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product:hover .menu-content {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  margin-left: 60px;
}
#header > .nav > .menu .menu-box .right .infoC {
  padding: 6px 20px;
  background-color: #195b6b;
  border-radius: 20px;
}
#header > .nav > .menu .menu-box .right .infoC .search {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .infoC .line {
  height: 14px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
#header > .nav > .menu .menu-box .right .openBtn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #195b6b;
  border-radius: 50%;
  margin-left: 30px;
}
#header > .nav > .menu .menu-box .right .openBtn .img {
  width: 19px;
  height: 19px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  color: var(--white);
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#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;
}
#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;
  line-height: 2;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  background: #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active > .nav > .menu .menu-box .right .infoC,
#header.inner_active > .nav > .menu .menu-box .right .infoC{
    background-color: #ffa800;
}
#header.active > .nav > .menu .menu-box .right .openBtn,
#header.inner_active > .nav > .menu .menu-box .right .openBtn{
    background-color: #ffa800;
}
@-webkit-keyframes clipOutToLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-moz-keyframes clipOutToLeft {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@-o-keyframes clipOutToLeft {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes clipOutToLeft {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
#banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  width: 100%;
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  width: 100%;
  height: 100%;
  color: var(--white);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .titleC {
  width: 100%;
  top: 24%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .titleC .title {
  /*font-weight: bold;*/
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .titleC .line {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .titleC .line2 {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #fff);
  background-image: -moz-linear-gradient(right, rgba(255, 255, 255, 0), #fff);
  background-image: -o-linear-gradient(right, rgba(255, 255, 255, 0), #fff);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play {
  width: 100px;
  bottom: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play .playC {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 40px;
  color: var(--color);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play .playC i {
  margin-left: 4px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play .playText {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  text-transform: uppercase;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play:hover .playC {
  background-color: var(--color);
  color: var(--white);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play:hover .playText {
  color: var(--color);
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .title {
  -webkit-animation: zoomIn 1s linear forwards;
  -moz-animation: zoomIn 1s linear forwards;
  -o-animation: zoomIn 1s linear forwards;
  animation: zoomIn 1s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .line {
  -webkit-animation: fadeInLeft 1s linear forwards;
  -moz-animation: fadeInLeft 1s linear forwards;
  -o-animation: fadeInLeft 1s linear forwards;
  animation: fadeInLeft 1s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .line2 {
  -webkit-animation: fadeInRight 1s linear forwards;
  -moz-animation: fadeInRight 1s linear forwards;
  -o-animation: fadeInRight 1s linear forwards;
  animation: fadeInRight 1s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .playC,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .playText {
  -webkit-animation: fadeInUp 1s linear forwards;
  -moz-animation: fadeInUp 1s linear forwards;
  -o-animation: fadeInUp 1s linear forwards;
  animation: fadeInUp 1s linear forwards;
}
#banner .shadow2 {
  z-index: 3;
  bottom: 0;
  left: 0;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 110px;
}
.slick-list .slick-track {
  margin-left: 0;
}
.container {
  width: 1510px;
}
.font-60 {
  line-height: 1.1;
}
.moreCont {
  display: inline-block;
  padding: 10px 6px;
  background-color: var(--color);
  color: var(--white);
  border-radius: 24px;
  padding: 10px 36px;
}
.moreCont:hover {
  background-color: #000;
}
.swiperbtnC {
  width: 72px;
  height: 72px;
  border: #cccccc 2px solid;
  border-radius: 50%;
  font-size: 40px;
  line-height: 1;
  color: #cccccc;
  cursor: pointer;
  z-index: 2;
}
.swiperbtnC .btn {
  width: 76px;
  height: 76px;
  top: -4px;
  left: -4px;
}
.swiperbtnC .btn circle {
  stroke-dashoffset: 220;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.swiperbtnC:hover {
  color: var(--color);
  border-color: var(--color);
}
.swiperbtnC:hover .btn circle {
  stroke-dashoffset: 0;
}
#index-body {
  position: relative;
  z-index: 1;
}
#index-body .init-1 .container .left {
  width: 46%;
}
#index-body .init-1 .container .left .tips {
  text-transform: uppercase;
  color: var(--color);
}
#index-body .init-1 .container .left .title {
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-1 .container .left .img {
  border-radius: 10px;
  width: 100%;
}
#index-body .init-1 .container .right {
  width: 46%;
}
#index-body .init-1 .container .right .text h1{
  display: inline;
}
#index-body .init-1 .container .right .img {
  border-radius: 10px;
}
#index-body .init-1 .container .right .text {
  color: #555555;

}
#index-body .init-2 {
  z-index: 2;
}
#index-body .init-2 .container .tips {
  color: var(--color);
  text-transform: uppercase;
}
#index-body .init-2 .container .tipsTitle {
  font-size: 120px;
  color: #eaeaea;
  font-weight: bold;
  line-height: 1;
  margin-top: 30px;
  position: relative;
  text-align: center;
  height: 120px;
}
#index-body .init-2 .container .tipsTitle .list{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#index-body .init-2 .container .content {
  margin-top: -200px;
}
#index-body .init-2 .container .content .swiperbtnC {
  right: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-2 .container .content .prev {
  left: -150px;
}
#index-body .init-2 .container .content .swiper {
  height: 580px;
}
#index-body .init-2 .container .content ul li {
  height: auto;
  opacity: 0;
}
#index-body .init-2 .container .content ul li .box {
  bottom: 0;
  left: 0;
  padding-right: 50px;
  width: 100%;
}
#index-body .init-2 .container .content ul li .box .img {
  width: 60%;
}
#index-body .init-2 .container .content ul li .box .img img {
  width: 100%;
  max-height: 580px;
  -o-object-fit: contain;
  object-fit: contain;
}
#index-body .init-2 .container .content ul li .box .cont {
  opacity: 0;
  width: 360px;
  z-index: 2;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
#index-body .init-2 .container .content ul li .box .cont .title {
  font-weight: bold;
}
#index-body .init-2 .container .content ul li .box .cont .title:hover {
  color: var(--color);
}
#index-body .init-2 .container .content ul li .box .cont .des {
  color: #555555;
  max-height: 185px;
  overflow-y: auto;
  padding-right: 4px;
}
#index-body .init-2 .container .content ul li.swiper-slide-active {
  width: 250px !important;
  opacity: 0.5;
}
#index-body .init-2 .container .content ul li.swiper-slide-active .box .img {
  width: 100%;
}
#index-body .init-2 .container .content ul li.swiper-slide-next {
  opacity: 0.5;
  width: 300px !important;
}
#index-body .init-2 .container .content ul li.swiper-slide-next .box .img {
  width: 100%;
}
#index-body .init-2 .container .content ul li.swiper-slide-next + .swiper-slide {
  opacity: 1;
  width: -webkit-calc(-450%) !important;
  width: -moz-calc(-450%) !important;
  width: calc(100% - 550px) !important;
}
#index-body .init-2 .container .content ul li.swiper-slide-next + .swiper-slide .cont {
  opacity: 1;
  pointer-events: all;
}
#index-body .init-3 {
  margin-top: -140px;
  background-position: bottom center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-3 .container {
  height: 1300px;
}
#index-body .init-3 .play {
  width: 80px;
  height: 80px;
  top: 28%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-3 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
  border-radius: 50%;
  background-color: var(--color);
}
#index-body .init-3 .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-3 .play .cont {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-3 .play .cont .img {
  width: 40px;
  height: 40px;
}
#index-body .init-4 {
  z-index: 3;
  margin-top: -300px;
}
#index-body .init-4 .tipsTitle {
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-4 .content {
  max-width: 700px;
  margin: 60px auto 0;
}
#index-body .init-4 .content .swiperbtnC {
  right: -180px;
  top: 80px;
}
#index-body .init-4 .content .prev {
  left: -180px;
}
#index-body .init-4 .content ul li .box .titleC .img {
  min-width: 70px;
  width: 70px;
  height: 70px;
  margin-right: 30px;
}
#index-body .init-4 .content ul li .box .titleC .text {
  font-family: 'lib';
  margin-top: 16px;
}
#index-body .init-4 .content ul li .box .des {
  color: #555555;
}
#index-body .init-5 .container .cont {
  min-height: 250px;
  border-radius: 120px;
  color: var(--white);
  padding: 20px 80px;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-5 .container .cont .tipsTitle {
  font-weight: bold;
  margin-right: 80px;
}
#index-body .init-5 .container .cont form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .init-5 .container .cont form input {
  color: var(--white);
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--white);
  padding: 6px 0;
}
#index-body .init-5 .container .cont form input::-webkit-input-placeholder {
  color: #c6c6c6;
}
#index-body .init-5 .container .cont form input:-moz-placeholder {
  color: #c6c6c6;
}
#index-body .init-5 .container .cont form input::-moz-placeholder {
  color: #c6c6c6;
}
#index-body .init-5 .container .cont form input:-ms-input-placeholder {
  color: #c6c6c6;
}
#index-body .init-5 .container .cont form input::-ms-input-placeholder {
  color: #c6c6c6;
}
#index-body .init-5 .container .cont form input::placeholder {
  color: #c6c6c6;
}
#index-body .init-5 .container .cont form .mail {
  width: 36%;
}
#index-body .init-5 .container .cont form .content {
  width: 62%;
  padding-right: 36px;
}
#index-body .init-5 .container .cont form .btn {
  width: 28px;
  height: 24px;
  right: 0;
  bottom: 10px;
  cursor: pointer;
}
#index-body .init-5 .container .cont form .btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#index-body .init-6 .tips {
  color: var(--color);
  text-transform: uppercase;
}
#index-body .init-6 .tipsTitle {
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-6 .content ul li .box .img {
  display: block;
  border-radius: 10px;
}
#index-body .init-6 .content ul li .box .time {
  color: #8f8f8f;
}
#index-body .init-6 .content ul li .box .time .timeImg {
  width: 16px;
  height: 16px;
}
#index-body .init-6 .content ul li .box .time p {
  margin-top: 2px;
}
#index-body .init-6 .content ul li .box .title {
  font-weight: bold;
  display: block;
}
#index-body .init-6 .content ul li .box .title:hover {
  color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-color: #151313;
}
#footer .fTop .cont {
  max-width: 970px;
}
#footer .fTop .cont .middle {
  max-width: 470px;
  color: var(--white);
}
#footer .fTop .cont .right #ewm {
  width: 80px;
  height: 80px;
  padding: 4px;
  background-color: #fff;
}
#footer .fTop .cont .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .fBottom .container .cont {
  max-width: 970px;
}
#footer .fBottom .container .listCont {
  margin-top: 50px;
}
#footer .fBottom .container .listCont .first{
  color: #fff;
  margin-bottom: 20px;
}
#footer .fBottom .container .listCont .list {
  margin-top: 10px;
}
#footer .fBottom .container .listCont .list a {
  color: #818181;
}
#footer .fBottom .container .listCont .list a:hover {
  color: var(--color);
}
#footer .fBottom .container .listCont .list2 {
  color: #818181;
  line-height: 2.2;
  font-size: 16px;
}
#footer .fBottom .container .listCont1 {
  width: 150px;
}
#footer .fBottom .container .listCont2 {
  width: 280px;
}
#footer .fBottom .container .listCont3 {
  width: 400px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 30px;
}
#footer .copyright .line {
  height: 1px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(78%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 78%);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 78%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 78%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 78%);
}
#footer .copyright .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.6);
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
}
#footer .copyright .container .right {
  margin-top: 10px;
}
#footer .copyright .container .right li {
  margin: 0 6px;
}
#footer .copyright .container .right li a:hover {
  color: var(--color);
}
@media (max-width: 1700px) {
  #index-body .init-2 .container .content ul li .box .cont {
    width: 320px;
  }
  #index-body .init-2 .container .content .swiperbtnC {
    right: -10px;
  }
  #index-body .init-2 .container .content .prev {
    left: -10px;
  }
  #index-body .init-2 .container .tipsTitle {
    font-size: 126px;
  }
}
@media (max-width: 1450px) {
  #index-body .init-2 .container .tipsTitle {
    font-size: 110px;
  }
  #index-body .init-2 .container .content ul li .box .img {
    width: 50%;
  }
  #index-body .init-4 .content .swiperbtnC {
    right: -10px;
    width: 50px;
    height: 50px;
  }
  #index-body .init-4 .content ul li .box .des {
    padding: 0 40px;
  }
  #index-body .init-4 .content .prev {
    left: -10px;
  }
  #index-body .init-4 .content .swiperbtnC .btn {
    display: none;
  }
}
@media (max-width: 1250px) {
  #banner,.inner-banner{
    margin-top: 0;
  }
  #index-body .init-2 .container .tipsTitle {
    font-size: 90px;
    display: none;
  }
  #innerMobileBanner .banner2 .mbx .cont {
    line-height: 2!important;
  }
  #index-body .init-2 .container .content {
    margin-top: 20px;
  }
  #index-body .init-2 .container .content .swiper {
    height: auto;
  }
  #index-body .init-2 .container .content ul li .box .img {
    width: 100%;
  }
  #index-body .init-2 .container .content ul li.swiper-slide-next + .swiper-slide {
    width: 50% !important;
  }
  #index-body .init-2 .container .content ul li.swiper-slide-active {
    width: 50% !important;
    opacity: 1;
  }
  #index-body .init-2 .container .content ul li.swiper-slide-next {
    width: 50% !important;
    opacity: 1;
  }
  #index-body .init-2 .container .content ul li .box {
    position: relative;
    padding: 0 30px;
  }
  #index-body .init-2 .container .content ul li .box .cont {
    position: relative;
    top: 0;
    left: 0;
    pointer-events: all;
    opacity: 1;
    margin-top: 20px;
    width: 100%;
  }
  #index-body .init-3 .container {
    height: 920px;
  }
  #index-body .init-4 {
    margin-top: -220px;
  }
  #index-body .init-5 .container .cont form {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .titleC {
    top: 16%;
  }
  #banner .shadow2 {
    height: 10%;
  }
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .swiperbtnC .btn {
    display: none;
  }
  #index-body .init-2 .container .tipsTitle {
    font-size: 60px;
    display: none;
  }
  #footer .fTop .cont .middle {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  #footer .fTop .cont .right #ewm {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .titleC .title {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .titleC .line {
    display: none;
  }
  #index-body .init-2 .container .content .swiperbtnC {
    width: 40px;
    height: 40px;
  }
  #index-body .init-2 .container .content ul li .box {
    padding: 0 20px;
  }
  #index-body .init-5 .container .cont {
    min-height: 1px;
    padding: 40px 20px;
    border-radius: 20px;
  }
  #index-body .init-5 .container .cont form {
    margin-top: 20px;
  }
  #index-body .init-5 .container .cont form .mail {
    width: 100%;
    line-height: 2;
    font-size: 14px;
  }

  #index-body .init-5 .container .cont form .content {
    width: 100%;
  }
  #index-body .init-5 .container .cont form .btn {
    bottom: 4px;
  }
  #index-body .init-5 .container .cont .tipsTitle {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .titleC {
    top: 20px;
  }
  #index-body .init-2 .container .tipsTitle {
    font-size: 30px;
    margin-top: 10px;
  }
  #index-body .init-2 .container .content ul li .box {
    padding: 0;
  }
  #index-body .init-2 .container .content ul li.swiper-slide-next + .swiper-slide {
    width: 100% !important;
  }
  #index-body .init-2 .container .content ul li.swiper-slide-active {
    width: 100% !important;
  }
  #index-body .init-2 .container .content ul li.swiper-slide-next {
    width: 100% !important;
  }
  #index-body .init-3 .container {
    height: 600px;
  }
  #index-body .init-3 {
    margin-top: -40px;
  }
  #index-body .init-3 .play {
    top: 22%;
  }
  #index-body .init-4 .content .swiperbtnC {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
  #index-body .init-4 .content ul li .box .titleC .img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
  }
  #index-body .init-4 .content ul li .box .des {
    padding: 0 24px;
  }
  #index-body .init-4 .content .swiperbtnC {
    top: 40px;
  }
  #footer {
    -o-background-size: contain;
    background-size: contain;
  }
  #footer .fBottom .container .listCont3 {
    width: 100%;
  }
  #footer .fBottom .container .listCont {
    margin-top: 30px;
  }
}


/*inner-page*/
.inner-banner {
  position: relative;
}
.inner-banner .ui.container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.inner-banner .ui.container h2 {
  font-size: 50px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.inner-banner .ui.container .mbx {
  font-size: 18px;
  line-height: 32px;
  color: white;
  margin-top: 15px;
}
.inner-page .more {
  font-size: 18px;
  height: 62px;
  line-height: 62px;
  border-radius: 30px;
  background: #111111;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  padding: 0 40px;
}
.inner-page .more:hover {
  background: var(--color);
}
.about-page .about-1 {
  padding: 180px 0 110px;
}
.about-page .about-1 .top .left {
  padding-right: 50px;
  vertical-align: middle;
}
.about-page .about-1 .top .right {
  vertical-align: middle;
  padding-left: 25px;
}
.about-page .about-1 .top .right h3 {
  color: var(--color);
  font-size: 36px;
  font-weight: bold;
}
.about-page .about-1 .top .right .content {
  font-size: 20px;
  line-height: 1.8;
  color: #767676;
  margin: 30px 0 50px;

}
.about-page .about-1 .bottom {
  padding: 130px 0 40px;
}
.about-page .about-1 .bottom ul li {
  text-align: center;
  padding: 0 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.about-page .about-1 .bottom ul li .icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
}
.about-page .about-1 .bottom ul li .icon img{
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.about-page .about-1 .bottom ul li:hover .icon img{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.about-page .about-1 .bottom ul li .text {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  padding-left: 20px;
}
.about-page .about-1 .bottom ul li .text h5 {
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
}
.about-page .about-1 .bottom ul li .text p {
  font-size: 18px;
  line-height: 32px;
  color: #767676;
  margin-top: 10px;
}
.about-page .about-1 .bottom ul li:last-child {
  border-right: none;
}
.about-page .about-2 {
  padding-bottom: 160px;
}
.about-page .about-2 .left {
  width: 80%;
  padding-right: 90px;
  vertical-align: bottom;
}
.about-page .about-2 .left h2 {
  font-size: 60px;
  font-weight: bold;
  color: var(--color);
}
.about-page .about-2 .left p.text {
  font-size: 18px;
  line-height: 32px;
  color: #767676;
  margin: 10px 0 75px;
}
.about-page .about-2 .left .bottom .img {
  width: 30%;
  vertical-align: middle;
}
.about-page .about-2 .left .bottom .content {
  width: 70%;
  vertical-align: middle;
  padding-left: 80px;
}
.about-page .about-2 .left .bottom .content ul li {
  margin-bottom: 44px;
}
.about-page .about-2 .left .bottom .content ul li h5 {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.about-page .about-2 .left .bottom .content ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #767676;
  margin-top: 10px;
}
.about-page .about-2 .left .bottom .content ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .right {
  width: 20%;
  vertical-align: middle;
}
.about-page .about-3{
  background: url(/template/en/images/about-page-4.jpg);
  background-attachment: fixed;
  height: 400px;
}
.about-page .about-4 {
  padding: 160px 0 140px;
}
.about-page .about-4 .top {
  z-index: 3;
  position: relative;
}
.about-page .about-4 .top .left {
  width: 60%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.about-page .about-4 .top .left .img1{
  width: 55%;
}
.about-page .about-4 .top .left .img2{
  width: 45%;
}
.about-page .about-4 .top .right {
  width: 40%;
  padding-top: 60px;
}
.about-page .about-4 .top .right h2 {
  font-size: 60px;
  font-weight: bold;
  color: var(--color);
}
.about-page .about-4 .top .right p {
  font-size: 18px;
  line-height: 32px;
  color: #767676;
  margin: 10px 0 60px;
}
.about-page .about-4 .bottom {
  margin-top: -100px;
}
.about-page .about-4 .bottom ul {
  margin: -18px;
}
.about-page .about-4 .bottom ul li {
  padding: 18px;
  width: 30%;
}
.about-page .about-4 .bottom ul li:first-child {
  width: 40%;
  vertical-align: bottom;
}
.about-page .about-5 {
  text-align: center;
}
.about-page .about-5 h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  color: var(--color);
  max-width: 830px;
  margin: auto;
}
.about-page .about-5 .content {
  font-size: 18px;
  line-height: 2;
  color: #767676;
  max-width: 630px;
  margin: 20px auto 40px;
}
.contact-page {
  padding-top: 160px;
}
.contact-page .contact-1 .box {
  -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.09);
  padding: 70px 140px;
}
.contact-page .contact-1 h2 {
  font-weight: bold;
  font-size: 50px;
  text-align: center;
  margin-bottom: 45px;
}
.contact-page .contact-1 form {
  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-1 form textarea,
.contact-page .contact-1 form input {
  width: 24%;
  height: 58px;
  border-radius: 5px;
  background: #f7f7f7;
  border: none;
  font-size: 18px;
  line-height: 32px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.contact-page .contact-1 form textarea {
  width: 100%;
  height: 270px;
  border-radius: 10px;
  padding-top: 20px;
}
.contact-page .contact-1 form button {
  height: 58px;
  border: none;
  text-align: center;
  padding-left: 0;
  background: var(--color);
  color: white;
  width: auto;
  padding: 0 35px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 32px;
  margin: auto;
}
.contact-page .contact-2 {
  padding: 100px 0;
}
.contact-page .contact-2 ul {
  margin: -15px;
}
.contact-page .contact-2 ul li {
  text-align: center;
  padding: 15px;
}
.contact-page .contact-2 ul li .icon {
  width: 115px;
  height: 115px;
  text-align: center;
  line-height: 115px;
  background: #f7f7f7;
  border-radius: 100%;
  margin: auto;
}
.contact-page .contact-2 ul li .icon img {
  vertical-align: middle;
}
.contact-page .contact-2 ul li p {
  font-size: 20px;
  line-height: 36px;
  margin-top: 20px;
}
#footer.contact {
  margin-top: -280px;
}
.product-page .product-1 {
  padding: 120px 0 60px;
}
.product-page .product-1 ul {
  margin: 14px;
}
.product-page .product-1 ul li {
  padding: 14px;
}
.product-page .product-1 ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 10px;
  background: white;
  -webkit-box-shadow: 0px 0px 8.55px 0.45px rgba(100, 100, 100, 0.11);
  box-shadow: 0px 0px 8.55px 0.45px rgba(100, 100, 100, 0.11);
}
.product-page .product-1 ul li p {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: 10px;
}
.product-page .product-1 ul li:hover .box {
  background: var(--color);
}
.product-page .product-1 ul li:hover p {
  color: var(--color);
}
.product-page .product-1 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: white;
}
.product-page .product-1 ul .slick-prev {
  left: -60px;
}
.product-page .product-1 ul .slick-prev::after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 18px;
}
.product-page .product-1 ul .slick-next {
  right: -60px;
}
.product-page .product-1 ul .slick-next::after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
}
.product-page .product-2 .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .product-2 .title h1 {
  font-size: 50px;
  font-weight: bold;
}
.product-page .product-2 .title .cat_name {
  position: relative;
  width: 37px;
  height: 37px;
  border: 1px solid black;
  text-align: center;
  line-height: 37px;
  margin-left: 20px;
}
.product-page .product-2 .title .cat_name ul {
  position: absolute;
  left: 0;
  top: 110%;
  -webkit-box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 6.65px 0.35px rgba(0, 0, 0, 0.09);
  padding: 20px;
  background: white;
  display: none;
}
.product-page .product-2 .title .cat_name ul li {
  font-size: 18px;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
}
.product-page .product-2 .title .cat_name ul li:hover {
  color: var(--color);
}
.product-page .product-2 .title .cat_name:hover ul {
  display: block;
}
.product-page .product-2 .content {
  font-size: 18px;
  line-height: 32px;
  color: #767676;
  margin: 40px 0 100px;
  padding-right: 6px;
  overflow-y: auto;
  max-height: 300px;
}
.product-page .product-2 .list ul {
  margin: -14px;
}
.product-page .product-2 .list ul li {
  padding: 14px;
  margin-bottom: 15px;
}
.product-page .product-2 .list ul li .img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}
.product-page .product-2 .list ul li .img .img1{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-page .product-2 .list ul li .img img {
  border-radius: inherit;
  width: auto;
  display: block;
  margin: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-2 .list ul li h5 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
.product-page .product-2 .list ul li:hover .img {
  border-radius: 110px;
  -webkit-box-shadow: 0px 0px 16.74px 1.26px rgba(100, 100, 100, 0.16);
  box-shadow: 0px 0px 16.74px 1.26px rgba(100, 100, 100, 0.16);
  border-color: transparent;
}
.product-page .product-2 .list ul li:hover .img2{
  opacity: 0;
}
.product-page .product-2 .list ul li:hover .img1{
  opacity: 1;
}
.product-page .product-2 .list ul li:hover .img img {
  border-radius: inherit;
}
.product-page .product-2 .list ul li:hover h5 {
  color: var(--color);
}
.m-page {
  text-align: center;
  margin-top: 80px;
}
.m-page a,
.m-page span {
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
  color: white;
  border-color: transparent;
}
.prodet-page .prodet-1 {
  background: #f7f7f7;
}
.prodet-page .prodet-1 .wrap .left {
  width: 33%;
  padding-right: 35px;
}
.prodet-page .prodet-1 .wrap .left .cat_name {
  position: relative;
  font-size: 18px;
  line-height: 32px;
  padding-left: 77px;
  color: #f7921e;
}
.prodet-page .prodet-1 .wrap .left .cat_name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 63px;
  height: 1px;
  background: #f7921e;
}
.prodet-page .prodet-1 .wrap .left h1 {
  font-size: 34px;
  line-height: 1.8;
  font-weight: bold;
  margin: 45px 0 55px;
}
.prodet-page .prodet-1 .wrap .left .imgC{
  position: relative;
}
.prodet-page .prodet-1 .wrap .left .imgC .btn{
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 1;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  background: #fff;
  /*border: 1px solid #ccc;*/
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  box-shadow: 0px -0.4px 9px 3px rgb(0 0 0 / 8%);
}
.prodet-page .prodet-1 .wrap .left .imgC .btn:hover{
  color: #fff;
  background: #ffa800;
}
.prodet-page .prodet-1 .wrap .left .imgC .prev{
  left: -10px;
}
.prodet-page .prodet-1 .wrap .left .thumb {
  margin: -9px;
}
.prodet-page .prodet-1 .wrap .left .thumb li {
  padding: 9px;
  position: relative;
}
.prodet-page .prodet-1 .wrap .left .thumb li a {
  background: white;
  position: relative;
}
.prodet-page .prodet-1 .wrap .left .thumb li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.prodet-page .prodet-1 .wrap .left .thumb li:hover a::after {
  opacity: 1;
}
.prodet-page .prodet-1 .wrap .left .more {
  background: var(--color);
  color: white;
  margin-top: 85px;
}
.prodet-page .prodet-1 .wrap .left .more:hover {
  background: #222;
}
.prodet-page .prodet-1 .wrap .center {
  width: 34%;
  background: white;
  /*padding: 100px 0;*/
}
.prodet-page .prodet-1 .wrap .center img {
  display: block;
  margin: auto;
}
.prodet-page .prodet-1 .wrap .right {
  width: 33%;
  padding-left: 35px;
}
.prodet-page .prodet-1 .wrap .right h4 {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.prodet-page .prodet-1 .wrap .right h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 1px;
  background: #a2a2a2;
}
.prodet-page .prodet-1 .wrap .right .content {
  font-size: 18px;
  line-height: 32px;
  color: #767676;
}
.prodet-page .prodet-1 .wrap .right .content .h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: black;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .wrap .right .content .h6:not(:first-child) {
  margin-top: 20px;
}
.prodet-page .prodet-1 .m-link {
  background: white;
  -webkit-box-shadow: 0px 4px 6.65px 0.35px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 6.65px 0.35px rgba(0, 0, 0, 0.09);
  font-size: 18px;
  line-height: 32px;
  color: #767676;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: 30px;
}
.prodet-page .prodet-1 .m-link a:hover{
  color: var(--color);
}
.prodet-page .prodet-1 .m-link img {
  vertical-align: middle;
}
.prodet-page .prodet-1 .m-link .next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prodet-page .prodet-2 {
  padding: 150px 0 100px;
}
.prodet-page .prodet-2 .wrap {
  background: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-2 .wrap .left {
  width: 20%;
  background: white;
  padding: 50px 0;
}
.prodet-page .prodet-2 .wrap ul.tab li {
  font-weight: bold;
  font-size: 24px;
  line-height: 44px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 50px;
  cursor: pointer;
}
.prodet-page .prodet-2 .wrap ul.tab li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .wrap ul.tab li.active {
  color: var(--color);
}
.prodet-page .prodet-2 .wrap .content {
  width: 80%;
  background: #f7f7f7;
  padding: 50px 70px;
  font-size: 20px;
  line-height: 2;
  color: #373737;
  
}
.prodet-page .prodet-3 {
  background: #f7f7f7;
  padding: 75px 0 60px;
}
.prodet-page .prodet-3 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;
  margin-top: 50px;
}
.prodet-page .prodet-3 form input,
.prodet-page .prodet-3 form textarea {
  width: 24%;
  background: white;
  border: none;
  height: 58px;
  border-radius: 5px;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 32px;
}
.prodet-page .prodet-3 form textarea {
  width: 100%;
  padding-top: 15px;
  height: 230px;
}
.prodet-page .prodet-3 form button {
  border: none;
  background: var(--color);
  color: white;
}
.prodet-page .prodet-3 form button:hover {
  background: #222;
}
.prodet-page .prodet-4 {
  padding-top: 110px;
}
.prodet-page .prodet-4 .h3 {
  margin-bottom: 50px;
}
.prodet-page .prodet-4 ul {
  margin: -9px;
}
.prodet-page .prodet-4 ul li {
  padding: 9px;
}
.prodet-page .prodet-4 ul li .img-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-4 ul li .img-box img {
  width: auto;
  margin: auto;
}
.prodet-page .prodet-4 ul li p {
  text-align: center;
  font-size: 22px;
  line-height: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: 15px;
}
.prodet-page .prodet-4 ul li h6 {
   text-align: center;
  font-size: 22px;
  line-height: 2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: 15px;
}
.prodet-page .prodet-4 ul li:hover .img-box {
  -webkit-box-shadow: 0px 0px 16.74px 1.26px rgba(100, 100, 100, 0.16);
  box-shadow: 0px 0px 16.74px 1.26px rgba(100, 100, 100, 0.16);
  border-color: transparent;
  border-radius: 110px;
}
.prodet-page .prodet-4 ul li:hover p {
  color: var(--color);
}
.service-page h2 {
  font-size: 60px;
  line-height: 72px;
  font-weight: bold;
}
.service-page h2 em {
  color: var(--color);
}
.service-page .service-1 {
  background: url(../images/service-bg1.png) no-repeat right top;
  padding: 180px 0;
}
.service-page .service-1 .left {
  width: 40%;
  padding-right: 80px;
  vertical-align: middle;
}
.service-page .service-1 .left .content {
  font-size: 24px;
  line-height: 44px;
  color: #767676;
  margin: 40px 0 50px;
}
.service-page .service-1 .right {
  width: 60%;
  vertical-align: middle;
}
.service-page .service-1 .right img {
  display: block;
  margin-left: auto;
}
.service-page .service-2 {
  background: url(../images/service-bg2.png) no-repeat left bottom;
  padding-bottom: 90px;
}
.service-page .service-2 .wrap {
  margin: -35px auto;
}
.service-page .service-2 .column {
  padding: 35px;
}
.service-page .service-2 .left {
  width: 45%;
  vertical-align: middle;
}
.service-page .service-2 .right {
  width: 55%;
  vertical-align: middle;
}
.service-page .service-2 .right .content {
  padding-left: 170px;
  margin-top: 70px;
}
.service-page .service-2 .right .content ul li {
  font-size: 24px;
  line-height: 44px;
  color: #767676;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.service-page .service-2 .right .content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: var(--color);
}
.service-page .service-3 {
  padding-top: 170px;
}
@-webkit-keyframes scaleX {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes scaleX {
  0% {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleX {
  0% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.service-page .service-3 img{
  animation: scaleX 8s 0s forwards;
}
.service-page .service-4 {
  padding: 110px 0;
}
.service-page .service-4 .left{
  vertical-align: middle;
}
.service-page .service-4 .left ul {
  margin-top: 60px;
}
.service-page .service-4 .left ul li {
  margin-bottom: 40px;
}
.service-page .service-4 .left ul li h5 {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 10px;
}
.service-page .service-4 .left ul li .content {
  font-size: 20px;
  line-height: 36px;
  color: #767676;
  display: none;
}
.service-page .service-4 .right {
  padding-left: 50px;
  vertical-align: middle;
}
.service-page .service-4 .right img {
  display: block;
  margin-left: auto;
}
.service-page .service-5 ul {
  padding-top: 90px;
  margin: 0 -20px;
}
.service-page .service-5 ul li {
  text-align: center;
  padding: 0 20px;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0.3;
  }
  to {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

.service-page .service-5 ul li .icon {
  width: 83px;
  height: 83px;
  border-radius: 100%;
  background: #8d8d8d;
  text-align: center;
  line-height: 83px;
  position: relative;
  margin: auto;
  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;
}
.service-page .service-5 ul li .icon img {
  vertical-align: middle;
  display: block;
  margin: auto;
}
.service-page .service-5 ul li .icon::after {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  /*-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  /*width: 130px;
  height: 130px;*/
  width: 100%;
  height: 100%;
  background: #bcbcbc;
  border-radius: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  animation: ks 3s infinite;
  animation-delay: .4s;
}
.service-page .service-5 ul li .icon::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  /*-webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);*/
  /*width: 180px;
  height: 180px;*/
  width: 100%;
  height: 100%;
  background: #e7e7e7;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks 3s infinite;
        -moz-animation: ks 3s infinite;
        animation: ks 3s infinite;
}
.service-page .service-5 ul li p {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
  margin-top: 60px;
}
.service-page .service-5 ul .slick-list {
  padding-top: 50px;
}
.service-page .service-5 ul li:hover .icon {
  background: var(--color);
}
.service-page .service-5 ul li:hover .icon::after {
  background: rgba(247, 146, 30, 0.2);
}
.service-page .service-5 ul li:hover .icon::before {
  background: rgba(247, 146, 30, 0.1);
}
.service-page .service-5 ul .slick-dots {
  margin-top: 50px;
  padding: 0;
  text-align: center;
  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;
}
.service-page .service-5 ul .slick-dots li {
  width: 7px;
  height: 7px;
  background: rgba(247, 146, 30, 0.5);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100%;
  padding: 0;
  margin: 0 3px;
}
.service-page .service-5 ul .slick-dots li button {
  display: none;
}
.service-page .service-5 ul .slick-dots li.slick-active {
  width: 45px;
  border-radius: 3.5px;
  background: var(--color);
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 {
    padding: 85px 0;
  }
  .about-page .about-1 .top .right h3 {
    font-size: 30px;
  }
  .about-page .about-1 .bottom ul li {
    padding: 0 38px;
  }
  .about-page .about-5 h2,
  .about-page .about-4 .top .right h2,
  .about-page .about-2 .left h2 {
    font-size: 48px;
  }
  .about-page .about-4 .bottom {
    margin-top: -80px;
  }
  .service-page h2 {
    font-size: 44px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .top .left {
    padding-right: 15px;
  }
  .about-page .about-1 .bottom ul li .text {
    padding-left: 11px;
  }
  .about-page .about-1 .bottom ul li {
    padding: 0 15px;
  }
  .about-page .about-2 .left .bottom .content ul li {
    margin-bottom: 15px;
  }
  .about-page .about-2 .left p.text {
    margin-bottom: 30px;
  }
  .about-page .about-4 .top .left img {
    width: 50%;
  }
  .about-page .about-4 .bottom {
    margin-top: 0px;
  }
  .about-page .about-4 .top .right p {
    margin-bottom: 30px;
  }
  .about-page .about-5 h2,
  .about-page .about-4 .top .right h2,
  .about-page .about-2 .left h2 {
    font-size: 40px;
  }
  .about-page .about-2 .left .bottom .content {
    padding-left: 30px;
  }
  .contact-page .contact-1 h2 {
    font-size: 40px;
  }
  .prodet-page .prodet-1 .wrap .left h1 {
    font-size: 24px;
    line-height: 42px;
  }
  .prodet-page .prodet-1 .wrap .right {
    padding-left: 30px;
  }
  .service-page h2 {
    font-size: 34px;
    line-height: 48px;
  }
  .service-page .service-2 .right .content {
    padding-left: 65px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-2 .left {
    padding-right: 15px;
  }
  .inner-page .more {
    height: 40px;
    line-height: 40px;
  }
  .inner-banner .ui.container h2 {
    font-size: 34px;
  }
  .contact-page .contact-1 .box {
    padding: 70px 50px;
  }
  .product-page .product-2 .title h1 {
    font-size: 35px;
  }
  .product-page .product-2 .list ul li:hover .img {
    border-radius: 20px;
  }
  .product-page .product-2 .list ul li h5 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-1 .wrap .left {
    width: 50%;
  }
  .prodet-page .prodet-1 .wrap .center {
    width: 50%;
  }
  .prodet-page .prodet-1 .wrap .right {
    width: 100%;
    margin-top: 40px;
  }
  .service-page .service-2 .right .content ul li {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .top .left {
    width: 100%;
  }
  .about-page .about-1 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #cp-Nav .nav div.title {
    line-height: 32px;
   }
  .prodet-page .prodet-2 .wrap .content {
    font-size: 14px;
    line-height: 2;
  
  }
  .about-page .about-1 .bottom ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .right {
    display: none;
  }
  .about-page .about-4 .top .left {
    display: none;
  }
  .about-page .about-4 .top .right {
    width: 100%;
  }
  .about-page .about-4 .bottom ul{
    margin: 0 16px;
    margin-top: 20px;
  }
  .about-page .about-4 .bottom ul li{
    padding: 0 8px;
  }
  .about-page .about-4 {
    padding: 30px 0 74px;
  }
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 form input {
    width: 49%;
  }
  #footer.contact {
    margin-top: -200px;
  }
  .prodet-page .prodet-1 .wrap {
    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;
  }
  .prodet-page .prodet-1 .wrap .left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding-right: 0;
  }
   
  .prodet-page .prodet-1 .wrap .center {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-1 .wrap .right {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-left: 0;
  }
  .prodet-page .prodet-2 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .wrap .content {
    width: 100%;
  }
  .prodet-page .prodet-2 .wrap .left {
    width: 100%;
  }
  .prodet-page .prodet-2 .wrap .left ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .prodet-page .prodet-2 .wrap .left ul li {
    padding: 0 20px;
    margin-bottom: 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 80px;
  }
  .prodet-page .prodet-1 .m-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-1 .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .service-page .service-1 {
    padding: 80px 0;
  }
  .service-page .service-4 .right,
  .service-page .service-2 .left {
    display: none;
  }
  .service-page .service-4 .left,
  .service-page .service-2 .right {
    width: 100%;
  }
  .service-page .service-3 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 260px;
  }
  .inner-banner > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .inner-banner .ui.container h2 {
    font-size: 18px;
  }
  .about-page .about-1 .top .right h3 {
    font-size: 24px;
    line-height: 44px;
  }
  .about-page .about-2 .left .bottom .img {
    display: none;
  }
  .about-page .about-2 .left .bottom .content {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-1 {
    padding-bottom: 30px;
  }
  .about-page .about-5 h2,
  .about-page .about-4 .top .right h2,
  .about-page .about-2 .left h2 {
    font-size: 32px;
  }
  .about-page .about-2 {
    padding-bottom: 70px;
  }
  .about-page .about-5 h2 {
    line-height: 46px;
  }
  .contact-page .contact-1 .box {
    padding: 70px 20px;
  }
  .product-page .product-1 {
    padding-top: 60px;
    display: none;
  }
  .product-page .product-1 ul li{
    padding: 0 8px;
  }

  .product-page .product-1 ul .slick-prev{
    left: -18px;
    z-index: 2;
  }
  .product-page .product-1 ul .slick-next{
    right: -18px;
  }
  .service-page .service-1 .right {
    width: 100%;
  }
  .service-page .service-2 .right {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .bottom ul li {
    padding: 0;
    width: 100%;
    border-right: none;
  
  }
  .contact-page .contact-1 form input {
    width: 100%;
  }
  .product-page .product-2 .content {
    display: none;
  }
  .contact-page .contact-1 h2{
    font-size: 24px;
  }
  .product-page .product-1 ul{
    margin: 0;
  }
  .product-page .product-2 .content{
    margin: 20px 0;
  }
  .product-page .product-2 .title h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-2 .wrap .content {
    padding: 50px 20px;
  }
  .service-page .service-2 .right .content {
    padding-left: 0;
  }
  .service-page .service-4{
    padding: 40px 0;
  }
  .service-page .service-4 .left ul li .content {
    font-size: 20px;
  }
  .service-page .service-5 ul{
    padding-top: 40px;
  }
  .service-page h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .prodet-page .prodet-1 .wrap .left h1 {
    font-size: 22px;
    line-height: 2;
  }
  .prodet-page .prodet-2 .wrap .left ul{
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .wrap .left ul li{
    margin-bottom: 15px;
  }
  .prodet-page .prodet-4{
    padding-top: 40px;
  }
  .prodet-page .prodet-4 .h3{
    margin-bottom: 20px;
  }
}
.news-page .news-1 {
  padding: 5rem 0 4rem;
}
.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: var(--color);
  color: white;
  border-radius: 6px;
}
.news-page .news-1 .list {
  margin-top: 15px;
}
.news-page .news-1 .list ul {
  margin: -30px -13px;
  display: flex;
  flex-wrap: wrap;
}
.news-page .news-1 .list ul li {
  padding: 30px 13px;
}
.news-page .news-1 .list ul li .box {
  padding: 20px;
  height: 100%;
  border-radius: 15px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
}
.news-page .news-1 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 260px;
  position: relative;
    background-size: cover;
    display: block;
    background-position: center center;
}
.news-page .news-1 .list ul li .box time {
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #a0a0a0;
  display: block;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -0.3em;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 22px;
  color: #301500;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 6em;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: var(--color);
}
.news-page .news-1 .list ul li .box h2 {
  margin: 10px 0;
  font-size: 22px;
  color: #301500;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box h1:hover {
  color: var(--color);
}
.news-page .news-1 .list ul li .box p {
  font-size: 18px;
  line-height: 32px;
  color: #a0a0a0;
  display: -webkit-box;
  -webkit-box-orient: vertical;

}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  color: var(--color);
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  /*margin-top: -0.2em;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  left: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  left: 10px;
}
.newdet-page{
  padding-bottom: 5rem;
}
.newdet-page .newdet-1 {
  padding: 4rem 0 0rem;
  text-align: center;
}
.newdet-page .newdet-1 h1 {
  font-size: 36px;
  color: #301500;
  font-weight: bold;
  line-height: 1.2;
}
.newdet-page .newdet-1 time {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #a0a0a0;
  line-height: 36px;
  margin-top: 20px;
}
.newdet-page .newdet-1 .text {
  margin: 40px 0 30px;
  padding: 40px 0;
  text-align: left;
  border-top: 1px #301500 dotted;
  border-bottom: 1px #301500 dotted;
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-1 .m-link {
  font-size: 18px;
  color: #a0a0a0;
  max-width: 50%;
  display: block;
  text-align: left;
  line-height: 32px;
}
.newdet-page .newdet-1 .m-link a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .m-link a:hover {
  color: var(--color);
}
.newdet-page .newdet-1 .share {
  float: right;
  margin-top: 20px;
}
.newdet-page .newdet-1 .share a {
  font-size: 20px;
  line-height: 36px;
  color: #301500;
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .share a:hover {
  color: var(--color);
}
.newdet-page .newdet-2 {
  padding-bottom: 4.25rem;
}
.newdet-page .newdet-2 .productList {
  margin-top: 50px;
}
.faq-page .faq-1 {
  padding: 5rem 0 3rem;
  text-align: center;
}
.faq-page .faq-1 h2.title small {
  margin-top: 0;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 20px;
  line-height: 36px;
  color: #301500;
  cursor: pointer;
  position: relative;
  padding-right: 75px;
  border-radius: 5px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i {
  width: 20px;
  height: 35px;
  display: block;
  position: absolute;
  right: 35px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after,
.faq-page .faq-1 .list ul li h6 i::before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #301500;
  font-size: 20px;
  line-height: 36px;
  padding: 20px;
  display: none;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i::after,
.faq-page .faq-1 .list ul li.active h6 i::before {
  background: white;
}
@media screen and (max-width: 1700px){
   .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 28px;
    
  }
  .newdet-page .newdet-1 time {
    font-size: 18px;
  }
  .newdet-page .newdet-1 .m-link {
    font-size: 18px;
  }
  .newdet-page .newdet-1 .share {
    margin-top: 10px;
  }
  .newdet-page .newdet-1 .share a {
    font-size: 16px;
  }
  .newdet-page .newdet-1 {
    padding: 70px 0;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-right: 70px;
    font-size: 20px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 20px;
    right: 25px;
    width: 25px;
    height: 25px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px){
   .news-page .news-1 .list ul li .box a.link {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box h6 {
    font-size: 20px;
  }
  .news-page .news-1 .list ul li .box h1 {
    font-size: 20px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }
}
@media screen and (max-width: 1250px){
   .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box a.img-box {
    height: 200px;
  }
  .news-page .news-1 .list ul li .box time {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {

  .news-page .news-1 .list ul li {
    width: 50%;
  }
  .news-page .news-1 .navList {
    display: none;
  }
  .news-page .news-1 .list {
    margin-top: 0;
  }
  .prodet-page .prodet-3 form{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-3 form input{
    width: 49%;
  }
}
@media screen and (max-width: 700px){
  .news-page .news-1 .list ul li {
    width: 100%;
  }
  .newdet-page .newdet-1 .m-link {
    font-size: 16px;
    max-width: none;
   }
  .font-14,
  .font-16,
  .font-20,
  .font-22,
  .font-24,
  .font-30 {
    line-height: 2!important;
  }
  .font-18 {
    line-height: 30px!important;
  }
  .font-60,
  .font-36,
  .font-28 {
    font-size: 24px!important;
    line-height: 44px!important;
  }
  .font-57{
    line-height: 40px!important;
  
  }
  .newdet-page .newdet-1 .share {
    float: none;
    margin-bottom: 10px;
    text-align: left;
  }
  .newdet-page .newdet-1 .share a:first-child {
    margin-left: 0;
  }
  .newdet-page .newdet-1 {
    padding: 40px 0;
  }
  .newdet-page .newdet-1 h1 {
    font-size: 24px;
    line-height: 44px;
  }
   .faq-page .faq-1 .list ul li h6 {
    padding: 10px 50px 10px 10px;
    font-size: 18px;
    line-height: 32px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    right: 10px;
    top: 10px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
    line-height: 30px;
    padding: 10px;
  }
}
@media screen and (max-width: 500px){
  .prodet-page .prodet-3 form input{
    width: 100%;
  }
  .faq-page .faq-1 .list{
    margin-top: 30px;
  } 
}

.gallery-page{
  padding: 100px 0;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}


/*seo_publich*/

#index-body .i-news {
  padding-top: 70px;
}
#index-body .i-news .h2 {
  line-height: 1;
  margin-bottom: 70px;
}
#index-body .i-news ul {
  margin: -15px;
}
#index-body .i-news ul li {
  padding: 15px;
}
#index-body .i-news ul li .box {
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 41px;
  padding: 40px 30px 50px;
}
#index-body .i-news ul li .box .time {
  font-size: 18px;
  line-height: 32px;
  color: #767676;
}
#index-body .i-news ul li .box .time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#index-body .i-news ul li .box h4 {
  font-size: 24px;
  line-height: 44px;
  min-height: 5.5em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  margin: 19px 0 20px;
}
#index-body .i-news ul li .box .content {
  font-size: 18px;
  line-height: 32px;
  color: #767676;
}
#index-body .i-news ul li:hover .box {
  -webkit-box-shadow: 0px 0px 16.74px 1.26px rgba(100, 100, 100, 0.1);
  box-shadow: 0px 0px 16.74px 1.26px rgba(100, 100, 100, 0.1);
}
#index-body .i-news ul li:hover h4 {
  color: var(--color);
}
#index-body .i-news .btn {
  text-align: center;
  margin-top: 65px;
}
#index-body .i-news .btn a {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  margin: 0 13px;
}
#index-body .i-news .btn a:hover {
  background: var(--color);
  color: white;
  border-color: var(--color);
}

@media screen and (max-width: 1400px) {
  #index-body .i-news ul li .box h4 {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .i-news ul li .box .content {
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

@media screen and (max-width: 1200px) {
  #index-body .i-news ul {
    margin: -5px;
  }
  #index-body .i-news ul li {
    padding: 5px;
  }
}

@media screen and (max-width: 500px) {
  #index-body .i-news .h2 {
    margin-bottom: 30px;
  }
  #index-body .i-news .btn {
    margin-top: 30px;
  }
}

.font-18
{
line-height: 32px;
}
.font-16
{
line-height: 2;
}
.font-20
{
line-height: 36px;
}
.font-22
{
line-height: 40px;
}
.font-24
{
line-height: 44px;
}
.font-14
{
line-height: 2;
}
.font-60
{
line-height: 1.12;
}
#mobile3 .m-nav ul li a,
#mobile3 .langs h4
{
line-height: 2;
}
#mobile3 h6
{
line-height: 36px;
}