@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-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: bold;
  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-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'), url('../fonts/OpenSans-SemiBold.ttf') format('truetype'), url('../fonts/OpenSans-SemiBold.eot') format('embedded-opentype'), url('../fonts/OpenSans-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'Syne-ExtraBold';
  src: url('../fonts/Syne-ExtraBold.woff2') format('woff2'), url('../fonts/Syne-ExtraBold.ttf') format('truetype'), url('../fonts/Syne-ExtraBold.eot') format('embedded-opentype'), url('../fonts/Syne-ExtraBold.woff') format('woff');
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #004ea2;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1785px;
}
span,
p,
a {
  line-height: 1.8;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

/* 栅格 */
.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%;
}

@media screen and (max-width: 1000px){
    .grid-box.two>.column {
        width: 50%;
    }
    .yc{
   display: none !important;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }

}
@media screen and (max-width: 700px){
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }

}
@media screen and (max-width: 500px){
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }

}
.lh-1 {
    line-height: 1;
}
.lh-2 {
    line-height: 1.2;
}
.lh-3 {
    line-height: 1.3;
}
.lh-4 {
    line-height: 1.4;
}
.lh-5 {
    line-height: 1.5;
}
.lh-6 {
    line-height: 1.6;
}
.lh-7 {
    line-height: 1.7;
}
.lh-8 {
    line-height: 1.8;

}
.lh-9 {
    line-height: 1.9;
}
.lh-10 {
    line-height: 2;
}
.search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
.search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}
.search-box form input {
    background: none;
    outline: none;
    border: none;
}
.search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}
.search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}
.search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#header.active .nav {
  height: 80px;
}
#header .h-top {
  width: 100%;
  height: 45px;
  background-color: var(--color);
}
#header .h-top .share span {
  font-weight: 600;
  color: white;
}
#header .h-top .share a {
  margin-right: 22px;
  display: flex;
  align-items: center;
}
#header .h-top .share a:last-child {
  margin-right: 0;
}
#header .h-top .share a i {
  color: white;
  font-size: 16px;
}
#header .h-top .right {
  color: white;
}
#header .h-top .right span {
  font-weight: 300;
}
#header .nav {
  height: 120px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  max-height: 40px;
  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: 16px;
  color: black;
  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;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  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 {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  width: auto;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  min-width: 180px;
  width: auto;
}
#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: 70px;
}
#header .nav .ui.menu .right .h-shopping{
  cursor: pointer;
  position: relative;
  margin-right: 35px;
}
#header .nav .ui.menu .right .h-shopping i{
  font-size: 26px;
}
#header .nav .ui.menu .right .h-shopping em {
    position: absolute;
    top: 5px;
    right: -5px;
    line-height: normal;
    background-color: var(--color);
    width: 15px;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
#header .nav .ui.menu .right > div {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  padding-left: 25px;
  margin-left: 25px;
  margin-right: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
}

.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box .zhuyu img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.language-box .zhuyu span {
  font-size: 14px;
  margin: 0 6px;
}
.language-box .zhuyu i {
  font-size: 18px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  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: 135px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  min-width: 200px;
  min-height: 50px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--color);
  overflow: hidden;
  position: relative;
}
.more::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.more:hover::before {
  right: 0;
}
.more span {
  font-size: 16px;
  color: white;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  font-weight: 300;
}
.more i {
  width: 55px;
  height: 55px;
  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;
  background-color: white;
  color: var(--color);
  border-radius: 50%;
  font-size: 30px;
  position: relative;
  z-index: 5;
}
.more.white {
  background-color: transparent;
  border: 1px solid white;
}
.more.white::before {
  background-color: var(--color);
}
.more.white:hover {
  border-color: var(--color);
}
.h-title h3 {
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
.h-title p {
  font-size: 20px;
  font-weight: 300;
  margin-top: 5px;
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  50% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}
@keyframes scale_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);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}
#banner {
  margin-top: 165px;
  position: relative;
}
#banner ul li {
  position: relative;
}
#banner ul li .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner ul li .content .box {
  width: 50%;
  color: white;
}
#banner ul li .content .box h2 {
  font-weight: 700;
  line-height: 1.3;
}
#banner ul li .content .box p {
  font-weight: 300;
}
#index-body {
  overflow: hidden;
}
#index-body .homepage-1 {
  padding: 155px 0;
}
#index-body .homepage-1 .bottom {
  margin-top: 55px;
}
#index-body .homepage-1 .bottom .left {
  position: relative;
  width: 54.8%;
}
#index-body .homepage-1 .bottom .left .play {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 160px;
  height: 160px;
  background-color: var(--color);
  position: absolute;
  left: -webkit-calc(100% - 2px);
  left: -moz-calc(100% - 2px);
  left: calc(100% - 2px);
  bottom: 0;
}
#index-body .homepage-1 .bottom .left .play i {
  font-size: 24px;
  color: white;
}
#index-body .homepage-1 .bottom .right {
  width: 45.2%;
  padding-left: 75px;
  padding-top: 40px;
}
#index-body .homepage-1 .bottom .right h3 {
  font-weight: 600;
}
#index-body .homepage-1 .bottom .right .text {
  font-weight: 300;
}
#index-body .homepage-1 ul {
  margin: 120px -45px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .homepage-1 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 45px;
}
#index-body .homepage-1 ul li .img {
  padding-top: 20px;
}
#index-body .homepage-1 ul li .text {
  width: -webkit-calc(100% - 45px);
  width: -moz-calc(100% - 45px);
  width: calc(100% - 45px);
  padding-left: 20px;
}
#index-body .homepage-1 ul li .text h3 {
  width: 100%;
  font-family: 'OpenSans-SemiBold';
  font-size: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  line-height: 0.8;
  padding-bottom: 10px;
  color: var(--color);
}
#index-body .homepage-1 ul li .text h3 span {
  text-transform: uppercase;
  font-size: 20px;
}
#index-body .homepage-1 ul li .text p {
  font-weight: 300;
  margin-top: 15px;
  text-transform: uppercase;
}
#index-body .homepage-2 ul {
  margin-top: 85px;
}
#index-body .homepage-2 ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
#index-body .homepage-2 ul li .box {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
#index-body .homepage-2 ul li .box:hover::before {
  background-color: var(--color);
}
#index-body .homepage-2 ul li .box::before {
  content: '';
  display: block;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  height: 16px;
  border-radius: 10px;
  z-index: 10;
  background-color: #e3e3e3;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#index-body .homepage-2 ul li .box .img-box {
  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;
  min-height: 400px;
  background-color: #f0f4f9;
  padding: 0 20px;
}
#index-body .homepage-2 ul li .box .text {
  padding: 25px 35px 30px;
  background-color: white;
}
#index-body .homepage-2 ul li .box .text h4 {
  font-weight: 700;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
#index-body .homepage-2 ul li .box .text h4:hover {
  color: var(--color);
}
#index-body .homepage-2 ul li .box .text p {
  font-weight: 600;
  line-height: 1.6;
}
#index-body .homepage-2 ul li .box .text .btn {
  width: 100%;
  height: 45px;
  background-color: #e3e3e3;
  color: white;
  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;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-2 ul li .box .text .btn:hover {
  background-color: var(--color);
}
#index-body .homepage-3 {
  padding: 120px 0;
}
#index-body .homepage-3 .content {
  height: 860px;
  width: 100%;
  position: relative;
}
#index-body .homepage-3 .content .left {
  width: 43%;
  height: 100%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 85px;
  padding-bottom: 240px;
  background-image: url("../images/custom-icon.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
#index-body .homepage-3 .content .left .h-title {
  max-width: 480px;
}
#index-body .homepage-3 .content .left .h-title h3,
#index-body .homepage-3 .content .left .h-title p {
  color: white;
}
#index-body .homepage-3 .content .left .h-title p {
  margin-top: 25px;
}
#index-body .homepage-3 .content .left a.more::before {
  background-color: #000;
}
#index-body .homepage-3 .content .text {
  width: 57%;
}
#index-body .homepage-3 .content .text h2 {
  font-size: 126px;
  color: #f5f5f5;
  font-family: 'Syne-ExtraBold';
}
#index-body .homepage-3 .content .right {
  width: 68%;
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .homepage-3 .content .right .bigImg {
  background-color: white;
}
#index-body .homepage-3 .content .right .bigImg ul li {
  height: 730px;
  display: none;
}
#index-body .homepage-3 .content .right .bigImg ul li.active{
  display: block;
}
#index-body .homepage-3 .content .right .bigImg ul li .img {
  width: 100%;
  height: 100%;
}
#index-body .homepage-3 .content .right .bigImg ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-3 .content .right .smallImg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
}
#index-body .homepage-3 .content .right .smallImg ul li.active {
  background-color: white;
}
#index-body .homepage-3 .content .right .smallImg ul li.active .box .img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
#index-body .homepage-3 .content .right .smallImg ul li.active .box span {
  color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
#index-body .homepage-3 .content .right .smallImg ul li {
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  border-right: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 25%;
}
#index-body .homepage-3 .content .right .smallImg ul li .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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 140px;
  padding: 0 15px 0 20px;
}
#index-body .homepage-3 .content .right .smallImg ul li .box .img {
  width: 55px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-3 .content .right .smallImg ul li .box span {
  display: block;
  padding-left: 16px;
  border-left: 1px solid white;
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-4 {
  background-color: #f0f4f9;
  padding: 80px 0;
}
#index-body .homepage-4 .h-title {
  max-width: 1010px;
  margin: 0 auto 60px;
}
#index-body .homepage-4 .h-title p {
  margin-top: 25px;
}
#index-body .homepage-4 ul {
  margin: 0 -18.5%;
}
#index-body .homepage-4 ul li h4 {
  border-top: 3px solid #999999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}
#index-body .homepage-4 ul li h4:hover {
  border-color: var(--color);
  color: var(--color);
}
#index-body .homepage-5 {
  padding: 120px 0;
}
#index-body .homepage-5 ul .slick-current + .slick-slide + .slick-slide li {
  border-right: none;
}
#index-body .homepage-5 ul li {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .homepage-5 ul li .box h4,
#index-body .homepage-5 ul li .box .btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-5 ul li .box h4:hover,
#index-body .homepage-5 ul li .box .btn:hover {
  color: var(--color);
}
#index-body .homepage-5 a.more {
  margin: 75px auto 0;
}
#index-body .homepage-5 a.more span {
  font-size: 14px;
  font-weight: normal;
}



.f-language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.f-language-box .zhuyu img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.f-language-box .zhuyu span {
  font-size: 20px;
  font-weight: 300;
  color: white;
  margin: 0 10px 0 15px;
}
.f-language-box .zhuyu i {
  font-size: 22px;
   color: white;
}
.f-language-box .hover-language {
  width: 205px;
    height: 60px;
    position: relative;
    vertical-align: middle;
    border: 1px solid white;
    border-radius: 5px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.f-language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 50px;
  left: 50%;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -moz-transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  transform: rotate3d(1, 0, 0, -90deg) translateX(-50%);
  -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;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 8px 10px rgba(255,255,255, 0.2);
  display: none \9;
}
.f-language-box ul.sub-menu li a {
  width: 135px;
  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;
}
.f-language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.f-language-box ul.sub-menu li:hover a {
  background: #000;
  color: white;
}
.f-language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0) translateX(-50%);
  -moz-transform: rotate3d(0, 0, 0, 0) translateX(-50%);
  transform: rotate3d(0, 0, 0, 0) translateX(-50%);
  display: block \9;
}

#footer {
  background-color: var(--color);
  background-image: url("../images/world-map1-2.png");
  background-position-x: 93%;
  background-position-y: 95px;
  background-repeat: no-repeat;
  position: relative;
}
#footer #Click-Top {
  position: absolute;
  right: 25px;
  bottom: 65px;
  color: white;
  cursor: pointer;
}
#footer #Click-Top i {
  font-size: 30px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: block;
}
#footer #Click-Top span {
  font-weight: 300;
  font-size: 18px;
}
#footer .top {
  height: 170px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .top .container{
  max-width: 1475px;
}
#footer .center {
  padding: 75px 0 65px;
}
#footer .center ul li.link a {
  padding-left: 15px;
  position: relative;
  opacity: 0.6;
}
#footer .center ul li.link span{
  margin-bottom: 10px;
  display: block;
}
#footer .center ul li.link span:last-child{
  margin-bottom: 0;
}
#footer .center ul li.link a:hover {
  opacity: 1;
}
#footer .center ul li.link a::before {
  content: "\f0da";
  font-family: 'FontAwesome';
  position: absolute;
  top: 3px;
  left: 0;
  color: white;
  font-size: 12px;
}
#footer .center ul li {
  color: white;
}
#footer .center ul li h4 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#footer .center ul li a {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#footer .center ul li a:last-child {
  margin-bottom: 0;
}
#footer .center ul li.contact {
  max-width: 370px;
}
#footer .center ul li.contact .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .center ul li.contact .list:last-child {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#footer .center ul li.contact .list:last-child span {
  line-height: 1.4;
}
#footer .center ul li.contact .list i {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 20px;
}
#footer .center ul li.contact .list span {
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
#footer .center ul li.qrcode #ewm img,
#footer .center ul li.qrcode #ewm canvas {
  width: 150px;
  height: auto;
  border: 6px solid white;
}
#footer .center ul li.qrcode .share a i {
  color: white;
  font-size: 24px;
}
#footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .bottom .container {
  height: 65px;
}
#footer .bottom .container span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
#footer .bottom .container span a {
  color: white;
}
#footer .bottom .container span img {
  width: 240px;
  height: auto;
  padding-top: 6px;
  opacity: 0.6;
}
@media (max-width: 1800px) {
  .container {
    width: 1600px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #index-body .homepage-1 .bottom .left .play {
    width: 120px;
    height: 120px;
  }
  #index-body .homepage-1 ul {
    margin: 120px -25px 0;
  }
  #index-body .homepage-1 ul li {
    padding: 0 25px;
  }
  #index-body .homepage-1 ul li .text h3 {
    font-size: 60px;
  }
  #index-body .homepage-3 .content .text h2 {
    font-size: 108px;
  }
  #index-body .homepage-3 .content .left .h-title {
    max-width: 320px;
  }
  .h-title h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .homepage-1 ul li {
    padding: 0 15px;
  }
  #index-body .homepage-1 ul li .text p {
    font-size: 18px;
  }
  #header .nav .ui.menu .right {
    margin-left: 20px;
  }
    #header .nav .ui.menu .right .h-inquiry.more {
    display: none !important;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .homepage-3 .content .right .smallImg ul li .box{
    height: 120px;
  }
  #header .nav .ui.menu .right .h-search {
    margin-right: 0;
  }
  #banner ul li .content .box {
    width: 65%;
  }
  #index-body .homepage-1 .bottom .right {
    padding-top: 0;
  }
  #index-body .homepage-1 .bottom .left .play {
    width: 100px;
    height: 100px;
  }
  #index-body .homepage-1 {
    padding: 85px 0;
  }
  #index-body .homepage-3 .content .text h2 {
    font-size: 90px;
  }
  #index-body .homepage-1 ul li .text h3{
    font-size: 56px;
  }
  .h-title h3 {
    font-size: 35px;
  }
  .h-title p {
    font-size: 16px;
  }
  #index-body .homepage-3 .content .right {
    width: 65%;
  }
  #index-body .homepage-3 .content .right .bigImg ul li {
    height: 520px;
  }
  #index-body .homepage-3 .content {
    height: 620px;
  }
  #index-body .homepage-3 .content .left {
    padding-bottom: 145px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 40px;
  }
  #index-body .homepage-1 .bottom .left .play {
    right: 0;
    left: unset;
  }
  #index-body .homepage-1 .bottom .right {
    padding-left: 35px;
  }
  #index-body .homepage-1 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .homepage-1 ul li {
    width: 50%;
    margin: 20px 0;
  }
  #index-body .homepage-3 .content .text h2 {
    display: none;
  }
  #index-body .homepage-3 .content .right .bigImg ul li {
    height: 620px;
  }
  #index-body .homepage-3 .content .right {
    width: 57%;
  }
  #index-body .homepage-5 {
    padding: 80px 0;
  }
  #footer .center ul li h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .center ul li.contact {
    max-width: 50%;
  }
  #index-body .homepage-3 .content .right .smallImg ul li{
    width: 50%;
  }
}
@media (max-width: 1000px) {
  #footer #Click-Top {
    display: none;
  }
  #banner ul li .content .box a.more {
    display: none !important;
  }
  #index-body .homepage-1 .bottom .left {
    width: 100%;
  }
  #index-body .homepage-1 .bottom .right {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
  #index-body .homepage-1 ul li .text h3 {
    font-size: 50px;
  }
  #index-body .homepage-3 {
    padding: 80px 0;
  }
  #index-body .homepage-3 .content {
    height: auto;
  }
  #index-body .homepage-3 .content .left {
    width: 100%;
    padding: 60px 15px !important;
  }
      #index-body .homepage-3 .content .left .h-title {
        max-width: 100%;
    }
  #index-body .homepage-3 .content .right {
    width: 100%;
    position: unset;
  }
  #index-body .homepage-3 .content .right .bigImg ul li {
    height: auto;
  }
  #footer .bottom .container {
    height: auto;
    padding: 15px 0;
  }
}
@media (max-width: 700px) {
  .more {
    min-width: 150px;
  }
  #index-body .homepage-3,
  #index-body .homepage-4 {
    display: none;
  }
  #index-body .homepage-2 ul {
    margin-top: 35px;
  }
  #index-body .homepage-1 ul li .text h3 {
    font-size: 40px;
  }
  #index-body .homepage-1 ul li .text p {
    font-size: 13px;
  }
  .h-title h3 {
    font-size: 26px;
  }
  #index-body .homepage-1 ul li {
    width: 100%;
    margin: 20px 0;
  }
  #index-body .homepage-1 ul {
    margin: 60px -25px 0;
  }
  #banner ul li .content .box p {
    display: none;
  }
}
@media (max-width: 500px) {
  #footer .center ul li.contact {
    max-width: 100%;
    margin-bottom: 35px;
  }
  #index-body .homepage-1 .bottom .left .play {
    width: 70px;
    height: 70px;
  }
  #index-body .homepage-1 .bottom .left .play i {
    font-size: 20px;
  }
}































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

.inner-banner {
  height: auto;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  color: white;
  z-index: 1;
  margin-top: 165px;
  padding: 120px 0;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.7);*/
  z-index: -1;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 2;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}
.inner-banner .mbx {
  font-size: 16px;
  line-height: 2;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: var(--color);
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
@media screen and (max-width: 1250px) {
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 18px;
    line-height: 2;
  }
  .inner-banner {
    height: 300px;
    padding-top: 80px;
  }
}
.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}
.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}

.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}
.product-page {
  padding: 110px 0;
}
.product-page .product-list h1{
  font-size: 30px;
  line-height: 50px;
}
.product-page .product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-list ul li {
  width: 33.3333%;
}
.product-page .product-list ul li .product-block {
  position: relative;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border: 1px solid;
  border-color: #e7e7e7;
  margin-left: -1px;
  margin-top: -1px;
  margin-bottom: 0;
  overflow: hidden;
}
.product-page .product-list ul li .product-block:hover .product-transition .fa-box .fa {
  opacity: 1;
}
.product-page .product-list ul li .product-block:hover .see-more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-list ul li .product-block .product-transition {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 10px 35px;
}
.product-page .product-list ul li .product-block .product-transition .product-inner {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image {
  position: relative;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100);
  /*-webkit-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  -moz-transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
  transition: opacity 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0ms;*/
  bottom: 100%;
}
/*.product-page .product-list ul li .product-block .product-transition .product-inner .product-image:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}*/
.product-page .product-list ul li .product-block .product-transition .product-inner .product-image img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.product-page .product-list ul li .product-block .product-transition .fa-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .product-list ul li .product-block .product-transition .fa-box a.btn{
  width: fit-content;
  padding: 0 10px;
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #e7e7e7;
  color:#aaa;
  transition: all 0.5s;
}
.product-page .product-list ul li .product-block .product-transition .fa-box a.btn:hover{
  background-color: var(--color);
  color:#fff;
}
.product-page .product-list ul li .product-block .product-transition .fa-box a span{
  margin-left: 5px;
  line-height: 40px;
  font-size: 14px;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e7e7e7;
  color: #aaa;
  background: #fff;
  font-size: 18px;
  font-weight: 100;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 2px;
  opacity: 1;
}
.product-page .product-list ul li .product-block .product-transition .fa-box .fa:hover {
  background: var(--color);
  color: #fff;
}
.product-page .product-list ul li .product-block .product-content {
  padding: 10px 30px 0;
  margin-bottom: 20px;
}
.product-page .product-list ul li .product-block .product-content h4 {
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 12px;
  min-height: 66px;
}
.product-page .product-list ul li .product-block .product-content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-list ul li .product-block .product-content h4 a:hover {
  text-decoration: underline;
}
.product-page .product-list ul li .product-block .product-content p {
  font-size: 16px;
  line-height: 2;
  color: #aaa;
}
.product-page .product-list ul li .product-block .see-more {
  display: block;
  margin-top: 6px;
  font-size: 16px;
  text-align: center;
  padding: 5px 35px;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  background: #0c0c0c;
  color: #fff;
  height: 48px;
  line-height: 38px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(48px);
  -moz-transform: translateY(48px);
  -ms-transform: translateY(48px);
  transform: translateY(48px);
  font-family: 'Krona';
}
.product-page .product-list ul li .product-block .see-more:hover {
  background: var(--color);
}
.prodet-page .prodet-1 {
  padding: 80px 0 60px;
}
.prodet-page .prodet-1 .left {
  padding-right: 5%;
  vertical-align: middle;
  flex: 1;
}
.prodet-page .prodet-1 .left .img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .left .img .pv-video-player {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .pv-video-player {
  display: block;
}
.prodet-page .prodet-1 .left .img.active > img {
  display: none;
}
.prodet-page .prodet-1 .left .img.active .zoom {
  display: none;
}
.prodet-page .prodet-1 .left .img ul li {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.prodet-page .prodet-1 .left .img img {
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom {
  line-height: 32px;
  height: 32px;
  padding: 0 18px;
  color: #595959;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ebebeb;
}
.prodet-page .prodet-1 .left .img .zoom img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
}
.prodet-page .prodet-1 .left .img .zoom:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  border-bottom: 32px solid #ebebeb;
  border-left: 32px solid transparent;
}
.prodet-page .prodet-1 .right {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  line-height: 2;
}
.prodet-page .prodet-1 .right h6 {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right h6 small {
  font-size: 150%;
  margin-left: 10px;
}
.prodet-page .prodet-1 .right .content {
  padding: 20px 30px 25px 0;
  font-size: 16px;
  color: #555555;
  line-height: 2;
  max-height: 345px;
  margin-bottom: 30px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .right .slick {
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .slick .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .right .slick ul {
  margin:0 -10px;
}
.prodet-page .prodet-1 .right .slick ul li {
  padding:0 10px;
}
.prodet-page .prodet-1 .right .slick ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #e7e7e7;
}
.prodet-page .prodet-1 .right .slick .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  color: transparent;
  border: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-1 .right .slick .slick-arrow:after {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 16px;
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev {
  left: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-prev:after {
  content: "\f0d9";
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next {
  right: -20px;
  padding: 9% 10px;
  background: rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-1 .right .slick .slick-arrow.slick-next:after {
  content: "\f0da";
}
.prodet-page .prodet-1 .right a.mores {
  display: inline-block;
  z-index: 1;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 10px 30px;
  position: relative;
  /*-webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);*/
  margin-left: 5px;
}
.prodet-page .prodet-1 .right a.more:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right a.mores span {
  display: inline-block;
  position: relative;
  /*-webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);*/
  z-index: 2;
  margin: 0;
  padding: 0;
  background: transparent;
}
.prodet-page .prodet-1 .right a.mores::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-1 .right a.mores::before{
  display: none;
}
.prodet-page .prodet-1 .share {
  margin-top: 30px;
  display: block;
  padding: 20px 0 2em;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  width: 50%;
  margin-left: auto;
}
.prodet-page .prodet-1 .share ul li {
  width: auto;
  font-size: 16px;
  line-height: 2;
  color: #555555;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-right: 10px;
  text-transform: uppercase;
}
.prodet-page .prodet-1 .share ul li:hover {
  color: var(--color);
}
.prodet-page .prodet-2 {
  padding-top: 50px;
}
.prodet-page h2.title {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
  /*text-transform: uppercase;*/
  font-family: 'Krona';
}
.prodet-page .product-list {
  width: 100%;
}
.prodet-page .product-list ul {
  width: 100%;
}
.prodet-page .product-list ul .slick-list {
  width: 100%;
}
.prodet-page .prodet-2 .content {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  text-align: left;
}
.prodet-page .prodet-2 .content .slick {
  margin-top: 30px;
}
.prodet-page .prodet-2 .content .slick ul {
  margin: -10px;
}
.prodet-page .prodet-2 .content .slick ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .content .slick ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-2 .content .slick ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../images/icon-search-white.png') center center no-repeat rgba(0, 0, 0, 0.05);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .content .slick ul li a:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .content table,
.prodet-page .prodet-2 .content table td {
  border: none;
}
.prodet-page .prodet-2 .content table td {
  padding: 5px 10px;
}
.prodet-page .prodet-2 .content table td:first-child {
  padding-left: 0;
}
.prodet-page .prodet-2 .content table td blockquote {
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.prodet-page .prodet-2 .content table td blockquote:title {
  padding: 10px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content table tr {
  border-bottom: 1px solid #dedede;
  background: none !important;
}
.prodet-page .prodet-2 .content table tr:last-child {
  border-bottom: none;
}
.prodet-page .prodet-3 {
  padding: 40px 0 40px;
}
.prodet-page.product-page .prodet-3 .product-list ul li {
  width: 25%;
}
.prodet-page.product-page .prodet-3 .product-list ul {
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}
.f_16 {
   font-size: 16px;
  }
  .f_44 {
   font-size: 44px;
   line-height: 1.2;
  }
  .pt_80{
  padding-top: 80px;
}
.inner-page .sidebox {
  padding: 120px 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 40px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 23px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ee9f2b;
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: #f26122;
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: #f26122;
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li:last-child{
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 99px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: #ee9f2b;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}










.production-sec{
  padding-bottom: 100px;
}
.production-sec .pur-sec {
  padding: 5rem 0;
}
.production-sec .pur-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.production-sec .pur-sec .mml-row .text-wrap {
  width: 50%;
  /*max-width: 700px;*/
  /*padding-top: 90px;*/
  padding-right: 40px;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
  font-size: 18px;
  line-height: 1.8;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
  width: 50%;
  /*max-width: 760px;*/
}
.production-sec .pur-sec .mml-row .img-wrap img{
  width: 100%;
}
.production-sec .fig-sec {
  padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #f26122;
  margin-bottom: 6px;
  width: 40%;
}
.production-sec .fig-sec .mml-row ul {
  width: 60%;
  max-width: 760px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 0px 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
  max-width: 193px;
  text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  color: var(--color);
}
.production-sec .fig-sec .mml-row ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #282828;
  margin-bottom: 0px;
  margin-top: 10px;
}
/*.production-sec .prints-sec {
  padding-bottom: 4rem;
}*/
.production-sec .prints-sec .mml-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.production-sec .prints-sec .mml-row .img-wrap {
  width: 50%;
  /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .img-wrap img{
  width: 100%;
}
.production-sec .prints-sec .mml-row .text-wrap {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*max-width: 760px;*/
  padding-left: 40px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
  margin-bottom: 25px;
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
  font-size: 18px;
  line-height: 30px;
  color: #242424;
  letter-spacing: 0.2px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
  padding: 25px 0px;
  font-style: normal;
  font-size: 14px;
  color: #888;
  border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
  font-style: normal;
  font-size: 24px;
  line-height: 44px;
  color: #303030;
  margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
  margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
  font-weight: bold;
  font-style: normal;
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  margin: 2rem;
  text-align: center;
}
.production-sec .proto-sec ul {
  font-size: 0;
  margin: -15px;
}
.production-sec .proto-sec ul li {
  display: inline-block;
  width: 25%;
  padding: 15px;
}
.production-sec .proto-sec ul li img {
  display: block;
  max-width: 100%;
}
.production-sec .proto-sec h4 {
  font-weight: bold;
  font-style: normal;
  font-size: 40px;
  color: #242424;
  text-align: center;
}
.production-sec .proto-sec p {
  font-style: normal;
  font-size: 14px;
  color: #888;
  text-align: center;
  margin-bottom: 0px;
}
.production-sec .p11-milestone {
  padding: 3.25rem 0;
  background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.production-sec .p11-milestone .title {
  margin-bottom: 2rem;
}
.production-sec .p11-milestone .list ul {
  margin: -15px;
}
.production-sec .p11-milestone .list ul li {
  padding: 15px;
}
.production-sec .p11-milestone .galaxy {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.production-sec .p11-milestone .track {
  position: absolute;
  left: 0;
  top: 50%;
  margin-right: 200px;
  height: 5px;
  width: 1600px;
  -webkit-transform: translate3d(0, -2.5px, 0);
  -moz-transform: translate3d(0, -2.5px, 0);
  transform: translate3d(0, -2.5px, 0);
  will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
  position: relative;
  width: 0;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f26122), color-stop(50%, #f35d2e), to(#f25743));
  background-image: -webkit-linear-gradient(left, #f26122 0%, #f35d2e 50%, #f25743 100%);
  background-image: -moz-linear-gradient(left, #f26122 0%, #f35d2e 50%, #f25743 100%);
  background-image: linear-gradient(90deg, #f26122 0%, #f35d2e 50%, #f25743 100%);
}
.production-sec .p11-milestone .comet::after {
  content: '\20';
  position: absolute;
  z-index: 3;
  right: -6px;
  top: -3px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 0 80px #fff;
  box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys time {
  font-style: normal;
  color: #242424;
  font-size: 24px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text p {
  font-style: normal;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
}
.production-sec .p11-milestone .historys .text .pic {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto 15px;
  overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
  position: relative;
  width: 400px;
  opacity: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
  bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
  top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
  top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 10px;
  content: '';
  display: block;
  background-color: #fff;
  margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
  bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
  opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
  -webkit-transform: translate(0, 12px);
  -moz-transform: translate(0, 12px);
  -ms-transform: translate(0, 12px);
  transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
  -webkit-transform: translate(0, -12px);
  -moz-transform: translate(0, -12px);
  -ms-transform: translate(0, -12px);
  transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
  content: '\20';
  position: absolute;
  left: 50%;
  top: 0;
  margin: -3px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f26122;
}
.production-sec .team-img {
  text-align: center;
}
.production-sec .team-img .text h2 {
  font-family: 'PB';
  font-style: normal;
  font-size: 2rem;
  line-height: 1.2;
  color: #242424;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}










.m-link {
  border: 1px solid rgba(0, 0, 0, 0.7);
  margin-top: 1.5rem;
  padding: 1.3rem 11px;
}
 .m-link a span {
  font-size: 16px;
    
  color: #151515;
  font-weight: bold;
}
 .m-link a em {
  font-size: 18px;
   
}
 .m-link .next {
  text-align: right;
}



.quality-page .service-2 {
  padding: 100px 0;
}
.quality-page .service-2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  object-fit: cover;
}
.quality-page .service-2 .box {
  position: relative;
}
.quality-page .service-2 .box .box2 {
  position: relative;
  width: 55%;
  height: 100%;
  color: white;
  padding: 60px;
}
.quality-page .service-2 .box .box2 h4 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  
}
.quality-page .service-2 .box .box2 .text {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 25px;
  color: white;
}

@media (max-width: 1000px) {
  .prodet-page .prodet-1 .share {
    width: 100%;
    margin-left: 0;
  }
}


.p05-manufacture{
    padding-bottom: 100px;
    padding-top: 3rem;
}
.p05-how .title {
    margin-bottom: 100px
}

.p05-how .tab-blk h3 {
    font-size: 48px;
    margin-bottom: 65px;
    font-weight: 700;
}

.p05-how .tab-blk:not(:last-child) {
    margin-bottom: 120px
}

.p05-how .nav-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd
}

.p05-how .nav-tab a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24%;
    padding-bottom: 10px;
    padding-right: 15px
}

.p05-how .nav-tab a:not(:last-child)::before {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #0b2ea6;
    content: '';
    display: block
}

.p05-how .nav-tab a:not(:first-child) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px
}

.p05-how .nav-tab a .one-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.p05-how .nav-tab a .one-tab::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a .num {
    display: inline-block;
     
    
    font-style: normal;
    font-size: 42px;
    line-height: 1.2;
    color: rgba(153,153,153,.5);
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.p05-how .nav-tab a p {
    color: rgba(153,153,153,.5);
    
    font-size: 16px;
    line-height: 24px;
    
    
}

.p05-how .nav-tab a.active .one-tab::before,.p05-how .nav-tab a:hover .one-tab::before {
    background-color: var(--color);
}

.p05-how .nav-tab a.active .num,.p05-how .nav-tab a:hover .num {
    color: var(--color);
}

.p05-how .nav-tab a.active p,.p05-how .nav-tab a:hover p {
    color: var(--color);
}

.p05-how .tab-outer {
    margin-top: 60px
}

.p05-how .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p05-how .img {
    max-width: 630px;
    width: 45%;
    max-height: 380px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden
}

.p05-how .info {
    /*max-width: 650px;*/
    width: 55%;
    padding-left: 70px
}
.p05-how .info h2 {
    margin-bottom: 20px
}

/*.p05-how .info p {
    max-width: 465px
}*/
.inner-page .m-page span {
  background: var(--color);
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left {
  width: 30%;
}
.inner-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1.8;
  color: #000;
  /*text-transform: uppercase;*/
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/tc-zoom.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a,
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a span {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont {
  margin-top: 10px;
  display: none;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active .item_cont{
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item{
  text-transform: capitalize;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 18px;
  left: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
p.nesdre {
  font-size: 14px!important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-pdf .inner-title{
  border-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/tongyong.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  font-family: 'BackNine';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Krona';
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--color);
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 70%;
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 1500px) {
  .f_56 {
    font-size: 36px;
  }
  .f_44 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
  .inner-page .sidebar-box .sidebar-left {
    padding-right: 30px;
  }
  inner-page .sidebar-box{
    padding-left: 0;
  }
  .quality-page .service-2 .box .box2 {
    width: 90%;
  }
  .quality-page .service-2 .box .box2 h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1250px) {
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
     .inner-page .form ul li input,
    .inner-page .form ul li textarea {
        padding: 8px 15px;
    }
    .product-page{
    padding: 80px 0;
  }
  .inner-page .sidebar-box{
    padding-left: 0;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .production-sec .fig-sec h2 {
    font-size: 30px;
  }
  .production-sec .prints-sec .mml-row .img-wrap {
    width: 45%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 50%;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right .content {
    font-size: 14px;
    line-height: 1.6;
    max-height: 250px;
    margin-bottom: 30px;
  }
  .prodet-page .prodet-1 .right .slick ul li a{
    min-height: unset;
  }
}
@media screen and (max-width: 1000px) {
      .quality-page .service-2 .box .box2 {
        width: 100%;
        padding: 40px 20px;
    }
  .f_56 {
    font-size: 36px;
  }
  .inner-page .sidebox{
    padding: 60px 0;
  }
   .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .production-sec .pur-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec .mml-row ul {
    width: 100%;
  }
  .production-sec .prints-sec .mml-row .text-wrap {
    width: 100%;
  }
  .production-sec .pur-sec .container .text-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .production-sec .pur-sec .container .img-wrap {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .production-sec .prints-sec .mml-row{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-sec .prints-sec .mml-row .img-wrap{
    width: 100%;
    order: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap{
    width: 100%;
    order: 1;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .production-sec .fig-sec .mml-row {
    display: block;
  }
  .production-sec .fig-sec h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .production-sec .fig-sec ul {
    width: 100%;
    max-width: 100%;
  }
     .product-page .product-list ul li {
    width: 50%;
  }
  .product-page{
    padding: 60px 0;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    padding-left: 0;
    width: 100%;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
    margin-bottom: 60px;
    padding-right: 0;
  } 
  .prodet-page .prodet-1 .right .content {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .sidebox{
    padding: 30px 0;
  }
  .f_56 {
    font-size: 30px;
  }
  .production-sec .pur-sec {
    padding: 20px 0 !important;
  }
  .production-sec .fig-sec ul {
    display: block;
  }
  .production-sec .prints-sec .mml-row .text-wrap h3,
  .production-sec .pur-sec .container .text-wrap h3{
    font-size: 28px;
    line-height: 32px;
  }
  .production-sec .fig-sec ul li {
    max-width: 100%;
    padding: 20px 0;
  }
  .production-sec .fig-sec {
    display: none;
  }
  .production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 14px;
    line-height: 2;
  }
  .production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 14px;
    line-height: 2;
  }
   .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .m-link .prev {
    width: 100%;
  }
   .m-link .next {
    width: 100%;
    text-align: left;
  }
   .m-link a em {
    font-size: 16px;
  }
  .m-link a span {
    font-size: 14px;
    line-height: 2;
  }
  .p05-how .tab-blk:not(:last-child) {
        margin-bottom: 60px
    }

    .p05-how .info {
        padding-left: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto
    }

    .p05-how .info p {
        max-width: 100%
    }

    .p05-how .img {
        width: 100%;
        margin: 0 auto 30px
    }
    .p05-how .nav-tab {
        border-bottom: none
    }

    .p05-how .nav-tab a {
        width: 50%;
        margin-bottom: 20px;
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important;
        padding-left: 15px!important
    }

    .p05-how .nav-tab a:nth-child(even)::before {
        display: none
    }

    .p05-how .tab-outer {
        margin-top: 30px
    }
    .product-page{
    padding: 30px 0;
  }
  .prodet-page .prodet-3 {
    width: 100%;
  }

  .prodet-page .prodet-1 .right {
    width: 100%;
    margin-top: 24px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-list ul li {
    width: 100%;
  }
  .f_56 {
    font-size: 22px;
  }
   .f_20 {
    font-size: 16px;
  }
  .f_44 {
    font-size: 22px;
    line-height: 2;
  }
  .inner-page span.tt{
    padding-left: 0;
  }
  .inner-page span.tt::before{
    display: none;
  }
  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
  .quality-page .service-2 .box .box2 h4 {
    font-size: 24px;
  }
  .quality-page .service-2 .box .box2 .text,.service-page .service-3 .box .right .text {
    color: inherit;
    font-size: 16px;
  }
  .p05-how .title {
        margin-bottom: 30px
    }

    .p05-how .tab-blk h3 {
        margin-bottom: 30px
    }

    .p05-how .nav-tab a:first-child {
        padding-left: 15px
    }

    .p05-how .nav-tab a .num {
        font-size: 26px;
        margin-right: 10px
    }
}
@media screen and (max-width:400px) {
    .p05-how .nav-tab a {
        width: 100%
    }

    .p05-how .nav-tab a::before {
        display: none!important
    }

    .p05-how .nav-tab a p {
        max-width: 100%
    }
}
#index-body .init {
    padding: 120px 0;
}

#index-body .init ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 104px
}

#index-body .init ul li .img-box {
    width: 49.16%
}

#index-body .init ul li .text {
    width: 50.84%;
    padding-left: 6%;
    color: #383838
}

#index-body .init ul li .text .tit {
    font-size: 40px;
    line-height: 1.2
}

#index-body .init ul li .text .con {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px
}

#index-body .init ul li .text .more {
    margin-top: 33px
}

#index-body .init ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

#index-body .init ul li:nth-child(even) .text {
    padding: 0 6% 0 0
}

#index-body .init ul li:last-child {
    margin-bottom: 0
}

.sustainable-page .init-5{
  padding-bottom: 80px;
}
.sustainable-page .init-5 .container .top_c .left {
  width: 700px;
  padding-right: 100px;
}
.sustainable-page .init-5 .container .top_c .left .tips {
  font-weight: 700;
  
}
.sustainable-page .init-5 .container .top_c .left .des {
  color: #8a8a8a;
  margin-top: 10px;
}
.sustainable-page .init-5 .container .top_c .right {
  vertical-align: bottom;
  width: -webkit-calc(-600%);
  width: -moz-calc(-600%);
  width: calc(100% - 700px);
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list {
  cursor: pointer;
  padding: 0 20px;
  width: 25%;
  text-align: center;
  color: #bfbfbf;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img {
  height: 50px;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
  margin-top: 30px;
  font-weight: 500;
}
.sustainable-page .init-5 .container .top_c .right .list_cont .list:hover,
.sustainable-page .init-5 .container .top_c .right .list_cont .list.active {
  color: #ee9f2b;
}
.sustainable-page .init-5 .container .content {
  margin-top: 40px;
}
.sustainable-page .init-5 .container .content ul li .box {
  background-color: #f9f9f9;
}
.sustainable-page .init-5 .container .content ul li .box .left {
  width: -webkit-calc(-410%);
  width: -moz-calc(-410%);
  width: calc(100% - 510px);
  vertical-align: middle;
}
.sustainable-page .init-5 .container .content ul li .box .left img {
  width: 100%;
}
.sustainable-page .init-5 .container .content ul li .box .right {
  vertical-align: middle;
  width: 510px;
  padding: 40px 70px;
}
.sustainable-page .init-5 .container .content ul li .box .right .title {
  font-weight: 500;
  text-transform: uppercase;
  
}
.sustainable-page .init-5 .container .content ul li .box .right .des {
  margin-top: 20px;
  color: #8a8a8a;
}
.service-page .service-3 {
  padding: 80px 0;
  overflow: hidden;
  background: #f9f9f9;
}
.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 .imgbox {
  margin-top: 50px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
@media screen and (max-width: 1500px) {
  .sustainable-page .init-5 .container .top_c .left {
    width: 500px;
    padding-right: 20px;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: -webkit-calc(-400%);
    width: -moz-calc(-400%);
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1000px) {
  .sustainable-page .init-5 .container .top_c .left {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  #index-body .init ul li .text .tit {
    font-size: 30px;
  }
  #index-body .init ul li .text{
    width: 100%;
    margin: 20px 0;
    padding-left: 0;
  }
  #index-body .init ul li .img-box{
    width: 100%;
    margin: 20px 0;
  }
  .sustainable-page .init-5 .container .top_c .right {
    width: 100%;
  }
  .sustainable-page .init-5 .container .top_c .right .list {
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content ul li .box {
    text-align: center;
  }
  .sustainable-page .init-5 .container .content ul li .box .left {
    width: 100%;
    max-width: 420px;
    margin-top: 20px;
  }
  .sustainable-page .init-5 .container .content ul li .box .right {
    width: 100%;
  }
  .sustainable-page .init-5{
  padding-bottom: 30px;
}
}
@media screen and (max-width: 500px) {
  .sustainable-page .init-5 .container .top_c .right .list_cont .list {
    width: 50%;
    padding: 0 5px;
  }
  .sustainable-page .init-5 .container .top_c .right .list_cont .list .text {
    margin-top: 10px;
  }
  .sustainable-page .init-5 .container .content ul li .box .right {
    padding: 16px;
  }
  .sustainable-page .init-5 .container .content ul li .box .right .des {
    margin-top: 10px;
  }
  #index-body .init ul li .text .tit {
    font-size: 24px;
  }
}






/* 常见问答 */
.faq-page .about-3 {
  padding: 60px 0;
}
.faq-page .about-3 h2 {
  font-size: 25px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-family: "FuturaLT-Heavy";
  line-height: 1;
}
.faq-page .about-3 h2 small {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
  text-transform: none;
  margin-top: 10px;
}
.faq-page .about-3 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.faq-page .about-3 .box ul li {
  padding-bottom: 20px;
}
.faq-page .about-3 .box ul li:last-child {
  padding-bottom: 0;
}
.faq-page .about-3 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.faq-page .about-3 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.faq-page .about-3 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  color: #666;
  display: none;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.faq-page .about-3 .box ul li.active h4 {
  background-color: #0d95e8;
  color: white;
  background-image: url("../images/icon-lt2.png");
}
.faq-page .about-3 .box ul li.active h4:after {
  content: "\f106";
}

.about-page {
  margin-top: 159px;
}
.about-page .about-3 {
  padding: 12rem 0 3rem;
}
.about-page .about-3 h3{
  font-size: 2rem;
  color: #333;
  font-weight:700;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}
.about-page .about-3 .line {
    display: block;
    width: 120px;
    height: 1px;
    background: #adadad;
    margin: 0 auto;
    position: relative;
}
.about-page .about-3 .line:after {
    content: '';
    height: 3px;
    width: 40px;
    background: #0071e3;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -1px;
}
.about-page .about-3 .text {
    display: block;
    font-size: 16px;
    color: #6b6b84;
    line-height: 1.8;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    font-weight: 300;
}
.about-page .about-3 .box {
  padding-top: 50px;
}
.about-page .about-3 .box ul li .box2 {
  padding: 40px 30px;
  text-align: left;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 96px rgba(0, 0, 0, 0.08);
  background-size: cover;
  background-position: center center;
}
.about-page .about-3 .box ul li .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box ul li .box2 i {
  display: block;
  font-size: 50px;
  line-height: 50px;
  height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #0071e3;
}
.about-page .about-3 .box ul li .box2 h4 {
  font-size: 20px;
  font-family: "roboto-bold";
  text-transform: capitalize;
  margin: 20px 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box ul li .box2 p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  height: 150px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box ul li .box2:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.about-page .about-3 .box ul li .box2:hover i,
.about-page .about-3 .box ul li .box2:hover h4,
.about-page .about-3 .box ul li .box2:hover p {
  color: white;
}
.about-page .about-page-info1{
  position: relative;
}
.about-page .about-page-info1::after{
  content: 'ABOUT';
  position: absolute;
  top: -44%;
  left: 0;
  font-size: 13.75rem;
  font-family: 'Syne-ExtraBold';
  color: rgba(181,220,253,0.22);
  z-index: -1;
}
.about-page .about-page-info .about-page-info-img {
  position: relative;
}
.about-page .about-page-info .about-page-info-img .bf-icon {
    width: 100%;
    height: 100%;
}
.about-page .about-page-info .about-page-info-img .bf-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-page .about-page-info .about-page-info-text .about-page-info-title {
  padding-left: 65px;
  font-size: 36px;
  font-weight:700;
  color: #333333;
  position: relative;
}
.about-page .about-page-info .about-page-info-text .about-page-info-title h3 {
  margin-left: 25%;
}
.about-page .about-page-info .about-page-info-text .about-page-info-title::before {
  content: '';
  width: 134px;
  height: 3px;
  background-color: var(--color);
  position: absolute;
  left: 62px;
  top: 50%;
  transform: translateY(-50%);
}
.about-page .about-page-info .about-page-info-text .about-page-info-desc {
  padding: 0 30px 0 64px;
  font-family: 'Inter-Regular';
  font-size: 18px;
  color: #555;
  line-height: 1.4;
  max-height: 520px;
  overflow-y: auto;
  margin-top: 20px;
}
.about-page .ab-1 {
  margin-top: 121px;
  position: relative;
}
.about-page .ab-1 .ab-1-text {
  padding: 37px 78px 0 0;
}
.about-page .ab-1 .ab-1-text .title {
  position: relative;
}
.about-page .ab-1 .ab-1-text .title::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  right: 100px;
  width: 134px;
  height: 3px;
  background-color: var(--color);
}
.about-page .ab-1 .ab-1-text h3 {
  font-size: 36px;
  font-weight:700;
  color: #333333;
  line-height: 1;
  margin-left: 25%;
}
.about-page .ab-1 .ab-1-text p {
  font-family: 'Inter-Regular';
  font-size: 18px;
  color: #555;
  line-height: 1.5;
  text-align: justify;
  margin-top: 39px;
}
.about-page .about-page-info2 {
  margin-top: 106px;
  position: relative;
}
.about-page .about-page-info2::after{
  content: 'PRODUCTS';
  position: absolute;
  bottom: -50%;
  left: -5%;
  font-size: 13.3rem;
  color: rgba(181,220,253,0.22);
  z-index: -1;
  font-weight:700;
}
.about-page .ab-3 {
  margin-top: 140px;
  background: url(../images/bgs.png) no-repeat;
}
.about-page .ab-3 .swiper-slide{
   cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 15px 0;
}
.about-page .ab-3 .swiper-slide .s-img {
  overflow: hidden;
}
.about-page .ab-3 .swiper-slide .s-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .ab-3 .swiper-slide .s-img img {
  width: 100%;
}
.about-page .ab-3 .swiper-slide .content {
  padding: 3rem 3rem 2.5rem;
  background: #f5f5f5;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .ab-3 .swiper-slide .content h4 {
  font-size: 2.4rem;
  line-height: 1;
  color: #333333;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 2rem;
  text-align: center;
}
.about-page .ab-3 .swiper-slide .content p {
  height: 130px;
  margin: 2rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.8;
  color: #333333;
  font-size: 1.8rem;
  text-align: center;
}
.about-page .ab-3 .swiper-slide .content a {
  display: inline-block;
  padding-bottom: 1rem;
  border-bottom: 2px solid #0f539b;
  font-size: 1.7rem;
  line-height: 1;
  color: #333333;
  font-family: 'assistant-bold';
  left: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .ab-3 .swiper-slide-active {
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .ab-3 .swiper-slide-active .content {
  background: #27407e;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .ab-3 .swiper-slide-active .content h4 {
  color: #fff;
  border-bottom: 1px solid #4b5f90;
}
.about-page .ab-3 .swiper-slide-active .content p {
  height: 160px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.about-page .ab-3 .swiper-slide-active .content a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #fff;
}
.about-page .ab-3 .ab-3-all {
  background: url(../images/ab-3.png) no-repeat;
  padding-bottom: 100px;
  background-position-y: 80px;
}
.about-page .ab-3 .ab-3-all .ui.container {
  max-width: 1229px;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}
.about-page .ab-3 h3 {
  text-align: center;
  font-size: 36px;
  letter-spacing: 1px;
  color: #333;
  font-weight:700;
}
.about-page .ab-3 .ab-3-content {
  padding-top: 85px;
}
.about-page .ab-3 .ab-3-content .slick-slide {
  margin-right: 0.5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 15px 0;
}
.about-page .ab-3 .ab-3-content .slick-slide .img{
  overflow: hidden;
}
.about-page .ab-3 .ab-3-content .slick-slide .img:hover img{
   -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about-page .ab-3 .ab-3-content .slick-slide .img img{
  width: 100%;
}
.about-page .ab-3 .ab-3-content .slick-current{
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .ab-3 .ab-3-content .slick-current .text{
  background: #0f539b;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #fff;
}
.about-page .ab-3 .ab-3-content .slick-current .text .lx{
  color: #fff;
}
/*.about-page .ab-3 .ab-3-content .slick-slide.slick-slide.slick-current {
  padding-bottom: 30px;
}
.about-page .ab-3 .ab-3-content .slick-slide.slick-slide.slick-current .column {
  margin-top: -10px;
}
.about-page .ab-3 .ab-3-content .slick-slide.slick-slide.slick-current .column .text {
  background: #0f539b;
  color: #fff;
}
.about-page .ab-3 .ab-3-content .slick-slide.slick-slide.slick-current .column .text .lx {
  color: #fff;
}
.about-page .ab-3 .ab-3-content .slick-slide.slick-slide.slick-current .column .text .lx a::after {
  background-color: #fff;
}*/
.about-page .ab-3 .ab-3-content .img img {
  width: 100%;
  transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}
.about-page .ab-3 .ab-3-content .text {
  background-color: #f5f5f5;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .ab-3 .ab-3-content .text h4 {
  font-size: 20px;
  padding: 24px 0 24px 0;
  border-bottom: 1px solid #d9d9d9;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1;
}
.about-page .ab-3 .ab-3-content .text p {
  font-size: 16px;
  font-family: 'Assistant', sans-serif;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.5;
}
.about-page .ab-3 .ab-3-content .text .lx {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Assistant', sans-serif;
  font-weight: 700;
  color: #333;
  padding-bottom: 23px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about-page .ab-3 .ab-3-content .text .lx a {
  position: relative;
  padding-bottom: 10px;
}
.about-page .ab-3 .ab-3-content .text .lx a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 77px;
  height: 2px;
  background-color: #0f539b;
}

.about-page .about-page-sustainability {
  text-align: center;
  margin-top: 100px;
}
.about-page .about-page-sustainability .about-page-sustainability-title {
  font-size: 42px;
  font-weight:700;
  color: #333333;
}
.about-page .about-page-sustainability .about-page-sustainability-desc {
  margin: 44px auto 0 auto;
  font-size: 16px;
  font-family: 'Inter-Medium';
  color: #333333;
  width: 55%;
  line-height: 30px;
}

.about-page .about-page-content {
  margin-top: 118px;
}
.about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-title {
  font-size: 36px;
  font-weight:700;
  color: #333333;
}
.about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-title1 {
  padding: 34px 0 0 70px;
}
.about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc {
  font-family: 'Inter-Medium';
  color: #333333;
  font-size: 16px;
  padding: 24px 68px 0 0;
  line-height: 30px;
}
.about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc1 {
  padding-left: 70px;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img {
  position: relative;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .slick-slide{
  margin-right: 0;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img .img-zz {
  z-index: 1;
  position: absolute;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img .img-zz h1 {
  font-size: 36px;
  font-weight:700;
  color: #fff;
  padding: 0 15px;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img:hover::after {
  opacity: 1;
}
.about-page .about-page-content .about-page-content-box .content-box-list-img .img:hover .img-zz {
  top: 50%;
  opacity: 1;
}




.about-page1 {
  padding-bottom: 200px;
}
.about-factory {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  margin-top: 52px;
}
.about-factory .about-factory-box {
  text-align: center;
  padding: 106px 0 100px 0;
}
.about-factory .about-factory-box .about-factory-box-title {
  font-size: 36px;
  color: var(--color);
  font-family: 'Futura Std';
}
.about-factory .about-factory-box .about-factory-box-desc {
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  text-align: center;
  width: 50%;
  margin: 46px auto 62px auto;
}
.about-factory .about-factory-box .about-factory-box-slick .about-factory-left {
  width: 2%;
  margin-top: 100px;
  cursor: pointer;
  margin-right: 30px;
}
.about-factory .about-factory-box .about-factory-box-slick .about-factory-img {
  width: 86%;
}
.about-factory .about-factory-box .about-factory-box-slick .about-factory-img .slick-list {
  overflow: hidden;
}
.about-factory .about-factory-box .about-factory-box-slick .about-factory-right {
  margin-left: 30px;
}
@media screen and (max-width: 1700px) {
  .about-page .about-page-info1::after {
    top: -37%;
    font-size: 9.75rem;
  }
  .about-page .about-page-info2::after {
    font-size: 9.3rem;
  }
}
@media screen and (max-width: 1600px) {
  .about-page .about-page-info .about-page-info-text .about-page-info-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .box ul li .box2 h4 {
    min-height: 60px;
  }
  .about-page .about-3 .box ul li .box2 i{
    display: none;
  }
  .about-page .about-page-info1::after {
    top: -39%;
    font-size: 7.75rem;
  }
  .about-page .about-page-info2::after {
    font-size: 8.3rem;
  }
}
@media screen and (max-width: 1100px) {
  .about .about-list-text .about-list-show .about-list-show-box .show-box-sg .show-box-sg-text h3 {
    font-size: 25px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text p {
    font-size: 25px;
  }
  .about .about-list-text .about-list-show .about-list-show-box .show-box-xyj .show-box-xyj-text h3{
    font-size: 28px;
  }
  .about-page .about-page-info .about-page-info-img .bf-icon {
    top: 40%;
    left: 0;
  }
  .about-page .ab-1 .ab-1-text p{
    font-size: 14px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-desc {
    padding: 0 0 0 64px;
    font-size: 14px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title::before{
    width: 100px;
  }
  .about-page .ab-1 .ab-1-text .title::before{
    width: 100px;
  }
  .about-page .about-page-sustainability .about-page-sustainability-desc {
    margin: 0px auto;
    font-size: 12px;
  }
  .about-page .about-page-content {
    margin-top: 50px;
  }
  .about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc {
    font-size: 12px;
    padding: 0px 68px 0 0;
    line-height: 20px;
  }
  .about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc1 {
    padding-left: 70px;
  }
  .about-factory .about-factory-box .about-factory-box-slick .about-factory-left{
    margin-top: 60px;
  }

}

@media screen and (max-width: 1000px) {
    .about-page .about-page-info1::after{
    display: none;
  }
  .about-page .ab-1::after{
    display: none;
  }
  .about-page .about-page-info2::after{
    display: none;
  }
  .about-page .ab-1 .wid-50,
  .about-page .about-page-info .about-page-info-img,
  .about-page .about-page-info .about-page-info-text{
    width: 100%;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title{
    padding-left: 0;
  }
  .about-page .ab-1 .ab-1-text {
    padding: 0;
    margin-bottom: 60px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-desc {
    padding: 0;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title::before {
    left: 0;
  }
  .about-page .about-page-info .about-page-info-text{
    margin-top: 60px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-desc {
    max-height: unset;
    overflow-y: unset;
  }
}
@media screen and (max-width: 700px) {
  
  .about-page {
    margin-top: 10px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title {
    padding: 27px 0 0 62px;
    font-size: 25px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-title::before{
    left: 0;
    top: 45px;
  }
  .about-page .ab-1 .ab-1-text h3{
    margin-left: 35%;
    font-size: 25px;
  }
  .about-page .ab-1{
    margin-top: 21px;
  }
  .about-page .ab-1 .ab-1-text{
    padding: 0;
  }
  .about-page .ab-1 .ab-1-text .title::before{
    left: 0;
    top: 12px;
  }
  .about-page .about-page-info2{
    margin-top: 20px;
  }
  .about-page .about-page-info .about-page-info-text .about-page-info-desc {
    padding: 0;
  }
  .about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc {
    padding: 0;
  }
  .about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-desc1 {
    padding-left: 0;
  }
  .about-page .about-page-content .about-page-content-box .content-box-list .content-box-list-title1 {
    padding: 0;
  }
  .about-page .about-page-sustainability {
    margin-top: 0;
  }
  .about-page .about-page-sustainability .about-page-sustainability-desc {
    font-size: 12px;
    width: 100%;
    padding: 0;
  }
  .about-page .about-page-sustainability .about-page-sustainability-title {
    font-size: 30px;
  }
  .about-page .ab-3{
    margin-top: 30px;
  }
  .about-page .ab-3 h3{
    font-size: 28px;
  }
  .about-page .ab-3 .ab-3-all{
    padding-bottom: 20px;
  }
  .about-page .ab-3 .ab-3-content{
    padding-top: 30px;
  }
  .about-banner .about-banner-text h3 {
    font-size: 29px;
  }
  .about-factory {
    display: none;
  }
}

/* 新闻中心 */
.gallery-page {
  padding: 50px 0 110px;
}
.gallery-page .top {
  display: block;
}
.gallery-page .top ul li {
  display: inline-block;
}
.gallery-page .top ul li a {
  display: block;
  line-height: 46px;
  height: 46px;
  padding: 0 42px;
  font-size: 18px;
  color: #171717;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .top ul li a:hover,
.gallery-page .top ul li a.active {
  background: #0d95e8;
  color: white;
}
.gallery-page .bottom {
  padding-top: 60px;
}
.gallery-page .bottom ul {
  margin: -30px -12px;
}
.gallery-page .bottom ul li {
  padding: 30px 12px;
}
.gallery-page .bottom ul li a.img-box {
  display: block;
}
.gallery-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}
.gallery-page .bottom ul li .content h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #101010;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .bottom ul li .content h4:hover {
  color: #0d95e8;
}
.gallery-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #3a3a3a;
}
/* end */



/*contact联系我们*/

.inner-page .inner-page-img {
  height: 600px;
  background: url(../images/c-map.png) no-repeat;
  background-size: 100%;
  max-width: 1355px;
  margin: 0 auto;
}
.inner-page .inner-page-card .inner-page-card1 {
  width: 32%;
  height: 281px;
  margin-top: 226px;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  transition: .5s;
}
.inner-page .inner-page-card .inner-page-card1:hover {
  transform: scale(1.1);
}
.inner-page .inner-page-card .inner-page-card1:nth-child(1) {
  margin-right: 2%;
}
.inner-page .inner-page-card .inner-page-card1:nth-child(2) {
  margin-right: 2%;
}
.inner-page .inner-page-card .inner-page-card1 .inner-page-card1-icon {
  padding: 3rem 0 0 0;
}
.inner-page .inner-page-card .inner-page-card1 .inner-page-card1-line {
  width: 140px;
  height: 1px;
  background-color: #d7d7d7;
  margin: 1rem auto 0 auto;
}
.inner-page .inner-page-card .inner-page-card1 .card-line1 {
  margin-top: 1.3rem;
}
.inner-page .inner-page-card .inner-page-card1 .card-line2 {
  margin-top: 2rem;
}
.inner-page .inner-page-card .inner-page-card1 .inner-page-card1-desc {
  font-size: 16px;
  color: #646464;
  text-align: center;
  width: 70%;
  margin: 1rem auto;
}
.inner-page .inner-page-card .inner-page-card1 .desc1 {
  font-size: 18px;
}

.inner-connection {
  margin: 118px 0 112px 0;
}
.inner-connection .inner-connection-box {
  text-align: center;
}
.inner-connection .inner-connection-box .inner-connection-box-title {
  font-size: 42px;
  color: #303030;
  font-weight: 700;
}
.inner-connection .inner-connection-box .inner-connection-box-line {
  width: 100px;
  height: 1px;
  background-color: #0f539b;
  margin: 27px auto 30px auto;
}
.inner-connection .inner-connection-box .inner-connection-box-desc {
  font-size: 18px;
  color: #646464;
}
.inner-connection .inner-connection-box .inner-connection-box-form {
  margin-top: 3rem;
}
.inner-connection .inner-connection-box .inner-connection-box-form input {
  width: 49%;
  height: 50px;
  margin-bottom: 2%;
  border: solid 1px #cacaca;
  font-size: 18px;
  color: #989898;
  padding:0 27px;
}
.inner-connection .inner-connection-box .inner-connection-box-form input::-webkit-input-placeholder {
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form textarea {
  width: 98%;
  height: 264px;
  border: solid 1px #cacaca;
  margin-bottom: 3rem;
  font-size: 18px;
  padding: 21px 0 0 27px;
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form textarea::-webkit-input-placeholder {
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #989898;
}
.inner-connection .inner-connection-box .inner-connection-box-form input[type="submit"] {
  border: none;
  background-color: #0f539b;
  font-size: 23px;
  color: #fffefe;
  margin: auto;
  transition: .5s;
}
.inner-connection .inner-connection-box .inner-connection-box-form input[type="submit"]:hover {
  background-color: var(--color);
}
@media screen and (max-width: 1400px) {
  .inner-page .inner-page-card .inner-page-card1 .inner-page-card1-desc {
    width: 85%;
  }
  .inner-page .inner-page-card .inner-page-card1 .inner-page-card1-icon img{
    width: 40px;
  }
  .gallery-page .bottom ul li{
    width: 33.333333%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .inner-page-card .inner-page-card1 .inner-page-card1-desc {
    font-size: 14px;
  }
  .gallery-page .bottom ul li{
    width: 50%;
  }

}
@media screen and (max-width: 700px) {
  .inner-connection .inner-connection-box .inner-connection-box-form input,
  .inner-connection .inner-connection-box .inner-connection-box-form textarea{
    width: 100%;
  }
  .inner-page .inner-page-card{
    padding-bottom: 60px;
  }
  .inner-page .inner-page-card .inner-page-card1{
    width: 100%;
    margin-top: 25px;
    height: auto;
    margin-right: 0;
  }
  .inner-page .inner-page-img {
    height: auto;
  }
    .inner-page .inner-page-card .inner-page-card1{
    padding-bottom: 20px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .bottom ul li{
    width: 100%;
  }
}

.h2 {
    font-weight: 700;
    font-size: 36px;
    display: block;
    line-height: 1.5;
}



.technology-page .container {
  max-width: 1230px;
}
.technology-page .technology-1 {
  background-image: url("../images/technology-1-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5% 0;
  min-height: 600px;
}
.technology-page .technology-1 .ui.container {
  max-width: none;
}
.technology-page .technology-2 {
  padding: 80px 0;
  background-color: var(--color);
  color: white;
  text-align: center;
}
.technology-page .technology-2 .ui.container {
  max-width: 920px;
}
.technology-page .technology-2 span.h2 {
  font-weight: 300;
  color: inherit;
  line-height: 1;
}
.technology-page .technology-2 .text {
  font-weight: 300;
  margin: 1.5em 0;
}
.technology-page .technology-2 .more::before{
  background-color: #000;
}
.technology-page .technology-3 {
  padding: 110px 0 140px;
}
.technology-page .technology-3 span.h3 {
  font-weight: normal;
  font-size: 34px;
  color: var(--color);
  line-height: 1.4;
  display: block;
  max-width: 1070px;
}
.technology-page .technology-3 .info {
  margin: 3em 0;
  font-weight: 300;
  color: var(--color);
}
.technology-page .technology-3 .info em {
  font-weight: normal;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}
.technology-page .technology-3 .info ul {
  margin-bottom: 1em;
  display: block;
}
.technology-page .technology-3 .info ul li {
  margin-bottom: .8em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
}
.technology-page .technology-3 .info ul li i.iconfont {
  font-size: 2em !important;
  color: var(--color);
  margin-right: .5em;
  line-height: 1;
}
.technology-page .technology-3 .info ul li:hover span {
  text-decoration: underline;
}
.technology-page .technology-3 .list {
  position: relative;
  overflow: hidden;
}
.technology-page .technology-3 .list ul {
  margin: -8px;
}
.technology-page .technology-3 .list ul li {
  padding: 8px;
}
.technology-page .technology-3 .list ul li a.img-box {
  display: block;
}
.technology-page .technology-3 .list ul li a.img-box img {
  width: 100%;
}
.technology-page .technology-3 .list .btn div {
  position: absolute;
  font-size: 20px;
  width: 2em;
  height: 2em;
  background-color: rgba(255, 255, 255, 0.4);
  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;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.technology-page .technology-3 .list .btn div.prev {
  left: 0;
}
.technology-page .technology-3 .list .btn div.next {
  right: 0;
}
.technology-page .technology-3 .list .btn div:hover {
  background-color: var(--color);
  color: white;
}
.technology-page .technology-4 {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.technology-page .technology-4 span.h2 {
  margin-bottom: 1.25em;
}
.technology-page .technology-4 .slick-track {
  display: flex;
}
.technology-page .technology-4 .slick-track .slick-slide {
  height: auto;
}
.technology-page .technology-4 .slick-track .slick-slide * {
  height: 100%;
}
.technology-page .technology-4 .slick-track .slick-slide .box * {
  height: auto;
}
.technology-page .technology-4 .list ul {
  margin: -8px;
}
.technology-page .technology-4 .list ul li {
  padding: 8px;
  position: relative;
}
.technology-page .technology-4 .list ul li .box {
  -o-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 30px 15px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 300px;
}
.technology-page .technology-4 .list ul li .bg{
  width:  calc(100% - 16px);
  height: calc(100% - 16px);
  object-fit: cover;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
}
.technology-page .technology-4 .list ul li:hover .bg{
  opacity: 1;
}
.technology-page .technology-4 .list ul li .box .title {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: inherit;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technology-page .technology-4 .list ul li .box .title span.h6 {
  width: 100%;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.8;
}
.technology-page .technology-4 .list ul li .box .title i.dots {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: var(--color);
  display: block;
}
.technology-page .technology-4 .list ul li .box .text {
  font-weight: 300;
  opacity: 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
.technology-page .technology-4 .list ul li .box:hover {
  background-color:transparent;
}
.technology-page .technology-4 .list ul li .box:hover .title {
  opacity: 0;
}
.technology-page .technology-4 .list ul li .box:hover .text {
  opacity: 1;
}
.technology-page .technology-4 .btn {
  margin-top: 2em;
  font-size: 20px;
  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;
}
.technology-page .technology-4 .btn div {
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
  color: white;
  background-color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technology-page .technology-4 .btn div:hover {
  background-color: var(--color);
}
.manufacturing-page .text {
  font-weight: 300;
  font-size: 16px;
}
.manufacturing-page .manufacturing-1 {
  padding-top: 90px;
}
.manufacturing-page .manufacturing-1 .box {
  margin-top: 45px;
}
.manufacturing-page .manufacturing-1 .box .left {
  padding-right: 2%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .box .left .img {
  height: 400px;
  background-size: cover;
  background-position: center;
  display: block;
}
.manufacturing-page .manufacturing-1 .box .right {
  padding-left: 5%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-1 .box .right .text {
  margin-top: 2em;
}
.manufacturing-page .manufacturing-2 {
  padding: 110px 0;
}
.manufacturing-page .manufacturing-2 .left {
  vertical-align: middle;
  width: 40%;
}
.manufacturing-page .manufacturing-2 .right {
  width: 60%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-2 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .manufacturing-2 .right ul li {
  width: auto;
  color: var(--color);
  text-align: center;
}
.manufacturing-page .manufacturing-2 .right ul li span.h6 {
  font-size: 50px;
  font-weight: normal;
  display: block;
  line-height: 1;
}
.manufacturing-page .manufacturing-2 .right ul li span.h6 sup {
  font-size: .5em;
}
.manufacturing-page .manufacturing-2 .right ul li .text {
  margin-top: .5em;
}
.manufacturing-page .manufacturing-2 .right ul li i.line {
  height: 80%;
  width: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39e44), to(transparent));
  background-image: -webkit-linear-gradient(top, #f39e44, transparent);
  background-image: -moz-linear-gradient(top, #f39e44, transparent);
  background-image: linear-gradient(to bottom, #f39e44, transparent);
  display: block;
  margin-top: 5px;
}
.manufacturing-page .manufacturing-3 {
  padding-bottom: 140px;
}
.manufacturing-page .manufacturing-3 .box {
  height: 540px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
.manufacturing-page .manufacturing-3 .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  z-index: -1;
}
.manufacturing-page .manufacturing-3 .box .box2 {
  padding: 8%;
  color: white;
  width: 100%;
}
.manufacturing-page .manufacturing-3 .box .box2 span.h2 {
  color: inherit;
}
.manufacturing-page .manufacturing-3 .box .box2 .left {
  padding-right: 5%;
}
.manufacturing-page .manufacturing-4 {
  padding: 120px 0;
  background-color: #f9f9f9;
}
.manufacturing-page .manufacturing-4 .left {
  vertical-align: middle;
  padding-right: 11%;
}
.manufacturing-page .manufacturing-4 .left .text {
  margin-top: 1.5em;
}
.manufacturing-page .manufacturing-4 .right {
  padding-left: 5%;
  vertical-align: middle;
}
.manufacturing-page .manufacturing-4 .right .list ul {
  margin: -10px;
}
.manufacturing-page .manufacturing-4 .right .list ul li {
  padding: 10px;
}
.manufacturing-page .manufacturing-4 .right .list ul li a.img-box {
  display: block;
}
.manufacturing-page .manufacturing-5 {
  padding: 110px 0;
  text-align: center;
  background-color: #021841;
  color: white;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.manufacturing-page .manufacturing-5 .waves {
  position: absolute;
  top: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
  opacity: .6;
}
.manufacturing-page .manufacturing-5 .waves.ie1 {
  left: 0;
}
.manufacturing-page .manufacturing-5 .waves.ie1 canvas {
  -webkit-transform: rotate(90deg) translateX(50%);
  -moz-transform: rotate(90deg) translateX(50%);
  -ms-transform: rotate(90deg) translateX(50%);
  transform: rotate(90deg) translateX(50%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.manufacturing-page .manufacturing-5 .waves.ie2 {
  right: 0;
}
.manufacturing-page .manufacturing-5 .waves.ie2 canvas {
  -webkit-transform: rotate(-90deg) translateX(-100%);
  -moz-transform: rotate(-90deg) translateX(-100%);
  -ms-transform: rotate(-90deg) translateX(-100%);
  transform: rotate(-90deg) translateX(-100%);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.manufacturing-page .manufacturing-5 span.h2 {
  color: inherit;
  margin-bottom: 3em;
}
.manufacturing-page .manufacturing-5 .list {
  position: relative;
}
.manufacturing-page .manufacturing-5 .list ul {
  font-size: 20px;
  margin: 0 -1em;
  position: relative;
}
.manufacturing-page .manufacturing-5 .list ul:before {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(right, transparent, var(--color), transparent);
  background-image: -moz-linear-gradient(right, transparent, var(--color), transparent);
  background-image: linear-gradient(to left, transparent, var(--color), transparent);
}
.manufacturing-page .manufacturing-5 .list ul li {
  padding: 0 1em;
}
.manufacturing-page .manufacturing-5 .list ul li span.h6 {
  padding: 0 25px;
  display: block;
  font-weight: 500;
  border-radius: 35px;
  background-color: var(--color);
  line-height: 1.2;
  text-transform: capitalize;
  font-size: 16px;
}
.manufacturing-page .manufacturing-5 .list ul li span.h6,
.manufacturing-page .manufacturing-5 .list ul li span.num{
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .manufacturing-page .manufacturing-5 .list ul li span.h6{
    font-size: 14px;
  }
}
.manufacturing-page .manufacturing-5 .list ul li i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  position: relative;
  display: block;
  margin: 2.5em auto;
}
.manufacturing-page .manufacturing-5 .list ul li i.dots:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: inherit;
  opacity: .5;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.manufacturing-page .manufacturing-5 .list ul li span.num {
  font-size: 1.5em;
  display: block;
  line-height: 1.2;
}
.manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li span.num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.manufacturing-page .manufacturing-5 .list .btn {
  font-size: 20px;
}
.manufacturing-page .manufacturing-5 .list .btn div {
  width: 2em;
  height: 2em;
  background-color: rgba(255, 255, 255, 0.5);
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacturing-page .manufacturing-5 .list .btn div.prev {
  left: 2em;
}
.manufacturing-page .manufacturing-5 .list .btn div.next {
  right: 2em;
}
.manufacturing-page .manufacturing-5 .list .btn div:hover {
  background-color: var(--color);
  color: white;
}
.manufacturing-page .manufacturing-6 {
  padding: 110px 0;
  text-align: center;
}
.manufacturing-page .manufacturing-6 span.h2 {
  margin-bottom: 1em;
  font-weight: bold;
}
.manufacturing-page .manufacturing-6 .list ul {
  margin: -15px -20px;
}
.manufacturing-page .manufacturing-6 .list ul li {
  padding: 15px 20px;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box {
  display: block;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box img {
  width: 100%;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box span {
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  padding: 1em;
  left: 0;
  width: 100%;
  bottom: 0;
  color: white;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  text-transform: capitalize;
}
.manufacturing-page .manufacturing-6 .list ul li a.img-box:hover:before,
.manufacturing-page .manufacturing-6 .list ul li a.img-box:hover span {
  opacity: 1;
}

.quality-assurance-page {
  padding-top: 90px;
}
.quality-assurance-page .text {
  font-weight: 300;
  font-size: 16px;
}
.quality-assurance-page span.h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  margin-bottom: 1em;
}
.quality-assurance-page .quality-assurance-1 {
  padding: 60px 0 100px;
  text-align: center;
}
.quality-assurance-page .quality-assurance-1 .text {
  margin-top: 2em;
}
.quality-assurance-page .quality-assurance-2 .slide {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-assurance-page .quality-assurance-2 .slide .left {
  padding-right: 7%;
}
.quality-assurance-page .quality-assurance-2 .slide .left * {
  height: 100%;
}
.quality-assurance-page .quality-assurance-2 .slide .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: block;
  border: 1px solid #c9cfd2;
}
.quality-assurance-page .quality-assurance-2 .slide .right {
  padding: 20px 0;
  padding-left: 3%;
}
.quality-assurance-page .quality-assurance-2 .slide:nth-child(even) {
  direction: rtl;
}
.quality-assurance-page .quality-assurance-2 .slide:nth-child(even) .left {
  padding-left: 7%;
  padding-right: 0;
}
.quality-assurance-page .quality-assurance-2 .slide:nth-child(even) .right {
  padding-left: 0;
  padding-right: 3%;
  direction: ltr;
}
.quality-assurance-page .quality-assurance-3 {
  padding: 70px 0 90px;
  background-color: #f9f9f9;
}
.quality-assurance-page .quality-assurance-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.quality-assurance-page .quality-assurance-3 .box .left {
  width: 60%;
}
.quality-assurance-page .quality-assurance-3 .box .right {
  padding-left: 10%;
  width: 40%;
}
.quality-assurance-page .quality-assurance-3 .list {
  margin-top: 60px;
}
.quality-assurance-page .quality-assurance-3 .list ul {
  margin: -7px;
}
.quality-assurance-page .quality-assurance-3 .list ul li {
  padding: 7px;
}
.quality-assurance-page .quality-assurance-3 .list ul li a.img-box {
  display: block;
}
.quality-assurance-page .quality-assurance-4 .list ul {
  margin: -10px;
}
.quality-assurance-page .quality-assurance-4 .list ul li {
  padding: 10px;
}
.quality-assurance-page .quality-assurance-4 .list ul li a.img-box {
  display: block;
  border: 1px solid #c9cfd2;
}
.quality-assurance-page .quality-assurance-4 .list ul li a img {
  width: 100%;
}
.quality-assurance-page .quality-assurance-4 .list ul li span.h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--color);
  display: block;
  margin-top: .6em;
  text-align: center;
}
.quality-assurance-page .quality-assurance-4 .btn {
  font-size: 20px;
}
.quality-assurance-page .quality-assurance-4 .btn div {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #999;
  color: white;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.quality-assurance-page .quality-assurance-4 .btn div.prev {
  right: 103%;
}
.quality-assurance-page .quality-assurance-4 .btn div.next {
  left: 103%;
}
.quality-assurance-page .quality-assurance-4 .btn div:hover {
  background-color: var(--color);
  color: white;
}
.quality-assurance-page .quality-assurance-5 {
  padding: 110px 0;
}
.quality-assurance-page .quality-assurance-5 .box .left {
  vertical-align: middle;
  padding-right: 4%;
}
.quality-assurance-page .quality-assurance-5 span.h2 {
  margin-bottom: .5em;
}
.quality-assurance-page .quality-assurance-5 .list ul li {
  font-size: 16px;
  padding: 1em 0;
  border-bottom: 1px solid #e3e6ea;
}
.quality-assurance-page .quality-assurance-5 .list ul li span.h6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
.quality-assurance-page .quality-assurance-5 .list ul li span.h6 i {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: relative;
}
.quality-assurance-page .quality-assurance-5 .list ul li span.h6 i:after,
.quality-assurance-page .quality-assurance-5 .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: black;
  transition: .5s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.quality-assurance-page .quality-assurance-5 .list ul li span.h6 i:before {
  transform: translateY(-50%) rotate(90deg);
}
.quality-assurance-page .quality-assurance-5 .list ul li .text {
  margin-top: 1em;
  display: none;
}
.quality-assurance-page .quality-assurance-5 .list ul li.active span.h6 i:before {
  transform: translateY(-50%) rotate(0);
}
.quality-assurance-page .quality-assurance-5 .list ul li.active span.h6 i:after,
.quality-assurance-page .quality-assurance-5 .list ul li.active span.h6 i:before {
  background-color: var(--color)
}
.quality-assurance-page .quality-assurance-5 .list ul li.active span.h6 {
  color: var(--color);
}
.quality-assurance-page .quality-assurance-5 .box .right {
  padding-left: 7%;
  vertical-align: middle;
}
.quality-assurance-page .quality-assurance-5 .box .right .slick {
  position: relative;
}
.quality-assurance-page .quality-assurance-5 .box .right .slick img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: .5s;
}
.quality-assurance-page .quality-assurance-5 .box .right .slick img.active {
  opacity: 1;
  position: static;
  z-index: 1;
}
.quality-assurance-page .quality-assurance-7 {
  padding: 100px 0;
}
.quality-assurance-page .quality-assurance-7 span.h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 1.5em;
}
.quality-assurance-page .quality-assurance-7 .box {
  margin-top: 60px;
}
.quality-assurance-page .quality-assurance-7 .box .left {
  width: 66%;
  padding-right: 4%;
}
.quality-assurance-page .quality-assurance-7 .box .left .text {
  font-size: 14px;
}
.quality-assurance-page .quality-assurance-7 .box .left .text>* {
  margin: 1em 0;
}
.quality-assurance-page .quality-assurance-7 .box .left .text .f18 {
  font-size: 1.3em;
}
.quality-assurance-page .quality-assurance-7 .box .left .text .f20 {
  font-size: 1.45em;
}
.quality-assurance-page .quality-assurance-7 .box .left .text .f24 {
  font-size: 1.7em;
}
.quality-assurance-page .quality-assurance-7 .box .left .text span {
  color: var(--color);
}
.quality-assurance-page .quality-assurance-7 .box .right {
  width: 34%;
}

.cornerstone-page span.h3 {
  font-size: 34px;
  display: block;
  line-height: 1;
  color: var(--color);
}
.cornerstone-page .text {
  font-weight: 300;
}
.cornerstone-page .cornerstone-1 {
  padding: 90px 0 150px;
}
.cornerstone-page .cornerstone-1 span.h2 {
  margin-top: 1em;
}
.cornerstone-page .cornerstone-1 .text {
  margin-top: 2em;
  max-width: 780px;
}
.cornerstone-page .cornerstone-1 .options {
  margin-top: 90px;
  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: 20px;
  color: var(--color);
  line-height: 1;
  border-bottom: 1px solid #dfdfdf;
}
.cornerstone-page .cornerstone-1 .options span {
  margin: 0 1.5em;
  padding-bottom: 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.cornerstone-page .cornerstone-1 .options span:before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cornerstone-page .cornerstone-1 .options span:hover:before,
.cornerstone-page .cornerstone-1 .options span.active:before {
  opacity: 1;
}
.cornerstone-page .cornerstone-1 .ret {
  margin-top: 70px;
}
.cornerstone-page .cornerstone-1 .ret ul {
  margin: -10px;
}
.cornerstone-page .cornerstone-1 .ret ul li {
  padding: 10px;
}
.cornerstone-page .cornerstone-1 .ret ul li img {
  width: 100%;
}
.cornerstone-page .cornerstone-2 {
  padding: 16% 0 10%;
  background-image: url("../images/cornerstone-2-bg.jpg");
  background-position: center;
  background-size: cover;
  color: white;
}
.cornerstone-page .cornerstone-2 span.h3 {
  color: inherit;
  margin-bottom: 1em;
}
.cornerstone-page .cornerstone-2 .text {
  max-width: 620px;
}
.cornerstone-page .cornerstone-3 {
  padding: 110px 0 80px;
  background-color: #f9f9f9;
  text-align: center;
}
.cornerstone-page .cornerstone-3 .ui.container {
  max-width: 1230px;
}
.cornerstone-page .cornerstone-3 span.h3 {
  margin-bottom: 2.6em;
}
.cornerstone-page .cornerstone-3 .list ul {
  margin: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cornerstone-page .cornerstone-3 .list ul li {
  padding: 15px;
}
.cornerstone-page .cornerstone-3 .list ul li .box {
  background-color: white;
  padding: 70px 7%;
  height: 100%;
  -o-box-shadow: 0 10px 7px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 10px 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 7px rgba(0, 0, 0, 0.07);
}
.cornerstone-page .cornerstone-3 .list ul li .box span.h6 {
  font-weight: bold;
  font-size: 22px;
  color: var(--color);
  display: block;
  margin-bottom: 2.8em;
}
.cornerstone-page .cornerstone-3 .list ul li .box .text {
  text-align: left;
}
.cornerstone-page .cornerstone-3 .list ul li i.arrows {
  height: 100%;
  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;
}
.cornerstone-page .cornerstone-4 {
  padding: 100px 0;
}
.cornerstone-page .cornerstone-4 .ui.container {
  max-width: 1230px;
}
.cornerstone-page .cornerstone-4 .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;
}
.cornerstone-page .cornerstone-4 .box .left {
  width: 30%;
  padding-right: 5%;
}
.cornerstone-page .cornerstone-4 .box .right {
  width: 70%;
}
.cornerstone-page .cornerstone-4 .box .right .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -10px;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li {
  font-size: 22px;
  width: 100%;
  padding: 10px;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li span {
  font-size: 1.09090909em;
  color: var(--color);
  line-height: 1.2;
  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: .2em;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li span:after {
  content: '';
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(right, transparent, var(--color), transparent);
  background-image: -moz-linear-gradient(right, transparent, var(--color), transparent);
  background-image: linear-gradient(to left, transparent, var(--color), transparent);
}
.cornerstone-page .cornerstone-4 .box .right .list ul li p {
  font-weight: bold;
  white-space: nowrap;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li:last-child {
  width: auto;
}
.cornerstone-page .cornerstone-4 .box .right .list ul li:last-child span:after {
  display: none;
}
.cornerstone-page .cornerstone-5 {
  background-color: #f9f9f9;
  overflow: hidden;
}
.cornerstone-page .cornerstone-5 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.cornerstone-page .cornerstone-5 .box .left {
  width: 37.5%;
  padding-right: 8%;
}
.cornerstone-page .cornerstone-5 .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.cornerstone-page .cornerstone-5 .box .right {
  padding: 90px 0;
  width: 62.5%;
}
.cornerstone-page .cornerstone-5 .box .right .box2 {
  max-width: 990px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .text {
  margin-top: 1.5em;
  max-width: 840px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form {
  margin-top: 60px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul {
  margin: -10px -20px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li {
  padding: 10px 20px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input,
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #acacac;
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  padding: .7em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input::-webkit-input-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea::-webkit-input-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input:-moz-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea:-moz-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input::-moz-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea::-moz-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input:-ms-input-placeholder, .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea:-ms-input-placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input::placeholder,
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea::placeholder {
  color: #707070;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input:focus,
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea:focus {
  border-color: var(--color);
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea {
  height: 140px;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li.wid-100 {
  width: 100%;
}
.cornerstone-page .cornerstone-5 .box .right .box2 .form ul li a.more {
  margin-top: 2em;
}
.cornerstone-page .cornerstone-6 {
  padding: 80px 0;
  color: white;
  background-image: url('../images/service-5.jpg');
  background-position: center;
  background-size: cover;
}
.cornerstone-page .cornerstone-6 span.h2 {
  color: inherit;
}
.cornerstone-page .cornerstone-6 .options {
  display: block;
  font-size: 14px;
  margin: 3em 0;
}
.cornerstone-page .cornerstone-6 .options span {
  display: inline-block;
  padding: .5em 2em;
  border-radius: 2em;
  background-color: white;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  cursor: pointer;
  cursor: hand;
  color: black;
}
.cornerstone-page .cornerstone-6 .options span.active {
  background-color: var(--color);
  color: white;
}
.cornerstone-page .cornerstone-6 .box {
  background-color: white;
  padding: 25px 0;
  color: black;
}
.cornerstone-page .cornerstone-6 .box .slide span.h5{
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 1.5em;
  text-align: center;
}
.cornerstone-page .cornerstone-6 .box .slide .text {
  font-size: 14px;
}
.cornerstone-page .cornerstone-6 .box .slide .text table td {
  border: none;
  padding: .8em 5%;
}
.cornerstone-page .cornerstone-6 .box .slide .text table td:first-child {
  width: 25% !important;
}
.cornerstone-page .cornerstone-6 .box .slide .text table td:last-child {
  width: 30% !important;
}
.cornerstone-page .cornerstone-6 .box .slide .text table {
  border: none;
}
.cornerstone-page .cornerstone-6 .box .slide .text table tr {
  background-color: transparent;
}
.cornerstone-page .cornerstone-6 .box .slide .text table tr:first-child {
  font-weight: 500;
  background-color: #e9e9e9;
}
.cornerstone-page .cornerstone-7 {
  padding-top: 120px;
  background-color: #f9f9f9;
}
.cornerstone-page .cornerstone-7 .left {
  width: 78%;
  margin-top: 5%;
}
.cornerstone-page .cornerstone-7 .left .map {
  position: relative;
}
.cornerstone-page .cornerstone-7 .left .map i {
  position: absolute;
  transform-origin: center bottom;
  transform: scale(.5);
  cursor: pointer;
  cursor: hand;
  transition: .5s;
}
.cornerstone-page .cornerstone-7 .left .map i.active {
  transform: scale(1);
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(1) {
  left: 23%;
  top: 29%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(2) {
  left: 46%;
  top: 28%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(3) {
  left: 42%;
  top: 61%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(4) {
  left: 70%;
  top: 47%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(5) {
  left: 71%;
  top: 56%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(6) {
  left: 75%;
  top: 39%;
}
.cornerstone-page .cornerstone-7 .left .map i:nth-child(7) {
  left: 79%;
  top: 38%;
}
.cornerstone-page .cornerstone-7 .right {
  width: 27%;
  margin-left: -5%;
}
.cornerstone-page .cornerstone-7 .right span.h2 {
  margin-bottom: 2em;
}
.cornerstone-page .cornerstone-7 .right .slide {
  font-size: 30px;  
  padding-left: 1em;
}
.cornerstone-page .cornerstone-7 .right span.h6 {
  font-weight: 500;
  padding: .7em 0;
  position: relative;
  display: block;
  margin-bottom: .2em;
}
.cornerstone-page .cornerstone-7 .right span.h6:before {
  content: '';
  width: .3em;
  height: .3em;
  background-color: var(--color);
  position: absolute;
  left: -1em;
  top: 50%;
  transform: translateY(-50%);
}
.cornerstone-page .cornerstone-7 .right span.h6:after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  left: -.85em;
  top: 0;
  background-color: var(--color);
}

.news-page .news-1 {
  padding: 100px 0;
}
.news-page .news-1 .list ul {
  margin: -20px;
}
.news-page .news-1 .list ul li {
  padding: 20px;
}
.news-page .news-1 .list ul li .box {
  padding: 40px 30px;
  -o-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.07);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: var(--color);
}
.news-page .news-1 .list ul li .box span.h6 {
  display: block;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-page .news-1 .list ul li .box time {
  font-weight: 300;
  font-size: 18px;
  display: block;
  line-height: 1;
  margin: 1.5em 0 .7em;
}
.news-page .news-1 .list ul li .box .text {
  font-weight: 300;
  font-size: 16px;
}
.news-page .news-1 .list ul li .box a.link {
  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: var(--color);
  font-size: 16px;
  font-weight: 300;
  margin-top: 2em;
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .box:hover {
  background-color: var(--color);
  color: white;
}
.news-page .news-1 .list ul li .box:hover a.link {
  color: inherit;
}
.news-page .news-1 .list ul li .box:hover a.link img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.newdet-page .newdet-1 {
  padding-top: 90px;
}
.newdet-page .newdet-1 .text {
  font-weight: 300;
  font-size: 18px;
}
.newdet-page .newdet-1 hr {
  opacity: .3;
  margin: 70px 0 30px;
}
.newdet-page .newdet-1 .m-link {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 40px;
  color: var(--color);
}
.newdet-page .newdet-1 .m-link a {
  display: block;
  margin-top: .8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-1 .m-link a:hover {
  color: var(--color);
}
@media screen and (max-width: 1600px) {
  .cornerstone-page .cornerstone-1 .options {
    font-size: 16px;
    margin-top: 50px;
  }
  .cornerstone-page .cornerstone-1 .options span {
    margin: 0 1em;
  }
  .cornerstone-page .cornerstone-1 .ret {
    margin-top: 40px;
  }
  .cornerstone-page .cornerstone-1,
  .cornerstone-page .cornerstone-3,
  .manufacturing-page .manufacturing-2,
  .manufacturing-page .manufacturing-4,
  .manufacturing-page .manufacturing-5,
  .manufacturing-page .manufacturing-6,
  .news-page .news-1,
  .technology-page .technology-3 {
    padding: 70px 0;
  }
  .cornerstone-page .cornerstone-3 span.h3 {
    margin-bottom: 1.5em;
  }
  .cornerstone-page .cornerstone-3 .list ul li .box {
    padding: 10% 7%;
  }
  .cornerstone-page .cornerstone-3 .list ul li .box span.h6 {
    margin-bottom: 1.5em;
    font-size: 18px;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul li {
    font-size: 18px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 {
    padding-right: 15px;
  }
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 40px;
  }
  .contact-page .contact-3 .info {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-1,
  .quality-assurance-page {
    padding-top: 70px;
  }
  .manufacturing-page .manufacturing-3 .box {
    height: 400px;
  }
  .manufacturing-page .manufacturing-3 {
    padding-bottom: 70px;
  }
  .manufacturing-page .manufacturing-4 .left {
    padding-right: 7%;
  }
  .manufacturing-page .manufacturing-5 span.h2 {
    margin-bottom: 2em;
  }
  .manufacturing-page .manufacturing-5 .list ul {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-5 .list ul li span.h6 {
    padding: 1em .5em;
  }
  .newdet-page .newdet-1 {
    padding-top: 60px;
  }
  .newdet-page .newdet-1 hr {
    margin: 40px 0 30px;
  }
  .news-page .news-1 .list ul li .box span.h6 {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box time {
    font-size: 16px;
  }
  .news-page .news-1 .list ul li .box .text {
    font-size: 14px;
  }
  .news-page .news-1 .list ul li .box a.link {
    font-size: 14px;
    margin-top: 1em;
  }
  .quality-assurance-page .quality-assurance-1 {
    padding: 50px 0;
  }
  .quality-assurance-page span.h3,
  .technology-page .technology-3 span.h3,
  .cornerstone-page span.h3{
    font-size: 28px;
  }
  .technology-page .technology-1 {
    min-height: 400px;
  }
  .technology-page .technology-4 .list ul li .box .title span.h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1250px) {
      .inner-banner {
    margin-top: 40px !important;
  }
  .technology-page .technology-1 {
    min-height: 300px;
  }
  .technology-page .technology-2 {
    padding: 60px 0;
  }
  .quality-assurance-page span.h3,
  .technology-page .technology-3 span.h3,
  .cornerstone-page span.h3{
    font-size: 24px;
  }
  .technology-page .technology-4 .list ul li .box .title i.dots {
    width: 10px;
    height: 10px;
  }
  .technology-page .technology-4 .btn {
    font-size: 16px;
  }
  .newdet-page .newdet-1 .m-link {
    font-size: 14px;
  }
  .cornerstone-page .cornerstone-4 {
    padding: 70px 0;
  }
  .cornerstone-page .cornerstone-1 .options span {
    margin: 0 .5em;
  }
  .cornerstone-page .cornerstone-1 .options {
    font-size: 14px;
  }
  .cornerstone-page .cornerstone-5 .box .right {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 .list ul li{
    width: 50%;
  }
  .cornerstone-page .cornerstone-1 .options {
    display: none;
  }
  .cornerstone-page .cornerstone-1 .ret ul li {
    width: 25%;
  }
  .cornerstone-page .cornerstone-1 .ret .slide {
    display: block !important;
  }
  .cornerstone-page .cornerstone-3 .list ul li {
    width: 50%;
  }
  .cornerstone-page .cornerstone-3 .list ul li:nth-child(2) {
    display: none;
  }
  .cornerstone-page .cornerstone-4 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .cornerstone-page .cornerstone-4 .box .right {
    width: 100%;
    margin-top: 30px;
  }
  .cornerstone-page .cornerstone-4 .box {
    display: block;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li input,
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li textarea {
    font-size: 14px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li {
    padding: 5px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul {
    margin: -5px;
  }
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 32px;
  }
  .cornerstone-page .cornerstone-1,
  .cornerstone-page .cornerstone-3,
  .manufacturing-page .manufacturing-2,
  .manufacturing-page .manufacturing-4,
  .manufacturing-page .manufacturing-5,
  .manufacturing-page .manufacturing-6,
  .news-page .news-1,
  .technology-page .technology-3 {
    padding: 50px 0;
  }
  .manufacturing-page .manufacturing-2 .left {
    width: 100%;
  }
  .manufacturing-page .manufacturing-2 .right {
    width: 100%;
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-1 .box .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  .manufacturing-page .manufacturing-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-1 .box .left .img{
    height: 240px;
  }
  .manufacturing-page .manufacturing-3 .box .box2 .left,
  .manufacturing-page .manufacturing-4 .left{
    width: 100%;
    padding-right: 0;
  }
  .manufacturing-page .manufacturing-3 .box .box2 .right,
  .manufacturing-page .manufacturing-4 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .manufacturing-page .manufacturing-5 .list ul {
    font-size: 14px;
  }
  .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box time {
    font-size: 14px;
  }
  .quality-assurance-page .quality-assurance-2 .slide .left,
  .quality-assurance-page .quality-assurance-3 .box .left {
    padding: 0 !important;
    width: 100%;
  }
  .quality-assurance-page .quality-assurance-2 .slide .right,
  .quality-assurance-page .quality-assurance-3 .box .right {
    padding: 0 !important;
    width: 100%;
    margin-top: 20px;
  }
  .quality-assurance-page .quality-assurance-2 .slide,
  .quality-assurance-page .quality-assurance-3 .box {
    direction: ltr !important;
    display: block;
  }
  .quality-assurance-page .quality-assurance-2 .slide .left .img {
    height: 240px;
  }
  .quality-assurance-page .quality-assurance-3 {
    padding: 50px 0;
  }
  .technology-page .technology-4 .list ul li .box .title span.h6 {
    font-size: 18px;
  }
  .about-page .about-3 .box ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .technology-page .technology-4 {
    padding: 50px 0;
  }
  .product-page .product-list h1{
  font-size: 24px;
  line-height: 40px;
}
  .technology-page .technology-1 {
    min-height: 200px;
  }
  .news-page .news-1 .list ul li .box span.h6 {
    font-size: 16px;
  }
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 28px;
  }
  .manufacturing-page .manufacturing-5 .list .btn div.prev {
    left: 1em;
  }
  .manufacturing-page .manufacturing-5 .list .btn div.next {
    right: 1em;
  }
  .manufacturing-page .manufacturing-1,
  .quality-assurance-page {
    padding-top: 50px;
  }
  .about-page .about-3 .box ul li .content {
    width: 50%;
  }
  .about-page .about-3 .box ul li .content span.h3 {
    font-size: 18px;
  }
  .manufacturing-page .manufacturing-2 .right ul li span.h6 {
    font-size: 22px;
  }
  .cornerstone-page .cornerstone-5 .box .left {
    display: none;
  }
  .cornerstone-page .cornerstone-5 .box .right {
    width: 100%;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 {
    padding: 0 15px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form {
    margin-top: 30px;
  }
  .cornerstone-page .cornerstone-5 .box .right .box2 .form ul li {
    width: 100%;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul li {
    font-size: 16px;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cornerstone-page .cornerstone-4 .box .right .list ul li span:after {
    display: none;
  }
  .cornerstone-page .cornerstone-1 .ret ul li {
    width: 33.333%;
  }
  .about-page .about-3 .box ul li{
    width: 100%;
  }
  .about-page .about-3 .box ul li .box2 p{
    height: auto;
    overflow-y: unset;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-1 .list ul li{
    width: 100%;
  }
  .cornerstone-page .cornerstone-1 .ret ul li {
    width: 50%;
  }
  .cornerstone-page .cornerstone-3 .list ul li {
    width: 100%;
  }
  .cornerstone-page .cornerstone-3 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacturing-page .manufacturing-2 .right ul li {
    width: 100%;
    text-align: left;
    padding: 5px;
  }
  .manufacturing-page .manufacturing-2 .right ul li i.line {
    display: none;
  }
  .manufacturing-page .manufacturing-2 .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
  }
  .technology-page .technology-4 .list ul li .box .title {
    position: static;
    opacity: 1;
    padding: 0;
    height: auto;
  }
  .technology-page .technology-4 .list ul li .box .text {
    opacity: 1;
    color: black;
    margin-top: .5em;
  }
}
.seoPublic .Auxil-related .list ul li .box a.img-box{
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.seoPublic .Auxil-related .list ul li .box a.more{
  margin: auto;
}
.seoPublic .Auxil-related .list ul li .box .content{
  text-align: left;
}


@media screen and (max-width: 500px) {
  #cart .left ul li .box2{
    flex-wrap: wrap;
    display: flex;
  } 
  #cart .left ul li .img{
    width:100% !important;
  }
  #cart .left ul li .text{
    width: 100% !important;
    margin-top: 30px;
  }
  #cart .left ul li .text h4 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .quality-page .service-2 img {
      position: relative;
      left: 0;
      bottom: 0;
  }
  .quality-page .service-2 .box .box2,
  .quality-page .service-2 .box .box2 .text{
     color: black;
  }
}
@media screen and (max-width: 500px) {
  .technology-page .technology-4 .list ul li .box .text {
    opacity: 1;
    color: black;
    margin-top: .5em;
  }
  .technology-page .technology-4 .list ul li:hover .box .text{
    color: white;
  }
}


#cart .right ul li em,
#cart .right ul li span,
.seoPublic .Auxil-form .form ul li p{
  font-size: 14px;
  color: red;
}
#cart .right ul li span,
.seoPublic .Auxil-form .form ul li p{
  margin-top: 5px;
  display: block;
}

.inner-connection .inner-connection-box .inner-connection-box-form input {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
}
.inner-connection .inner-connection-box .inner-connection-box-form textarea {
  width: 100%;
  margin-bottom: 0;
}
.inner-connection .inner-connection-box .inner-connection-box-form ul{
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.inner-connection .inner-connection-box .inner-connection-box-form ul li{
  padding: 0 10px;
  margin-bottom: 20px;
}
.inner-connection .inner-connection-box .inner-connection-box-form ul li p{
  color: red;
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
}
.inner-connection .inner-connection-box .inner-connection-box-form ul li::last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 700px) {
  .inner-connection .inner-connection-box .inner-connection-box-form ul li{
    width: 100%;
  }
}



.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li .item_cont{
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active .item_cont{
  max-height: 2000px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li{
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li i{
  font-size: 20px;
  font-weight: bold;
  color: black;
  position: absolute;
  right: 0;
  top:-2px;
  transition: all 0.5s;
  cursor: pointer;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active i{
  transform: rotate(-90deg);
}


.quality-page .quality-1{
  padding-bottom: 100px;
}
.quality-page .quality-1 ul{
  margin: -50px;
}
.quality-page .quality-1 ul li{
  padding:50px; 
  height: auto;
}
.quality-page .quality-1 ul li .box{
  position: relative;
  height:100%;
  width:100%;
}
.quality-page .quality-1 ul li .box::before{
  content:"";
  width: calc(100% - 75px);
  height: 60%;
  max-height: 560px;
  position: absolute;
  right: 0;
  bottom:0;
  background-color: #f0f0f0;
  z-index: -1;
}
.quality-page .quality-1 ul li .img{
  width: calc(100% - 75px);
  position: relative;
}
.quality-page .quality-1 ul li .img img{
  width: 100%;
  object-fit: cover;
}
.quality-page .quality-1 ul li .text{
  width: calc(100% - 75px);
  padding: 0 25px 40px;
  margin-left: auto;
}
.quality-page .quality-1 ul li h4{
  line-height: 1.2;
  position: absolute;
  left: 0;
  bottom:0;
  background: var(--color);
  color: white;
  padding: 10px 30px;
  text-align: center;
  width: 100%;
}
.quality-page .quality-1 ul li .text .con{
  height: 145px;
  overflow-y: auto;
}
@media (max-width: 1250px) {
  .quality-page .quality-1 ul{
    margin: -25px;
  }
  .quality-page .quality-1 ul li{
    padding:25px; 
  }
}
@media (max-width: 1000px) {
  .quality-page .quality-1 ul li{
    width: 100%;
  }
  .quality-page .quality-1 ul li .text{
    margin-top: 30px;
  }
  .quality-page .quality-1 ul li h4{
    font-size: 20px;
  }
  .quality-page .quality-1 ul li .text .con{
    height: auto;
    overflow-y: unset;
  }
}
@media (max-width: 500px) {
  .quality-page .quality-1 ul li .text,
  .quality-page .quality-1 ul li .img,
  .quality-page .quality-1 ul li .box::before{
    width: calc(100% - 30px);
  }
  .quality-page .quality-1 ul li .box::before{
    height: 80%;
    max-height: unset;
  }
}

#index-body .homepage-2 ul li .box .img-box,
.product-page .product-list ul li .product-block,
.seoPublic .Auxil-related .list ul li .box{
  background-color: #72bbee;
}
.product-page .product-list ul li .product-block .product-content h4,
.product-page .product-list ul li .product-block .product-transition .fa-box a.btn,
.product-page .product-list ul li .product-block .product-content p,
.seoPublic .Auxil-related .list ul li .box .content div.h3,
.seoPublic .Auxil-related .list ul li .box .content p{
  color: white;
}

.prodet-page .prodet-1 .left .img,
.prodet-page .prodet-1 .right .slick ul li a{
  background-color: #72bbee;
  border: none;
}
.product-page .product-list ul li .product-block .product-content p {
  min-height: 96px;
}







.inner-connection .inner-connection-box .inner-connection-box-form ul li p,
#cart .right ul li span, .seoPublic .Auxil-form .form ul li p{
  display: none;
}

.technology-page .manufacturing-page .manufacturing-5 .list ul li{
  position: relative;
}
.technology-page .manufacturing-page .manufacturing-5 .list ul li i.dots{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  margin: 0;
} 
.technology-page .manufacturing-page .manufacturing-5 .list ul li span.num{
  height: 288px;
}
.technology-page .manufacturing-page .manufacturing-5 .list ul li .box span.h6,
.technology-page .manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li .box{
  margin-top: 20px;
}
.manufacturing-page .manufacturing-5 .list ul li .box{
  margin-bottom: 100px;
}
.technology-page .manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li .box{
  margin-bottom: 0;
  margin-top: 100px;
  flex-direction: column-reverse;
  display: flex;
}

.technology-page .manufacturing-page .manufacturing-5 .list ul .slick-slide:nth-child(even) li .box span.h6{
  margin-top: 0;
  margin-bottom: 20px;
}

h1.hh {
    display: inline;
}

.seoPublic .text a {
    color: #666666;
}

span.yc {
    width: 780px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}