@font-face {
  font-family: 'Minion Pro';
  src: url('../fonts/TradeGothicLTStd-BoldExt.eot');
  src: url('../fonts/TradeGothicLTStd-BoldExt.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-BoldExt.woff2') format('woff2'), url('../fonts/TradeGothicLTStd-BoldExt.woff') format('woff'), url('../fonts/TradeGothicLTStd-BoldExt.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Minion Pro';
  src: url('../fonts/TradeGothicLTStd-Extended.eot');
  src: url('../fonts/TradeGothicLTStd-Extended.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Extended.woff2') format('woff2'), url('../fonts/TradeGothicLTStd-Extended.woff') format('woff'), url('../fonts/TradeGothicLTStd-Extended.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Minion Pro';
  src: url('../fonts/MinionPro-Bold.eot');
  src: url('../fonts/MinionPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro-Bold.woff2') format('woff2'), url('../fonts/MinionPro-Bold.woff') format('woff'), url('../fonts/MinionPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Minion Pro';
  src: url('../fonts/MinionPro-Medium.eot');
  src: url('../fonts/MinionPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/MinionPro-Medium.woff2') format('woff2'), url('../fonts/MinionPro-Medium.woff') format('woff'), url('../fonts/MinionPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
.reveal {
    visibility: hidden;
    position: relative;
    /*width: 100%;
    height: 100%;*/
    overflow: hidden !important;
}
body {
  font-family: "Minion Pro";
  font-weight: 400;
  max-width: 1920px;
  --color: #0062b9;
  margin: 0 auto;
}
.container {
  width: 1710px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 25px;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 0;
}
#header .nav {
  max-width: 1920px;
  margin: auto;
}
#header .nav .ui.menu {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header.index .nav .ui.menu .logo img{
  filter: brightness(0) invert(1);
}
#header.index.active .nav .ui.menu .logo img{
  filter: brightness(1) invert(0);
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  margin: 0 40px;
  color: white;
  -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: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li.active,
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color) !important;
}
#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;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after,
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after{
  width: 100%;
}
#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: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .yuy {
  margin-left: 25px;
}
#header .nav .ui.menu .yuy span {
  font-size: 20px;
  color: white;
}
#header .nav .ui.menu .yuy ul {
  right: 0;
  left: auto;
}
#header.active {
  top: 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header.inner .nav .ui.menu .yuy span img,
#header.inner .nav .ui.menu .h-search img, 
#header.active .nav .ui.menu .yuy span img,
#header.active .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.inner .nav .ui.menu .yuy span,
#header.inner .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .yuy span,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#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;
}
@-webkit-keyframes clip {
  0% {
    -webkit-clip-path: inset(30%);
    clip-path: inset(30%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes clip {
  0% {
    clip-path: inset(30%);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    clip-path: inset(0);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes clip {
  0% {
    -webkit-clip-path: inset(30%);
    clip-path: inset(30%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.clip {
  -webkit-animation-name: clip;
  -moz-animation-name: clip;
  animation-name: clip;
}
@-webkit-keyframes clip1 {
  0% {
    -webkit-clip-path: inset(60%);
    clip-path: inset(60%);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
@-moz-keyframes clip1 {
  0% {
    clip-path: inset(60%);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes clip1 {
  0% {
    -webkit-clip-path: inset(60%);
    clip-path: inset(60%);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}
.clip1 {
  -webkit-animation-name: clip1;
  -moz-animation-name: clip1;
  animation-name: clip1;
}
@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-moz-keyframes scrollUp {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes scrollUp {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes scrollDown {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.lh-11 {
  line-height: 1.1;
}
.lh-12 {
  line-height: 1.2;
}
.lh-1 {
  line-height: 1;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  height: 60px;
  padding: 0 45px;
  background: url(../images/more-bg.jpg) no-repeat;
  background-size: cover;
  color: white;
}
.more span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  color: var(--color);
  margin-left: 15px;
  line-height: 20px;
  text-align: center;
}
#banner li {
  position: relative;
  color: white;
  text-align: center;
}
#banner li video{
  display: block;
  width: 100%;
}
#banner li::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}
#banner li .content span {
  color: var(--color);
}
#banner li .content h2 {
  line-height: 1.2;
  margin-bottom: 17px;
}
#banner li .content .play img {
  margin: auto;
}
#index-body .i-init1 .left {
  width: 40%;
}
#index-body .i-init1 .left > img{
  opacity: 0;
}
#index-body .i-init1 .left .img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: fixed;*/
}
#index-body .i-init1 .right {
  width: 60%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .i-init1 .right .h3 {
  line-height: 1.1;
  text-indent: 7em;
}
#index-body .i-init1 .right .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .i-init1 .right .bottom .box {
  width: 64%;
}
#index-body .i-init1 .right .bottom .box p {
  line-height: 1.7;
  font-weight: 600;
}
#index-body .i-init1 .right .bottom .box ul li {
  padding-left: 80px;
  position: relative;
  margin-top: 40px;
}
#index-body .i-init1 .right .bottom .box ul li .icon {
  position: absolute;
  left: 0;
  top: 2%;
}
#index-body .i-init1 .right .bottom .box ul li .h4 {
  line-height: 1;
  color: var(--color);
  font-weight: 600;
}
#index-body .i-init1 .right .bottom .box ul li .h4 span {
  font-size: 18px;
}
#index-body .i-init1 .right .bottom .box ul li p {
  margin-top: 5px;
}
#index-body .i-init1 .right .bottom .arrows {
  width: 36%;
  background: url(../images/img-2-bg.jpg) no-repeat;
  background-size: cover;
  color: white;
  text-align: center;
  position: relative;
}
#index-body .i-init1 .right .bottom .arrows span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  color: var(--color);
  margin: 30px auto 0;
  line-height: 30px;
}
#index-body .i-init1 .right .bottom .arrows .img {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -46%);
  -moz-transform: translate(-50%, -46%);
  -ms-transform: translate(-50%, -46%);
  transform: translate(-50%, -46%);
  z-index: 5;
}
#index-body .i-category .title {
  line-height: 1.2;
}
#index-body .i-category p.txt {
  max-width: 400px;
  margin-left: auto;
  margin-top: -15px;
}
#index-body .i-category ul .slick-list{
  padding-top: 60px;
}
#index-body .i-category ul li{
  padding-bottom: 100px;
  position: relative;
}
#index-body .i-category ul li .box{
  transition: 0.5s;
}
#index-body .i-category ul li:hover{
  z-index: 5;

}
#index-body .i-category ul li:hover .box{
  transform: scale(1.25);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
#index-body .i-category ul li .img-box::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.3);
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-category ul li:hover .img-box::after{
  opacity: 1;
}
#index-body .i-category ul li .h5{
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: calc(100% + 10px);
  transition: 0.5s;
  z-index: 4;
}
#index-body .i-category ul li:hover .h5{
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
#index-body .i-category .slickBtn div {
  background-color: transparent;
  border: 1px solid #d4d4d4;
  color: black;
}
#index-body .i-category .slickBtn div:hover {
  background-color: #0062b9;
  border-color: #0062b9;
  color: white;
}
@-webkit-keyframes clip-3 {
  0% {
    -webkit-clip-path: inset(30%);
    clip-path: inset(30%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes clip-3 {
  0% {
    clip-path: inset(30%);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    clip-path: inset(0);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes clip-3 {
  0% {
    -webkit-clip-path: inset(30%);
    clip-path: inset(30%);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
#index-body .i-init3 .left {
  width: 60%;
}
#index-body .i-init3 .left .img2 {
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: right;
  padding-bottom: 50px;
}
/*#index-body .i-init3 .left ul .slick-current li .img1,
#index-body .i-init3 .left ul .slick-current li .img2{
  animation: clip-3 0.3s 4s linear forwards;
}*/
#index-body .i-init3 .right {
  width: 40%;
}
#index-body .i-init3 .right ul,
#index-body .i-init3 .right .slick-list,
#index-body .i-init3 .right .slick-track,
#index-body .i-init3 .right .slick-slide,
#index-body .i-init3 .right .slick-slide > div {
  height: 100%;
}
#index-body .i-init3 .right li {
  padding-bottom: 100px;
  height: 100%;
}
#index-body .i-init3 .right li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
#index-body .i-init3 .right li .box p {
  text-indent: 12em;
}
#index-body .i-init3 .right .page {
  position: absolute;
  left: 100px;
  right: 0;
  bottom: 200px;
}
#index-body .i-init3 .right .page .btn div {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 43px;
  font-size: 22px;
  margin-left: 7px;
  cursor: pointer;
}
#index-body .i-init3 .right .page .btn div:hover {
  background-color: #0062b9;
  border-color: #0062b9;
  color: white;
}
#index-body .i-product {
  background-color: #e1e4e3;
}
#index-body .i-product .ui.container {
  width: 100%;
  padding: 0;
}
#index-body .i-product .left {
  width: 44%;
  padding-left: 6.3%;
  padding-right: 15%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 90px;
}
#index-body .i-product .left p {
  text-indent: 10em;
  line-height: 1.8;
}
#index-body .i-product .left .mores {
  color: white;
  text-align: center;
  background: url(../images/product-arrow-bg.png) no-repeat;
  background-size: cover;
  width: 260px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-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;
  font-size: 16px;
  overflow: hidden;
}
#index-body .i-init1 .right .bottom .arrows em,
#index-body .i-news .left ul li .more em,
#index-body .i-service .right .mores em,
#index-body .i-product .left .mores em{
  z-index: 5;
  position: relative;
}
#index-body .i-product .left .mores span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  color: var(--color);
  margin: 15px auto 0;
  line-height: 30px;
  position: relative;
  z-index: 3;
}

#index-body .i-news .left ul li .more{
  overflow: hidden;
}
#index-body .i-init1 .right .bottom .arrows span, 
#index-body .i-news .left ul li .more span,
#index-body .i-service .right .mores span{
  z-index: 3;
  position: relative;
}
#index-body .i-init1 .right .bottom .arrows .txt{
  overflow: hidden;
}
#index-body .i-init1 .right .bottom .arrows span::after, 
#index-body .i-news .left ul li .more span::after,
#index-body .i-service .right .mores span::after,
#index-body .i-product .left .mores span::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: white;
  z-index: -2;
  -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#index-body .i-init1 .right .bottom .arrows:hover,
#index-body .i-news .left ul li .more:hover,
#index-body .i-service .right .mores:hover,
#index-body .i-product .left .mores:hover{
  color: black;
}
#index-body .i-init1 .right .bottom .arrows:hover span::after,
#index-body .i-news .left ul li .more:hover span::after,
#index-body .i-service .right .mores:hover span::after,
#index-body .i-product .left .mores:hover span::after{
  width: 500px;
  height: 300px;
}
#index-body .i-init1 .right .bottom .arrows:hover span::after{
  height: 700px;
  background: #e1e4e3;
} 
#index-body .i-product .right {
  width: 56%;
}
#index-body .i-product .right .slick-list {
  padding-right: 23%;
}
#index-body .i-news {
  background-color: #e1e4e3;
}
#index-body .i-news .left {
  width: 42%;
}
#index-body .i-news .left ul li .time {
  color: #adadad;
}
#index-body .i-news .left ul li .des {
  line-height: 1.7;
}
#index-body .i-news .right {
  width: 35%;
  text-align: right;
}
#index-body .i-news .right .page .dots {
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
}
#index-body .i-news .right .page .dots ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0;
}
#index-body .i-news .right .page .dots ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background-color: white;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
#index-body .i-news .right .page .dots ul li button {
  display: none;
}
#index-body .i-news .right .page .dots ul i {
  height: 2px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news .right .page .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-news .right .page .btn div {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
  margin-left: 8px;
  cursor: pointer;
}
#index-body .i-news .right .page .btn div:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-service .ui.container{
  position: unset;
}
#index-body .i-service .left {
  width: 44%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*z-index: 3;*/
}
#index-body .i-service .left .des {
  line-height: 1.7;
  color: #2b2b2b;
  font-weight: 600;
}
#index-body .i-service .right {
  width: 37%;
  
}
 .comparisonSection {
    position: relative;
    padding-bottom: 0%;
    /* to maintain aspect ratio (responsive!) */
}

.comparisonImage {
    width: 100%;
    height: 100%;
}

.afterImage {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    transform: translate(0%, 0px);
    background-size: cover;
    background-repeat: no-repeat;
}

.afterImage > img {
    /* transform: translate(-100%, 0px); */
    transform: translate(0%, 0px);
    /*opacity: 0;*/
}

.comparisonImage > img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
}
/*#index-body .i-service .right.fixed{
  position: fixed;
  top: 0;
  right: 0;
}*/
/*#index-body .i-service .right .img{

  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-service .right .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
#index-body .i-service .right .mores {
  color: white;
  text-align: center;
  background: url(../images/product-arrow-bg.png) no-repeat;
  background-size: cover;
  width: 260px;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-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;
  font-size: 16px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
#index-body .i-service .right .mores span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  color: var(--color);
  margin: 15px auto 0;
  line-height: 30px;
}
.i-form {
  background-color: #e1e4e3;
}
.i-form .left {
  width: 52%;
  height: 455px;
  overflow: hidden;
}
.i-form .left > div {
  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;
}
.i-form .left ul {
  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;
}
.i-form .left li {
  margin-bottom: 20px;
  position: relative;
}
.i-form .left li i {
  position: absolute;
  right: 34px;
  bottom: 28px;
  color: white;
  font-size: 20px;
}
.i-form .left .one ul {
  -webkit-animation: scrollUp 40s linear infinite;
  -moz-animation: scrollUp 40s linear infinite;
  animation: scrollUp 40s linear infinite;
}
.i-form .left .two ul {
  -webkit-animation: scrollDown 40s linear infinite;
  -moz-animation: scrollDown 40s linear infinite;
  animation: scrollDown 40s linear infinite;
}
.i-form .left > div:hover ul{
  animation-play-state: paused;
}
.i-form .left .three ul {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
.i-form .right {
  width: 41%;
}
.i-form .right form ul {
  margin: -10px;
}
.i-form .right form ul li {
  padding: 10px;
}
.i-form .right form ul li input {
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  padding: 0 15px;
}
.i-form .right form ul li input:focus {
  border-color: var(--color);
}
.i-form .right form ul li input[type="checkbox"] {
  width: auto;
  height: auto;
}
.i-form .right form ul li a {
  color: var(--color);
  text-decoration: underline;
}
.i-form .right form ul li input[type="submit"] {
  background-color: var(--color);
  color: white;
  border: none;
  cursor: pointer;
  transition: 0.5s;
}
.i-form .right form ul li input[type="submit"]:hover{
  background: transparent;
  border: 1px solid var(--color);
  color: var(--color);
}
.i-form .right .share {
  text-align: center;
}
.i-form .right .share a {
  width: 50px;
  height: 50px;
  margin: 0 15px;
  background-color: white;
  color: var(--color);
  font-size: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
.i-form .right .share a:hover {
  background-color: var(--color);
  color: white;
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  color: white;
}
#footer ul li {
  font-size: 14px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .one {
  /*width: 40%;*/
  width: 25%;
}
#footer .one .logo img{
  filter: brightness(0) invert(1);
}
#footer .two {
  max-width: 575px;
}
#footer .two ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
}
#footer .three ul li {
  text-align: right;
}
#footer .three ul li:hover a {
  text-decoration: underline;
}
#footer .f-copy {
  width: 40%;
}
#footer .f-copy svg {
  height: 27px;
  width: auto;
  fill: white;
  vertical-align: middle;
}
.ewm,
.totop {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: white;
  color: var(--color);
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  text-align: center;
  line-height: 42px;
  font-size: 24px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.ewm{
  bottom: 100px;
}
.ewm #ewm{ 
  position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    /*padding: .5em;*/
    /*border-radius: .5em;*/
    margin-right: 1em;
    -o-box-shadow: 0 0 .5em rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 .5em rgba(0,0,0,.1);
    box-shadow: 0 0 .5em rgba(0,0,0,.1);
    -webkit-transform: rotate3d(0,1,0,90deg);
    -moz-transform: rotate3d(0,1,0,90deg);
    transform: rotate3d(0,1,0,90deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: -1;
    opacity: 0;
    color: #000;
    width: 100px;
    height: 100px;
    border: 4px solid white;
}
.ewm:hover #ewm {
    right: 100%;
    opacity: 1;
    -webkit-transform: rotate3d(0,1,0,0deg);
    -moz-transform: rotate3d(0,1,0,0deg);
    transform: rotate3d(0,1,0,0deg)
}
@media screen and (max-width: 1700px) {
  #index-body .i-init1 .right .bottom .arrows {
    width: 30%;
  }
  #index-body .i-init1 .right .bottom .box {
    width: 70%;
  }
  #index-body .i-product .left {
    padding-bottom: 80px;
  }
  #footer .one {
    width: 20%;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin: 0 25px;
  }
  #index-body .i-init3 .right li {
    padding-bottom: 60px;
  }
  #index-body .i-init3 .right .page {
    bottom: 135px;
  }
  #index-body .i-service .left {
    width: 50%;
  }
  .i-form .right {
    width: 45%;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #index-body .i-init1 .right .bottom .box ul li .icon {
    width: 40px;
  }
  #index-body .i-init1 .right .bottom .box ul li {
    padding-left: 55px;
    margin-top: 25px;
  }
  #index-body .i-init1 .right .bottom .arrows {
    display: none;
  }
  #index-body .i-init1 .right .bottom .box {
    width: 100%;
  }
  #index-body .i-init1 .right .bottom .box ul {
    margin-top: 20px;
  }
  #index-body .i-init3 .left .img2 {
    padding-bottom: 20px;
  }
  #index-body .i-init3 .right li {
    padding-bottom: 15px;
  }
  #index-body .i-init3 .right li {
    left: 58px;
    bottom: 100px;
  }
  #index-body .i-init3 .right li .box p {
    text-indent: 2em;
  }
  #index-body .i-product .left {
    padding-left: 4%;
    padding-right: 5%;
    padding-bottom: 30px;
  }
  #index-body .i-product .left p {
    text-indent: 6em;
    margin-bottom: 20px;
  }
  #index-body .i-service .left {
    width: 56%;
  }
  #footer .three {
    display: none;
  }
  #footer .two {
    max-width: 720px;
  }
  #footer .f-copy {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-init1 .left {
    display: none;
  }
  #index-body .i-init1 .right {
    width: 100%;
    padding: 0;
  }
  #index-body .i-init3{
    padding-bottom: 65px;
  }
  #index-body .i-init3 .left{
    width: 100%;
  }
  #index-body .i-init3 .right{
    width: 100%;
    margin-top: 35px;
    padding: 0;
  }
  #index-body .i-init3 .right .page {
    left: 53px;
    bottom: 87px;
  }
  #index-body .i-init3 .right li .box .split-text{
    display: flex;
    flex-wrap: wrap;
  }
  #index-body .i-init3 .right .page{
    position: unset;
    left: 0;
    bottom: 0;
  }
  .font-50 {
    font-size: 23px;
  }
  #index-body .i-service .right .mores {
    width: 185px;
    height: 115px;
  }
  #footer .one {
    display: none;
  }
  .ewm, .totop{
    right: 12px;
    bottom: 65px;
  }
  .ewm{
    bottom: 130px;
  }
  .body-overflow-box{
    margin-bottom: 50px;
  }
  .i-form .right .share a{
    width: 35px;
    height: 35px;
    margin: 0 5px;
    line-height: 35px;
    font-size: 17px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .i-category p.txt {
    margin-top: 10px;
    margin-left: 0;
  }
  #index-body .i-init3 .left {
    width: 100%;
  }
  #index-body .i-init3 .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    padding-bottom: 60px;
  }
  #index-body .i-init3 .right .page {
    position: unset;
  }
  #index-body .i-product .left {
    width: 100%;
  }
  #index-body .i-product .right {
    width: 100%;
    padding: 0 15px;
  }
  #index-body .i-news .left {
    width: 100%;
  }
  #index-body .i-news .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .i-service .left {
    width: 100%;
  }
  #index-body .i-service .right {
    width: 100%;
  }
  #index-body .i-service .right .img > img {
    display: none;
  }
  #index-body .i-service .right .mores {
    position: unset;
    margin-top: 20px;
  }
  #index-body .i-service .right .img{
    position: relative;
  }
  .i-form .left {
    display: none;
  }
  .i-form .right {
    width: 100%;
  }
  #footer .two ul {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .font-62 {
    font-size: 20px;
  }
  #index-body .i-init1 {
    padding-top: 40px;
  }
  #index-body .i-init1 .right .bottom .box p {
    margin-top: 20px;
  }
  #index-body .i-init1 .right .bottom .box ul li p {
    font-size: 12px;
  }
  .i-form .right .share a {
    zoom: 0.5;
  }
  .i-form .right form ul li {
    width: 100%;
  }
}


.inner-banner{
  margin-top: 145px;
  background: #e1e4e3;
  padding-top: 40px;
  padding-bottom: 40px;
  height: 400px;
  color: white;
}
 
.about-page i.tag {
  display: block;
  font-size: 16px;
  color: var(--primary);
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 30px;
}
.about-page h2 {
  display: block;
  font-size:28px; 
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: bold;
}
.about-page h5{
  font-size: 50px;
  line-height: 1.8;
  font-weight: bold; 
}
.about-page h5 em{
  color: var(--primary);
  display: block;
}
.about-page span.tag{
  font-size: 22px;
  line-height: 1;
  color: #616161; 
  display: inline-block;
  margin-top: 12px;
}
.about-page .ab-1 .box{
  position: relative;
  z-index: 1
}
.about-page .ab-1 .box::after{
  content: 'About Us';
  position: absolute;
  bottom: -66px;
  right: -49%;
  z-index: -1;
  font-size: 380px; 
	font-weight: bold;
	line-height: 1;
	color: #fcfcfc;
	text-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.about-page .ab-1{
  padding: 79px 0 70px 0;
  /*background: url(../images/about-bg.jpg) no-repeat center center;*/

}
.about-page .ab-1 .left{
    padding-top: 180px;
    width: 60%;
}
.about-page .ab-1 .left h3{
  font-size: 32px;
  letter-spacing: 2px;
	color: #0062b9;
  font-weight: bold; 
  line-height: 1.8;
}
.about-page .ab-1 .left .con{
  margin-top: 25px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
}
.about-page .ab-1 .left .con p {
    padding-bottom: 10px;
}
.about-page .ab-1 .right{
  text-align: right;
  width: 40%;
}
.about-page .ab-1 .right .content{
  margin-top: 90px;
  padding: 0 51px 0 127px;
}
.about-page .ab-1 .right .content .text{
  display: inline-block;
  vertical-align: bottom;
  width: 34%;
  position: relative;
  padding-bottom: 80px;
  letter-spacing: 2px;
	color: #6a6a6a; 
  line-height: 1;
  font-size: 37px;
  padding-right: 46px;
}
.about-page .ab-1 .right .content .text span{
  writing-mode: vertical-lr;
  position: relative;
  z-index: 1;
}
.about-page .ab-1 .right .content .text span:last-child{
  font-size: 31px;
  margin-top: 201px;
  float: right;
  margin-left: 25px;
}
.about-page .ab-1 .right .content .text i{
  position: absolute;
  bottom: 35px;
  left: -13px;
  width: 193px;
	height: 370px;
  border: 3px solid #eef0ee;
}
.about-page .ab-1 .right .content .img{
  display: inline-block;
  width: 65%;
  height: 691px;
  background: url(../images/about2.jpg) no-repeat right center;
}
.about-page .ab-1 .imgs{
  text-align: center;
  margin-top: 48px;
}

.about-page .ab-2{
 background: url(../images/advantage-bg2.5.jpg) no-repeat center center;
    padding-bottom: 100px;
}
.about-page .ab-2 .header{
  text-align: center;
  width: 56%;
  margin: 0 auto;
}
.about-page .ab-2 .header span{
    font-size: 48px;
    color: var(--primary);
    line-height: 1;
    font-weight: 700; 
}
.about-page .ab-2 .header h3{
  font-size: 36px; 
  line-height: 1.1;
  margin-top: 23px;
}
.about-page .ab-2 .header p{
  font-size: 18px;
  line-height: 1.6;
  color: #8c8d8d;
  margin-top: 24px;
}
.about-page .ab-2 .header .mores{
  width: 170px;
	height: 54px;
  text-align: center;
  line-height: 57px;
  background: rgba(0,98,185);
  display: inline-block;
  color: #fff;
  font-size: 16px;
  margin-top: 36px;
      transition: all .5s ease;
}
.about-page .ab-2 .header .mores:hover {
    background: rgba(0,98,185,0.5);
        transition: all .5s ease;
}
.about-page .ab-2 .header .play{
  margin-top: 79px;
}
.about-page .ab-2 .header .play i{
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-page .ab-2 .header .play i::before,
.about-page .ab-2 .header .play i::after{
  position: absolute;
                z-index: -1;
                content: '';
                left: -12px;
                right: -12px;
                top: -12px;
                bottom: -12px;
                border-radius: 50%;
                background: rgba(0, 0, 0, 0.5);
                -webkit-animation: ks 2s linear infinite;
                -o-animation: ks 2s linear infinite;
                -ms-animation: ks 2s linear infinite;
                -moz-animation: ks 2s linear infinite;
                animation: ks 2s linear infinite;
}
.about-page .ab-2 .header .play i::before{
  -webkit-animation-delay: .6s;
                -o-animation-delay: .6s;
                -ms-animation-delay: .6s;
                -moz-animation-delay: .6s;
                animation-delay: .6s;
}
.about-page .ab-2 .content{
  padding-top: 122px;
  color: #fff;
}
.about-page .ab-2 .content ul{
  margin-right: -20px;
}
.about-page .ab-2 .content ul .slick-slide {
  margin-right: 2rem;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(1) li::after {
  right: -2%;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(2) li::after {
  right: -4.5%;
}
.about-page .ab-2 .content ul .slick-slide:nth-child(3) li::after {
  right: -5%;
}
.about-page .ab-2 .content ul .slick-slide:last-child li::after {
  display: none;
}
.about-page .ab-2 .content ul li {
  padding: 0 10px;
  position: relative;
}
.about-page .ab-2 .content ul li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.about-page .ab-2 .content ul li span {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
.about-page .ab-2 .content ul li .img {
  height: 60px;
  margin-top: 2.75rem;
}
.about-page .ab-2 .content ul li h4 {
  display: block;
  font-size: 1.4rem;
 
  font-weight: bold;
  line-height: 1;
  margin: 2.25rem 0 1.3rem;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}
.about-page .ab-2 .content ul li p {
  display: block;
  font-size: 18px;
  line-height: 2;
  min-height: 5.6rem;
  color: #000;
}



.about-page .ab-2 .content ul li a.mores {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid white;
  line-height: 1.75rem;
  text-align: center;
  font-size: 18px;
  margin-top: 4rem;
  border-radius: 100%;
  background: transparent;
  color: #fff;
}
.about-page .ab-2 .content ul li a.mores::before {
  border-bottom-color: #fa582a;
}
.about-page .ab-2 .btn {
  padding: 4.6rem 2.5rem 0;
  display: block;
  text-align: right;
  color: #fff;
}
.about-page .ab-2 .btn div {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px; 
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #000;
}
.about-page .ab-2 .btn div.next {
  margin-left: 1.5rem;
}
.about-page .ab-2 .btn div::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 2px;
  background: black;
  margin-left: 0;
  margin-top: -0.4rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
 
.about-page .ab-2 .btn div:hover::after {
  width: 1.8rem;
  margin-left: 1rem;
}
.about-page .ab-3{
  background: url(../images/history-bg2.3.jpg) no-repeat center center;
  padding: 102px 0 105px;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.about-page .ab-3 .infos{
  position: absolute;
  top: 8%;
  right: 0;
  text-align: center;
  max-width: 146px;
  z-index: 1;
}
.about-page .ab-3 .infos .num{
  font-size: 28px;
}
.about-page .ab-3 .infos .num .s2{
  font-size: 16px;
  vertical-align: bottom;
}
.about-page .ab-3 .infos .arrow{
  margin-top: 52px;
}
.about-page .ab-3 .infos .arrow .al,
.about-page .ab-3 .infos .arrow .ar{
  width: 59px;
	height: 59px;
	background-color: #e7e7e7;
  text-align: center;
  line-height: 59px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
   -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .ab-3 .infos .arrow .al img,
.about-page .ab-3 .infos .arrow .ar img{
  display: inline-block;
  vertical-align: middle;
}
.about-page .ab-3 .infos .arrow .ar{
  margin-left: 24px;
}
.about-page .ab-3 .infos .arrow .al:hover,
.about-page .ab-3 .infos .arrow .ar:hover{
  background: var(--primary);
}
.about-page .ab-3 .list{
  position: absolute;
  left: 0;
  bottom: 31px;
}
.about-page .ab-3 .list span.tag{
  margin: 0 0 12px 0;
}
.about-page .ab-3 ul{
       max-height: 700px;
    overflow: overlay;
    padding-left: 20%;
}
.about-page .ab-3 ul li{
  padding-bottom: 42px;
}
.about-page .ab-3 ul li .box{
     display: flex;
    align-items: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-page .ab-3 ul .slick-list{
  overflow: hidden;
}
.about-page .ab-3 ul .slick-slide{
  overflow: hidden;
}
.about-page .ab-3 ul li .box:hover{
  color: var(--primary);
}
.about-page .ab-3 ul li .box .text{
    width: 50.7%;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 25px;
    border-bottom: solid 2px #e7e7e7;
    text-align: left;
    margin: auto;
}
.about-page .ab-3 ul li .box .img{
    padding-left: 30px;
    width: 30.5%;
    text-align: center;
}
.about-page .ab-3 ul li .box .title{
  width: 11.8%;
  font-size: 28px;
  line-height: 1.2;
  padding-left: 50px;
}
.about-page .ab-3 ul .slick-current div:nth-child(even) .box{
   margin: 0 0 0 auto;
  padding-left: 0;
  width: 64%;
}
.about-page .ab-3 ul .slick-current div:nth-child(even) li .box{
  margin: 0 0 0 auto;
  padding-left: 0;
  width: 64%;
}
.about-page .ab-3 ul .slick-current div:nth-child(even) li .box .text{
  text-align: left;
  order: 3;
  margin-left: 54px;
}
.about-page .ab-3 ul .slick-current div:nth-child(even) li .box .img{
  text-align: left;
  order: 2;
  padding: 0 0 0 0;
  width: 22.2%;
}
.about-page .ab-3 ul .slick-current div:nth-child(even) li .box .title{
  text-align: left;
  order: -1;
  padding: 0 50px 0 0;
}

.about-page .ab-3 ul .slick-current+div li .box{
  margin: 0 0 0 auto;
  padding-left: 0;
  width: 64%;
}
.about-page .ab-3 ul .slick-current+div li .box .text{
  text-align: left;
  order: 3;
  margin-left: 54px;
}
.about-page .ab-3 ul .slick-current+div li .box .img{
  text-align: left;
  order: 2;
  padding: 0 0 0 0;
  width: 22.2%;
}
.about-page .ab-3 ul .slick-current+div li .box .title{
  text-align: left;
  order: -1;
  padding: 0 50px 0 0;
}

.about-page .ab-4{

  padding: 60px 0;
}
.about-page .ab-4 .header span{
    color: #000;
    font-size: 50px;
    line-height: 1;
    font-weight: 700; 
}
.about-page .ab-4 .header h3{
  font-size: 24px;
  line-height: 1;
}
.about-page .ab-4 .header p{
  font-size: 18px;
  line-height: 1.5;
  color: #6e6e6e;
}
.about-page .ab-4 .content{
  margin-top: 15px;
}
.about-page .ab-4 .content .slick-arrow{
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 57px;
  height: 59px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: none;
}
.about-page .ab-4 .content .slick-arrow:hover {
  background-color: rgba(195,13,34,0.5);
}
.about-page .ab-4 .content .slick-prev {
  background: url("../images/inner-l.png") no-repeat center center rgba(0,0,0,0.2);
  left: 46%;
}
.about-page .ab-4 .content .slick-next {
  background: url("../images/inner-r.png") no-repeat center center rgba(0,0,0,0.2);
  right: 46%;
  left: auto;
}
.about-page .ab-4 .content ul{
  margin-right: -15px;
}
.about-page .ab-4 .content ul li{
  padding-right: 15px;
}
.about-page .ab-4 .content ul li a{
  display: block;
}
.about-page .honor {
  position: relative;
  z-index: 1;
  padding-bottom: 3.5rem;
}
.about-page .honor .left {
  width: 30%;
  padding-top: 20px;
}
.about-page .honor .left h2 {
font-size: 50px;
    line-height: 1.2;
    font-weight: 700; 
}
.about-page .honor .left p {
  margin-top: 1rem;
}
.about-page .honor .left .img {
  margin: 1.5rem 0;
}
.about-page .honor .left .tab {
  font-size: 0;
}
.about-page .honor .left .tab span {
  display: inline-block;
  background-color: #0062b9;
  line-height: 50px;
  padding: 0 15px;
  cursor: pointer;
}
.about-page .honor .left .tab span img {
  vertical-align: middle;
}
.about-page .honor .left .tab span.left-btn {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.about-page .honor .left .tab span.right-btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.about-page .honor .right {
  width: 70%;
  position: relative;
}
.about-page .honor .right ul {
  margin: -15px;
}
.about-page .honor .right ul li {
  padding: 15px;
}
.about-page .honor .right ul li img {
  width: 100%;
      box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
@media screen and (max-width: 1700px) {
  .about-page .ab-1 .right .content {
    margin-top: 131px;
    padding: 0 0px 0 60px;
   }
   .about-page .ab-1 .right .content .text{
     padding-right: 20px;
   }
}
@media screen and (max-width: 1450px) {
  .about-page .ab-1 .right .content {
    padding: 0 0px 0 30px;
  }
  .about-page .ab-1 .right .content .text{
    padding-right: 30px;
  }
}
@media screen and (max-width: 1250px) {
   .about-page .ab-1 .right .content {
    margin-top: 131px;
    padding: 0 0px 0 30px;
  }
  .about-page .ab-2 .header{
    width: 70%;
  }
  .about-page .ab-1 .right .content .text i{
    left: 17px;
    width: 98px;
  }
  .about-page .ab-1 .right .content .text{
    width: 32%;
  }
  .about-page .ab-1 .right .content .img{
    height: 455px;
  }
  .about-page .ab-1 .box::after{
    font-size: 200px;
  }
}
@media screen and (max-width: 1100px) {
  
  .about-page .ab-1 .right .content .text{
    padding-right: 24px;
  }
  .about-page .ab-2 .header {
    width: 77%;
  }
  .about-page .ab-2{
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
   .about-page .ab-1 .left{
    width: 100%;
    padding-top: 0;
  }
  .about-page .ab-1 .right{
    display: none;
  }
  .about-page .ab-2{
    padding: 60px 0;
    background-size: cover;
  }
  .about-page .ab-2 .header{
    width: 100%;
  }
  .about-page .ab-2 .header h3{
    font-size: 30px;
  }
  .about-page .honor .left h2{
    font-size: 35px;
  }
  .about-page .ab-3 ul li .box{
    width: 100%;
    padding-left: 0;
  }
  .about-page .ab-3 .infos{
    position: initial;
    max-width: 100%;
    text-align: right;
    margin-bottom: 20px;
  }
  .about-page .ab-3 ul li .box .img{
    padding-left: 25px;
  }
  .about-page .ab-3 ul li .box .title{
    font-size: 20px;
    padding-left: 20px;
  }
  .about-page .ab-3 ul .slick-current+div li .box{
    width: 100%;
  }
  .about-page .ab-3 .list{
    position: initial;
  }
  .about-page .ab-3{
    padding: 60px 0;
  }
  .about-page .ab-3 .infos .arrow{
    margin-top: 30px;
  }
  .about-page h5,
  .about-page .ab-4 .header span,
  .about-page .ab-2 .header span{
    font-size: 35px;
  }
  .about-page .ab-3 .ui.container{
    display: flex;
    flex-wrap: wrap;

  }
  .about-page .ab-3 ul{
    padding: 0;
    max-height: unset;
    order: 2;
    width: 100%;
  }
  .about-page h5 em{
    display: inline-block; margin-left: 10px;
  }
  .about-page .ab-3 .list{
    order: 1;
    width: 100%;
  }
  .about-page .ab-3 ul li .box{
    display: block;
  }
  .about-page .ab-3 ul li .box .img{
    width: 100%;
    padding: 0;
  }
  .about-page .ab-3 ul li .box .text{
    width: 100%;
    margin-top: 20px;
  }
  .about-page .honor .left{
    width: 100%;
  }
  .about-page .honor .right{
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .honor .left h2{
    font-size: 28px;
  }
   .about-page .ab-1{
    padding: 30px 0;
  }
  .about-page .ab-1 .left .con{
    margin-top: 20px;
  }
  .about-page .ab-1 .imgs{
    display: none;
  }
  .about-page .ab-2 .header .play{
    display: none;
  }
  .about-page .ab-2 .content{
    padding-top: 60px;
  }
  
  .about-page .ab-3 ul li .box .text,
  .about-page .ab-3 ul li .box .img,
  .about-page .ab-3 ul li .box .title{
    width: 100%;
  }
   .about-page .honor .left{
    width: 100%;
  }
  .about-page .honor .right{
    width: 100%;
    margin-top: 20px;
  }
  .about-page .ab-2 .header h3{
    font-size: 20px;
  }
  .about-page h5,
  .about-page .ab-4 .header span,
  .about-page .ab-2 .header span{
    font-size: 26px;
  }
}
@media screen and (max-width: 500px){
   .about-page .ab-1 .left h3{
    font-size: 25px;
  }
  .about-page .ab-1 .left .con{
    font-size: 14px;
  }
  
  .about-page .ab-2 .header p{
    font-size: 14px;
  }
  
}

.news-page {
  background: #ebeae3;
  padding: 2px 0 140px;
}
.news-page .news-list {
  margin-top: 96px;
}
.news-page .news-list ul {
  margin: -60px -70px;
}
.news-page .news-list ul li {
  padding: 60px 70px;
}
.news-page .news-list ul li .tip {
  font-size: 18px;
  letter-spacing: 1px;
  color: #030d21;
  line-height: 1.6; 
}
.news-page .news-list ul li .tip time {
  margin-right: 3px;
}
.news-page .news-list ul li .tip span {
  margin-left: 3px;
}
.news-page .news-list ul li .tit {
  font-size: 48px;
  letter-spacing: 2px;
  color: #030d21;
  line-height: 1.1; 
  margin-top: 10px;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  transition: .1s;
  text-transform: uppercase;
    display: -webkit-box;
  -webkit-line-clamp: 2;  
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;  
}
.news-page .news-list ul li .tit:hover {
  color: #000;
}
.news-page .news-list ul li p {
  font-size: 17px;
  letter-spacing: 1px;
  color: #030d21;
  line-height: 1.6;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 32px;
}
.news-page .news-list ul li .more {
  background-color: #7a472d;
  color: #fff;
  padding: 17px 53px 17px 54px;
  margin-top: 29px;
}
.news-page .news-list ul li .more:hover {
  background: #fff;
  color: #000;
}
.newdet-page {
  padding-bottom: 139px;
}
.newdet-page .newdet-content {
  margin-top: 129px;
  color: #030d21;
}
.newdet-page .newdet-content h1 {
  font-size: 64px;
  letter-spacing: 3px;
  line-height: 1.1; 
  text-transform: uppercase;
  text-align: center;
}
.newdet-page .newdet-content .tip {
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 38px;
}
.newdet-page .newdet-content .con {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
  margin-top: 30px;
}
.newdet-page .newdet-content .bottom {
  margin-top: 73px;
}
.newdet-page .newdet-content .bottom .left a {
  display: inline-block;
}
.newdet-page .newdet-content .bottom .left a i {
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  text-align: center;
  line-height: 52px;
  font-size: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-content .bottom .left a span {
  font-size: 30px;
  letter-spacing: 1px;
  color: #131938; 
}
.newdet-page .newdet-content .bottom .left a.prev {
  margin-right: 37px;
}
.newdet-page .newdet-content .bottom .left a.prev span {
  padding-left: 13px;
}
.newdet-page .newdet-content .bottom .left a.next span {
  padding-right: 13px;
}
.newdet-page .newdet-content .bottom .left a:hover i {
  background: #091733;
  color: #fff;
}
.newdet-page .newdet-content .bottom .right a {
  display: inline-block;
  font-size: 20px;
  margin-right: 33px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .newdet-content .bottom .right a:hover {
  color: #091733;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.inner-page .news-nav {
  margin-top: 105px;
}
.inner-page .news-nav ul li {
  margin-right: 95px;
  font-size: 36px;
  letter-spacing: 1px; 
  color: #030d21;
  line-height: 1.1;
}
.inner-page .news-nav ul li a {
  display: block;
  position: relative;
}
.inner-page .news-nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #030d21;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .news-nav ul li:hover a::after,
.inner-page .news-nav ul li.active a::after {
  width: 100%;
}
.inner-page .news-nav ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1450px) {
  .news-page .news-list ul li .tit {
    font-size: 36px;
  }
}
@media screen and (max-width: 1250px){
  .news-page .news-list ul li .tit {
    font-size: 30px;
  }
}
@media screen and (max-width: 1100px) {
  .news-page .news-list ul {
    margin: -30px -40px;
  }
  .news-page .news-list ul li {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 1000px){
   .news-page {
    padding: 60px 0;
  }
  .news-page .news-list ul {
    margin: -20px;
  }
  .news-page .news-list ul li {
    padding: 20px;
  }
  .news-page .news-list ul li .tip {
    font-size: 16px;
  }
  .news-page .news-list ul li .tit {
    font-size: 26px;
  }
   .newdet-page {
    padding-bottom: 60px;
  }
  .newdet-page .newdet-content {
    margin-top: 40px;
  }
  .newdet-page .newdet-content h1 {
    font-size: 40px;
  }
  .newdet-page .newdet-content .bottom {
    margin-top: 40px;
  }
    .inner-page .news-nav {
    margin-top: 40px;
  }
  .inner-page .news-nav ul li {
    margin-right: 50px;
    font-size: 30px;
  }
}
@media screen and (max-width: 700px){
   .news-page .news-list {
    margin-top: 30px;
  }
  .news-page .news-list ul li{
    width: 100%;
  }
  .news-page .news-list ul li .tit{
    -webkit-line-clamp:5;
  }
  .news-page .news-list ul li .tit {
    font-size: 24px;
  }
  .news-page .news-list ul li p {
    font-size: 16px;
    margin-top: 20px;
  }
  .news-page .news-list ul li .more {
    padding: 12px 26px;
  }
   .newdet-page {
    padding-bottom: 30px;
  }
  .newdet-page .newdet-content {
    margin-top: 20px;
  }
  .newdet-page .newdet-content h1 {
    font-size: 36px;
  }
  .newdet-page .newdet-content .bottom {
    margin-top: 20px;
  }
  .newdet-page .newdet-content .bottom .left a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
  .newdet-page .newdet-content .bottom .left a span {
    font-size: 24px;
  }
   .inner-page .news-nav {
    margin-top: 20px;
  }
  .inner-page .news-nav ul li {
    margin-right: 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px){
  .news-page .news-list ul li .tit {
    font-size: 20px;
    line-height: 1.5;
  }
  .news-page .news-list ul li p {
    font-size: 14px;
    line-height: 2;
  }
   .newdet-page .newdet-content h1 {
    font-size: 30px;
  }
  .newdet-page .newdet-content .tip {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 13px;
  }
  .newdet-page .newdet-content .con {
    font-size: 15px;
    line-height: 2;
    margin-top: 20px;
  }
  .newdet-page .newdet-content .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .newdet-page .newdet-content .bottom .right {
    margin-top: 10px;
  }
}

.contact-page {
  padding: 0px 0 60px;
}
.contact-page .contact-1 {
  margin-top: 30px;
}
.contact-page .contact-1 .box {
  background: #f7f7f7;
}
.contact-page .contact-1 .box .left {
  padding: 100px;
}
.contact-page .contact-1 .box .left .title {
  font-size: 16px; 
  line-height: 2;
  letter-spacing: 3px;
  position: relative;
  padding-bottom: 18px;
}
.contact-page .contact-1 .box .left .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.contact-page .contact-1 .box .left .header .content {
  margin-top: 35px;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  letter-spacing: 1px;
}
.contact-page .contact-1 .box .left .header .content p {
  padding-bottom: 16px;
}
.contact-page .contact-1 .box .left .header .content p:last-child {
  padding-bottom: 0;
}
.contact-page .contact-1 .box .left .contact-v1__btn {
  margin: 60px 0 20px;
}
.contact-page .contact-1 .box .left .contact-v1__btn .xo-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-1 .box .left .contact-v1__btn .xo-btn .xo-btn__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  overflow: hidden;
  gap: 5px;
  padding: 0 2px;
  min-height: 0;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 10px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-1 .box .left .contact-v1__btn .xo-btn .xo-btn__content .xo-btn__text {
  font-size: clamp(16px, -webkit-calc(8.5vw), 36px);
  font-size: clamp(16px, -moz-calc(8.5vw), 36px);
  font-size: clamp(16px, calc(8.5vw), 36px); 
  text-transform: unset;
  text-underline-offset: 10px;
}
.contact-page .contact-1 .box .left .contact-v1__btn .xo-btn .xo-btn__content .xo-btn__text[data-text] {
  color: #000;
  letter-spacing: 1px;
  line-height: 1.5;
}
.contact-page .contact-1 .box .left .contact-v1__btn .xo-btn .xo-btn__content .xo-btn__text[data-text]:before,
.contact-page .contact-1 .box .left .contact-v1__btn .xo-btn .xo-btn__content .xo-btn__text[data-text]:after {
  content: attr(data-text);
  color: color-mix(in srgb, #000000 -webkit-calc(100%), #ffffff);
  color: color-mix(in srgb, #000000 -moz-calc(100%), #ffffff);
  color: color-mix(in srgb, #000000 calc(100%), #ffffff);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.contact-page .contact-1 .box .left .contact-v1__btn .xo-btn .xo-btn__content .xo-btn__text[data-text]:after {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.contact-page .contact-1 .box .left .contact-v1__btn .xo-btn:hover .xo-btn__text[data-text]:before {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.contact-page .contact-1 .box .left .contact-v1__btn .xo-btn:hover .xo-btn__text[data-text]:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.contact-page .contact-1 .box .left .share {
  margin-top: 64px;
}
.contact-page .contact-1 .box .left .share dl {
  margin-top: 35px;
  gap: 12px;
}
.contact-page .contact-1 .box .left .share dl dd a {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-1 .box .left .share dl dd a:hover {
  background: #091733;
  color: #fff;
  border-color: #091733;
}
.contact-page .contact-1 .box .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.contact-page .contact-2 {
  margin-top: 113px;
}
.contact-page .contact-2 .title {
  font-size: 40px;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px; 
}
.contact-page .contact-2 .title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
}
.contact-page .contact-2 .form ul {
  margin: -18px -14px;
}
.contact-page .contact-2 .form ul li {
  padding: 18px 14px;
}
.contact-page .contact-2 .form ul li label {
  display: block;
  font-size: 16px;
}
.contact-page .contact-2 .form ul li label em {
  color: red;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  padding: 30px 20px;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}
.contact-page .contact-2 .form ul li textarea {
  height: 270px;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:last-child {
  text-align: center;
}
.contact-page .contact-2 .form ul li .more {
  text-transform: uppercase;
  background: #000;
  padding: 12px 58px 11px 59px;
  color: #fff;
}
.contact-page .contact-2 .form ul li .more:hover {
  background: #0062b9;
}
@media screen and (max-width: 1250px){
   .contact-page .contact-1 .box .left {
    padding: 60px;
  }
}
@media screen and (max-width: 1000px){

  .contact-page .contact-1 .box .left {
    width: 100%;
  }
  .contact-page .contact-1 .box .right {
    display: none;
  }
  .contact-page .contact-2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px){
   .contact-page .contact-1 .box .left {
    padding: 30px;
  }
  .contact-page .contact-1 .box .left .contact-v1__btn {
    margin: 20px 0;
  }
  .contact-page .contact-1 .box .left .share {
    margin-top: 20px;
  }
  .contact-page .contact-2 {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 170px;
  }
}
@media screen and (max-width: 500px){
   .contact-page .contact-1 .box .left {
    padding: 30px 15px;
  }
  .contact-page .contact-1 .box .left .contact-v1__btn .xo-btn .xo-btn__content .xo-btn__text {
    font-size: 24px;
  }
}


.our-gallery .image-container {
    width: 100%; /* 容器占满页面宽度 */
    overflow-x: auto; /* 仅横向滚动（默认隐藏滚动条，需保留可滚动功能） */
    overflow-y: hidden; /* 禁止纵向滚动 */
    white-space: nowrap; /* 强制图片在同一行排列，不换行 */
    padding: 20px 0; /* 上下留白，提升视觉效果 */
    scrollbar-width: none; /* 隐藏 Firefox 滚动条 */
}


.our-gallery .image-container::-webkit-scrollbar {
    display: none;
}


.our-gallery .image-list {
    display: inline-flex; /* 横向弹性布局，图片紧密排列 */
    gap: 15px; /* 图片之间的间距（可调整） */
    padding: 0 20px; /* 左右留白，避免第一张/最后一张图片贴边 */
}


.our-gallery .image-item {
    width: 300px; /* 图片宽度（可调整） */
    height: 200px; /* 图片高度（可调整） */
    object-fit: cover; /* 保持图片比例，裁剪超出部分（避免拉伸） */
    border-radius: 8px; /* 圆角优化（可选） */
    box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* 轻微阴影，提升层次感（可选） */
    transition: transform 0.2s; /* 鼠标悬浮缩放动画（可选） */
}


.our-gallery .image-item:hover {
    transform: scale(1.03); 
}

.our-gallery .tip {
    text-align: center;
    color: #666;
    margin: 20px 0;
    font-size: 14px;
}

.inner-page .sideBar .sideLeft{
  width: 23%;
  background: white;
  position: sticky;
  top: 120px;
}
.inner-page .sideBar .sideLeft .box{
  border: 1px solid #eee;
  padding: 25px;
}
.inner-page .sideBar .sideLeft ul li{
  font-size: 18px;
}
.inner-page .sideBar .sideLeft ul li a{
  position: relative;
  display: block;
  padding: 5px 0;
}
.inner-page .sideBar .sideLeft ul li a i{
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBar .sideLeft ul li a i.active,
.inner-page .sideBar .sideLeft ul li.active a i{
   -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.inner-page .sideBar .sideLeft ul li ul{
  display: none;
}
.inner-page .sideBar .sideLeft ul li ul li {
  padding-left: 20px;
}
.inner-page .sideBar .sideLeft ul li ul li a{
  padding-left: 0px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.inner-page .sideBar .sideLeft ul li ul li a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBar .sideLeft ul li ul li:hover a::after,
.inner-page .sideBar .sideLeft ul li ul li.active a::after{
  width: 100%;
}
.inner-page .sideBar .sideLeft ul li:hover > a,
.inner-page .sideBar .sideLeft ul li.active > a{
  color: var(--color);
}
.inner-page .sideBar .sideLeft ul li.active ul{
  display: block;
}
.inner-page .sideBar .sideRight{
  width: 77%;
  padding-left: 50px;
}
.product-page ul.prolist li .box{
  border-radius: 5px;
}
.product-page ul.prolist li .box .hover{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  transition: -webkit-clip-path .7s cubic-bezier(.33, 1, .68, 1);
  transition: clip-path .7s cubic-bezier(.33, 1, .68, 1);
  transition: clip-path .7s cubic-bezier(.33, 1, .68, 1), -webkit-clip-path .7s cubic-bezier(.33, 1, .68, 1);
  container-type: inline-size;
  background: white;
}
.product-page ul.prolist li .box .hover .bottom{
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: #0062b9;
  border-radius: 200px;
  padding: 15px 20px;
}
.product-page ul.prolist li .box .hover .bottom .img{
  width: 70px;
  margin-right: 10px;
}
.product-page ul.prolist li .box .hover .bottom .arrow{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  border: 1px solid white;
  font-size: 18px;
  flex: none;
}
.product-page ul.prolist li .box .hover .bottom .arrow img{
  vertical-align: middle;
}
.product-page ul.prolist li:hover .box .hover{
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.m-page a,.m-page span{
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 39px;
  margin: 0 5px;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border-radius: 5px;
}
.m-page a:hover,.m-page span{
  background: var(--color);
  color: white;
}
@media screen and (max-width:1250px){
  .inner-page .sideBar .sideLeft{
    display: none;
  }
  .inner-page .sideBar .sideRight{
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width:1000px){
  .product-page ul.prolist li{
    width: 50%;
  }
}
@media screen and (max-width:700px){
  .product-page ul.prolist li{
    width: 100%;
  }
}

.prodet-page {
  padding: 134px 0 0px;
}
.prodet-page .prodet-1 .left {
  /*vertical-align: bottom;*/
  border: 1px solid #e6e6e6;
  text-align: center;
  width: 41.24%;
}
.prodet-page .prodet-1 .left img {
  width: 100%;
}
.prodet-page .prodet-1 .left .slickBtn .prev{
  left: 0;
  right: auto;
}
.prodet-page .prodet-1 .left .slickBtn .next{
  right: 0;
  left: auto;
}
.prodet-page .prodet-1 .right {
  padding-left: 72px;
  vertical-align: bottom;
}
.prodet-page .prodet-1 .right span {
  font-size: 18px;
  line-height: 1.5;
  color: var(--color);
  font-weight: bold;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  color: #000;
  /*line-height: 60px;*/
  font-weight: bold;
  margin-top: 27px;
}
.prodet-page .prodet-1 .right .gallery {
  margin-top: 50px;
}
.prodet-page .prodet-1 .right .gallery ul {
  margin-right: -33px;
}
.prodet-page .prodet-1 .right .gallery ul li {
  padding-right: 33px;
}
.prodet-page .prodet-1 .right .gallery ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
}
.prodet-page .prodet-1 .right a.mores {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  background: var(--color);
  color: white;
  padding: 12px 37px 11px 36px;
  margin-top: 49px;
  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 .right a.mores::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right a.mores:hover::after {
  width: 100%;
}
.prodet-page .prodet-1 .right .m-link {
  margin-top: 52px;
}
.prodet-page .prodet-1 .right .m-link a {
  display: block;
  font-size: 18px;
  line-height: 2;
  color: #474747; 
  font-weight: 600;
}
.prodet-page .prodet-2 {
  margin-top: 70px;
}
.prodet-page .prodet-2 .top {
  padding-bottom: 27px;
  border-bottom: 1px solid #d8d8d8;
}
.prodet-page .prodet-2 .top ul li {
  display: inline-block;
  margin-right: 105px;
  color: #474747;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}
.prodet-page .prodet-2 .top ul li::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 8px 12px 0 0;
  display: none;
}
.prodet-page .prodet-2 .top ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .top ul li.active::before {
  display: inline-block;
}
.prodet-page .prodet-2 .content {
  margin-top: 26px;
  color: #474747;
  font-size: 18px;
  line-height: 2; 
  /*font-weight: 300;*/
}
.prodet-page .prodet-2 .content .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  display: none;
}
.prodet-page .prodet-2 .content .title::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 14px 12px 0 0;
}
.prodet-page .prodet-2 .content strong {
  font-weight: bold;
}
.prodet-page .prodet-3 {
  margin-top: 130px;
}
.prodet-page .prodet-3 ul {
  margin-right: -54px;
}
.prodet-page .prodet-3 ul li {
  padding-right: 54px;
}
.prodet-page .prodet-3 ul li .img-box {
  display: block;
  border: solid 1px #e6e6e6;
}
.prodet-page .prodet-3 ul li .tit {
  display: block;
  padding: 31px 0 0 12px;
  font-size: 20px;
  line-height: 2;
  color: #474747;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .right h1 {
    font-size: 36px;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-1 .right span {
    font-size: 26px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 30px;
    margin-top: 10px;
  }
  .prodet-page .prodet-1 .right .gallery {
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .right a.mores {
    margin-top: 25px;
  }
  .prodet-page .prodet-1 .right .m-link {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 60px;
  }
  .prodet-page .prodet-3 ul li .tit {
    padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-2 {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .top ul li {
    margin-right: 50px;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .right span {
    font-size: 22px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 26px;
  }
  .prodet-page .prodet-2 .top {
    display: none;
  }
  .prodet-page .prodet-2 .content .title {
    display: block;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .content .slide {
    display: block;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content .slide:first-child {
    margin-top: 0;
  }
}


.oem-page .topp .left {
  width: 51.5%;
}
.oem-page .topp .left .tit {
  font-size: 50px; 
  font-weight: 500; 
  text-transform: uppercase;
}
.oem-page .topp .right {
  width: 48.5%;
  vertical-align: bottom;
}
.oem-page .acc1 {
  padding-bottom: 130px;
}
.oem-page .img {
  overflow: hidden;
}
.oem-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.oem-page .oem-1 {
  padding: 88px 0 72px;
  text-align: center;
}
.oem-page .oem-1 .mbx {
  font-size: 14px; 
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.oem-page .oem-1 .tit {
  font-size: 50px; 
  font-weight: 500;
  color: #1D1D1D;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.oem-page .oem-1 p {
  font-size: 18px;
  line-height: 1.7;
  color: #1D1D1D; 
  max-width: 1300px;
  margin: 0 auto;
}
.oem-page .oem-1 .btn {
  margin-top: 35px;
}
.oem-page .oem-1 .btn a {
  display: inline-block;
  font-size: 18px; 
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  background: #0F42A1;
  border-radius: 5px;
  text-transform: uppercase;
}
.oem-page .oem-1 .btn a:hover {
  background: var(--color);
}
.oem-page .oem-2 .container {
  width: 100% !important;
  padding: 0;
}
.oem-page .oem-3 {
  padding: 115px 0 120px;
}
.oem-page .oem-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oem-page .oem-3 .title .acc span {
  display: inline-block;
  font-size: 50px; 
  font-weight: 500;
  color: #00378C;
  line-height: 1.5;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.oem-page .oem-3 .title .acc p {
  font-size: 18px; 
  font-weight: 300;
  color: #1D1D1D;
  max-width: 738px;
  margin-top: 30px;
}
.oem-page .oem-3 .title .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  /*border-bottom: 1px solid #000;*/
  position: relative;
}
.oem-page .oem-3 .title .btn a::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.oem-page .oem-3 .title .btn a:hover::after{
  left: auto;
  right: 0;
  width: 0;
}
.oem-page .oem-3 .title .btn a:hover{
  color: var(--color);
}
.oem-page .oem-3 .title .btn a p {
  font-size: 16px;
  font-weight: 400; 
  line-height: 1;
  text-transform: uppercase; 
}
.oem-page .oem-3 .title .btn a i {
  display: inline-block;
  width: 39px;
  height: 6px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 40px;
}
.oem-page .oem-3 .options {
  margin-top: 55px;
}
.oem-page .oem-3 .options ul {
  margin: 0 -5px;
}
.oem-page .oem-3 .options ul li {
  padding: 0 5px;
}
.oem-page .oem-3 .options ul li .box{
  background: #F0F0F0;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  min-height: 168px;
}
.oem-page .oem-3 .options ul li h4 {
  
  font-size: 18px; 
  font-weight: bold; 
  line-height: 1;
  padding: 15px 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.oem-page .oem-3 .options ul li p{
  font-size: 16px;
  color: #7e7e7e;
}
.oem-page .oem-3 .options ul li .box:hover {
  background: #0F42A1;
  color: #fff;
}
.oem-page .oem-3 .options ul li .box:hover p{
  color: white;
}
.oem-page .oem-4 .topp .left {
  padding-right: 50px;
}
.oem-page .oem-4 .topp .left .acc {
  margin-top: 38px;
}
.oem-page .oem-4 .topp .left .acc ul {
  margin: -10px -15px;
}
.oem-page .oem-4 .topp .left .acc ul li {
  text-align: center;
  padding: 10px 15px;
}
.oem-page .oem-4 .topp .left .acc ul li .tit4 {
  font-size: 18px; 
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  opacity: 0.8;
  margin-top: 5px;
}
.oem-page .oem-5 .topp .left {
  padding-left: 60px;
  vertical-align: middle;
}
.oem-page .oem-5 .topp .left .acc {
  margin-top: 40px;
}
.oem-page .oem-5 .topp .left .acc ul {
  margin: -20px -14px;
}
.oem-page .oem-5 .topp .left .acc ul li {
  padding: 20px 14px;
  text-align: center;
}
.oem-page .oem-5 .topp .left .acc ul li .tit4 {
  font-size: 14px; 
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-5 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-6 .topp .left {
  padding-right: 60px;
  margin-top: 13px;
}
.oem-page .oem-6 .topp .left .acc {
  margin-top: 60px;
}
.oem-page .oem-6 .topp .left .acc ul {
  margin: -20px -27px;
}
.oem-page .oem-6 .topp .left .acc ul li {
  padding: 20px 27px;
  text-align: center;
}
.oem-page .oem-6 .topp .left .acc ul li .tit4 {
  font-size: 14px; 
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-6 .topp .left .acc ul li .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  /*background: url(../images/oem-61.png) no-repeat center;*/
}
.oem-page .oem-7 .topp .left {
  vertical-align: middle;
  padding-left: 56px;
}
.oem-page .oem-7 .topp .left p {
  font-size: 18px;
  color: #000000;
  opacity: 0.8;
  margin-top: 18px;
}
.oem-page .oem-7 .topp .left .acc {
  margin-top: 90px;
}
.oem-page .oem-7 .topp .left .acc ul {
  margin: 0 -28px;
}
.oem-page .oem-7 .topp .left .acc ul li {
  padding: 0 28px;
}
.oem-page .oem-7 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-8 .topp .left {
  padding-right: 60px;
}
.oem-page .oem-8 .topp .left p {
  font-size: 18px;
  color: #000000;
  opacity: 0.8;
  margin-top: 20px;
}
.oem-page .oem-8 .topp .left .acc {
  margin-top: 50px;
}
.oem-page .oem-8 .topp .left .acc ul {
  margin: -17.5px -28px;
}
.oem-page .oem-8 .topp .left .acc ul li {
  padding: 17.5px 28px;
}
.oem-page .oem-9{
  color: white;
}
.oem-page .oem-9 .des{
  max-width:720px;
}
.oem-page .oem-9 .more{
  position: absolute;
  right: 0;
  bottom: 0;
}
.oem-page .oem-9 .more:hover{
  background: white;
  color: var(--color);
}
@media screen and (max-width: 1320px) {
  .oem-page .oem-3 {
    padding: 80px 0;
  }

  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit {
    font-size: 36px;
  }

  .oem-page .oem-1 .tit {
    margin: 15px 0;
  }
  .oem-page .oem-3 .options ul li {
    width: 25%;
    margin: 10px 0;
  }
  .oem-page .oem-4 .topp .left .acc ul li {
    width: 25%;
  }
  .oem-page .oem-4 .topp .left {
    padding-right: 30px;
  }
  .oem-page .acc1 {
    padding-bottom: 50px;
  }
  .oem-page .oem-7 .topp .left .acc {
    margin-top: 40px;
  }
  .oem-page .oem-3 .title .acc span{
    font-size: 36px;
  }
}

@media screen and (max-width: 1100px) {
  .oem-page .oem-3 .options ul li {
    width: 33.3333%;
  }
  .oem-page .topp .left {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .oem-page .topp .right {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  .oem-page .oem-3 {
    padding: 60px 0;
  }

  .oem-page .oem-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oem-page .oem-3 .title .acc p {
    margin-top: 15px;
  }
  .oem-page .oem-3 .title .btn {
    margin-top: 25px;
  }
  .oem-page .oem-3 .options ul li {
    width: 50%;
  }
  .oem-page .oem-4 .topp .left .acc ul li {
    width: 33.33%;
  }
  .oem-page .oem-9 .more{
    position: relative;
    margin-top: 20px;
  }
  .oem-page .oem-3 .title .acc span{
    font-size: 30px;
  }
  .gallery-page ul li{
    width: 33.3%;
  }
}

@media screen and (max-width: 768px) {
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit {
    font-size: 32px;
  }

  .oem-page .oem-3 .options ul li {
    width: 100%;
  }
  .oem-page .oem-3 .options ul li h4 {
    padding: 20px 0;
  }
  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 50%;
  }
  .oem-page .oem-7 .topp .left .acc ul li {
    margin: 10px 0;
  }
  .oem-page .oem-3 .title .acc span{
    font-size: 24px;
  }
  .gallery-page ul li{
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit {
    font-size: 26px;
  }

  .oem-page .oem-3 .title .acc p {
    font-size: 18px; 
  }

  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 100%;
  }
  .gallery-page ul li{
    width: 100%;
  }
}
