@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.eot') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MODERNIZ';
  src: url('../fonts/MODERNIZ.woff2') format('woff2'), url('../fonts/MODERNIZ.ttf') format('truetype'), url('../fonts/MODERNIZ.eot') format('embedded-opentype'), url('../fonts/MODERNIZ.woff') format('woff');
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #0359a8;
  --font: 'MODERNIZ';
  font-weight: normal;
  margin: 0 auto;
  color: #333333;
}
.container {
  width: 1615px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#header.active,
#header.inner-header {
  -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;
  border-color: transparent;
}
#header .nav {
  height: 80px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .logo {
  display: inline-block;
}
#header .nav .logo img {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#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;
  width:100%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 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: 60px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li::before{
  content:"";
  width: 55px;
  height: 51px;
  display: block;
  position: absolute;
  right: -35px;
  top: 5px;
  background: url('../images/h-icon.png')no-repeat;
  opacity: 0;
  transition: all 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.active::before{
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  line-height: 80px;
  border-bottom: 2px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#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: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -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: 65px;
}
#header .nav .ui.menu .right .h-search {
  position: relative;
  margin-right: 13px;
  border-right: 1px solid #333;
  padding-right: 13px;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-phone {
  font-weight: 500;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  left: 0;
  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: 120px;
  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;
}

.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;
}
#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 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  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;
  border-bottom: 2px solid #d6d6d6;
  padding-bottom: 5px;
}
.more::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 35px;
  background-color: var(--color);
  height: 2px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.more:hover::before {
  width: 100%;
}
.more span {
  font-size: 18px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  text-transform: uppercase;
}
.h-title h3 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: var(--font);
  line-height: 1.2;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
}
.white {
  color: white;
}
.txt-color {
  color: var(--color);
}
.tit-light {
  font-weight: 300;
}
.tit-hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.tit-hover:hover {
  color: var(--color) !important;
}
.tit-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.tit-title:before {
  content: '';
  position: absolute;
  width: 350px;
  height: 325px;
  top: -15.5em;
  display: block;
}
.tit-title.white.tit-l:before {
  width: 252px;
  height: 235px;
  left: -3.2em;
  top: -3.5em;
  background: url("../images/tit-icon-white.png") no-repeat;
}
.tit-title.tit-r:before {
  right: -13.5em;
  background: url("../images/tit-icon-r.png") no-repeat;
}
.tit-title.tit-l:before {
  left: -13.5em;
  background: url("../images/tit-icon-l.png") no-repeat;
}
.tit-family {
  font-family: var(--font);
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 81px;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  top: 45%;
  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 {
  max-width: 80%;
  margin-left: auto;
}
#banner .banner-content ul li .content .box h3.tit-title.tit-r:before{
  right: -2.2em;
  top: -2.6em;
}
#banner .banner-content ul li .content .box a.more {
  margin-left: auto;
}
.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;
}
@-webkit-keyframes about_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes about_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes about_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
#index-body .about {
  padding: 235px 0 175px;
  background: url("../images/about-bg.jpg") no-repeat;
  background-size: cover;
}
#index-body .about .top .left {
  width: 56%;
}
#index-body .about .top .left .con {
  font-weight: 300;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#index-body .about .top .left .con::before {
  content: '';
  width: 135px;
  height: 1px;
  background-color: white;
}
#index-body .about .top .left .con p {
  width: -webkit-calc(100% - 135px);
  width: -moz-calc(100% - 135px);
  width: calc(100% - 135px);
  padding-left: 20px;
  margin-top: -15px;
}
#index-body .about .top .left .play {
  width: 80px;
  height: 80px;
}
#index-body .about .top .left .play span {
  z-index: 5;
  background-color: #333;
  border-radius: 50%;
  padding: 1px;
}
#index-body .about .top .left .play::before {
  content: '';
  width: 80px;
  height: 80px;
  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%);
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-animation: about_play 1s ease infinite;
  -moz-animation: about_play 1s ease infinite;
  animation: about_play 1s ease infinite;
  display: block;
  border-radius: 50%;
}
#index-body .about .top .left .play::after {
  content: '';
  width: 72px;
  height: 72px;
  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%);
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-animation: about_play 1s ease infinite;
  -moz-animation: about_play 1s ease infinite;
  animation: about_play 1s ease infinite;
  display: block;
  border-radius: 50%;
  z-index: 2;
}
#index-body .about .top .left .btn {
  margin-left: 155px;
}
#index-body .about .top .right {
  width: 400px;
}
#index-body .about .top .right ul li {
  margin-bottom: 75px;
}
#index-body .about .top .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .about .top .right ul li h4 {
  font-family: var(--font);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .about .top .right ul li h4 span {
  right: -60px;
  top: -15px;
}
#index-body .about .top .right ul li h4 span::after {
  content: '²';
  position: absolute;
  right: -15px;
  top: -5px;
  font-size: 26px;
  font-weight: bold;
}
#index-body .about .top .right ul li p {
  font-weight: 300;
  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 .about .top .right ul li p::before {
  content: '';
  width: 60px;
  height: 1px;
  background-color: white;
  margin-right: 20px;
}
#index-body .about .bottom ul li {
  color: white;
}
#index-body .about .bottom ul li h4 {
  font-size: 101px;
  font-family: var(--font);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}
#index-body .about .bottom ul li h4 em {
  position: relative;
}
#index-body .about .bottom ul li h4 em::after {
  content: 'm²';
  font-size: 25px;
  position: absolute;
  top: 0;
  right: -28px;
}
#index-body .about .bottom ul li h4 sup {
  font-size: 77px;
  color: var(--color);
}
#index-body .about .bottom ul li p {
  font-size: 25px;
  font-family: 'MyriadPro';
  margin-top: 5px;
}
#index-body .product {
  padding: 110px 0 95px;
  position: relative;
}
#index-body .product ul li {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
#index-body .product ul li .box {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
#index-body .product ul li .box::before {
  content: '';
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(#0359a8), to(rgba(3, 89, 168, 0)));
  background: -webkit-linear-gradient(bottom, #0359a8 0%, rgba(3, 89, 168, 0) 100%);
  background: -moz-linear-gradient(bottom, #0359a8 0%, rgba(3, 89, 168, 0) 100%);
  background: linear-gradient(to top, #0359a8 0%, rgba(3, 89, 168, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#index-body .product ul li .box .text {
  width: 100%;
  padding: 0 110px 45px;
  z-index: 5;
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .product ul li .box .text .con{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-body .product ul li .box .text .h4 {
  font-family: var(--font);
  color: white;
  max-width: 420px;
}
#index-body .advantage {
  position: relative;
}
#index-body .advantage .container {
  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%);
  z-index: 6;
}
#index-body .advantage .container .box {
  max-width: 915px;
  margin-left: auto;
}
#index-body .advantage .container .box .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .advantage .container .box .content::before {
  content: '';
  width: 160px;
  height: 1px;
  display: block;
  margin-right: 20px;
  background-color: white;
}
#index-body .advantage .container .box .content ul {
  max-width: -webkit-calc(100% - 180px);
  max-width: -moz-calc(100% - 180px);
  max-width: calc(100% - 180px);
  margin-top: -20px;
}
#index-body .advantage .container .box .content ul li .text span {
  font-weight: 300;
}
#index-body .advantage .container .box .content ul li .text h4 {
  font-family: var(--font);
}
#index-body .advantage .container .box .content ul li .text .con {
  font-weight: 500;
}
#index-body .advantage .container .box .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 180px;
}
#index-body .advantage .container .box .arrow span {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d4d4d4;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
#index-body .advantage .container .box .arrow span:hover {
  background-color: var(--color);
}
#index-body .advantage .container .box .arrow span i {
  font-size: 24px;
  color: white;
}





#index-body .client {
    padding-top: 185px;
    margin-bottom:-75px;
}
#index-body .client .h-title h3{
  position: relative;
  width: fit-content;
}
#index-body .client .h-title h3::before {
  top: -2.3em;
  right: -1.8em;
}
#index-body .client .public-title {
    text-align: center;
    font-weight: 500
}

#index-body .client .intro {
    max-width: 782px;
    font-size: 16px;
    font-weight: 300;
    color: var(--color);
    margin: 25px auto 0;
    text-align: center;
    line-height: 1.73;
    padding-bottom: 36px
}

#index-body .client .client-content {
    overflow: hidden;
    -webkit-perspective: 1700px;
    -moz-perspective: 1700px;
    perspective: 1700px;
    position: relative;
    z-index: 1
}

/*#index-body .client .client-content:after {
    z-index: 2;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(251,251,251,.9)),to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,rgba(251,251,251,.9),rgba(255,255,255,0));
    background: -moz-linear-gradient(top,rgba(251,251,251,.9),rgba(255,255,255,0));
    background: linear-gradient(to bottom,rgba(251,251,251,.9),rgba(255,255,255,0))
}*/

#index-body .client .client-slide-ul {
    margin-top: -7.8125vw;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate3d(1,0,0,45deg);
    -moz-transform: rotate3d(1,0,0,45deg);
    transform: rotate3d(1,0,0,45deg)
}

#index-body .client .client-slide-ul .slide-box {
    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;
    padding: 2.34375vw 5px;
    background-color: #fffeff;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(208,209,226,.29);
    box-shadow: 0px 5px 24px 0px rgba(208,209,226,.29);
    border-radius: 24px;
    margin: 1vw
}



#index-body .news {
  padding: 270px 0 150px;
  background: url("../images/news-bg.jpg") no-repeat;
}
#index-body .news .container ul {
  margin: 0 -65px;
}
#index-body .news .container ul li {
  padding: 0 65px;
}
#index-body .news .container ul li .box {
  color: #999;
}
#index-body .news .container ul li .box:hover h4 {
  color: var(--color);
}
#index-body .news .container ul li .box:hover a.more {
  opacity: 1;
}
#index-body .news .container ul li .box:hover .con,
#index-body .news .container ul li .box:hover .date {
  color: #000;
}
#index-body .news .container ul li .box h4,
#index-body .news .container ul li .box .date {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .container ul li .box .con {
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .container ul li .box a.more {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .case {
  padding: 230px 0 165px;
  background: #eee;
}
#index-body .case .left {
  width: 56%;
}
#index-body .case .left ul {
  margin: 0 0 0 -180px;
}
#index-body .case .left ul .slick-current li .img img {
  -webkit-transform: scale(0.65) translateX(105px);
  -moz-transform: scale(0.65) translateX(105px);
  -ms-transform: scale(0.65) translateX(105px);
  transform: scale(0.65) translateX(105px);
}
#index-body .case .left ul .slick-current li .img h4 {
  bottom: 110px;
  left: 65%;
  opacity: 1;
}
#index-body .case .left ul .slick-current + .slick-slide li .img img {
  -webkit-transform: scale(0.855);
  -moz-transform: scale(0.855);
  -ms-transform: scale(0.855);
  transform: scale(0.855);
}
#index-body .case .left ul .slick-current + .slick-slide li .img h4 {
  bottom: 60px;
  opacity: 1;
}
#index-body .case .left ul li {
  padding: 0 10px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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;
  max-height: 555px;
}
#index-body .case .left ul li .img {
  width: 100%;
  height: 100%;
}
#index-body .case .left ul .slick-current li .img,
#index-body .case .left ul .slick-current + .slick-slide li .img{
  filter: brightness(0.8);
}
#index-body .case .left ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .case .left ul li .img h4 {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 40px;
  opacity: 0;
}
#index-body .case .right {
  width: 40%;
  padding-left: 75px;
}
/*#index-body .case .right h4 {
  mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, black), color-stop(70%, transparent), to(transparent));
  mask-image: linear-gradient(to bottom, black 40%, transparent 70%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, black), color-stop(70%, transparent), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(top, black 40%, transparent 70%, transparent 100%);
}*/
#index-body .case .right .con {
  max-width: 500px;
}
#index-body .case .right .arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .case .right .arrow span {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #d4d4d4;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
#index-body .case .right .arrow span:hover {
  background-color: var(--color);
}
#index-body .case .right .arrow span i {
  font-size: 24px;
  color: white;
}
#footer {
  background: url("../images/footer.jpg") no-repeat;
  background-size: cover;
  padding: 235px 0 110px;
      position: relative;
    z-index: 10;
}
#footer .left {
  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;
}
#footer .left .box-t p {
  font-weight: 500;
}
#footer .left .box-t .contact 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;
}
#footer .left .box-t .contact ul li {
  width: 33.333333%;
  position: relative;
}
#footer .left .box-t .contact ul li .box {
  position: relative;
  z-ibndex: 1;
}
#footer .left .box-t .contact ul li .box h4 {
  font-size: 18px;
  font-family: var(--font);
  text-transform: uppercase;
  margin-bottom: 10px;
}
#footer .left .box-t .contact ul li .box span {
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
#footer .left .box-t .contact ul li .box span:hover {
  border-color: #333333;
}
#footer .left .qrcode #ewm img,
#footer .left .qrcode #ewm canvas {
  width: 85px;
  height: 85px;
  border: 3px solid white;
}
#footer .left .qrcode .box-r {
  padding-left: 30px;
  width: -webkit-calc(100% - 85px);
  width: -moz-calc(100% - 85px);
  width: calc(100% - 85px);
}
#footer .left .qrcode .box-r .share {
  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;
}
#footer .left .qrcode .box-r .share a {
  font-size: 14px;
  color: #272727;
  margin-right: 12px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .left .qrcode .box-r .share a:last-child {
  margin-right: 0;
}
#footer .left .qrcode .box-r .share a:hover {
  color: var(--color);
}
#footer .left .qrcode .box-r .link {
  font-size: 14px;
  color: #272727;
  font-weight: 500;
  max-width: 450px;
}
#footer .left .qrcode .box-r .link .login {
  width: 230px;
  height: auto;
  padding-top: 3px;
}
#footer .right {
  padding: 55px 70px 45px 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
  max-width: 670px;
}
#footer .right 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#footer .right form ul {
  width: 100%;
}
#footer .right form ul li {
  margin-bottom: 35px;
}
#footer .right form ul li:last-child {
  margin-bottom: 0;
}
#footer .right form ul li label {
  font-size: 21px;
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
}
#footer .right form ul li input[type='text'] {
  width: 100%;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 10px 10px 0;
  background-color: transparent;
  font-size: 16px;
  color: black;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .right form input::-webkit-input-placeholder {
  color: #9f9f9f;
}
#footer .right form input[type='submit'] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 45px;
  border: none;
  border-radius: 35px;
  background-color: var(--color);
  color: white;
  font-size: 25px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .right form input[type='submit']:hover {
  background-color: #000;
}
@media screen and (max-width: 1700px) {
  #footer .left {
    padding-right: 60px;
  }
  #banner .banner-content ul li .content {
    width: 85%;
    top: 50%;
  }
  #index-body .client .h-title h3::before {
    top: -2.8em;
    right: -2.2em;
  }
  #index-body .init-4 {
    background-size: cover;
  }
}
@media screen and (max-width: 1450px) {
  #banner .banner-content ul li .content .box h3.tit-title.tit-r:before {
    right: -3.2em;
    top: -2.8em;
  }
  #index-body .client .h-title h3::before {
    top: -3em;
    right: -2.8em;
  }
  #index-body .product {
    padding: 85px 0;
  }
  .tit-title:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  #index-body .news {
    padding: 170px 0 80px;
  }
  #footer .left .box-t .contact ul li .box span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  #banner, .inner_banner {
    margin-top: 40px !important;
  }
  #banner .banner-content ul li .content .box h3.tit-title.tit-r:before {
    right: -3.5em;
    top: -3.6em;
  }
  #index-body .client .h-title h3::before {
    top: -3.2em;
    right: -3em;
  }
  .tit-title:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.6);
  }
  #footer .left .box-t .contact ul li {
    width: 50%;
    margin: 15px 0;
  }
  #index-body .about .top .left .btn {
    margin-top: 30px;
  }
  #footer {
    padding: 130px 0 70px;
  }
  #index-body .case .right {
    width: 40%;
    padding-left: 35px;
  }
  #index-body .case {
    padding: 80px 0;
  }
  #index-body .news {
    padding: 90px 0 80px;
  }
  #index-body .product ul li .box .text {
    padding: 0 40px 45px;
  }
  .tit-title.white.tit-l:before {
    left: -4em;
    top: -4.5em;
  }
  .tit-title:before {
    top: -13em;
  }
  #index-body .about {
    padding: 90px 0;
  }
  #index-body .about .top .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .about .top .right {
    width: 100%;
  }
  #index-body .about .top .right 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 -20px;
  }
  #index-body .about .top .right ul li {
    padding: 0 20px;
    width: 33.333333%;
    margin-bottom: 0;
  }
  #footer .left .qrcode .box-r .share {
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .font-72 {
    font-size: 34px;
  }
  #index-body .client .h-title h3::before {
    top: -4.8em;
    right: -4.2em;
  }
  #banner .banner-content ul li .content .box {
    max-width: 100%;
  }
  #index-body .client {
    padding-top: 125px;
  }
  #index-body .about .top .right ul li h4 span {
    right: -30px;
    top: -4px;
  }
  #footer .left .box-t .contact ul {
    margin: 0 -10px;
  }
  #footer .left .box-t .contact ul li {
    padding: 0 10px;
  }
  #index-body .product ul li .box .text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .product ul li .box .text .con {
    width: 100%;
    margin-top: 15px;
  }
  .tit-title.white.tit-l:before {
    left: -5em;
    top: -5.5em;
  }
  #index-body .advantage .bigImg ul li {
    min-height: 600px;
  }
  #index-body .advantage .bigImg ul li img {
    min-height: 520px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #index-body .case .left ul .slick-current li .img img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .case .left ul li .img h4 {
    opacity: 1;
  }
  #index-body .case .left ul .slick-current + .slick-slide li .img img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #index-body .case .left ul .slick-current + .slick-slide li .img h4 {
    bottom: 30px;
  }
  #index-body .case .left ul {
    margin: 0 -10px;
  }
  #index-body .case .left ul li {
    padding: 0 10px;
  }
  #index-body .case {
    padding: 120px 15px 80px;
  }
  #index-body .case .left {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .case .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .case .left ul .slick-current li .img h4 {
    bottom: 30px;
    left: 50%;
  }
  #footer .left {
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  }
  #footer .right {
    width: 100%;
  }
  #banner .banner-content ul li .content .box h3.tit-title.tit-r:before {
    right: -4.5em;
    top: -4.6em;
  }
}
@media screen and (max-width: 700px) {
  .tit-title:before {
    top: -14em;
  }
  .tit-title:before {
      -webkit-transform: scale(0.4);
      -moz-transform: scale(0.4);
      -ms-transform: scale(0.4);
      transform: scale(0.4);
  }
  .font-72 {
    font-size: 26px;
  }
  #index-body .client .h-title h3::before {
    top: -6.2em;
    right: -5.8em;
  }
  #banner .banner-content ul li .content .box h3.tit-title.tit-r:before {
    right: -7.2em;
    top: -6.8em;
  }
  #index-body .client {
    padding-top: 40px;
  }
  #index-body .case,
  #index-body .advantage {
    display: none;
  }
  #index-body .product ul li .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .tit-title.white.tit-l:before {
    left: -7em;
    top: -120px;
  }
  #index-body .about .top .left .con::before {
    display: none;
  }
  #index-body .about .top .left .con p {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  #index-body .about .top .left .btn {
    margin-left: 0;
  }
  #index-body .about .top .right ul li {
    padding: 0 20px;
    width: 100%;
    margin: 20px 0;
    text-align: center;
    text-align: -webkit-center;
  }
  #index-body .about .top .right ul li p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #banner .banner-content ul li .content .box {
    max-width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .content .box a.more {
    display: none;
  }
  .tit-title.tit-l:before,
  .tit-title.tit-r:before {
    display: none;
  }
  .h-title h3 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .left .box-t .contact ul li {
    width: 100%;
  }
  #footer .left .qrcode {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #footer .left .qrcode .box-r {
    padding-left: 0;
    margin-bottom: 30px;
  }
  #footer .right {
    padding: 40px 30px;
    max-width: 100%;
  }
  #footer {
    padding: 60px 0;
  }
  #banner .banner-content ul li .bg {
    min-height: 200px;
  }
  #banner .banner-content ul li .content {
    top: 50%;
  }
}













.inner-footer {
  padding: 200px 0 100px !important;
}
.inner-page .ui.container {
  max-width: 1318px;
}
.about-page h2.title {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  line-height: 2;
}
.about-page .about-1 {
  padding-top: 135px;
  padding-bottom: 85px;
}
.about-page .about-1 .left {
  width: 30%;
}
.about-page .about-1 .left ul {
  margin-top: 54px;
}
.about-page .about-1 .left ul li {
  margin-bottom: 45px;
}
.about-page .about-1 .left ul li h2 {
  font-size: 64px;
  font-weight: 900;
  font-style: italic;
}
.about-page .about-1 .left ul li h2 span{
  font-size: 24px;
  vertical-align: top;
  margin-left: 7px;
}
.about-page .about-1 .left ul li p {
  font-size: 16px;
  font-weight: 300;
  padding-left: 80px;
  position: relative;
  margin-top: -25px;
  line-height: 2;
}
.about-page .about-1 .left ul li p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 1px;
  background: black;
}
.about-page .about-1 .right {
  width: 70%;
  line-height: 2;
  font-weight: 300;
  font-size: 20px;
  padding-left: 105px;
}
.about-page .about-1 .right p {
  font-size: 20px;
  margin-bottom: 40px;
}
.about-page .about-1 .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .top {
  position: relative;
  height: 815px;
}
.about-page .about-2 .top video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about-2 .top .play {
  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%);
}
.about-page .about-2 .top .play:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 5px solid rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.about-page .about-2 .top .play:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    transform: translate(-50%,-50%);
    border: 5px solid rgba(255,255,255,.5);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    animation-delay: .4s;
}
.about-page .about-2 .bottom {
  background: #bebebe;
  padding: 36px 0;
  margin-top: -5px;
}
.about-page .about-2 .bottom .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-2 .bottom .ui.container .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-2 .bottom .ui.container .left h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  color: white;
  margin-left: 30px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.about-page .about-2 .bottom .ui.container .right {
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  width: 174px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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-2 .bottom .ui.container .right:hover {
  background: black;
  color: white;
}
.about-page .about-3 {
  padding-top: 170px;
  padding-bottom: 88px;
}
.about-page .about-3 .left {
  padding-right: 108px;
}
.about-page .about-3 .left .content {
  margin-top: 30px;
}
.about-page .about-3 .left .content p {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 45px;
}
.about-page .about-3 .right ul li {
  margin-bottom: 50px;
}
.about-page .about-3 .right ul li h4 {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 img {
  margin-right: 15px;
}
.about-page .about-3 .right ul li h4 .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color: var(--color);
  border: 1px solid var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 110px;
  height: 3px;
  background: var(--color);
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
}
.about-page .about-3 .right ul li .content {
  display: none;
}
.about-page .about-3 .right ul li .content .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 41px 0 22px;
}
.about-page .about-3 .right ul li.active .fa {
  background: var(--color);
  color: white;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.about-page .about-4 {
  background: url('../images/ad2.jpg') no-repeat center;
  background-size: cover;
  color: white;
  padding: 180px 0 115px;
}
.about-page .about-4 .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid white;
  color: white;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-weight: 300;
  flex-wrap: wrap;
}
.about-page .about-4 .tab li {
  margin-right: 40px;
  line-height: 2;
}
.about-page .about-4 .tab li a {
  position: relative;
}
.about-page .about-4 .tab li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 0%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: var(--color);
}
.about-page .about-4 .tab li:last-child {
  margin-right: 0;
}
.about-page .about-4 .tab li.active a::after,
.about-page .about-4 .tab li:hover a::after {
  width: 100%;
}
.about-page .about-4 .content .box {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  max-width: 520px;
  min-height: 210px;
}
.about-page .about-4 .content .box p {
  margin-bottom: 30px;
}
.about-page .about-4 .content .more {
  width: 125px;
  height: 60px;
  font-size: 18px;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  color: black;
  padding: 0;
  display: block;
  text-align: center;
  line-height: 60px;
  margin-top: 60px;
}
.about-page .about-4 .content .more::before,
.about-page .about-4 .content .more::after {
  content: none;
}
.about-page .about-4 .content .more:hover {
  background: var(--color);
  color: white;
}
.about-page .about-5 {
  overflow: hidden;
  padding-top: 100px;
}
.prodet-page .about-page .about-5{
  padding-top: 80px;
}
.about-page .about-5 p {
  font-weight: 300;
  line-height: 2;
  max-width: 880px;
  margin: 17px auto 50px;
}
.about-page .about-5 ul {
  margin: -18px;
}
.about-page .about-5 ul li {
  padding: 18px;
}
.about-page .about-5 ul .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
}
.about-page .about-5 ul .slick-arrow button{
  display: none;
}
.about-page .about-5 ul .slick-prev{
  left: -60px;
}
.about-page .about-5 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 30px;
}
.about-page .about-5 ul .slick-next{
  right: -60px;
}
.about-page .about-5 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 30px;
}
.about-page .about-6 {
  padding: 85px 0;
  overflow: hidden;
}
.about-page .about-6 ul {
  margin-right: -40px;
}
.about-page .about-6 ul li {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}
.about-page .about-6 ul li h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 2;
}
.about-page .about-6 ul li .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  min-height: 80px;
}
.about-page .about-6 ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
  width: 26px;
  height: 197px;
  background: url(../images/history-arrow.png) no-repeat center;
}
.about-page .about-6 .slick-list {
  padding: 60px 0;
}


.gallery-page {
  padding: 138px 0 110px;
}
.gallery-page ul {
  margin: -55px -15px;
}
.gallery-page ul li {
  padding: 55px 15px;
}
.gallery-page ul li .img-box {
  position: relative;
}
.gallery-page ul li .img-box h5 {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 90%;
  margin: auto;
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
}
.gallery-page ul li:hover h5 {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.m-page {
  text-align: right;
  margin-top: 100px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page a:hover,
.m-page span {
  background: var(--color);
  color: white;
}

.contact-page {
  padding-top: 138px;
}
.contact-page .title {
  font-size: 46px;
  font-weight: 900;
  font-style: italic;
  line-height: 2;
}
.contact-page .contact-1 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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 form input {
  width: 46%;
  font-size: 20px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid black;
  height: 63px;
  margin-bottom: 30px;
}
.contact-page .contact-1 form p {
  width: 100%;
  font-size: 20px;
  opacity: 0.6;
  margin-bottom: 10px;
}
.contact-page .contact-1 form textarea {
  width: 100%;
  height: 177px;
  font-size: 20px;
  padding: 25px 20px;
}
.contact-page .contact-1 form input[type="submit"] {
  background: var(--color);
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-1 form input[type="submit"]:hover {
  background: black;
}
.contact-page .contact-2 {
  padding: 110px 0;
}
.contact-page .contact-2 .left {
  width: 60%;
  padding-right: 60px;
}
.contact-page .contact-2 .left .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 8px 0 42px;
}
.contact-page .contact-2 .left .content .box:first-child {
  margin-bottom: 50px;
}
.contact-page .contact-2 .left .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
.contact-page .contact-2 .left .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .left .content ul li {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  width: 33%;
  margin-bottom: 16px;
}
.contact-page .contact-2 .left .content ul li.add {
  width: 75%;
}
.contact-page .contact-2 .right {
  width: 40%;
}
.contact-page .contact-2 .right img {
  display: block;
  margin-left: auto;
}

.news-page {
  padding: 120px 0 68px;
}
.news-page .news-top ul li .right {
  padding-left: 55px;
}
.news-page .news-top ul li .right h3 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 25px;
  line-height: 2;
  font-weight: bold;
}
.news-page .news-top ul li .right .time {
  font-size: 16px;
  color: #949494;
  margin: 40px 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #9d9d9d;
}
.news-page .news-top ul li .right .time img {
  margin-right: 5px;
  display: inline-block;
}
.news-page .news-top ul li .right .time span {
  margin-right: 30px;
  display: inline-block;
}
.news-page .news-top ul li .right .content {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}
.news-page .news-list ul {
  margin: -17px;
}
.news-page .news-list ul li {
  padding: 17px;
}
.news-page .news-list ul li .box {
  padding: 45px 35px;
  border: 1px solid #ababab;
}
.news-page .news-list ul li .box h3 {
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  min-height: 120px;
  line-height: 2;
}
.news-page .news-list ul li .box .time {
  font-size: 16px;
  font-weight: 300;
  margin: 30px 0 15px;
}
.news-page .news-list ul li .box .content {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 40px;
  line-height: 2;
}
.news-page .news-list ul li:hover h3 {
  color: var(--color);
}
.newdet-page {
  padding: 138px 0 80px;
}
.newdet-page .newdet-1 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.newdet-page .newdet-1 .time {
  font-size: 14px;
  margin: 35px 0 20px;
}
.newdet-page .newdet-1 .time span {
  margin-right: 20px;
  display: inline-block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 50px 0 60px;
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-2 {
  overflow: hidden;
  padding-top: 150px;
}
.newdet-page .newdet-2 h2 {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 60px;
}
.newdet-page .newdet-2 ul {
  margin: -28px;
}
.newdet-page .newdet-2 ul li {
  padding: 28px;
}
.newdet-page .newdet-2 ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .newdet-2 ul li .img-box img {
  display: block;
  margin: auto;
}
.newdet-page .newdet-2 ul li h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}
.newdet-page .newdet-2 ul li:hover .img-box {
  -webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
}
.newdet-page .newdet-2 ul .slick-arrow{
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  background: white;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.newdet-page .newdet-2 ul .slick-prev{
  left: 0;
  transform: translate(-50%,-50%);
}
.newdet-page .newdet-2 ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 24px;
}
.newdet-page .newdet-2 ul .slick-next{
  right: 0;
  transform: translate(50%,-50%);
}
.newdet-page .newdet-2 ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 24px;
}
.m-link {
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  /*-webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  line-height: 2;
}
.m-link .next {
  text-align: right;
}
.m-link a:hover {
  text-decoration: underline;
}
.advantages-page {
  padding-top: 138px;
   background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(15%, white), color-stop(15%, #faf7f7), color-stop(35%, #faf7f7), color-stop(35%, white), color-stop(77%, white), color-stop(77%, #faf7f7), to(white));
  background: -webkit-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: -moz-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
}
.advantages-page ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 200px;
}
.advantages-page ul li .text {
  width: 54% !important;
  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;
  padding-right: 48px;
}
.advantages-page ul li .text h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.advantages-page ul li .text .content {
  font-size: 25px;
  line-height: 50px;
}
.advantages-page ul li .img {
  width: 46% !important;
}
.advantages-page ul li:nth-child(2n) .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 96px;
  padding-right: 0;
}
.advantages-page ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.service-page .service-1 {
  padding: 138px 0 130px;
}
.service-page .service-1 ul {
  margin: -20px;
}
.service-page .service-1 ul li {
  padding: 20px;
}
.service-page .service-1 ul li .box {
  background: white;
  -webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 75px 55px;
}
.service-page .service-1 ul li .box .icon {
  height: 60px;
}
.service-page .service-1 ul li .box .icon img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.service-page .service-1 ul li .box h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 26px;
  line-height: 2;
}
.service-page .service-1 ul li .box .text {
  font-size: 16px;
  line-height: 2;
  min-height: 180px;
}
.service-page .service-1 ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service-page .service-2 {
  background-color: #fafafa;
  padding: 130px 0 120px;
}
.service-page .service-2 .top {
  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-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .top .text {
  width: 60%;
  padding-right: 60px;
}
.service-page .service-2 .top .text h3 {
  font-size: 43px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 25px;
}
.service-page .service-2 .top .text h5{
  font-size: 25px;
  line-height: 40px;
}
.service-page .service-2 .top .text .content {
  font-size: 16px;
  line-height: 2;
  margin-top: 50px;
}
.service-page .service-2 .top .text .content p:not(:last-child) {
  margin-bottom: 50px;
}
.service-page .service-2 .bottom {
  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;
}
.service-page .service-2 .bottom .text {
  width: 60%;
  padding-left: 80px;
}
.service-page .service-2 .bottom .text .content {
  font-size: 16px;
  line-height: 2;
}
.service-page .service-2 .bottom .text .content p:not(:last-child) {
  margin-bottom: 60px;
}
.service-page .service-3 {
  padding: 140px 0;
  overflow: hidden;
}
.service-page .service-3 h2 {
  font-size: 43px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 45px;
  line-height: 2;
}
.service-page .service-3 .text {
  margin: -50px;
}
.service-page .service-3 .text h4 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 2;
}
.service-page .service-3 .text .column {
  padding: 50px;
}
.service-page .service-3 .text .content {
  /*font-weight: 300;*/
}
.service-page .service-3 .imgbox {
  margin-top: 50px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
.service-page .service-4 {
  background-color: #fafafa;
  padding-bottom: 100px;
  padding-top: 100px;
}
.service-page .service-4 h2 {
  font-size: 43px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 2;
}
.service-page .service-4 p.text {
  margin: 30px auto 90px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  max-width: 1050px;
}
/*.service-page .service-4 ul.grid-box {
  margin: -35px;
}
.service-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.service-page .service-4 ul li .box {
  position: relative;
}
.service-page .service-4 ul li .box .column{
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content {
  /*position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: white;
  max-width: 365px;*/
  padding: 9px;
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2;
}
.service-page .service-4 ul li .box .content .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 45px 0 45px;
}
.service-page .service-4 ul li .box .content .text p{
  margin-bottom: 20px;
  font-weight: 500;
}
.service-page .service-4 ul.grid-box .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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
}
.service-page .service-4 ul.grid-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #878787;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 6px;
}
.service-page .service-4 ul.grid-box .slick-dots li button {
  display: none;
}
.service-page .service-4 ul.grid-box .slick-dots li.slick-active {
  background-color: var(--color);
}
.solution-page {
  padding-top: 138px;
}
.solution-page .solution-1 h1 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 2;
}
.solution-page .solution-1 ul {
  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;
  margin: 50px 0 70px;
}
.solution-page .solution-1 ul li {
  margin: 0 20px;
}
.solution-page .solution-1 .content {
  font-size: 18px;
  line-height: 56px;
  margin: auto;
  text-align: center;
  max-width: 1000px;
}
.solution-page .box-list {
  margin-top: 100px;
}
.solution-page .box-list ul li {
  position: relative;
}
.solution-page .box-list ul li .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
  color: white;
}
.solution-page .box-list ul li .content .ui.container {
  /*margin: 0;*/
  height: 100%;
}
.solution-page .box-list ul li .content .box {
  max-width: 720px;
  height: 100%;
  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;
}
.solution-page .box-list ul li:nth-child(1) .content .box{
  max-width: 765px;
}
.solution-page .box-list ul li:nth-child(3) .content .box{
  max-width: 640px;
}
.solution-page .box-list ul li .content h2 {
  font-size: 60px;
  font-weight: 900;
  font-style: italic;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}
.solution-page .box-list ul li .content h2:hover {
  color: var(--color);
}
.solution-page .box-list ul li .content .text {
  font-size: 16px;
  line-height: 2;
}
.solution-page .box-list ul li:nth-child(2n) .content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.solution-page .box-list ul li:nth-child(2n) .content .box{
  margin-left: auto;
}
.solution-page .box-list ul li:last-child .content .box{
  max-width: 800px;
}
.soldet-page {
  padding: 138px 0 100px;
}
.soldet-page .soldet-1 h1 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  margin: 85px 0 50px;
}
.soldet-page .soldet-1 .content {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.soldet-page .soldet-2 {
  padding-top: 85px;
}
.soldet-page .soldet-2 h2 {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 70px;
}
.soldet-page .soldet-2 ul {
  margin: -18px;
}
.soldet-page .soldet-2 ul li {
  padding: 18px;
}
.soldet-page .soldet-2 ul li .img-box {
  border: 1px solid #dbdbdb;
  height: 293px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.soldet-page .soldet-2 ul li .img-box img {
  display: block;
  margin: auto;
  /*height: 100%;*/
  object-fit: cover;
  -o-object-fit: cover;
}
.soldet-page .soldet-2 ul li h4 {
  font-size: 14px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 20px;
}
.soldet-page .soldet-2 ul li:hover h4 {
  color: var(--color);
}
.soldet-page .soldet-2 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #d4d4d4;
  color: white;
  text-align: center;
  line-height: 30px;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.soldet-page .soldet-2 ul .slick-arrow:hover {
  background-color: var(--color);
}
.soldet-page .soldet-2 ul .slick-prev::after {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 20px;
}
.soldet-page .soldet-2 ul .slick-next {
  right: 0;
}
.soldet-page .soldet-2 ul .slick-next::after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 20px;
}
.soldet-page .soldet-2 ul .slick-track{
  margin-left: 0;
}
.sale-page {
  padding-top: 138px;
}
.sale-page .title {
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
}
.sale-page .sale-1 {
  padding-bottom: 150px;
}
.sale-page .sale-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.sale-page .sale-1 .top .left {
  width: 46%;
}
.sale-page .sale-1 .top .right {
  width: 54%;
  padding-left: 45px;
}
.sale-page .sale-1 .top .right .content {
  font-size: 17px;
  line-height: 2;
  color: #666666;
  margin-top: 30px;
}
.sale-page .sale-1 .top .right .content p:not(:last-child) {
  padding-bottom: 25px;
}
.sale-page .sale-1 .center .right {
  width: 46%;
  padding-left: 0;
  padding-right: 60px;
}
.sale-page .sale-1 .center .right .content {
  padding-left: 0;
}
.sale-page .sale-1 .center .left {
  width: 54%;
  padding-left: 45px;
}
.sale-page .sale-1 .bottom {
  margin-top: 100px;
}
.sale-page .sale-1 .bottom ul {
  margin: -15px;
}
.sale-page .sale-1 .bottom ul li {
  padding: 15px;
}
.sale-page .sale-1 .bottom ul li a {
  display: block;
  -webkit-box-shadow: 0px 4px 12px rgba(133, 133, 133, 0.13);
  box-shadow: 0px 4px 12px rgba(133, 133, 133, 0.13);
  height: 81px;
}
.sale-page .sale-1 .bottom ul li a img {
  display: block;
  margin: auto;
  max-height: 81px;
  width: auto;
}
.sale-page .sale-2 {
  position: relative;
}
.sale-page .sale-2 .ui.container {
  margin-top: 10%;
}
.sale-page .sale-2 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
}
.sale-page .sale-2 .content .text {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin: 40px 0 90px;
  max-width: 680px;
}
.sale-page .sale-2 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-page .sale-2 .content ul li {
  margin-right: 100px;
}
.sale-page .sale-2 .content ul li h3 {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
}
.sale-page .sale-2 .content ul li p {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
}
.sale-page .sale-2 .content ul li:last-child {
  margin-right: 0;
}
.sale-page .sale-3 {
  padding: 150px 0;
}
.sale-page .sale-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sale-page .sale-3 .box .left {
  width: 60%;
  padding-right: 45px;
}
.sale-page .sale-3 .box .left ul {
  margin-top: 90px;
}
.sale-page .sale-3 .box .left ul li {
  position: relative;
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 55px;
}
.sale-page .sale-3 .box .left ul li:last-child {
  margin-bottom: 0;
}
.sale-page .sale-3 .box .left ul li::after {
  content: "01";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 70px;
  font-weight: 900;
  font-style: italic;
  opacity: 0.27;
  z-index: -1;
}
.sale-page .sale-3 .box .left ul li:nth-child(2)::after {
  content: "02";
  left: 70px;
}
.sale-page .sale-3 .box .left ul li:nth-child(3)::after {
  content: "03";
  left: 140px;
}
.sale-page .sale-3 .box .left ul li:nth-child(4)::after {
  content: "04";
  left: 210px;
}
.sale-page .sale-3 .box .left ul li:nth-child(5)::after {
  content: "05";
  left: 280px;
}
.sale-page .sale-3 .box .left ul li:nth-child(6)::after {
  content: "06";
  left: 350px;
}
.sale-page .sale-3 .box .right {
  width: 40%;
  position: relative;
}
.sale-page .sale-3 .box .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sale-page .sale-3 .box .right .content {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  padding: 0 45px;
  color: white;
}
.sale-page .sale-3 .box .right .content p {
  font-size: 25px;
}
.sale-page .sale-3 .box .right .content a.contact {
  display: inline-block;
  font-size: 18px;
  border-radius: 25px;
  color: black;
  background-color: white;
  width: 148px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: 30px;
}
.sale-page .sale-3 .box .right .content a.contact:hover {
  background-color: black;
  color: white;
}
.product-page ul.list-box li.cat-one {
  padding: 80px 0 140px;
}
.product-page ul.list-box li.cat-one .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.product-page ul.list-box li.cat-one h2{
  font-size: 34px;
  font-weight: 900;
  font-style: italic;
  line-height: 2;
}
.product-page ul.list-box li.cat-one .content {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  padding-left: 90px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 50px;
  padding-right: 60px;
}
.product-page ul.list-box li.cat-one .content .con {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 15px;
}
.product-page ul.list-box li.cat-one .content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 70px;
  height: 1px;
  background-color: #8c8c8c;
  /*display: none;*/
}
.product-page ul.list-box li.cat-one h2 {
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
}
.product-page ul.list-box li.cat-one .bottom{
  position: relative;
  width:100%; 
}
.product-page ul.list-box li.cat-one .bottom .wrap {
  margin: 30px -10px 0;
}
.product-page ul.list-box li.cat-one .bottom .wrap .slick-list{
  padding: 0 2px;
}
.product-page ul.list-box li.cat-one .bottom .wrap .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: none;
  background: white;
  border-radius: 100%;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  z-index: 2;
}
.product-page ul.list-box li.cat-one .bottom .wrap .slick-prev{
  left: 0;
  transform: translate(-50%,-50%);
}
.product-page ul.list-box li.cat-one .bottom .wrap .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 26px;
}
.product-page ul.list-box li.cat-one .bottom .wrap .slick-next{
  right: 0;
  transform: translate(50%,-50%);
}
.product-page ul.list-box li.cat-one .bottom .wrap .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 26px;
}
.product-page ul.list-box li.cat-one .bottom .wrap li {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  padding: 0 10px;
}
.product-page ul.list-box li.cat-one:nth-child(2n) {
  background-color: #f8f8f8;
}
.product-page ul.list-box li.cat-one:nth-child(2n) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.product-page ul.list-box li.cat-one:nth-child(2n) .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 60px;
}
.product-page ul.list-box li.cat-one:nth-child(2n) .text .content {
  padding-right: 0;
}
.prodet-page{
  padding: 138px 0px;
}
.prodet-page .about-page .about-1 {
    background: #f8f8f8;
}
.prodet-page .init-1 {
    margin-top: 50px
}

.prodet-page .init-1 .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.prodet-page .init-1 .container .left {
    width: 49%
}

.prodet-page .init-1 .container .left a {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 20px
}

.prodet-page .init-1 .container .left a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.prodet-page .init-1 .container .right {
    width: 47%
}

.prodet-page .init-1 .container .right .title {
    font-size: 30px;
    font-weight: 700
}

.prodet-page .init-1 .container .right .auth {
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px
}

.prodet-page .init-1 .container .right .share_list a {
    display: inline-block;
    margin-right: 30px;
    margin-top: 10px;
    font-size: 24px;
    font-weight: 300;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.prodet-page .init-1 .container .right .share_list a i {
    margin-right: 4px
}

.prodet-page .init-1 .container .right .share_list a:hover {
    color: var(--color)
}

.prodet-page .init-1 .container .right .des {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    font-weight: 400;
    overflow-y: auto;
    max-height: 600px;
    padding-right: 15px;
}

.prodet-page .init-1 .container .right .more {
    margin-top: 20px
}

.prodet-page .init-1 .container .left .swiper {
    margin-top: 30px;
    overflow: hidden
}

.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    width: auto;
    height: auto;
    background-color: #fff
}

.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a img {
    width: auto;
    height: auto;
    object-fit: contain
}

.prodet-page .init-2 {
    margin-top: 140px;
    padding: 0 100px
}

.prodet-page .init-2 .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0
}

.prodet-page .init-2 .container .left {
    width: 320px
}

.prodet-page .init-2 .container .left .list {
    padding: 20px;
    position: relative;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700
}

.prodet-page .init-2 .container .left .list:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 100%;
    top: 0;
    background-color: var(--color);
    left: -1px;
    opacity: 0;
    transition: all .5s;
    transform: scaleX(0);
    transform-origin: left
}

.prodet-page .init-2 .container .left .list:hover:before,.prodet-page .init-2 .container .left .list.active:before {
    opacity: 1;
    transform: scaleX(1)
}

.prodet-page .init-2 .container .right {
    width: calc(100% - 320px);
    background: #fff;
    border-radius: 20px
}

.prodet-page .init-2 .container .right .list {
    padding: 40px;
    display: none
}

.prodet-page .init-2 .container .right .description .des {
    font-size: 18px;
    line-height: 1.5;
    overflow: auto
}

.prodet-page .init-2 .container .right .about .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.prodet-page .init-2 .container .right .about .content .img {
    width: 40%
}

.prodet-page .init-2 .container .right .about .content .text_cont {
    width: 54%
}

.prodet-page .init-2 .container .right .about .content .text_cont .tip {
    font-size: 30px;
    font-weight: 700
}

.prodet-page .init-2 .container .right .about .content .text_cont .des {
    margin-top: 30px;
    font-size: 16px;
    line-height: 2
}

.prodet-page .init-2 .container .right .contact_info .tip {
    font-size: 30px;
    font-weight: 600
}

.prodet-page .init-2 .container .right .contact_info form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}
.prodet-page .init-2 .container .right .contact_info form .lists input[type='submit']{
  padding: 10px 25px;
  border-radius: 35px;
  font-size: 16px;
  background-color: var(--color);
  border: none;
  color: white;
  transition: all 0.5s;
}
.prodet-page .init-2 .container .right .contact_info form .lists input[type='submit']:hover{
  background-color: #000;
}
.prodet-page .init-2 .container .right .contact_info form .lists {
    margin-top: 50px;
    width: 50%;
    padding-right: 100px
}

.prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
    font-size: 22px
}

.prodet-page .init-2 .container .right .contact_info form .lists input {
    width: 100%;
    padding: 6px 0;
    margin-top: 6px;
    font-size: 16px;
    background-color: rgba(0,0,0,0);
    border: none;
    border-bottom: 1px solid #9a9a9a
}


.prodet-page .init-3 {
    margin: 120px 0;
}

.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center
}

.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide a {
    display: block;
    transition: all .5s
}

.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
    background-color: #fff;
    border-radius: 10px
}

.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .more {
    margin-top: -28px;
    opacity: 0;
    transform: translateY(40px);
    display: inline-block
}

.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
    margin-top: 12px;
    font-weight: 400;
    line-height: 28px
}

.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .more {
    opacity: 1;
    transform: translateY(0)
}

.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .title {
    color: var(--color)
}

@media (max-width: 1500px) {
    .prodet-page .init-1 .container .left {
        width:40%
    }

    .prodet-page .init-1 .container .right {
        width: 56%
    }
}

@media (max-width: 1250px) {
    .prodet-page .init-1 .container .left a {
        height: 500px
    }

    .prodet-page .init-1 {
        margin-top: 0
    }

    .prodet-page .init-2 .container .right .about .content .img {
        width: 100%
    }

    .prodet-page .init-2 .container .right .about .content .text_cont {
        width: 100%;
        margin-top: 20px
    }

    .prodet-page .init-2 .container .right .contact_info form .lists {
        padding-right: 30px
    }
    .about-page .about-2 .top{
      height: auto;
    }
}

@media (max-width: 1000px) {

    .prodet-page .init-1 .container .left {
        width: 100%
    }

    .prodet-page .init-1 .container .left a {
        height: 90vw
    }

    .prodet-page .init-1 .container .right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    .prodet-page .init-1 .container .right .title {
        width: 100%
    }

    .prodet-page .init-1 .container .right>div {
        width: 100%
    }

    .prodet-page .init-1 .container .left .swiper {
        order: -1;
        margin-top: 20px
    }

    .prodet-page .init-1 .container .right .title {
        margin-top: 20px
    }

    .prodet-page .init-1 .container .right .share_list {
        width: 100%
    }

    .prodet-page .init-2 .container {
        border: none
    }

    .prodet-page .init-2 {
        padding: 0 15px
    }

    .prodet-page .init-2 .container .left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #fff;
        justify-content: center;
        text-align: center
    }

    .prodet-page .init-2 .container .left .list:hover:before,.prodet-page .init-2 .container .left .list.active:before {
        display: none
    }

    .prodet-page .init-2 .container .left .list {
        border-right: 1px solid #fff;
        border-bottom: none;
        width: 33.33%
    }

    .prodet-page .init-2 .container .left .list.active {
        background-color: var(--color);
        color: #fff
    }

    .prodet-page .init-2 .container .right {
        width: 100%;
        min-height: 0;
        border: 1px solid #fff;
        margin-top: 10px
    }

    .prodet-page .init-2 .container .right .contact_info form .lists {
        padding: 0;
        width: 100%
    }
}

@media (max-width: 700px) {
    .prodet-page .init-1 .container .right .share_list {
        display:none
    }

    .prodet-page .init-2 .container .left .list {
        padding: 10px 20px;
        font-size: 20px;
        width: auto
    }

    .prodet-page .init-2 .container .right .list {
        padding: 20px
    }
}

@media (max-width: 500px) {
    .prodet-page .init-1 .container .right .title {
        font-size: 18px
    }

    .prodet-page .init-1 .container .right .auth {
        margin-top: 10px;
        font-size: 16px
    }

    .prodet-page .init-1 .container .right .des {
        font-size: 16px;
        margin-top: 10px
    }

    .prodet-page .init-1 .container .right .more {
        margin-top: 20px
    }

    .prodet-page .init-2 {
        margin-top: 40px
    }

    .prodet-page .init-2 .container .left .list {
        width: 100%;
        border-top: 1px solid #fff
    }

    .prodet-page .init-2 .container .left .list:first-child {
        border: none
    }

    .prodet-page .init-2 .container .right {
        margin-top: 20px
    }

    .prodet-page .init-2 .container .left .list {
        font-size: 16px
    }

    .prodet-page .init-2 .container .right .description .des {
        font-size: 16px
    }

    .prodet-page .init-2 .container .right .contact_info .tip {
        font-size: 18px
    }

    .prodet-page .init-2 .container .right .contact_info form .lists {
        margin-top: 20px
    }

    .prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
        font-size: 18px
    }

    .prodet-page .init-2 .container .right .contact_info form .more {
        padding: 6px 20px;
        margin-top: 20px
    }

    .prodet-page .init-2 .container .right .about .content .text_cont .tip {
        font-size: 18px
    }

    .prodet-page .init-2 .container .right .about .content .text_cont .des {
        margin-top: 20px
    }

    .prodet-page .init-3 {
        margin: 60px 0;
    }
}

.search-page .slideRight ul li{
  font-size: 16px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
}
.search-page .slideRight .item .right a:hover,
.search-page .slideRight ul li a:hover{
  text-decoration: underline;
}
.search-page .slideRight .item .right a{
  font-size: 16px;
  display: inline-block;
  /*width: 40%;*/
}
.search-page .slideRight .item .right ul li .box{
  display: inline-block;
  width: 48%;
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 .left ul li h2 {
    font-size: 64px;
  }
  .about-page .about-5 {
    padding-top: 110px;
  }
  .solution-page .box-list ul li .content h2{
    font-size: 44px;
  }
}
@media screen and (max-width: 1550px){
  #fullpage .i-about{
    padding-bottom: 80px;
  }
  #fullpage .i-product{
    padding-top: 150px;
  }
}
@media screen and (max-width: 1400px) {
  .service-page .service-2 .top .text h3,
  .about-page h2.title {
    font-size: 34px;
  }
  .about-page .about-1 .right {
    font-size: 18px;
    padding-left: 35px;
  }
  .about-page .about-1 .right p {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .about-page .about-1 .left ul li h2 {
    font-size: 50px;
  }
  .inner-page .ui.container {
    max-width: 1218px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 32px;
  }
  .about-page .about-6 ul {
    margin-right: -50px;
  }
  .about-page .about-6 ul li {
    padding-right: 50px;
  }
  .advantages-page ul li {
    margin-bottom: 90px;
  }
  .sale-page .sale-2 .ui.container {
    margin-top: 12%;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-3 {
    padding-top: 85px;
    padding-bottom: 70px;
  }
  .advantages-page ul li .text h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .advantages-page ul li .text .content {
    font-size: 22px;
    line-height: 36px;
  }
  .sale-page .title {
    font-size: 32px;
  }
  .sale-page .sale-2 .content .text {
    margin: 40px 0 50px;
  }
  .solution-page .solution-1 h1 {
    font-size: 30px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 46px;
  }
  .service-page .service-1 ul li .box {
    padding: 50px 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
  .product-page ul.list-box li.cat-one h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left ul {
    display: none;
  }
  .about-page .about-1 .grid-box .left.column {
    width: 100%;
  }
  .about-page .about-1 .grid-box .right.column {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 27px;
  }
  .about-page .about-3 .left {
    padding-right: 30px;
  }
  .about-page .about-3 .left .content p {
    margin-bottom: 25px;
  }
  .about-page .about-4 .content .box {
    max-width: 100%;
  }
  .about-page .about-4 .tab{
    margin: 0 -10px;
  }
  .about-page .about-4 .tab li{
    padding: 0 10px;
    margin-right: 0;
    width: 33.333333333%;
    height: -webkit-fill-available;
  }
  .about-page .about-4 .tab li a::after {
    bottom: -2px;
  }
  .about-page .about-4 .tab li a {
    height: 100%;
    display: block;
  }
  .advantages-page ul li:nth-child(2n) .text {
    padding-left: 30px;
  }
  .advantages-page ul li .text {
    padding-right: 30px;
  }
  .sale-page .sale-1 .top .left {
    display: none;
  }
  .sale-page .sale-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .sale-page .sale-2 .content .text {
    margin: 15px 0 24px;
    max-width: 100%;
  }
  .sale-page .sale-2 .content ul li {
    margin-right: 60px;
  }
  .sale-page .sale-2 .content ul li h3,
  .sale-page .sale-2 .content ul li p {
    font-size: 26px;
  }
  .sale-page .sale-3 {
    padding: 95px 0;
  }
  .sale-page .sale-3 .box{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sale-page .sale-3 .box .left {
    width: 100%;
  }
  .sale-page .sale-3 .box .right {
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }
  .about-page .about-3 .grid-box .left {
    width: 100%;
    margin-bottom: 60px;
  }
  .about-page .about-3 .grid-box .right {
    width: 100%;
  }
  .about-page .about-3 .left .content {
    margin-top: 15px;
  }
  .sale-page .sale-3 .box .right > img{
    object-fit: cover;
  }
  .sale-page .sale-3 .box .right .content{
    padding: 0 15px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 35px;
  }
  .service-page .service-1 {
    padding: 50px 0 60px;
  }
  .service-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .top .img {
    display: none;
  }
  .service-page .service-2 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-4 ul.grid-box .column .box .content {
    max-width: 260px;
    padding: 20px;
  }
  .product-page ul.list-box li.cat-one .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page ul.list-box li.cat-one .text {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .product-page ul.list-box li.cat-one .img {
    width: 100%;
  }
  .product-page ul.list-box li.cat-one:nth-child(2n) .text {
    padding-left: 0;
  }
  .news-page .news-top ul li .right h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .news-page .news-top ul li .right .content {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
  .news-page .news-list ul li {
    width: 50% !important;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .prodet-page {
    padding: 40px 0px;
  }
  .about-page h2.title {
    font-size: 28px;
  }
  .about-page .about-2 .top .play {
    width: 80px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 22px;
    margin-left: 15px;
  }
  .about-page .about-2 .bottom .ui.container a.right {
    height: 45px;
  }
  .about-page .about-4 .tab li{
    width: 100%;
  }
  .about-page .about-4 .tab li {
    margin-bottom: 20px;
  }
  .about-page .about-4 .tab li a {
    line-height: 1.4;
  }
  .about-page .about-5 {
    padding-top: 55px;
  }
  .advantages-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantages-page ul li .text {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 !important;
  }
  .advantages-page ul li .img {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .advantages-page ul li .text .content {
    font-size: 18px;
    line-height: 30px;
  }
  .solution-page,
  .sale-page,
  .advantages-page {
    padding-top: 51px;
  }
  .sale-page {
    margin-top: 40px;
  }
  .sale-page .sale-1 {
    padding-bottom: 56px;
  }
  .sale-page .sale-2 {
    display: none;
  }
  .solution-page .solution-1 h1 {
    font-size: 26px;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 26px;
  }
  .solution-page .solution-1 .content {
    line-height: 34px;
  }
  .soldet-page .soldet-2 h2,
  .soldet-page .soldet-1 h1 {
    font-size: 34px;
  }
  .service-page .service-1 ul li {
    width: 100% !important;
  }
  .service-page .service-3 .text {
    margin: -20px;
  }
  .service-page .service-3 .text .column {
    width: 100%;
    padding: 20px;
  }
  .service-page .service-3 h2,
  .service-page .service-4 h2 {
    font-size: 30px;
  }
  .service-page .service-2 .top .text h3 {
    font-size: 24px;
  }
  .product-page ul.list-box li.cat-one h1 {
    font-size: 30px;
  }
  .news-page .news-top ul li .img-box {
    width: 100%;
  }
  .news-page .news-top ul li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .contact-page .title,
  .newdet-page .newdet-2 h2 {
    font-size: 34px;
  }
  .newdet-page {
    padding: 56px 0 80px;
  }
  .contact-page .contact-2 .left .content ul li {
    width: 50%;
  }
  .contact-page .contact-2 .left .content ul li.add {
    width: 100%;
  }
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-2 {
    padding: 50px 0;
  }
  .service-page .service-4 ul li .box .column{
    width: 100%;
  }
  .service-page .service-4 ul li .box .column:nth-child(1) img{
    width: 100%;
  }
  .service-page .service-4 ul li .box .content{
    padding: 30px 0;
  }
  .news-page {
    padding: 60px 0 50px;
  }
  .m-link{
    font-size: 18px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-link .next{
    text-align: left;
    margin-top: 10px;
    width: 100%;
  }
  .sale-page .sale-1 .top .right{
    padding-right: 0;
  }
}
.product-page ul.list-box li.cat-one .text .more_btn{
    /*display: block;*/
    position: absolute;
    left: 65px;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,0.6);
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    cursor: pointer;
}
@media screen and (max-width: 500px) {
  .product-page ul.list-box li.cat-one .img{
    margin-bottom: 50px;
  }
  .newdet-page .newdet-1 h1{
    font-size: 20px;
  }
  .sale-page .title{
    text-align: center;
  }
  .about-page .about-3 .left{
    padding-right: 0;
  }
  .sale-page .sale-1 .bottom{
    margin-top: 45px;
  }
  .about-page .about-3 .left .content p,
  .about-page .about-1 .right p{
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-1 .right{
    max-height: 390px;
    overflow: auto;
  }
  .news-page .news-list ul li .box .content,
  .news-page .news-top ul li .right .content,
  .about-page .about-4 .content .box,
  .service-page .service-3 .text .content,
  .service-page .service-1 ul li .box .text,
  .about-page .about-6 ul li .text,
  .about-page .about-5 p,
  .about-page .about-3 .right ul li .content .text{
    line-height: 2;
  }
  .about-page .about-2 .bottom .ui.container .left h3{
    font-size: 18px;
  }
  .sale-page .sale-3 .box .left ul {
    margin-top: 30px;
  }
  .sale-page .sale-3 .box .left ul li{
    margin-bottom: 30px;
  }
  .about-page .about-4 .tab{
    margin-top: 10px;
  }
  .about-page .about-2 .bottom .ui.container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-2 .bottom .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 {
    padding: 70px 0 40px;
  }
  .about-page h2.title {
    font-size: 20px;
    line-height: 2;
  }
  .about-page .about-6 {
    padding-top: 10px;
  }
  .advantages-page ul li .text h3 {
    font-size: 24px;
  }
  .sale-page .sale-3 .box .left {
    padding-right: 0;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(4)::after {
    left: 70px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(5)::after {
    left: 0px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(6)::after {
    left: 70px;
  }
  .sale-page .sale-3 {
    padding: 44px 0;
  }
  .service-page .service-3 .text h4,
  .service-page .service-2 .top .text h5 {
    font-size: 20px;
    line-height: 2;
  }
  .service-page .service-4 p.text,
  .service-page .service-2 .bottom .text .content,
  .service-page .service-2 .top .text .content{
    line-height: 2;
  }
  .sale-page .title,
  .service-page .service-3 h2, 
  .service-page .service-4 h2 {
    font-size: 24px;
  }
  .solution-page .box-list ul li > img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .solution-page .box-list ul li .content h2 {
    font-size: 22px;
  }
  .soldet-page .soldet-2 h2,
  .soldet-page .soldet-1 h1 {
    font-size: 24px;
  }
  .product-page ul.list-box li.cat-one{
    padding-bottom: 30px;
  }
  .product-page ul.list-box li.cat-one h1 {
    font-size: 22px;
    line-height: 2;
    position: absolute;
    left: 20px;
    top: -45px;
  }
  .product-page ul.list-box li.cat-one h2{
    font-size: 20px;
  }
  .product-page ul.list-box li.cat-one .content{
    padding-left: 50px;
  }
  .product-page ul.list-box li.cat-one .content:after{
    width: 35px;
  }
  .sale-page .sale-3 .box .right .content p,
  .newdet-page .newdet-1 .content,
  .sale-page .sale-3 .box .left ul li,
  .sale-page .sale-1 .top .right .content{
    font-size: 16px;
    line-height: 2;
  }
  .sale-page .sale-3 .box .right .content a.contact{
    height: 42px;
    line-height: 42px;
  }
  .news-page .news-list ul li {
    width: 100% !important;
  }
  .newdet-page .newdet-2 h2 {
    font-size: 26px;
  }
  .news-page .news-top ul li .right h3{
    font-size: 22px;
    line-height: 2;
  }
  .news-page .news-list ul li .box{
    padding-left: 20px;
    padding-right: 20px;
  }
  .news-page .news-list ul li .box h3 {
    font-size: 18px;
    min-height: 75px;
    line-height: 2;
  }
  .contact-page .title, .newdet-page .newdet-2 h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 form textarea,
  .contact-page .contact-1 form p,
  .contact-page .contact-1 form input{
    font-size: 18px;
  }
  .contact-page .contact-2 .left{
    padding-right: 0;
  }
  .contact-page .contact-2 .left .content ul li,
  .contact-page .contact-1 form input {
    width: 100%;
  }
  .about-page .about-2 .bottom .ui.container .right,
  #footer .wrap .left .bottom .f-footer ul{
    display: none;
  }
  .product-page ul.list-box li.cat-one .bottom .wrap .column .img-box{
    min-height: auto;
  }
  .product-page ul.list-box li.cat-one .content{
    line-height: 2;
    /*text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;*/
  }
  .product-page ul.list-box li.cat-one .bottom .wrap .column h5{
    font-size: 14px;
    line-height: 2;
    min-height: 168px;
  }
  .soldet-page{
    padding-top: 60px;
  }
  .product-page ul.list-box li.cat-one .text{
    text-overflow: ellipsis;
    overflow: hidden;
    height: 150px;
    /*-webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;*/
    /*position: relative;*/
    margin-bottom: 50px;
  }
  .product-page ul.list-box li.cat-one .text .more_btn{
    display: block;
  }
  .product-page ul.list-box li.cat-one .text.active{
    height: auto;
  }
  .product-page ul.list-box li.cat-one .text .more_btn::after{
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
  }
  .product-page ul.list-box li.cat-one .text .more_btn.active::after{
    content: "-";
  }
  .about-page h2.title{
    padding-bottom: 0;
  }
  .solution-page .solution-1 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .solution-page .solution-1 ul li{
    width: 33%;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
  }
  .sale-page .sale-3 .box .right h2{
    text-align: left;
  }
  .product-page ul.list-box li.cat-one .content{
    padding-right: 0;
  }
  .about-page .about-2 .bottom{
    padding: 16px 0 5px;
  }
  
}
.product-page{
  overflow: hidden;
}
.xinwnebt{
    font-size: 18px;
    line-height: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
    display: inline-block;
  }
  .xinwennr{
    font-size: 16px;
    line-height: 2;
  }
  .shouyehl h1{
   display: inline;
  }
  .dhkintlhide{
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    line-height: 2;
    margin-bottom:150px;
    margin-top: -120px;
  }
  .tgbhyjukm{
    font-size: 16px;
    line-height: 2;
  }
  .tgbhyjukm span{
   font-weight: bold;
  }

.pro3-page ul.list-box li.cat-one.active{
  display: block;
}
.pro3-page .dhkintlhide {
  margin-bottom: 75px;
  margin-top: -80px;
}
.dhkintslhide{
  font-size: 14px;
  line-height: 2;
}

.tgbhyjukm{
  font-size: 18px;
  line-height: 2;
}

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

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@keyframes transAni2 {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 81px;
}

.inner_banner .textAniC {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.inner_banner .textAniC .text .c {
    font-size: 426px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.9;
    white-space: nowrap;
    width: 4000px;
    animation: transAni2 30s linear infinite;
    
}
.inner_banner .textAniC .text .c span{
    color: #eee;
}

.inner_banner .container {
    position: relative;
    z-index: 2;
}

.inner_banner .innerBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inner_banner .cont {
    padding: 120px 0;
    color: black;
}

.inner_banner .cont .title {
    font-weight: bold;
    line-height: 1.4;
}

.inner_banner .cont .mbx {
    font-size: 0;
    margin-top: 10px;
    line-height: 1.8;
}

.inner_banner .cont .mbx span {
    font-size: 20px;
    padding-left: 20px;
    position: relative;
}

.inner_banner .cont .mbx a {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.inner_banner .cont .mbx a:hover {
    color: var(--color);
}

.inner_banner .cont .mbx a:first-child {
    padding-left: 0;
}

.inner_banner .cont .mbx a:first-child::before {
    display: none;
}

.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    top: 10px;
    left: 7px;
    background-color: black;
}

@media (max-width: 1500px) {
    .inner_banner .textAniC {
        top: 34px;
    }

    .inner_banner .textAniC .text .c {
        font-size: 360px;
    }
}

@media (max-width: 1250px) {
    .inner_banner .textAniC {
        top: 40px;
    }

    .inner_banner .textAniC .text .c {
        font-size: 260px;
    }
}

@media (max-width: 1000px) {
    .inner_banner {
        margin-top: 40px;
    }

    .inner_banner .textAniC .text .c {
        font-size: 160px;
    }

    .inner_banner .cont {
        padding: 40px 0 65px;
    }
}

@media (max-width: 700px) {
    .inner_banner .textAniC .text .c {
        font-size: 100px;
    }
}

@media (max-width: 500px) {
      .inner_banner .cont {
        padding: 40px 0;
    }
    .inner_banner .textAniC {
        top: 30px;
    }

    .inner_banner .textAniC .text .c {
        font-size: 80px;
    }
}










#index-body .init-2 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#index-body .init-2 .box .left {
  padding-right: 1%;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .box .left ul {
  height: 100%;
  padding: 10% 0;
}
#index-body .init-2 .box .left ul span.num {
  width: 3.33333333em;
  height: 3.33333333em;
  border-radius: 100%;
  border: 1px solid black;
  position: relative;
  background-color: #f6f8fa;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .left ul span.num i {
  width: 1px;
  background-color: #d7dbe2;
  height: 170%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
}
#index-body .init-2 .box .left ul span.num i:after {
  content: '';
  width: 100%;
  height: 0;
  background-color: var(--color);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
#index-body .init-2 .box .left ul span.h6 {
  line-height: 1.5;
}
#index-body .init-2 .box .left ul li {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: .27;
}
#index-body .init-2 .box .left ul li.active {
  opacity: 1;
}
#index-body .init-2 .box .left ul li.active span.num {
  border-color: var(--color);
}
#index-body .init-2 .box .left ul li.active span.num i:after {
  height: 100%;
  -webkit-transition: 6.5s;
  -moz-transition: 6.5s;
  transition: 6.5s;
}
#index-body .init-2 .box .left ul li:last-child span.num i {
  display: none;
}
#index-body .init-2 .box .right ul li .content {
  position: absolute;
  left: 8%;
  background-color: rgba(255, 255, 255, 0.93);
  bottom: 0;
  max-width: 380px;
  padding: 2.3% 3.5% 5.5%;
}
#index-body .init-2 .box .right ul li .content span.h6 {
  line-height: 1.3;
}
#index-body .init-2 .box .right ul li .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  position: absolute;
  right: .5em;
  top: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .right ul li .content a.link:hover {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .init-2 .box .right ul li{
  padding-bottom: 80px;
}
#index-body .init-3 .list span.h6 {
  line-height: 1.8;
  min-height: 2em;
}
#index-body .init-3 .list hr {
  min-width: 230px;
}
#index-body .init-3 .list span.h3 {
  line-height: .8;
  color: var(--color);
}
#index-body .init-4 {
  position: relative;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}
#index-body .init-4 .box {
  margin-right: -17%;
  padding-top: 20%;
  position: relative;
  z-index: 1;
}
#index-body .init-4 .box:before {
  content: '';
  width: 10%;
  height: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: white;
  display: none;
}
#index-body .init-4 .box .left {
  padding: 5% 2.5% 2.5%;
  background-color: rgba(255,255,255,.9);
  border-bottom-left-radius: 0;
}

.about-page .about-7 {
  background-repeat: no-repeat;
  background-position: center top 33%;
  background-size: contain;
}
.about-page .about-7 .list ul {
  -webkit-filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
}
.about-page .about-7 .list ul li,
.about-page .about-7 .list ul .box {
  height: 100%;
}
.about-page .about-7 .list ul .box {
  background-color: white;
  overflow: hidden;
}
.about-page .about-7 .list ul .content {
  padding: 8%;
}
.about-page .about-7 .list ul .content a.link i {
  color: var(--color);
}
@media screen and (max-width: 1450px) {
  #index-body .init-4 .box .right {
    margin-right: 10%;
  }
  #index-body .init-2 .box .left ul {
    height: fit-content;
  }
}
@media screen and (max-width: 1250px) {
  span.h2 br{
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-2 .box .left {
    display: none;
  }
  #index-body .init-2 .box .right {
    width: 100%;
  }
  #index-body .init-4 .box {
    margin-right: 0;
    background-position: right top;
  }
  #index-body .init-4 .box .right {
    margin-right: 0;
  }
  #index-body .init-4 .box .left {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-3 .list ul li {
    margin-bottom: 30px;
  }
  #index-body .init-3 .list span.h6 {
    min-height: auto;
  }
  #index-body .init-3 .list span.h6 br {
    display: none;
  }
  .font-60 {
    font-size: 24px;
  }
  #index-body .init-4 .box .left {
    width: 80%;
  }
  #banner li .content .left p {
    margin-top: 0;
  }
  #banner li .content .dots {
    margin-top: 15px;
  }
  #banner li .content .left {
    max-width: 50%;
  }
  #banner li .content .left img {
    display: none;
  }
  #index-body .init-4 .box .right {
    display: none;
  }
  #index-body .init-4 .box .left {
    width: 100%;
  }
  #index-body .init-4 .box {
    padding-top: 0;
    background-image: unset;
  }
  #index-body .init-4 .box .left .wap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
@media screen and (max-width: 500px) {
  .font-93 {
    font-size: 28px;
  }
  #index-body .init-2 .box .right ul li .content {
    left: auto;
    max-width: none;
    position: relative;
  }
}