@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.eot") format("eot"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot") format("eot"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.eot") format("eot"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.eot") format("eot"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-display: swap;
}
table {
    table-layout: fixed;
   
}
table::-webkit-scrollbar {
  height: 4px
}
html.mobile .body-overflow-box {
  position: relative;
  left: 0;
}
table td, table th{
  width: auto
}
ol li{
  list-style-type: none !important;
}
body {
  font-family: "Montserrat";
  font-weight: normal;
  --color:#eb3c00;
  max-width: 1920px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .body-overflow-box {
    width: 100%;
  }
}
@media screen and (max-width: 1920px) {
  .body-overflow-box {
    margin-bottom: 56px;
  }
}
.container {
  padding: 0 15px;
  position: relative;
  margin: auto;
  width: 1780px;
}
.white{
  color: white;
}

.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}

.grid-box {
    font-size: 0;
    vertical-align: top;
}

.grid-box .column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }

}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 999
}

#mobile .yy {
    content: '';
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    background: rgba(0,0,0,.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#mobile #menu-on {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 100%;
    top: 10px;
    cursor: pointer;
    background-color: #fff
}

#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#mobile #menu-on i.line1 {
    top: 12px
}

#mobile #menu-on i.line2 {
    top: 19px
}

#mobile #menu-on i.line3 {
    top: 26px
}

#mobile .menu-content {
    width: 100%;
    height: 100vh;
    display: block;
    background: #222;
    padding: 40px 10%;
    overflow-y: auto;
    color: #fff
}

#mobile .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px
}

#mobile .menu-content::-webkit-scrollbar-button {
    display: none
}

#mobile .menu-content::-webkit-scrollbar-track {
    background-color: #222
}

#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee
}

#mobile .menu-content h3 {
    font-size: 20px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 10px
}

#mobile .menu-content h3 i {
    font-size: 16px;
    position: relative;
    top: -1px
}

#mobile .menu-content .menu-logo {
    display: block
}

#mobile .menu-content .menu-logo img {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle
}

#mobile .menu-content .menu-logo span {
    display: inline-block;
    vertical-align: middle;
    font-size: 36px;
    color: #000;
    font-family: '039-CAI978';
    line-height: 1;
    padding-left: 5px
}

#mobile .menu-content .menu-list {
    margin: 40px 0
}

#mobile .menu-content .menu-list ul li {
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    line-height: 20px
}

#mobile .menu-content .menu-list ul li ul li ul li {
    font-size: 14px;
    color: #999
}

#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block
}

#mobile .menu-content .menu-list ul li a:hover {
    color: #fd2318;
    text-decoration: underline
}

#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    line-height: 18px
}

#mobile .menu-content .menu-list ul li li a:after {
    content: '';
    width: 6px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#mobile .menu-content .mob-search form {
    position: relative
}

#mobile .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: #000
}

#mobile .menu-content .mob-search form input[type=submit] {
    width: 45px;
    height: 45px;
    background: url("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0
}

#mobile .menu-content .mob-yuy {
    margin: 40px 0
}

#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: white;
    font-size: 14px;
    text-transform: capitalize
}

#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#mobile .menu-content .mob-share ul li:hover {
    background: #fd2318
}

#mobile .menu-content #menu-off {
    margin-top: 40px;
    cursor: pointer;
}

#mobile.active {
    left: 0
}

#mobile.active .yy {
    right: 0
}

#mobile.active #menu-on i.line1 {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -moz-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotateZ(45deg);
    top: 12px;
    margin-left: 3px
}

#mobile.active #menu-on i.line2 {
    opacity: 0
}

#mobile.active #menu-on i.line3 {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -moz-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px
}

#mobile.white .menu-content {
    background: #000;
    color: #000
}

#mobile.white .menu-content .menu-list ul li li a:after {
    background: #000
}

#mobile.white .menu-content .mob-search form input {
    border: 1px solid #000
}

#mobile.white .menu-content .mob-search form input[type=submit] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}
@media screen and (max-width: 1000px) {
 #mobile {
        display: block !important
    }
}
.main-color{
  color: var(--color);
}
.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;
}


.more {
  width: 178px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--color);
  position: relative;
  font-size: 16px;
  color: var(--color);
}
.more img {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more.white{
  border-color:white;
  color: white;
}
.more.white img{
  filter: brightness(0) invert(1);
}
.more span {
  position: relative;
  z-index: 3;
}
.more::before {
  content: "";
  position: absolute;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.more:hover img {
  transform: translateX(5px)
}
#header .dropdown {
  position: absolute;
  left: 50%;
  top: 95px;
  width: 100%;
  max-width: 1150px;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transform: rotateX(90deg) translateX(-50%);
  -moz-transform: rotateX(90deg) translateX(-50%);
  transform: rotateX(90deg) translateX(-50%);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #fff;
  padding: 25px 45px 40px;
  z-index: 100;
  font-weight: 300;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}
#header .dropdown .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#header .dropdown .flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#header .dropdown.active {
  -webkit-transform: rotateX(0) translateX(-50%);
  -moz-transform: rotateX(0) translateX(-50%);
  transform: rotateX(0) translateX(-50%);
}
#header .dropdown .item a{
  position: relative;
  display: block;
  padding-left: 0;
  margin-bottom: 15px;
}
#header .dropdown .item a:last-child{
  margin-bottom: 0;
}
#header .dropdown .item a span{
  font-size: 16px;
  border-bottom:1px solid transparent; 
  transition: 0.5s;
}
#header .dropdown .item a:hover span{
  border-color:var(--color);
  color: var(--color); 
  padding-left: 15px;
}
#header .dropdown .item a::before{
  content:"";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color);
  display: block;
  position: absolute;
  left: 0;
  top:10px;
  opacity: 0;
  transition: 0.5s;
}
#header .dropdown .item a:hover::before{
  opacity: 1;
}
#header .dropdown .right .item a{
  width: 50%;
  padding-right: 30px;
}

#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: white;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
#header .nav {
  height: 80px;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}
#header .nav .ui.menu .logo {
  position: relative;
  margin-right: auto;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin-right: 40px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 30px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
    padding: 15px 0;
  padding-left: 10px;
  position: relative;
  font-weight: 400;

}
#header .nav .ui.menu .menu-box ul.menu > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0.3rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  opacity: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #e41802;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover::before,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: 0;
  width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li.menu-item-345554 ul.sub-menu{
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .search-form {
  width: 131px;
  height: 41px;
  border-radius: 21px;
  border: solid 1px #000000;
  opacity: 0.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
}
#header .nav .ui.menu .search-form input {
  width: 75%;
  background: none;
  border: none;
  font-size: 14px;
}
#header .nav .ui.menu .search-form button {
  background: none;
  border: none;
}
#header .nav .ui.menu .h-search{
  cursor: pointer;
}
#header .nav .ui.menu .h-inquiry{
  padding: 0 30px;
  height: 55px;
  background-color: var(--color);
  font-size: 18px;
  color: white;
  border-radius:35px;
  display: flex;
  align-items: center;
  margin: 0 40px;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  font-size: 14px;
  cursor: pointer;
}
#header .nav .ui.menu .h-language span i {
  margin-left: 7px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

@-webkit-keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }
  100% {
    background-position-x: 2.969vw;
  }
}
@-moz-keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }
  100% {
    background-position-x: 2.969vw;
  }
}
@keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }
  100% {
    background-position-x: 2.969vw;
  }
}

.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}
#banner .video{
  position: relative
}
#banner .video::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient( -45deg,rgba(0, 0, 0,0.5) 0,rgba(0, 0, 0,0.5) 25%,rgba(0, 0, 0,0.2) 25%,rgba(0, 0, 0,0.2) 50%,rgba(0, 0, 0,0.5) 50%,rgba(0, 0, 0,0.5) 75%,rgba(0, 0, 0,0.2) 75%,rgba(0, 0, 0,0.2) 100% );
    background-size: 4px 4px;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide video{
  width: 100%;
  height: 100%;
  object-fit: cover
}
#banner .swiper-slide .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#banner .swiper-slide .text .ui {
  height: 100%;
}
#banner .swiper-slide .text .box {
  position: absolute;
  width: 60%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#banner .swiper-slide .text .box img {
  position: relative;
  z-index: 2;
}
#banner .swiper-slide .text .box .title {
  font-size: 80px;
  line-height: 1.2;
  color: #fff;
  position: relative;
  z-index: 2;
}
#banner .swiper-slide .text .box .circle {
  width: 555px;
  height: 555px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .swiper-slide .text .box .circle .dot {
  width: 18px;
  height: 18px;
  background-color: var(--color);
  -webkit-transform-origin: 9px 287px;
  -moz-transform-origin: 9px 287px;
  -ms-transform-origin: 9px 287px;
  transform-origin: 9px 287px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 50%;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-animation: rot 15s infinite linear;
  -moz-animation: rot 15s infinite linear;
  animation: rot 15s infinite linear;
}

@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#banner .bot{
  position: absolute;
  bottom:85px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
#banner .bot .right span.arrow{
  width: 30px;
  height: 30px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
#banner .bot .right span.arrow i{
  font-size: 18px;
  color: white;
}
#banner .bot .right .swiper-pagination .swiper-pagination-current::before, 
#banner .bot .right .swiper-pagination .swiper-pagination-total::before {
    content: "0";
}
#banner .bot .right .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: transparent;
  margin-right: 14px;
  width: auto;
}
#banner .bot .right .swiper-pagination span{
  color: white;
}
#banner .bot .right .swiper-pagination span:first-child{
  display: flex;
  align-items: center;
}
#banner .bot .right .swiper-pagination span:first-child::after{
  content:"";
  width: 65px;
  height: 2px;
  margin: 0 40px 0 25px;
  display: block;
  background: white;
}
#banner .bot .ban-logo {
  width: 300px;
  display: flex;
  overflow: hidden;
}
#banner .bot .ban-logo ul{
  white-space: nowrap;
  display: flex;
  -webkit-animation: transAni2 10s linear infinite forwards;
  -moz-animation: transAni2 10s linear infinite forwards;
  animation: transAni2 10s linear infinite forwards;
}
#banner .bot .ban-logo ul li{
  width: 100px
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sc {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@-moz-keyframes sc {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@keyframes sc {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-moz-keyframes ks2 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
}
.title {
  line-height: 1;
  font-weight: bold;
}
.line {
  width: 59px;
  height: 2px;
  background-color: var(--color);
}
#index-body .product {
  position: relative;
  padding-bottom: 170px;
  background: url(../images/bg1.jpg) no-repeat center bottom / cover;
}
#index-body .product .ui {
  padding-top: 90px;
}
#index-body .product .top{
  position: relative;
}
#index-body .product .top h6{
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  font-size: 14px;
}
#index-body .product .tit {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  color: #dcdcdc;
  text-align: center;
}
#index-body .product .mySwiper1 {
  width: 580px;
  margin-top: -80px;
  overflow: hidden;
  margin-left: 0;
}
#index-body .product .mySwiper1 h2 {
  color: var(--color);
  margin-bottom: 10px;
  line-height: 1.1;
}
#index-body .product .mySwiper1 .title {
  color: var(--color);
}
#index-body .product .mySwiper1 .line {
  margin: 22px 0 50px;
}
#index-body .product .mySwiper1 .cont {
  color: #000000;
  opacity: 0.7;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 90px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .product .btn {
  position: absolute;
  right: 120px;
  top: 0;
  width: 171px;
  height: 374px;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  z-index: 9;
}
#index-body .product .btn .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-top: 50px;
}
#index-body .product .btn .swiper-pagination .currentline {
  width: 34px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 12px 0 9px;
}
#index-body .product .btn .swiper-pagination .swiper-pagination-current::before,
#index-body .product .btn .swiper-pagination .swiper-pagination-total::before {
  content: "0";
}
#index-body .product .btn .prev,
#index-body .product .btn .next {
  width: 46px;
  height: 46px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  margin-top: 20px;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .btn .prev:hover,
#index-body .product .btn .next:hover {
  background-color: #f5f5f5;
  color: var(--color);
}
#index-body .product .mySwiper2 {
  width: 100%;
}
#index-body .product .mySwiper2 .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .product .mySwiper2 .swiper-slide-next img,
#index-body .product .mySwiper2 .swiper-slide-prev img {
  -webkit-transform: scale(0.5) translateY(50%);
  -moz-transform: scale(0.5) translateY(50%);
  -ms-transform: scale(0.5) translateY(50%);
  transform: scale(0.5) translateY(50%);
}
#index-body .product .mySwiper2 .swiper-slide-active img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .mySwiper2 .swiper-slide .img1{
  position: absolute;
  right: 0;
  bottom:0;
  max-width: 300px;
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box{
  position: absolute;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box::before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  background-color: rgba(235,60,0,0.2);
  border-radius: 50%;
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box::after{
  content:"";
  display: block;
  width: 85%;
  height: 85%;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  background-color: rgba(235,60,0,0.25);
  border-radius: 50%;
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box span{
  width:45px;
  height: 45px;
  background-color: var(--color);
  border-radius: 50%;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box span i{
  transition: 0.5s;
  font-size: 26px;
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box span .i2{
  opacity: 0;
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box:hover span .i1{
  opacity: 0;
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box:hover span .i2{
  opacity: 1;
}

#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box .text_box{
  border-radius: 25px;
  background-color: white;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);
  position: absolute;
  right: 95%;
  bottom: 65px;
  padding: 30px 35px;
  overflow: hidden;
  transition: all 0.5s;
  width: 350px;
  transform: rotateY(90deg);
  transform-origin: right;
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box:hover .text_box{
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  transform: rotateY(0deg);
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box .text_box ol li{
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box .text_box ol li:last-child{
  margin-bottom: 0;
}
#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box .text_box ol li::before{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius:50%;
  background-color: var(--color);
  position: absolute;
  left: -22px;
  top:8px; 
  line-height: 1.8;
}

#index-body .product .mySwiper2 .swiper-slide .img_big .btn_box .text_box ol li a:hover{
  text-decoration: underline;
  text-decoration-color: var(--color);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; 
  color: var(--color);     
}

#index-body .applications {
  position: relative;
}
#index-body .applications .imglist .item {
  height: 940px;
}
#index-body .applications .imglist .item.active {
  display: block;
}
#index-body .applications .imglist .item img {
  width: 100%;
  height: 940px;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .applications .imglist .item .img2{
  left: 0;
  top: 0;
}
#index-body .applications .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 0;
}
#index-body .applications .box .ui {
  height: 100%;
}
#index-body .applications .box .leftlist {
  width: 62%;
  color: #fff;
  padding-top: 140px;
}
#index-body .applications .box .leftlist .item {
  display: none;
}
#index-body .applications .box .leftlist .item.active {
  display: block;
}
#index-body .applications .box .leftlist .smt {
  margin-bottom: 8px;
}
#index-body .applications .box .leftlist .line {
  margin: 15px 0 40px;
}
.smt{
  font-size: 14px;
}
#index-body .applications .box .leftlist .cont {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 40px;
  max-width: 760px;
  line-height: 1.8;
}
#index-body .applications .box .rightlist {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
#index-body .applications .box .rightlist .item {
  width: 50%;
  height: 33.33333333%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 50px 20px 50px 25px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  border-top: solid 1px rgba(245, 245, 245, 0.2);
  border-bottom: solid 1px rgba(245, 245, 245, 0.2);
  border-left: solid 1px rgba(245, 245, 245, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .applications .box .rightlist .item:nth-child(2n){
  border-right: solid 1px rgba(245, 245, 245, 0.2);
}
#index-body .applications .box .rightlist .item.active,
#index-body .applications .box .rightlist .item:hover {
  background: var(--color);
}
#index-body .about {
  padding: 120px 0 93px;
  background: url(../images/bg2.jpg) no-repeat left top / cover;
}
#index-body .about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .about .box .left {
  width: 45%;
}
#index-body .about .box .left .title {
  color: var(--color);
}
#index-body .about .box .left .title span {
  font-size: 30px;
}
#index-body .about .box .left .line {
  margin: 20px 0 40px;
}
#index-body .about .box .left .cont {
  font-size: 18px;
  line-height: 1.8;
  color: #010101;
  opacity: 0.9;
  margin-bottom: 35px;
}
#index-body .about .box .right {
  width: 32%;
}
#index-body .about .box .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 85px;
}
#index-body .about .box .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .about .box .right ul li:first-child .rg::after {
  top: 27px;
}
#index-body .about .box .right ul li .num {
  font-size: 100px;
  color: var(--color);
  font-weight: bold;
  line-height: 1;
}
#index-body .about .box .right ul li p {
  font-size: 20px;
  font-style: italic;
  margin-top: 8px;
}
#index-body .about .box .right ul li .rg {
  position: relative;
}
#index-body .about .box .right ul li .rg img {
  position: relative;
  z-index: 2;
}
#index-body .about .box .right ul li .rg::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-animation: sc 2s linear infinite alternate;
  -moz-animation: sc 2s linear infinite alternate;
  animation: sc 2s linear infinite alternate;
}
#index-body .about .box .right ul li .lf {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 5px;
}
#index-body .about .play {
  width: 129px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
#index-body .about .play .play-box {
  position: relative;
}
#index-body .about .play .play-box .pad {
  width: 129px;
  height: 129px;
  background-color: #eeeeee;
  border-radius: 50%;
  line-height: 129px;
  font-size: 25px;
  color: var(--color);
  position: relative;
  z-index: 2;
}
#index-body .about .play .play-box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background-color: var(--color);
  opacity: 0.09;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  z-index: 1;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .about .play .play-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background-color: var(--color);
  opacity: 0.09;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
  z-index: 1;
}
#index-body .about .play p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 40px;
  color: var(--color);
  line-height: 1;
}
#index-body .project {
  padding: 100px 0 70px;
  background: url(../images/bg3.jpg) no-repeat top left / cover;
  color: #fff;
}
#index-body .project .smt {
  margin-bottom: 30px;
}
#index-body .project .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .project .top .left {
  width: 45%;
}
#index-body .project .top .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
#index-body .project .top .left ul li {
  width: 50%;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
}
#index-body .project .top .left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0.3rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid #e41802;
}
#index-body .project .top .right{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#index-body .project .top .right a {
  padding: 0 30px;
  height: 55px;
  background-color: #000;
  font-size: 16px;
  color: white;
  border-radius: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 45px;
  width: 290px;
  margin-top: 25px;
  transition: all 0.5s;
}
#index-body .project .top .right a:hover,
#index-body .project .top .right a.active {
  background-color: var(--color);
}
#index-body .project .bottom {
  margin-top: 90px;
}
#index-body .project .bottom .swiper {
  overflow: hidden;

}
#index-body .project .bottom .swiper .img{
  position: relative;
  transition: .5s
}
#index-body .project .bottom .swiper .img::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s
}
#index-body .project .bottom .swiper .img:hover::after,
#index-body .project .bottom .swiper .swiper-slide-active .img::after{
 opacity: 0
}
#index-body .project .bottom .btns {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .project .bottom .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: transparent;
  margin-right: 14px;
  width: auto;
}
#index-body .project .bottom .swiper-pagination span{
  color: white;
}
#index-body .project .bottom .swiper-pagination span:first-child{
  display: flex;
  align-items: center;
}
#index-body .project .bottom .swiper-pagination span:first-child::after{
  content:"";
  width: 65px;
  height: 2px;
  margin: 0 40px 0 25px;
  display: block;
  background: white;
}
#index-body .project .bottom .swiper-pagination .currentline {
  width: 63px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 46px 0 17px;
}
#index-body .project .bottom .swiper-pagination .swiper-pagination-current::before,
#index-body .project .bottom .swiper-pagination .swiper-pagination-total::before {
  content: "0";
}
#index-body .project .bottom .page span{
  font-size: 18px;
}
#index-body .project .bottom .line{
  margin: 0 45px 0 15px;
  background-color: white;
}
#index-body .project .bottom .prev,
#index-body .project .bottom .next {
  width: 30px;
  height: 30px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 13px;
}
#index-body .project .bottom .prev:hover,
#index-body .project .bottom .next:hover {
  background-color: #f5f5f5;
  color: var(--color);
}
#index-body .project .bottom .item_sw {
  display: block;
}
#index-body .news {
  padding: 150px 0;
  background: url(../images/bg4.jpg) no-repeat top left / cover;
}
#index-body .news .title {
  color: var(--color);
  text-align: center;
}
#index-body .news .line {
  margin: 23px auto 65px;
}
#index-body .news .bottom {
  padding: 0 100px;
}
#index-body .news .bottom a {
  display: block;
}
#index-body .news .bottom ul {
  margin-right: -44px;
}
#index-body .news .bottom ul li {
  padding-right: 44px;
}
#index-body .news .bottom ul li .item:hover .t1{
   color: var(--color);
}
#index-body .news .bottom ul li .item .text{
  transition: .5s
}
#index-body .news .bottom .img-box img {
    display: block;
    margin: 0 auto;
    width: 100%;
    transition: .5s;
}
#index-body .news .bottom .item:hover .img-box img{
  filter: none;
}
#index-body .news .bottom .t1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.5em;
  margin-top: 20px;
  transition: all 0.5s;
  
}
#index-body .news .bottom .time {
  font-size: 18px;
  color: #4b4b4b;
  margin-top: 20px;
}
#index-body .news .bottom .time span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: var(--color);
  border-radius: 50%;
  margin: 0 3px;
}
#index-body .news .bottom .btn {
  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;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .btn img {
  transition: all 0.5s;
  height: fit-content;
}
#index-body .news .bottom ul li .item:hover .btn{
  border-color: var(--color);
  color: var(--color);
}
#index-body .news .bottom ul li .item .btn img{
  -webkit-filter: brightness(0);
  filter: brightness(0);
  transition: all 0.5s;
}
#index-body .news .bottom ul li .item:hover .btn img{
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .advantage {
  background: #eff5fb;
  padding: 59px 0;
}
#index-body .advantage ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 20px;
  font-weight: 400;
}
#index-body .advantage ul li {
  width: 33%;
  border-right: 1px solid #000;
  text-align: center;
  line-height: 1;
}
#index-body .advantage ul li:last-child {
  border: none;
}
#index-body .advantage ul li p {
  margin-top: 28px;
  cursor: pointer;
  position: relative;
}
#index-body .advantage ul li p::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  height: 0;
  border-bottom: 8px solid #e41802;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  opacity: 0;
}
#index-body .advantage ul li:hover p::after {
  opacity: 1;
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #051524;
  color: #fff;
  position: relative;
}
#footer::before{
  content:"";
  width: 100%;
  height: 8px;
  background-color:var(--color);
  position: absolute;
  left: 0;
  top:0;
}
#footer .f-box {
  padding: 100px 0 130px;
}
#footer .f-box .tit {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  margin: 75px 0 25px;
}
#footer .f-box ul li {
  font-size: 16px;
  line-height: 2;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  font-weight: 400;
  opacity: 0.5;
}
#footer .f-box ul li .sub-menu{
  display: none
}
#footer .f-box ul li:last-child {
  margin-bottom: 0;
}
#footer .f-box ul li:hover {
  opacity: 1;
}
#footer .f-box .f-ab {
  max-width: 410px;
}
#footer .f-box .f-ab .f-logo{
  margin-bottom: 25px;
}
#footer .f-box .form {
  max-width: 370px;
}
#footer .f-box .form input[type='text']{
  width: 100%;
  background-color: transparent;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
  font-size: 16px;
  margin-bottom: 20px;
}
#footer .f-box .form .mbtn{
  margin-left: auto;
}
#footer .f-box .form input[type='submit']:hover{
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
#footer .f-box .form input::-webkit-input-placeholder{
  color: #505c66;
}
#footer .f-box .f-nav {
  max-width: 300px;
}
#footer .f-box .f-contact {
  max-width: 350px;
}
#footer .f-box .f-contact ul li {
  opacity: 1;
}
#footer .f-box .f-contact ul li span {
  font-size: 16px;
  opacity: 0.5;
}
#footer .f-box .f-contact ul li:last-child {
  margin-top: 30px;
}
#footer .f-box .f-code #ewm img,
#footer .f-box .f-code #ewm canvas{
  width: 90px;
  border: solid 5px #ffffff;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: -3px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
.prodet-page .down{
  right: 20px;
    position: fixed;
    bottom: 28%;
    z-index: 100;
    width: 40px;
    height: 40px;
    background-color: var(--color);
    border-radius: 50%;
    text-align: center;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1

}
.prodet-page .down .iconfont {
    font-size: 30px;
}
@media screen and (max-width: 1800px) {
  .container{
    width: 1650px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .h-inquiry {
    padding: 0 20px;
    font-size: 14px;
    margin: 0 20px;
  }
  #index-body .product .mySwiper2 {
    width: 85%;
  }
  #index-body .product .mySwiper2 .swiper-slide .img_big{
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #index-body .product .tit {
    font-size: 160px;
  }
  #index-body .applications .box .rightlist {
    width: 38%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 10px;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
  .prodet-page .down{
    bottom: 16%;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 60px;
  }
  #index-body .product .mySwiper1 .cont {
    width: 80%;
  }
  .title {
    font-size: 48px;
  }
  #index-body .product .mySwiper1 h2{
    margin-top: 10px;
    line-height: 1.2;
  } 
  #footer .f-box .f-ab {
    max-width: 260px;
  }
  #footer .f-box .form {
    max-width: 280px;
  }
  #index-body .product .mySwiper2 .swiper-slide .img_big .btn_box .text_box {
    width: 240px;
  }
  #index-body .product .mySwiper2 .swiper-slide .img_big .btn_box .text_box ol li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #index-body .project .top .left {
    width: 100%;
  }
  #index-body .project .top .left ul li {
    width: auto;
    margin-bottom: 30px;
  }
  .title {
    font-size: 40px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 55px;
  }
  #index-body .about .box .right ul li .num {
    font-size: 80px;
  }
  #index-body .news .bottom {
    padding: 0 50px;
  }
  #header .nav .ui.menu .h-inquiry{
    display: none;
  }
  #header .nav .ui.menu .h-search{
    margin-left: 20px;
  }
  #index-body .applications .box .rightlist .item{
    font-size: 16px;
  }
  #index-body .applications .box .leftlist {
    width: 55%;
  }
  #index-body .project .top .right {
    width: 100%;
    justify-content: center;
  }
  #index-body .project .top .right a:first-child{
    margin-left: 0;
  }
  #footer .f-box .form {
    max-width: 100%;
    width: 45%;
  }
  #footer .f-code {
    max-width: 100%;
    width: 45%;
  }
  #footer .f-box .f-ab {
    max-width: 35%;
  }
  #index-body .product .mySwiper2 {
    width: 95%;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 0;
  }
  #header .nav .ui.menu .search-form {
    display: none;
  }
  #index-body .product .tit {
    font-size: 100px;
  }
  .title {
    font-size: 52px;
  }
  #index-body .product .btn {
    right: 0;
  }
  #index-body .about .play {
    zoom: 0.8;
  }
  #index-body .news .bottom {
    padding: 0;
  }
  #footer .f-box .f-nav ul li {
    width: 100%;
  }
  #footer .f-box .f-nav ul li:nth-child(2n) {
    width: 100%;
  }
  #footer .f-box .f-nav {
    max-width: 200px;
  }
   #index-body .product .mySwiper2 {
   padding-right: 15%
  
  }
}
@media screen and (max-width: 1250px) {
  #banner .swiper-slide .text .box .title {
    font-size: 45px;
  }
  #banner .swiper-slide .text .box .circle {
    zoom: 0.8;
  }
  #banner .bot {
    bottom: 20px;
  }
  #banner .swiper-slide > img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .product .tit {
    font-size: 80px;
  }
  .title {
    font-size: 47px;
  }
  #index-body .product .left{
    width: 100%;
  }
  #index-body .product .right{
    width: 100%;
  }
  #index-body .product .mySwiper1 {
    width: 100%;
  }
  #index-body .product .mySwiper1 .cont {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .product .mySwiper2 {
    padding-right: 0;
  }
  #index-body .product .mySwiper2 .swiper-slide .img_big {
    height: auto;
    padding: 60px 0;
  }
  #index-body .product {
    padding-bottom: 80px;
  } 
  #index-body .about .box .right ul li .num {
    font-size: 65px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 12px;
  }
  #footer .f-box .f-contact {
    max-width: 266px;
  }
  #footer .f-box .tit {
    margin-top: 0;
  }
  #footer .f-box .f-nav {
    display: none;
  }
   #index-body .product .mySwiper2 {
   padding-right: 10%
  
  }
  #index-body .product .btn{
    display: none
  }
  #index-body .product .mySwiper1 {
    margin-top: 0;
  }
  #index-body .about .box .left .cont {
    font-size: 16px;
  }
  #footer .f-box .f-contact,
  #footer .f-box .f-ab {
    max-width: 45%;
    margin-bottom: 50px;
  }
  #footer .f-box {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {

  #banner .swiper-slide .text .box .circle{
    display: none
  }
  #index-body .product .mySwiper2 {
   padding-right: 0
  
  }
  #header {
    position: fixed;
  }
  #header .nav {
    padding: 0;
    position: initial !important;
  }
  #header .nav .ui.menu .logo {
    display: block;
    padding: 0;
    width: auto;
  }
  #header .nav .ui.menu .logo img {
    width: 45%;
  }
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .shop {
    display: none;
  }
  #header.active {
    top: 0;
  }
  #banner {
    margin-top: 0;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 40px;
  }
  #index-body .product .btn {
    display: none;
  }
  #index-body .product .mySwiper1 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  #index-body .product .mySwiper2 {
    width: 100%;
    position: static;
    margin-top: -120px
  }
  #index-body .applications {
    display: none;
  }
  .title {
    font-size: 30px;
  }
  #index-body .about .box .left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 250px;
  }
  #index-body .about .play {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .about .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .box .right {
    width: 100%;
  }
  #index-body .project {
    display: none;
  }
  #banner .swiper-slide .text .box {
    width: 90%;
  }
  #index-body .product .tit {
    font-size: 60px;
  }
  #index-body .about .box .right ul li .num {
    font-size: 56px;
  }
  #index-body .about .box .right ul li p {
    font-size: 16px;
  }
  #index-body .news .bottom .t1 {
    font-size: 20px;
  }
  #index-body .about .box .right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .box .right ul li {
    width: 45%;
  }
  #footer .f-box {
    padding: 40px 0;
  }
  #footer .f-box .f-nav,
  #footer .f-box .f-product {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 300px;
  }
  #index-body .i-news .top .title{
    width: 100%
  }
  #index-body .product .mySwiper1 .cont{
    display: none
  }
  #index-body .product .mySwiper1 .line{
    margin: 10px 0 20px
  }
  #banner .swiper-slide .text .box {
    top: 38%;
  }
  #index-body .product .mySwiper2 {
    margin-top: 0;
  }
  #index-body .product .mySwiper2 .swiper-slide a{
    display: block;
    width: 85%;
    margin: auto;
  }
  #index-body .product .mySwiper2 .swiper-slide .img_big .btn_box{
    display: none;
  }
  #index-body .product .top h6{
    display: none;
  }
  #index-body .product {
    padding-bottom: 60px;
  }
  #index-body .about,
  #index-body .news{
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  #banner .bot{
    display: none;
  }
  #banner .swiper-slide .text .box{
    top: 50%
  }
  #index-body .about .play {
    top: 60%;
  }
  #banner .swiper-slide {
    height: auto;
  }
  #banner .swiper-slide .text ul {
    bottom: 20px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 35px;
  }
  #index-body .product .mySwiper2 .swiper-slide .img1 {
    max-width: 200px;
  }
  #index-body .advantage ul li {
    width: auto;
    border: none;
    margin-bottom: 20px;
  }
  #footer .f-box {
    padding: 40px 0;
  }
  #footer .f-box .f-ab {
    max-width: 100%;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
 
  #index-body .product .ui {
    padding-top: 40px;
  }
  #index-body .product {
    padding-bottom: 90px;
  }
  #index-body .about .box .left .title span {
    font-size: 25px;
  }
  #index-body .about {
    padding: 40px 0;
  }
  #index-body .about .box .right ul li {
    margin-bottom: 35px;
  }
  #index-body .news {
    padding: 50px 0;
  }
  #footer .f-box .f-ab .form,
  #footer .f-box .f-ab .share {
    margin-top: 40px;
  }
  #banner .bot .ban-logo{
    zoom: 0.7
  }
  #footer .f-box .form {
    width: 100%;
    margin-bottom: 50px;
  }
  #index-body .product .mySwiper2 .swiper-slide .img_big {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .table2 table tbody{
    min-width: 700px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 24px;
  }
  #banner .swiper-slide .text ul {
    display: none;
  }
  #banner .swiper-slide > img {
    height: 300px;
  }
  #index-body .product .tit {
    font-size: 35px;
  }
  .title {
    font-size: 25px;
  }
  #index-body .product .mySwiper2 .swiper-slide .img1 {
    max-width: 120px;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .about .box .left .title span {
    font-size: 20px;
  }
  #index-body .about .play {
    display: none;
  }
  #index-body .about .box .left {
    margin-bottom: 40px;
  }
  #index-body .about .box .right ul li {
    width: 100%;
  }
  #index-body .about .box .right ul li .num {
    font-size: 35px;
  }
  #footer .f-box .tit {
    font-size: 20px;
  }
  #footer .f-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-box .f-ab {
    width: 100%;
  }
  #footer .f-box .f-ab .search {
    width: 200px;
    margin: 20px auto 0;
  }
  #footer .f-box .f-contact ul li {
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 18%;
  }
    .prodet-page .down{
      right: 10px;
    bottom: 25%;
  }
  #banner .bot .ban-logo{
    zoom: 0.6;
    bottom: 20px
  }
  
}











.inner-banner {
  position: relative;
  margin-top: 80px;
}
.inner-banner .bg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-banner .mbx {
  position: absolute;
  left: 50%;
  top:50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: white;
  text-align: center;
}
.inner-banner .mbx h2 {
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  margin-top: 20px;
}
.inner-banner.prodet-banner .mbx h2 {
  font-size: 34px;
  margin-top: 10px;
  line-height: 1.4;
}
.inner-banner .mbx h4 {
  font-size: 18px;
  line-height: 32px;
}
.m-page .wp-pagenavi{
  text-align: center;
  margin-top: 70px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 8px;
  width: 78px;
  line-height: 85px;
  height: 78px;
  font-size: 20px;
  text-align: center;
  border-radius:50%; 
}
.m-page a:hover {
  color: var(--color);
}
.m-page span {
  background-color: var(--color);
  color: #fff;
}
.factory-page .factory-1 {
  padding: 90px 0;
  position: relative;
}
.factory-page .factory-1 .container .left {
  max-width: 785px;
}
.factory-page .factory-1 .container .left h3 {
  line-height: 1.2;
}
.factory-page .factory-1 .container .left img {
  margin-top: 80px;
}
.factory-page .factory-1 .container .right {
  max-width: 600px;
}
.factory-page .factory-1 .container .right p {
  max-width: 540px;
}
.factory-page .factory-1 .container .right img {
  margin-top: 80px;
}
.factory-page .factory-1 .text {
  margin-top: 80px;
  padding-bottom: 130px;
}
.factory-page .factory-1 .text p {
  padding: 0 60px;
}
.factory-page .factory-1 ul {
  margin: 45px -15px 0;
}
.factory-page .factory-1 ul li {
  margin: 25px 0;
  padding: 0 15px;
}
@media (max-width: 1250px) {
  .factory-page .factory-1 .container .right {
    max-width: 100%;
  }
  .factory-page .factory-1 .container .right p {
    max-width: 100%;
    margin-top: 0;
  }
  .factory-page .factory-1 .container .left span {
    margin-left: 0;
  }
  .factory-page .factory-1 .container .left h3 {
    margin-left: 0;
    margin-bottom: 30px;
  }
}


.contact-page .init-1 {
  margin-top: 120px;
}
.contact-page .init-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .left {
  width: 41%;
}
.contact-page .init-1 .container .left .title {
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  font-size: 18px;
  font-weight:500;
  color: #666666;
  margin-top: 10px;
  line-height: 2;
}
.contact-page .init-1 .container .left img {
  margin-top: 50px;
  width: 100%;
}
.contact-page .init-1 .container .right {
  margin-top: 65px;
  width: 53%;
}
.contact-page .init-1 .container .right .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .init-1 .container .right .cont .s_right {
  width: 395px;
}
.contact-page .init-1 .container .right .cont .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .init-1 .container .right .cont .list .img {
  margin-top: 8px;
  min-width: 22px;
}
.contact-page .init-1 .container .right .cont .list .img img {
  max-width: 100%;
}
.contact-page .init-1 .container .right .cont .list .text {
  margin-left: 15px;
  font-size: 18px;
  font-weight:500;
  color: #5d5d5d;
  line-height: 2;
}
.contact-page .init-1 .container .right form {
  margin-top: 30px;
}
.contact-page .init-1 .container .right form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .list .tip {
  font-size: 18px;
  font-family: var(--font);
}
.contact-page .init-1 .container .right form .list input,
.contact-page .init-1 .container .right form .list textarea {
  background-color: #f7f7f7;
  margin-top: 5px;
  padding: 15px;
  border: none;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight:500;
  color: #b0b0b0;
}
.contact-page .init-1 .container .right form .list .upload_cont {
  position: relative;
  padding: 15px;
  font-size: 16px;
  font-weight:500;
  background-color: #f7f7f7;
  color: #b0b0b0;
  margin-top: 5px;
}
.contact-page .init-1 .container .right form .list .upload_cont input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin-top: 0;
  opacity: 0;
}
.contact-page .init-1 .container .right form .form_des {
  font-size: 18px;
  line-height: 32px;
  color: #b0b0b0;
  /*font-weight: bold;*/
  margin-top: 20px;
}
.contact-page .init-1 .container .right form .submit input[type="submit"] {
  width: 195px;
  height: 50px;
  background: var(--color);
  border: 1px solid var(--color);
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
  color: white;
  font-size: 18px;
}
.contact-page .init-1 .container .right form .submit input[type="submit"]:hover{
  background:transparent;
  color: var(--color);
}
.contact-page .init-1 .container .right form .submit_btn {
  /*background-color: #000;
  border-color: #000;*/
  border-radius: 5px;
  cursor: pointer;
  /*width: 180px;
  height: 50px;*/
  overflow: hidden;
  margin-top: 50px;
}
.contact-page .init-1 .container .right{
  position: relative;
}
.contact-page .init-1 .container .right #ewm{
  width: 120px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  padding: 4px;
}
.contact-page .init-1 .container .right #ewm img,.contact-page .init-1 .container .right canvas{
  display: block;
  width: 100%;
}
.contact-page .init-2 {
  margin-top: 185px;
  position: relative;
  z-index: 2;
}
.contact-page .init-2 .container {
  padding: 0;
  width: 100%;
}

.service-page .service-1 .text {
    max-width: 1080px;
    margin: 1em auto
}

.service-page .service-1 .list {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    height: 560px;
    padding: 15px
}

.service-page .service-1 .list:after {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,from(transparent),to(#fff));
    background-image: -webkit-linear-gradient(bottom,transparent,#fff);
    background-image: -moz-linear-gradient(bottom,transparent,#fff);
    background-image: linear-gradient(to top,transparent,#fff);
    z-index: 2;
    top: 0
}

.service-page .service-1 .list .swiper {
    -webkit-transform: rotate3d(1,0,0,15deg);
    -moz-transform: rotate3d(1,0,0,15deg);
    transform: rotate3d(1,0,0,15deg);
    width: 100%;
    height: 100%;
    overflow: unset
}

.service-page .service-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    transition-timing-function: linear;
    flex-direction: row;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 20px
}

.service-page .service-1 .list ul li {
    width: 100%;
    margin: 0 !important
}

.service-page .service-1 .list ul li a.img {
    height: 120px;
    padding: 5%;
    -o-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    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
}

.service-page .service-1 .list ul li a.img img {
    max-width: 100%
}

.service-page .service-2 .ui.container {
    width: auto;
    max-width: 1700px
}

.service-page .service-2 .box {
    height: 700px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5%
}

.service-page .service-2 .box .mask i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service-page .service-2 .box .mask i.active {
    opacity: 1
}

.service-page .service-2 .box .content {
    width: 660px;
    border: 1px solid #e5e5e5;
    padding: 4% 3%;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    background-color: #fff
}

.service-page .service-2 .box .content span.tag {
    display: block;
    color: var(--color);
    margin-bottom: .5em;
    font-weight: 500
}

.service-page .service-2 .box .content .text {
    margin: 1.5em 0;
    max-width: 90%
}

.service-page .service-2 .box .content .slickBtn {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}
.service-page .service-3 .container{
  max-width: 1410px;
}
.service-page .service-3 .swiper .swiper-slide {
    padding: 10% 3%;
    border-radius: 250px;
    position: relative;
    z-index: 1;
    color: #fff;
    overflow: hidden
}

.service-page .service-3 .swiper .swiper-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service-page .service-3 .swiper .swiper-slide i {
    display: block
}

.service-page .service-3 .swiper .swiper-slide span.h6 {
    margin-top: 1.4em;
    display: block;
    font-weight: 500;
    font-size: 24px
}

.service-page .service-3 .swiper .swiper-slide .text {
    margin-top: 1em;
    max-height: 160px;
    overflow-y: auto;
    padding-right: 15px;
    color: white;
}

.service-page .service-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
    background-color: #000
}

.service-page .service-3 .swiper .swiper-slide .content {
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service-page .service-3 .swiper .swiper-slide .center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.service-page .service-3 .swiper .swiper-slide:hover:before {
    background-color: var(--color)
}

.service-page .service-3 .swiper .swiper-slide:hover .content {
    opacity: 1
}

.service-page .service-3 .swiper .swiper-slide:hover .center {
    top: 40%;
    opacity: 0
}


.prodet-page .prodet-2 .form {
    margin-top: 2em;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto
}

.prodet-page .prodet-2 .form ul {
    -webkit-column-gap: 2.77777778em;
    -moz-column-gap: 2.77777778em;
    column-gap: 2.77777778em;
    row-gap: 1.66666667em;
    text-align: left
}

.prodet-page .prodet-2 .form ul li label {
    display: block;
    margin-bottom: .3em
}

.prodet-page .prodet-2 .form ul li input[type='text'],.prodet-page .prodet-2 .form ul li textarea {
    display: block;
    width: 100%;
    padding: .7em;
    border: 1px solid #e5e5e5;
    border-radius: .5em;
    background-color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
    border-color: var(--color)
}

.prodet-page .prodet-2 .form ul li textarea {
    height: 150px
}

.prodet-page .prodet-2 .form ul li p {
    margin-top: 1.16666667em
}

.prodet-page .prodet-2 .form ul li button {
    border: none
}

.prodet-page .prodet-2 .form ul li.wid-100 {
    grid-column: span 2
}
.prodet-page .prodet-2 .form ul li input[type='submit']{
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width:160px;;
  height: 55px;
  border: 1px solid var(--color);
  background-color: var(--color);
  transition: all 0.5s;
}
.prodet-page .prodet-2 .form ul li input[type='submit']:hover{
  color: var(--color);
  background-color: transparent;
}


.download-page {
    overflow: unset
}

.download-page .download-1 .list .swiper-slide {
    height: auto
}

.download-page .download-1 .list a.flex {
    padding: 25px 15px;
    border-radius: 10px;
    height: 100%;
    background-color: #f6f6f6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.download-page .download-1 .list a.flex span {
    margin: 0 15px
}

.download-page .download-1 .list a.flex i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.6em;
    color: #666
}

.download-page .download-1 .list a.flex:hover {
    color: #fff;
    background-color: var(--color)
}

.download-page .download-1 .list a.flex:hover i {
    color: inherit
}

.download-page .download-2 .list {
    position: relative
}

.download-page .download-2 .img {
    border-radius: 10px;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 20px;
    height: 300px;
    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: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right
}

.download-page .download-2 .img .play {
    cursor: pointer;
}

.download-page .download-2 span.h6 {
    margin-top: .5em;
    display: block;
    width: 350px
}

.download-page .download-2 .slickBtn div {
    top: 40%
}

.download-page .download-3 .left {
    position: sticky;
    top: 100px
}

.download-page .download-3 .left .text {
    margin: 1em 0
}

.download-page .download-3 .right .list ul li {
    padding: 25px 0 20px;
    border-bottom: 1px solid #e5e5e5
}

.download-page .download-3 .right .list ul li span.h6 {
    cursor: pointer;
    font-weight: 500;
}

.download-page .download-3 .right .list ul li span.h6 i {
    width: 1em;
    height: 1em;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    margin-top: .3em
}

.download-page .download-3 .right .list ul li span.h6 i:after,.download-page .download-3 .right .list ul li span.h6 i:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: #000
}

.download-page .download-3 .right .list ul li span.h6 i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.download-page .download-3 .right .list ul li.active span.h6 i:before {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.download-page .download-3 .right .list ul li .text {
    margin-top: .7em;
    display: none
}

.about-page .about-history .ui.container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-page .about-history .left {
    width: 50%;
    margin-top: 16.25vw;
    margin-bottom: 19.53125vw;
    position: -webkit-sticky;
    position: sticky;
    z-index: 3;
    top: 200px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about-page .about-history .left .left-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-page .about-history .left .left-box .public-title span.span2 {
    color: #000
}

.about-page .about-history .left .left-box .intro {
    margin-top: 23px;
    color: var(--index-color2)
}

.about-page .about-history .left .left-box .public-btn {
    margin-top: 6.25vw
}

.about-page .about-history .left .year-right {
    margin-top: 8.28125vw;
    font-size: 9.583333333vw;
    font-weight: 700;
    font-family: Montserrat;
    line-height: 1;
    color: var(--color);
    position: relative
}

.about-page .about-history .left .year-right svg {
    position: absolute;
    right: -280px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1
}

.about-page .about-history .right {
    margin-bottom: 19.53125vw;
    padding-bottom: 13px;
    width: 50%
}

.about-page .about-history .right .history-list {
    margin-right: 3.9583333333333335vw;
    position: relative
}

.about-page .about-history .right .history-list li {
    align-items: flex-start
}

.about-page .about-history .right .history-list li.active .text-right:before,.about-page .about-history .right .history-list li.active .text-right:after {
    background: -webkit-gradient(linear,left top,right top,from(var(--color)),to(transparent));
    background: -webkit-linear-gradient(left,var(--color),transparent);
    background: -moz-linear-gradient(left,var(--color),transparent);
    background: linear-gradient(to right,var(--color),transparent);
    opacity: 1
}

.about-page .about-history .right .history-list li.active .text-right .title {
    color: #000
}

.about-page .about-history .right .history-list li.active .text-right .intro {
    color: #000
}

.about-page .about-history .right .history-list li.active .year-left {
    background: unset;
    -webkit-background-clip: unset;
    color: var(--color) !important
}

.about-page .about-history .right .history-list li:first-child .year-left {
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#f6f6f6));
    background: -webkit-linear-gradient(top,transparent,#f6f6f6);
    background: -moz-linear-gradient(top,transparent,#f6f6f6);
    background: linear-gradient(to bottom,transparent,#f6f6f6);
    -webkit-background-clip: text;
    color: transparent
}

.about-page .about-history .right .history-list li:last-child .year-left {
    background: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(transparent));
    background: -webkit-linear-gradient(top,#f6f6f6,transparent);
    background: -moz-linear-gradient(top,#f6f6f6,transparent);
    background: linear-gradient(to bottom,#f6f6f6,transparent);
    -webkit-background-clip: text;
    color: transparent
}

.about-page .about-history .right .history-list li .year-left {
    font-size: 9.583333333vw;
    font-weight: 700;
    font-family: Montserrat;
    line-height: 1;
    color: #f6f6f6;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: sticky;
    width: 232px
}

.about-page .about-history .right .history-list li .text-right {
    margin-left: 15.125vw;
    padding-top: 6.5vw;
    padding-bottom: 6.65625vw;
    padding-right: 4.1145833vw;
    position: relative;
}

.about-page .about-history .right .history-list li .text-right:before,.about-page .about-history .right .history-list li .text-right:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: rgba(122,122,122,.15)
}

.about-page .about-history .right .history-list li .text-right:before {
    top: -2px;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 2
}

.about-page .about-history .right .history-list li .text-right:after {
    bottom: 0
}

.about-page .about-history .right .history-list li .text-right .title {
    color: rgba(0,0,0,.28);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 1
}

.about-page .about-history .right .history-list li .text-right .intro {
    color: rgba(0,0,0,.28);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 1.333
}
.story-page .story-1 {
    position: relative;
    text-align: right
}

.story-page .story-1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-mask-image: url("/template/en/images/story-1-mask.png");
    mask-image: url("/template/en/images/story-1-mask.png");
    -webkit-mask-position: top left -17%;
    mask-position: top left -100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .71
}

.story-page .story-1 span.h1 {
    font-size: 130px;
    color: var(--color);
    line-height: 1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: auto;
    font-weight: 700;
    text-indent: -1.8em;
    text-align: left;
    position: relative;
    margin-right: 6%
}

.story-page .story-2 .ui.container {
    width: auto;
    max-width: 1700px
}

.story-page .story-2 .left {
    width: 40%
}

.story-page .story-2 .left .text p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em
}

.story-page .story-2 .left .text p:before {
    content: '';
    width: .3125em;
    height: .3125em;
    border-radius: 100%;
    margin-right: .3125em;
    background-color: var(--color);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: .65em
}

.story-page .story-2 .map {
    position: relative
}

.story-page .story-2 .map .img {
    position: absolute;
    right: 84%;
    top: 45%;
    width: 350px;
    z-index: 1
}

.story-page .story-2 .map .img i {
    position: absolute;
    left: 138%;
    top: -.46666667em;
    font-size: 15px;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    background-color: var(--color)
}

.story-page .story-2 .map .img i:before {
    content: '';
    width: 13.33333333em;
    height: 13.33333333em;
    background-color: var(--color);
    opacity: .2;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
    position: absolute;
    border-radius: inherit
}

.story-page .story-2 .map .img i:after {
    content: '';
    width: 10em;
    height: 1px;
    position: absolute;
    top: .46666667em;
    background-color: var(--color);
    right: 100%;
    z-index: -1
}

.story-page .story-3 .left {
    padding-right: 5%
}

.story-page .story-3 .right {
    padding-left: 1%
}

.story-page .story-3 .right .list li span.h6 {
    margin-top: 1.2em;
    display: block;
    color: var(--color)
}

.story-page .story-3 .right .list li .text {
    margin-top: .2em
}

.story-page .story-4 {
    background-color: #f0f3f5;
    overflow: hidden
}

.story-page .story-4 .ui.container.w1700 .right {
    width: 60%;
}

.story-page .story-4 .ui.container .right .global a {
    padding: 15px 0;
    background-color: #fff;
    display: block
}

.story-page .story-4 span.tag {
    color: var(--color);
    display: block;
    margin-bottom: .5em
}

.story-page .story-4 span.h2 em {
    color: var(--color)
}

.story-page .story-4 .text {
    margin-top: 1em;
    margin-bottom: 2.22222222em;
    max-width: 610px
}

.story-page .story-4 .text p {
    margin-top: 1.4em
}

.story-page .story-4 .text p:first-child {
    margin-top: 0
}

.story-page .story-4 .left {
    background-color: #f0f3f5
}

.story-page .story-4 .right {
    padding-left: 3%
}

.story-page .story-4 .box {
    position: relative;
    z-index: 1
}

.story-page .story-4 .box:before {
    content: '';
    width: 1px;
    height: 300%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    background-color: #bfbfbf;
    z-index: -1
}

@media (max-width:1700px) {
  .story-page .story-1 .bg {
        background-position: center !important;
        background-attachment: unset;
        -webkit-mask-size: 70% auto;
        mask-size: 70% auto
    }

    .story-page .story-1 span.h1 {
        font-size: 90px
    }

    .story-page .story-2 .map {
        zoom:.8
    }
    .about-page .about-history .left {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -moz-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .about-page .about-history .right {
        padding-bottom: 0
    }
}
@media (max-width:1450px) {
  .service-page .service-1 .list {
      height: 450px
  }

  .service-page .service-1 .list ul li a.img {
      height: 90px
  }
  .service-page .service-2 .box {
      height: 600px
  }
  .download-page .download-2 .img {
      height: 220px
  }

}
@media (max-width:1250px) {
  .service-page .service-2 .box {
      height: 500px
  }

  .service-page .service-3 .swiper .swiper-slide i img {
      max-height: 50px
  }

  .service-page .service-3 .swiper .swiper-slide {
      padding: 50px 3%
  }
  .story-page .story-2 .map {
        zoom:.6}

    .story-page .story-1 span.h1 {
        font-size: 70px
    }

    .story-page .story-4 .ui.container.w1700 .right {
        width: 50%;
        margin-right: 0
    }
     .about-page .about-history .left .year-right svg {
        zoom:.7}

    .about-page .about-history .right .history-list li .text-right {
        padding-right: 0
    }

    .about-page .about-history .right .history-list {
        margin-right: 0
    }
  .about-page .about-history .left .left-box {
    margin-bottom: 60px;
  }
}
@media (max-width:1000px) {
  .service-page .service-1 .list {
        height: 300px
    }

    .service-page .service-1 .list ul li a.img {
        height: 70px
    }

    .service-page .service-1 .list ul {
        grid-template-columns: repeat(4,1fr)
    }


    .service-page .service-2 .box {
        height: 420px
    }

    .service-page .service-3 .swiper .swiper-slide {
        border-radius: 150px
    }
     .story-page .story-1 span.h1 {
        font-size: 50px
    }

    .story-page .story-2 .right {
        display: none
    }

    .story-page .story-2 .left {
        width: 100%
    }

    .story-page .story-3 {
        padding-top: 50px
    }

    .story-page .story-3 .left {
        width: 100%;
        padding-right: 0
    }

    .story-page .story-3 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px
    }

    .story-page .story-3 .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .story-page .story-4 .ui.container .right,.history-page .right {
        width: 100% !important;
        padding-left: 0;
        margin-top: 30px
    }

    .story-page .story-4 .ui.container .left,.history-page .left {
        width: 100% !important;
        padding-right: 0
    }

    .story-page .story-4 .ui.container .flex,.history-page .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
@media (max-width:700px) {
    .about-page .about-history {
      padding: 60px 0;
    }
    .about-page .about-history .left {
        width: 100%;
        margin: 0;
        position: relative;
        top: 0;
    }
    .about-page .about-history .right .history-list li .year-left {
      color: var(--color) !important;
    }
    .about-page .about-history .left .left-box {
        width: 100%;
    }
    .about-page .about-history .left .year-right {
        display: none;
    }
   .about-page .about-history {
        position: relative
    }

    .about-page .about-history .ui.container {
        position: unset
    }

    .about-page .about-history .left .left-box .intro {
        margin-top: 10px;
        width: 135px
    }

    .about-page .about-history .left .year-right svg {
        zoom:.5}

    .about-page .about-history .left .year-right {
        margin-left: auto
    }

    .about-page .about-history .right {
        width: 100%
    }

    .about-page .about-history .right .history-list li .year-left {
        width: 50px
    }

    .about-page .about-history .right .history-list li .text-right {
        margin-left: 0;
        width: calc(100% - 50px)
    }

    .about-page .about-history .ui.container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .service-page .service-1 .list {
        height: 200px
    }

    .service-page .service-1 .list ul {
        grid-template-columns: repeat(3,1fr)
    }

    .service-page .service-2 .box .content {
        max-width: 100%
    }

    .service-page .service-2 .box {
        height: auto
    }

    .service-page .service-2 .box .content {
        background-color: rgba(255,255,255,.6)
    }
  .contact-page .init-2{
    margin-top: 30px;
  }
  .contact-page .init-1{
    margin-top: 30px;
  }
  .contact-page .init-1 .container .left {
    display: none;
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
  }
  .contact-page .init-1 .container .right form .form_des {
    text-align: center;
  }
  .contact-page .init-1 .container .right form .submit_btn {
    margin: auto;
    margin-top: 30px;
  }
  .contact-page .init-1 .container .right #ewm{
    position: relative;
    margin: auto;
    margin-top: 20px;
  }
  .download-page .download-1 .list a.flex {
        padding:15px
    }

    .download-page .download-3 .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .download-page .download-3 .flex .left {
        width: 100%;
        position: static
    }

    .download-page .download-3 .flex .right {
        width: 100%;
        margin-top: 30px
    }
    .about-page .about-history .right .history-list li {
      align-items: center;
    }
}
@media (max-width: 500px) {
  .story-page .story-1 span.h1 {
        font-size: 36px
    }

    .story-page .story-1 .bg {
        -webkit-mask-size: 80% auto;
        mask-size: 80% auto
    }
  .service-page .service-3 .swiper .swiper-slide {
    border-radius: 100px
  }

  .service-page .service-1 .list ul {
    grid-template-columns: repeat(2,1fr)
  }
  .contact-page .init-1 {
    margin-top: 40px;
  }
  .contact-page .init-1 .container .right .cont .s_left {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont .s_right {
    width: 100%;
  }
  .contact-page .init-2 {
    margin-top: 40px;
  }
}



.production-strength-page .init-1 {
  padding: 50px 0;
  text-align: center;
}
.production-strength-page .init-1 .container .tips {
  max-width: 980px;
  font-weight: 500;
  margin: auto;
}
.production-strength-page .init-2 .container {
  width: 100%;
}
.production-strength-page .init-2 .container .list {
  padding: 40px 0 80px 0;
}
.production-strength-page .init-2 .container .list .tips {
  text-align: center;
  font-family: var(--font);
}
.production-strength-page .init-2 .container .list img {
  width: 100%;
}
.production-strength-page .init-2 .container .list .img-box {
  display: block;
}
.production-strength-page .init-2 .container .list .big_img {
  margin-top: 50px;
  position: relative;
}
.production-strength-page .init-2 .container .list .big_img .btn {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
  transition: all 0.5s;
}
.production-strength-page .init-2 .container .list .big_img .btn:hover{
  background-color: var(--color);
}
.production-strength-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.production-strength-page .init-2 .container .list .big_img .btn::before {
  background-color: #1c9f3c;
}
.production-strength-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.production-strength-page .init-2 .container .list .big_img .slick li {
  padding: 0 8px;
}
.production-strength-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.production-strength-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.production-strength-page .init-2 .container .list .small_img ul li .box {
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.production-strength-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid #328256;
}
.production-strength-page .init-2 .container .list .des {
  color: #3f3f3f;
  width: 750px;
  margin: 40px auto 0;
}
.production-strength-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}

.news-page {
  padding: 6% 0;
  background: #f6f6f6;
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #fff;
  border-radius: 0 30px 0px 30px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.xinwen{
  height: 160px;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 36px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.news-page .news-list ul li .text .tit {
  font-size: 18px;
  height: 90px;
  line-height: 32px;
  padding-right: 110px;
  font-weight: 500;
  margin-top: 32px;
}
.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
.newdet-page {
  padding: 6% 0;
}
.newdet-page .sideBox .sideLeft {
  width: 27%;
  position: -webkit-sticky;
  position: sticky;
  top: 145px;
  left: 0;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn {
  display: inline-block;
  background-color: var(--color);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  position: relative;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/fh.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.newdet-page .sideBox .sideLeft .back .pageBackwz {
  display: inline-block;
  font-size: 20px;
  color: #000000;
  line-height: 46px;
  vertical-align: top;
  margin-left: 14px;
}
.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.newdet-page .sideBox .sideRight {
  width: 63%;
}
.newdet-page .sideBox .sideRight .category {
  background: var(--color);
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  border-radius: 45px;
  padding: 0 23px;
  margin-bottom: 64px;
}
.newdet-page .sideBox .sideRight h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
}
.newdet-page .sideBox .sideRight time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
  margin: 59px 0 60px;
}
.newdet-page .sideBox .sideRight .content {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
}
@media (max-width: 1500px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    right: 10%;
  }
  .production-strength-page .init-2 .container .list .big_img .prev {
    left: 10%;
  }
}
@media (max-width: 1250px) {
  .production-strength-page .init-2 .container .list .big_img .btn {
    width: 40px;
    height: 40px;
  }
  .production-strength-page .init-2 .container .list .big_img .btn img {
    width: 16px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
  .product-page .init-3 .container .content .swiper{
    width: 100%;
  }
  .product-page .init-3 .container .content{
    margin-top: 30px;
  }
  .production-strength-page .init-2 .container .list .small_img {
    display: none;
  }
  .production-strength-page .init-2 .container .list .des {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }
  .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .newdet-page .sideBox .sideLeft {
    width: 15%;
  }
  .newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .production-strength-page .init-2 .container .list {
    padding: 40px 10px;
  }
  .newdet-page .sideBox .sideLeft {
    display: none;
  }
  .newdet-page .sideBox .sideRight {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .newdet-page .sideBox .sideRight .category {
    margin-bottom: 30px;
  }
  .newdet-page .sideBox .sideRight h1 {
    font-size: 24px;
    line-height: 44px;
  }
  .newdet-page .sideBox .sideRight time {
    margin: 30px 0;
  }
  .newdet-page .sideBox .sideRight .content {
    font-size: 16px;
    line-height: 30px;
  }
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product_list {
    padding: 15px;
  }
  .production-strength-page .init-2 .container .list .big_img {
    margin-top: 20px;
  }
  .production-strength-page .init-2 .container .list .big_img .slick li {
    padding: 0;
  }
  .production-strength-page .init-2 .container .list .des {
    max-height: 400px;
    padding-right: 2px;
    overflow-y: auto;
    margin-top: 20px;
  }
}











.guide-product-page {
    padding-top: 8.28125vw
}

.guide-product-page .guide-wrap1 {
    margin-top: 3vw;
    padding-top: 8vw
}

.guide-product-page .guide-wrap1 .intro {
    margin-top: 13px;
    color: var(--color)
}

.guide-product-page .guide-wrap1 .all-category {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4.6875vw -2.2vw 2.65625vw
}

.guide-product-page .guide-wrap1 .all-category li {
    margin-bottom: 2.65625vw;
    width: 25%;
}

.guide-product-page .guide-wrap1 .all-category li .img {
    display: block;
    position: relative;
    z-index: 1
}

.guide-product-page .guide-wrap1 .all-category li .img .cover-box {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 0 auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
}

.guide-product-page .guide-wrap1 .all-category li .img .cover-box img {
    display: block
}

.guide-product-page .guide-wrap1 .all-category li .img .icon-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: unset;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: block
}

.guide-product-page .guide-wrap1 .all-category li .title {
    display: block;
    font-family: Montserrat;
    font-weight: 700;
    margin: 18px auto 0;
    padding: 0 5px
}

.guide-product-page .guide-wrap1 .all-category li:hover {
    border-color: #464646
}

.guide-product-page .guide-wrap1 .all-category li .img .cover-box {
    border-color: #464646
}

.guide-product-page .guide-wrap1 .all-category li:hover .img .cover-box {
    border-color: transparent
}

.guide-product-page .guide-wrap1 .all-category li:hover .img .icon-bg {
    opacity: 1
}

.guide-product-page .guide-wrap1 .all-category li:hover .title {
    color: var(--color)
}

.guide-product-page .guide-wrap2 .public-title {
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.2
}

.guide-product-page .guide-wrap2 .intro {
    color: var(--color);
    margin-top: 18px
}

.guide-product-page .guide-wrap2 .img {
    position: relative;
    margin:1vw auto 0;
    max-width: 1469px;
}

.guide-product-page .guide-wrap2 .img .img1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0
}

.guide-product-page .guide-wrap2 .img:hover .img1,.guide-product-page .guide-wrap2 .img.active .img1 {
    opacity: 1
}

.guide-product-page .guide-wrap2 .img2 {
    position: relative;
    margin-top: 5vw;
    display: none
}

.guide-product-page .guide-wrap2 .img2 .img2-1 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0
}

.guide-product-page .guide-wrap2 .img2.active .img2-1 {
    opacity: 1
}

.guide-product-page .guide-wrap3 {
    margin-top: 9.21875vw;
    margin-bottom: 4.583333vw
}

.guide-product-page .guide-wrap3 .guide-links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.guide-product-page .guide-wrap3 .guide-links li {
    width: 48.2%;
    position: relative
}

.guide-product-page .guide-wrap3 .guide-links li .link-text {
    position: absolute;
    left: 23px;
    right: 29px;
    bottom: 44px;
    -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
}

.guide-product-page .guide-wrap3 .guide-links li .link-text .title {
    font-weight: 700;
    font-family: Montserrat;
    color: #fff;
    max-width: 340px
}

.guide-product-page .guide-wrap3 .guide-links li .link-text .intro {
    font-size: 12px;
    color: #fff;
    margin-bottom: 9px
}

.guide-product-page .guide-wrap3 .guide-links li .link-text .public-btn {
    width: 176px;
    height: 59px;
    padding-left: 26px;
    padding-right: 8px;
    background: #fff;
    border-color: #fff
}

.guide-product-page .guide-wrap3 .guide-links li .link-text .public-btn:hover {
    background: var(--index-main-color);
    border-color: var(--index-main-color)
}

.guide-product-page .guide-wrap3 .guide-links li .link-text .public-btn:hover span {
    color: #fff
}

.guide-product-page .guide-wrap3 .guide-links li .link-text .public-btn:hover .circle {
    background: var(--index-main-color)
}

.guide-product-page .guide-wrap3 .guide-links li .link-text .public-btn span {
    font-size: 14px;
    padding-right: 0;
    color: var(--color)
}

.guide-product-page .guide-wrap3 .guide-links li .link-text .public-btn .circle {
    width: 46px;
    height: 46px;
    background: var(--color);
    color: #fff
}

.guide-product-page .guide-wrap3 .guide-links li>img {
    border-radius: 10px
}

.category-product-page {
    padding-top: 80px;
    padding-bottom: 80px
}

.category-product-page .category-left .top {
    background-color: #f9f9f9;
    padding: 25px 20px;
}
.category-product-page .category-left .top .form form {
    position: relative;
}

.category-product-page .category-left .top .form form input {
    border: none
}

.category-product-page .category-left .top .form form .text {
    width: 100%;
    height: 50px;
    background-color: #fff;
    color: #000;
    padding-left: 20px;
    padding-right: 60px;
    font-size: 20px;
    border-radius: 35px;
}

.category-product-page .category-left .top .form form .text::-webkit-input-placeholder {
    font-size: 14px;
    color: rgba(181,181,181,.65)
}

.category-product-page .category-left .top .form form .text:-moz-placeholder {
    font-size: 14px;
    color: rgba(181,181,181,.65)
}

.category-product-page .category-left .top .form form .text::-moz-placeholder {
    font-size: 14px;
    color: rgba(181,181,181,.65)
}

.category-product-page .category-left .top .form form .text:-ms-input-placeholder {
    font-size: 14px;
    color: rgba(181,181,181,.65)
}

.category-product-page .category-left .top .form form .text::placeholder {
    font-size: 14px;
    color: rgba(181,181,181,.65)
}

.category-product-page .category-left .top .form form .submit {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    background-color: var(--color);
    background-image: url('/template/en/images/inner-s.png');
    background-repeat: no-repeat;
    right:10px;
    top:50%;
    transform: translateY(-50%);
    background-position: center;
}

.category-product-page .category-left .top .side-category-title {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
    margin-bottom: 10px
}

.category-product-page .category-left .top .side-category-list {
   border-radius: 10px;
   background-color: white;
}
.category-product-page .category-left .top .side-category-list li{
  position: relative;
}
.category-product-page .category-left .top .side-category-list li::before{
  content:"";
  width: 8px;
  display: block;
  height: 8px;
  background-color: var(--color);
  border-radius:50%;
  position: absolute;
  left: 10px;
  top:50%; 
  transform: translateY(-50%);
}
.category-product-page .category-left .top .side-category-list li a {
    display: block;
    position: relative;
}
.category-product-page .category-left .top .side-category-list li a span{
  position: absolute;
  z-index: 2;
}
.category-product-page .category-left .top .side-category-list>li>a {
    font-weight: 700;
    color: #000;
    padding: 12px 30px;
    z-index: 1
}
.category-product-page .category-left .top .side-category-list>li>a:hover{
  color: white;
}
.category-product-page .category-left .top .side-category-list>li>a:before {
    content: "";
    position: absolute;
    left:-20px;
    top: 0;
    width: calc(100% + 40px);
    height: 100%;
    background: var(--color);
    opacity: 0;
    z-index: -1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.category-product-page .category-left .top .side-category-list>li>a:hover:before {
    opacity: 1
}

.category-product-page .category-left .top .side-category-list>li>a.active:before {
    opacity: 1
}

.category-product-page .category-left .top .side-category-list>li .side-category-list1 li:last-child a {
    border: none
}
.category-product-page .category-left .top .side-category-list>li>a.active{
  color: white;
}
.category-product-page .category-left .top .side-category-list>li .side-category-list1 li a {
    font-weight: 700;
    color: #6b6b6b;
    opacity: .52;
    padding: 9px 45px;
    border-bottom: 1px solid rgba(198,198,198,.16);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.category-product-page .category-left .top .side-category-list>li .side-category-list1 li a.active {
    color: var(--color);
    opacity: 1
}

.category-product-page .category-left .top .side-category-list>li .side-category-list1 li a:hover {
    color: var(--color);
    opacity: 1
}

.category-product-page .category-left .bottom .side-category-title {
    margin: 2.760416666666667vw 34px 2.291666666666667vw;
    color: #000;
    font-family: Montserrat;
    font-weight: 700
}

.category-product-page .category-left .bottom .category-list li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 36px
}

.category-product-page .category-left .bottom .category-list li .little-img {
    display: block;
    margin-right: 20px;
    max-width: 85px;
    border-radius: 50%
}

.category-product-page .category-left .bottom .category-list li .right-text a.title {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
    font-family: Montserrat;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.category-product-page .category-left .bottom .category-list li .right-text a.title:hover {
    color: var(--color)
}

.category-product-page .category-left .bottom .category-list li .right-text .intro {
    color: #7e7e7e;
    max-width: 194px;
    line-height: 1.3
}

.category-product-page .category-wrap1 .category-left {
    width: 390px;
    position: sticky;
    top: 120px;
}

.category-product-page .category-wrap1 .category-right {
    width: -webkit-calc(100% - 390px);
    width: -moz-calc(100% - 390px);
    width: calc(100% - 390px);
    padding-left: 50px
}

.category-product-page .category-right h1 {
    font-weight: 700;
    margin-bottom: 26px;
    font-size: 24px;
}

.category-product-page .category-right .all-product-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px
}

.category-product-page .category-right .all-product-list li {
    width: 33.333%;
    margin-bottom: 94px;
    padding-right: 20px
}

.category-product-page .category-right .all-product-list li .box {
    border: 2px solid rgba(218,218,218,.4);
    /*padding-top: 65px;*/
    padding-left: 15px;
    padding-right: 15px
}

.category-product-page .category-right .all-product-list li .box:hover a.title {
    color: var(--color)
}

.category-product-page .category-right .all-product-list li .box a.img {
    display: block;
    text-align: center
}

.category-product-page .category-right .all-product-list li .box a.title {
    text-align: center;
    padding: 0 10px;
    margin: 54px 0 12px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.6;
}

.category-product-page .category-right .all-product-list li .box .intro {
    /*color: #7e7e7e;
    max-width: 281px;*/
        text-align: center;
    margin: 0 auto 29px;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px
}

.category-product-page .category-right .all-product-list li .box a.category-btn {
    position: relative;
    -webkit-transition: width .3s,background-color .3s;
    -moz-transition: width .3s,background-color .3s;
    transition: width .3s,background-color .3s;
    width: 60px;
    height: 60px;
    background-color: #d4d4d4;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px;
    padding-right: 7px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    margin: 0 auto -30px
}

.category-product-page .category-right .all-product-list li .box a.category-btn .plus {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-family: Montserrat;
    font-weight: 700;
    color: #fff;
    z-index: 2;
    font-size: 20px
}

.category-product-page .category-right .all-product-list li .box a.category-btn:hover {
    background-color: var(--color);
    width: 200px;
}

.category-product-page .category-right .all-product-list li .box a.category-btn:hover .plus {
    display: none
}

.category-product-page .category-right .all-product-list li .box a.category-btn:hover span {
    display: block;
    position: absolute;
    left: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap
}

.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle {
    background: #fff
}

.category-product-page .category-right .all-product-list li .box a.category-btn:hover .circle i {
    color: var(--color)
}

.category-product-page .category-right .all-product-list li .box a.category-btn span {
    color: #fff;
    display: none
}

.category-product-page .category-right .all-product-list li .box a.category-btn .circle {
    width: 46px;
    height: 46px;
    background-color: #d4d4d4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative
}

.category-product-page .category-right .all-product-list li .box a.category-btn .circle i {
    color: #d4d4d4;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}
.public-title {
    color: #222;
    font-weight: 700;
    line-height: 1.3;
    font-size: 55px
}
@media (max-width: 1700px) {
  .guide-product-page .guide-wrap2 .img {
    transform: scale(0.9);
  }
}
@media (max-width: 1450px) {
  .public-title {
    font-size: 40px;
  }
  .guide-product-page .guide-wrap2 .img {
    transform: scale(0.8);
  }
}
@media (max-width: 1250px) {
  .public-title {
    font-size: 30px;
  }
  .guide-product-page .guide-wrap2 .img {
    transform: scale(0.6);
  } 
}
@media (max-width: 1000px) {
  .guide-product-page .guide-wrap2{
    display: none;
  }
}
@media (max-width: 700px) {
  .public-title {
    font-size: 24px;
  }
}
.public-title .span2 {
    color: var(--color);
}







.guide-wrap2 .btn_box{
  position: absolute;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
  text-align: left;
}
.guide-wrap2 .btn_box::before{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  background-color: rgba(235,60,0,0.1);
  border-radius: 50%;
}
.guide-wrap2 .btn_box::after{
  content:"";
  display: block;
  width: 80%;
  height: 80%;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  background-color: rgba(235,60,0,0.15);
  border-radius: 50%;
}
.guide-wrap2 .btn_box span{
  width:45px;
  height: 45px;
  background-color: var(--color);
  border-radius: 50%;
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.guide-wrap2 .btn_box span i{
  transition: 0.5s;
  font-size: 26px;
}
.guide-wrap2 .btn_box span .i2{
  opacity: 0;
}
.guide-wrap2 .btn_box:hover span .i1{
  opacity: 0;
}
.guide-wrap2 .btn_box:hover span .i2{
  opacity: 1;
}

.guide-wrap2 .btn_box .text_box{
  
  position: absolute;
  right: 95%;
  bottom: 65px;
  overflow: hidden;
  transition: all 0.5s;
  width: 360px;
  transform: rotateY(90deg);
  transform-origin: right;
  z-index: 10;
}
.guide-wrap2 .btn_box:hover{
  z-index: 20;
}
.guide-wrap2 .btn_box.pos_right .text_box{
  left:100%;
  top:0;
  bottom: unset;
  right:unset;
  transform: rotateY(-90deg);
  transform-origin: left;
}
.guide-wrap2 .btn_box:hover .text_box{
  transform: rotateY(0deg);
}
.guide-wrap2 .btn_box .text_box .pro_tit{
  font-size: 20px;
  color: white;
  margin-bottom: 15px;
  line-height: 1.6;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 55px;
  background-color: var(--color);
}

.guide-wrap2 .btn_box .text_box ol{
  border-radius: 20px;
  background-color: #f1f0f0;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0);
  padding: 30px 35px;
}
.guide-wrap2 .btn_box .text_box ol li{
  position: relative;
  font-size: 16px;
  margin-bottom: 10px;
}
.guide-wrap2 .btn_box .text_box ol li:last-child{
  margin-bottom: 0;
}
.guide-wrap2 .btn_box .text_box ol li::before{
  content:"";
  display: block;
  width: 8px;
  height: 8px;
  border-radius:50%;
  background-color: var(--color);
  position: absolute;
  left: -22px;
  top:8px; 
  line-height: 1.8;
}

.guide-wrap2 .btn_box .text_box ol li a:hover{
  text-decoration: underline;
  text-decoration-color: var(--color);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px; 
  color: var(--color);     
}









.detail-product-page {
    padding-top: 8.75vw;
}

.detail-product-page .detail-page-wrap1 .ui.container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.detail-product-page .detail-page-wrap1 .detail-left {
    width: 46%
}

.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul {
    margin-bottom: 29px
}

.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a {
    display: block;
    border: 2px solid rgba(218,218,218,.4)
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box {
    position: relative
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev,.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev {
    left: -60px
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next {
    right: -60px
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev:hover,.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next:hover {
    background: var(--color);
    color: #fff
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul {
    margin: 0 -11px
}

.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul .slide-box {
    display: block;
    margin: 0 11px;
    border: 2px solid rgba(218,218,218,.4)
}

.detail-product-page .detail-page-wrap1 .detail-right {
    margin-top: 22px;
    width: 47%
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc p {
    font-size: 18px
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc ul li {
    font-size: 16px;
    padding-left: 20px;
    position: relative
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc>ul>li:after {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color)
}

.detail-product-page .detail-page-wrap1 .detail-right .t-text {
    color: var(--color)
}

.detail-product-page .detail-page-wrap1 .detail-right .product-name {
    margin-top: 9px;
    margin-bottom: 2.604167vw;
    font-weight: 700;
    line-height: 1
}

.detail-product-page .detail-page-wrap1 .detail-right .product-intro {
    line-height: 1.8;
    max-width: 647px;
    margin-bottom: 2.291667vw
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-title {
    margin-bottom: 13px;
    font-weight: 700
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc p,.detail-product-page .detail-page-wrap1 .detail-right .product-desc span,.detail-product-page .detail-page-wrap1 .detail-right .product-desc li,.detail-product-page .detail-page-wrap1 .detail-right .product-desc * {
    white-space: wrap
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list {
    color: var(--color);
    line-height: 1.666
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li {
    position: relative;
    padding-left: 15px
}

.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--color);
    border-radius: 50%
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns {
    border-top: 1px solid rgba(122,122,122,.22);
    border-bottom: 1px solid rgba(122,122,122,.22);
    padding-top: 22px;
    padding-bottom: 22px;
    margin-top: 40px;
    margin-bottom: 30px
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn {
    width: 160px;
    height: 49px;
    padding-left: 20px;
    padding-right: 6px
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn:first-child {
    margin-right: 17px
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn span {
    font-size: 12px;
    padding-right: 0
}

.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn .circle {
    width: 39px;
    height: 39px
}

.detail-product-page .detail-page-wrap1 .detail-right .social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.detail-product-page .detail-page-wrap1 .detail-right .social .tit {
    color: var(--color);
    margin-right: 16px
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #010101;
    border: 1px solid #010101;
    margin-right: 7px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul a i {
    color: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul a:hover {
    background-color: transparent
}

.detail-product-page .detail-page-wrap1 .detail-right .social ul a:hover i {
    color: #010101
}

.detail-product-page .detail-page-wrap2 {
    margin-top: 5.104167vw
}

.detail-product-page .detail-page-wrap2 .tab-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(122,122,122,.37);
    margin-bottom: 5.104167vw
}

.detail-product-page .detail-page-wrap2 .tab-items li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #202020;
    font-weight: 700;
    padding: 18px 34px 17px;
    border-radius: 14px 14px 0 0;
    margin: 0 30px;
    cursor: pointer
}
.detail-product-page .detail-page-wrap2 .tab-items li .title{
  font-size: 22px;
}
.detail-product-page .detail-page-wrap2 .tab-items li.active {
    background-color: var(--color);
    color: #fff
}

.detail-product-page .detail-page-wrap2 .tab-items li .icon {
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.detail-product-page .detail-page-wrap2 .tab-contents>li {
    display: none
}

.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) ul li {
    position: relative;
    padding-left: 20px
}

.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) ul li:after {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color);
}

.detail-product-page .detail-page-wrap2 .tab-contents>li:first-child {
    display: block
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table {
    border-collapse: unset
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr {
    font-size: 18px;
    color: #505050;
    font-weight: 600
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    font-size: 18px;
    font-weight: 700;
    color: #505050;
}

.detail-product-page .detail-page-wrap2 .tab-contents>li .table1 table tr:nth-child(n+2) td:first-child {
    width: 40%!important
}

.detail-product-page .detail-page-wrap2 .tab-contents>li .table1 table tr:nth-child(n+2) td:last-child {
    width: 60%!important
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    background-color:  var(--color);
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child {
    color: #fff
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td {
    padding-top: 35px;
    padding-bottom: 25px;
    text-align: center
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td:first-child {
    border-right: 2px solid transparent
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child td:first-child {
    border-right: 2px solid var(--index-header-color)
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table tr td:last-child {
    border-left: 1px solid transparent
}

.detail-product-page .detail-page-wrap2 .tab-contents>li table td {
    border: none
}
.detail-product-page .detail-page-wrap2 .tab-contents>li ol{
  margin: 0 -15px;
}
.detail-product-page .detail-page-wrap2 .tab-contents>li ol li{
  padding: 0 15px;
}
.detail-product-page .detail-page-wrap2 .tab-contents>li ol .slick-track{
  margin-left: auto !important;
}
.detail-product-page .detail-page-wrap3 {
    margin-top: 8.958333vw!important;
    margin-bottom: 8vw!important
}

.detail-product-page .detail-page-wrap4 {
    margin-top: 324px;
    padding-bottom: 858px;
    position: relative
}

.detail-product-page .detail-page-wrap4 .ui.container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.detail-product-page .detail-page-wrap4 .left {
    color: var(--color)
}

.detail-product-page .detail-page-wrap4 .left .public-title {
    margin-bottom: 14px
}

.detail-product-page .detail-page-wrap4 .right {
    color: var(--color);
    max-width: 900px;
    margin-left: 25px
}

.detail-product-page .detail-page-wrap4 .right p {
    margin-bottom: 22px
}

.detail-product-page .detail-page-wrap4 a.play {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 361px;
    display: block;
    z-index: 2;
    width: 89px;
    height: 89px
}

.detail-product-page .detail-page-wrap4 a.play .circle {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 3
}

.detail-product-page .detail-page-wrap4 a.play .circle i {
    color: var(--color);
    font-size: 26px
}

.detail-product-page .detail-page-wrap4 a.play:before,.detail-product-page .detail-page-wrap4 a.play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff
}

.detail-product-page .detail-page-wrap4 a.play:before {
    opacity: .43;
    z-index: 2;
    -webkit-animation: change-big2 1s infinite;
    -moz-animation: change-big2 1s infinite;
    animation: change-big2 1s infinite
}

.detail-product-page .detail-page-wrap4 a.play:after {
    opacity: .23;
    z-index: 1;
    -webkit-animation: change-big21 1s infinite;
    -moz-animation: change-big21 1s infinite;
    animation: change-big21 1s infinite
}

.detail-product-page .detail-page-wrap5 .top {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.detail-product-page .detail-page-wrap5 .top .public-title {
    margin-bottom: 12px
}

.detail-product-page .detail-page-wrap5 .top .public-btn {
    margin-top: 15px
}

.detail-product-page .detail-page-wrap5 .honor-list {
    margin: 0 -10vw 0 -22px
}

.detail-product-page .detail-page-wrap5 .honor-list .slide-box {
    display: block;
    margin: 0 22px
}

.detail-product-page1 {
    /*padding-top: 9.895833333333333vw;*/
}
.detail-product-page1 .detail-page1-wrap1{
  background: url(/template/en/images/mold-bg.png) no-repeat center 0;
}
.detail-product-page1 .detail-page1-wrap1 .intro {
    max-width: 1020px;
    text-align: center;
    margin: 38px auto 0;
    color: #000;
    line-height: 1.9
}

.detail-product-page1 .detail-page1-wrap1 .content {
    margin-top: 6.197916666666667vw;
    padding-bottom: 4.895833333333333vw
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list{
  margin: -20px;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width:50%;
    padding: 20px;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text {
    background-color: rgba(250,250,250,.85);
    -webkit-box-shadow: -2px 3px 48px 1px rgba(39,39,39,.16);
    box-shadow: -2px 3px 48px 1px rgba(39,39,39,.16);
    border-radius: 20px;
    padding-top: 4.166666666666667vw;
    padding-bottom: 4.635416666666667vw;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 100%
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even){
    transform: translateY(50px);
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover {
    background-color: var(--color);
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .title {
    color: #fff
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .title span {
    color: #fff
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .list-intro {
    color: #fff
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .title {
    max-width: 595px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 38px;
    display: block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    font-size: 36px;
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .title span {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: var(--color)
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .list-intro {
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.8;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    max-height: 230px;
    padding-right: 15px;
    overflow-y: auto;
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img {
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    background: #fff;
    width: 50%;
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 60px;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap img{
  max-width: 85%;
}
/*.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap .img1 {
    opacity: 0
}*/

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap .img2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-height: 100%
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play {
    position: absolute;
    display: block;
    z-index: 2;
    width: 48px;
    height: 48px
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play .circle {
    width: 100%;
    height: 100%;
    background-color: rgba(0,165,141,.67);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 3
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:before,.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #00a58d
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:before {
    opacity: .43;
    z-index: 2;
    -webkit-animation: change-big2 1s infinite;
    -moz-animation: change-big2 1s infinite;
    animation: change-big2 1s infinite
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-lis>li .img a.play:after {
    opacity: .23;
    z-index: 1;
    -webkit-animation: change-big21 1s infinite;
    -moz-animation: change-big21 1s infinite;
    animation: change-big21 1s infinite
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(odd) .text {
    right: 0;
    padding-right: 3.90625vw;
    padding-left: 2.916666666666667vw
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text ul li {
    padding-left: 20px;
    position: relative
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text ul li:after {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color);
    transition: .3s
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover ul li:after {
    background-color: #fff
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(odd) .img a.play {
    left: 50px;
    bottom: 63px
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) .text {
    padding-right: 5.625vw;
    padding-left: 3.64583333333333vw
}

.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) .img a.play {
    right: 53px;
    bottom: 42px
}

.public-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 197px;
    height: 65px;
    padding-left: 30px;
    padding-right: 7px;
    background: var(--color);
    border-radius: 33px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: -2px 3px 16px 0px rgba(235,60,0,.22);
    box-shadow: -2px 3px 16px 0px rgba(235,60,0,.22)
}

.public-btn span {
    color: #fff;
    padding-right: 12px
}

.public-btn:hover {
    background: 0 0
}

.public-btn:hover span {
    color: var(--color)
}

.public-btn:hover .circle {
    background: var(--color);
    color: #fff
}

.public-btn .circle {
    width: 52px;
    height: 52px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: var(--color)
}

.public-btn .circle i {
    font-size: 17px
}

.inner-product-recommendation {
    padding-top: 7.34375vw;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff4f1),to(#fff));
    background: -webkit-linear-gradient(top,#fff4f1,#fff);
    background: -moz-linear-gradient(top,#fff4f1,#fff);
    background: linear-gradient(to bottom,#fff4f1,#fff)
}

.inner-product-recommendation .public-title {
    margin-bottom: 13px
}

.inner-product-recommendation .intro {
    color: var(--index-color2)
}

.inner-product-recommendation .product-recommendation {
    margin: 5.572917vw -10px 0
}

.inner-product-recommendation .recommendation-box {
    position: relative
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev,.inner-product-recommendation .recommendation-box .product-recommendation-next {
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex!important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev {
    left: -4.1666vw
}

.inner-product-recommendation .recommendation-box .product-recommendation-next {
    right: -4.1666vw
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev i,.inner-product-recommendation .recommendation-box .product-recommendation-next i {
    font-size: 24px
}

.inner-product-recommendation .recommendation-box .product-recommendation-prev:hover,.inner-product-recommendation .recommendation-box .product-recommendation-next:hover {
    background: var(--color);
    color: #fff
}

.inner-product-recommendation .product-recommendation .slide-box {
    border: 2px solid rgba(218,218,218,.4);
    padding-top: 3.385417vw;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 10px 30px;
    color: #7e7e7e;
    transition: .3s
}

.inner-product-recommendation .product-recommendation .slide-box:hover {
    background: #fff
}

.inner-product-recommendation .product-recommendation .slide-box:hover a.title {
    color: var(--color)
}

.inner-product-recommendation .product-recommendation .slide-box a.img {
    display: block;
    text-align: center
}

.inner-product-recommendation .product-recommendation .slide-box a.img img {
    margin: 0 auto
}

.inner-product-recommendation .product-recommendation .slide-box a.title {
    text-align: center;
    margin: 2.8125vw 15px 12px;
    font-weight: 700;
    color: #000;
    font-size: 20px;
}

.inner-product-recommendation .product-recommendation .slide-box .product-intro {
    color: #7e7e7e;
    /*max-width: 281px;*/
    margin: 0 auto 29px;
    text-align: center;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 54px
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn {
    position: relative;
    -webkit-transition: width .3s,background-color .3s;
    -moz-transition: width .3s,background-color .3s;
    transition: width .3s,background-color .3s;
    width: 60px;
    height: 60px;
    background-color: #d4d4d4;
    border-radius: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 26px;
    padding-right: 7px;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    margin: 0 auto -30px
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .plus {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-weight: 700;
    color: #fff;
    z-index: 2;
    font-size: 20px
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover {
    background-color: var(--color);
    width: 190px
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .plus {
    display: none
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover span {
    display: block;
    position: absolute;
    left: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle {
    background: #fff
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle i {
    color: var(--color)
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn span {
    color: #fff;
    display: none
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle {
    width: 46px;
    height: 46px;
    background-color: #d4d4d4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative
}

.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle i {
    color: #d4d4d4;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media screen and (max-width: 1700px) {
 .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev {
        left: 0;
        top: unset;
        transform: translateY(0);
        bottom: -60px
    }

    .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next {
        right: 0;
        top: unset;
        transform: translateY(0);
        bottom: -60px
    }

    .detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul {
        margin-bottom: 60px
    }
     .inner-product-recommendation .recommendation-box .product-recommendation-prev {
        left: 0
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-next {
        right: 0
    }
    .inner-banner {
      padding: 100px 0 60px;
    }
    .inner-banner .bg{
      position: absolute;
      inset:0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .inner-banner .mbx{
      position: relative;
      top: 0;
      left: 0;
      transform: none;
    }
}
@media screen and (max-width: 1250px) {
  .inner-banner{
    margin-top: 0;
  }
    .guide-product-page .guide-wrap1 .all-category {
        margin-left: 0;
        margin-right: 0
    }

    .guide-product-page .guide-wrap1 .all-category li {
        width: 25%
    }

    .guide-product-page .guide-wrap3 .guide-links li .link-text {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .category-product-page .category-right .all-product-list li {
        width: 50%;
        margin-bottom: 64px
    }
     .detail-product-page .detail-page-wrap2 .tab-items li {
        margin: 0
    }
    .inner-banner .mbx h2{
      font-size: 30px;
    }
    .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .title{
      font-size: 30px;
    }
}

@media screen and (max-width: 1000px) {
  
    .category-product-page .category-right{
      padding-left: 0 !important;
      width: 100% !important;
      margin-top: 60px;
    }
    .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text {
        position: unset;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 100%
    }

    .detail-product-page .detail-page-wrap1 .ui.container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .detail-product-page .detail-page-wrap1 .detail-left,.detail-product-page .detail-page-wrap1 .detail-right {
        width: 100%
    }

    .detail-product-page .detail-page-wrap2 .tab-items li .icon {
        display: none
    }

    .detail-product-page .detail-page-wrap1 .detail-right .product-desc p {
        font-size: 14px
    }
    .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img {
        width: 100%
    }

    .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .list-intro {
        min-height: unset
    }
    .guide-product-page .guide-wrap1 .all-category li {
        width: 33.333%
    }

    .guide-product-page .guide-wrap3 .guide-links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .guide-product-page .guide-wrap3 .guide-links li {
        width: 100%
    }

    .guide-product-page .guide-wrap3 .guide-links li:last-child {
        margin-top: 20px
    }

    .category-product-page .category-left {
        display: none
    }
}

@media screen and (max-width: 700px) {
    .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .title{
      font-size: 24px;
    }
  .inner-banner .mbx h2{
      font-size: 24px;
    }
  .detail-product-page .detail-page-wrap2 .tab-items {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .guide-product-page .guide-wrap1 .all-category li {
        width: 50%
    }
    .inner-product-recommendation .recommendation-box .product-recommendation-prev {
        display:none
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-next {
        display: none
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-prev {
        display: none
    }

    .inner-product-recommendation .recommendation-box .product-recommendation-next {
        display: none
    }
}

@media screen and (max-width: 500px) {
  .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li {
    width: 100%;
  }
   .detail-product-page .detail-page-wrap2 .tab-contents>li table tr {
        font-size: 14px
    }
    .guide-product-page .guide-wrap3 .guide-links li .link-text .public-btn {
        height: 38px
    }

    .guide-product-page .guide-wrap3 .guide-links li .link-text .public-btn .circle {
        width: 30px;
        height: 30px
    }

    .category-product-page .category-right .all-product-list li {
        width: 100%
    }

    .category-product-page .category-right .all-product-list li .box {
        padding-top: 15px
    }
    .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) {
      transform: translateY(0);
    }
    .detail-product-page1 .detail-page1-wrap1 .content {
    
      padding-bottom: 60px;
    }
}

.product-page .sideBox .slideRight .list ul li .img-box:hover img{
  transform: scale(1,1);
}
.inner-page .sideBox .sidebar-left {
  width: 25%;
  position: sticky;
  top: 100px
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center #eeeeee;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li {
  padding: 8px 0;
  font-size: 16px;
  position: relative;
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;

}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>a {
    height: 60px;
    border-radius: 30px;
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url(/template/en/images/img2025_89.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position-y: center;
    -webkit-animation: backdropX 1s linear infinite;
    -moz-animation: backdropX 1s linear infinite;
    animation: backdropX 1s linear infinite;
    box-shadow: 0 0 5px 1px rgb(219 219 219/60%);
    /*width: 60%;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li> a span{
  position: relative;z-index: 3;
  color: #000;
  width: 100%
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li> a::after {
  content: "";
  position: absolute;
  left: 0vw;
  top: 0vw;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active> a {
  color: white;
  box-shadow: 0 0 5px 1px rgb(219 219 219  / 60%);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active> a span{
  color: white;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active> a::after {
  background-color: var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li ul{
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li i{
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 5
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li>ol{
  padding-left: 20px;
  font-size: 18px;
  display: none
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a {
  padding-right: 20px;
}
/*.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
  color: #aaa;
}*/
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:hover {
  color: #1464ac;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li.active{
  color: #000;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.inner-page .sideBox .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 .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.inner-page .sideBox .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 .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: .4rem;

  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #1464ac;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
     color: #1464ac;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
  background: url(../images/pro-011.jpg) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
font-size: 16px;
    line-height: 1.8;
    margin-top: 1.1rem;
    text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color: #1464ac;
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  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;
  margin-top: 1.3rem;
 
}
.inner-page .sideBox .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 .sideBox .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #1464ac;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}



.inner-page .sideBox {
  display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;

}

.project_list ul{
  margin: -15px;
}
.project_list ul li{
  padding: 15px;
}

.project_list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding: 15px
}
.project_list ul li .pro-box .imgbox{
  position: relative;
  background: #fbfbfb;
}





.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
    content: '';
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,.5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
    z-index: 99;
    position: relative;
}
.inner-page .sideBox .sidebar-right {
    width: 100%;
    /*padding-left: 5%;*/
}
.inner-page.project .sideBox .sidebar-right {
    width: 70%;
    margin: 0 0 0 auto
    /*padding-left: 5%;*/
}
@media screen and (max-width: 1000px) {
 
  .inner-page .sideBox{
    display: block;
  }
  .inner-page .sideBox .sidebar-left{
    display: none;
  }
  .inner-page .sideBox .sidebar-right{
    width: 100%;
    padding-left: 0;
  }
}

span.h2 {
    font-weight: 700;
    font-size: 40px;
    display: block;
    line-height: 1.5;
}
.project-page .project-1 {
    padding: 80px 0 150px;
    background:url('../images/project-1.jpg')no-repeat;
    background-size: cover;
}
.project-page .project-1 .options {
    display: block;
    font-size: 14px;
}

.project-page .project-1 .options span {
    display: inline-block;
    padding: .5em 2em;
    border-radius: 2em;
    background-color: #fff;
    margin-right: 1.5em;
    cursor: pointer;
    color: #000;
    transition: 0.5s;
}

.project-page .project-1 .options span.active {
    background-color: var(--color);
    color: #fff
}

.project-page .project-1 .box {
    color: #000;
    position: relative;
}
.project-page .project-1 .box .slide_list .left .slide{
  padding-bottom: 70px;
  position: relative;
}
.project-page .project-1 .box .slide_list .left .slide::before{
  content:"";
  display: block;
  height: calc(100% - 66px);
  width: 1px;
  position: absolute;
  left: 33px;
  top:66px;
  background-color: var(--color);
}
.project-page .project-1 .box .slide_list .left .slide:last-child{
  padding-bottom: 0;
}
.project-page .project-1 .box .slide_list .left .slide:last-child::before{
  display: none;
}

.project-page .project-1 .box .slide_list .slide .num{
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border:1px solid var(--color);
  border-radius: 50%;
  transition: 0.5s;
}
.project-page .project-1 .box .slide_list .slide.active .num{
  background-color: var(--color);
  color: white;
}
.project-page .project-1 .box .slide span.h5 {
    font-size: 20px;
    font-weight: 700;
    display: block;
    padding-left: 35px;
    width: calc(100% - 65px);
}
.project-page .project-1 .box .slide_list .left .slide.active span.h5{
    color: var(--color);
}
.project-page .project-1 .box .slide_list .right{
    height: -webkit-fill-available;
}
.project-page .project-1 .box .slide_list .right .slide,
.project-page .project-1 .box .slide .img{
  height: 100%;
  width: 100%;
}
.project-page .project-1 .box .slide .img img{
  /*border-radius: 20px;*/
  overflow: hidden;
    height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-page .project-1 .box .slide .text {
    font-size: 16px;
    max-width: 460px;
    padding: 45px 35px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    position: absolute;
    left: 90px;
    bottom:-70px;
}

.project-page .project-1 .box .slide .text table td {
    border: none;
    padding: .8em 5%
}

.project-page .project-1 .box .slide .text table td:first-child {
    width: 25% !important
}

.project-page .project-1 .box .slide .text table td:last-child {
    width: 30% !important
}

.project-page .project-1 .box .slide .text table {
    border: none
}

.project-page .project-1 .box .slide .text table tr {
    background-color: transparent
}

.project-page .project-1 .box .slide .text table tr:first-child {
    font-weight: 500;
    background-color: #e9e9e9
}
  .project-page .init-2 .container .left {
    width: 58%;
  }
  .project-page .init-2 .container .left img {
    width: 100%;
  }
  .project-page .init-2 .container .right {
    width: 36%;
    margin-left: auto;
  }
  .project-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
  }
  .project-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
  }
  .project-page .init-3 .container .left {
    width: 36%;
  }
  .project-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
  }
  .project-page .init-3 .container .right {
    width: 60%;
    margin-left: auto;
  }
  .project-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
  }
  .project-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
  }
  .project-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
  }
  .project-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    height: 290px;
  }
  .project-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
  }
  .project-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    border-radius: 10px;
    overflow: hidden;
    border-top-left-radius: 0;
  }
  .project-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
  }

.project-page .project-3 .slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.project-page .project-3 .slide .left {
  width: 40%;
}
.project-page .project-3 .slide .left * {
  height: 100%;
}
.project-page .project-3 .slide .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}
.project-page .project-3 .slide .right {
  padding: 20px 0;
  padding-left: 3%;
  width: 60%;
}

.project-page .project-4 {
  padding: 110px 0;
}
.project-page .project-4 .box .left {
  vertical-align: middle;
  padding-right: 4%;
}
.project-page .project-4 span.h2 {
  margin-bottom: 0.5em;
}
.project-page .project-4 .list ul li {
  font-size: 16px;
  padding: 1em 0;
  border-bottom: 1px solid #e3e6ea;
}
.project-page .project-4 .list ul li span.h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
.project-page .project-4 .list ul li span.h6 i {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: relative;
}
.project-page .project-4 .list ul li span.h6 i:after,
.project-page .project-4 .list ul li span.h6 i:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: black;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.project-page .project-4 .list ul li span.h6 i:before {
  transform: translateY(-50%) rotate(90deg);
}
.project-page .project-4 .list ul li .text {
  margin-top: 1em;
  display: none;
}
.project-page .project-4 .list ul li.active span.h6 i:before {
  transform: translateY(-50%) rotate(0);
}
.project-page .project-4 .list ul li.active span.h6 i:after,
.project-page .project-4 .list ul li.active span.h6 i:before {
  background-color: var(--color);
}
.project-page .project-4 .list ul li.active span.h6 {
  color: var(--color);
}
.project-page .project-4 .box .right {
  padding-left: 7%;
  vertical-align: middle;
}
.project-page .project-4 .box .right .slick1 {
  position: relative;
}
.project-page .project-4 .box .right .slick1 img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.project-page .project-4 .box .right .slick1 img.active {
  opacity: 1;
  position: static;
  z-index: 1;
}

.project-page .project-5 {
  padding: 120px 0 90px;
  background-color: #f9f9f9;
}
.project-page .project-5 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.project-page .project-5 .box .left {
  width: 60%;
}
.project-page .project-5 .box .right {
  padding-left: 10%;
  width: 40%;
}
.project-page .project-5 .list {
  margin-top: 60px;
}
.project-page .project-5 .list ul {
  margin: -7px;
}
.project-page .project-5 .list ul li {
  padding: 7px;
}
.project-page .project-5 .list ul li a.img-box {
  display: block;
}
@media (max-width: 1700px) {
  .project-page .project-1 .options {
      width: 100%;
      margin-top: 30px;
  }
}
@media (max-width: 1250px) {
  .project-page .project-1 .box .slide span.h5 {
    font-size: 16px;
    padding-left: 15px;
  }
  .project-page .project-1 .box .slide_list .right {
    width: 65%;
  } 
  .project-page .project-1 .options span{
    margin: 10px 15px 10px 0;
  }
}
@media (max-width: 1000px) {
    span.h2{
      font-size: 30px;
    }
    .project-page .init-2 .container .left {
      width: 100%;
    }
    .project-page .init-2 .container .right {
      width: 100%;
      margin-top: 20px;
    }
    .project-page .init-3 .container .left {
      width: 100%;
    }
    .project-page .init-3 .container .right {
      width: 100%;
      margin-top: 20px;
    }
    .quality-page .quality-2 .slide .left {
      padding: 0 !important;
      width: 100%;
    }
    .quality-page .quality-2 .slide .right{
      padding: 0 !important;
      width: 100%;
      margin-top: 20px;
    }
    .quality-page .quality-2 .slide{
      direction: ltr !important;
      display: block;
    }
    .quality-page .quality-2 .slide .left .img {
      height: 240px;
    }

    
    .project-page .project-5 .box .left,
    .project-page .project-4 .box .left,
    .project-page .project-3 .slide .left {
      padding: 0 !important;
      width: 100%;
    }
     .project-page .project-5 .box .right,
     .project-page .project-4 .box .right,
     .project-page .project-3 .slide .right {
      padding: 0 !important;
      width: 100%;
      margin-top: 20px;
    }
    .project-page .project-5 .box {
      direction: ltr !important;
      display: block;
    }
    .project-page .project-5 {
      padding: 50px 0;
    }
    .project-page .project-1 .box .slide_list .left {
      width: 100%;
      margin-bottom: 60px;
    }  
    .project-page .project-1 .box .slide_list .right {
      width: 100%;
    }
    .project-page .project-1 .box .slide .text {
      max-width: 100%;
      position: relative;
      left: 0;
      bottom: 0;
      margin-bottom: 30px;
    } 
    .project-page .project-1 .box .slide .img img {
      height: auto;
    }
    .project-page .project-1{
      padding: 65px 0;
    }
  }
  @media (max-width: 500px) {
    .project-page .init-3 .container .right .rightL {
      width: 100%;
    }
    .project-page .init-3 .container .right .rightR {
      width: 100%;
      margin-top: 10px;
    }
    .project-page .init-3 .container .right .rightR .img2 {
      margin-top: 10px;
      height: auto;
    }
    .project-page .init-3 .container .right .rightL img {
      max-width: 100%;
    }
    .project-page .init-3 .container .right .rightR .img1 {
      height: auto;
    }
    .project-page .init-3 .container .right .rightR .img1 img {
      max-width: 100%;
    }
    .project-page .init-3 .container .right .rightR .img2 img {
      width: 100%;
    }
  }











.mbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: fit-content;
    padding: 0 15px;
    height: 49px;
    min-width: 170px;
    padding-left: 30px;
    padding-right: 7px;
    background: var(--color);
    border-radius: 33px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 2px solid var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: -2px 3px 16px 0px rgba(235,60,0,.22);
    box-shadow: -2px 3px 16px 0px rgba(235,60,0,.22);
    color: white;
    cursor: pointer;
}

.mbtn span {
    font-size: 16px;
    padding-right: 10px;
    pointer-events: none;
}
.mbtn:hover{
  background-color: black;
  border-color:black;
}
.mbtn .circle {
    width: 39px;
    height: 39px;
}
.mbtn input[type="submit"]{
  background: none !important;
  border: none;
  font-size: 16px;
}
.mbtn .circle {
  pointer-events: none;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    color: var(--color)
}

.mbtn .circle i {
    font-size: 17px
}


