@font-face {
  font-family: 'MONTSERRAT-SEMIBOLD';
  src: url(../fonts/MONTSERRAT-SEMIBOLD.ttf) format('truetype'), url(../fonts/MONTSERRAT-SEMIBOLD.eot) format('eot'), url(../fonts/MONTSERRAT-SEMIBOLD.woff) format('woff'), url(../fonts/MONTSERRAT-SEMIBOLD.woff2) format('woff2');
}
@font-face {
  font-family: 'MONTSERRAT-MEDIUM';
  src: url(../fonts/MONTSERRAT-MEDIUM.ttf) format('truetype'), url(../fonts/MONTSERRAT-MEDIUM.eot) format('eot'), url(../fonts/MONTSERRAT-MEDIUM.woff) format('woff'), url(../fonts/MONTSERRAT-MEDIUM.woff2) format('woff2');
}
@font-face {
  font-family: 'MONTSERRAT-BOLD';
  src: url(../fonts/MONTSERRAT-BOLD.ttf) format('truetype'), url(../fonts/MONTSERRAT-BOLD.eot) format('eot'), url(../fonts/MONTSERRAT-BOLD.woff) format('woff'), url(../fonts/MONTSERRAT-BOLD.woff2) format('woff2');
}
@font-face {
  font-family: 'MONTSERRAT-REGULAR';
  src: url(../fonts/MONTSERRAT-REGULAR.ttf) format('truetype'), url(../fonts/MONTSERRAT-REGULAR.eot) format('eot'), url(../fonts/MONTSERRAT-REGULAR.woff) format('woff'), url(../fonts/MONTSERRAT-REGULAR.woff2) format('woff2');
}
@font-face {
  font-family: 'Nucleo';
  src: url('../fonts/Nucleo.eot') format('eot'), url('../fonts/Nucleo.woff2') format('woff2'), url('../fonts/Nucleo.woff') format('woff'), url('../fonts/Nucleo.ttf') format('truetype');
}

input::-webkit-input-placeholder {
  color: #929292;
}
input::-moz-placeholder {
  color: #929292;
}
input:-moz-placeholder {
  color: #929292;
}
input:-ms-input-placeholder {
  color: #929292;
}
textarea::-webkit-input-placeholder {
  color: #929292;
}
.layui-layer-msg{
  width: 420px !important;
}
body {
  font-family: 'MONTSERRAT-MEDIUM';
  margin: 0;
  padding: 0;
  --color: #00355d;
  --red: #e71c23;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 1450px;
  position: relative;
}

.qrcode{
  position:fixed;
  right:2%;
  bottom:12%;
  width: 60px;
  height: 60px;
  background-color:var(--color);
  border-radius: 50%;
  font-size: 24px; 
  text-align: center;
  line-height: 60px;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  transition: background-color 0.5s;
}
.qrcode:hover{
  background-color:#000;
}
.qrcode-box{
  position: absolute;
  right:120%;
  bottom:0;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.qrcode:hover .qrcode-box{
  transform: rotateY(0deg);
  z-index: 10;
  opacity: 1;
}
.qrcode .qrcode-box .qc-img{
  width: 100px;
}
.qrcode .qrcode-box .qc-img img,
.qrcode .qrcode-box .qc-img canvas{
     width: 100%;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 120px;
}
.header-pro{
  height: 0;
  background-color: white;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  transition: all 0.5s linear;
  overflow: hidden;
  transform: rotateX(-90deg);
  transform-origin: top;
}
.header-pro.active{
  height: 360px;
  transform: rotateX(0);
}
.pro-nav ul{
  display: flex;
  flex-wrap: wrap;
}
.pro-nav ul li{
  display: flex !important;
  align-items: center;
  margin: 20px 0;
}
.pro-nav ul li .img{
  width: fit-content;
}
.pro-nav ul li h4{
  margin-left: 15px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  transition: all 0.5s;
}
.pro-nav ul li h4:hover{
  color: var(--red);
}
#header .header-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu button {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  padding: 0 20px 0 23px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu button span {
  font-size: 18px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .header-content {
  max-width: 580px;
}
#header .header-content .header-b {
  height: 60px;
  position: relative;
  z-index: 110;
}
#header .header-content .header-b .content {
  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;
  height: 100%;
}
#header .nav-t{
  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;
  height: 45px;
  background-color: var(--color);
  padding: 0 115px;
}
#header .nav-t .left{
  font-size: 16px;
  line-height: 30px;
  color: white;
}
#header .nav-t .left span{
  color: var(--red);
  border-bottom: 1px solid var(--red);
}
#header .nav-t .right{
  display: flex;
  align-items: center;
}
#header .nav-t .right .text{
  width: 210px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color:white;
  background-color: var(--red);
}
#header .nav{
  padding: 0 115px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#header .nav .menu .right {
  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;
  height: 100%;
  margin-left: 210px;
}
#header .nav .menu .right > a {
  font-size: 16px;
  margin-left: 35px;
  margin-right: 75px;
  white-space: nowrap;
  transition: color 0.5s;
  cursor: pointer;
}
#header .nav .menu .right > a:hover{
  color:var(--red);
}
#header .nav .menu .right form {
  position: relative;
}
#header .nav .menu .right form input[type='text'] {
  width: 235px;
  height: 35px;
  border-radius: 5px;
  background-color: transparent;
  padding: 0 40px 0 15px;
  border: 1px solid #989898;
  font-size: 18px;
}
#header .nav .menu .right form input[type='submit'] {
  width: 21px;
  height: 22px;
  background: url("../images/search.png") no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
#header .nav {
  position: relative;
  height: 75px;
  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-color: #fff;
}
#header .nav .ui.menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 10px;
}

.header_w {
  animation: header_w 3s linear infinite;
  -webkit-animation: header_w 3s linear infinite;
}
@-webkit-keyframes header_w {
  from {
    transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    -moz-transform: scaleX(0.2);
    -webkit-transform: scaleX(0.2);
    -o-transform: scaleX(0.2);
  }
  50% {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  to {
    transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    -moz-transform: scaleX(0.2);
    -webkit-transform: scaleX(0.2);
    -o-transform: scaleX(0.2);
  }
}
@keyframes header_w {
  from {
    transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    -moz-transform: scaleX(0.2);
    -webkit-transform: scaleX(0.2);
    -o-transform: scaleX(0.2);
  }
  50% {
    transform: scaleX(1);
    -ms-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
  to {
    transform: scaleX(0.2);
    -ms-transform: scaleX(0.2);
    -moz-transform: scaleX(0.2);
    -webkit-transform: scaleX(0.2);
    -o-transform: scaleX(0.2);
  }
}
#header .nav .ui.menu button{
  margin-right: 90px;
   width: 221px;
}
#header .nav .ui.menu button .sub_line_cont {
  width: 18px;
}
#header .nav .ui.menu button .sub_line_cont div {
  -webkit-transform-origin: left;
  transform-origin: left;
  margin-top: 4px;
  height: 2px;
  width: 18px;
  background-color: #161616;
}
#header .nav .ui.menu button .sub_line_cont div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
#header .nav .ui.menu button .sub_line_cont div:nth-child(3) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2){
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 50px;
  font-size: 19px;
  line-height: 36px;
  color: #000;
  -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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 2px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
  border-color: #a7a6a6;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu button{
  position: relative;
}
#header .nav .ui.menu button>a{
  display: flex;
  align-items: center;
}
#header .nav .ui.menu button 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;
  font-size: 15px;
  background: #fff;
  top: 35px;
  left: 0;
  width: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu button:hover ul.sub-menu{
   -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu button ul.sub-menu li {
    position: relative;
    display: block;
    float: none;
    padding: 0 15px;
    line-height: 40px;
    color: black;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
#header .nav .ui.menu button ul.sub-menu li a{
  display: block;
}
#header .nav .ui.menu button ul.sub-menu li:hover {
    background: #222;
    color: white;
}







#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;
  font-size: 15px;
  background: #fff;
  top: 45px;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.font-20{
  line-height: 36px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right {
  margin-left: 140px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.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;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image span {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 30px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}
#mobile .m-nav ul li li a span {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 32px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.language-box .zhuyu {
  color: white;
  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;
}
.language-box .zhuyu span {
  font-size: 18px;
  margin: 0 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 105%;
  right: 0px;
  z-index: 100;
  white-space: nowrap;
  -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.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, -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);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language 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;
}
.btn-go {
  width: 230px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #000;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  background: none;
  border: 2px solid var(--red);
  text-transform: uppercase;
}
.btn-go span {
  position: relative;
  z-index: 2;
}
.btn-go img {
  position: relative;
  z-index: 2;
  -webkit-filter: invert(1) grayscale(1);
  filter: invert(1) grayscale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go:hover {
  background-color: transparent;
  color: #fff;
}
.btn-go::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 10px;
  left: 0;
  bottom: 0;
  background-color: var(--red);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-go:hover::before {
  width: 100%;
  height: 100%;
}
.submit {
  width: 230px;
  height: 69px;
  line-height: 65px;
  text-align: center;
  color: #000;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  background: none;
  border: 2px solid var(--red);
  text-transform: uppercase;
}
.submit input[type='submit'] {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
.submit:hover {
  background-color: transparent;
  color: #fff;
}
.submit::before {
  content: '';
  position: absolute;
  width: 60px;
  height: 10px;
  left: 0;
  bottom: 0;
  background-color: var(--red);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.submit:hover::before {
  width: 100%;
  height: 100%;
}
.home-title {
  text-transform: uppercase;
}
.home-title span {
  font-size: 18px;
  line-height: 32px;
  font-family: 'MONTSERRAT-REGULAR';
}
.home-title h3 {
  font-size: 36px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  margin: 10px 0 50px;
  line-height: 1.4;
}
.home-title p {
  font-size: 18px;
  line-height: 32px;
  opacity: 0.4;
  text-transform: capitalize
}
.lines {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  margin: auto;
  pointer-events: none;
  z-index: 0;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100vh;
  top: 0;
  left: -webkit-calc(50%);
  left: -moz-calc(50%);
  left: calc(50%);
  background: rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.lines .line .banner-line{
  content: "";
  display: block;
  width:100%;
  height: 500px;
  background-color: rgba(255, 255, 255, 0.3);
}
.lines .line:first-child {
  left: 20%;
}
.lines .line:nth-child(2) {
  left: 40%;
}
.lines .line:nth-child(3) {
  left: 60%;
}
.lines .line:last-child {
  left: 80%;
}
.lines .line span {
  display: block;
  position: absolute;
  width: 3px;
  height: 65px;
  left: -1px;
  background: var(--color);
}
.lines .line:first-child span {
  bottom: 8%;
  -webkit-animation: dotAnimatedBottomToTop1 20s infinite linear;
  -moz-animation: dotAnimatedBottomToTop1 20s infinite linear;
  animation: dotAnimatedBottomToTop1 20s infinite linear;
}
.lines .line:nth-child(2) span {
  bottom: 98%;
  -webkit-animation: dotAnimatedBottomToTop2 20s infinite linear;
  -moz-animation: dotAnimatedBottomToTop2 20s infinite linear;
  animation: dotAnimatedBottomToTop2 20s infinite linear;
}
.lines .line:nth-child(3) span {
  bottom: 6%;
  -webkit-animation: dotAnimatedBottomToTop3 20s infinite linear;
  -moz-animation: dotAnimatedBottomToTop3 20s infinite linear;
  animation: dotAnimatedBottomToTop3 20s infinite linear;
}
.lines .line:last-child span {
  bottom: 96%;
  -webkit-animation: dotAnimatedBottomToTop4 20s infinite linear;
  -moz-animation: dotAnimatedBottomToTop4 20s infinite linear;
  animation: dotAnimatedBottomToTop4 20s infinite linear;
}
@-webkit-keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@-moz-keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@-webkit-keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@-moz-keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@-webkit-keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@-moz-keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@-webkit-keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@-moz-keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0;
  }
  100% {
    bottom: 100%;
  }
}
#banner {
  margin-top: 120px;
  position: relative;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content .content {
  position: absolute;
  left:50%;
  top:40%;
  transform: translate(-50%,-50%);
  z-index: 5;
  color:white;
  width: 1150px;
}
#banner .banner-content .content img{
  transform: translateX(-110px);
}
#banner .banner-content .content h2 {
  font-family: 'MONTSERRAT-SEMIBOLD';
  font-size: 72px;
  line-height: 1.2;
  margin-bottom: 50px;
}
#banner .banner-content .content .btn-go{
  margin: 50px 0 90px;
}
#banner .banner-content .content p {
  font-size: 18px;
  max-width: 720px;
  line-height: 32px;
}
#banner .banner-b{
  width: 1155px;
  position: absolute;
  left: 50%;
  bottom: 120px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-b ul{
  width: 350px;
  margin-left: auto;
  border: 5px solid var(--red);
}
#banner .banner-b ul li{
  height: 155px;
}
#banner .banner-b ul li img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@-webkit-keyframes box_big {
  0% {
    width: 35px;
    height: 35px;
    opacity: 0.6;
  }
  100% {
    width: 45px;
    height: 45px;
    opacity: 1;
  }
}
@-moz-keyframes box_big {
  0% {
    width: 35px;
    height: 35px;
    opacity: 0.6;
  }
  100% {
    width: 45px;
    height: 45px;
    opacity: 1;
  }
}
@keyframes box_big {
  0% {
    width: 35px;
    height: 35px;
    opacity: 0.6;
  }
  100% {
    width: 45px;
    height: 45px;
    opacity: 1;
  }
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .case {
  padding: 255px 0 140px;
  position: relative;
}
.case-bg {
  position: absolute;
  left: 0;
  top: 1500px;
  z-index: 0;
}
.inner-case-bg.case-bg{
  display: none;
}
#index-body .case .case-content {
  text-align: center;
  position: relative;
}
#index-body .case .case-content .case-logo {
  position: absolute;
  top: -8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .case .case-content .bg {
  position: relative;
  z-index: 2;
}
#index-body .case .case-content .case-list:hover .content {
  background-color: var(--red);
}
#index-body .case .case-content .case-list:hover span {
  background-color: var(--red);
}
#index-body .case .case-content .case-list:hover span::before {
  content: "";
  position: absolute;
  background-color: rgba(254, 137, 0, 0.4);
}
#index-body .case .case-content .case-list {
  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;
  position: absolute;
  z-index: 10;
}
#index-body .case .case-content .case-list span {
  width: 30px;
  height: 30px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-left: 30px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#index-body .case .case-content .case-list span::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 53, 93, 0.4);
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
  width: 35px;
  height: 35px;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: box_big 1.5s infinite ease-in-out;
  -moz-animation: box_big 1.5s infinite ease-in-out;
  animation: box_big 1.5s infinite ease-in-out;
}
#index-body .case .case-content .case-list:nth-last-child(4) .content {
   max-width: 325px;
}
#index-body .case .case-content .case-list .content {
  color: #fff;
  background-color: var(--color);
  padding: 25px;
  text-align: left;
  z-index: 10;
  max-width: 390px;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#index-body .case .case-content .case-list .content h4 {
  font-size: 20px;
  line-height: 36px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  margin: 0;
  margin-bottom: 10px;
}
#index-body .case .case-content .case-list .content p {
  font-size: 18px;
  line-height: 1.4;
}
#index-body .case .case-content .case-list:last-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 100px;
  top: unset;
  right: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index-body .case .case-content .case-list:last-child span {
  margin-left: 0;
  margin-right: 30px;
}
#index-body .case .case-content .case-list:last-child .content {
  padding-right: 15px;
}
#index-body .case .case-content .case-list:nth-last-child(2) {
  bottom: 50px;
  top: unset;
  left: -20px;
}
#index-body .case .case-content .case-list:nth-last-child(3) {
  left: unset;
  right: 0;
  top: 75px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#index-body .case .case-content .case-list:nth-last-child(3) span {
  margin-left: 0;
  margin-right: 30px;
}
#index-body .case .case-content .case-list:nth-last-child(4) {
  left: 200px;
  top: 65px;
}
#index-body .about {
  margin: 130px 0 155px;
  background-size: cover;
  background: url("../images/about-bg.jpg") no-repeat top center;
}
#index-body .about .about-content {
  height: 730px;
  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;
}
#index-body .about .about-content .left {
  width: 165px;
  height: 100%;
  padding-left: 50px;
  padding-top: 85px;
  background-color: var(--color);
  position: relative;
}
#index-body .about .about-content .left .dots {
  position: absolute;
  left: 50px;
  top: 190px;
}
#index-body .about .about-content .left p {
  position: absolute;
  right: 30px;
  bottom: 10px;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  text-transform: uppercase;
}
#index-body .about .about-content .left .home-title {
  color: #fff;
}
#index-body .about .about-content .left .home-title h3 {
  white-space: nowrap;
}
#index-body .about .about-content .center {
  margin-left: 40px;
  margin-right: 80px;
  margin-bottom: -10px;
}
#index-body .about .about-content .center li {
  font-size: 20px;
  margin-top: 45px;
  line-height: 36px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
  width: fit-content;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#index-body .about .about-content .center li:last-child{
  display: none;
}
#index-body .about .about-content .center li .con{
  display: none;
}
#index-body .about .about-content .center li span {
  margin-right: 20px;
}
#index-body .about .about-content .center li:hover {
  border-color: var(--red);
}
#index-body .about .about-content .right {
  background: url("../images/about-k.png") no-repeat top right;
  height: 545px;
  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: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 60px;
  padding-right: 75px;
  margin-bottom: -45px;
  line-height: 2;
}
#index-body .about .about-content .right h4 {
  font-size: 35px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  max-width: 720px;
  margin-bottom: 25px;
  text-transform: uppercase;
  line-height: 1.4;
}
#index-body .about .about-content .right .p {
  font-size: 18px;
  line-height: 32px;
  color:#929292;
  max-height: 260px;
  overflow-y: auto;
}
#index-body .about .about-content .right p {
  font-size: 18px;
  line-height: 32px;
  color:#929292;
  max-height: 260px;
  overflow-y: auto;
}
#index-body .about .about-content .right h1{
  font-size: 18px;
  color:#929292;
  line-height: 32px;
  display: inline;
}
#index-body .product {
  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;
}
#index-body .product .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .product .container .left .home-title {
  margin-bottom: 80px;
}
#index-body .product .container .right {
  max-width: 1005px;
  position: relative;
}
#index-body .product .container .right ul {
  margin-right: -15px;
}
#index-body .product .container .right ul li:hover .box .img {
  background-color: var(--red);
}
#index-body .product .container .right ul li {
  padding: 0 14px;
}
#index-body .product .container .right ul li .box {
  width: 100%;
  background-color: #f0f0f0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-bottom: 25px;
}
#index-body .product .container .right ul li .box .img{
  padding: 25px;
  transition: all 0.5s;
}
#index-body .product .container .right ul li .box .img_box {
  width: 100%;
  background-color: white; 
  display: flex;
  justify-content: center;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#index-body .product .container .right ul li .box h4 {
  font-size: 18px;
  padding: 0 25px;
  margin-top: 25px;
  transition: all 0.5s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .product .container .right ul li .box h4:hover{
  color: var(--red);
}
#index-body .product .container .right ul li .box .con {
  font-size: 16px;
  font-family: 'MONTSERRAT-REGULAR';
  margin-top: 15px;
  padding: 0 25px;
  color:#929292;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .application .application-content ul{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
#index-body .application .application-content ul li{
  width: calc(20% - 10px);
  height: 515px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
#index-body .application .application-content ul li.active{
  width: 40%;
}
#index-body .application .application-content ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .application .application-content ul li .box{
  height: 140px;
  color:white;
  position: absolute;
  bottom:0;
  left:0;
  padding: 0 30px;
}
#index-body .application .application-content ul li .box h4{
  font-size: 24px;
  line-height: 44px;
  font-family: 'MONTSERRAT-BOLD';
  text-transform:uppercase;
}
#index-body .application .application-content ul li .box p{
  font-size: 16px;
  line-height: 30px;
  transform: translateY(300px);
  margin-top: 15px;
  transition: all 0.5s;
}
#index-body .application .application-content ul li.active .box p{
  transform: translateY(0);
}
#index-body .news {
  padding: 135px 0 110px;
}
#index-body .news .news-content .news-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 70px;
}
#index-body .news .news-content .news-title .home-title h3 {
  margin-bottom: -15px;
}
#index-body .news .news-content ul {
  margin: 0 -30px;
}
#index-body .news .news-content ul li {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 30px;
}
#index-body .news .news-content ul li .box {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  position: relative;
  padding-bottom: 40px;
}
#index-body .news .news-content ul li .box .img-box {
  display: block;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#index-body .news .news-content ul li .box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .news .news-content ul li .box .date {
  padding: 10px 15px;
  background-color: var(--color);
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
}
#index-body .news .news-content ul li .box .date span:first-child {
  display: block;
  font-size: 30px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  line-height: 1;
  text-align: center;
}
#index-body .news .news-content ul li .box .box-t {
  padding: 0 20px;
  margin: 40px 0 10px;
}
#index-body .news .news-content ul li .box .box-t span {
  font-weight: bold;
  font-family: 'MONTSERRAT-REGULAR';
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.4);
}
#index-body .news .news-content ul li .box h4 {
  font-size: 20px;
  line-height: 36px;
  min-height: 9em;
  font-family: 'MONTSERRAT-SEMIBOLD';
  text-transform: uppercase;
  overflow: hidden;
  padding: 0 20px;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
}
#index-body .news .news-content ul li .box h4:hover {
  color: var(--red);
}
#footer {
  background-color: #f0f0f0;
  position: relative;
  z-index: 10;
}
#footer .foot-center {
  padding: 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-center .left {
  max-width: 640px;
}
#footer .foot-center .left .qcode,
.contact-page .contact-1 .left .qcode{
  margin-top: 30px;
  display: flex;
}
#footer .foot-center .left .qcode .qc-img img,
#footer .foot-center .left .qcode .qc-img canvas{
     width: 127px;
    height: auto;
    border: 5px solid white;
}
#footer .foot-center .left .qcode .qcode-list,
.contact-page .contact-1 .left .qcode .qcode-list{
  margin-right: 10px;
}
#footer .foot-center .left .qcode h4,
.contact-page .contact-1 .left .qcode h4{
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}
#footer .foot-center .left .home-title {
  margin-bottom: 35px;
}
#footer .foot-center .left .home-title p {
  font-size: 20px;
  font-family: 'MONTSERRAT-REGULAR';
  text-transform: capitalize;
}
#footer .foot-center .right{
  width: 47%;
  padding-top: 10px;
}
#footer .foot-center .right .f-nav{
  display: flex;
  margin-bottom: 55px;
}
#footer .foot-center .right .f-nav span{
  font-size: 20px;
  line-height: 36px;
  font-family: 'MONTSERRAT-MEDIUM';
  transition: all 0.5s;
  margin-right: 35px;
}
#footer .foot-center .right .f-nav span:last-child{
  margin-right: 0;
}
#footer .foot-center .right .f-nav span:hover{
  color:var(--red);
}
#footer .foot-center .right .info-list:nth-child(2){
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
}
#footer .foot-center .right .info-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
#footer .foot-center .right .info-list span {
  font-size: 18px;
  margin-left: 15px;
  line-height: 32px;
}
#footer .foot-center .right .share{
  display: flex;
  margin-top: 35px;
}
#footer .foot-center .right .share a{
  margin-right: 25px;
}
#footer .foot-center .right .share a i{
  font-size: 24px;
  color:#6e6e6e;
}
#footer .foot-center .right .share a:hover i{
  color:var(--red);
}
#footer .foot-center .right {
  position: relative;
}
#footer .foot-center .left form {
  width: 100%;
  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;
}
#footer .foot-center .left form input[type="text"] {
  display: block;
  width: 48%;
  height: 40px;
  font-size: 18px;
  color: #b9b9b9;
  line-height: 32px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #c8c8c8;
  padding-right: 20px;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
#footer .foot-center .left form input[name="content"] {
  width: 100%;
  margin-bottom: 60px;
}
#footer .footer-b {
  height: 100px;
  width: 100%;
  background-color: var(--color);
}
#footer .footer-b .container {
  height: 100%;
  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;
}
#footer .footer-b .container .f-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#footer .footer-b .container .colorchange img {
  width: 250px;
  height: auto;
  opacity: 0.6;
}
#footer .footer-b .container span {
  font-size: 14px;
  line-height: 2;
  color: #929292;
}
@media (max-width: 1850px) {
  #header .nav,
   #header .nav-t {
    padding: 0 55px;
  }
  #header .nav .ui.menu .right {
    margin-left: 35px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 45px;
  }
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
    padding: 0 15px;
  }
  #header .nav .ui.menu button {
    margin-right: 35px;
    width: 200px;
  }
  #banner {
    margin-top: 120px;
  }
  #banner .banner-content .content h2 {
    font-size: 48px;
  }
  #banner .banner-content .content img {
    transform: translateX(-50px);
    width: 300px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #banner .banner-content .content {
    top: 40%;
  }
  #index-body .case .case-content .case-list:nth-last-child(3) {
    right: 50px;
  }
  #index-body .case .case-content .case-list:nth-last-child(2) {
    left: 20px;
  }
  #footer .foot-center .left{
    max-width: 45%;
  }
  #footer .foot-center .right {
    width: 50%;
  }
  #header .nav .menu .right form input[type='text']{
    width: 200px;
  }
  #header .nav .ui.menu button span {
    font-size: 16px;
  }
  #index-body .about .about-content .right{
    background-size: 100% 100%;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  .case-bg {
    display: none;
  }
  #header .header-icon>img{
    width:180px;
  }
  #banner .banner-content .content .btn-go {
    margin: 50px 0;
  }
  #banner .banner-content .content h2 {
    font-size: 46px;
    max-width: 560px;
  }
  #index-body .case .case-content h3 {
    font-size: 160px;
    top: -10%;
  }
  .home-title h3 {
    font-size: 30px;
    line-height: 1.2;
  }
  .btn-go {
    width: 185px;
    height: 55px;
    line-height: 55px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 15px;
    font-size: 16px;
  }
  #header .nav .ui.menu button span {
    font-size: 16px;
  }
  #footer .foot-center .right .f-nav span {
    font-size: 16px;
    line-height: 30px;
    margin-right: 20px;
  }
  .about-page .about-1 .text .con {
    max-height: 400px;
    overflow-y: auto;
  }
  #index-body .about .about-content .center {
    margin-right: 45px;
  }
  #index-body .about .about-content .right h4 {
    font-size: 24px;
  }
  #header .nav, #header .nav-t {
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #banner .banner-b{
    display: none;
  }
  .home-title span{
    line-height: 32px;
    font-size: 18px;
  }
  #header .nav .menu .right form input[type='text'] {
    width: 160px;
  }
  #header .header-icon>img {
    width: 120px;
  }
  #banner .banner-content .content img {
    display: none;
  }
  #banner .banner-content .content .btn-go {
    margin: 30px 0 0;
  }
  #banner .banner-content .content{
    width: 90%;
  }
  #banner .banner-content .content h2 {
    font-size: 36px;
  }
  #index-body .case .case-content .bg {
    width: 80%;
  }
  #index-body .case .case-content .case-list .content h4 {
    font-size: 18px;
    line-height: 32px;
  }
  #index-body .case .case-content .case-list .content p {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .case .case-bg {
    bottom: 30px;
  }
  #index-body .about .about-content .right p {
    font-size: 16px;
    line-height: 30px;
  }
    #index-body .about .about-content .right .p {
    font-size: 16px;
    line-height: 30px;
  }
  #index-body .about .about-content .right h4 {
    font-size: 20px;
  }
  #index-body .about .about-content .center {
    margin-right: 55px;
  }
  #index-body .about .about-content .center li {
    font-size: 20px;
    margin-top: 30px;
  }
  #index-body .about .about-content .right {
    background-size: 100% 100%;
    padding-right: 35px;
    padding-left: 35px;
    height: 460px;
  }
  #index-body .about .about-content {
    height: 665px;
  }
  #index-body .product .container .right {
    max-width: 700px;
  }
  #footer .foot-center .left .home-title p {
    font-size: 16px;
  }
  #footer .footer-b .container .f-logo {
    display: block;
    width: 200px;
  }
  #header .nav,
   #header .nav-t {
    padding: 0 25px;
  }
  #header .nav .ui.menu .right {
    margin-left: 25px;
  }
  #header .nav .ui.menu button {
    margin-right: 25px;
  }
  #index-body .application .application-content ul li .box h4 {
    font-size: 20px;
  }
  #footer .foot-center .right .f-nav{
    flex-wrap: wrap;
  }
  #footer .foot-center .right .f-nav span {
    margin: 15px 40px 15px 15px;
  }
  #footer .foot-center .right .f-nav {
    margin-bottom: 20px;
  }
  #header .nav .ui.menu button span {
    font-size: 14px;
  }
  #header .nav .ui.menu button {
    margin-right: 20px;
    width: 160px;
    padding: 0 10px;
  }
  .about-page .about-1 .text .con {
    font-size: 14px;
  }
  #index-body .case .case-content .case-list:nth-last-child(4) {
    left: 55px;
  }
  #index-body .case .case-content .case-list:nth-last-child(3) {
    top: 0;
  }
  #index-body .case .case-content .case-list:last-child{
    right: 80px;
    bottom: 125px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #index-body .news .news-content ul li .box h4{
    min-height: 12.7em;
  }
  #mobile {
    display: block;
  }
  .ui.container{
    width: 700px;
  }
  #mobile .m-logo {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  #mobile .m-btn {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  #banner .banner-content .content h2 {
    font-size: 24px;
    max-width: 370px;
    line-height: 44px;
  }
  #index-body .application .application-content ul li .box p{
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
  }
  #index-body .application .application-content ul li .box {
    bottom: 50px;
  }
  #banner .banner-content .content p {
    margin: 15px 0;
    font-size: 16px;
  }
  #index-body .case .case-content h3 {
    font-size: 120px;
    top: -5%;
  }
  #index-body .case .case-content .case-list:nth-last-child(3) {
    right: 0;
  }
  #index-body .case .case-content .case-list {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  #index-body .case .case-content .case-list:nth-last-child(3) {
    top: -20px;
  }
  #index-body .case .case-content .case-list:nth-last-child(2) {
    bottom: 15px;
    left: -50px;
  }
  #index-body .case {
    padding: 155px 0 140px;
  }
  #index-body .product .container {
    -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 ;
  }
  #index-body .product .container .left {
    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;
    margin-bottom: 60px;
  }
  #index-body .product .container .left .home-title {
    margin-bottom: 0;
  }
  #index-body .about .about-content .center {
    display: none;
  }
  #index-body .about .about-content .left {
    margin-right: 30px;
  }
  #footer .foot-center {
    -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;
  }
  #footer .foot-center .left {
    margin-bottom: 60px;
    max-width: 100%;
    width: 100%;
  }
  #footer .foot-center .right {
    width: 100%;
  }
  #footer .foot-center .left form {
    max-width: 100%;
    width: 100%;
  }
  #footer .footer-b .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .footer-b .container span {
    margin-bottom: 10px;
  }
  #footer .footer-b .container .f-logo,
  #footer .foot-center .right .f-nav {
    display: none;
  }
  #index-body .case .case-content .case-list:nth-last-child(4) {
    left: -35px;
    top: -45px;
  }
  #index-body .case .case-content .case-list:last-child {
    right: 10px;
  }
  .about-page .about-1 .text .con {
    max-height: unset;
    overflow-y: unset;
  }
  #index-body .case .case-content .case-list:last-child {
    bottom: 60px;
  }
  #index-body .case .case-content .case-list:nth-last-child(3) {
    top: -60px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
   #banner .banner-content .content{
     padding: 0 15px;
   }
  #banner .banner-content .content img {
    display: none;
  }
  #banner .banner-content .content p {
    margin-bottom: 0;
  }
  #banner .banner-content .content .btn-go{
    display: none;
  }
  .lines,
  #index-body .case {
    display: none;
  }
  #banner .banner-content .content {
    width: 100%;
  }
  #banner .banner-content .content h2 {
    max-width: 100%;
    margin-bottom: 10px;
  }
  #index-body .product .container .left {
    -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-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #index-body .product {
    margin-top: 70px;
  }
  .home-title h3 {
    font-size: 26px;
    line-height: 1.4;
  }
  #index-body .product .container .left .home-title {
    margin-bottom: 30px;
  }
  #index-body .about .about-content {
    height: auto;
    -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-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
  }
  #index-body .about .about-content .right {
    height: auto;
    padding: 0;
    margin-bottom: 0;
    background: none;
  }
  #index-body .about .about-content .right p {
    opacity: 1;
  }
  #index-body .about .about-content .right .p {
    opacity: 1;
  }
  #index-body .about .about-content .left {
    padding: 0;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  #index-body .about .about-content .left p,
  #index-body .about .about-content .left .dots {
    display: none;
  }
  #index-body .about {
    margin: 70px 0;
    padding: 60px 0;
    background: var(--color);
  }
  #index-body .news .news-content .news-title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
  }
  #index-body .news .news-content .news-title .home-title {
    margin-bottom: 30px;
  }
  #index-body .news .news-content .news-title .home-title h3 {
    margin-bottom: 0;
  }
  #index-body .news {
    padding: 70px 0;
  }
  #banner .banner-content .content p {
    line-height: 1.4;
    font-size: 14px;
  }
  .home-title h3 br,
  .home-title p br{display: none;}
  #index-body .application{
    display: none;
  }
  #index-body .about .about-content .right p {
    max-height: unset;
    overflow-y: unset;
  }
  #index-body .about .about-content .right .p {
    max-height: unset;
    overflow-y: unset;
  }
}
@media (max-width: 500px) {
  .ui.container,
  #banner .banner-content .content {
    width: 100%;
  }
  #banner .banner-content .content{
     color: #fff;
   }
  #banner .banner-content .content p {
    display: none;
  }
  #banner .banner-content .content h2 {
    font-size: 24px;
  }
  .home-title p {
    font-size: 16px;
  }
  #index-body .about .about-content .right h4 {
    font-size: 22px;
  }
  .home-title h3 {
    font-size: 22px;
    line-height: 40px;
  }
  #footer .foot-center .left form input[type="text"] {
    width: 100%;
  }
  #footer .foot-center .left form input[type="submit"] {
    width: 100%;
  }
  #footer .footer-b .container span {
    text-align: center;
  }
}

























/*------------------------------inner-page------------------------------------*/
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.inner-banner {
  height: 400px;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 1;
  margin-top: 120px;
}
.inner-banner .box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 38%;
}
.inner-banner .box .mbx {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 5px;
}
.inner-banner .box h2 {
  font-size: 36px;
    line-height: 1.6;
  font-family: 'MONTSERRAT-SEMIBOLD';;
}
.inner-banner .box h2 em {
  color: var(--red);
}
.inner-banner::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.partner{
  background:#f5f5f5;
  padding: 100px 0;  
}
.partner .top{
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.partner .top ul{
  height: 205px;
  display: flex;
  animation: slide 40s linear infinite;
}
.partner .top ul li{
  width: 325px;
  padding: 0 8px;
}
.partner .top ul li .box{
  width: 100%;
  height: 205px;
  background-color: white;
}

.partner .bottom{
  width: 100%;
  display: flex;
}
.partner .bottom ul{
  height: 205px;
  display: flex;
  animation: slide2 40s linear infinite;
}
.partner .bottom ul li{
  width: 325px;
  padding: 0 8px;
}
.partner .bottom ul li .box{
  width: 100%;
  height: 205px;
  background-color: white;
}
.about-page {
  padding-top: 8rem;
}
.about-page .about-1 .text {
  padding-right: 4rem;
  vertical-align: middle;
}
.about-page .about-1 .text h3 {
  /*font-size: 1.35rem;*/
  line-height: 1.3;
}
.about-page .about-1 .text .con {
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}
.about-page .about-1 .text .con p:first-child {
  margin-bottom: 15px;
}
.about-page .about-1 .text dl {
  margin: 15px 0 1.5rem;
}
.about-page .about-1 .text dl dd i {
  display: inline-block;
  color: var(--red);
  font-size: 20px;
  margin-top: 5px;
}
.about-page .about-1 .text dl dd span {
  display: inline-block;
  padding-left: 0.75rem;
  font-size: 16px;
  line-height: 2;
  width: 90%;
}
.about-page .about-1 .text .line-dec {
  position: relative;
  height: 1px;
  background: #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about-page .about-1 .text .line-dec::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 40px;
  background: var(--red);
}
.about-page .about-1 .text .about-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.5rem 0;
}
.about-page .about-1 .text .about-bottom .image.about-signature {
  margin-right: 2rem;
  width: 80px;
}
.about-page .about-1 .text .about-bottom .about-name {
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}
.about-page .about-1 .text .about-bottom .about-rol {
  color: #555;
  font-size: 14px;
  line-height: 2;
}
.about-page .about-1 .img {
  position: relative;
  vertical-align: middle;
}
.about-page .about-1 .img::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -15px;
  right: 50%;
  bottom: 50%;
  z-index: 1;
  background: var(--red);
}
.about-page .about-1 .img img {
  position: relative;
  z-index: 10;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .img .about-img-hotifer {
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 260px;
  padding: 30px 16px;
  z-index: 11;
  border-radius: 2px;
  text-align: left;
  background: var(--red);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}

.about-page .about-1 .img .about-img-hotifer p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  text-align: left;
}
.about-page .about-1 .img .about-img-hotifer .icon {
  position: absolute;
  bottom: 15px;
  right: 10px;
  width: 39px;
  height: 32px;
}
.about-page .about-1 .img .about-img-hotifer .icon svg {
  fill: rgba(255, 255, 255, 0.3);
  vertical-align: middle;
  display: inline-block;
}
.about-page .about-1 .img:hover img {
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -o-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -moz-transform: scale(0.98);
}
.about-page .about-2 {
  background: url(/ncevalve/2025/04/08/aboutgc1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 6rem 0 3rem;
  color: #fff;
  margin-top: 8rem;
}
.about-page .about-2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.about-page .about-2 .left {
  width: 50%;
  margin: 0 auto;
}
.about-page .about-2 .left .play {
  display: inline-block;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  text-align: center;
  line-height: 4.25rem;
  background: rgba(242, 97, 34, 0.8);
  position: relative;
  z-index: 1;
}
.about-page .about-2 .left .play i {
  font-size: 1.75rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.about-page .about-2 .left .play::before,
.about-page .about-2 .left .play: span {
  position: absolute;
  z-index: -1;
  content: '';
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  background: rgba(242, 97, 34, 0.5);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.about-page .about-2 .left .play::before {
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  -ms-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-2 .left .cont h6 {
  position: relative;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0px;
  text-align: center;
}
.about-page .about-2 .left .cont h6 span {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--red);
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page .about-2 .left .cont h4 {
  font-size: 26px;
  line-height: 1.8;
  font-family: 'MONTSERRAT-SEMIBOLD';
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}
.about-page .about-2 .left .cont p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
.about-page .about-3 {
  background: #f5f5f5;
  padding: 6rem 0;
}
.about-page .about-3 .header span {
  font-size: 16px;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
}
.about-page .about-3 .header span: span {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--red);
  position: absolute;
  left: 0;
  top: 50%;
}
.about-page .about-3 .header h3 {
  font-size: 50px;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  line-height: 1.1;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.about-page .about-3 .header h3 em {
  color: var(--red);
}
.about-page .about-3 .info ul {
  margin-right: -24px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.about-page .about-3 .info ul li {
  padding-right: 24px;
}
.about-page .about-3 .info .single-facility {
  background: #fff;
  padding: 40px 30px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
  height: 296px;
}
.about-page .about-3 .info .single-facility h5 {
  font-size: 24px;
  color: #000;
  line-height: 44px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.font-16{
  line-height: 30px;
}
.about-page .about-3 .info .single-facility span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  background: var(--red);
  padding: 10px;
}
.about-page .about-3 .info .single-facility p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.about-page .about-3 .info .single-facility .facility-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  bottom: 60px;
  left: 90px;
}
.about-page .about-3 .info .single-facility .facility-shape span {
  font-size: 140px;
  color: #ccc;
  background: transparent;
}
.about-page .about-3 .info .single-facility:hover h5 {
  color: var(--red);
  -webkit-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.about-page .about-4 {
  background: url(/ncevalve/2025/04/08/78781.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 6rem 0;
  color: #fff;
}
.about-page .about-4: span {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.about-page .about-4 ul li .item.text-center {
  text-align: center;
}
.about-page .about-4 ul li .item .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 50%;
  border: 7px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.about-page .about-4 ul li .item .icon span,
.about-page .about-4 ul li .item .icon i {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  line-height: 80px;
  border-radius: 50%;
  background: var(--red);
}
.about-page .about-4 ul li .item .icon .back {
  background: #fff;
  -webkit-transform: translateX(120%);
  transform: translateX(120%);
  color: var(--red);
}
.about-page .about-4 ul li .item h3 {
  font-family: 'MONTSERRAT-SEMIBOLD';
  margin-bottom: 5px;
  font-size: 36px;
    line-height: 1.6;
  font-family: 'MONTSERRAT-SEMIBOLD';;
}
.about-page .about-4 ul li .item h6 {
  font-size: 20px;
  line-height: 1.8;
  font-family: 'MONTSERRAT-SEMIBOLD';
}
.about-page .about-4 ul li .item h6 span {
  font-size: 14px;
  color: var(--red);
  margin-right: 10px;
}
.about-page .about-4 ul li .item:hover .icon .front {
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.about-page .about-4 ul li .item:hover .icon .back {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.about-page .p11-team {
  padding: 4.5rem 0;
}
.about-page .p11-team .mml-row {
  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;
  padding: 0;
}
.about-page .p11-team .titles {
  max-width: 568px;
  width: 32%;
  margin: 0 4.5rem 0 10px;
}
.about-page .p11-team .titles h3.title {
 font-size: 30px;
    font-family: 'MONTSERRAT-SEMIBOLD';;
    line-height: 1.6;
}
.about-page .p11-team .titles .desc {
  margin-top: 20px;
}
.about-page .p11-team .titles .desc p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.about-page .p11-team .titles h3 {
  color: #292d31;
  margin-bottom: 20px;
}
.about-page .p11-team .item-wrap {
  width: 60%;
  margin: -10px;
}
.about-page .p11-team .item-wrap .item {
  padding: 10px 15px;
  margin: 10px 15px;
  /*border: var(--red) solid 3px;*/
}
.about-page .p11-team .item-wrap .item p {
  color: #051321;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.8;
}
.about-page #cta {
  position: relative;
}
.about-page #cta::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  content: '';
  display: block;
  background-color: #051026;
}
.about-page #cta .cta-content {
  width: 100%;
  /*max-width: 1760px;*/
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--red)), to(#f35d2e));
  background-image: -webkit-linear-gradient(left, var(--red) 0%, #f35d2e 100%);
  background-image: -moz-linear-gradient(left, var(--red) 0%, #f35d2e 100%);
  background-image: linear-gradient(90deg, var(--red) 0%, #f35d2e 100%);
}
.about-page #cta .cta-content .content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 65px 0;
}
.about-page #cta .cta-content .content-wrap h2 {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  font-size: 34px;
  line-height: 1.4;
  color: #fff;
  margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap p {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
}
.about-page #cta .cta-content .content-wrap .mml-text {
  max-width: 750px;
}
.about-page #cta .cta-content .content-wrap .btn {
  margin: 10px 0;
}
.about-page #cta .cta-content .content-wrap .btn a {
  position: relative;
  display: inline-block;
  /* font-style: normal; */
  font-family: 'Humanist521BT-Bold';
  line-height: 1.6;
  font-size: 24px;
  text-align: center;
  padding: 16px 29px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  border: 2px solid transparent;
}
.about-page #cta .cta-content .content-wrap .btn a.white {
  background-color: #fff;
  color: var(--red);
  font-family: 'MONTSERRAT-SEMIBOLD';;
}
.about-page #cta .cta-content .content-wrap .btn a.white:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .about-page .about-3 .info .single-facility p {
    line-height: 30px;
  }
  .about-page .about-3 .info .single-facility h5 {
    font-size: 20px;
    line-height: 36px;
  }
  .about-page .about-3 .info .single-facility span {
    font-size: 30px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .box{
    top: 40%;
  }
  .about-page .p11-team .titles{
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-1 .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .about-page .about-1 .img {
    width: 100%;
    padding-top: 2rem;
  }
  .about-page .about-2 .left {
    margin: 0 20% 0 auto;
  }
  #cta h2 {
    font-size: 36px;
  }
  .about-page .about-3 .info ul li {
    width: 50%;
  }
  .about-page .about-4 ul li {
    width: 25% !important;
  }
  .about-page .about-4 ul li .item h6 {
    font-size: 16px;
  }
  .about-page .p11-team .mml-row {
    display: block;
  }
  .about-page .p11-team .mml-row .title {
    width: 100%;
    max-width: 100%;
  }
  .about-page .p11-team .mml-row .item-wrap {
    width: 100%;
    margin-top: 2rem;
  }
  .about-page .about-3 .info .single-facility {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .box{
    top: 30%;
  }
  .inner-banner .box h2{
   font-size: 18px;
    line-height: 1.8;
  }
  .inner-banner .box .mbx {
    font-size: 14px;
    line-height: 2;
  }
  .inner-banner {
    height: auto;
    padding-top: 230px;
  }
  .about-page .about-1 .text h3 {
    font-size: 20px;
    line-height: 1.8;
  }
  .inner-banner.single .box h2{
    display: none!important;
  }
  .about-page .about-2 {
    display: none;
  }
  .about-page .about-3 .info ul {
    margin-right: 0;
  }
  .about-page .about-3 .info ul li {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 {
    display: none;
  }
  .about-page .p11-team .titles .desc p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .p11-team .titles{
    max-width: 100%;
    width: 100%;
  }
  #cta h2 {
    font-size: 30px;
    line-height: 1.5;
    max-width: unset;
  }
  #cta .content-wrap {
    padding: 50px 0;
  }
  .about-page #cta .cta-content .content-wrap p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page #cta .cta-content .content-wrap .btn a {
    font-size: 16px;
    padding: 8px 15px;
  }
}

.gallery-page .tab {
  border-bottom: 1px solid #e1e1e1;
  font-size: 0;
  margin-bottom: 4.5rem;
}
.gallery-page .tab li {
  text-align: center;
  padding: 24px 0;
  border-left: 1px solid #e1e1e1;
  position: relative;
}
.gallery-page .tab li a {
  overflow: hidden;
  display: block;
}
.gallery-page .tab li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  transition: transform ease .4s;
  -ms-transition: transform ease .4s;
  -o-transition: transform ease .4s;
  -webkit-transition: transform ease .4s;
  -moz-transition: transform ease .4s;
  position: relative;
}
.gallery-page .tab li: span {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--red);
  transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 4.5rem;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 1.75rem;
  margin-top: 10px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 6rem;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div{
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 1rem;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  display: block;
  color: #111;
  font-size: 18px;
  line-height: 32px;
  padding: 5px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.font-24{
  line-height: 44px;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 1rem;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--red);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  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;
  -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-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--red);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--red);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--red);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 4.5rem 0;
}
.m-page {
  text-align: center;
  padding-top: 20px;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 2px 4px;
  min-width: 30px;
  line-height: 36px;
  height: 30px;
  color: #555;
  font-family: 'MONTSERRAT-SEMIBOLD';
  font-size: 18px;
  text-align: center;
}
.m-page a:hover {
  color: var(--red);
}
.m-page span {
  background-color: var(--red);
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul li {
    width: 100%;
  }
}
.faq-page {
  padding: 6rem 0;
}
.faq-page .box ul {
  margin-right: -2rem;
}
.faq-page .box ul li {
  padding-right: 2rem;
  margin-bottom: 20px;
}
.faq-page .box ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.faq-page .box ul li .title span {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--red);
  padding: 9px 14px;
  color: #fff;
}
.faq-page .box ul li .title h6 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}
.faq-page .box ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.faq-page .box ul li.active .title {
  color: #fff;
  background: var(--red);
  border: 1px solid var(--red);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
  color: #fff;
}
.faq-page .box ul li.active .title span {
  background: #fff;
  color: var(--red);
}
@media screen and (max-width: 1000px) {
  .faq-page .box ul {
    margin-right: 0;
  }
  .faq-page .box ul li {
    width: 100% !important;
    padding-right: 0;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 70px !important;
  }
  .faq-page .faqbox .ui.container ul.faqlist li span.qust, 
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    left: 15px !important;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top .title{
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box ul li .title span {
    left: 10px;
  }
  .faq-page .box ul li .title {
    padding: 20px 10px 20px 66px;
  }
  .faq-page .box ul li .accordion-info {
    padding: 20px 10px;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 15px 70px 15px 10px !important;
    height: auto!important;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .top .title{
    font-size: 18px;
    line-height: 32px;
  }
}
.cus-page {
  padding-top: 6rem;
}
.cus-page .cus1{
  padding-bottom: 6rem;
}
.cus-page .cus1 h5 {
  font-size: 24px;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  line-height: 44px;
}
.cus-page .cus1 .con {
  font-size: 16px;
  color: #555;
  line-height: 2;
  margin-top: 15px;
}
.cus-page .cus1 .con p {
  margin-bottom: 15px;
}
.cus-page .cus1 .con p:last-child {
  margin-bottom: 70px;
}
.cus-page .cus1 ol.number {
  list-style: none;
  counter-reset: item;
  margin-bottom: 20px;
}
.cus-page .cus1 ol.number li {
  counter-increment: item;
  font-size: 16px;
  line-height: 2;
  color: #555;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.cus-page .cus1 ol.number li:last-child {
  margin-bottom: 0;
}
.cus-page .cus1 ol.number li .text{
  padding-right: 60px;
  width: 50%;
  font-size:16px; 
  line-height: 30px;
}
.cus-page .cus1 ol.number li .text h4{
  font-family: 'MONTSERRAT-BOLD';
 color: #343434;  
}
.cus-page .cus1 ol.number li .text span{
  color: #00355d;
  font-weight:bold;
}
.font-22{
  line-height: 40px;
}
.cus-page .cus1 ol.number li .img{
  width: 50%;
}
.cus-page .cus1 ol.number li:nth-child(even){
  flex-direction: row-reverse;
}
.cus-page .cus1 ol.number li:nth-child(even) .text{
  padding-right: 0;
  padding-left: 60px;
}
/*.cus-page .cus1 ol.number li::before {
  margin-right: 10px;
  content: counter(item);
  background: var(--red);
  border-radius: 0px;
  color: #fff;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 13px;
  line-height: 27px;
  position: absolute;
  left: 0;
  top: 0;
}*/
.cus-page .cus1 .info ul {
  margin-right: -24px;
}
.cus-page .cus1 .info li {
  position: relative;
  padding: 20px 24px 0 0;
  margin-bottom: 60px;
}
.cus-page .cus1 .info li .gallery-box {
  overflow: hidden;
  position: relative;
}
.cus-page .cus1 .info li .gallery-box .gallery-img {
  position: relative;
  overflow: hidden;
}
.cus-page .cus1 .info li .gallery-box .gallery-img > img {
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}
.cus-page .cus1 .info li .gallery-box .gallery-img: span {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0px;
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img: span {
  background: rgba(0, 0, 0, 0.4);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img img {
  transform: scale(1.05);
}
.cus-page .cus2 {
  padding-top: 6rem;
}
.cus-page .cus2 .part1 .column {
  width: 70%;
  vertical-align: middle;
}
.cus-page .cus2 .part1 .column h2 {
  font-size: 1.5rem;
  font-weight: 800;
  /*font-style: italic;*/
  color: #1a1a1a;
}
.cus-page .cus2 .part1 .column p {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
      color: #555;
    line-height: 1.7;
    margin-top: 15px;
}
.cus-page .cus2 .part1 .column:nth-child(1) {
  padding-right: 5%;
}
.cus-page .cus2 .part1 .column:nth-child(2) {
  width: 30%;
}
.cus-page .cus2 .part1 .column:nth-child(2) a.more {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: var(--red);
}
.cus-page .cus2 .part2 .process-list li {
  width: 32.5%;
  max-width: 405px;
  margin-top: 50px;
  float: left;
  padding: 10px;
}
.cus-page .cus2 .part2 .process-list li .des {
  background-color: #ffffff;
  color: #000;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
  border-radius: 0px 0px 4px 4px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 106px;
}
.cus-page .cus2 .part2 .process-list li .des .num {
  width: 43px;
  height: 43px;
  background-color: var(--red);
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  font-size: 17px;
  font-weight: 800;
  font-style: normal;
  position: absolute;
  top: -22.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
.cus-page .cus2 .part2 .process-list li .des h4 {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'MONTSERRAT-SEMIBOLD';;
}
.cus-page .cus3 {
  background: #f5f5f5;
  padding: 4.5rem 0 3.5rem;
}
.cus-page .cus3 .top {
  text-align: center;
}
.cus-page .cus3 .top h2 {
  font-size: 36px;
  line-height: 1.2;
  color: #000;
  font-family: 'MONTSERRAT-SEMIBOLD';
}
.cus-page .cus3 .top p {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  margin: 1.4rem auto 0;
}
.cus-page .cus3 .formBox {
  margin: 3rem 0 2rem;
}
.cus-page .cus3 .formBox form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cus-page .cus3 .formBox form input[type="text"] {
  border: none;
  background: #ffffff;
  padding: 0 1rem;
  width: 24%;
  height: 55px;
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.cus-page .cus3 .formBox form .f-submit {
  width: 100%;
  text-align: center;
  margin-top: 2.35rem;
}
.cus-page .cus3 .formBox form .f-submit .more {
  border: none;
  display: inline-block;
  padding: 0.9rem 2.85rem;
  background: var(--red);
  font-size: 20px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-family: 'MONTSERRAT-SEMIBOLD';;
}
.cus-page .cus3 .formBox form .f-submit .more:hover {
  background: #00355d;
}
.cus-page .ser-2 {
    margin: 80px auto;
}
.cus-page .ser-2 .title {
    position: relative;
}
.cus-page .ser-2 .title i {
    z-index: -1;
    position: absolute;
    bottom: 45%;
    left: 0;
    font-size: 100px;
    color: #f5f5f5;
    opacity: 0.9;
}
.cus-page .ser-2 .title h3 {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 2;
    color: #000000;
    font-family: 'MONTSERRAT-SEMIBOLD';
    text-align: center;
}
.cus-page .ser-2 .top .grid-box .text {
    font-size: 16px;
    color: #262e42;
    max-width: 900px;
    padding-right: 10px;
    margin: 20px 0 20px auto;
        line-height: 2;
        text-align: center;
}
.cus-page .ser-2 .top .grid-box .left .text {
    margin-left: 0;
}
.cus-page .ser-2 .bot {
    margin-right: -13%;
}
.cus-page .ser-2 .bot ul {
    margin: 0 -10px;
}
.cus-page .ser-2 .bot ul li {
    position: relative;
    padding: 0 10px;
    margin: 40px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig {
    position: relative;
    max-width: 214px;
}
.cus-page .ser-2 .bot ul li .ig span {
    content: '1';
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 100px;
    line-height: 80px;
    color: #e9edf4;
    opacity: .5;
    font-family: 'MONTSERRAT-SEMIBOLD';;
}
.cus-page .ser-2 .bot ul li .ig img {
    position: relative;
    z-index: 1;
    margin: 5px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig h4 {
    font-size: 16px;
    font-family: 'MONTSERRAT-SEMIBOLD';
    line-height: 2;
    color: #00355d;
}
.cus-page .ser-2 .bot ul li:nth-child(2) .ig span {
    content: '2';
}
.cus-page .ser-2 .bot ul li:nth-child(3) .ig span {
    content: '3';
}
.cus-page .ser-2 .bot ul li:nth-child(4) .ig span {
    content: '4';
}
@media screen and (max-width: 1450px) {
  .cus-page .ser-2 .bot {
      margin-right: -7%;
  }
}
@media screen and (max-width: 1200px) {
  .cus-page .cus1 ol.number li .text{
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .cus-page .cus3 .formBox form input[type="text"] {
    width: 48%;
    margin-bottom: 15px;
  }
  .cus-page .cus3 .formBox form .f-submit {
    margin-top: 3rem;
  }
   .cus-page .ser-2 .top .grid-box .column {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li .ig {
        margin: auto;
    }
    .cus-page .cus1 ol.number li .text{
      font-size: 16px;
      width: 100%;
      padding-left:0 !important; 
      padding-right:0 !important; 
      margin-bottom: 30px;
    }
    .cus-page .cus1 ol.number li .img{
      width: 100%;
    }
    .cus-page .cus1 ol.number li {
      flex-wrap: wrap;
    }
}
@media screen and (max-width: 767px) {
  .cus-page .init-1 .column h2 {
    font-size: 20px;
  }
  .cus-page .init-1 .column p {
    font-size: 14px;
    margin: 10px 0;
  }
  .cus-page .init-2 h2,
  .cus-page .init-3 .part1 .column h2,
  .cus-page .init-4 .init-content h2 {
    font-size: 20px;
  }
  .cus-page .init-3 .part1 .column p {
    font-size: 14px;
  }
  .cus-page .init-3 .part1 .column:nth-child(2) a.more {
    font-size: 16px;
  }
  .cus-page .init-4 .init-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .cus-page .cus1 ol.number {
    padding-left: 0;
  }
  .cus-page .cus2 .part1 .column:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .cus-page .cus2 .part1 .column h2 {
    font-size: 20px;
  }
  .cus-page .cus2 .part1 .column:nth-child(2) {
    width: 100%;
    padding-top: 2rem;
  }
  .cus-page .cus2 .part2 .process-list li {
    width: 100%;
    margin-top: 20px;
  }
  .cus-page .cus3 .top h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .cus-page .cus3 .top p {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus3 .formBox form input[type="text"] {
    width: 100%;
  }
  .cus-page .ser-2 .title h3{
     font-size: 20px;
        line-height: 2;
  }
  .cus-page .ser-2 .bot{
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 580px) {
  .cus-page .init-1 .column {
    width: 100%;
  }
  .cus-page .init-1 .column h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 540px) {
  .cus-page .init-3 {
    padding: 20px;
  }
  .cus-page .init-3 .part2 .process-list li {
    width: 50%;
  }
  .cus-page .init-4 .init-content {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .cus-page .cus3 .formBox form input[type="text"] {
    height: 40px;
    font-size: 14px;
    line-height: 2;
  }
}
.production-sec .pur-sec {
  padding: 3rem 0;
}
.production-sec .pur-sec .mml-row {
  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;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 100%;
  max-width: 800px;
  padding-top: 90px;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 60%;
  max-width: 760px;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: var(--red);
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  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: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: var(--red);
}
.production-sec .fig-sec .mml-row ul li p {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-size: 18px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
.production-sec .prints-sec {
  padding-bottom: 4rem;
}
.production-sec .prints-sec .mml-row {
  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;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 46%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 70%;
  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;
  max-width: 760px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  margin: 2rem;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 3.25rem 0;
  background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 2rem;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--red)), color-stop(50%, #f35d2e), to(#f25743));
  background-image: -webkit-linear-gradient(left, var(--red) 0%, #f35d2e 50%, #f25743 100%);
  background-image: -moz-linear-gradient(left, var(--red) 0%, #f35d2e 50%, #f25743 100%);
  background-image: linear-gradient(90deg, var(--red) 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet: span {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.resources-page {
    padding: 60px 0 100px
}

.resources-page .list {
    margin-top: 46px
}

.resources-page .list .the_head {
    text-align: center;
    height: 88px;
    line-height: 88px;
    background: var(--color);
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.resources-page .list .the_head .column {
    float: left;
    display: block
}

.resources-page .list .the_head .column span {
    font-size: 18px
}

.resources-page .list ul li {
    text-align: center
}

.resources-page .list ul li a.img-box {
    display: block
}

.resources-page .list ul li span.h6 {
    font-size: 16px;
    margin-right: 1em
}

.resources-page .list ul li a.download {
    font-size: 16px;
    text-transform: uppercase;
    flex-shrink: 0;
    width: 207px;
    height: 61px;
    line-height: 61px;
    background: var(--color);
    color: #fff;
    border-radius: 10px;
    display: inline-block;
}
.resources-page .list ul li .dwbtn{
  position: relative;
}
.resources-page .list ul li .dwbtn span {
  display: block;
  width: 207px;
    height: 61px;
  background-color: transparent;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
}
.resources-page .list ul li a.download .iconfont {
    font-size: 24px!important;
    margin-left: 17px
}

.resources-page .list .dw-list li:first-child {
    margin-top: -2px
}

.resources-page .list .dw-list li:after {
    content: '';
    clear: both;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden
}

.resources-page .list .dw-list li .column {
    float: left;
    display: block;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    line-height: 278px;
    height: 278px
}

.resources-page .list .dw-list li .column:first-child {
    border-left: 1px solid #ccc
}

.resources-page .list .dw-list li .column img {
    max-height: 90%;
    vertical-align: middle
}

.resources-page .list .dw-list li .tit {
    font-size: 18px;
    color: #000
}

.resources-page .list ul li:hover {
    background: var(--color);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    transition: .3s ease;
    position: relative;
    z-index: 5
}

.resources-page .list .dw-list li:hover .tit {
    color: #fff
}

.resources-page .list ul li:hover .column {
    border-color: var(--color)
}

.resources-page .list ul li:hover a.download {
    background: #fff;
    color: var(--color)
}

.select-page .content-box {
    padding: 42px 32px;
    background: #f1f1f1;
    border-radius: 8px
}

.select-page .content-box .search1 {
    margin-top: 0
}

.select-page .content-box .search1 form {
    position: relative
}

.select-page .content-box .search1 input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    background: #fff;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    line-height: 32px;
}

.select-page .content-box .search1 input[type=submit] {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(/template/en/images/search.png) no-repeat center
}
@media screen and (max-width: 1500px) {
  .prints-sec .img-wrap {
    width: 35%;
  }
  .prints-sec .text-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .text.mod-1 h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 20px !important;
    padding-top: 10px !important;
  }
  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {

    .resources-page .list .dw-list li {
        display: flex
    }

    .resources-page .list .dw-list li .column {
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto
    }
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
  .prints-sec .img-wrap {
    display: none;
  }
  .prints-sec .text-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
      .resources-page .list .dw-list {
        width: 100%;
        overflow: auto
    }

    .resources-page .list .dw-list li {
        width: 700px
    }
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
}
.quality-sec {
  padding-top: 6rem;
}
.our-markets ul li {
  display: flex;
  align-items: center;
}
.our-markets ul li:not(:last-child) {
  margin-bottom: 60px;
}
.our-markets ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.our-markets ul li:nth-child(even) .img {
  text-align: right;
}
.our-markets ul li .img {
  width: 50%;
}
.our-markets ul li .mml-text {
  width: 50%;
  padding: 0 15px;
}
.our-markets ul li .mml-text h3 {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.2;
  color: var(--red);
  margin-top: 10px;
  margin-bottom: 10px;
}
.our-markets ul li .mml-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #242424;
}
.qua-details {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(180deg, var(--red) 0%, #f35d2e 100%);
}
@media (max-width: 540px) {
  .qua-details {
    padding: 0px;
  }
}
.qua-details .container {
  padding: 60px 10px;
}
.qua-details .container h2 {
  text-align: center;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 0px;
}
.qua-details .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.qua-details .container ul li {
  width: 24%;
  max-width: 280px;
  margin-top: 40px;
}
.qua-details .container ul li img {
  max-width: 100%;
}
.qua-details .container ul li h4 {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  font-size: 22px;
  line-height: 40px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.qua-details .container ul li p {
  font-style: normal;
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
  /* width: 95%; */
  /* max-width: 260px; */
  line-height: 32px;
}
.proto-sec h2 {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  margin: 2rem;
  text-align: center;
}
.proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.proto-sec ul li {
  font-size: 0;
  padding: 15px;
}
.p11-team {
  padding: 4.5rem 0;
}
.quality-sec .p11-team h4 {
  font-family: 'MONTSERRAT-SEMIBOLD';;
  font-style: normal;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.p11-team .item-wrap {
  width: 60%;
  margin: -10px;
}
.p11-team .item {
  padding: 10px 15px;
  margin: 10px 15px;
  /*border: var(--red) solid 3px;*/
}
.p11-team .item p {
  color: #051321;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.7;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
@media screen and (max-width: 1000px) {
  .our-markets ul li {
    display: block;
  }
  .our-markets ul li .mml-text p {
    font-size: 14px;
  }
  .our-markets ul li .img {
    width: 100%;
    text-align: center !important;
  }
  .qua-details .container ul li h4 {
    font-size: 18px;
  }
  .qua-details .container ul li p {
    font-size: 14px;
  }
  .our-markets ul li .mml-text {
    width: 100%;
    padding: 30px 0;
  }
  .qua-details .container ul {
    flex-wrap: wrap;
  }
  .qua-details .container ul li {
    width: 100% !important;
    text-align: center !important;
    max-width: 330px !important;
  }
  .pd-110 {
    padding: 20px 0 !important;
  }
  .p11-team {
    padding: 30px 0;
  }
  .font-18 {
    font-size: 14px;
  }
}

.inner-page h3.title{
   font-size: 40px;
  line-height: 1.2;
  font-family: 'MONTSERRAT-SEMIBOLD';;
}
.inner-page h3.title em{
  color: var(--red);
}

.inner-page .sidebox {
  padding: 6rem 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 140px;
  background: #fff;
}
.inner-page .sidebox .sideleft .widget {
  padding: 30px;
  margin-bottom: 0px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--red);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--red);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--red);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--red);
  color: #fff;
  font-size: 18px;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
.ap-page {
  background: #f5f5f5;
}
.ap-page .sideright .ap-top {
  position: relative;
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
  transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
  width: 100%;
}
.ap-page .sideright .ap-top .img: span {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
  padding: 0 1.6rem 0.7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
}
.ap-page .sideright .ap-top h6: span {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 1.6rem;
  bottom: 1.6rem;
  color: #fff;
  z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
  font-size: 24px;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
.ap-page .sideright .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002E42;
  text-transform: capitalize;
  font-family: 'MONTSERRAT-SEMIBOLD';;
}
.ap-page .sideright .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .con p {
  margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002E42;
  margin-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .bottom3 {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002E42;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  line-height: 2;
  padding: 0.8rem 1.2rem;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4: span {
  content: "\f107";
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem 0.8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002E42;
  display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
  background: #e9672e;
  color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4: span {
  content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .ap-page .sideright .ap-top .img img{
    min-height: 250px;
    object-fit: cover;
  }
  .ap-page .sideright .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ap-page .sideright .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .ap-page .sideright .ap-bottom .bottom3 ul li h4: span {
    right: 0.5em;
  }
}
.product-page {
  background: #f9f9f9;
}
.product-page .sideright .top {
  width: 100%;
  /*width: 45%;*/
}
.product-page .sideright .top h3,
.product-page .sideright .top h1 {
     font-size: 26px;
    line-height: 1.6;
}
.product-page .sideright .top h3 em {
  color: var(--red);
  font-family: 'MONTSERRAT-SEMIBOLD';;
}
.product-page .sideright .top .desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  max-height: 218px;
    padding-right: 20px;
    overflow-y: scroll;
margin-bottom: 30px;
}
.product-page .sideright .list {
  margin-top: 2.5rem;
}
.product-page .sideright .list ul {
  margin: 0 -3rem -2.4rem 0;
}
.product-page .sideright .list ul li {
  padding: 0 3rem 2.4rem 0;
}
.product-page .sideright .list ul li .box {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
}
.product-page .sideright .list ul li .box i {
  position: absolute;
  z-index: 1;
  background: var(--red);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .sideright .list ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .sideright .list ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .sideright .list ul li .box .img {
  width: 100%;
  background: #fff;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-page .sideright .list ul li .box .text {
  padding: 1.45rem 1.3rem 1.3rem;
}
.product-page .sideright .list ul li .box .text h4 {
  font-size: 18px;
    line-height: 1.8;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .sideright .list ul li .box .text p {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.product-page .sideright .list ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .sideright .list ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .sideright .list ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .sideright .list ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
.product-page #index-body {
  background: #fff;
}
@media screen and (max-width: 1366px) {
  .product-page .sideright .list ul li {
    width: 50%;
  }
  .product-page .sideright .top {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .sideright .top {
    width: 100%;
    display: none!important;
  }
  .product-page .sideright .top .desc {
   font-size: 14px;
    line-height: 2;
  }
  .product-page .sideright .list ul li {
    width: 100%;
  }
}
.prodet-page {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-1 .left {
  width: 50%;
}
.prodet-page .product-box .prodet-1 .left .swiper {
  overflow: hidden;
  /*margin-top: 20px;*/
  padding: 5px;
  margin-top:-5px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide {
  border: #ccc solid 1px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin:0 -5px 10px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  color: transparent;
  transition: all 0.5s;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow:hover {
  background-color: var(--red);
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev::before{
  position: absolute;
  content: "\e76e";
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  color: white;
  font-size: 20px;
  font-family: "iconfont";
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next::before{
  position: absolute;
  content: "\e76f";
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  color: white;
  font-size: 20px;
  font-family: "iconfont";
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 50%;
}
.prodet-page .product-box .prodet-1 .right .title {
  font-size: 28px;
    line-height: 1.6;
  font-family: 'MONTSERRAT-SEMIBOLD';
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text {
  margin: 1.5rem 0;
  font-size: 16px;
  line-height: 2;
  max-height: 25em;
  overflow: auto;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2;
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: var(--red);
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: var(--red);
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  background: var(--red);
  color: white;
  padding: 0 35px;
  font-size: 20px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-1 .right .Auxil-through{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 15px 0;
}
.prodet-page .product-box .prodet-1 .right .Auxil-through a{
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
  line-height: 2;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #fff;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: var(--red);
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret ul li{
  display: none;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
  width: 100% !important;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #00355d3d;
  font-size: 16px;
  line-height: 2;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr td:nth-child(1) {
  background: #00355d !important;
  color: #fff !important;
  border-color: #fff !important;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-2 .ret form {
  margin-top: 50px;
  padding: 10px;
  background: #fff;
  box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box .prodet-2 .ret form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .product-box .prodet-2 .ret form ul li {
  margin-top: 10px;
  width: 48%;
  display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 5px;
  font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
  background: var(--red);
  color: #fff;
  transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
  background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
  padding: 5px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 16px;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-family: 'MONTSERRAT-SEMIBOLD';
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-track {
  margin: 0;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
  margin-top: 0px;
  overflow: unset;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  font-size: 16px;
  line-height: 30px;
  min-height: 3.4em;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: var(--red);
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #00355d;
  min-height: 4em;
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 2;
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid var(--red);
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: var(--red);
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: var(--red);
}




.quality-page .quality-1{
  padding: 100px 0;
}
.quality-page .quality-1 .top{
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1400px) {
.prodet-page .product-box .prodet-1 .right .text {
  max-height: 12em;
}
}
@media screen and (max-width: 700px) {
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding: 1.5rem 0 0 0;
  }
  .prodet-page .product-box .prodet-1 .right .title {
    font-size: 24px;
    line-height: 1.8;
  }
}
.about-page .about-1 .img .about-img-hotifer::before {
    font-family: 'Nucleo';
    content: "\ea44";
    bottom: 15px;
    right: 20px;
    position: absolute;
    color: rgba(255, 255, 255, 0.3);
    font-size: 35px;
    font-weight: normal;
}
.news-page {
  padding-bottom:6rem;
  background: #f9f9f9;
}
.news-page .sideright {
  padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
  margin-right: -1rem;
}
.news-page .sideright .list ul li {
  padding-right: 1rem;
  margin-bottom: 3rem;
}
.news-page .sideright .list ul li .box{
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.news-page .sideright .list ul li .img {
  position: relative;
}
.news-page .sideright .list ul li .img img {
  width: 100%;
}
.news-page .sideright .list ul li .img .date {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--red);
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
  display: block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.news-page .sideright .list ul li .img .date i {
  display: block;
  font-size: 24px;
  line-height: 1.8;
  font-style: normal;
  color: #fff;
  font-family: 'MONTSERRAT-SEMIBOLD';
}
.news-page .sideright .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
  color: #000;
  font-size: 24px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: var(--red);
}
.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page .sideright .list ul li .con i {
  color: var(--red);
  font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--red);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
  .prodet-page .product-box .prodet-3 ul li .box .content h5{
    min-height: 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-right: 0;
  }
  .news-page .sideright .list ul li {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }
  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
    line-height: 36px;
    min-height: 0;
  }
  .news-page .sideright .list ul li .con p {
    font-size: 14px;
    line-height: 2;
  }
  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
    line-height: 2;
  }
  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
    line-height: 2;
  }
}
.newdet-page{
  background: #f9f9f9;
}
.newdet-page .section-title2 {
  font-size: 26px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.newdet-page p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #555;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid var(--red);
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 3rem;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: var(--red);
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: var(--red);
}
.newdet-page .n-content{
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .grid-box {
  margin-right: -12px;
}
.newdet-page .column {
  /*padding: 20px 12px 0;*/
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-family: 'MONTSERRAT-SEMIBOLD';
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: var(--red);
}
.newdet-page .s_link {
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont {
  margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: var(--red);
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 3rem;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  font-family: 'MONTSERRAT-SEMIBOLD';
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--red);
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: var(--red);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 2rem 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}
.contact-page .contact-1 {
  padding: 6rem 0;
}
.contact-page .contact-1 .left {
  padding-right: 8%;
}
.contact-page .contact-1 .left h5 {
  color: #000;
  font-size: 36px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  line-height: 1.6;
  margin-bottom: 15px;
  text-transform: uppercase
}
.contact-page .contact-1 .left p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 1.5rem;
}
.contact-page .contact-1 .left ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #555;
  text-decoration: none;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: var(--red);
  color: #fff;
  font-size: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon span {
  background: var(--red);
  color: #fff;
  width: 100%;
  text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-family: 'MONTSERRAT-SEMIBOLD';
  margin-top: 7px;
}
.contact-page .contact-1 .left ul li .contact-link-text {
  color: #555;
  font-size: 16px;
  line-height: 2;
}
.contact-page .contact-1 .right {
  text-align: right;
  padding-left: 6%;
}
.contact-page .contact-1 .right .form-wrap {
  position: relative;
}
.contact-page .contact-1 .right .form-wrap .form-box {
  padding: 40px;
  background: #fff;
  z-index: 3;
  margin-bottom: 30px;
  margin-right: 30px;
  text-align: left;
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
  content: '';
  position: absolute;
  top: 90px;
  right: 10px;
  left: 120px;
  bottom: -20px;
  background: var(--red);
  z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box:after {
  content: '';
  width: 50%;
  position: absolute;
  top: -5%;
  bottom: 55%;
  left: -5%;
  background-image: url(../images/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
  color: #000;
  font-size: 36px;
  line-height: 1.6;
  font-family: 'MONTSERRAT-SEMIBOLD';;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
  width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--red);
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
  height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  font-size: 16px;
  border-radius: 80px;
  background-color: var(--red);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
  background: #000;
}
.contact-page .contact-1 .map {
  margin-top: 4.5rem;
}
.contact-page .contact-2 {
  background: #f5f5f5;
  padding: 6rem 0;
}
.contact-page .contact-2 .header p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
  font-size: 36px;
  font-family: 'MONTSERRAT-SEMIBOLD';
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
  color: var(--red);
}
.contact-page .contact-2 .content ul {
  margin-right: -2rem;
}
.contact-page .contact-2 .content ul li {
  padding-right: 2rem;
  margin-bottom: 20px;
  font-size: 16px;
    line-height: 2;
}
.contact-page .contact-2 .content ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.contact-page .contact-2 .content ul li .title span {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--red);
  padding: 9px 14px;
  color: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
  color: #000;
}
.contact-page .contact-2 .content ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.contact-page .contact-2 .content ul li.active .title {
  color: #fff;
  background: var(--red);
  border: 1px solid var(--red);
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
  color: #fff;
}
.contact-page .contact-2 .content ul li.active .title span {
  background: #fff;
  color: var(--red);
}
.distributor-page{
  padding: 120px 0;
  background-color: #f5f5f5;
}
.distributor-page .distributor-1 .con{
  line-height: 2;
}
.distributor-page .distributor-1 .con span{
  color: var(--color);
  font-weight:bold;
}
.distributor-page .distributor-1 .img{
  margin-top: 85px;
  text-align: center;
}
.distributor-page{
  padding: 120px 0;
  background-color: #f5f5f5;
}
.distributor-page .distributor-1 .con{
  line-height: 2;
}
.distributor-page .distributor-1 .con span{
  color: var(--color);
  font-weight:bold;
}
.distributor-page .distributor-1 .img{
  margin-top: 85px;
  text-align: center;
}
.distributor-page .distributor-2 {
  padding-top: 120px;
}
.distributor-page .distributor-2 ul{
  margin: 0 -15px;
}
.distributor-page .distributor-2 ul li{
  padding: 0 15px;
}
.distributor-page .distributor-2 ul li .img{
  width: 100%;
  height: 100%;
}
.distributor-page .distributor-2 ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.factory-page .init-1 {
    padding: 50px 0;
    text-align: center
}

.factory-page .init-1 .container .tips {
    max-width: 980px;
    font-weight: 500;
    margin: auto
}

.factory-page .init-1 .container .more {
    display: inline-block;
    padding: 15px 56px;
    background-color: #328256;
    border: 1px solid #328256;
    margin-top: 30px;
    color: white;
    transition: all 0.5s;
}

.factory-page .init-1 .container .more:hover {
    background-color: black;
}

.factory-page .init-2 .container {
    width: 100%
}

.factory-page .init-2 .container .list {
    padding: 80px 0 80px
}

.factory-page .init-2 .container .list .tips {
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600
}

.factory-page .init-2 .container .list img {
    width: 100%
}

.factory-page .init-2 .container .list .img-box {
    display: block
}
.factory-page .init-2 .container .list .img-box{
  max-width: 650px;
}
.factory-page .init-2 .container .list .box{
  position: relative;
}
.factory-page .init-2 .container .list .title{
  height: 60px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  background-color: var(--color);
  left:0;
  font-size: 18px;
  line-height: 32px;
  color:white;
  bottom:0;
}
.factory-page .init-2 .container .list .big_img {
    margin-top: 50px;
    position: relative
}
.factory-page .init-2 .container .list .big_img ul .slick-track{
  margin-left: 0;
}
.factory-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,.2);
    z-index: 2
}

.factory-page .init-2 .container .list .big_img .btn img {
    display: block;
    width: 30px;
    margin: 30px auto 0;
    position: relative;
    z-index: 2
}

.factory-page .init-2 .container .list .big_img .btn:before {
    background-color: #1c9f3c
}

.factory-page .init-2 .container .list .big_img .prev {
    left: 22%
}

.factory-page .init-2 .container .list .big_img .slick li {
    padding: 0 8px
}

.factory-page .init-2 .container .list .small_img {
    margin: 20px auto 0;
    max-width: 740px
}

.factory-page .init-2 .container .list .small_img ul li {
    padding: 0 2px
}

.factory-page .init-2 .container .list .small_img ul li .box {
    opacity: .5;
    cursor: pointer;
    border: 2px solid #fff
}

.factory-page .init-2 .container .list .small_img ul .slick-current li .box {
    opacity: 1;
    border: 2px solid #e71c23
}

.factory-page .init-2 .container .list .des {
    color: #3f3f3f;
    text-align: center;
    width: 900px;
    margin: 40px auto 0
}

.factory-page .init-2 .container .list:nth-child(2n-1) {
    background-color: #f9f9f9
}

@media screen and (max-width: 1500px) {
   .factory-page .init-2 .container .list .big_img .btn {
        right: 10%
    }

    .factory-page .init-2 .container .list .big_img .prev {
        left: 10%
    }
}
@media screen and (max-width: 1366px) {
  .contact-page .contact-1 .right {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1200px) {
  .contact-page .contact-1 .right {
    padding-left: 4%;
  }
  .contact-page .contact-2 .content ul li {
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }

    .factory-page .init-2 .container .list .small_img {
        display: none
    }

    .factory-page .init-2 .container .list .des {
        width: 100%;
        text-align: center;
        padding: 0 10px
    }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .content ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {

    .factory-page .init-2 .container .list .big_img {
        margin-top: 20px
    }

    .factory-page .init-2 .container .list .big_img .slick li {
        padding: 0
    }

    .factory-page .init-2 .container .list .des {
        max-height: 400px;
        padding-right: 2px;
        overflow-y: auto;
        margin-top: 20px
    }
}
.news-page.product #index-body .product .content ul li .box .text h4{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-page.product #index-body .product .content ul li .box .text p{
      overflow: unset;
    text-overflow: unset;
    display: inline-block;
}

.news-page.product #index-body .product{
      background-color: #fff;
      padding: 1.55rem 0 5rem;
}

.about-page.single,
.news-page.product.single #index-body .product{
  /*background-color: #f5f5f5;*/
}
.content{
  font-size: 16px;
    line-height: 2;
    /*max-height: 500px;
    padding-right: 20px;
    overflow-y: scroll;
margin-bottom: 30px;*/
}
a.foot-link{
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}

.desc h1{
  display: inline;
}
.grid-box.three>.column.f-ab,
.grid-box.three>.column.f-news{
  width: 30%;
}

.grid-box.three>.column.f-nav{
  width: 20%;
}

.knowledge{
font-size: 16px;
line-height: 2;
margin-top: 15px;  
}


.faq-page {
  padding-bottom: 100px;
}
.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 160px;
  width: 100%;
}
.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}
.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;
  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}
.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}
@media screen and (max-width: 700px) {

  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }
  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }
  .solu-4{
    display: none;
  }
}

.inner-nav .container{
  display: flex;
}
.inner-nav .container a{
  display: block;
  width: fit-content;
  font-size: 16px;
  height: 75px;
  line-height: 75px;
  border-bottom: 4px solid transparent;
  margin-right: 65px;
}
.inner-nav .container a.active{
  border-color:var(--red);
}
.inner-nav .container a:last-child{
  margin-right: 0;
}
.recruit-page .recruit-1 {
  padding: 6rem 0;
  background: #f8f8f8;
}
.recruit-page .recruit-1 h2.title{
  font-size: 30px;
  font-family: 'MONTSERRAT-BOLD';
}
.recruit-page .recruit-1 h2.title i {
  top: 0;
  left: -6px;
}
.recruit-page .recruit-1 .titles {
  margin-top: 2.8rem;
  background: var(--red);
  color: #fff;
  padding: 1.4rem 2.95rem;
}
.recruit-page .recruit-1 .titles ul li {
  font-size: 24px;
  line-height: 44px;
  font-weight: bold;
}
.recruit-page .recruit-1 .titles ul li:nth-child(3),
.recruit-page .recruit-1 .content ul li .info p:nth-child(3){
  width: 15%;
}
.recruit-page .recruit-1 .titles ul li:nth-child(4),
.recruit-page .recruit-1 .content ul li .info p:nth-child(4){
  width: 25%;
}
.recruit-page .recruit-1 .content{
  margin-top: 10px;
}
.recruit-page .recruit-1 .content ul li .info {
  padding: 0 2.95rem;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  display: flex;
}
.recruit-page .recruit-1 .content ul li .info p {
  font-size: 20px;
  padding: 1rem 0;
  width: calc(100% / 5);
}
.recruit-page .recruit-1 .content ul li .info i {
  position: absolute;
  right: 2.5rem;
  top: 2rem;
  font-size: 18px;
  cursor: pointer;
}
.recruit-page .recruit-1 .content ul li .info.active {
  background: var(--color);
  color: #fff;
}
.recruit-page .recruit-1 .content ul li .con {
  background-color: #ffffff;
  box-shadow: 0px 1px 13px 1px rgba(0, 0, 0, 0.11);
  padding: 1.7rem 5.25rem 2.2rem 2.95rem;
  color: #383838;
  display: none;
}
.recruit-page .recruit-1 .content ul li .con .right {
  padding-left: 2rem;
}
.recruit-page .recruit-1 .content ul li .con h3 {
  font-size: 20px;
  font-weight: bold;
}
/*.recruit-page .recruit-1 .content ul li .con .list p::before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #85bf5a;
  display: inline-block;
  margin-right: 5px;
}*/
.recruit-page .recruit-1 .content ul li .con .upload {
  text-align: center;
  position: relative;
  margin-top: 2.3rem;
}
.recruit-page .recruit-1 .content ul li .con .upload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.recruit-page .recruit-1 .content ul li .con .upload span {
  width: 255px;
  height: 40px;
  background: var(--red);
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  text-transform: uppercase;
}
.recruit-page .recruit-1 .content ul li .con .upload:hover span{
  background-color: #000;
}
@media screen and (max-width: 1400px) {
  .recruit-page .recruit-1 .titles ul li{
      font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .recruit-page .recruit-1 .titles {
    padding: 1.4rem 1rem;
  }
  .recruit-page .recruit-1 .content ul li .info {
    padding: 0 1rem;
  }
  .recruit-page .recruit-1 .titles ul li {
    font-size: 18px;
  }
  .recruit-page .recruit-1 .content ul li .info p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit-page .recruit-1 .box{
    width: 100%;
    overflow-x: auto;
    padding-bottom: 60px;
  }
  .recruit-page .recruit-1 .titles ul{
    display: flex;
  }
  .recruit-page .recruit-1 .titles ul li,
  .recruit-page .recruit-1 .content ul li .info p {
    min-width: 200px;
  }
  .recruit-page .recruit-1 .titles,
  .recruit-page .recruit-1 .content {
    width: fit-content;
  }
  .recruit-page .recruit-1 .content ul li .info i {
    z-index: 20;
  }
}
@media screen and (max-width: 700px) {
  .recruit-page .recruit-1 .titles {
    padding: 1.4rem 10px;
  }
  .recruit-page .recruit-1 .titles ul {
    overflow: auto;
  }
  .recruit-page .recruit-1 .titles ul li {
    font-size: 14px;
  }
  .recruit-page .recruit-1 .content ul li .con .left {
    width: 100%;
  }
  .recruit-page .recruit-1 .content ul li .con .right {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .recruit-page .recruit-1 .content ul li .con .upload span {
    left: 35%;
  }
  .recruit-page .recruit-1 .content ul li .con h3 {
    font-size: 18px;
  }
}