@font-face {
  font-family: 'rubik';
  src: url('../fonts/Rubik-Bold.eot');
  src: url('../fonts/Rubik-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Rubik-Bold.woff2') format('woff2'), url('../fonts/Rubik-Bold.woff') format('woff'), url('../fonts/Rubik-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rubik';
  src: url('../fonts/Rubik-Light.eot');
  src: url('../fonts/Rubik-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Rubik-Light.woff2') format('woff2'), url('../fonts/Rubik-Light.woff') format('woff'), url('../fonts/Rubik-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rubik';
  src: url('../fonts/Rubik-Regular.eot');
  src: url('../fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Rubik-Regular.woff2') format('woff2'), url('../fonts/Rubik-Regular.woff') format('woff'), url('../fonts/Rubik-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rubik';
  src: url('../fonts/Rubik-Medium.eot');
  src: url('../fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Rubik-Medium.woff2') format('woff2'), url('../fonts/Rubik-Medium.woff') format('woff'), url('../fonts/Rubik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#mobile3 .m-logo{
  background: var(--color);
}
#mobile3 .m-search form input[type=submit]{
    background: url(../images/icon-search-white.png) center center no-repeat;
}
.seoPublic .Auxil-news .list ul li .content{
  margin-top: 0;
}
.grid-box {
    font-size: 0;
    [;
    letter-spacing: -4px;
    font-size: 12px;
    ]
}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;
    letter-spacing: 0;
    ]
}

.grid-box .column {
    width: 100%;
}

.grid-box.two>.column {
    width: 50%;
}

.grid-box.three>.column {
    width: 33.33333%;
}

.grid-box.four>.column {
    width: 25%;
}

.grid-box.five>.column {
    width: 20%;
}

.grid-box.six>.column {
    width: 16.6666667%;
}

.grid-box.seven>.column {
    width: 14.285714%;
}

.grid-box.eight>.column {
    width: 12.55%;
}

.grid-box.nine>.column {
    width: 11.11111111%;
}

.grid-box.ten>.column {
    width: 10%;
}


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

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

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
#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: #6076f1;
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  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: #155dfc;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #3a86ff;
  --color2: #0a2463;
  --white: #ffffff;
  --black: #000000;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 300;
  margin: 0 auto;
  color: #000000;
  font-family: 'rubik';
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#wap-bottom {
  z-index: 90;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 100%;
}
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: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
#header > .nav .hTop {
  padding: 16px 0;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #155dfc;
}
#header > .nav .hTop .container {
  width: 1750px;
}
#header > .nav .hTop .container .text {
  color: rgba(255, 255, 255, 1);
}
#header > .nav .hTop .container .img{
  filter: grayscale(1) brightness(10);
}
#header > .nav .hTop .container .address .img {
  width: 16px;
  height: 20px;
}
#header > .nav .hTop .container .phone {
  margin-left: auto;
}
#header > .nav .hTop .container .phone .img {
  width: 24px;
  height: 24px;
}
#header > .nav .hTop .container .email .img {
  width: 24px;
  height: 20px;
}
#header > .nav > .menu {
  z-index: 2;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 1;
  width: 1750px;
}
#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: 70px;
}
#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: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  z-index: 2;
  color: var(--white);
  font-weight: 500;
}
#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;
  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 .search {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .line {
  width: 2px;
  height: 32px;
  background-color: var(--white);
  margin: 0 20px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  color: var(--white);
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 30px;
  height: 30px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .text {
  margin: 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont i {
  font-size: 20px;
}
#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;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav,
#header.inner_active > .nav {
  background: #155dfc;
  -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 .headerShadow,
#header.inner_active > .nav .headerShadow {
  opacity: 0;
}
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  -moz-animation-name: fadeInLeftSmall;
  -o-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  -moz-animation-name: fadeInRightSmall;
  -o-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  -moz-animation-name: fadeInDownSmall;
  -o-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
}
@-moz-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
}
@-o-keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10%, 0);
  }
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
}
.fadeOutDownSmall {
  -webkit-animation-name: fadeOutDownSmall;
  -moz-animation-name: fadeOutDownSmall;
  -o-animation-name: fadeOutDownSmall;
  animation-name: fadeOutDownSmall;
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  -moz-animation-name: fadeInUpSmall;
  -o-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
@-webkit-keyframes banner_ani {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-moz-keyframes banner_ani {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-o-keyframes banner_ani {
  from {
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes banner_ani {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
#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: 920px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .shadow{
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
#banner .swiper .swiper-wrapper .swiper-slide .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
  z-index: 5;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  width: 100%;
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  z-index: 2;
  width: 100%;
  height: 100%;
  color: var(--white);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play {
  width: 160px;
  height: 160px;
  cursor: pointer;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play .con1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play .con1 .sub {
  width: 6px;
  height: 6px;
  top: -3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--white);
  border-radius: 50%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play svg .ring-fg {
  stroke: var(--white);
  stroke-width: 1px;
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 499;
  stroke-dashoffset: 499;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play .cont {
  z-index: 2;
  width: 110px;
  height: 110px;
  background-color: var(--white);
  border-radius: 50%;
  font-size: 40px;
  color: var(--color2);
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play .cont i {
  margin-left: 6px;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play:hover svg .ring-fg {
  stroke-dashoffset: 0;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 3;
  opacity: 1;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .bg {
  /*-webkit-animation: banner_ani 10s linear forwards;
  -moz-animation: banner_ani 10s linear forwards;
  -o-animation: banner_ani 10s linear forwards;
  animation: banner_ani 10s linear forwards;*/
}
#banner .sPage {
  bottom: 10%;
  left: 6%;
  z-index: 2;
}
#banner .sPage .swiper-pagination-bullets {
  width: 40px;
}
#banner .sPage .swiper-pagination-bullet {
  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;
  background-color: transparent;
  opacity: 1;
  margin: 4px 0;
  width: auto;
  height: auto;
  top: 0;
}
#banner .sPage .swiper-pagination-bullet .sub {
  width: 4px;
  height: 4px;
  background-color: var(--white);
  border-radius: 2px;
}
#banner .sPage .swiper-pagination-bullet .num {
  opacity: 0;
  margin-left: 10px;
  color: var(--white);
  line-height: 1;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
#banner .sPage .swiper-pagination-bullet-active .sub {
  width: 4px;
  height: 22px;
}
#banner .sPage .swiper-pagination-bullet-active .num {
  opacity: 1;
  font-size: 20px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.slick-list .slick-track {
  margin-left: 0;
}
.container {
  width: 1610px;
}
.font-54 {
  line-height: 1.2;
}
.font-50 {
  line-height: 1.4;
}
.font-48 {
  line-height: 1.2;
}
.moreCont {
  font-weight: 500;
  border: 1px solid #7f7f7f;
  display: inline-block;
  border-radius: 10px;
  padding: 10px 30px;
}
.moreCont span {
  z-index: 2;
}
.moreCont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--color2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.moreCont:hover {
  color: #fff;
}
.moreCont:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body {
  position: relative;
  z-index: 1;
}
#index-body .init-1 .container {
  width: 1750px;
}
#index-body .init-1 .container .titleC .left {
  max-width: 700px;
}
#index-body .init-1 .container .titleC .left .title {
  font-weight: bold;
  color: var(--color2);
}
#index-body .init-1 .container .titleC .right {
  max-width: 640px;
  color: rgba(0, 0, 0, 0.8);
  text-align: right;
}
#index-body .init-1 .container .content .swiper {
  padding-bottom: 40px;
}
#index-body .init-1 .container .content ul li {
  /*opacity: 1 !important;*/
  /*overflow: hidden;*/
  overflow: unset;
}
#index-body .init-1 .container .content ul li .box {
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
  overflow: hidden;
  position: relative;
  opacity: 0;
}
#index-body .init-1 .container .content ul li.swiper-slide-active .box,
#index-body .init-1 .container .content ul li.swiper-slide-prev .box,
#index-body .init-1 .container .content ul li.swiper-slide-next .box{
  opacity: 1;
}
#index-body .init-1 .container .content ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ebebeb;
  z-index: 3;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .init-1 .container .content ul li .box .left {
  width: 50%;
}
#index-body .init-1 .container .content ul li .box .left img {
  width: 100%;
}
#index-body .init-1 .container .content ul li .box .right {
  background-color: var(--color2);
  color: var(--white);
  width: 50%;
  padding-bottom: 20px;
}
#index-body .init-1 .container .content ul li .box .right .tips{
  color: #fff;
  bottom: 40px;
  padding: 10px;
  width: 100%;
}
#index-body .init-1 .container .content ul li .box .right .contC {
  max-width: 480px;
  text-align: center;
  padding: 10px;
}
#index-body .init-1 .container .content ul li .box .right .contC .title {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-1 .container .content ul li .box .right .contC .more {
  background-color: var(--white);
  color: var(--black);
  font-weight: 400;
  text-transform: uppercase;
}
#index-body .init-1 .container .content ul li .box .right .contC .more:hover {
  color: var(--white);
}
#index-body .init-1 .container .content ul .swiper-slide-active {
  z-index: 2;
}
#index-body .init-1 .container .content ul .swiper-slide-active .box {
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
#index-body .init-1 .container .content ul .swiper-slide-active .box::before {
  opacity: 0;
}
#index-body .init-1 .container .content ul .swiper-slide-next .box {
  -webkit-transform: translateY(20px) scale(0.95);
  -moz-transform: translateY(20px) scale(0.95);
  -ms-transform: translateY(20px) scale(0.95);
  -o-transform: translateY(20px) scale(0.95);
  transform: translateY(20px) scale(0.95);
}
#index-body .init-1 .container .content ul .swiper-slide-prev .box {
  -webkit-transform: translateY(40px) scale(0.9);
  -moz-transform: translateY(40px) scale(0.9);
  -ms-transform: translateY(40px) scale(0.9);
  -o-transform: translateY(40px) scale(0.9);
  transform: translateY(40px) scale(0.9);
}
#index-body .init-1 .container .content ul .swiper-slide-next + .swiper-slide .box {
  -webkit-transform: translateY(40px) scale(0.9);
  -moz-transform: translateY(40px) scale(0.9);
  -ms-transform: translateY(40px) scale(0.9);
  -o-transform: translateY(40px) scale(0.9);
  transform: translateY(40px) scale(0.9);
}
#index-body .init-1 .container .content .sPage {
  text-align: center;
}
#index-body .init-1 .container .content .sPage .swiper-pagination-bullet {
  height: 5px;
  width: 90px;
  background-color: #ebebeb;
  border-radius: 6px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 2px 10px;
}
#index-body .init-1 .container .content .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init-2 {
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-2 .container {
  width: 1750px;
}
#index-body .init-2 .container .tipsTitle {
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
#index-body .init-2 .container .tipsDes {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin: 20px auto 0;
}
#index-body .init-2 .container .content {
  padding-left: 80px;
  padding-right: 80px;
}
#index-body .init-2 .container .content .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-2 .container .content .btn {
  top: 40%;
  right: 0;
  color: var(--white);
  font-size: 80px;
  line-height: 1;
  z-index: 2;
  cursor: pointer;
  font-weight: 500;
}
#index-body .init-2 .container .content .btn:hover {
  color: var(--color);
}
#index-body .init-2 .container .content .prev {
  left: 0;
  right: unset;
}
#index-body .init-2 .container .content ul li {
  height: auto;
}
#index-body .init-2 .container .content ul li .box {
  height: 100%;
  background-color: var(--white);
}
#index-body .init-2 .container .content ul li .box .img {
  display: block;
}
#index-body .init-2 .container .content ul li .box .img img {
  width: 100%;
}
#index-body .init-2 .container .content ul li .box .cont {
  padding: 26px 30px 50px;
}
#index-body .init-2 .container .content ul li .box .cont .title {
  font-weight: 500;
}
#index-body .init-2 .container .content ul li .box .cont .title:hover {
  color: var(--color);
}
#index-body .init-2 .container .content ul li .box .more {
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  color: var(--white);
  font-size: 20px;
  background-color: var(--color2);
}
#index-body .init-2 .container .content ul li .box .more:hover {
  background-color: var(--color);
}
#index-body .init-2 .container .sPage {
  text-align: center;
}
#index-body .init-2 .container .sPage .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #837b73;
  margin: 4px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .container .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init-3 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-3 .container .left {
  width: 50%;
  padding-right: 60px;
}
#index-body .init-3 .container .left .aboutImg img {
  width: 100%;
}
#index-body .init-3 .container .left .content ul {
  padding-top: 20px;
}
#index-body .init-3 .container .left .content ul li {
  margin-top: 30px;
}
#index-body .init-3 .container .left .content ul li .box .top {
  font-weight: 500;
  line-height: 1;
}
#index-body .init-3 .container .left .content ul li .box .top em {
  color: var(--color2);
  font-size: 56px;
}
#index-body .init-3 .container .left .content ul li .box .top .sub {
  font-size: 26px;
  top: 4px;
}
#index-body .init-3 .container .left .content ul li .box .bottom {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10px;
}
#index-body .init-3 .container .left .content ul .line {
  margin-top: 30px;
  width: 2px;
  height: 36px;
  background-color: #d2d2d2;
}
#index-body .init-3 .container .right {
  padding-right: 80px;
  width: 50%;
}
#index-body .init-3 .container .right .title {
  font-weight: bold;
}
#index-body .init-3 .container .right .des {
  font-weight: 300;
  line-height: 2;
}
#index-body .init-3 .container .right .more {
  text-transform: uppercase;
  min-width: 226px;
  text-align: center;
}
#index-body .init-4 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-4 .container {
  min-height: 780px;
}
#index-body .init-4 .container .cont {
  width: 100%;
  padding: 10px 0;
}
#index-body .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
  max-width: 750px;
  margin: auto;
  color: var(--white);
}
#index-body .init-4 .container .des {
  max-width: 1080px;
  margin: 40px auto 0;
  text-align: center;
  color: var(--white);
}
#index-body .init-4 .container .more {
  text-transform: uppercase;
  background-color: var(--white);
}
#index-body .init-5 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-5 .container .titleC {
  color: var(--white);
}
#index-body .init-5 .container .titleC .left {
  width: 50%;
}
#index-body .init-5 .container .titleC .left .tips {
  font-weight: 500;
}
#index-body .init-5 .container .titleC .left .title {
  font-weight: 700;
}
#index-body .init-5 .container .titleC .right {
  font-weight: 300;
  width: 50%;
}
#index-body .init-5 .container .titleC .right .cont {
  max-width: 680px;
  text-align: right;
}
#index-body .init-5 .container .content ul li .box .img {
  display: block;
}
#index-body .init-5 .container .content ul li .box .img img {
  width: 100%;
}
#index-body .init-5 .container .sPage {
  text-align: center;
}
#index-body .init-5 .container .sPage .swiper-pagination-bullet {
  margin: 4px 15px;
  width: 16px;
  height: 16px;
  background-color: #8eb9ff;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-5 .container .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
}
#index-body .init-6 .container .tipsTitle {
  font-weight: 500;
  color: var(--color2);
  text-align: center;
}
#index-body .init-6 .container .tipsTitle2 {
  font-weight: 700;
  color: var(--color2);
  text-align: center;
}
#index-body .init-6 .container .content ul li .box .title {
  font-weight: 700;
  color: var(--color2);
  display: block;
}
#index-body .init-6 .container .content ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-6 .container .content ul li .box .time {
  font-weight: 300;
}
#index-body .init-6 .container .content ul li .box .time .timeImg {
  width: 20px;
  height: 20px;
}
#index-body .init-6 .container .content ul li .box .lineC {
  background-color: #e1e1e1;
  height: 3px;
}
#index-body .init-6 .container .content ul li .box .lineC .line {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
}
#index-body .init-6 .container .content ul li .box .des {
  font-weight: 300;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .container .content ul li .box .more {
  font-weight: 500;
}
#index-body .init-6 .container .content ul li .box .more .moreImg {
  width: 28px;
  height: 12px;
}
#index-body .init-6 .container .content ul li .box .more:hover {
  color: var(--color);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
#index-body .init-6 .container .content ul li .box:hover .lineC .line {
  width: 100%;
}
#index-body .init-6 .container .sPage {
  text-align: center;
}
#index-body .init-6 .container .sPage .swiper-pagination-bullet {
  margin: 4px 15px;
  width: 16px;
  height: 16px;
  background-color: #b4b4b4;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-6 .container .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-color: #242529;
}
#footer .fTop .logo {
  position: relative;
}
#footer .fTop .tipsTitle {
  font-weight: 700;
  color: var(--white);
  text-align: center;
  margin-top: -60px;
}
#footer .fTop form {
  padding-top: 60px;
}
#footer .fTop form input {
  margin-top: 20px;
  padding: 18px 10px 18px 60px;
  background-color: rgba(98, 98, 98, 0.4);
  border: none;
  border-radius: 10px;
  width: 370px;
  background-image: url(../images/index_15.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  color: var(--white);
}
#footer .fTop form input::-webkit-input-placeholder {
  color: var(--white);
}
#footer .fTop form input:-moz-placeholder {
  color: var(--white);
}
#footer .fTop form input::-moz-placeholder {
  color: var(--white);
}
#footer .fTop form input:-ms-input-placeholder {
  color: var(--white);
}
#footer .fTop form input::-ms-input-placeholder {
  color: var(--white);
}
#footer .fTop form input::placeholder {
  color: var(--white);
}
#footer .fTop form .mail {
  background-image: url(../images/index_16.png);
}
#footer .fTop form .content {
  background-image: url(../images/index_17.png);
  width: 580px;
}
#footer .fTop form .btn {
  background-color: var(--color);
  margin-top: 20px;
  width: 180px;
  border-radius: 10px;
  color: var(--white);
  font-weight: 500;
  cursor: pointer;
}
#footer .fTop form .btn .btnImg {
  width: 12px;
  height: 12px;
}
#footer .fTop form .btn:hover {
  background-color: var(--color2);
}
#footer .fMiddle {
  padding-top: 70px;
}
#footer .fMiddle .listCont {
  margin-top: 50px;
  color: var(--white);
}
#footer .fMiddle .listCont .list .img {
  width: 40px;
  height: 40px;
}
#footer .fMiddle .listCont .phone {
  font-weight: 500;
}
#footer .fMiddle .listCont .list2 .img {
  width: 22px;
  height: 22px;
}
#footer .fMiddle .listCont .share {
  margin-top: 40px;
}
#footer .fMiddle .listCont .share ul li {
  margin-right: 20px;
}
#footer .fMiddle .listCont .share ul li a {
  width: 40px;
  height: 40px;
  background-color: #3c3d3d;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}
#footer .fMiddle .listCont .share ul li a:hover {
  background-color: var(--color);
}
#footer .fMiddle .listCont .list3 {
  margin-top: 10px;
}
#footer .fMiddle .listCont .list3 a:hover {
  color: var(--color);
}
#footer .fMiddle .listCont .list3:first-child {
  margin-top: 0;
}
#footer .fMiddle .listCont .list4 .img {
  width: 40px;
  height: 40px;
}
#footer .fMiddle .listCont .email {
  font-weight: 500;
}
#footer .fMiddle .listCont .des {
  color: rgba(255, 255, 255, 0.8);
}
#footer .fMiddle .listCont #ewm {
  background-color: #fff;
  padding: 10px;
}
#footer .fMiddle .listCont .ewmText {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#footer .fMiddle .listCont1 {
  width: 360px;
}
#footer .fMiddle .listCont2 {
  width: 400px;
}
#footer .fMiddle .listCont3 {
  width: 500px;
}
#footer .fMiddle .listCont4 {
  width: 130px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 80px;
}
#footer .copyright .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: var(--color);
  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) {
  #header > .nav .hTop .container,
  #header > .nav > .menu .menu-box {
    width: 1400px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 50px;
  }
  #index-body .init-1 .container,
  #index-body .init-2 .container {
    width: 1400px;
  }
  #index-body .init-1 .container .content ul li .box .right{
    padding-bottom: 60px;
  }
  #index-body .init-1 .container .content ul li .box .right .tips{
    bottom: 6px;
  }
  #footer .fTop form .content {
    width: 400px;
  }
}
@media (max-width: 1450px) {
  #header > .nav .hTop .container,
  #header > .nav > .menu .menu-box {
    width: 1200px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: 16px;
  }
  #header > .nav > .menu .menu-box .right {
    margin-left: 20px;
  }
  #index-body .init-1 .container,
  #index-body .init-2 .container {
    width: 1200px;
  }
  #index-body .init-1 .container .titleC .left {
    max-width: 100%;
  }
  #index-body .init-1 .container .titleC .right {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  #footer .fTop form input {
    width: 260px;
  }
  #footer .fMiddle .listCont1 {
    width: 300px;
  }
  #footer .fMiddle .listCont2 {
    width: 280px;
  }
}
@media (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #index-body .init-1 .container,
  #index-body .init-2 .container {
    width: 970px;
  }
  #index-body .init-3 .container .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-3 .container .right {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  #index-body .init-3 .container .right .moreC {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  #index-body .init-4 .container {
    min-height: 600px;
  }
  #footer .fTop form .btn {
    padding: 16px 10px;
  }
  #footer .fTop .tipsTitle {
    margin-top: 40px;
    text-align: left;
  }
  #footer .fTop form {
    padding-top: 20px;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #index-body .init-1 .container,
  #index-body .init-2 .container {
    width: 700px;
  }
  #index-body .init-1 .container .content .sPage .swiper-pagination-bullet {
    width: 40px;
  }
  #index-body .init-3 .container .left .content ul li .box .top em {
    font-size: 40px;
  }
  #index-body .init-5 .container .titleC .left {
    width: 100%;
  }
  #index-body .init-5 .container .titleC .right {
    width: 100%;
  }
  #index-body .init-5 .container .titleC .right .cont {
    text-align: left;
    margin-top: 20px;
  }
  #footer .fTop form input {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container,
  #index-body .init-2 .container {
    width: 100%;
  }
  #index-body .init-1 .container .content ul li .box .left {
    width: 100%;
  }
  #index-body .init-1 .container .content ul li .box .right {
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  #index-body .init-1 .container .content ul li .box .right .contC {
    padding: 20px 10px;
  }
  #index-body .init-1 .container .content ul li .box .right .tips{
    position: relative;
    bottom: 0;
    right: 0;
  }
  #index-body .init-2 .container .content {
    padding: 0;
  }
  #index-body .init-2 .container .content .btn {
    font-size: 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  #footer .fTop form .content {
    width: 100%;
  }
  #footer .fMiddle .listCont3 {
    width: 100%;
  }
  #footer .fMiddle .listCont .phone {
    margin: 10px 0;
  }
}
@media (max-width: 500px) {
  .moreCont {
    padding: 10px 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 50vw;
  }
  #index-body .init-1 .container .content .swiper {
    padding-bottom: 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play {
    width: 80px;
    height: 80px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play .cont {
    width: 100%;
    height: 100%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play .con1,
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .play svg {
    display: none;
  }
  #index-body .init-1 .container .content .sPage .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    margin: 2px 4px;
  }
  #index-body .init-2 .container .sPage .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 2px 4px;
  }
  #index-body .init-3 .container .left .content ul li {
    margin-top: 10px;
  }
  #index-body .init-3 .container .left .content ul li .box .top em {
    font-size: 30px;
  }
  #index-body .init-3 .container .left .content ul li .box .top .sub {
    font-size: 20px;
  }
  #index-body .init-3 .container .left .content ul li .box .bottom {
    margin-top: 4px;
  }
  #index-body .init-3 .container .right .more {
    min-width: 130px;
  }
  #index-body .init-4 .container {
    min-height: 400px;
  }
  #index-body .init-4 .container .des {
    margin-top: 20px;
  }
  #index-body .init-5 .container .sPage .swiper-pagination-bullet {
    margin: 4px;
    width: 8px;
    height: 8px;
  }
  #index-body .init-6 .container .sPage .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 4px;
  }
  #footer .fMiddle {
    padding-top: 20px;
  }
  #footer .fMiddle .listCont {
    margin-top: 30px;
  }
  #footer .copyright {
    margin-top: 20px;
  }
}


/*inner-page*/
.inner-page{
  position: relative;
  z-index: 1;
}
.inner-banner {
  position: relative;
  height: 33vw;
  padding-top: 18vw;
  overflow: hidden;
}
.inner-banner .luxy-el {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  left: 0;
  top: 0;
}
.inner-banner .container {
  z-index: 2;
}
.inner-banner .mbx-box {
  position: relative;
}
.inner-banner .mbx-box::after {
  position: absolute;
  z-index: -1;
  content: attr(data-name);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 5vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
}
.inner-banner .mbx-box .mbx {
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
}
.inner-banner .mbx-box .mbx a,
.inner-banner .mbx-box .mbx span {
  margin: 0 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-banner .mbx-box .mbx a:hover {
  color: var(--color);
}
.inner-banner .mbx-box .mbx a:first-child {
  margin-left: 0;
}
.inner-banner .mbx-box .mbx span {
  margin-right: 0;
}
.inner-banner .mbx-box h2 {
  font-size: 50px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
      font-weight: 500;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /*padding-left: 150px;*/
}
.inner-page .m-page span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 24px;
  line-height: 1.8;
  color: #000;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
      font-weight: 500;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont {
  margin-top: 10px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item .nav_item{
  padding-left: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
p.nesdre {
  font-size: 14px!important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/tongyong.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
}
.news-page {
  padding: 80px 0;
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  /*padding: 0 5px;*/
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  color: var(--color);
  /*border: 1px solid var(--color);*/
  /*-webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);*/
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--color);
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 30px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 15px;
      font-weight: 500;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  line-height: 2;
  color: #aaa;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 2;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.newdet-page .product-page {
  width: 100%;
}
.newdet-page .product-page h2.title {
  border: none;
}
.newdet-page .product-page .swiper {
  padding: 5px;
}
.newdet-page .product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--color);
  border: 1px solid var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background: var(--color);
  color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  line-height: 2;
  margin-left: 12px;
  color: #aaa;
  /*text-transform: uppercase;*/
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title,
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 35px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
      font-weight: 500;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
   margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a em{
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #a7a7a7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a:last-child{
  text-align: right;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a:last-child i {
 margin-left: 10px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a:hover{
   color: var(--black);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 60px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 2;
  color: #000;
  /*text-transform: uppercase;*/
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 18px;
  line-height: 2;
  color: #000;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
  color: var(--color);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
  font-size: 16px;
  display: inline-block;
  color: #000;
  margin-bottom: 25px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  margin-bottom: 45px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 15px 35px;
  position: relative;
  margin-left: 5px;
  border: none;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.product-page {
  padding: 110px 0;
}
.product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-list ul li {
  width: 33.3333%;
}
.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  /*border: 1px solid;*/
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
      padding: 5px;
}
.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  /*padding: 10px 35px;*/
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: 100%;
}

.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: var(--color);
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 30px 0;
  text-align: center;
  margin-bottom: 20px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  margin-bottom: 12px;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #0c0c0c;
  color: #fff;
  /*height: 48px;*/
  /*line-height: 38px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: var(--color);
}
.prodet-page .m-link{
  padding-top: 20px;
}
.prodet-page .m-link a{
  display: block;
  font-size: 16px;
  margin-top: 4px;
  transition: all .5s;
}
.prodet-page .m-link a:hover{
  color: var(--color);
}
.prodet-page .prodet-1 {
  padding: 80px 0 60px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left .img {
  display: block;
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
  /*height: 710px;*/
}
.prodet-page .prodet-1 .left .img a{
  height: 100%;
}
.prodet-page .prodet-1 .left .img a img{
  object-fit: cover;
}
.prodet-page .prodet-1 .left .img video{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.prodet-page .prodet-1 .left .img .play{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transform: translate(-50%,-50%);
}
.prodet-page .prodet-1 .left .img .play i{
  margin-left: 4px;
}
.prodet-page .prodet-1 .left .img .play .cont{
  background: #fff;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 30px;
  border-radius: 50%;
}
@keyframes ks {
  from {
      transform:scale(1);
  }
  to {
      transform:scale(2);
      opacity: 0;
  }
}
.prodet-page .prodet-1 .left .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 50%;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  animation: ks 3s linear infinite;
}
.prodet-page .prodet-1 .left .img .play .ling:last-child{
  animation-delay: -1.5s;
}
.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}
.prodet-page .prodet-1 .left .img.active > img {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}
.prodet-page .prodet-1 .left .img img {
  width: 100%;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1.6;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  padding: 20px 0 25px;
  font-size: 16px;
  color: #555555;
  line-height: 2;
}
.prodet-page .prodet-1 .right .content table tr{
  background: #fff;
}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .slick img{
  background: #c8c4bf;
  height: 160px;
  object-fit: cover;
  width: 100%;
}
.prodet-page .prodet-1 .right li{
  cursor: pointer;
  position: relative;
}
.prodet-page .prodet-1 .right li .play{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.prodet-page .prodet-1 .right li .play .cont{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #fff;
  font-size: 20px;
  border-radius: 50%;
}
.prodet-page .prodet-1 .right li .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: ks 3s linear infinite;
  background: #fff;
  border-radius: 50%;
}
.prodet-page .prodet-1 .right li .play .ling:last-child{
  animation-delay: -1.5s;
}
.prodet-page .prodet-1 .right .slick video{
  height: 160px;
  object-fit: cover;
  width: 100%;
}
.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
  margin: -10px;
}
.prodet-page .prodet-1 .right .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-1 .right .slick ul li img {
  display: block;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-1 .right .inquiry-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  color: #333;
}
.prodet-page .prodet-1 .right .share {
  display: block;
  padding: 20px 0 2em;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  font-size: 16px;
  line-height: 2;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: var(--color);
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  /*text-transform: uppercase;*/
}
.prodet-page .product-list {
  width: 100%;
}
.prodet-page .product-list ul {
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
  border: none;
}
.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
}
.prodet-page .prodet-2 .content table td:first-child {
  padding-left: 0;
}
.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}
.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}
.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}
.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}
.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list > ul {
  border-bottom: 1px solid #e7e7e7;
  text-align: left;
}
.custom-page .custom-3 .list > ul > li {
  padding: 10px 0 80px 65px;
  border-top: 1px solid #e7e7e7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
}
.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 16px;
  /*color: #7a7a7a;*/
  line-height: 1.8;
}
.custom-page .custom-3 .list ul li .content table {
  border: none;
}
.custom-page .custom-3 .list ul li .content table tbody td {
  /*border: none;*/
  text-align: left;
  font-weight: 300;
}

.custom-page .custom-3 .list ul li .content table tbody td:first-child {
  width: 200px !important;
}
.custom-page .custom-3 .list ul li .content table tbody td:last-child {
  /*padding-left: 5%;*/
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 0 0 50px;
}
.prodet-page .custom-page .custom-3 .list > ul > li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list > ul > li i {
  display: none;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link {
  border-top: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 20px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.prodet-page .custom-page .custom-3 .list > ul .m-link a:hover {
  color: var(--color);
}
.text-right {
  margin: auto;
  width: 20%;
}
.wenan-ny {
  width: 80%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
  padding: 15px;
  width: 50%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  padding: 10px 0;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
  padding-bottom: 30px;
}
.contact-page {
  padding-bottom: 60px;
}
.main-map .button-group .button {
  background-color: var(--color);
}
.inner-page.contact-page .contact-1 .map {
  width: 65%;
}
.inner-page.contact-page .contact-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page.contact-page .contact-1 .ui.container .con-right {
  width: 35%;
  margin: auto;
  padding-left: 6%;
}
.inner-page.contact-page .contact-1 .text-map {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 50px;
}
.inner-page.contact-page .contact-1 .text-map h5 {
  font-size: 28px;
  padding: 15px 0;
}
.inner-page.contact-page .contact-1 .text-map p {
  font-size: 18px;
}
.inner-page.contact-page .contact-1 .ui.container .con-right li {
  padding: 15px 0;
  font-size: 18px;
  line-height: 2;
}
.inner-page.contact-page .contact-1 .ui.container .con-right h3 {
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: bold;
}
.inner-page.contact-page .contact-2 {
  padding-top: 100px;
}
.inner-page.contact-page .contact-2 h2.title{
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.inner-page.contact-page .contact-2 .ui.container .xisai {
  width: 20%;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai {
  width: 80%;
  padding-left: 60px;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
  width: 30%;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li h2 {
  font-size: 22px;
}
.inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li p {
  font-size: 18px;
}
.shuimu-list li {
  position: absolute;
}
.shuimu-list li img {
  display: inline-block;
}
.contact-page .shuimu-list li.shuimu-1 {
  left: 15%;
  top: 100%;
}
.contact-page .shuimu-list li.shuimu-2 {
  right: 5%;
  top: 40%;
}
.contact-page .shuimu-list li.shuimu-3 {
  right: 1%;
  top: 140%;
}
.factory-page-1 .factoty-list ul {
  margin: 0 -15px;
}
.factory-page-1 .factoty-list ul li {
  padding: 5px;
}
.factory-page-1 .factoty-list ul li .box {
  overflow: hidden;
}
.factory-page-1 .factoty-list ul li .box:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-page.factory-page .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-page.factory-page .container .left {
  width: 60%;
  position: relative;
}
.inner-page.factory-page .container .left button.slick-prev {
  display: none !important;
}
.inner-page.factory-page .container .left button.slick-next {
  position: absolute;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  background: var(--color);
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 108.5%;
  top: 80%;
  width: 150px;
  text-align: center;
  border: none;
}
.inner-page.factory-page .container .right {
  width: 40%;
  padding-left: 5%;
  padding-bottom: 5%;
}
.inner-page.factory-page .container .text-left h2 {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.inner-page.factory-page .container .text-left p {
  line-height: 2;
  font-size: 16px;
}
.inner-page.factory-page .container .right .four.slick {
  margin-top: 40px;
}
.inner-page.factory-page .container .right .four.slick ul {
  margin: 0 -5px;
}
.inner-page.factory-page .container .right .four.slick ul li {
  padding: 5px;
}

.join-us-page .join-us-2 h3 {
  display: block;
  font-size: 28px;
  /*font-weight: bold;*/
  line-height: 1;
}
.join-us-page .join-us-2 .text {
  display: block;
  font-size: 16px;
  color: #838383;
  font-weight: 300;
  line-height: 2;
  margin-top: 20px;
}
.join-us-page .join-us-2 .from {
  margin-top: 35px;
}
.join-us-page .join-us-2 .from ul {
  margin: -10px -45px;
}
.join-us-page .join-us-2 .from ul li {
  padding: 10px 45px;
}
.join-us-page .join-us-2 .from ul li label {
  display: block;
  font-size: 18px;
  /*font-weight: bold;*/
  line-height: 1.8;
  margin-bottom: 10px;
}
.join-us-page .join-us-2 .from ul li input,
.join-us-page .join-us-2 .from ul li textarea {
  display: block;
  width: 100%;
  line-height: 2;
  padding: 13px 15px;
  font-size: 16px;
  border: 1px solid #dedede;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.join-us-page .join-us-2 .from ul li input:focus,
.join-us-page .join-us-2 .from ul li textarea:focus {
  border-color: var(--color);
}
.join-us-page .join-us-2 .from ul li textarea {
  height: 180px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"] {
  margin-top: 30px;
  background: var(--color);
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 23px;
}
.join-us-page .join-us-2 .from ul li input[type="submit"]:hover {
  background: black;
}
.join-us-page .join-us-2 .from ul li.wid-100 {
  width: 100%;
}
/*厂房设备*/
.i-semi {
  text-align: center;
  padding: 80px;

}
.i-semi h2.h2 {
  font-size: 36px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.i-semi p.p {
  font-size: 18px;
  line-height: 1.8;
  color: #545454;
}
.i-semi .semi-list {
  margin-top: 40px;
  position: relative;
}
.i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/factory-l.png) no-repeat center;
  left: 45%;
  bottom: 10px;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.i-semi .semi-list .slick-next {
  background: url(../images/factory-r.png) no-repeat center;
  left:51%;
}


@media screen and (max-width: 1700px) {
  .prodet-page .prodet-1 .left .img{
    /*height: 610px;*/
  }
}
@media screen and (max-width: 1567px) {
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li p {
    font-size: 16px;
  }
  .news-page .sidebar-box .sidebar-right .news-list {
    padding-right: 35px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 35px;
  }
}
@media screen and (max-width: 1450px) {
  .prodet-page .prodet-1 .left .img{
    /*height: 524px;*/
  }
}
@media screen and (max-width: 1400px) {
  .news-page .sidebar-box .sidebar-left {
    padding-left: 30px;
  }
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }
  .inner-banner .mbx-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page.contact-page .contact-2 .ui.container .xisai {
    display: none;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai {
    width: 100%;
    padding-left: 0;
  }
  .inner-page.factory-page .container .left button.slick-next {
    display: none !important;
  }
  .inner-page.factory-page .container .right {
    padding-left: 3%;
    padding-bottom: 0%;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .custom-page .custom-3 .list ul li .content {
    font-size: 15px;
  }
  .product-page{
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .left .img{
    /*height: 420px;*/
  }
  .inner-banner .mbx-box h2{
    font-size: 30px;
    line-height: 1.2;
  }
  .inner-banner{
    height: 42vw;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 60px;
    height: auto;
    padding: 10vw 0;
  }
  h1.heisha{
    display: none!important;
  }
  .inner-banner .mbx-box h2{
    font-size: 30px;
    line-height: 1.1;
  }
  .inner-page.contact-page .contact-1 .map {
    width: 100%;
  }
  .inner-page.contact-page .contact-1 .ui.container .con-right {
    width: 100%;
    margin: auto;
    padding-left: 0%;
    margin-top: 30px;
  }
  .inner-page.contact-page .contact-1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after{
    display: none;
  }
  .news-page .sidebar-box .sidebar-right .news-list {
    padding-right: 0px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content{
    padding-right: 0;
  }
  .news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
    font-size: 24px;
    line-height: 1.8;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title,
  .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 24px;
    line-height: 1.8;
  }
  .inner-page.factory-page .container .left {
    width: 100%;
  }
  .inner-page.factory-page .container .right {
    padding-left: 0%;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 0;
  }
  .product-page .product-list ul li {
    width: 50%;
  }
  .prodet-page .prodet-1 .left .img{
    /*height: 300px;*/
  }
  .custom-page .custom-3 .list ul li .content table tbody {
    table-layout: inherit;
  }
  .custom-page .custom-3 .list ul li .content table tbody td {
    min-width: 100px;
  }
  .join-us-page .join-us-2 h3 {
    font-size: 24px;
  }
  .i-semi{
    padding: 60px 0;
  }
  .inner-banner .mbx-box{
    padding-left: 0;
  }
  .product-page{
    padding: 60px 0;
  }
  .inner-page.contact-page .contact-2{
    padding-top: 60px;
  }
  .inner-page.contact-page .contact-1 .text-map{
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page.contact-page .contact-1 .text-map{
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .contact-page{
    padding-bottom: 30px;
  }
  .news-page{
    padding: 30px 0;
  }
  .product-page{
    padding: 30px 0;
  }
  .inner-banner .mbx-box .mbx{
    font-size: 16px;
  }
  .inner-banner .mbx-box h2{
    font-size: 30px;
    line-height: 1.3;
  }
  #mapContainer {
    height: 350px !important;
  }
  .inner-banner {
    padding: 10vw 0;
    height: auto;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
    border-right: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
    padding-left: 0;
  }
  .prodet-page .prodet-3 {
    width: 100%;
  }
  .news-page .prodet-page .prodet-3 .container {
    max-width: 96%;
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
  .prodet-page .prodet-1 .left .img{
    /*height: 96vw;*/
  }
  .i-semi{
    padding: 30px 0;
  }
  .join-us-page .join-us-2{
    padding: 30px 0;
    padding-top: 0;
  }
  .prodet-page .custom-page .custom-3{
    padding: 0;
  }
  .prodet-page .prodet-1{
    padding: 30px 0;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form{
    margin-top: 30px;
  }
  .inner-page.contact-page .contact-2{
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {

  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input{
    display: block;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type=text]{
    width: 100%;
  }
  .prodet-page .prodet-1 .right h1{
    font-size: 28px;
  }
  .prodet-page h2.title{
    font-size: 28px;
  }
  .custom-page .custom-3 .list ul li h5{
    font-size: 20px;
  }
  .i-semi h2.h2{
    font-size: 20px;
  }
  .inner-banner {
    padding: 20vw 0;
  }
  .inner-banner .mbx-box {
    padding-left: 0;
  }
  .inner-banner .mbx-box h2 {
    font-size: 20px;
    line-height: 2;
  }
  .inner-banner .mbx-box .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .wenan-ny {
    width: 100%;
  }
  #mapContainer {
    height: 300px !important;
  }
  .inner-page.contact-page .contact-1 .ui.container .con-right li{
    padding: 10px 0;
  }
  .inner-page.contact-page .contact-2 .ui.container .coan-xisai ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-page .product-list ul li {
    width: 100%;
  }
  .prodet-page .prodet-1 .right h1{
    font-size: 24px;
  }
  .join-us-page .join-us-2 .from ul li input[type=submit] {
    font-size: 20px;
    padding: 10px;
  }
  .join-us-page .join-us-2 .from ul li label {
    font-size: 15px;
  }
  .join-us-page .join-us-2 h3 {
    font-size: 18px;
    line-height: 1.8;
  }
}
.our-product .container .product_info .swiper .swiper-wrapper .swiper-slide .right:hover img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
/*.custom-page .custom-3 .list ul li .content table tr:first-child {
  background: #000;
  color: #fff;
}*/
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  font-size: 24px;
  color: #000;
}
.inner-page.contact-page .contact-1 .ui.container .con-right p.tutu {
  font-size: 14px;
  line-height: 2;
  padding-top: 10px;
}

.faq-page{
  padding: 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  background: #f7f9ff;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: #155dfc;
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: var(--color);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f7f9ff;
  text-align: center;
  line-height: 67px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: var(--color);
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 2;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 500px) {
  .inner-faq .container .inner-faq-content .inner-faq-list .item .a{
    padding: 20px 0;
  }
  .inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner{
    padding-left: 10px;
  }
  .inner-faq .container .inner-faq-content .inner-faq-list .item .q{
    font-size: 18px;
    padding: 20px 70px 20px 20px;
  }
}

/* about */
.about-page .padd {
  padding: 100px 0;
}
.about-page .init-1 {
  background: url(../images/index_8.jpg) no-repeat center;
  background-size: cover;
  padding: 100px 0 100px;
  background-attachment: fixed;
      background-color: #f9f9f9;
}
.about-page .init-1 .top {
padding: 0 30px;
width: 50%;
}
.about-page .init-1 .top h1,
.about-page .init-1 .top h2 {
position: relative;
    font-size: 28px;
    color: #000000;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.about-page .init-1 .top h1::after {
  content: '';
  position: absolute;
  left: -6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 52px;
  height: 2px;
  background: #000000;
  display: none;
}
.about-page .init-1 .top p {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    line-height: 2;
    margin: 10px 0;
        max-height: 600px;
    overflow-y: auto;
 
}
.about-page .init-1 .top .btn a {
  display: inline-block;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  padding: 15px 30px;
  line-height: 1;
  background: #000;
}
.about-page .init-1 .img {
  margin-top: 45px;
  position: relative;
  text-align: right;
  width: 50%;
}
.about-page .init-1 .img .play {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .init-1 .img .play::before,
.about-page .init-1 .img .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.52);
  -webkit-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .init-1 .img .play::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.about-page .init-2 .title1 h5 {
    font-size: 28px;
    color: #000000;
    line-height: 1.6;
    text-transform: capitalize;
}
.about-page .init-2 .title1 p {
  max-width: 578px;
  font-size: 16px;

  font-weight: 300;
  color: #000000;
  line-height: 2;
  margin: 0 auto;
  margin-top: 20px;
}
.about-page .init-2 .list {
     position: relative;
    margin-top: 40px;
    overflow: hidden;
}
.about-page .init-2 .list .box .img {
  position: relative;
}
.about-page .init-2 .list .box .img .mask {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.about-page .init-2 .list .acc {
    background: #fff;
    padding: 0 15px;
    width: 24.5%;
    float: left;
}
.about-page .init-2 .list .acc .conz {
  background: url(../images/init23.jpg)no-repeat center;
  background-size: cover;
  height: 650px;
}
.about-page .init-2 .list .acc .conz .tit {
  padding: 0 35px;
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination .ass {
  display: inline-block;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: -10px;
}
.about-page .init-2 .list .acc .conz .tit .swiper-pagination div {
  margin: 0 5px;
}
.about-page .init-2 .list .acc .conz .tit h4 {
  font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.8;
    text-transform: capitalize;
    padding: 60px 0 30px;
}
.about-page .init-2 .list .acc .conz .tit h2{
      color: #fff;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 10px;
}
.about-page .init-2 .list .acc .conz .tit .cona {
     font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.6;
}
.about-page .init-2 .list .acc .conz .tit .cona p {
    padding: 10px 0;
}
.about-page .init-2 .list .acc .conz .tit .cona p em {
    font-weight: bold;
}
.about-page .init-2 .list .box-2 {
    width: 29.5%;
    float: left;
    height: 650px;
}
.about-page .init-2 .list .box-2 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.about-page .init-2 .list .box-1 {
    width: 46%;
    float: left;
    height: 650px;
}
.about-page .init-2 .list .box-1 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.about-page .init-2 .list .acc .conz .tit .azz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}
.about-page .init-2 .list .acc .conz .tit .btn a {
    padding: 10px 10px;
    color: #000;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
     transition: all .5s ease;
         font-size: 16px;
}
.about-page .init-2 .list .acc .conz .tit .btn {
    margin-top: 20px;
}


.about-page .init-2 .list .acc .conz .tit .btn a:hover {
    border: 1px solid #fff;
    background: rgba(0,0,0,0);
    color: #fff;
     transition: all .5s ease;
}


.about-page .init-2 .list .acc .conz .tit .swiper-button-prev,
.about-page .init-2 .list .acc .conz .tit .swiper-button-next {
  position: static;
  margin: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 8px;
  background: transparent;
  opacity: 1;
}
.about-page .init-2 .list .acc .conz .tit .swiper-button-prev i,
.about-page .init-2 .list .acc .conz .tit .swiper-button-next i {
  color: #fff;
  font-size: 14px;
}
.about-page .init-3 {
    background: url(../images/init31.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 75px;
    text-align: center;
    background-attachment: fixed;
}
.about-page .init-3 h5 {
  position: relative;
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.8;
  text-transform: uppercase;
  padding-top: 90px;
}
.about-page .init-3 h5::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 3px;
  height: 50px;
  background: rgba(255, 255, 255, 0.4);
}
.about-page .init-3 h3 {
font-size: 38px;
    font-weight: bold;
    line-height: 1.6;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 70px 0 45px;
}
.about-page .init-3 p {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 300;
    color: #FFFFFF;
    max-width: 910px;
    margin: 0 auto;
}
.about-page .init-3 .btn {
     margin: 50px 0 60px;
}
.about-page .init-3 .btn a {
display: inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.about-page .init-3 .btn a:hover {
  background: #000;
  border: 1px solid #000;
}
.about-page .init-3 .img h6 {
  font-size: 12px;
  font-family: Montserrat-ExtraLight;
  font-weight: 200;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 15px;
}
.about-page .init-4 .top .left {
  width: 25%;
  vertical-align: middle;
}
.about-page .init-4 .top .left h5 {
font-size: 18px;
    color: var(--color);
    line-height: 1.8;
}
.about-page .init-4 .top .left h3 {
    font-size: 26px;
    line-height: 1.8;
    color: #000000;
    margin: 20px 0;
}
.about-page .init-4 .top .left .btn a {
  display: inline-block;
  font-size: 19px;
  font-family: Montserrat;
  font-weight: 400;
  text-decoration: underline;
  color: #4D4D4D;
  line-height: 1;
}
.about-page .init-4 .top .right {
  width: 75%;
  vertical-align: middle;
}
.about-page .init-4 .top .right ul{
  margin: -15px;
}
.about-page .init-4 .top .right ul li{
  padding: 15px;
}
.about-page .i-semi{
  text-align: left;
}
.about-page .i-semi h2{
  color: var(--color);
}
.about-page .i-semi h3{
  font-size: 26px;
}
.about-page .init-4 .top .left .btn span {
    padding: 12px 15px;
    background: rgba(0,0,0);
    color: #fff;
}

.about-page .init-4 .top .left .btn span a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1600px) {
  .about-page .init-2 .list .box-1{
    width: 40%;
  }
  .about-page .init-2 .list .acc{
    width: 30%;
  }
  .about-page .init-2 .list .box-2{
    width: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .about-page .init-1 .top{
    width: 100%;
    padding: 0;
  }

  .about-page .init-1 .img{
    width: 100%;
  }

  .about-page .init-2 .list .box-1{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .about-page .init-2 .list .acc{
    width: 50%;
    padding-left: 0;
  }
  .about-page .init-2 .list .box-2{
    width: 50%;
  }

  .about-page .init-4 .top .left{
    width: 100%;
  }

  .about-page .init-4 .top .right{
    width: 100%;
    margin-top: 40px;
  }
}

@media screen and (max-width: 700px) {
  .about-page .init-2{
    display: none;
  }

  .about-page .init-3 h3{
    font-size: 24px;
    margin: 40px 0 20px;
  }
  .about-page .i-semi h3{
    font-size: 24px;
  }

  .about-page .init-3 p{
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 500px) {
  .about-page .init-1{
    padding: 40px 0;
  }
  .about-page .init-1 .img{
    margin-top: 20px;
  }
  .about-page .init-1 .top h1, 
  .about-page .init-1 .top h2{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about-page .padd{
    padding: 40px 0;
  }
  .about-page .init-3 h3{
    font-size: 20px;
    margin-top: 20px;
  }
  .about-page .init-4 .top .left h3{
    font-size: 20px;
    margin-top: 0;
  }
  .about-page .i-semi h3{
    font-size: 20px;
  }
  
}


/* end */




.sustainable-page .init-1 .container .left {
  font-weight: 500;
  width: 530px;
  padding-right: 10px;
}
.sustainable-page .init-1 .container .right {
  width: -webkit-calc(-430%);
  width: -moz-calc(-430%);
  width: calc(100% - 530px);
  color: #838383;
}
.sustainable-page .init-1 .container .content {
  margin: 10px -25px 0;
}
.sustainable-page .init-1 .container .content .list {
  margin-top: 40px;
  padding: 0 25px;
}
.sustainable-page .init-1 .container .content .list .box {
  display: block;
  background-color: #f9f9f9;
  padding: 16px 60px 16px 16px;
}
.sustainable-page .init-1 .container .content .list .box .img {
  width: 166px;
  height: 166px;
  /*background-color: #fff;*/
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.sustainable-page .init-1 .container .content .list .box .img img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-1 .container .content .list .box .text {
  width: -webkit-calc(-66%);
  width: -moz-calc(-66%);
  width: calc(100% - 166px);
  padding-left: 34px;
}
.sustainable-page .init-1 .container .content .list .box .text .title {
  font-weight: 500;
  margin-top: 10px;
}
.sustainable-page .init-1 .container .content .list .box .text .des {
  color: #898989;
  margin-top: 10px;
  line-height: 1.6;
}
.sustainable-page .init-1 .container .content .list .box:hover {
  background-color: var(--color);
  color: #fff;
}
.sustainable-page .init-1 .container .content .list .box:hover .text .title {
  color: #ffff;
}
.sustainable-page .init-1 .container .content .list .box:hover .text .des {
  color: #fff;
}
.sustainable-page .init-2 {
  text-align: center;
  -o-background-size: cover;
  background-size: cover;
  padding: 150px 0;
  color: #fff;
}
.sustainable-page .init-2 .container .tips {
  font-weight: 500;
}
.sustainable-page .init-2 .container .des {
  max-width: 900px;
  margin: 30px auto 0;
}
.sustainable-page .init-3 .container .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  padding-right: 90px;
}
.sustainable-page .init-3 .container .left .list {
  margin-top: 50px;
}
.sustainable-page .init-3 .container .left .list .img {
  width: 50px;
}
.sustainable-page .init-3 .container .left .list .text {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  padding-left: 40px;
}
.sustainable-page .init-3 .container .left .list .text .title {
  font-weight: 500;
}
.sustainable-page .init-3 .container .left .list .text .des {
  margin-top: 10px;
  color: #8d8d8d;
}
.sustainable-page .init-3 .container .left .list:first-child {
  margin-top: 0;
}
.sustainable-page .init-3 .container .left .list:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.sustainable-page .init-3 .container .left .list:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sustainable-page .init-3 .container .right {
  width: 510px;
}
.sustainable-page .init-3 .container .right img {
  width: 100%;
}
.sustainable-page .init-4 {
  background-color: #f9f9f9;
}
.sustainable-page .init-4 .container .img {
  width: 40%;
}
.sustainable-page .init-4 .container .right {
  width: 60%;
  padding-left: 120px;
}
.sustainable-page .init-4 .container .right .title {
  font-weight: 500;
}
.sustainable-page .init-4 .container .right .des {
  color: #878787;
  margin-top: 20px;
}
.sustainable-page .init-5 .container .top_c .left {
  width: 700px;
  padding-right: 100px;
}
.sustainable-page .init-5 .container .top_c .left .tips {
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .left .des {
  color: #8a8a8a;
  margin-top: 10px;
}
.sustainable-page .init-5 .container .top_c .right {
  vertical-align: bottom;
  width: -webkit-calc(-600%);
  width: -moz-calc(-600%);
  width: calc(100% - 700px);
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list {
  cursor: pointer;
  padding: 0 20px;
  width: 25%;
  text-align: center;
  color: #bfbfbf;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img {
  height: 50px;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
  margin-top: 30px;
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list:hover,
.sustainable-page .init-5 .container .top_c .right .list_cont .list.active {
  color: var(--color);
}
.sustainable-page .init-5 .container .content {
  margin-top: 40px;
}
.sustainable-page .init-5 .container .content .slick2 li .box {
  background-color: #f9f9f9;
}
.sustainable-page .init-5 .container .content .slick2 li .box .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  vertical-align: middle;
}
.sustainable-page .init-5 .container .content .slick2 li .box .left img {
  width: 100%;
}
.sustainable-page .init-5 .container .content .slick2 li .box .right {
  vertical-align: middle;
  width: 510px;
  padding: 40px 70px;
}
.sustainable-page .init-5 .container .content .slick2 li .box .right .title {
  font-weight: 500;
  text-transform: uppercase;
}
.sustainable-page .init-5 .container .content .slick2 li .box .right .des {
  margin-top: 20px;
  color: #8a8a8a;
}
.sustainable-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding-bottom: 230px;
}
.sustainable-page .init-6 .container .left {
  width: 410px;
}
.sustainable-page .init-6 .container .left .tips {
  font-weight: 500;
}
.sustainable-page .init-6 .container .left .des {
  margin-top: 20px;
}
.sustainable-page .init-6 .container .right {
  width: -webkit-calc(-310%);
  width: -moz-calc(-310%);
  width: calc(100% - 410px);
  padding-left: 280px;
}
.sustainable-page .init-6 .container .right .list {
  cursor: pointer;
  position: relative;
  margin-top: 36px;
}
.sustainable-page .init-6 .container .right .list .line_cont {
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.sustainable-page .init-6 .container .right .list .line_cont .line {
  position: absolute;
  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%);
  background-color: #000;
}
.sustainable-page .init-6 .container .right .list .line_cont .line1 {
  width: 14px;
  height: 2px;
}
.sustainable-page .init-6 .container .right .list .line_cont .line2 {
  width: 2px;
  height: 14px;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.sustainable-page .init-6 .container .right .list .text {
  padding-left: 40px;
}
.sustainable-page .init-6 .container .right .list .text .title {
  font-weight: 500;
}
.sustainable-page .init-6 .container .right .list .des {
  display: none;
  margin-top: 20px;
}
.sustainable-page .init-6 .container .right .list:first-child {
  margin-top: 0;
}
.sustainable-page .init-6 .container .right .list.active .line_cont .line2 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 0;
}
.sustainable-page .init-7 {
  position: relative;
  z-index: 2;
  margin-top: -150px;
}
.sustainable-page .init-7 .container .cont {
  background-color: #fff;
  padding: 60px 180px 100px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sustainable-page .init-7 .container .cont .tips {
  font-weight: 500;
  text-align: center;
}
.sustainable-page .init-7 .container .cont .tips_des {
  margin: 10px auto 0;
  color: #8e8e8e;
  text-align: center;
  max-width: 640px;
}
.sustainable-page .init-7 .container .cont .img {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.sustainable-page .init-8 .container .tips {
  font-weight: 500;
  text-align: center;
}
.sustainable-page .init-8 .container .tips_des {
  max-width: 1000px;
  color: #8a8a8a;
  text-align: center;
  margin: 20px auto 0;
}
.sustainable-page .init-8 .container .content {
  margin-top: 50px;
}
.sustainable-page .init-8 .container .content .slick {
  margin: 0 -15px 0;
}
.sustainable-page .init-8 .container .content .slick .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustainable-page .init-8 .container .content .slick .slick-track .slick-slide {
  height: auto;
}
.sustainable-page .init-8 .container .content .slick .slick-track .slick-slide > div {
  height: 100%;
}
.sustainable-page .init-8 .container .content .slick li {
  height: 100%;
  padding: 0 15px;
}
.sustainable-page .init-8 .container .content .slick li .box {
  height: 100%;
  background-color: #f9f9f9;
  padding: 44px 60px;
}
.sustainable-page .init-8 .container .content .slick li .box .left_1{
  width: 50px;
}
.sustainable-page .init-8 .container .content .slick li .box .right_1{
  width: calc(100% - 50px);
  padding-left: 20px;

}
.sustainable-page .init-8 .container .content .slick li .box .title {
  font-weight: 500;
}
.sustainable-page .init-8 .container .content .slick li .box .des {
  color: #8a8a8a;
  margin-top: 20px;
}
.sustainable-page .init-8 .container .content .slick li .box:hover {
  background-color: var(--color);
}
.sustainable-page .init-8 .container .content .slick li .box:hover .title {
  color: #fff;
}
.sustainable-page .init-8 .container .content .slick li .box:hover .des {
  color: #fff;
}

@media (max-width: 1500px) {
  .sustainable-page .init-5 .container .top_c .left {
    width: 500px;
    padding-right: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: -webkit-calc(-400%);
    width: -moz-calc(-400%);
    width: calc(100% - 500px);
  }
}

@media (max-width: 1250px) {
  .sustainable-page .init-6 .container .right {
    padding-left: 20px;
  }
  .sustainable-page .init-8 .container .content .slick li .box {
    padding: 20px;
  }
}

@media (max-width: 1000px) {
  .sustainable-page .init-1 .container .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-1 .container .right {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-1 .container .content .list {
    width: 100%;
  }
  .sustainable-page .init-3 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainable-page .init-3 .container .right {
    display: none;
  }
  .sustainable-page .init-4 .container .img {
    display: none;
  }
  .sustainable-page .init-4 .container .right {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: 100%;
  }
  .sustainable-page .init-5 .container .top_c .right .list {
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick2 li .box {
    text-align: center;
  }
  .sustainable-page .init-5 .container .content .slick2 li .box .left {
    width: 100%;
    max-width: 420px;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content .slick2 li .box .right {
    width: 100%;
  }
  .sustainable-page .init-6 .container .left {
    width: 100%;
  }
  .sustainable-page .init-6 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .sustainable-page .init-7 .container .cont {
    padding: 16px;
  }
}

@media (max-width: 700px) {
  .sustainable-page .init-6 {
    padding: 40px 0;
  }
  .sustainable-page .init-7 {
    display: none;
  }
}
@media (max-width: 500px) {
  .sustainable-page .init-1 .container .content .list {
    margin-top: 20px;
  }
  .sustainable-page .init-1 .container .content .list .box {
    text-align: center;
    padding: 20px 16px;
  }
  .sustainable-page .init-1 .container .content .list .box .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sustainable-page .init-2 {
    padding: 40px 0;
  }
  .sustainable-page .init-3 .container .left .list {
    text-align: center;
  }
  .sustainable-page .init-3 .container .left .list .text {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list {
    width: 50%;
    padding: 0 5px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
    margin-top: 10px;
  }
  .sustainable-page .init-5 .container .content .slick2 li .box .right {
    padding: 16px;
  }
  .sustainable-page .init-5 .container .content .slick2 li .box .right .des {
    margin-top: 10px;
  }
}


.app-page {
  margin-top: 100px;
  margin-bottom: 100px;
}
.app-page .ui.container .list {
  margin-bottom: 55px;
}
.app-page .ui.container .list:last-child {
  margin-bottom: 0;
}
.app-page .ui.container .list:nth-child(even) ul li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.app-page .ui.container .list:nth-child(even) ul li .right {
  padding-left: 0;
  padding-right: 85px;
  text-align: right;
}
.app-page .ui.container .list:nth-child(even) ul li .right h3 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.app-page .ui.container .list:nth-child(even) ul li .right h3::before {
  margin-right: 0;
  margin-left: 15px;
}
.app-page .ui.container .list:nth-child(even) ul li .right .inner-more{
  margin-left: auto;
}
.app-page .ui.container .list ul li .left {
  width: 50%;
}
.app-page .ui.container .list ul li .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
      border-radius: 20px;
}
.app-page .ui.container .list ul li .right {
  width: 50%;
  padding-left: 85px;
}
.app-page .ui.container .list ul li .right h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Barlow-Bold';
  font-size: 30px;
      font-weight: 500;
}
.app-page .ui.container .list ul li .right h3::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: var(--color);
  display: block;
  margin-right: 15px;
}


.app-page .inner-more {
  width: 200px;
  height: 60px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.app-page .inner-more::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.app-page .inner-more:hover::before {
  right: 0;
}
.app-page .inner-more span {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .app-page{
    margin-top: 100px;
  }
}

@media (max-width: 1500px) {
  .app-page .ui.container .list ul li .right p{
    line-height: 1.6;
  }
}

@media (max-width: 1200px) {
  .app-page .ui.container .list ul li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .app-page .ui.container .list ul li .left {
    width: 100%;
  }
  .app-page .ui.container .list ul li{
    flex-wrap: wrap;
  }
  .app-page .ui.container .list:nth-child(even) ul li .right{
    padding-right: 0;
  }
  .app-page .ui.container .list ul li .right h3{
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .app-page{
    margin: 40px 0;
  }
  .app-page .ui.container .list ul li .right h3{
    font-size: 20px;
  }
  .app-page .ui.container .list ul li .right h3::before{
    width: 40px;
  }
}
.seoPublic .title {
      margin-bottom: 1em;
}