
body {
  font-family: 'Microsoft YaHei', '微软雅黑', sans-serif; 
  max-width: 1920px;
  --color: #de1c31;
  font-weight: normal;
  margin: 0 auto !important;
  position: relative !important;
}
.container {
  width: 1630px;

}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-1 {
    line-height: 1;
}
.lh-2 {
    line-height: 1.2;
}
.lh-3 {
    line-height: 1.3;
}
.lh-4 {
    line-height: 1.4;
}
.lh-5 {
    line-height: 1.5;
}
.lh-6 {
    line-height: 1.6;
}
.lh-7 {
    line-height: 1.7;
}
.lh-8 {
    line-height: 1.8;

}
.lh-9 {
    line-height: 1.9;
}
.lh-10 {
    line-height: 2;
}
.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;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#header.active .nav {
  height: 100px;
}
#header.active .nav .logo img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
.language-box .zhuyu > img{
  transition: all 0.5s;
}
#header.active .nav .language-box .zhuyu > img {
  filter: invert(1);
}
#header.active .nav .ui.menu .right .h-search {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#header.active .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: black;
}
#header .nav {
  height: 150px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .logo img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  filter: brightness(0) invert(1);
}
#header.active .nav .logo img {
  filter: brightness(1) invert(0);
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 70px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  color: white;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  border-bottom:1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 220px;
  width: auto;
  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;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-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.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#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 ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#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:hover > ul {
  display: block;
}
#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: 95px;
}
#header .nav .ui.menu .right > div {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  padding-right: 20px;
  border-right: 1px solid white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.language-box {
  margin-left: 20px;
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.language-box .zhuyu span {
  font-size: 18px;
  margin: 0 8px;
}
.language-box .zhuyu i {
  font-size: 18px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  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: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 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: 14px;
  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;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more.black {
  background-color: black;
}
.more.black::before {
  background-color: var(--color);
}
.more {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 35px;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
  display: block;
}
.more::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #332c2b;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more:hover::before {
  right: 0;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 5;
  color: white;
  text-transform: uppercase;
}
.h-title h3 {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  z-index: 5;
  color: #332c2b;
}
.h-title h3 em {
  color: var(--color);
}
@-webkit-keyframes banner_play {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-moz-keyframes banner_play {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes banner_play {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content .banner_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-content .banner_play .play {
  position: relative;
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-content .banner_play .play .border_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: banner_play 10s linear infinite;
  -moz-animation: banner_play 10s linear infinite;
  animation: banner_play 10s linear infinite;
}
#banner .banner-content .banner_play .play img:last-child {
  position: relative;
  z-index: 5;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .bg{
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: brightness(0.6);
  margin-bottom: -7px;
}
#banner .banner-content ul li .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-content ul li .content .box {
  width: 34%;
  color: white;
}
#banner .banner-content ul li .content .box h3 {
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#banner .banner-content ul li .content .box p {
  font-weight: 500;
}
#banner .banner-content .slickDots {
  position: absolute;
  left: 10%;
  bottom: 17%;
}
#banner .banner-content .slickDots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner .banner-content .slickDots ul li {
  background-color: #fff;
  margin-right: 20px;
  margin-left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border: none;
}
#banner .banner-content .slickDots ul li:last-child {
  margin-right: 0;
}
#banner .banner-content .slickDots ul li.slick-active {
  background-color: var(--color);
}
#banner .banner-bot {
  background-color: var(--color);
  height: 100px;
  position: relative;
}
#banner .banner-bot::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 61.5%;
  height: 101%;
  background-color: #eee;
  display: block;
  -webkit-clip-path: polygon(21.5% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(21.5% 0, 100% 0%, 100% 100%, 0% 100%);
}
#banner .banner-bot .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-bot .container {
  height: 100%;
}
#banner .banner-bot .container h3 {
  color: white;
  font-weight: 700;
}
#banner .banner-bot .container .right a span {
  color: #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
#index-body .homepage-1 {
  padding: 155px 0;
}
#index-body .homepage-1 .top .left .box .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
#index-body .homepage-1 .top .left .box .list:last-child {
  margin-bottom: 0;
}
#index-body .homepage-1 .top .left .box .list h4 {
  font-size: 18px;
  font-weight: 300;
  color: var(--color);
  min-width: 85px;
}
#index-body .homepage-1 .top .left .box .list ul {
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px 0;
}
#index-body .homepage-1 .top .left .box .list ul li {
  padding: 20px 0;
  min-width: 190px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
#index-body .homepage-1 .top .left .box .list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
}
#index-body .homepage-1 .top .left .box .list ul li a {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index-body .homepage-1 .top .left .box .list ul li a:hover {
  color: var(--color);
}
#index-body .homepage-1 .bottom {
  margin-top: 120px;
  padding-bottom: 140px;
  position: relative;
}
#index-body .homepage-1 .bottom ul {
  margin: 0 -170px 0 -10px;
}
#index-body .homepage-1 .bottom ul li .box {
  padding: 45px 35px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-1 .bottom ul li .box .img {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 360px;
}
#index-body .homepage-1 .bottom ul li .box .img img {
  width: auto;
}
#index-body .homepage-1 .bottom ul li .box .text h4 {
  font-weight: 700;
}
#index-body .homepage-1 .bottom ul li .box .text .con{
  min-height: 98px;
}
#index-body .homepage-1 .bottom ul li .box .text .more {
  padding: 8px 25px;
  border-radius: 5px;
}
#index-body .homepage-1 .bottom ul li .box .text .more span {
  font-size: 14px;
}
#index-body .homepage-1 .bottom .bot {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots {
  margin: 0;
  background-color: #e4e4e4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1230px;
  border-radius: 10px;
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li {
  height: 4px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li button {
  display: none;
}
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li.slick-active,
#index-body .homepage-1 .bottom .bot .pro-dots .slick-dots li:hover {
  background-color: var(--color);
}
#index-body .homepage-1 .bottom .bot .arrow span {
  background-color: #332c2b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
#index-body .homepage-1 .bottom .bot .arrow span:hover {
  background-color: var(--color);
}
#index-body .homepage-1 .bottom .bot .arrow span i {
  color: white;
  font-size: 30px;
}
#index-body .homepage-2 {
  background-color: #f7f7f7;
  position: relative;
}
#index-body .homepage-2 .left {
  width: auto;
  height: 100%;
  position: absolute;
  left:0;
  top: 0;
}
#index-body .homepage-2 .img_box{
  max-width: 400px;
  height: 100%;
  position: absolute;
  left:0;
  top: 0;
  z-index: 10;
  transition: all 0.5s ease;
}
#index-body .homepage-2 .img_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
#index-body .homepage-2 .img_box:hover{
  max-width: 1200px;
}
@keyframes img_clip{
  0%{
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100%{
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.img_clip{
  animation: img_clip 2s forwards ease;
}
#index-body .homepage-2 .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-2 .right {
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  margin-left: auto;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
}
#index-body .homepage-2 .right .center {
  width: 52.5%;
}
#index-body .homepage-2 .right .center .h-title {
  height: 369px;
  padding: 0 60px 25px;
}
#index-body .homepage-2 .right .center .h-title h3 {
  font-size: 40px;
  line-height: 1.2;
}
#index-body .homepage-2 .right .center .text {
  width: 100%;
  height: -webkit-calc(100% - 369px);
  height: -moz-calc(100% - 369px);
  height: calc(100% - 369px);
  padding: 40px 60px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-2 .right ul {
  width: 47.5%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 12;
  position: relative;
}
#index-body .homepage-2 .right ul li {
  height: 185px;
}
#index-body .homepage-2 .right ul li:nth-child(odd) .box {
  color: #fff;
  background-color: var(--color);
}
#index-body .homepage-2 .right ul li:nth-child(odd) .box .img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .homepage-2 .right ul li:last-child .box {
  border-bottom: none;
}
#index-body .homepage-2 .right ul li .box {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 150px 0 50px;
  width: 100%;
  height: 100%;
  color: #000000;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background-color: white;
}
#index-body .homepage-2 .right ul li .box .img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index-body .homepage-2 .right ul li .box h4 em {
  font-weight: 700;
  font-size: 48px;
  line-height: 0.8;
}
#index-body .homepage-2 .right ul li .box h4 span {
  font-size: 30px;
}
#index-body .homepage-2 .right ul li .box p {
  font-size: 18px;
  margin-top: 5px;
}
#index-body .homepage-3 {
  padding: 180px 0 200px;
}
#index-body .homepage-3 .bottom ul li {
  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-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;
}
#index-body .homepage-3 .bottom ul li h4 {
  margin-top: 50px;
  text-transform: uppercase;
  font-weight: bold;
}
#index-body .homepage-3 .bottom ul li .icon {
  margin-top: -70px;
}
#index-body .homepage-3 .bottom ul li .img {
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background-color: #f4f4f4;
  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;
  position: relative;
  text-align: center;
}
#index-body .homepage-3 .bottom ul li .img span {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 55px;
  font-size: 18px;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .homepage-4 ul li {
  width: 17%;
  height: 700px;
  overflow: hidden;
}
#index-body .homepage-4 ul li .box {
  width: 100%;
  padding: 180px 55px 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#index-body .homepage-4 ul li:nth-child(1) .box{
  background-color: #f8f8f8;
}
#index-body .homepage-4 ul li:nth-child(2) .box{
  background-color: #eeeeee;
}
#index-body .homepage-4 ul li:nth-child(3) .box{
  background-color: #e7e7e7;
} 
#index-body .homepage-4 ul li:nth-child(4) .box{
  background-color: #cfcfcf;
}
#index-body .homepage-4 ul li .box .text {
  color: #000;
}
#index-body .homepage-4 ul li .box .text > img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: block;
}
#index-body .homepage-4 ul li .box .text p {
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  display: none;
}
#index-body .homepage-4 ul li .box .btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-4 ul li .box .btn i {
  font-size: 24px;
}
#index-body .homepage-4 ul li .img {
  width: 0;
  -webkit-transition: width .3s;
  -moz-transition: width .3s;
  transition: width .3s;
  height: 100%;
  overflow: hidden;
}
#index-body .homepage-4 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-4 ul li.active {
  width: 49%;
}
#index-body .homepage-4 ul li.active .box {
  width: 38.5%;
  background-color: var(--color);
}
#index-body .homepage-4 ul li.active .box .text {
  color: white;
}
#index-body .homepage-4 ul li.active .box .text > img {
  display: none;
}
#index-body .homepage-4 ul li.active .box .text p {
  opacity: 1;
  display: block;
}
#index-body .homepage-4 ul li.active .img {
  width: 61.5%;
}
#index-body .homepage-5 {
  padding: 160px 0 120px;
}
#index-body .homepage-5 .left {
  width: 51.3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 15px;
  overflow: hidden;
}
#index-body .homepage-5 .left img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#index-body .homepage-5 .right {
  width: 48.7%;
  padding-left: 50px;
  height: 100%;
}
#index-body .homepage-5 .right ul li {
  height: 145px;
  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 .homepage-5 .right ul li:hover .date {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-5 .right ul li:hover .text h4 {
  color: var(--color);
}
#index-body .homepage-5 .right ul li .date {
  width: 105px;
  height: 115px;
  border-radius: 10px;
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #000;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .homepage-5 .right ul li .text {
  width: -webkit-calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: calc(100% - 105px);
  padding-left: 40px;
  padding-right: 8%;
}
#index-body .homepage-5 .right ul li .text h4 {
  -webkit-transition: color .5s;
  -moz-transition: color .5s;
  transition: color .5s;
}


#index-body .homepage-6{
  padding-bottom: 120px;
}

#index-body .homepage-6 ul li {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#index-body .homepage-6 ul li .box {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#index-body .homepage-6 ul li .box .date {
  padding: 0 50px;
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-6 ul li .box .text {
  padding: 0 50px 50px;
}
#index-body .homepage-6 ul li .box .text h4 {
  color: var(--color);
  min-height: 72px;
  font-size: 24px;
}
#index-body .homepage-6 ul li .box .text p {
  min-height: 54px;
  font-size: 18px;
}
#index-body .homepage-6 ul li .box .text .more {
  border-radius: 5px;
}






#footer {
  background-color: #333333;
  padding-top: 85px;
}
#footer form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer form input[type='text'] {
  width: 26.5%;
  height: 65px;
  border: none;
  border-radius: 10px;
  padding: 0 65px;
  background-color: #484848;
  font-size: 18px;
  color: white;
}
#footer form input[type='submit'] {
  width: 15%;
  height: 65px;
  border: none;
  border-radius: 10px;
  background-color: var(--color);
  color: white;
  font-size: 18px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer form input[type='submit']:hover {
  background-color: #fff;
  color: black;
}
#footer .center {
  padding: 0 15px 70px;
}
#footer .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 70px;
}
#footer .center ul li.logo #ewm canvas,
#footer .center ul li.logo #ewm img {
  width: 120px;
  height: 120px;
  border: 10px solid white;
}
#footer .center ul li.logo .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .center ul li.logo .share a {
  width: 40px;
  height: 40px;
  background-color: #666;
  color: #ccc;
  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;
  margin-right: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .center ul li.logo .share a:last-child {
  margin-right: 0;
}
#footer .center ul li.logo .share a:hover {
  background-color: var(--color);
  color: white;
}
#footer .center ul li.logo .share a i {
  font-size: 18px;
}
#footer .center ul li.link span:hover {
  color: var(--color);
}
#footer .center ul li.contact {
  max-width: 300px;
  color: white;
}
#footer .center ul li.contact h5 {
  color: #777;
  font-weight: 500;
}
#footer .center ul li.contact p {
  font-weight: 500;
}
#footer .center ul li.contact h6 {
  border-bottom: 2px solid white;
}
#footer .center ul li.link,
#footer .center ul li.contact {
  padding-top: 30px;
}
#footer .center ul li h4 {
  font-size: 24px;
  color: white;
  margin-bottom: 20px;
  text-transform: uppercase;
}
#footer .center ul li span {
  font-size: 18px;
  color: white;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .center ul li span:last-child {
  margin-bottom: 0;
}
#footer .bottom {
  background-color: var(--color);
}
#footer .bottom .container {
  height: 80px;
}
#footer .bottom .container span {
  font-size: 16px;
  color: white;
}
#footer .bottom .container span img {
  width: 150px;
  height: auto;
  padding-top: 2px;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .right {
    margin-left: 30px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
  #index-body .homepage-1 .top .left .box .list ul li {
    padding: 10px 0;
  }
  #index-body .homepage-4 ul li {
    height: 600px;
  }
  #index-body .homepage-4 ul li .box {
    padding: 80px 40px;
  }
  #index-body .homepage-5 .right ul li:last-child{
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  #banner .banner-content ul li .content .box{
    width: 45%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  .h-title h3 {
    font-size: 36px;
  }
  #index-body .homepage-3 .bottom ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .homepage-3 .bottom ul li {
    margin: 40px 0;
  }
  #index-body .homepage-3 .bottom ul li .icon {
    margin: -70px 80px 0;
  }
  #index-body .homepage-3 {
    padding: 100px 0;
  }
  #index-body .homepage-1 .bottom .bot .pro-dots .slick-dots {
    width: 950px;
  }
  #index-body .homepage-1 {
    padding: 155px 0 55px;
  }
  #index-body .homepage-2 .right .center .h-title h3 {
    font-size: 54px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content .banner_play {
    display: none;
  }
  #banner .banner-content ul li .content .box {
    width: 50%;
  }
  #index-body .homepage-1 {
    padding: 100px 0;
  }
  #index-body .homepage-1 .top .left {
    width: 100%;
  }
  #index-body .homepage-1 .top .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-2 .img_box{
    display: none;
  }
  #index-body .homepage-2 .left {
    display: none;
  }
  #index-body .homepage-2 .right {
    width: 100%;
  }
  #index-body .homepage-2 .right .center .h-title h3 {
    font-size: 50px;
    line-height: 1.2;
  }
  #index-body .homepage-2 .right ul li {
    height: 135px;
  }
  #index-body .homepage-2 .right .center .h-title {
    height: 269px;
    padding: 0 60px 65px;
  }
  #index-body .homepage-3 .bottom ul li .icon {
    margin: -70px 35px 0;
  }
  #index-body .homepage-4 ul li.active .box {
    width: 50%;
  }
  #index-body .homepage-4 ul li.active .img {
    width: 50%;
  }
  #index-body .homepage-4 ul li {
    height: 500px;
  }
  #index-body .homepage-4 ul li .box {
    padding: 70px 25px;
  }
  #index-body .homepage-4 ul li .box .text > img {
    max-width: 45px;
  }
  #index-body .homepage-5 {
    padding: 100px 0;
  }
  #footer form input[type='text'] {
    padding: 0 20px;
  }
  #index-body .homepage-5 .right {
    padding-left: 30px;
  }
  #index-body .homepage-5 .right ul li {
    height: 100px;
  }
  #index-body .homepage-1 .bottom .bot .pro-dots .slick-dots {
    width: 800px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-5 .right ul li:last-child {
    display: block;
  }
  #banner .banner-bot {
    height: 50px;
  }
  #banner .banner-bot .btn {
    display: none;
  }
  #index-body .homepage-1 {
    padding: 60px 0;
  }
  #index-body .homepage-1 .bottom ul {
    margin: 0 -10px;
  }
  #index-body .homepage-1 .bottom {
    padding: 0 15px;
  }
  #index-body .homepage-1 .bottom .bot {
    display: none;
  }
  #index-body .homepage-1 .bottom ul li {
    padding: 0 10px;
  }
  #index-body .homepage-1 .bottom ul li .box .img {
    min-height: 200px;
  }
  #index-body .homepage-2 .right{
    background-color: transparent;
  }
  #index-body .homepage-2 .right .center {
    width: 100%;
  }
  #index-body .homepage-2 .right ul {
    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;
  }
  #index-body .homepage-2 .right ul li {
    width: 50%;
  }
  #index-body .homepage-2 .right .center .h-title {
    height: auto;
    padding: 60px 16px;
  }
  #index-body .homepage-2 .right .center .text {
    height: auto;
    padding: 40px 60px;
  }
  #index-body .homepage-2 .right ul {
    height: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  #index-body .homepage-2 .right ul li:last-child .box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  #index-body .homepage-2 .right ul li .box {
    padding: 0 15px;
  }
  #index-body .homepage-3 .bottom ul li .icon {
    margin: -70px 75px 0;
  }
  #index-body .homepage-4 ul li {
    width: 50%;
  }
  #index-body .homepage-4 ul li .img {
    display: none;
  }
  #index-body .homepage-4 ul li.active {
    width: 50%;
  }
  #index-body .homepage-4 ul li.active .box {
    width: 100%;
  }
  #index-body .homepage-4 ul li {
    height: 400px;
  }
  #index-body .homepage-5 {
    padding: 60px 0;
  }
  #index-body .homepage-5 .left {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  #index-body .homepage-5 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .bottom .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: 15px;
  }
  #footer form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer form input[type='text'] {
    width: 100%;
    margin: 10px 0;
  }
  #footer form input[type='submit'] {
    width: 150px;
    margin: 10px 0;
  }
  #index-body .homepage-5 .right ul li .text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-6 ul{
    margin: 0;
  }
  #index-body .homepage-2 .right ul li .box h4 em {
    font-size: 34px;
  }
  #index-body .homepage-3,
  #index-body .homepage-4 {
    display: none;
  }
  #index-body .homepage-2 .right .center .text {
    padding: 60px;
  }
  #footer .center ul li.logo {
    width: 100%;
  }
  #footer .center ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .center ul li.contact {
    max-width: 100%;
    width: 100%;
    margin-top: 60px;
  }
  #footer .bottom .container span {
    text-align: center;
  }
  #banner .banner-content .slickDots {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #footer .center ul li.logo .flex{
    display: none;
  }
  #footer .center ul li.logo .share{
    margin-top: 20px;
  }
  #footer .center ul li.logo .flex > div{
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #footer .center ul li.logo .flex > div:last-child{
    margin-left: 0;
  }
  #banner .banner-content ul li .content .box {
    width: 100%;
  }
  #banner .banner-content ul li .content .box p {
    display: none;
  }
  .h-title h3 {
    font-size: 26px;
  }
  #index-body .homepage-2 .right ul li {
    width: 100%;
  }
  #index-body .homepage-2 .right .center .text {
    padding: 60px 15px;
  }
  #index-body .homepage-2 .right .center .h-title {
    padding: 40px 16px;
  }
  #index-body .homepage-2 .right .center .h-title h3 {
    font-size: 26px;
  }
  #banner .banner-bot {
    display: none;
  }
}

















/*----------------------------------inner-page---------------------------*/

.inner-body {
  background-color: var(--color);
}
.i-title h3 {
  color: #393939;
}
.i-title h3 em {
  color: var(--color);
}
.i-title p {
  font-weight: 500;
}
.inner-banner {
  padding: 215px 0 150px;
  background-color: var(--color);
}
.inner-banner .mbx {
  color: white;
  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;
  flex-direction: column;
}
.inner-banner .mbx h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.inner-banner .mbx p {
  font-size: 18px;
}
.inner-page {
  padding: 100px 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #f5f5f7;
  margin-top: -30px;
}
.m-page a,
.m-page span{
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  font-size: 18px;
  margin: 0 10px;
  border-radius: 50%;
  transition: all 0.5s;
}
.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
}
.m-page a:hover,
.m-page .current{
  color: #fff;
  background-color: var(--color);
}
.m-page a.next{
  font-size: 30px;
}
#cp-Nav .nav div.title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}





.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.about-page .about-1 ul {
  margin: 65px 0 0;
}
.about-page .about-1 ul li p {
  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;
}
.about-page .about-1 ul li p::before {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #000;
  margin-right: 35px;
}
.about-page .about-1 ul li h4 {
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 0.8;
}
.about-page .about-1 ul li h4::after {
  content: "+";
  font-size: 24px;
  position: absolute;
  right: -15px;
  top: -10px;
  color: black;
  font-weight: 500;
}
.about-page .about-1 ul li h4 em {
  color: var(--color);
}
.about-page .about-1 ul li h4 span {
  font-size: 18px;
}
.about-page .about-1 .img_box {
  position: relative;
  margin-top: 135px;
}
.about-page .about-1 .right{
  max-height: 500px;
  overflow-y: auto;
  padding-right: 30px; 
}
.about-page .about-1 .img_box .about_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .img_box .about_play .play {
  position: relative;
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-1 .img_box .about_play .play .border_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: banner_play 10s linear infinite;
  -moz-animation: banner_play 10s linear infinite;
  animation: banner_play 10s linear infinite;
}
.about-page .about-1 .img_box .about_play .play img:last-child {
  position: relative;
  z-index: 5;
}
.about-page .about_history {
  padding: 160px 0 0;
  background: url("../images/about_hisstory.png") no-repeat;
}
.about-page .about_history .container {
  padding: 0 110px;
}
.about-page .about_history .container ul li .box {
  padding: 35px 0 35px 40px;
  position: relative;
  min-height: 224px;
}
.about-page .about_history .container ul li .box:hover h4 {
  color: var(--color);
}
.about-page .about_history .container ul li .box h4 {
  line-height: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-page .about_history .container ul li .box::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 224px;
  left: 0;
  top: 0;
  background: url("../images/about_history_icon.png") no-repeat;
}
.about-page .about_history .img {
  margin-top: 220px;
}
.about-page .about-2 {
  background-color: #f7f7f7;
  padding: 140px 0 165px;
}
.about-page .about-2 .container {
  padding: 0 80px;
}
.about-page .about-2 .container ul {
  margin: -48px -90px;
}
.about-page .about-2 .container ul li {
  width: 33.333333%;
  padding: 48px 60px;
}
.about-page .about_honor {
  background-color: white;
  padding: 135px 0 95px;
}
.about-page .about_honor .container ul {
  margin: 0 -12px;
}
.about-page .about_honor .container ul li {
  padding: 0 12px;
}
.about-page .about_honor .container .bottom {
  width: 100%;
}
.about-page .about_honor .container .bottom .slickDots {
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: calc(100% - 150px);
}
.about-page .about_honor .container .bottom .slickDots .slick-dots {
  margin: 0;
     background-color: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  width: 100%;
}
.about-page .about_honor .container .bottom .slickDots .slick-dots li {
  padding: 0;
  height: 4px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
  border: none;
  margin: 0;
}
.about-page .about_honor .container .bottom .slickDots .slick-dots li button {
  display: none;
}
.about-page .about_honor .container .bottom .slickDots .slick-dots li.slick-active,
.about-page .about_honor .container .bottom .slickDots .slick-dots li:hover {
  background-color: var(--color);
}
.about-page .about_honor .container .bottom .slickBtn .btn {
  background-color: #332c2b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.about-page .about_honor .container .bottom .slickBtn .btn:hover {
  background-color: var(--color);
}
.about-page .about_honor .container .bottom .slickBtn .btn i {
  color: white;
  font-size: 30px;
}
.about-page .about-3 {
  padding: 115px 0 0;
  background-color: #f7f7f7;
}
.about-page .about-3 .slickDots .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  margin-top: 45px;
}
.about-page .about-3 .slickDots .slick-dots li {
  padding: 0;
  margin: 0 5px;
  width: 70px;
  height: 3px;
  border-radius: 10px;
  background-color: #cacaca;
  border: none;
}
.about-page .about-3 .slickDots .slick-dots li.slick-active {
  background-color: var(--color);
}
.about-page .about-3 .slickDots .slick-dots li button {
  display: none;
}
.about-page .about-4 .box .left{
  width:28%;
}
.about-page .about-4 .box .left .list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.about-page .about-4 .box .left .list:last-child{
  margin-bottom: 0;
}
.about-page .about-4 .box .left .list span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  font-size: 18px;
  height: 50px;
  border-radius: 50%;
  color: white;
  background-color: var(--color);
}
.about-page .about-4 .box .left .list h4{
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 20px;
  width: calc(100% - 70px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}


.about-page .about-4 .box .right{
  width:28%;
}
.about-page .about-4 .box .right .list{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 30px;
}
.about-page .about-4 .box .right .list:last-child{
  margin-bottom: 0;
}
.about-page .about-4 .box .right .list span{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  font-size: 18px;
  height: 50px;
  border-radius: 50%;
  color: white;
  background-color: var(--color);
}
.about-page .about-4 .box .right .list h4{
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  padding-bottom: 20px;
  width: calc(100% - 70px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  text-align: right;
}


.contact-page .contact-1 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -57px;
}
.contact-page .contact-1 form ul li {
  padding: 0 57px;
  margin-bottom: 45px;
}
.contact-page .contact-1 form ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 form ul li input[type='text'] {
  width: 100%;
  border: none;
  padding: 0 20px 20px;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 20px;
}
.contact-page .contact-1 form ul li textarea {
  width: 100%;
  height: 195px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 20px;
  padding: 20px 25px;
  background-color: transparent;
  margin-top: 20px;
}
.contact-page .contact-1 form ul li .submit {
  border-radius: 5px;
  padding: 15px 65px;
}
.contact-page .contact-1 form ul li .submit input[type='submit'] {
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  font-size: 20px;
}
.contact-page .contact-2 .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .left ul li {
  width: 33.3333%;
  margin-bottom: 50px;
}
.contact-page .contact-2 .left ul li:last-child {
  width: 100%;
  margin-bottom: 0;
}
.contact-page .contact-2 .left ul li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: var(--color);
  margin-bottom: 10px;
}
.contact-page .contact-2 .left ul li span::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--color);
  display: block;
  margin-right: 10px;
}
.contact-page .contact-2 .left ul li p {
  font-size: 20px;
  font-weight: 500;
}
.contact-page .contact-2 .right {
  border-radius: 15px;
  overflow: hidden;
}
.contact-page .contact-2 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .support-1 {
  padding: 0 0 100px;
}
.support-page .support-1 ul {
  margin: 0 -20px;
  position: relative;
}
.support-page .support-1 ul .slick-arrow {
  width: 55px;
  height: 55px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 5;
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.support-page .support-1 ul .slick-arrow::before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #333;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.support-page .support-1 ul .slick-arrow.slick-next {
  left: unset;
  right: -10px;
}
.support-page .support-1 ul .slick-arrow.slick-next::before {
  content: "\f105";
}
.support-page .support-1 ul .slick-arrow:hover {
  background-color: var(--color);
}
.support-page .support-1 ul .slick-arrow:hover::before {
  color: white;
}
.support-page .support-1 ul li {
  padding: 5px 20px;
}
.support-page .support-1 ul li .box {
  min-height: 625px;
  padding: 75px 55px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.support-page .support-1 ul li .box .icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.faq .container ul {
  width: 100%;
}
.faq .container ul li {
  margin-bottom: 20px;
}
.faq .container ul li:last-child {
  margin-bottom: 0;
}
.faq .container ul li.active .text {
  padding: 35px 80px 20px;
  max-height: 200px;
}
.faq .container ul li .title {
  width: 100%;
  height: 120px;
  background-color: white;
  border-radius: 25px;
  cursor: pointer;
  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;
  padding: 0 40px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.faq .container ul li .title h3 {
  font-weight: 500;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  text-align: left;
}
.faq .container ul li .title i {
  font-size: 24px;
  color: var(--color);
}
.faq .container ul li .text {
  padding: 0 80px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  max-height: 0;
  overflow: hidden;
}
.download {
  padding-top: 115px;
}
.download .top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.download .top ul li {
  width: 255px;
  height: 55px;
  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;
  border-radius: 35px;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  cursor: pointer;
}
.download .top ul li:last-child {
  margin-right: 0;
}
.download .top ul li img {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.download .top ul li:hover,
.download .top ul li.active {
  background-color: var(--color);
  color: white;
}
.download .top ul li:hover img,
.download .top ul li.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.download .top .right .btn {
  width: 160px;
  height: 50px;
  border-radius: 35px;
  background-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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.download .top .right .btn:hover {
  background-color: var(--color);
  color: white;
}
.download .top .right .btn:hover i {
  color: white;
}
.download .top .right .btn span {
  font-weight: 500;
}
.download .top .right .btn i {
  font-size: 20px;
  color: var(--color);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.download .bottom {
  padding: 0 35px;
}
.download .bottom ul {
  margin: 0 -75px;
  position: relative;
  display: none;
}
.download .bottom ul.active{
  display: block;
}
.download .bottom ul .slick-arrow {
  width: 55px;
  height: 55px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  overflow: hidden;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 5;
  border: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.download .bottom ul .slick-arrow::before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 30px;
  color: #333;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.download .bottom ul .slick-arrow.slick-next {
  left: unset;
  right: 40px;
}
.download .bottom ul .slick-arrow.slick-next::before {
  content: "\f105";
}
.download .bottom ul .slick-arrow:hover {
  background-color: var(--color);
}
.download .bottom ul .slick-arrow:hover::before {
  color: white;
}
.download .bottom ul li {
  padding: 0 75px;
}
.download .bottom ul .slick-current li{
  border-right:1px solid rgba(0, 0, 0, 0.1);
}
.download .bottom ul li .img_box {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  display: block;
}
.download .bottom ul li .img_box h4 {
  font-size: 24px;
  color: white;
  position: absolute;
  left: 45px;
  bottom: 40px;
}
.capabilities-nav {
  margin-bottom: 130px;
}
.download-page .capabilities-nav a{
  width: auto;
  padding: 0 35px;
}
.capabilities-nav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 265px;
  height: 55px;
  background-color: white;
  border-radius: 35px;
  font-size: 18px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  margin-right: 25px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.capabilities-nav a:last-child {
  margin-right: 0;
}
.capabilities-nav a:hover,
.capabilities-nav a.active {
  background-color: var(--color);
  color: white;
}
.manufacturing-page .about-page .about-3{
  background-color: transparent;
}
.manufacturing-page .i-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.manufacturing-page .i-title::before {
  content: "";
  width: 5px;
  height: 30px;
  background-color: var(--color);
  display: block;
  margin-right: 20px;
}
.manufacturing-page .manufacturing-1 ul {
  margin: 80px -10px 0;
}
.manufacturing-page .manufacturing-1 ul li {
  padding: 0 10px;
  width: 50%;
}
.manufacturing-page .manufacturing-1 ul li .box {
  border-bottom-right-radius: 35px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.manufacturing-page .manufacturing-1 ul li .box .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.manufacturing-page .manufacturing-1 ul li .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.manufacturing-page .manufacturing-1 ul li .box .text {
  height: 130px;
  background-color: white;
  padding: 0 30px;
}
.manufacturing-page .manufacturing-1 ul li .box .text p {
  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;
}
.manufacturing-page .manufacturing-1 ul li .box .text p::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: black;
  margin-right: 35px;
}
.manufacturing-page .manufacturing-1 ul li .box .text h4 em {
  color: var(--color);
}
.manufacturing-page .manufacturing-2 {
  /*padding: 130px 0;*/
}
.manufacturing-page .manufacturing-2 ul {
  margin: -25px -18px;
}
.manufacturing-page .manufacturing-2 ul li {
  width: 33.33333333%;
  padding: 25px 18px;
}
.manufacturing-page .manufacturing-2 ul li .box {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.manufacturing-page .manufacturing-2 ul li .box .img {
  width: 100%;
}
.manufacturing-page .manufacturing-2 ul li .box .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.manufacturing-page .manufacturing-2 ul li .box .text {
  height: 160px;
  padding: 20px 35px;
  background-color: white;
}
.manufacturing-page .manufacturing-3 .bottom {
  position: relative;
}
.manufacturing-page .manufacturing-3 .bottom ul {
  margin: 0 -13.5%;
}
.manufacturing-page .manufacturing-3 .bottom ul .slick-current li {
  padding: 5px 25px;
}
.manufacturing-page .manufacturing-3 .bottom ul .slick-current li .box {
  opacity: 1;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.manufacturing-page .manufacturing-3 .bottom ul .slick-current li .box .text {
  opacity: 1;
}
.manufacturing-page .manufacturing-3 .bottom ul li {
  padding: 35px 25px 5px;
}
.manufacturing-page .manufacturing-3 .bottom ul li .box {
  background-color: transparent;
  border-radius: 20px ;
  overflow: hidden;
  opacity: 0.2;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.manufacturing-page .manufacturing-3 .bottom ul li .box .text {
  height: 125px;
  padding: 0 35px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
}
.manufacturing-page .manufacturing-3 .bottom .slick-arrow {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}
.manufacturing-page .manufacturing-3 .bottom .slick-arrow.prev {
  left: 20%;
}
.manufacturing-page .manufacturing-3 .bottom .slick-arrow.next {
  right: 20%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.manufacturing-page .manufacturing-3 .bottom .slick-arrow i {
  font-size: 30px;
  color: #898989;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.manufacturing-page .manufacturing-3 .bottom .slick-arrow:hover i {
  color: var(--color);
}
.manufacturing-page .manufacturing-4 {
  margin-top: 145px;
}
.manufacturing-page .manufacturing-4 ul {
  margin: -5px -15px;
}
.manufacturing-page .manufacturing-4 ul li {
  width: 33.33333333%;
  padding: 5px 15px;
}
.manufacturing-page .manufacturing-4 ul li .box {
  border-radius: 30px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background-color: white;
  padding: 95px 30px;
  text-align: center;
  min-height: 500px;
}
.quality-page .i-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-page .i-title::before {
  content: "";
  width: 5px;
  height: 30px;
  background-color: var(--color);
  display: block;
  margin-right: 20px;
}
.quality-page .quality-2 {
  padding: 120px 0;
}
.quality-page .quality-2 .top ul {
  margin: 0 -23px;
}
.quality-page .quality-2 .top ul li {
  padding: 0 23px;
}
.quality-page .quality-2 .top ul li .box {
  border-radius: 35px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.quality-page .quality-2 .top ul li .box .text {
  padding: 30px 55px 0;
  height: 205px;
  background-color: white;
}
.quality-page .quality-2 .top ul li .box .text h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-page .quality-2 .top ul li .box .text h4::before {
  content: "";
  width: 5px;
  height: 16px;
  background-color: var(--color);
  display: block;
  margin-right: 12px;
}
.quality-page .quality-2 .bottom ul {
  margin: -23px -12px;
}
.quality-page .quality-2 .bottom ul li {
  padding: 23px 12px;
}
.quality-page .quality-2 .bottom ul li .box {
  border-radius: 35px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.quality-page .quality-2 .bottom ul li .box .text {
  padding: 25px 55px 0;
  height: 90px;
  background-color: white;
}
.quality-page .quality-2 .bottom ul li .box .text h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-page .quality-2 .bottom ul li .box .text h4::before {
  content: "";
  width: 4px;
  height: 16px;
  background-color: var(--color);
  display: block;
  margin-right: 12px;
}
.quality-page .quality-3 ul {
  margin: -26px -16px;
}
.quality-page .quality-3 ul li {
  padding: 26px 16px;
  width: 33.333333%;
}
.quality-page .quality-3 ul li .box {
  padding: 50px 35px;
  background-color: white;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.quality-page .quality-3 ul li .box h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quality-page .quality-3 ul li .box h4::before {
  content: "";
  width: 4px;
  height: 16px;
  background-color: var(--color);
  display: block;
  margin-right: 12px;
}
.quality-page .quality-3 .bottom .i-title {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.quality-page .quality-3 .bottom .i-title::before {
  display: none;
}
.quality-page .quality-3 .bottom a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 255px;
  height: 65px;
  border-radius: 35px;
  background-color: var(--color);
  margin: 35px auto 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.quality-page .quality-3 .bottom a.btn:hover {
  background-color: #332c2b;
}
.quality-page .quality-3 .bottom a.btn span {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.news-nav {
  margin-bottom: 100px;
}
.news-nav a {
  padding: 12px 40px;
  background-color: white;
  border-radius: 35px;
  font-size: 18px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  margin-right: 25px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.news-nav a:last-child {
  margin-right: 0;
}
.news-nav a:hover,
.news-nav a.active {
  background-color: var(--color);
  color: white;
}
.news-page .news-1 ul {
  margin: -20px;
}
.news-page .news-1 ul li {
  padding: 20px;
}
.news-page .news-1 ul li .box {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-page .news-1 ul li .box .date {
  padding: 0 50px;
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.news-page .news-1 ul li .box .text {
  padding: 0 50px 50px;
}
.news-page .news-1 ul li .box .text h4 {
  color: var(--color);
}
.news-page .news-1 ul li .box .text .more {
  border-radius: 5px;
}
.newsdet-nav {
  margin-bottom: 110px;
}
.newsdet-nav a {
  padding: 0 45px 0 30px;
  font-size: 18px;
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.newsdet-nav a:first-child {
  padding-left: 0;
}
.newsdet-nav a:first-child::before {
  display: none;
}
.newsdet-nav a:hover,
.newsdet-nav a.active {
  color: var(--color);
}
.newsdet-nav a::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.newsdet-page .newsdet-1 .content {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 35px 0 125px;
}
.newsdet-page .newsdet-1 .Auxil-through {
  padding: 55px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.newsdet-page .newsdet-1 .Auxil-through a {
  display: block;
}
.newsdet-page .newsdet-1 .Auxil-through a span {
  color: var(--color);
}
.related-products .box ul {
  margin: -5px -10px;
}
.related-products .box ul li {
  padding: 5px 20px;
}
.related-products .box ul li .box {
  padding: 45px 35px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.related-products .box ul li .box .img {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 360px;
}
.related-products .box ul li .box .img img {
  width: auto;
}
.related-products .box ul li .box .text h4 {
  font-weight: 700;
  transition: all 0.3s;
}
.related-products .box ul li .box .text h4:hover{
  color: var(--color);
}
.related-products .box ul li .box .text .more {
  padding: 8px 25px;
  border-radius: 5px;
  background-color: #f5f4f4;
}
.related-products .box ul li .box .text .more:hover span {
  color: white;
}
.related-products .box ul li .box .text .more span {
  font-size: 14px;
  color: #332c2b;
}
.related-products .box ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  margin-top: 95px;
}
.related-products .box ul .slick-dots li {
  padding: 0;
  margin: 0 10px;
  width: 70px;
  height: 5px;
  border-radius: 10px;
  background-color: #332c2b;
}
.related-products .box ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.related-products .box ul .slick-dots li button {
  display: none;
}
.related-news {
  padding: 125px 0;
  background-color: #f7f7f7;
}
.related-news ul {
  margin: -10px -20px;
}
.related-news ul li {
  padding: 10px 20px;
}
.related-news ul li .box {
  background-color: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.related-news ul li .box .date {
  padding: 0 50px;
  height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.related-news ul li .box .text {
  padding: 0 50px 50px;
}
.related-news ul li .box .text h4 {
  color: var(--color);
}
.related-news ul li .box .text .more {
  border-radius: 5px;
}
.related-news ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  margin-top: 95px;
}
.related-news ul .slick-dots li {
  padding: 0;
  margin: 0 10px;
  width: 70px;
  height: 5px;
  border-radius: 10px;
  background-color: #332c2b;
}
.related-news ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.related-news ul .slick-dots li button {
  display: none;
}
.pro-nav {
  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;
  width: 340px;
  height: 65px;
  border-radius: 5px;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 25px 0 35px;
  position: relative;
}
.pro-nav span {
  font-size: 18px;
  font-weight: 500;
}
.pro-nav i {
  font-size: 24px;
}
.pro-nav:hover ul.sub-menu {
  max-height: 300px;
}
.pro-nav ul.sub-menu {
  position: absolute;
  left: 0;
  top: 65px;
  min-width: 100%;
  width: auto;
  background-color: white;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in;
  -moz-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
  margin: 0 !important;
  z-index: 10;
}
.pro-nav ul.sub-menu li {
  font-size: 16px;
  width: 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-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  padding: 10px 15px;
}
.pro-nav ul.sub-menu li:hover {
  background-color: var(--color);
  color: white;
}
.product-page {
  padding-bottom: 0;
}
.product-page .product-1 ul {
  margin: -12px -10px;
}
.product-page .product-1 ul li {
  padding: 12px 10px;
}
.product-page .product-1 ul li .box {
  padding: 15px 35px 35px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  background-color: white;
      border-radius: 10px;
}
.product-page .product-1 ul li .box .img {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 360px;
}
.product-page .product-1 ul li .box .img img {
  width: auto;
}
.product-page .product-1 ul li .box .text h4 {
  font-weight: 700;
  transition: all 0.3s;
}
.product-page .product-1 ul li .box .text h4:hover{
  color: var(--color);
}
.product-page .product-1 ul li .box .text .more {
  padding: 8px 25px;
  border-radius: 5px;
  background-color: #f5f4f4;
}
.product-page .product-1 ul li .box .text .more:hover span {
  color: white;
}
.product-page .product-1 ul li .box .text .more span {
  font-size: 14px;
  color: #332c2b;
}
.product-page .product-1 ul .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  margin-top: 95px;
}
.product-page .product-1 ul .slick-dots li {
  padding: 0;
  margin: 0 10px;
  width: 70px;
  height: 8px;
  border-radius: 10px;
  background-color: #332c2b;
}
.product-page .product-1 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
.product-page .product-1 ul .slick-dots li button {
  display: none;
}
.related-industry {
  background-color: white;
}
.related-industry .i-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
.prodet-page {
  padding-bottom: 0;
}
.prodet-page .prodet-1 .prodet-box {
  padding: 60px 0 100px;
}
.prodet-page .prodet-1 .prodet-box .left ul ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  margin-top: 45px;
}
.prodet-page .prodet-1 .prodet-box .left ul ul.slick-dots li {
  padding: 0;
  margin: 0 5px;
  width: 70px;
  height: 3px;
  border-radius: 10px;
  background-color: #cacaca;
  border: none;
}
.prodet-page .prodet-1 .prodet-box .left ul ul.slick-dots li.slick-active {
  background-color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .left ul ul.slick-dots li button {
  display: none;
}
.prodet-page .prodet-1 .prodet-box .right {
  padding-left: 10%;
}
.prodet-page .prodet-1 .prodet-box .right > p {
  font-weight: 500;
  color: var(--color);
}
.prodet-page .prodet-1 .prodet-box .right h2 {
  max-width: 500px;
}
.prodet-page .prodet-1 .prodet-box .right .con{
  line-height:2;
  font-size: 18px;
}
.prodet-page .prodet-1 .prodet-box .right a.more {
  border-radius: 5px;
}
.prodet-page .product-details .box {
  padding: 65px 0;
  border-top: 3px solid #dcdcdc;
}
.prodet-page .product-details .box table tr td{
  border: none !important;
  min-width: 200px;
}
.prodet-page .product-details .box table tr td:first-child{
  border-right: 1px solid #dadada !important;
}
.prodet-page .product-details .box.box2 table tr td{
  border: none !important;
  padding: 18px 30px 15px !important;
  border-radius: 5px!important;
}
.prodet-page .product-details .box.box2 table tr:nth-child(even){
  background-color: transparent !important;
}
.prodet-page .product-form form {
  width: 100%;
}
.prodet-page .product-form form ul {
  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;
  margin: -10px;
}
.prodet-page .product-form form ul li {
  padding: 10px;
}
.prodet-page .product-form form ul li input[type='text'] {
  width: 100%;
  height: 80px;
  background-color: white;
  color: #332c2b;
  padding: 0 55px;
  border: none;
  font-size: 20px;
}
.prodet-page .product-form form ul li textarea {
  width: 100%;
  height: 280px;
  background-color: white;
  color: #332c2b;
  padding: 20px 55px;
  border: none;
  font-size: 20px;
}
.prodet-page .product-form form ul li .submit {
  margin: auto;
  border-radius: 5px;
  padding: 10px 55px;
  cursor: pointer;
}
.prodet-page .product-form form ul li .submit input[type="submit"] {
  border: none;
  background-color: transparent;
  text-transform: uppercase;
}
.prodet-page .product-form .box {
  padding: 65px 0 135px;
  border-top: 3px solid #dcdcdc;
}
.prodet-page .related-products .box {
  padding: 65px 0 0;
  border-top: 3px solid #dcdcdc;
}
.download-page .download-1 ul{
  margin: -20px -15px;
  width: 100%;
}
.download-page .download-1 ul li{
  padding: 20px 15px;
  width:33.33333%;
}
.download-page .download-1 ul li .img-box{
  display: block;
  border-radius: 20px;
}
.tit-hover{
  transition: all 0.5s;
}
.tit-hover:hover{
  color: var(--color);
}
@media screen and (max-width: 1450px) {
  .inner-banner .mbx h2 {
    font-size: 45px;
  }
  .about-page .about-1 .img_box {
    margin-top: 90px;
  }
  .about-page .about_history {
    padding: 80px 0 0;
  }
  .about-page .about_history .img {
    margin-top: 100px;
  }
  .about-page .about-2 .container ul li {
    padding: 20px;
  }
  .about-page .about-2 .container ul {
    margin: -20px;
  }
  .about-page .about-2 {
    padding: 80px 0;
  }
  .about-page .about-2 .container {
    padding: 0 15px;
  }
  .about-page .about_honor {
    padding: 85px 0;
  }
  .about-page .about_history .container {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left ul li {
    width: 50%;
  }
  .contact-page .contact-2 .left ul li:last-child {
    width: 50%;
  }
  .contact-page .contact-2 {
    margin-top: 60px;
  }
  .download .bottom ul {
    margin: 0 -15px;
  }
  .download .bottom ul li {
    padding: 0 15px;
  }
  .support-page .support-1 ul li .box {
    min-height: 580px;
  }
  .download .bottom ul .slick-arrow.slick-next {
    left: unset;
    right: -10px;
  }
  .download .bottom ul .slick-arrow {
    left: -10px;
  }
  .download .bottom {
    padding: 0;
  }
  .manufacturing-page .manufacturing-2 ul li .box .text {
    height: 160px;
  }
  .manufacturing-page .manufacturing-3 .bottom ul li .box .text {
    height: 85px;
  }
  .manufacturing-page .manufacturing-4 ul li .box {
    padding: 65px 30px;
    min-height: 425px;
  }
  .manufacturing-page .manufacturing-4 ul li .box {
    padding: 35px 10px;
    min-height: 300px;
  }
  .manufacturing-page .manufacturing-4 ul li .box .img {
    max-width: 85px;
    margin: 0 auto;
  }
  .quality-page .quality-3 ul li .box {
    padding: 50px 25px;
  }
  .product-page .product-1 ul li {
    width: 33.333333333%;
  }
  .gallery-page ul li{
    width: 33.33333%;
  }
  .about-page .about-4 .box .center{
    max-width: 30%;
  }
}
@media screen and (max-width: 1250px) {
  .capabilities-nav {
    margin-bottom: 85px;
  }
  .contact-page .contact-2 .left ul li {
    margin-bottom: 15px;
  }
  .contact-page .contact-2 .left ul li:last-child {
    width: 100%;
  }
  .support-page .support-1 ul li .box {
    min-height: 420px;
  }
  .manufacturing-page .manufacturing-2 {
    padding: 70px 0;
  }
  .quality-page .quality-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .quality-page .quality-1 .right {
    margin-top: 60px;
    width: 100%;
  }
  .quality-page .quality-2 {
    padding: 85px 0;
  }
  .quality-page .quality-2 .bottom ul li .box {
    border-radius: 20px;
  }
  .quality-page .quality-2 .bottom ul li .box .text {
    padding: 25px;
  }
  .quality-page .quality-3 ul li .box .img {
    max-width: 85px;
  }
  .quality-page .quality-3 ul li {
    width: 50%;
  }
  .product-page .product-1 ul li .box .img {
    min-height: 240px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-4 .box .left{
    width: 100%;
  }
  .about-page .about-4 .box .center{
    width: 100%;
    max-width: 100%;
    margin: 60px 0;
    text-align: center;
    padding: 0 60px;
  }
  .about-page .about-4 .box .right{
    width: 100%;
  }
  .download .bottom ul .slick-current li{
    border: none;
  }
  .about-page .about-2 .container ul li .box .img {
    max-width: 55px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .inner-banner {
    padding: 60px 0;
  }
  .inner-banner .mbx h2 {
    font-size: 30px;
  }
  .inner-banner .mbx {
    -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;
  }
  .about-page .about-1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 ul li {
    width: 50%;
  }
  .about-page .about_honor .container .bottom {
    display: none;
  }
  .about-page .about-3 {
    padding: 85px 0 0;
  }
  .contact-page .contact-1 form ul {
    margin: 0;
  }
  .contact-page .contact-1 form ul li {
    padding: 0;
    width: 100%;
  }
  .contact-page .contact-2 .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .contact-page .contact-2 .right {
    width: 100%;
  }
  .i-title h3 {
    font-size: 30px;
  }
  .download .top ul li {
    width: 200px;
  }
  .support-page .support-1 ul li .box .icon {
    max-width: 55px;
  }
  .manufacturing-page .manufacturing-1 ul li .box .text p::before {
    width: 25px;
    margin-right: 10px;
  }
  .manufacturing-page .manufacturing-2 ul li {
    width: 50%;
  }
  .manufacturing-page .manufacturing-3 .bottom ul li {
    padding: 5px 25px;
  }
  .manufacturing-page .manufacturing-3 .bottom ul li .box {
    opacity: 1;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background-color: white;
  }
  .manufacturing-page .manufacturing-3 .bottom {
    padding: 0 15px;
  }
  .manufacturing-page .manufacturing-3 .bottom ul {
    margin: 0 -10px;
  }
  .manufacturing-page .manufacturing-3 .bottom ul li {
    padding: 5px 10px;
  }
  .manufacturing-page .manufacturing-3 .bottom .prev,
  .manufacturing-page .manufacturing-3 .bottom .next {
    display: none;
  }
  .manufacturing-page .manufacturing-3 .bottom ul .slick-current li {
    padding: 5px 10px;
  }
  .manufacturing-page .manufacturing-3 .bottom ul li .box .text {
    opacity: 1;
  }
  .manufacturing-page .manufacturing-4 {
    margin-top: 85px;
  }
  .manufacturing-page .manufacturing-4 ul li {
    width: 100%;
    margin: 15px 0;
  }
  .quality-page .quality-2 .top ul li .box .text {
    padding: 30px;
  }
  .quality-page .quality-2 .bottom ul li {
    width: 33.3333333%;
  }
  .news-nav {
    margin-bottom: 80px;
  }
  .newsdet-page .newsdet-1 .content {
    padding: 35px 0;
  }
  .product-page .product-1 ul li {
    width: 50%;
  }
  .pro-nav {
    display: none;
  }
  .prodet-page .product-form form ul li input[type='text'] {
    padding: 0 20px;
  }
  .prodet-page .product-form form ul li textarea {
    padding: 20px;
  }
  .prodet-page .product-form .box {
    padding: 65px 0 85px;
  }
  .gallery-page ul li{
    width: 50%;
  }
  .download-page .download-1 ul li{
    width:50%;
  }
}
@media screen and (max-width: 700px) {
  .inner-page {
    padding: 60px 0;
  }
  .about-page .about-2 .container ul li {
    width: 50%;
  }
  .about-page .about-1 .img_box > img {
    min-height: 200px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .about-page .about-1 .img_box .about_play {
    -webkit-transform: translate(-50%, -50%) scale(0.6);
    -moz-transform: translate(-50%, -50%) scale(0.6);
    -ms-transform: translate(-50%, -50%) scale(0.6);
    transform: translate(-50%, -50%) scale(0.6);
  }
  .support-page .support-1 {
    padding: 0 0 80px;
  }
  .download {
    padding-top: 80px;
  }
  .manufacturing-page .manufacturing-2 ul li {
    width: 100%;
  }
  .manufacturing-page .manufacturing-1 ul li {
    width: 100%;
    margin: 20px 0;
  }
  .capabilities-nav {
    margin-bottom: 70px;
  }
  .capabilities-nav .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .capabilities-nav .container a {
    margin: 10px 0;
  }
  .quality-page .quality-1 .right ul li {
    max-width: 30%;
  }
  .quality-page .quality-2 .top ul li {
    width: 100%;
    margin: 20px 0;
  }
  .quality-page .quality-2 .top ul li .box .text {
    height: 150px;
  }
  .quality-page .quality-2 .bottom ul li {
    width: 50%;
  }
  .quality-page .quality-3 ul li .box h4 {
    min-height: 50px;
  }
  .news-nav {
    margin-bottom: 40px;
  }
  .news-nav a {
    margin: 20px 10px 20px 0;
  }
  .news-page .news-1 ul li {
    width: 100%;
  }
  .newsdet-nav a {
    padding: 0 20px;
    font-size: 18px;
  }
  .newsdet-nav {
    margin-bottom: 45px;
  }
  .product-page .product-1 ul li .box .img {
    min-height: 140px;
  }
  .related-news {
    padding: 85px 0;
  }
  .related-products .box ul li .box .img {
    min-height: 260px;
  }
  .prodet-page .product-form form ul li {
    width: 100%;
  }
  .prodet-page .prodet-1 .prodet-box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .prodet-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .prodet-page .product-details .box {
    padding: 65px 0 85px;
  }
  
}
@media screen and (max-width: 500px) {
   .download-page .download-1 ul li{
    width:100%;
  }
  .gallery-page ul li{
    width: 100%;
  }
  .about-page .about-2 .container ul li {
    width: 100%;
  }
  .about-page .about-1 ul li {
    width: 100%;
    margin: 20px 0;
  }
  .contact-page .contact-2 .left ul li {
    width: 100%;
  }
  .download .bottom ul li .img_box h4 {
    font-size: 16px;
    left: 30px;
    bottom: 15px;
  }
  .download .top ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .faq .container ul li .title .img {
    display: none;
  }
  .faq .container ul li .title {
    height: auto;
    padding: 15px;
  }
  .faq .container ul li.active .text {
    padding: 20px 15px;
  }
  .support-page .support-1 ul li .box {
    min-height: auto;
    padding: 45px 25px;
  }
  .manufacturing-page .manufacturing-1 ul {
    margin: 45px -10px 0;
  }
  .quality-page .quality-3 ul li,
  .quality-page .quality-2 .bottom ul li {
    width: 100%;
  }
  .quality-page .quality-2 .top ul li .box .text {
    height: auto;
  }
  .product-page .product-1 ul li {
    width: 100%;
  }
}
table td, table th{
  border-color:rgba(0, 0, 0, 0.2) !important; 
  padding: 12px 15px 5px !important;
}
.prodet-page .product-details .box .text table tr:nth-child(odd) td{
  background-color: white;
}