@font-face {
  font-family: 'rany';
  src: url('../fonts/RANY.OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rany';
  src: url('../fonts/Rany-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rany';
  src: url('../fonts/Rany-Light.ttf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'neu';
  src: url('../fonts/neutraface2display-titling.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'syne';
  src: url('../fonts/Syne-Bold.ttf');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'syne';
  src: url('../fonts/neutraface2display-titling.ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Medium.ttf');
  font-weight: 700;
  font-style: 500;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Regular.ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Medium.ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_fromHc h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_fromHc form {
  margin-top: 40px;
}
#pups_fromHc i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc i.close::after,
#pups_fromHc i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_fromHc i.close:hover {
  background: var(--color);
}
#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}
#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_fromHc ul li input,
#pups_fromHc ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: var(--color);
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 1000px) {
  .footerBt {
    padding-bottom: 56px;
  }
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color: #567d8e;
  --white: #ffffff;
  --black: #000000;
}
body {
  height: auto;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #272727;
  font-family: 'syne';
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  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;
}
.moreCont {
  cursor: pointer;
  background-color: var(--color);
  color: var(--white);
  padding: 12px 10px;
  min-width: 160px;
  display: inline-block;
  text-align: center;
}
.moreCont:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.moreCont2 .moreCir {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #567d8e;
  margin-right: 20px;
}
.moreCont2 .moreCir .moreImg {
  width: 13px;
  height: 13px;
  filter: grayscale(1) brightness(5);
}
.moreCont2:hover .moreCir {
  background-color: #000;
}
.moreCont2:hover .moreCir .moreImg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header {
  font-family: 'mon';
  position: fixed;
  font-weight: 500;
  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;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu .hTop {
  padding: 10px 0;
}
#header > .nav > .menu .hTop .container .left .list {
  color: #595959;
  font-weight: 500;
}
#header > .nav > .menu .hTop .container .left .list img {
  width: auto;
}
#header > .nav > .menu .hTop .container .right .formC form {
  height: 50px;
  width: 320px;
}
#header > .nav > .menu .hTop .container .right .formC form .text {
  padding: 14px 60px 14px 14px;
  width: 100%;
  height: 100%;
  border: 1px solid #909090;
  border-radius: 50px;
}
#header > .nav > .menu .hTop .container .right .formC form .submit {
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  border-radius: 50%;
  border: none;
  background-color: var(--color);
  background-size: 20px 20px;
}
#header > .nav > .menu .hTop .container .right .openBtn {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  min-width: 150px;
  text-transform: uppercase;
  border-radius: 50px;
}
#header > .nav > .menu .hTop .container .right .share {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 50%;
  padding: 0;
  display: block;
  min-width: 0;
}
#header > .nav > .menu .fBottom{
  background: rgba(50,82,96,0.1);
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
}
#header > .nav > .menu .menu-box .leftCate .titleC {
  padding: 13px 30px;
  cursor: pointer;
  color: var(--color);
}
#header > .nav > .menu .menu-box .leftCate .titleC .img {
  width: 24px;
  height: 16px;
}
#header > .nav > .menu .menu-box .leftCate .titleC i {
  font-size: 20px;
  line-height: 1;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f5f4f3;
  color: #222;
  font-weight: 300;
  display: none;
  height: 65vh;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .box {
  height: 100%;
  box-shadow: 0px -0.4px 9px 3px rgb(0 0 0 / 8%);
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide {
  padding: 25px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  font-weight: 700;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide:before {
  content: '';
  width: 35px;
  max-width: 20%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  z-index: -1;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .childNav ul li {
  margin-bottom: 1em;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .childNav ul li a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .childNav ul li a:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .childNav ul li .img {
  height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .childNav ul li.active {
  font-weight: 600;
  color: var(--color);
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .childNav ul li.active .img {
  height: 170px;
  margin-top: 0.5em;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .product_list {
  padding: 0 10%;
  max-height: 60vh;
  overflow: auto;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .product_list ul li {
  margin-bottom: 2em;
  padding: 0.6em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .product_list ul li .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .product_list ul li .box2 a.img-box {
  width: 35%;
  background-size: cover;
  background-position: center;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .product_list ul li .box2 .content {
  padding-left: 1.6em;
  width: 65%;
  padding-top: 1.2em;
  padding-bottom: 2em;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .product_list ul li .box2 .content span.h6 {
  margin-bottom: 1.2em;
  display: block;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .product_list ul li .box2 .content .carBtn {
  font-size: 1.25em;
  font-size: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .product_list ul li .box2 .content .carBtn a {
  background-color: #222;
      width: 2em;
    height: 2em;
    border-radius: 3px;
    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;
    color: #fff;
    margin: 0 .5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .product_list ul li .box2 .content .carBtn a img {
  max-height: 0.8em;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: auto;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .product_list ul li .box2 .content .carBtn a:hover {
  background-color: var(--color);
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide .product_list ul li:hover {
  -o-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.14);
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.14);
  color: var(--color);
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide:nth-child(1) {
  width: 26%;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide:nth-child(1):before {
  display: none;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide:nth-child(2) {
  width: 31%;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide:nth-child(2) .childNav {
  padding: 0 10%;
  max-height: 100%;
  overflow: auto;
}
#header > .nav > .menu .menu-box .leftCate .titleC .menuDown .slide:nth-child(3) {
  width: 43%;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  margin-left: 40px;
}
#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:nth-child(2){
  display: none;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  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;
  z-index: 2;
  font-weight: 500;
  color: var(--color);
}
#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(--color);
  -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: auto;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  color: var(--color);
  text-transform: uppercase;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .img {
  width: 24px;
  height: 24px;
}
#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: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: var(--color);
}
#header.active > .nav > .menu .hTop,
#header.inner_active > .nav > .menu .hTop{
  background: #fff;
}
#header.active > .nav > .menu .menu-box .leftCate .titleC,
#header.inner_active > .nav > .menu .menu-box .leftCate .titleC {
    color: var(--white);
    background: #325260;
}
#header.active > .nav > .menu .menu-box .leftCate .titleC .img,
#header.inner_active > .nav > .menu .menu-box .leftCate .titleC .img{
    filter: brightness(10);
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a,
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
  color: #fff;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before, 
#header.inner_active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before{
  background: #fff;
}
#header.active > .nav > .menu .menu-box .right .lang_cont .c_cont,
#header.inner_active > .nav > .menu .menu-box .right .lang_cont .c_cont{
  color: #fff;
}
#header.active > .nav > .menu .menu-box .right .lang_cont .c_cont .img,
#header.inner_active > .nav > .menu .menu-box .right .lang_cont .c_cont .img{
  filter: grayscale(1) brightness(5);
}
@keyframes banner_ani {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.font-90 {
  line-height: 1.2;
}
.font-52 {
  line-height: 1.3;
}
#banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .pcImg {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  left: 0;
  background-size: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide .mobileImg {
  background-color: var(--color);
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box {
  width: 100%;
  bottom: 20px;
  left: 0;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont {
  max-width: 980px;
  color: var(--white);
  bottom: 20px;
  padding: 0 10px;
  width: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .title{
  text-transform: uppercase;
  color: #567d8e;
  line-height: 1;
}
#banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .img {
  height: 30px;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .img {
  -webkit-animation: fadeInRight 1s linear forwards;
  -moz-animation: fadeInRight 1s linear forwards;
  -o-animation: fadeInRight 1s linear forwards;
  animation: fadeInRight 1s linear forwards;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .des {
  -webkit-animation: fadeInLeft 1s linear forwards;
  -moz-animation: fadeInLeft 1s linear forwards;
  -o-animation: fadeInLeft 1s linear forwards;
  animation: fadeInLeft 1s linear forwards;
      max-width: 730px;
      width: 100%;
    margin: auto;
}
.slick-list .slick-track {
  margin-left: 0;
}
.container {
  width: 1550px;
}
#index-body .init-1 .container .left {
  width: 44%;
  padding-right: 140px;
}
#index-body .init-1 .container .left .tipsTitle {
  font-weight: 500;
}
#index-body .init-1 .container .left .tipsTitle em {
  color: var(--color);
  display: inline-block;
  -webkit-box-reflect: below -36px -webkit-linear-gradient(transparent, transparent 40%, #fff);
}
#index-body .init-1 .container .right {
  width: 56%;
  color: #adadad;
  font-family: 'mon';
}
#index-body .init-2 .img {
  width: 100%;
  display: block;
}
#index-body .init-3 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-3 .container ul li {
  width: 16.66%;
}
#index-body .init-3 .container ul li .box {
  height: 100%;
  border: 1px solid #e8e8e9;
  padding: 20px 10px;
}
#index-body .init-3 .container ul li .box .img1{
  display: block;
}
#index-body .init-3 .container ul li .box .img1 img{
  height: 100px;
  object-fit: contain;
}
#index-body .init-3 .container ul li .box .title {
  color: #8e8e8e;
  display: block;
}
#index-body .init-3 .container ul li .box .img2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#index-body .init-3 .container ul li .box .img2 img {
  width: 100%;
}
#index-body .init-3 .container ul li .box:hover .img2 {
  opacity: 1;
}
#index-body .init-3 .container ul li .box:hover .title,
#index-body .init-3 .container ul li .box:hover .img {
  opacity: 0;
}
#index-body .init-4 {
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-4 .container .img {
  width: 72px;
  height: 100px;
  margin: auto;
}
#index-body .init-4 .container .text {
  font-weight: 500;
  max-width: 900px;
  color: var(--white);
  margin: 40px auto 0;
}
#index-body .init-5 .line {
  width: 100%;
  height: 1px;
  background-color: #d5d5d5;
  top: 178px;
}
#index-body .init-5 .container ul li {
  margin-top: 30px;
}
#index-body .init-5 .container ul li .box .top {
  color: var(--color);
  font-size: 74px;
  font-family: 'neu';
  line-height: 1;
  font-weight: bold;
}
#index-body .init-5 .container ul li .box .cir {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  margin: 10px auto 0;
}
#index-body .init-5 .container ul li .box:hover {
  transform: translateY(-10px);
}
#index-body .init-6 {
  background-color: #567d8e;
  padding: 50px 40px;
}
#index-body .init-6 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-6 .container .left {
  width: 36.8%;
  padding-right: 30px;
}
#index-body .init-6 .container .left .cont .btn {
  width: 46px;
  height: 68px;
  background-color: rgba(0, 0, 0, 0.5);
  right: 0;
  z-index: 2;
  bottom: 20px;
  color: var(--white);
  cursor: pointer;
  font-size: 50px;
}
#index-body .init-6 .container .left .cont .btn:hover {
  background-color: var(--color);
}
#index-body .init-6 .container .left .cont .prev {
  left: 0;
  right: 0;
}
#index-body .init-6 .container .left .cont .sPage {
  width: 100%;
  z-index: 2;
  bottom: 10px;
  text-align: center;
}
#index-body .init-6 .container .left .cont .sPage .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
#index-body .init-6 .container .left .cont .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--white);
}
#index-body .init-6 .container .left .cont ul li .box .img img {
  width: 100%;
}
#index-body .init-6 .container .left .cont ul li .box .textC {
  width: 100%;
  bottom: 40px;
  padding: 0 50px;
  color: var(--white);
}
#index-body .init-6 .container .right {
  width: 62%;
  max-height: 760px;
  overflow-y: hidden;
}
#index-body .init-6 .container .right ul li .box {
  background-color: var(--white);
  padding: 30px 30px;
}
#index-body .init-6 .container .right ul li .box .title {
  color: #7c7c7c;
  display: block;
  z-index: 2;
}
#index-body .init-6 .container .right ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-6 .container .right ul li .box .img {
  display: block;
  min-height: 282px;
  margin-top: -50px;
  display: flex;
}
#index-body .init-6 .container .right ul li .box .img img {
  width: 100%;
}
#index-body .init-7 .container .tipsTitle {
  font-weight: 500;
}
#index-body .init-7 .container .content .swiper {
  padding: 140px 0;
}
#index-body .init-7 .container .content ul li .box {
  opacity: 0.5;
  position: relative;
}
#index-body .init-7 .container .content ul li.swiper-slide-active .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 3;
  transform: scale(2.2);
}
#index-body .init-7 .container .content ul li.swiper-slide-next .box,
#index-body .init-7 .container .content ul li.swiper-slide-prev .box {
  opacity: 1;
  z-index: 2;
  transform: scale(1.6);
}
#index-body .init-7 .container .content .sPage .swiper-pagination-bullet {
  background-color: #d0d2d3;
  width: 16px;
  height: 16px;
  margin: 5px 15px;
  opacity: 1;
}
#index-body .init-7 .container .content .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body .init-8 {
  margin-top: 200px;
}
#index-body .init-8 .container {
  padding: 0;
  width: 100%;
}
#index-body .init-8 .container .subImg {
  left: 0;
  bottom: 70px;
  width: 1200px;
  height: 670px;
  background-position: left bottom;
}
#index-body .init-8 .container .content {
  z-index: 2;
  padding: 80px 0 80px 70px;
  margin-left: 430px;
  background-color: #fbfbfb;
}
#index-body .init-8 .container .content .listCont {
  margin-top: 30px;
}
#index-body .init-8 .container .content .listCont .slick-slide > div {
  height: 100%;
}
#index-body .init-8 .container .content .listCont .slick-list {
  padding-top: 30px;
}
#index-body .init-8 .container .content .listCont ul li {
  height: 100%;
}
#index-body .init-8 .container .content .listCont ul li .box {
  height: 100%;
  padding: 0 20px 60px;
  background-color: #ebf1f3;
  z-index: 2;
}
#index-body .init-8 .container .content .listCont ul li .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  background-size: cover;
}
#index-body .init-8 .container .content .listCont ul li .box .img {
  width: 60px;
  height: 80px;
  top: -30px;
}
#index-body .init-8 .container .content .listCont ul li .box .des {
  color: #666;
  font-family: 'mon';
      font-weight: 500;
}
#index-body .init-8 .container .content .listCont ul li .box:hover .shadow {
  opacity: 1;
}
#index-body .init-8 .container .content .listCont ul li .box:hover .title {
  color: var(--white);
}
#index-body .init-8 .container .content .listCont ul li .box:hover .des {
  color: var(--white);
}
#index-body .init-9 .subImg {
  width: 580px;
  height: 530px;
  left: 0;
  bottom: 0;
  z-index: -1;
}
#index-body .init-9 .container .left {
  padding-right: 40px;
  width: 48%;
  z-index: 2;
}
#index-body .init-9 .container .left .tipsTitle {
  font-weight: 500;
  border-bottom: 1px solid #e5e5e5;
}
#index-body .init-9 .container .left .content .swiper {
  height: 450px;
}
#index-body .init-9 .container .left .content ul li .box {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
#index-body .init-9 .container .left .content ul li .box .timeInfo .list .img {
  width: 18px;
  height: 18px;
}
#index-body .init-9 .container .left .content ul li .box .timeInfo .list .text {
  color: rgba(0, 0, 0, 0.7);
}
#index-body .init-9 .container .left .content ul li .box .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-9 .container .left .content ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-9 .container .right {
  width: 52%;
}
#index-body .init-9 .container .right .img {
  display: block;
}
#index-body .init-9 .container .right .img img {
  width: 100%;
}
#index-body .init-9 .container .right .cont {
  padding: 30px 40px;
  background-color: var(--white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#index-body .init-9 .container .right .cont .timeInfo .list .img {
  width: 18px;
  height: 18px;
}
#index-body .init-9 .container .right .cont .title {
  display: block;
  border-bottom: 1px solid #e5e5e5;
}
#index-body .init-9 .container .right .cont .title:hover {
  color: var(--color);
}
#index-body .init-9 .container .right .cont .des {
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#index-body .init-10 {
  position: relative;
  height: 670px;
}
#index-body .init-10 .container{
  padding: 0;
}
#index-body .init-10 .container-2{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#index-body .init-10 .swiperImg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-10 .swiperImg .swiper-slide .box {
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}
#index-body .init-10 .container {
  z-index: 2;
  height: 100%;
}
#index-body .init-10 .container .content {
  height: 100%;
}
#index-body .init-10 .container .content .swiper {
  height: 100%;
}
#index-body .init-10 .container .content .swiper .swiper-slide .box {
  overflow: hidden;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  color: #fff;
}
#index-body .init-10 .container .content .swiper .swiper-slide .box .subText {
  position: absolute;
  width: 44px;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 25px 10px;
  text-align: center;
  line-height: 1.2;
  writing-mode: sideways-rl;
}
#index-body .init-10 .container .content .swiper .swiper-slide .box .cont {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  width: 100%;
  padding: 0 40px 55px;
}
#index-body .init-10 .container .content .swiper .swiper-slide .box .cont .titleC .img {
  width: 44px;
  height: 44px;
}
#index-body .init-10 .container .content .swiper .swiper-slide .box .cont .titleC .title {
  margin-left: auto;
  width: 100%;
  font-weight: bold;
  margin-top: 16px;
}
#index-body .init-10 .container .content .swiper .swiper-slide .box .cont .des {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-10 .container .content .swiper .swiper-slide .box .cont .moreC {
  margin-top: 30px;
}
#index-body .init-10 .container .content .swiper .swiper-slide:last-child .box {
  border-right: none;
}
#index-body .init-10 .container .content .swiper .swiper-slide.active .box {
  background-color: rgba(0, 0, 0, 0.4);
}
#index-body .init-10 .container .content .swiper .swiper-slide.active .box .subText {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
}
#index-body .init-10 .container .content .swiper .swiper-slide.active .box .cont {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .init-11 .left{
  width: 37%;
  position: -webkit-sticky;
  position: sticky;
  top: 26%;
}
#index-body .init-11 .left span.h2{
  text-transform: unset;
  font-weight: 400;
}
#index-body .init-11 .left .text{
  color: #666666;
  font-family: 'mon';
  font-weight: 500;
}
#index-body .init-11 .right{
  width: 56%;
  position: relative;
}

#index-body .init-11 .box .right {
  padding-left: 4%;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
#index-body .init-11 .box .right:before,
#index-body .init-11 .box .right:after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  right: 0;
  z-index: 1;
}
#index-body .init-11 .box .right:before {
  top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), to(transparent));
  background-image: -webkit-linear-gradient(top, white 10%, transparent 100%);
  background-image: -moz-linear-gradient(top, white 10%, transparent 100%);
  background-image: linear-gradient(to bottom, white 10%, transparent 100%);
}
#index-body .init-11 .box .right:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, white), to(transparent));
  background-image: -webkit-linear-gradient(bottom, white 10%, transparent 100%);
  background-image: -moz-linear-gradient(bottom, white 10%, transparent 100%);
  background-image: linear-gradient(to top, white 10%, transparent 100%);
}

#index-body .init-11 .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -14px;
}
#index-body .init-11 .list ul li {
  padding: 14px;
}
#index-body .init-11 .list ul li img {
  width: 100%;
}
#index-body .init-11 .list ul:last-child {
  position: relative;
  /*top: 100%;*/
  left: 0;
}
#index-body .init-11 .list div {
  width: 50%;
  position: relative;
}
#index-body .init-11 .list .listC{
  transform: translateY(-30%);
  position: absolute;
  right: -20px;
  top: 0;
}
#index-body .init-11 .list div:last-child ul {
  animation-direction: reverse;
  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-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#index-body .init-11 .list div:last-child ul:nth-child(2) {
  position: relative;
  /*bottom: 100%;*/
  left: 0;
}
#index-body .init-11 .list div:last-child ul:last-child {
  /*bottom: 200%;*/
  top: auto;
}
#index-body .init-12 .container .left{
  width: 44%;
  background: #fff;
  padding: 40px 50px;
}
#index-body .init-12 .container .left .des{
  margin-top: 10px;
  color: rgba(0, 0, 0, .5);
}
#index-body .init-12 .container .left form input{
  background: transparent;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #1f1e1e;
  margin-top: 30px;
  width: 100%;
}
#index-body .init-12 .container .left form .submit{
  min-width: 220px;
}
#index-body .init-12 .container .right{
  width: 48%;
  color: #fff;
}
#index-body .init-12 .container .right .swiper{
  margin-top: 20px;
  height: 450px;
}
#index-body .init-12 .container .right ul li{
  padding: 30px 0;
  color: #fff;
  border-top: 1px solid #fff;
}
#index-body .init-12 .container .right ul li .box .timeInfo .list .img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#index-body .init-12 .container .right ul li .box .timeInfo .list .timeText{
  font-family: 'mon';
  font-weight: 500;
}
#index-body .init-12 .container .right ul li .box .title{
  margin-top: 10px;
  display: block;

  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-color: #111111;
  background-repeat: no-repeat;
  background-position: center center;
}
#footer .sub {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 80px;
  width: 0;
  height: 0;
  border-top: 120px solid #567d8e;
  border-right: 120px solid transparent;
  display: none;
}
#footer.homeFooter .sub{
  display: block;
}
#footer .fTop .container .listCont .logos {
  display: block;
  width: 300px;
  max-width: 100%;
}
#footer .fTop .container .listCont .logos img {
  width: 100%;
}
#footer .fTop .container .listCont .mail {
  /*font-weight: bold;*/
  color: #567d8e;
}
#footer .fTop .container .listCont .list .img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}
#footer .fTop .container .listCont .list .text {
  width: calc(100% - 40px);
  color: rgba(255, 255, 255, 0.5);
  font-family: 'mon';
}
#footer .fTop .container .listCont .first {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer .fTop .container .listCont .list2 {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
      font-family: 'mon';
}
#footer .fTop .container .listCont .list2:hover {
  color: #52859c;
}
#footer .fTop .container .listCont .list3C {
  margin-top: -10px;
}
#footer .fTop .container .listCont .list3C .list3 {
  width: 50%;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  font-family: 'mon';
}
#footer .fTop .container .listCont .list3C .list3 a:hover {
  color: #52859c;
}
#footer .fTop .container .listCont1 {
  width: 600px;
}
#footer .fTop .container .listCont2 {
  width: 180px;
  margin-top: 50px;
}
#footer .fTop .container .listCont3 {
  width: 640px;
  margin-top: 50px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.3);
}
#footer .copyright .container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #888888;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.3);
  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;
  width: 100%;
}
@media (max-width: 1700px) {
  #index-body .init-5 .line {
    top: 168px;
  }
  #footer .fTop .container .listCont3{
    width: 570px;
  }
}
@media (max-width: 1450px) {
  #banner {
    margin-top: 128px;
  }
  #index-body .init-1 .container .left .tipsTitle em {
    -webkit-box-reflect: below -28px -webkit-linear-gradient(transparent, transparent 40%, #fff);
  }
  #index-body .init-5 .line {
    top: 162px;
  }
  #index-body .init-6 .container .right ul li .box .img {
    min-height: 180px;
  }
  #index-body .init-6 .container .right {
    max-height: 570px;
  }

  #footer .fTop .container .listCont3 {
    width: 420px;
  }
  #footer .fTop .container .listCont1 {
    width: 430px;
  }

}
@media (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #index-body .init-3 .container ul li {
    width: 25%;
  }
  #index-body .init-5 .line {
    top: 154px;
  }
  #index-body .init-6 .container .right ul li .box {
    padding: 20px 10px;
  }
  #index-body .init-6 .container .right {
    max-height: 490px;
  }
  #index-body .init-10 {
    height: 500px;
  }
  #index-body .init-10 .container .content .swiper .swiper-slide .box .cont {
    padding: 0 20px 30px;
  }

  #footer .fTop .container .listCont1 {
    width: 330px;
  }
  #footer .fTop .container .listCont3 {
    width: 330px;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #index-body .init-1 .container .left .tipsTitle em {
    -webkit-box-reflect: below -28px -webkit-linear-gradient(transparent, transparent 40%, rgba(255, 255, 255, 0));
  }
  #index-body .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-3 .container ul li {
    width: 33.33%;
  }
  #index-body .init-5 .container ul li .box .top {
    font-size: 50px;
  }
  #index-body .init-6 {
    padding: 40px 10px;
  }
  #index-body .init-6 .container .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-6 .container .right ul li .box .img {
    margin-top: 20px;
  }
  #index-body .init-6 .container .left {
    padding-right: 0;
    width: 100%;
    max-width: 500px;
  }
  #index-body .init-7 .container .content .swiper {
    padding: 70px 0;
  }
  #index-body .init-8 {
    margin-top: 100px;
  }
  #index-body .init-6 .container .right {
    max-height: 52vw;
  }
  #index-body .init-8 .container .content {
    margin-left: 0;
    padding: 40px 16px;
  }
  #index-body .init-9 .container .left {
    padding-right: 0;
    width: 100%;
  }
  #index-body .init-9 .container .left .content .swiper {
    height: auto;
  }
  #index-body .init-9 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-9 .container .right .cont {
    padding: 20px 10px;
  }
  #index-body .init-11 .left{
    width: 100%;
    position: relative;
    top: 0;
  }
  #index-body .init-11 .box .right{
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  #index-body .init-12 .container .left{
    width: 100%;
  }
  #index-body .init-12 .container .right{
    width: 100%;
    margin-top: 40px;
  }
  #index-body .init-12 .container .right .swiper{
    height: auto;
  }
  #index-body .init-12 .container .left{
    padding: 40px 20px;
  }
  #index-body .init-12 .container .left form input{
    margin-top: 10px;
  }
  #footer .fTop .container .listCont1 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  #index-body .init-5 .container ul li {
    width: 50%;
  }
  #index-body .init-6 .container .right {
    max-height: fit-content;
  }
  #index-body .init-7 .container .content .sPage .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 2px 4px;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide{
    height: 280px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .container .box .cont .img{
    display: none;
  }
  #index-body .init-3 .container ul li {
    width: 50%;
  }
  #index-body .init-5 .container ul li .box .top {
    font-size: 40px;
  }
  #index-body .init-6 .container .left .cont .btn {
    width: 30px;
    height: 50px;
  }
  #index-body .init-6 .container .left .cont ul li .box .textC {
    padding: 0 36px;
  }
  #index-body .init-8 {
    margin-top: 40px;
  }
  #index-body .init-8 .container .content .listCont ul li .box {
    padding-bottom: 30px;
  }
}



/*inner-page*/
.inner-banner {
    padding-top: 50px;
}
.inner-banner .mbx {
    color: #777;
    font-size: 16px;
    line-height: 32px;
    font-family: 'mon';
}
.inner-banner .mbx span {
    /*padding: .3em .5em;
    background-color: #b6ebcf;
    color: white;*/
}
.inner-banner .title {
    /*font-weight: 500;*/
    color: #121212;
    font-size: 34px;
    line-height: 1.2;
    margin-top: 13px;
    margin-bottom: 50px;
     font-family:'syne';
}
.inner-page span.tag {
    font-size: 20px;
    line-height: 36px;
}
.inner-page .title {
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
}
.inner-page .tit {
    font-weight: 500;
}
.inner-page .m-page {
    text-align: center;
    margin: 50px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    display: inline-block;
    margin-right: 31px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);;
    color: white;
}
.inner-page .sidebar-box .sidebar-left {
    width: 28%;
    position: sticky;
    top: 140px;
}
.inner-page .sidebar-box .sidebar-left .inner {
    max-width: 430px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
    font-size: 20px;
    line-height: 2;
    color: #000;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
    margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    padding: 10px 20px;
    padding-right: 50px;
    font-size: 16px;
    line-height: 28px;
    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;
    /*max-height: 3300px;
  overflow-y: auto;*/
    padding-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
    padding: 10px 0;
    font-size: 18px;
    /*font-weight: bold;*/
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 2.5em;
    word-break: break-all;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
    color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
    background: var(--color);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .down {
  right: 0;
  top: 10px;
  font-size: 20px;
  cursor: pointer;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li ul {
  display: none;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active + ul {
  display: block;
}

.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
    list-style-type: disc;
    margin-left: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
    font-size: 16px;
    line-height: 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
    margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
    padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
    margin-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 span {
    color: #aaa;
    display: block;
    font-size: 14px;
    line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    margin-bottom: 8px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
    color: var(--color);
    font-weight:500;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
    padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
    padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
    background: url(../images/ny-bg.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: 2;
    margin-bottom: 20px;
    font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
    font-size: 18px;
    line-height: 2;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
    display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
    /*display: inline-block;*/
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    background: #fff;
    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 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-left .inner .inner-contact a:hover::after {
    width: 100%;
}
.inner-page .sidebar-box .sidebar-right {
    width: 72%;
}
.inner-page.product2-page .sidebar-left {
    padding-right: 45px;

}
.inner-page .product2-page p {
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}
.about-page .about-1 .ui.container {
    max-width: 1720px;
}
.about-page .about-1 .top .img {
    position: relative;
}
.about-page .about-1 .top .img .play {
    position: absolute;
    right: 36px;
    bottom: 115px;
    display: inline-block;
    padding: 50px 50px 50px 60px;
    background: var(--color);
    border-radius: 50%;
    z-index: 1;
}
.about-page .about-1 .top .img .play::before,
.about-page .about-1 .top .img .play::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    background: rgba(0, 100, 40, 0.5);
    border-radius: 50%;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.about-page .about-1 .top .img .play::before {
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.about-page .about-1 .top .text {
    max-width: 1339px;
    width: 100%;
    /*margin: -70px auto 0;
    background: white;
    -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);*/
    position: relative;
    z-index: 1;
    padding: 75px 0px 0px;
    margin: auto;
}
.about-page .about-1 .top .text .con {
    margin-top: 46px;
    font-size: 20px;
    line-height: 36px;
        font-family: 'mon';
}
.about-page .about-1 .bottom {
    max-width: 1335px;
    width: 100%;
    margin: 111px auto 0;
}
.about-page .about-1 .bottom ul {
    margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
    padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
    font-weight: bold;
    padding-bottom: 26px;
    border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
    font-size: 70px;
    line-height: 1.2;
    color: #121212;
    display: inline-block;
    vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
    font-size: 20px;
    /*color: var(--color);*/
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 0 9px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
    font-size: 24px;
    color: #666;
    line-height: 44px;
    margin-top: 23px;
        font-weight: 100;
}
.about-page .about-1 .bottom ul li .text p {
    font-size: 18px;
    line-height: 32px;
    color: #656565;
}
.about-page .about-2 {
    margin-top: 107px;
}
.about-page .about-2 .box {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.about-page .about-2 .box .img {
    width: 50%;
    vertical-align: middle;
    position: relative;
}
.about-page .about-2 .box .img .slickBtn{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  justify-content: right;
}
.about-page .about-2 .box .img .slickBtn .prev,
.about-page .about-2 .box .img .slickBtn .next{
  position: relative;
  border-radius: 0;
  background: #fff;
  color: var(--color);
}

.about-page .about-2 .box .text {
    width: 40%;
    max-width: 670px;
    padding: 0 10px;
    vertical-align: middle;
    margin-left: 100px;
}
.about-page .about-2 .box .text .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 24px;
}
.about-page .about-2 .box .text .header .title {
    margin-top: 22px;
    color: #fff;
}
.about-page .about-2 .box .text .header .more {
    color: black;
    margin-bottom: 10px;
    background: white;
}
.about-page .about-2 .box .text .header .more span {
    text-decoration: none;
}
.about-page .about-2 .box .text .con {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 41px;
}
.about-page .about-2 .box .text .list {
    margin-top: 29px;
    color: #fff;
}
.about-page .about-2 .box .text .list ul {
    margin-bottom: -25px;
    font-family: 'mon';
}
.about-page .about-2 .box .text .list ul li {
    position: relative;
    padding-left: 47px;
    font-size: 18px;
    line-height: 36px;
    padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
}
.about-page .about-2 .box::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 85%;
    height: 100%;
    background: #567d8e;
}
.about-page .about-3 {
    background-color: #fff;
    padding: 13.8% 0 6.4%;
    margin-top: -122px;
}
.about-page .about-3 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 63px;
    border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
    width: 50%;
}
.about-page .about-3 .header .left span.tag {
    color: #777;
}
.about-page .about-3 .header .left .title {
    margin-top: 21px;
}
.about-page .about-3 .header .right {
    width: 50%;
    font-size: 20px;
    line-height: 1.5;
    color: #474747;
    padding: 0 50px 0 20px;
}
.about-page .about-3 .header .right > div{
  background: #fff;
  color: var(--color);
  border: 1px solid var(--color);
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin-left: 10px;
}
.about-page .about-3 .header .right > div:hover{
  color: #fff;
  background: var(--color);
}
.about-page .about-3 .content {
    margin-top: 88px;
}
.about-page .about-3 .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.about-page .about-3 .content ul li {
    background: white;
}
.about-page .about-3 .content ul li .box{
    background: #f6f6f6;
    color: #121212;
    padding: 40px;
      -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
        min-height: 330px;
}
.about-page .about-3 .content ul li .tit {
    font-size: 24px;
    line-height: 44px;
    margin-top: 21px;
}
.about-page .about-3 .content ul li p {
    font-size: 18px;
    line-height: 32px;
    padding-top: 20px;
    font-family: 'mon';
    max-height: 180px;
     overflow: auto;
}
.about-page .about-3 .content ul li:hover .box{
    background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);
    color: white;
}
.about-page .about-3 .content ul li:hover i img {
    -webkit-filter: grayscale(100%) brightness(300);
    filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .list {
    margin-top: 151px;
}
.about-page .about-3 .list .img-box {
    display: block;
}
.about-page .about-3 .list .img-box img {
    width: 100%;
}
.about-page .about-3 .list .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: right;
    padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #f6f6f6;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: .5;
    -moz-transition: .5;
    transition: .5;
    padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
    margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
    display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
    background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);
}
.about-page .about-4 {
    background: #fff;
        box-shadow: 0px 0px 16px 7.3px rgba(0, 0, 0, .08);
    padding: 68px 0 70px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.about-page .about-4 .box {
  display: flex;
  flex-wrap: wrap;
}

.about-page .about-4 .box .left {
  width: 50%;
  align-self: center;
  padding: 0 5%;
}

.about-page .about-4 .box .list {
  width: 50%;
}


.about-page .about-4 .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/case-mask.png) no-repeat center bottom;
  background-size: 100% auto;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

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

.about-page .about-4 .name {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 90%;
  color: white;
  text-align: center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}



.about-page .about-4 .box .con {
    font-size: 16px;
    line-height: 30px;
    margin-top: 27px;
}
.about-page .about-4 .box .info {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px solid white;
}
.about-page .about-4 .box .info .tit {
    font-size: 20px;
    line-height: 1.5;
}
.about-page .about-4 .box .info p {
    font-size: 16px;
    line-height: 1.8;
}
.about-page .about-4 .box .more {
    margin-top: 36px;
    background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);
    

}
.about-page .about-4 .box .more:hover {
    background: #111;
    color: #fff;
}
.about-page .about-5 {
    padding: 65px 0 7.05%;
        background: #f6f6f6;
}
.about-page .about-5 .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 45px;
    border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
    color: #777;
}
.about-page .about-5 .header .title {
    margin-top: 21px;
}
.about-page .about-5 .header .more {
    background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);
    margin-bottom: 4px;
    color: white;
}
.about-page .about-5 .header .more:hover {
    background: black;
    color: var(--color);
}
.about-page .about-5 .content {
    margin-top: 47px;
}
.about-page .about-5 .content ul {
    margin-right: -42px;
}
.about-page .about-5 .content ul li {
    padding-right: 42px;
}
.about-page .about-5 .content ul li .img-box {
    display: block;
}
.about-page .about-5 .content ul li .img-box img {
    width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -54px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
    width: 14px;
    height: 14px;
    background-color: #d2d2d2;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    cursor: pointer;
    -webkit-transition: .5;
    -moz-transition: .5;
    transition: .5;
    padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
    margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
    display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
        background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);
}
@media screen and (max-width: 1440px) {
    .about-page .about-4 .box {
        margin: 0 auto;
    }
}
@media screen and (max-width: 1280px) {
    .inner-banner {
        padding-top: 60px;
    }
    .inner-banner .mbx {
        font-size: 18px;
    }
    .inner-banner .title {
        font-size: 42px;
    }
    .about-page .about-1 .top .img .play {
        padding: 30px 30px 30px 40px;
    }
    .about-page .about-2 .box .text {
        padding: 0 15px 0 30px;
    }
    .about-page .about-3 .content ul li .tit {
        font-size: 22px;
    }
}
@media screen and (max-width: 1100px) {
    .inner-page .title {
        font-size: 34px;
    }
    .about-page .about-1 .top .text {
        padding: 70px 50px 90px;
    }
    .about-page .about-1 .bottom ul {
        margin-right: -40px;
    }
    .about-page .about-1 .bottom ul li {
        padding-right: 40px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner {
        padding: 40px 0;
    }
    .inner-banner .title {
        font-size: 36px;
    }
    .about-page .about-1 .top .text {
        padding: 50px 30px;
    }
    .about-page .about-1 .top .text .con {
        font-size: 18px;
    }
    .about-page .about-1 .bottom {
        margin: 60px auto 0;
    }
    .about-page .about-1 .bottom ul {
        margin-right: -20px;
    }
    .about-page .about-1 .bottom ul li {
        padding-right: 20px;
    }
    .about-page .about-1 .bottom ul li .data em {
        font-size: 50px;
    }
    .about-page .about-1 .bottom ul li .text .tit {
        font-size: 20px;
        line-height: 36px;
    }
    .about-page .about-1 .bottom ul li .text p {
        font-size: 16px;
line-height: 30px;
    }
    .about-page .about-2 {
        margin-top: 60px;
    }
    .about-page .about-2 .box {
        padding: 0 0 60px;
    }
    .about-page .about-2 .box .img {
        width: 100%;
    }
    .about-page .about-2 .box .text {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .about-page .about-2 .box::after {
        width: 100%;
    }
    .about-page .about-3 {
        margin-top: 0;
        padding: 60px 0;
    }
    .about-page .about-3 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }
    .about-page .about-3 .header .left {
        width: 100%;
    }
    .about-page .about-3 .header .right {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .about-page .about-3 .content {
        margin-top: 30px;
    }
    .about-page .about-3 .list {
        margin-top: 60px;
    }
    .about-page .about-3 .list .slick-dots {
        bottom: -40px;
    }

    .about-page .about-4 {
      padding: 0;
    }

    .about-page .about-4 .box .left {
      width: 100%;
      padding: 5%;
    }

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

    .about-page .about-5 {
        padding: 60px 0 11.05%;
    }
    .about-page .about-5 .header {
        padding-bottom: 30px;
    }
    .about-page .about-5 .header .left {
        width: 52%;
    }
    .about-page .about-5 .content ul {
        margin-right: -20px;
    }
    .about-page .about-5 .content ul li {
        padding-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner {
        padding: 30px 0;
    }
    .inner-banner .mbx {
        font-size: 16px;
        line-height: 30px;
    }
    .inner-banner .title {
        font-size: 30px;
        margin-top: 10px;
    }
    .inner-page .title {
        font-size: 30px;
    }
    .about-page .about-1 .top .img .play {
        padding: 20px 20px 20px 30px;
        bottom: 20px;
    }
    .about-page .about-1 .top .text {
        margin-top: 0;
        padding: 30px 15px;
    }
    .about-page .about-1 .top .text .con {
        margin-top: 20px;
    }
    .about-page .about-1 .bottom ul li .data {
        padding-bottom: 0;
    }
    .about-page .about-1 .bottom {
        margin: 30px auto 0;
    }
    .about-page .about-2 .box .text .con {
        margin-top: 20px;
    }
    .about-page .about-2 {
        margin-top: 30px;
    }
    .about-page .about-3 {
        padding: 30px 0;
    }
    .about-page .about-3 .content ul li .tit {
        font-size: 20px;
        line-height: 36px;
    }
    .about-page .about-3 .content ul li p {
        font-size: 17px;
        margin-top: 10px;
    }
    .about-page .about-3 .list {
        margin-top: 30px;
    }
    
    .about-page .about-5 {
        padding: 30px 0;
    }
    .about-page .about-5 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }
    .about-page .about-5 .header .left {
        width: 100%;
    }
    .about-page .about-5 .header .left .title {
        margin-top: 15px;
    }
    .about-page .about-5 .header .right {
        margin-top: 20px;
    }
    .about-page .about-5 .content {
        margin-top: 20px;
    }
    .about-page .about-5 .content ul .slick-dots {
        bottom: -25px;
    }
}
@media screen and (max-width: 500px) {
    .inner-banner .title {
        font-size: 26px;
        line-height: 1.4;
        display: none !important;
    }
    .prodet-page .product-5 .item.fl.wid-50 {
    width: 100% !important;
}
    .inner-page .title {
        font-size: 26px;
        line-height: 1.4;
    }
    .fenlh1{
        font-size: 20px!important;
         line-height: 36px!important;
    }
    .product2-page {
    padding: 20px 0 10px !important;
}
.prodet-page .prodet-1 {
    padding-top: 10px !important;
}
    .inner-page span.tag {
        font-size: 16px;
        line-height: 30px;
    }
    .about-page .about-1 .top .img .play {
        padding: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
    .about-page .about-1 .top .img .play img {
        width: 20px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }
    .about-page .about-1 .top .text .con {
        font-size: 16px;
        line-height: 30px;
    }
    .about-page .about-1 .bottom ul {
        margin: 0 0 -20px 0;
    }
    .about-page .about-1 .bottom ul li {
        padding: 0 0 20px 0;
    }
    .about-page .about-1 .bottom ul li .data em {
        font-size: 40px;
    }
    .about-page .about-2 .box {
        padding-bottom: 30px;
    }
    .about-page .about-2 .box .text .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .about-page .about-2 .box .text .header .left {
        width: 100%;
    }
    .about-page .about-2 .box .text .header .left .title {
        margin-top: 10px;
    }
    .about-page .about-2 .box .text .header .right {
        padding: 20px 0 0;
    }
    .about-page .about-2 .box .text .con {
        font-size: 16px;
        margin-top: 10px;
        line-height: 30px;
    }
    .about-page .about-2 .box .text .list ul li {
        font-size: 16px;
        line-height: 30px;
    }
    .about-page .about-3 .header {
        padding-bottom: 10px;
    }
    .about-page .about-3 .header .left .title {
        margin-top: 10px;
    }
    .about-page .about-3 .header .right {
        font-size: 16px;
        line-height: 30px;
    }
    .about-page .about-3 .content ul li {
        width: 100%;
    }
    .about-page .about-3 .content ul li p {
        font-size: 16px;
        line-height: 30px;
    }
    .about-page .about-3 .content ul li .box{
      padding: 20px;
    }
    
    .about-page .about-4 .box .con {
        margin-top: 10px;
    }
    .about-page .about-4 .box .info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .about-page .about-4 .box .info p {
        font-size: 14px;
        line-height: 2;
    }
    .about-page .about-4 .box .info .left {
        width: 100%;
    }
    .about-page .about-4 .box .info .right {
        width: 100%;
        margin-top: 20px;
    }
    .about-page .about-4 .box .more {
        margin-top: 20px;
    }
    .about-page .about-5 .header .left .title {
        margin-top: 10px;
    }
}


.news-page {
    background-color: #f6f6f6;
    padding: 95px 0 145px;
}
.news-page .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 46px;
    border-bottom: 1px solid #b8b8bc;
}
.news-page .header span.tag {
    color: var(--color);
}
.news-page .header .title {
    margin-top: 21px;
}
.news-page .header .right {
    margin-bottom: 6px;
}
.news-page .header ul {
    margin-right: -45px;
}
.news-page .header ul li {
    display: inline-block;
    padding-right: 45px;
}
.news-page .header ul li .more {
    background: black;
    text-transform: capitalize;
}
.news-page .header ul li.active .more,
.news-page .header ul li:hover .more {
    background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);;
}
.news-page .content {
    margin-top: 47px;
}
.news-page .content ul {
    margin: 0 -43px -79px 0;
}
.news-page .content ul li {
    padding: 0 43px 79px 0;
}
.news-page .content ul li .img-box {
    display: block;
}
.news-page .content ul li .img-box img {
    width: 100%;
}
.news-page .content ul li .text {
    padding-top: 26px;
}
.news-page .content ul li .text span {
    font-size: 16px;
    color: #474747;
    line-height: 30px;
    display: block;
     font-family: 'mon';
}
.news-page .content ul li .text p {
    
     font-family: 'mon';
}
.news-page .content ul li .text .tit {
    display: block;
    font-size: 18px;
    color: #121212;
    margin-top: 9px;
}
@media screen and (max-width: 1000px) {
    .news-page {
        padding: 60px 0;
    }
    .news-page .header .left {
        width: 30%;
    }
    .news-page .header .right {
        width: 70%;
    }
    .news-page .header ul {
        margin-right: -10px;
    }
    .news-page .header ul li {
        padding-right: 10px;
    }
    .news-page .content ul {
        margin: 0 -20px -30px 0;
    }
    .news-page .content ul li {
        padding: 0 20px 30px 0;
    }
    .inner-page .m-page {
        margin-top: 60px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .news-page {
        padding: 30px 0;
    }
    .news-page .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 15px;
    }
    .news-page .header .left {
        width: 100%;
    }
    .news-page .header .right {
        width: 100%;
        margin-top: 20px;
    }
    .news-page .header ul {
        margin-right: -10px;
    }
    .news-page .header ul li {
        padding-right: 10px;
    }
    .news-page .header .title {
        margin-top: 10px;
    }
    .news-page .content {
        margin-top: 20px;
    }
    .news-page .content ul {
        margin: 0 -20px -30px 0;
    }
    .news-page .content ul li {
        padding: 0 20px 30px 0;
    }
    .inner-page .m-page {
        margin-top: 30px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-right: 20px;
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .news-page .header .right {
        display: none;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        margin-right: 10px;
    }
}
.newdet-page .newdet-content {
    padding-bottom: 101px;
}
.newdet-page .newdet-content .img img {
    width: 100%;
}
.newdet-page .newdet-content h1 {
    /*margin-top: 58px;*/
    font-size: 44px;
    line-height: 1.2;
    font-weight: 500;
    color: #121212;
    border-top: 1px solid #dcdcdc;
    padding-top: 46px;
}
.newdet-page .newdet-content .desc {
    display: inline-block;
    font-size: 16px;
    color: #474747;
    line-height: 30px;
    display: block;
    margin-top: 12px;
}
.newdet-page .newdet-content .con {
    margin-top: 17px;
    font-size: 20px;
    color: #474747;
    line-height: 36px;
    font-family: 'Rany' !important;
    font-weight: 400;
}
.newdet-page .newdet-content .con span,
.newdet-page .newdet-content .con p,
.newdet-page .newdet-content .con strong {
    font-family: 'Rany' !important;
    font-weight: 400;
}
.newdet-page .newdet-content .con strong {
    font-weight: bold;
}
.newdet-page .newdet-content .share {
    margin-top: 63px;
    padding-bottom: 21px;
    border-bottom: 1px solid #b8b8bc;
}
.newdet-page .newdet-content .share a {
    display: inline-block;
    margin-right: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 18px;
    line-height: 32px;
    color: black;
}
.newdet-page .newdet-content .share a:last-child {
    margin-right: 0;
}
.newdet-page .newdet-content .share a:hover {
    color: var(--color);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.newdet-page .newdet-content .m-link {
    margin-top: 38px;
}
.newdet-page .newdet-content .m-link a {
    display: block;
    font-size: 20px;
    line-height: 36px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.newdet-page .newdet-content .m-link a:hover {
    text-decoration: underline;
}
.newdet-page .newdet-list {
    background: #f6f6f6;
    padding: 79px 0 13.14%;
    margin-bottom: -9.9%;
}
.newdet-page .newdet-list .header span.tag {
        background: var(--color);
    background: var(--color);
    background: var(--color);
}

.newdet-page .newdet-list .content {
    margin-top: 80px;
}
.newdet-page .newdet-list .content ul {
    margin-right: -43px;
}
.newdet-page .newdet-list .content ul li {
    padding-right: 43px;
}
.newdet-page .newdet-list .content ul li .img-box {
    display: block;
}
.newdet-page .newdet-list .content ul li .img-box img {
    width: 100%;
}
.newdet-page .newdet-list .content ul li .text {
    padding-top: 26px;
}
.newdet-page .newdet-list .content ul li .text span {
    font-size: 16px;
    color: #474747;
    line-height: 1.8;
    display: block;
}
.newdet-page .newdet-list .content ul li .text .tit {
    display: block;
    font-size: 18px;
    color: #121212;
    line-height: 32px;
    margin-top: 9px;
}
@media screen and (max-width: 1000px) {
    .newdet-page .newdet-content {
        padding-bottom: 60px;
    }
    .newdet-page .newdet-content .share {
        margin-top: 40px;
    }
    .newdet-page .newdet-content h1 {
        font-size: 36px;
        margin-top: 30px;
    }
    .newdet-page .newdet-list {
        padding: 60px 0 17.14%;
    }
    .newdet-page .newdet-list .content {
        margin-top: 40px;
    }
    .newdet-page .newdet-list .content ul {
        margin-right: -20px;
    }
    .newdet-page .newdet-list .content ul li {
        padding-right: 20px;
    }
}
@media screen and (max-width: 700px) {
    .newdet-page .newdet-content {
        padding-bottom: 30px;
    }
    .newdet-page .newdet-content h1 {
        margin-top: 20px;
        font-size: 32px;
    }
    .newdet-page .newdet-content .con {
        font-size: 18px;
    }
    .newdet-page .newdet-content .share {
        margin-top: 20px;
        padding-bottom: 10px;
    }
    .newdet-page .newdet-content .m-link {
        margin-top: 15px;
    }
    .newdet-page .newdet-content .m-link a {
        font-size: 18px;
    }
    .newdet-page .newdet-list {
        padding: 30px 0;
        margin-bottom: 0;
    }
    
    .newdet-page .newdet-list .content {
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .newdet-content h1 {
        font-size: 26px;
        line-height: 1.4;
        
    }
    .news-page .content ul li .text .tit{
        min-height: auto;
    }
    .newdet-page .newdet-content .con {
        font-size: 16px;
        line-height: 30px;
    }
    .newdet-page .newdet-content .m-link a {
        font-size: 16px;
        line-height: 30px;
    }
    .newdet-page .newdet-list .content ul li .text span {
        font-size: 14px;
        line-height: 2;
    }
    .newdet-page .newdet-list .content ul li .text .tit {
        font-size: 16px;
        line-height: 30px;
    }
}



.product2-page {
    padding: 70px 0 100px;
        background: #f6f6f6;
}
.product2-page .ui.container{
    max-width: 1750px;
}
.product2-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;
    margin: 0 -10px;
}
.product2-page .product-list ul li {
    /*padding: 0 5px;*/
    margin-bottom: 37px;
}
.product2-page .product-list ul li .img {
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    padding: 10px;
    background: #f7f7f7;
    position: relative;
}
.product2-page .product-list ul li .img img {
    width: 100%;
    transition: .5s;
}
.product2-page .product-list ul li .img>a {
    display: block;
    position: relative;
}
.product2-page .product-list ul li .text {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product2-page .product-list ul li .img img.yin {
    position: absolute;
    left: 0;
    opacity: 0;
}
.product2-page .product-list ul li:hover .img,
.product2-page .product-list ul li:hover .text {
  color: #fff;
    background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);
}
.product2-page .product-list ul li .text .btm .slick-slide img {
    padding: 5px;
}
.product2-page .product-list ul li.wid-100 {
    width: 100%;
}

.product2-page .product-list ul li .pro-box .imgbox img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
    display: none;
}
.product2-page .product-list ul li .pro-box .btm .tupianji img {
    max-height: 145px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.product2-page .product-list ul li .text {
    background: #f7f7f7;
    margin-top: 0;
    padding: 10px;
}
.product2-page .product-list ul li .text .neirong p {
    font-size: 14px;
    color: #aaa;
    text-transform: lowercase;
    font-weight: 300;
}
.product2-page .product-list ul li .text h2 {
    font-weight: bold;
    text-transform: capitalize;
    text-align: center;
        font-family: 'mon';
}
.product2-page .product-list ul li .img img.yin {
    position: absolute;
    left: 0;
    opacity: 0;
}
.product2-page .product-list ul li:hover .img img.yin {
    opacity: 1;
}

.prodet-page .prodet-1{
   padding-top: 80px;
}

.prodet-page .prodet-1 .prodet-box .left {
    width: 55%;
    padding-right: 35px;
}
.prodet-page .prodet-1 .prodet-box .left .big {
    position: relative;
}
.prodet-page .prodet-1 .prodet-box .left .pro-gallery {
    width: 200px;
}

.prodet-page .prodet-1 .prodet-box .left .pro-gallery .slick-list{
  width: 200px;
}

.prodet-page .prodet-1 .prodet-box .left .pro-gallery ul {
    margin: -5px;
    /*height: 430px;*/
}
.prodet-page .prodet-1 .prodet-box .left .pro-gallery ul .slick-slide{
  float: none;
}
.prodet-page .prodet-1 .prodet-box .left .pro-gallery ul li {
    padding: 5px;
}
.prodet-page .prodet-1 .prodet-box .left .pro-gallery ul li img {
    border: 1px solid #eee;
}
.prodet-page .prodet-1 .prodet-box .left .big > .img{
  width: calc(100% - 200px);
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 57px;
    height: 101px;
    border: none;
    color: transparent;
    z-index: 5;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-prev {
    background: url(../images/a-left.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .slick-next {
    background: url(../images/a-right.png) no-repeat center center;
    background-size: 100% 100%;
    right: 0;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 45px;
    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;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a {
    display: inline-block;
    padding: 13px 36px;
    font-size: 18px;
    line-height: 1;
    color: var(--color);
    border: 1px solid var(--color);
    background: #ffffff;
    margin: 0 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a:hover {
    background: var(--color);
    border: 1px solid var(--color);
    color: #fff;
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a.on {
    color: #fff;
    background: var(--color);
}
.prodet-page .prodet-1 .prodet-box .left .big .btn a.on:hover {
    background: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right {
    width: 45%;
    /*padding-top: 25px;*/
}
.prodet-page .prodet-1 .prodet-box .right h3 {
    font-size: 26px;
    line-height: 2;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
}
.prodet-page .prodet-1 .prodet-box .right .text {
    font-size: 18px;
    color: #000;
    line-height: 2;
    /*font-weight: 700;*/
    text-align: left;
 
}
.prodet-page .prodet-1 .prodet-box .right .text div{
    text-align: left !important;
    font-family: 'mon';
}
.prodet-page .prodet-1 .prodet-box .right h4 {
    font-size: 16px;
    line-height: 2;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.prodet-page .prodet-1 .prodet-box .right .tit {
    padding-bottom: 10px;
}
.prodet-page .prodet-1 .prodet-box .right .tit h1 {
    margin-bottom: 20px;
    font-weight:bold;
        font-family: 'mon';
}
.prodet-page .prodet-1 .prodet-box .right .text {
    /*padding-bottom: 18px;*/
    max-height: 260px;
    overflow: auto;
    line-height: 2;
     font-family: 'mon';
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery {
    margin: 20px 0;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .list1 .acc .add {
    padding: 10px;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery h4 {
    margin-bottom: 28px;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul {
    margin: 0 -13px;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li {
    padding: 0 13px;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a {
    display: block;
    overflow: hidden;
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a img {
    width: 100%;
}
.prodet-page .prodet-1 .prodet-box .right .det h4 {
    margin-bottom: 15px;
}
.prodet-page .prodet-1 .prodet-box .right .det h4 img {
    max-width: 9px;
    margin-right: 12px;
}
.prodet-page .prodet-1 .prodet-box .right .share {
    margin-top: 28px;
    display: block;
}
.prodet-page .prodet-1 .prodet-box .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #000;
}
.prodet-page .prodet-1 .prodet-box .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .prodet-box .right .share ul li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    margin: 0;
    margin-left: 15px;
    color: #000;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .product-2 {
  padding: 70px 0;
}

.prodet-page .product-2.bg {
  background-color: #f6f6f6;
}
.prodet-page .product-2 .options{
  position: sticky;
  top: 130px;
  background: #fff;
}
.prodet-page .product-2 .options ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d2d2d2;
}

.prodet-page .product-2 .options li {
  width: auto;
  padding-right: 10px;
  padding-top: 20px;
  cursor: pointer;
}

.prodet-page .product-2 .options li.active h4 {
  color: black;
}

.prodet-page .product-2 .options li.active h4:after {
  width: 100%;
}

.prodet-page .product-2 .options li:not(:last-child) {
  margin-right: auto;
}


.prodet-page .product-2 .content {
    font-size: 18px;
    line-height: 30px;
    font-family: 'mon' !important;
}

.prodet-page .product-2 .content span,
.prodet-page .product-2 .content p{
    font-family: 'mon' !important;
}


.prodet-page .product-2 .content ul,
.prodet-page .product-2 .content li {
  list-style-type: unset;
}

.prodet-page .product-2 .content li {
  margin-left: 1em;
}

.prodet-page .product-2 h4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    color: #666666;
    /*font-weight: bold;*/
    position: relative;
    padding-bottom: 10px;
}

.prodet-page .product-2 h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  height: 3px;
  background-color: var(--color);
  transition: width .5s ease;
}

.prodet-page .product-2 h4 img {
    margin-right: 20px;
}
.prodet-page .product-2 .content img {
    padding-bottom: 10px;
}
.prodet-page .product-2 h2 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
}
.prodet-page .product-2 .content p {
    line-height: 32px;
    font-size: 18px;
    padding: 5px 0;
    font-family: 'mon';
}
.prodet-page .product-2 .content p strong {
   font-weight: 700;
   font-family: 'mon';
}
.prodet-page .product-2 .lg-list ul {
  margin: -10px;
  padding-top: 30px;
}
.prodet-page .product-2 .lg-list li {
  padding: 10px;
}
.prodet-page .prodet-1 .prodet-box .right .btn {
    width: 100%;
    left: 0;
    bottom: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.prodet-page .prodet-1 .prodet-box .right .btn a.on {
    color: #fff;
        background: var(--color);
    background: var(--color);
    background: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right .btn a.on:hover {
    background-color: black;
}

.prodet-page .prodet-1 .prodet-box .right .btn a {
    display: inline-block;
    padding: 13px 36px;
    font-size: 18px;
    line-height: 32px;
    color: #20584f;
    
    background: #ffffff;
    margin: 0 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.fangkuai {
    width: 12px;
    height: 12px;
        background: var(--color);
    background: var(--color);
    background: var(--color);
    margin-right: 10px;
}
.prodet-page .prodet-1 .prodet-box .right .btn {
    margin: 34px -10px;
}
.prodet-page .prodet-1 .prodet-box .right .m-link {
    font-family: 'mon';
}
.prodet-page .prodet-1 .prodet-box .left .big .img img {
    width: 100%;
    border: 1px solid #cdcdcd;
}



.prodet-page .product-3 {
  padding: 100px 0 120px;
}

.prodet-page .product-3 .img {
  display: block;
  height: 200px;
  position: relative;
  box-shadow: 0 0 9px rgba(17, 17, 17, .28);
}

.prodet-page .product-3 .img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #28b44e;
  background: var(--color);
  background: var(--color);
  background: var(--color);
  opacity: 0;
  transition: opacity .5s ease;
}

.prodet-page .product-3 .img:hover:before {
  opacity: 1;
}

.prodet-page .product-3 .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .5s ease;
}

.prodet-page .product-3 .img:hover > img {
  opacity: .37;
}

.prodet-page .product-3 .img i {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}

.prodet-page .product-3 .img:hover i {
  opacity: 1;
}


.prodet-page .product-4 {
  padding: 100px 0 120px;
  background-color: #f6f6f6;
}

.prodet-page .product-4 .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/case-mask.png) no-repeat center bottom;
  background-size: 100% auto;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.prodet-page .product-4 .box .name {
  position: absolute;
  left: 5%;
  bottom: 5%;
  width: 90%;
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .product-4 .box:hover .img::before {
  opacity: 1;
}
.prodet-page .product-4 .box:hover .name {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.prodet-page .product-4 .swiper-scrollbar {
  height: 1px;
  background-color: #b1b1b1;
  margin-top: 90px;
}
.prodet-page .product-4 .swiper-scrollbar-drag {
  top: -1px;
  height: 300%;
  border-radius: 0;
  background: var(--color);
}

.prodet-page .product-5 {
  padding: 100px 0 120px;
}

.prodet-page .product-5 .row {
  margin: -5px;
}

.prodet-page .product-5 .item {
  padding: 5px;
}

.prodet-page .product-5 ul {
  margin: -5px;
}
.prodet-page .product-5 li {
  padding: 5px;
}

.prodet-page .product-5 .qu {
  display: flex;
  position: relative;
}

.prodet-page .product-5 .qu:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #28b44e;
  background: var(--color);
  background: var(--color);
  background: var(--color);
  opacity: 0;
  transition: .5s ease;
}

.prodet-page .product-5 .qu.active:before {
  opacity: 1;
}

.prodet-page .product-5 .qu span {
  padding: 25px;
  border: 1px solid #cecece;
  border-right: 0;
  flex: 1;
  transition: .5s ease;
}

.prodet-page .product-5 .qu.active span {
  color: white;
  border-color: transparent;
}

.prodet-page .product-5 .qu i {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6e6e6;
  transition: .5s ease;
}

.prodet-page .product-5 .qu.active i {
  background-color: transparent;
}

.prodet-page .product-5 .qu i img {
  transition: .5s ease;
}

.prodet-page .product-5 .qu.active i img {
  transform: rotate(90deg);
  filter: brightness(0) invert(1);
}

.prodet-page .product-5 .an {
  padding: 0 25px;
  margin: 20px 0;
  position: relative;
  display: none;
}

.prodet-page .product-5 .an:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to top, #28b44e 50%, #007ac9 50%);
}


@media screen and (max-width: 1550px) {
    .prodet-page .prodet-1 .prodet-box .right .text {
        height: 200px;
        padding-right: 10px;
        overflow: auto;
    }
    .prodet-page .prodet-1 .prodet-box .right .pro-gallery img {
        max-width: 180px;
    }
    .product2-page .product-list ul li .img img {
        /*height: 300px;
    -o-object-fit: cover;
    object-fit: cover;*/
        width: 100%;
    }
}
@media screen and (max-width: 1440px) {
    .product2-page .product-list .grid-box.five>.column{
        width: 25%;
    }
    .prodet-page .prodet-1 .prodet-box .left .pro-gallery{
      width: 130px;
    }
    .prodet-page .prodet-1 .prodet-box .left .pro-gallery .slick-list{
      width: 130px;
    }
    .prodet-page .prodet-1 .prodet-box .left .big > .img{
      width: calc(100% - 130px);
    }
}

@media screen and (max-width: 1250px) {
  .prodet-page .product-2 .options{
    position: relative;
    top: 0;
  }
  .prodet-page .product-2 .options ul{
    justify-content: left;
  }
}
@media screen and (max-width: 1100px) {
    .inner-page .sidebar-box {
        display: block;
    }
    .inner-page .sidebar-content .sidebar-left {
        display: none;
    }
    .inner-page .sidebar-box .sidebar-right {
        width: 100%!important;
        padding: 0!important;
    }
    .prodet-page .prodet-1 .prodet-box .right .text {
        height: 150px;
    }

    .prodet-page .prodet-1 .prodet-box .left .big .img {
        text-align: center;
    }
    .prodet-page .prodet-1 .prodet-box .left .big .img img {
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
    }

    .prodet-page .prodet-1 .prodet-box .right .pro-gallery img {
        max-width: 100%;
    }
    .prodet-page .prodet-1 .prodet-box .right .share ul li {
        width: auto!important;
    }
    .prodet-page .prodet-1 .prodet-box .right .share {
        display: none;
    }
    .prodet-page .prodet-1 .prodet-box .right {
        margin-top: 0;
    }
}
@media screen and (max-width: 1000px) {
    /*.product2-page .product-list ul li {
    width: 50%!important;
  }*/
    .prodet-page .prodet-1 .prodet-box .left {
        width: 100%;
        padding: 0;
    }
    .prodet-page .prodet-1 .prodet-box .right {
        width: 100%;
        margin-top: 40px;
    }
    .prodet-page .prodet-1 .prodet-box .right p {
        font-size: 16px;
    }
}
@media screen and (max-width: 700px) {
  .product2-page .product-list ul li{
    width: 50%;
  }
    .product2-page .product-list .grid-box.five>.column{
        width: 33.3333%;
    }
}
@media screen and (max-width: 500px) {
    .product2-page .product-list .grid-box.five>.column{
        width: 100%;
    }
    .product2-page .product-list ul li{
      width: 100%;
    }
    .prodet-page .prodet-1 .prodet-box .left .pro-gallery{
      width: 20%;
    }
    .prodet-page .prodet-1 .prodet-box .left .pro-gallery .slick-list{
      width: 100%;
    }
    .prodet-page .prodet-1 .prodet-box .left .big .img{
      width: 80%;
      padding-left: 10px;
    }
    .prodet-page .product-2 h4{
      font-size: 18px;
    }
}
.fenlh1 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #111;
    font-weight: bold;
    line-height: 2;
}

.fenlei {
    color: #666;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 18px;
    max-height: 180px;
    overflow: auto;

}

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

.inner-page .more {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #fff;
  
  padding: 16px 36px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.13);
  transition: .5s;
  background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);
}
.inner-page .more span {
  display: inline-block;
  vertical-align: middle;
  /*text-decoration: underline;*/
  color: #fff;
}
.inner-page .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.inner-page .more:hover {
  color: white;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}


@media screen and (max-width: 1000px) {
  .inner-page .more {
    padding: 12px 28px;
  }
 

}
@media screen and (max-width: 700px) {
  .inner-page .more {
    padding: 10px 22px;
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .more {
    font-size: 14px;
    line-height: 28px;
    padding: 8px 12px;
  }
}

.application-page {
     background: #f6f6f6;
}
.application-page .container .tips {
  text-align: center;
  
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: var(--color);
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
  
  text-transform: uppercase;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}


.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 140px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 15px;
  font-family: 'PB';
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  /*padding-left: 20px;*/
  position: relative;
  z-index: 1;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: .5em;
  z-index: 2;
  transition: all .5s;
  transform-origin: center center;
  transform: rotate(-90deg);
}
.inner-page .sidebox .sideleft .widget ul li i.active{
  transform: rotate(0);
}
.inner-page .sidebox .sideleft .widget ul li a:hover,
.inner-page .sidebox .sideleft .widget ul li a.active {
    background: var(--color);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li a.active ~ ul {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  font-family: 'PB';
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
.inner-page .sidebox .sideright .m-page .wp-pagenavi{
  text-align: center;
}
.inner-page .sidebox .sideright .m-page .wp-pagenavi span,
.inner-page .sidebox .sideright .m-page .wp-pagenavi a{
  display: inline-block;
  margin: 5px;
}
.ap-page {
  background: #f5f5f5;
  padding-top: 100px;
}
.ap-page .sideright .ap-top {
  position: relative;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center center;
}
.ap-page .sideright .ap-top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
  padding: 0 1.6rem 0.7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
}
.ap-page .sideright .ap-top h6::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 1.6rem;
  bottom: 1.6rem;
  color: #fff;
  z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
  font-size: 24px;
  /*font-family: 'PB';*/
  line-height: 44px;
}
.ap-page .sideright .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
.ap-page .sideright .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .catDes a{
  display: block;
  font-weight:bold;
  font-family: 'mon';
}
.ap-page .sideright .catDes .title:hover{
  color: var(--color);
}
.ap-page .sideright .ap-bottom {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 2;
  max-height: 64px;
  overflow-y: auto;
  padding-right: 4px;
}
.ap-page .sideright .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002E42;
  text-transform: capitalize;
  font-family: 'PB';
}
.ap-page .sideright .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .con p {
  margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .bottom3 {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002E42;
  font-family: 'PB';
  line-height: 2;
  padding: 0.8rem 1.2rem;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
  content: "\f107";
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem 0.8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002E42;
  display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
  background: #e9672e;
  color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
  content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }

}
@media screen and (max-width: 700px) {
  .ap-page .sideright .ap-top .img img{
    min-height: 250px;
    object-fit: cover;
  }
  .ap-page .sideright .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
  }
  .ap-page .sideright .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    right: 0.5em;
  }
  .ap-page .sideright .catDes ul li{
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .ap-page .sideright .catDes ul li{
    width: 100%;
  }
}

.flex_cont {
  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;
  align-items: center;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.honor_nav_list_2 .container ul{
  display: flex;
  flex-wrap: nowrap;
  /*padding: 20px 10px;*/
  justify-content: space-between;
}
.honor_nav_list_2 .container ul li{
  width: 100%;
}
.honor_nav_list_2 .container ul li a{
    display: inline-block;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding: 0 5px;
    border-right: 1px solid #999;
    font-size: 16px;
}
.honor_nav_list_2 .container ul li:last-child a{
  border-right: none;
}

.gallery-page  {
      background: #f6f6f6;
}

.gallery-page .gallery-list ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  /*box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;*/
  height: 100%;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 14px;
  padding: 5px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);
  color: white;
}



.faq-page{
  padding: 100px 0;
}
.faq-page .init-1 .container .list{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.faq-page .init-1 .container .list h4{
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 10px;
}
.faq-page .init-1 .container .list .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
    font-family: 'mon';
}

@media (max-width: 1000px) {
  .honor_nav_list_2{
    display: none;
  }
  .gallery-page .gallery-list ul li{
    width: 33.33%;
  }
}

@media (max-width: 700px) {
  .gallery-page .gallery-list ul li{
    width: 50%;
  }
}

@media (max-width: 500px) {
  .gallery-page .gallery-list ul li{
    width: 100%;
  }

  .faq-page{
    padding: 40px 0;
  }
}


.marginBox .form ul {
  margin: -15px -7px;
}
.marginBox .form ul li {
  padding: 15px 7px;
}
.marginBox .form ul li input,
.marginBox .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 0.6em 1em;
  border: 1px solid #f6f6f6;
}
.marginBox .form ul li textarea {
  height: 150px;
}
.marginBox .form ul li input[type=submit] {
  border: none;
  background-color: #28b44e;
    background: var(--color);
    background: var(--color);
    background: var(--color);
  color: #fff;
  font-size: 20px;
  font-family: 'syne';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.marginBox .form ul li.wid-100 {
  width: 100%;
}

.contact-page {
      background: #f6f6f6;
}
.contact-page .contact-1 {
  text-align: center;
}
.contact-page .contact-1 .h2 {
  /*font-weight: bold;*/
  padding-top: 80px;
}
.contact-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}
.contact-page .contact-1 .list ul {
  margin: -20px;
  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;
}
.contact-page .contact-1 .list ul li {
  padding: 20px;
}
.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 100%;
  position: relative;
  top: 0;
}
.contact-page .contact-1 .list ul li .box i {
  display: block;
}
.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}
.contact-page .contact-1 .list ul li .box span.h6 {
  /*font-weight: 700;*/
  font-size: 24px;
  color: #242424;
  margin: 1em 0 0.5em;
  display: block;
}
.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
  word-break: break-word;
   font-family: 'mon';
}
.contact-page .contact-1 .list ul li .box:hover {
  border-color: #000000;
  top: -20px;
}
.contact-page .map {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .list ul li{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .marginBox .form ul li {
    width: 100%;
  }
  .contact-page .contact-1 .list ul li {
    width: 100%;
  }
}



.flex-xc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.flex-xb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-xend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.flex-yc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-xc-yc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flex-column {
  flex-direction: column;
}
.Cmore {
  font-size: 16px;
  color: #FFFFFF;
      background: var(--color);
    background: var(--color);
    background: var(--color);
  padding: 0 30px;
  width: max-content;
  flex-wrap: nowrap;
  white-space: nowrap;
  height: 56px;
  cursor: pointer;
  transition: all ease .3s;
  margin-top: 30px;
}
.Cmore span {
  white-space: nowrap;
}
.Cmore:hover {
  /*opacity: 0.8;*/
  background-color: #000;
}
.Cmore img {
  margin-right: 5px;
}



.pd1 .Cit h2 {
  max-width: 960px;
}
.pd1 {
  padding: 62px 0 30px;
}
.pd1 .ev {
  display: block;
  padding: 90px 0 90px;
  position: relative;
  margin-bottom: 110px;
}
.pd1 .ev:nth-of-type(even) .wrap {
  flex-direction: row-reverse;
}
.pd1 .ev:nth-of-type(even) .intr {
  padding-left: 5%;
  padding-right: 0;
}
.pd1 .ev:nth-of-type(even)::after {
  left: auto;
  right: 0;
}
.pd1-wrap {
  padding: 40px 0 0;
}
.pd1 .ev::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 74%;
  height: 100%;
  background: #F8F8F8;
  z-index: -1;
  transition: all ease .8s;
  border-radius: 40px;
}
.pd1 .ev:hover::after {
  width: 89.6%;
  background: #eaeaea;
}
.pd1 .ev:nth-of-type(even)::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pd1 .ev:nth-of-type(odd)::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pd1 .ev .intr {
  width: 47%;
  padding-right: 5%;
}
.pd1 .ev .pic {
  width: 50%;
}
.pd1 .ev .pic img {
  width: 100%;
}
.pd1 .ev h2 {
  font-size: 40px;
  font-weight: 600;
  color: #111;
}
.pd1 .ev h2::after {
  content: '';
  display: block;
  width: 37px;
  height: 6px;
  /*background: #D5D5D5;*/
  margin: 0px 0 10px;
}
.pd1 .ev .text {
  color: #666666;
  line-height: 28px;
  max-height: 260px;
  padding-right: 20px;
  overflow-y: auto;
}


@media (max-width: 1000px) {
  .pd1 .ev {
    padding: 60px 0;
    margin-bottom: 60px;
  }

  .pd1 .ev .intr {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .pd1 .ev .pic {
    width: 100%;
  }

  .pd1 .ev h2 {
    font-size: 24px;
  }

  .pd1 .ev::after {
    width: 100%;
    border-radius: 0;
  }
}


span.h2 {
  font-size: 48px;
  /*text-transform: uppercase;*/
  line-height: 1.2;
  display: block;
  /*font-weight: bold;*/
}
span.h2 em {
  color: var(--color);
}

@media (max-width: 1000px) {
  span.h2 {
    font-size: 34px;
  }

}

@media (max-width: 500px) {
  span.h2 {
    font-size: 26px;
  }
}



.factory-page .imgList .list ul {
    margin: -10px;
}
.factory-page .imgList .list ul li {
    padding: 10px;
}
.factory-page .imgList .list ul li a {
    display: block;
    position: relative;
}
.factory-page .imgList .list ul li a h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 8px 15px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.factory-page .imgList .list ul li a img {
    display: block;
    width: 100%;
}
.factory-page .imgList .list ul li a:hover h6 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}



.inner-banner{
  margin-top: 130px;
}
.inner-banner .nav ul {
  font-size: 0;
}
.inner-banner .nav li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.inner-banner .nav li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 10px;
  color: #666666;
}
.inner-banner .nav li.active a {
  background-color: #28b44e;
  background: var(--color);
  background: var(--color);
  background: var(--color);
  color: white;
}
.inner-banner .nav li + li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30%;
  bottom: 30%;
  border-left: 1px solid #666666;
}


@media (max-width: 1000px) {
  .inner-banner .nav {
    display: none;
  }
}



/*history start*/

.dev_con{
  background-color: #f6f6f6;
  position: relative;
}
.dev_con .tea_case{
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
  padding-top: 30px;
}
.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
}
.tab_time_bottom .showreel_box .list_u_img_box > a{
  width: 258px;
  font-size: 20px;
  color: #979ba0;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 20px;
  color: #111111;
}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em;
}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #7a858a;
  text-align: center;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  top: 50%;
  left: 25px;
  margin-top: -20px;
  font-family: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_time_bottom .showreel_box .btn_img_next{
  right: 25px;
  left: auto;
}
.dev_tex_box > div{
  display: none;
  width: 100%;
  line-height: 2;
  font-size: 18px;
  margin-right: 120px;
  padding-bottom: 60px;
  min-height: 190px;
  
}
.dev_tex_box > div .content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/*.dev_tex_box > div .content .left{
  width: 40%;
}*/
.dev_tex_box > div .content .right{
  /*padding-left: 60px;*/
  width: 60%;
  text-align: center;
}
.time_title_case{
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  overflow: hidden;
}
.at_time{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-family: 'syne';
  font-size: 240px;
  line-height: 1;
  background: -ms-linear-gradient(180deg, rgba(233, 239, 242, 0), rgba(233, 239, 242, 0), rgba(233, 239, 242, 0));
  background: -moz-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -o-linear-gradient(180deg, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  background: -webkit-gradient(linear, right top, right bottom, color-stop(0,rgba(246, 249, 251, 1)),color-stop(0.10,rgba(233, 239, 242, 1)),color-stop(0.7,rgba(233, 239, 242, 0.7)), color-stop(1, rgba(233, 239, 242, 0)));
  background:  -webkit-linear-gradient(top, #f1f2f3, rgba(233, 239, 242, 0.7), rgba(233, 239, 242, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time_sha{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 10%, rgba(246, 246, 246, 0) 90%, rgba(246, 246, 246, 1) 100%);
}
.time_line_case{
  margin: 0 auto;
  width: 83.33333%;
  margin-top: 50px;
}
.time_line_box{
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease;
}
.time_line_box > div{
  float: left;
  position: relative;
  width: 330px;
  height: 6px;
  background: -ms-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -moz-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -o-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(50, 131, 97, 1)), color-stop(1, rgba(204, 229, 180, 1)));
  background: -webkit-linear-gradient(right, rgba(29 29 29 / 50%) 0%, rgba(0 9 23) 100%);
  font-size: 20px;
  line-height: 1;
}
.btn_time{
  position: absolute;
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #111111;
  z-index: 1;
  cursor: pointer;

}
.btn_time > span{
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -50px;
  z-index: 2;
  transition: all .5s ease;
  width: 80px;
      font-family: 'neu';
}
.time_line_box > div:nth-child(odd) .btn_time > span{
  bottom: -50px;
  top:auto;
}
.btn_time::after{
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 36px;
  height: 36px;
  background-color: rgba(0,53,134,.15);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation:dot1 2s infinite ease;
  -webkit-animation:dot1 2s infinite ease; /* Safari 和 Chrome */}
@keyframes dot1 {
  0%{
    width: 20px;
    height: 20px;
  }
  50%{
    width: 36px;
    height: 36px;
  }
  100%{
    width: 20px;
    height: 20px;
  }

}
.btn_time:hover::after{
  display: block;
}
.time_line_box > div.bodes{
  pointer-events: none;
  background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));
  background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
}
.bodes .btn_time{
  background-color: #959798;
}
.bodes .btn_time span{
  color: #979ba0;
}
/*波浪背景*/
.wave_box{
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px,-52%);
  }

  100% {
    transform: translate(80px,-50%);
  }
}
.wave svg {
  fill: rgba(233,239,242,1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}


.titie_box_bg{
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}
.titie_box_bg svg{
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg #title_bg_down{
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time > span{
  font-size: 40px;
  color: #fff;
  top: 50% !important;
  transform: translate(-50%,-50%);
  bottom: auto !important;
  margin-left: 0;
  width: 100px;
      font-family: 'neu';
}
.time_line_box .on .btn_time .titie_box_bg{
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > #title_bg_down{
  animation: alpha 2.25s linear infinite forwards;

}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  25% {
  }
  50% {
    border-radius: 50%;
  }
  75% {
  }
  100% {
    transform: rotate(360deg);
  }
}


.showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: 0 0 90px rgba(29,56,75,.17);
  margin-bottom: 50px;
}
.showreel_box .btn_img_prev,  .showreel_box .btn_img_next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #bebdc2;
  cursor: pointer; }
.showreel_box .btn_img_prev:hover, .showreel_box .btn_img_next:hover{
  color: #111111;
}
.showreel_box .btn_img_prev i,  .showreel_box .btn_img_next i {
  font-size: 18px;
}
.showreel_box .btn_img_prev {
  left: 0; }
.showreel_box .btn_img_next {
  right: 0; }
.view_box{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left .5s ease;
      font-family: 'neu';
}
.showreel_box .list_u_img_box > a {
  position: relative;
  width: 220px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #979ba0;
  cursor: pointer;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box > a.on{
  font-size: 24px;
  color: #111111;
  position: relative;
  cursor: auto;
}
.showreel_box .list_u_img_box > a::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -50px;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box >a:hover{
  color: #111111;
}
.showreel_box .list_u_img_box > a.on::after,.showreel_box .list_u_img_box >a:hover::after{
  width: 1em;
}
.showreel_box .list_u_img_box > img:last-child {
  margin-right: 0; }
/*.disab{
  pointer-events:none;
  opacity: 0;
}*/

@media (max-width: 700px) {

  .at_time{
    font-size: 100px;
  }
  .dev_tex_box>div .content .left{
    width: 100%;
  }
  .dev_tex_box>div .content .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .time_line_box .on .btn_time .titie_box_bg{
    text-align: center;
  }
  .time_line_box .on .btn_time>span{
    font-size: 30px;
    text-align: center;
  }
  .titie_box_bg{
    width: 90px;
    margin: -45px 0 0 -46px;
  }
}

@media (max-width: 400px) {
  .tab_time_bottom .showreel_box .list_u_img_box > a{
    width: 120px;
  }
}
/*history end*/


.sustanibility-page .sustanibility-1 span.h2 {
  line-height: 1.2;
}
.sustanibility-page .sustanibility-1 .right .text {
  font-family: 'mon';
}
.sustanibility-page .sustanibility-2 {
  background-color: #fafafa;
}
.sustanibility-page .sustanibility-2 .list {
  padding: 0 5%;
}
.sustanibility-page .sustanibility-2 .list ul {
  margin: 0 -1em;
}
.sustanibility-page .sustanibility-2 .list ul li {
  padding: 0 0.2em;
}
.sustanibility-page .sustanibility-2 .list ul li i {
  line-height: normal;
  height: 1.0875em;
  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;
}
.sustanibility-page .sustanibility-2 .list ul li i img {
  max-height: 100%;
}
.sustanibility-page .sustanibility-2 .list ul li span.h6 {
  line-height: 1.2;
}
.sustanibility-page .sustanibility-2 .list ul .text {
  font-family: 'mon';
  font-weight: 400;
}
.sustanibility-page .sustanibility-3 {
  overflow: hidden;
}
.sustanibility-page .sustanibility-3 span.h2 {
  line-height: 1.2;
}
.sustanibility-page .sustanibility-3 .left p {
  font-family: 'mon';
}
.sustanibility-page .sustanibility-3 .text {
  color: rgba(0, 0, 0, 0.8);
}
.sustanibility-page .sustanibility-3 .text p {
  margin-bottom: 1.8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustanibility-page .sustanibility-3 .text p:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  margin-right: .7em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .4em;
}
.sustanibility-page .sustanibility-3 .text p:last-child {
  margin-bottom: 0;
}
.sustanibility-page .sustanibility-3 .img {
  width: 100%;
  margin-right: -20%;
}
.sustanibility-page .sustanibility-4 {
  position: relative;
  background-color: #f9f9f9;
  z-index: 1;
}
.sustanibility-page .sustanibility-4 .ui.container {
  max-width: 1350px;
}
.sustanibility-page .sustanibility-4:before {
  content: '';
  height: 45%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-color: var(--color);
  top: 0;
  left: 0;
}
.sustanibility-page .sustanibility-4 span.h2 {
  color: white;
}
.sustanibility-page .sustanibility-4 .list li {
  height: 100%;
  padding-bottom: 10px;
}
.sustanibility-page .sustanibility-4 .list .box {
  background-color: white;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  height: 100%;
}
.sustanibility-page .sustanibility-4 .list .box .content {
  padding: 6% 4%;
}
.sustanibility-page .sustanibility-4 .list .box .text {
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  .sustanibility-page .sustanibility-2 .list {
    padding: 0;
  }
  .sustanibility-page .sustanibility-3 .img {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .sustanibility-page .sustanibility-2 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
  }
  .sustanibility-page .sustanibility-2 .list ul li {
    padding: 0;
  }
}

.seoPublic .Auxil-about .box .right .text
{
       font-family: 'mon';
  }
.seoPublic .title {
    font-weight: 100;
    margin-bottom: 1em;
}
.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 100;
    font-size: 18px;
    font-family: 'mon';
}
.seoPublic .Auxil-related .list ul li .box .content p{
       font-family: 'mon';
  }
  .seoPublic .Auxil-related .list ul li .box .content a.more{
    font-weight: 100;
   
}