@font-face {
  font-family: 'psjd';
  src: url('../fonts/Plateia-Bold.eot');
  src: url('../fonts/Plateia-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Plateia-Bold.woff2') format('woff2'), url('../fonts/Plateia-Bold.woff') format('woff'), url('../fonts/Plateia-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'psjd';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'psjd';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
body {
  font-family: "psjd";
  max-width: 1920px;
  --color: #0044a0;
  font-weight: normal;
  background-color: #302f2e;
  color: white;
  margin: 0 auto;
}
.container {
  width: 1550px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #302f2e;
  color: white;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
  width: auto;
  max-width: 1750px;
}
#header .nav .ui.menu .menu-box {
  width: 55%;
  height: 100%;
}
#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 {
  -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;
}
#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;
  padding: 0 .8em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a,
#header .nav .ui.menu .menu-box ul.menu > li.active > a {
  background-color: var(--color);
}
#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: 0;
  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);
  font-weight: normal;
  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 .box {
  height: 100%;
}
#header .nav .ui.menu .box .msg {
  height: 2.55555556em;
  padding: 0 1em;
  background-color: var(--color);
  padding-bottom: .3em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .msg:hover {
  background-color: black;
}
#header .nav .ui.menu .box .yuy span {
  width: 2.77777778em;
  height: 1.38888889em;
  border: 1px solid white;
  padding-bottom: .1em;
}
#header .nav .ui.menu .box .yuy ul {
  right: 0;
  left: auto;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#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;
}
#header .product-box {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  display: none;
}
#header .product-box .left {
  width: 60%;
}
#header .product-box .left ul {
}
#header .product-box .left ul li {
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .product-box .left ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: rgba(255, 255, 255, 0.07);
  padding: 10px;
}
#header .product-box .left ul li:hover a {
  background: var(--color);
}
#header .product-box .right {
  width: 40%;
  text-align: center;
  padding: 0 60px;
}
#header .product-box .right img {
  background: var(--color);
}

#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;
}
span.h2 {
  line-height: 1.4;
}
span.h2:after {
  content: '';
  width: 5.5em;
  height: 0.22916667em;
  background-color: var(--color);
  display: block;
}
.text {
  line-height: 1.875;
}
.more {
  position: relative;
  height: 3.11111111em;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:before {
  content: '';
  width: 60%;
  border: 1px solid rgba(255, 255, 255, 0.17);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 75%, 1px 75%, 1px 25%, 0 25%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 75%, 1px 75%, 1px 25%, 0 25%);
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  padding-left: 2em;
}
.more:hover:before {
  background-color: var(--color);
  width: 100%;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .ui.container {
  max-width: 1600px;
  width: auto;
}
#banner li .content span.h1 {
  line-height: 1;
  max-width: 100%;
}
#banner li .content span.h1 i {
  width: 12.3em;
  height: 0.24561404em;
  background-color: var(--color);
  display: block;
  margin-top: 0.21052632em;
}
#banner li .content .text {
  max-width: 570px;
}
#index-body .init-1 .left span.h2:after {
  width: 5em;
}
#index-body .init-1 .left .text {
  margin-bottom: auto;
}
#index-body .init-1 .right .list a.img {
  height: 240px;
  padding: 10% 6%;
}
#index-body .init-2 {
  background-color: #3f3f3e;
}
#index-body .init-3 .box .left span.h2:after {
  max-width: 3.5em;
}
#index-body .init-3 .box .left .text {
  max-height: 20.625em;
  overflow: auto;
  margin-top: auto;
}
#index-body .init-3 .box .right .img {
  position: relative;
}
#index-body .init-3 .box .right .img:before {
  content: '';
  width: 50%;
  height: 60%;
  position: absolute;
  top: -7%;
  right: -4%;
  z-index: -1;
  background-color: var(--color);
}
#index-body .init-3 .box .right .img .play {
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 .list span.h6 {
  line-height: 1;
}
#index-body .init-3 .list span.h6 sup {
  vertical-align: baseline;
}
#index-body .init-3 .list i {
  width: 1em;
  height: 1em;
}
#index-body .init-3 .list i img {
  max-height: 100%;
  max-width: 100%;
}
#index-body .init-3 .list .line {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.44);
}
#index-body .init-4 span.h2:after {
  width: 8.5em;
}
#index-body .init-4 .list i {
  width: 1em;
  height: 1em;
}
#index-body .init-4 .list i img {
  max-width: 100%;
  max-height: 100%;
}
#index-body .init-5 span.h2:after {
  display: none;
}
#index-body .init-5 .box .img {
  height: 100%;
  padding: 7%;
  position: relative;
}
#index-body .init-5 .box .img:before {
  content: '';
  width: 70%;
  height: 60%;
  position: absolute;
  left: -6%;
  top: -4%;
  background-color: var(--color);
  z-index: -1;
}
#index-body .init-5 .box time img {
  max-width: 2em;
}
#footer {
  border-top: 1.25vw solid var(--color);
}
#footer .footer-top span.h6 {
  line-height: 1.2;
}
#footer .footer-top .nav {
  line-height: 2.5;
}
#footer .footer-top .nav ul ul {
  display: none;
}
#footer .footer-top .nav a {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .nav a:hover {
  color: white;
}
#footer .footer-top .info i {
  width: 1em;
  height: 1em;
}
#footer .footer-top .info i img {
  max-width: 100%;
  max-height: 100%;
}
#footer .footer-top .right span.h2:after {
  display: none;
}
#footer .footer-top .right form label {
  line-height: 1;
}
#footer .footer-top .right form input {
  width: 100%;
  height: 3.88888889em;
  padding: 0 1.66666667em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 2px solid white;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right form input:focus {
  border-bottom-color: var(--color);
}
#footer .footer-top .right form button {
  border: none;
  background-color: transparent;
}
#footer .footer-bottom .ui.container {
  width: auto;
  max-width: 1850px;
}
#footer .footer-bottom .coy {
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-bottom .coy svg {
  max-height: 1.75em;
  width: auto;
  fill: rgba(255, 255, 255, 0.4);
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom .coy svg:hover {
  fill: white;
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu {
    height: 80px;
  }
  #index-body .init-1 .right .list a.img {
    height: 250px;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-3 .box .right .img .play {
    max-width: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-3 .box .left .text {
    max-height: none;
  }
  #index-body .init-5 .box .img {
    height: 60vw;
  }
  #footer .footer-top .info > ul.grid > li:nth-child(1),
  #footer .footer-top .info > ul.grid > li:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-1 .right .list a.img {
    height: 200px;
  }
  #index-body .init-3 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-3 ul li {
    width: 49%;
  }
  #index-body .init-3 ul li.line {
    display: none;
  }
  #index-body .init-4 .list {
    margin-top: 5%;
    text-align: left;
  }
  #index-body .init-4 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-4 .list ul li {
    width: 100%;
  }
  #banner li .content .text {
    display: none;
  }
}

.inner-banner {
  height: 450px;
  background-size: cover;
  position: relative;
}
.inner-banner > .ui.container {
  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;
}
.inner-banner h2 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
.inner-banner .mbx {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  background-color: #0044a0;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 25px 50px 25px 70px;
  -webkit-box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.07);
}
.inner-banner .mbx::after {
  content: "\e8c6";
  font-family: "iconfont";
  font-size: 22px;
  color: #fff;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 {
  padding-top: 110px;
}
.about-page .about-1 h2 {
  color:#fff;
}
.about-page .about-1 .content {
  margin: 30px 0 55px;
  line-height: 2;
  color: #cbcbcb;
}
.about-page .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .play::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.about-page .about-2 {
  padding: 90px 0 40px;
  overflow: hidden;
}
.about-page .about-2 h2 {
  text-align: center;
  margin-bottom: 60px;
}
.about-page .about-2 ul {
  position: relative;
  margin: -40px;
}
.about-page .about-2 ul li {
  padding: 40px;
  text-align: center;
  position: relative;
}
.about-page .about-2 ul li .num {
  width: 45px;
  height: 45px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 100%;
  background: var(--color);
  color: white;
  text-align: center;
  line-height: 1.3;
  position: relative;
  margin: auto;
}
.about-page .about-2 ul li .num::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 71px;
  height: 71px;
  background-color: #8ea6c6;
  border-radius: 100%;
  z-index: -1;
}
.about-page .about-2 ul li .num::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #edf1f6;
  width: 93px;
  height: 93px;
  border-radius: 100%;
  z-index: -1;
}
.about-page .about-2 ul li .content {
  font-size: 16px;
  font-weight: 300;
  margin-top: 50px;
  line-height: 2;
}
.about-page .about-2 ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 1%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: white;
  z-index: -1;
}
.about-page .about-2 ul::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 62px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80%;
  height: 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.6);
  z-index: -2;
}
.about-page .about-3 {
  padding: 30px 0 45px;
}
.about-page .about-3 .text {
  font-size: 16px;
  text-align: center;
  margin: 30px auto 60px;
  max-width: 1000px;
  line-height: 2;
}
.about-page .about-3 ul {
  margin: -25px;
}
.about-page .about-3 ul .slick-track .slick-slide>div {
  height: auto !important;
}
.about-page .about-3 ul li {
  padding: 25px;
}
.about-page .about-3 ul li .box {
  position: relative;
}
.about-page .about-3 ul li .box .img-box {
  display: block;
  z-index: 2;
}
.about-page .about-3 ul li .box h5 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  z-index: 3;
text-transform: uppercase;
}
.about-page .about-3 ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  z-index: 2;
}
.about-page .about-4 {
  padding: 45px 0 100px;
}
.about-page .about-4 .ui.container {
  max-width: 1260px;
}
.about-page .about-4 h2 {
  margin-bottom: 50px;
}
.about-page .about-4 ul li h3 {
  position: relative;
  font-size: 20px;
  padding: 20px 25px;

  border-bottom: none;
      line-height: 2;
}
.about-page .about-4 ul li h3 i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-4 ul li .content {
  font-size: 16px;
  padding: 15px 25px;
  display: none;
  line-height: 2;
}
.about-page .about-4 ul li:last-child h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.about-page .about-4 ul li.active h3 {
  background-color: var(--color);
  color: white;
      line-height: 2;
}
.about-page .about-5 {
  background: url(../images/history-bg.jpg) no-repeat;
  background-color: white;
  padding: 95px 0 80px;
  color: black;
}
.about-page .about-5 h2 {
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
.about-page .about-5 ul.list li.item {
  width: 50%;
  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;
}
.about-page .about-5 ul.list li.item:not(:first-child){
  margin-top: -60px;
}
.about-page .about-5 ul.list li.item .content {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}
.about-page .about-5 ul.list li.item .content .text {
  font-size: 16px;
  margin: 10px 0 20px;
  line-height: 2;
}
.about-page .about-5 ul.list li.item .content ul {
  margin: -8px;
}
.about-page .about-5 ul.list li.item .content ul li {
  padding: 8px;
}
.about-page .about-5 ul.list li.item .year {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--color);
  color: white;
  border-radius: 100%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  margin-top: 40px;
}
.about-page .about-5 ul.list li.item .year::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.about-page .about-5 ul.list li:nth-child(2n) {
  margin-left: auto;
}
.about-page .about-5 ul.list li:nth-child(2n) .content {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about-page .about-5 ul.list li:nth-child(2n) .year {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .about-5 ul.list li:nth-child(2n) .year::after {
  left: 100%;
}
.oem-page .oem-1 {
  padding-top: 110px;
}
.oem-page .oem-1 h3 {
  color: var(--color);
  margin-bottom: 50px;
}
.oem-page .oem-1 .wrap {
  margin: 0px;
  background-color: #f6f6f6;
}
.oem-page .oem-1 .wrap .left,
.oem-page .oem-1 .wrap .right {
  padding: 40px;
}
.oem-page .oem-1 .wrap ul.form > li {
  margin-bottom: 18px;
}
.oem-page .oem-1 .wrap ul.form > li span {
  width: 17%;
  font-size: 16px;
  font-weight: 300;
}
.oem-page .oem-1 .wrap ul.form > li div {
  width: 60%;
}
.oem-page .oem-1 .wrap ul.form > li div input {
  height: 30px;
  background-color: #c3c6c7;
  border: none;
  width: 100%;
  font-size: 18px;
  padding-left: 10px;
}
.oem-page .oem-1 .wrap ul.form > li div select {
  height: 30px;
  background-color: #c3c6c7;
  border: none;
  width: 100%;
}
.oem-page .oem-1 .wrap ul.form > li div .fa {
  position: absolute;
  right: 20px;
  top: 7px;
  cursor: pointer;
  font-size: 20px;
}
.oem-page .oem-1 .wrap ul.form > li div .select {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 2;
}
.oem-page .oem-1 .wrap ul.form > li div .select li {
  font-size: 18px;
  padding: 5px 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  cursor: pointer;
}
.oem-page .oem-1 .wrap ul.form > li div .select li:hover {
  background: var(--color);
  color: white;
}
.oem-page .oem-1 .wrap ul.form > li div .select.active {
  display: block;
}
.oem-page .oem-1 .wrap ul.form > li input[type="submit"] {
  font-size: 18px;
  color: white;
  background-color: var(--color);
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  border: none;
}
.oem-page .oem-1 .wrap ul.form > li .photo {
  font-size: 18px;
}
.oem-page .oem-1 .wrap ul.form > li .photo input {
  height: 37px;
  background: transparent;
  padding-left: 0;
}
.oem-page .oem-1 .wrap ul.form > li .photo a {
  display: inline-block;
  color: white;
  font-size: 18px;
  background-color: var(--color);
  padding: 5px 12px;
  width: auto;
  margin-right: 20px;
  position: absolute;
}
.oem-page .oem-1 .wrap .right .submit {
  text-align: right;
}
.oem-page .oem-2 {
  padding: 60px 0 95px;
}
.oem-page .oem-2 h2 {
  color: var(--color);
  margin-bottom: 50px;
}
.oem-page .oem-2 ul {
  margin: -20px;
}
.oem-page .oem-2 ul li {
  padding: 20px;
}
.oem-page .oem-2 ul li .icon {
  width: 97px;
  height: 97px;
  line-height: 97px;
  background-color: var(--color);
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
.oem-page .oem-2 ul li .icon img {
  vertical-align: middle;
}
.oem-page .oem-2 ul li .text {
  font-size: 20px;
  display: inline-block;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  vertical-align: middle;
  padding: 0 45px;
  line-height: 2;
}
.oem-page .oem-3 .box {
  background: url(../images/oem-img2.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0 140px;
}
.oem-page .oem-3 .box .content {
  width: 50%;
  margin-left: auto;
  color: white;
  padding: 0 30px;
}
.oem-page .oem-3 .box .content h2 {
  line-height: 1;
}
.oem-page .oem-3 .box .content .btn {
  color: white;
  background-color: var(--color);
  font-size: 18px;
  padding: 5px 20px;
  font-weight: bold;
  margin: 20px 0 35px;
  display: inline-block;
}
.oem-page .oem-3 .box .content .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
}
.oem-page .oem-4 {
  padding: 90px 0 75px;
}
.oem-page .oem-4 h2 {
  line-height: 1;
  color: var(--color);
  margin-bottom: 55px;
}
.oem-page .oem-4 ul {
  margin: -20px;
}
.oem-page .oem-4 ul li {
  padding: 20px;
}
.oem-page .oem-4 ul li h5 {
  font-size: 24px;
  margin-top: 15px;
}
.oem-page .oem-5 {
  padding-bottom: 75px;
  padding-top: 20px;
}
.oem-page .oem-5 .wrap {
  margin: -1px;
  background: url(../images/pdf-bg.png) no-repeat right top;
}
.oem-page .oem-5 .wrap .column {
  padding: 15px;
}
.oem-page .oem-5 .wrap .left {
  color: white;
  background: url(../images/oem-bg1.png) no-repeat;
  background-size: cover;
  width: 79%;
  height: 377px;
}
.oem-page .oem-5 .wrap .left .box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  position: relative;
  width: 100%;
  padding-right: 150px;
  padding-left: 70px;
}
.oem-page .oem-5 .wrap .left .box::after {
  position: absolute;
  top: 0;
  right: 0px;
  width: 130px;
  height: 100%;
  border-left: 130px solid transparent;
  border-top: 175px solid white;
  border-bottom: 175px solid white;
}
.oem-page .oem-5 .wrap .left .text {
  vertical-align: middle;
}
.oem-page .oem-5 .wrap .left .text h2 {
  line-height: 1;
  position: relative;
  z-index: 2;
  margin-bottom: 78px;
  margin-top: 15px;
}
.oem-page .oem-5 .wrap .left .text h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 15px;
  background-color: var(--color);
  z-index: -1;
}
.oem-page .oem-5 .wrap .left .text a {
  font-size: 16px;
  opacity: 0.8;
  text-decoration: underline;
}
.oem-page .oem-5 .wrap .left .ewm {
  vertical-align: middle;
  padding: 100px;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-radius: 100%;
}
.oem-page .oem-5 .wrap .left .ewm #ewms {
  width: 120px;
  border: 5px solid white;
}
.oem-page .oem-5 .wrap .right {
  width: 21%;
  position: relative;
  background-size: cover;
  height: 380px;
  text-align: center;
  padding-top: 36px;
}
.oem-page .oem-5 .wrap .right h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.oem-page .oem-5 .wrap .right .img-box img {
  width: auto;
}
.oem-page .oem-5 .wrap .right .btn {
  font-size: 16px;
  color: white;
  background-color: var(--color);
  padding: 5px 20px;
  margin-top: 20px;
  display: inline-block;
}
.oem-page .oem-5 .wrap .right .btn i {
  margin-left: 10px;
}
.inner-page .sideLeft {
  width: 30% !important;
  padding-right: 55px;
  position: sticky;
  top: 120px;
  margin-bottom: 30px
}
.inner-page .sideLeft h4 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 10px;
  margin-bottom: 32px;
}
.inner-page .sideLeft ul li {
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 11px 0;
}
.inner-page .sideLeft ul li a {
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page .sideLeft ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideLeft ul li.active> a,
.inner-page .sideLeft ul li:hover> a {
  color: #006cff;
}
.inner-page .sideLeft ul li.active> a::after,
.inner-page .sideLeft ul li:hover> a::after {
  width: 0;
}
.inner-page .sideRight {
  width: 70% !important;
}
h1.dongkeh1 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.dongkedes {
    font-size: 16px;
    line-height: 2;
}
.m-page {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.m-page a,
.m-page span {
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  margin: 0 4px;
}
.m-page span {
  background: var(--color);
  color: white;
  text-decoration: none;
}
.product-page {
  padding-top: 110px;
  /*padding-bottom: 100px;*/
}
.product-page .sideRight ul {
  margin: -30px;
}
.product-page .sideRight ul>p {
  padding: 30px;
}
.product-page .sideRight ul li {
  padding: 30px;
}
.product-page .sideRight ul li .img-box {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.product-page .sideRight ul li span {
  font-size: 16px;
  color: #929292;
}
.product-page .sideRight ul li h5 {
  font-size: 18px;
  line-height: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .sideRight ul li:hover h5 {
  color: var(--color);
}
.prodet-page {
  padding: 110px 0 40px;
  background: #262524;
  color: white;
}
.newdet-page+.prodet-page{
  padding-top: 0;
}
.prodet-page i.tag {
    display: block;
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: 400;
    /* font-weight: 700; */
    margin-bottom: 10px;
    color: var(--color);
    line-height: 30px;
}
.prodet-page h2,
.prodet-page h1 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  /*text-transform: uppercase;*/
}
.prodet-page .prodet-1 .left {
  background-size: 100% 100%;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid rgb(0 0 0 / 11%);
  position: relative;
}
.prodet-page .prodet-1 .left img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .left i.block {
  width: 25%;
  height: 30%;
  position: absolute;
  background: #eee;
  z-index: -1;
  left: -12%;
  top: 20%;
}
.prodet-page .prodet-1 .left video{
  width: 100%;
  display: block;
}
.prodet-page .prodet-1 .right {
  padding-left: 5%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 24px;
  line-height: 2;
  font-weight: 500;
}
.prodet-page .prodet-1 .right h6{
  font-size: 22px;
  line-height: 2;
  font-weight: 500;
  }
.prodet-page .prodet-1 .right .content {
  display: block;
  padding: 30px 0;
  font-size: 16px;
  color: #959595;
  line-height: 30px;
  max-height: 210px;
  padding-right: 20px;
  overflow-y: scroll;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .right .content h6 {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  color: var(--color);
  font-weight: bold;
}
.prodet-page .prodet-1 .right .btn {
  padding: 35px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.prodet-page .prodet-1 .right .btn a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  padding: 0 24px;
  border-radius: 20px;
  background: #252775;
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-right: 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 5px;
}
.prodet-page .prodet-1 .right .btn a:hover {
  background: var(--color);
}
.prodet-page .prodet-1 .right .share {
  margin-top: 20px;
}
.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}
.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .share ul li:hover {
  color: var(--color);
}

.prodet-page .prodet-1 .right .image-gallery ul{
  margin: -10px;
}
.prodet-page .prodet-1 .right .image-gallery ul li{
  padding: 3px;
}
.prodet-page .prodet-1 .right .image-gallery ul .slick-track{
  margin-left: 0;
  border: 1px solid rgb(0 0 0 / 11%);
}
.prodet-page .custom-page .custom-3 {
  background: none;
  padding: 80px 0 50px;
}
.prodet-page .custom-page .custom-3 .list>ul>li {
  padding-left: 0;
}
.prodet-page .custom-page .custom-3 .list>ul>li i {
  display: none;
}
.prodet-page .prodet-2{
  padding-bottom: 70px;
}
.prodet-page .prodet-2 h2 {
  display: inline-block;
}
.prodet-page .prodet-2 .btn {
  float: right;
}
.prodet-page .prodet-2 .btn div {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid var(--color);
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  color: var(--color);
}
.prodet-page .prodet-2 .btn div:hover {
  color: white;
  background: var(--color);
}
.prodet-page .prodet-2 .list {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.prodet-page .prodet-2 .list ul {
  margin: -12px;
}
.prodet-page .prodet-2 .list ul li {
  padding: 12px;
}
.prodet-page .prodet-2 .list ul li .box {
  padding: 15px;
  background: white;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
}
.prodet-page .prodet-2 .list ul li .box span {
  font-size: 14px;
  color: #404040;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 20px;
  display: block;
}
.prodet-page .prodet-2 .list ul li .box span i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 5px;
}
.prodet-page .prodet-2 .list ul li .box h5 {
  font-size: 18px;
  line-height: 30px;
  /*font-weight: bold;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-top: 20px;
  /*min-height: 140px;*/
  color: black;
}
/*.prodet-page .prodet-2 .list ul li .box:hover h5 {
  color: var(--color);
}*/
.prodet-page .form ul {
  margin: -10px;
}
.prodet-page .form ul li {
  padding: 10px;
}
.prodet-page .form ul li input,
.prodet-page .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 30px;
  background: transparent;
}
.prodet-page .form ul li input:focus,
.prodet-page .form ul li textarea:focus {
  border-color: var(--color);
}
.prodet-page .form ul li textarea {
  height: 120px;
}
.prodet-page .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: black;
  background-color: transparent;
  font-weight: bold;
}
.prodet-page .form.pro-form ul li input[type="submit"],
.prodet-page .form.pro-form ul li input,
.prodet-page .form.pro-form ul li textarea{
  border-color: rgba(255,255,255,0.6);
  color: white;
}
.prodet-page .form ul li input[type="submit"]:hover {
  color: white;
  background-color: var(--color);
  border-color: var(--color);
}
.prodet-page .form ul li.wid-100 {
  width: 100%;
}
.custom-page .custom-3 {
  padding: 80px 0 100px;
  text-align: center;
  background: #f5f5f5;
}
.custom-page .custom-3 .text {
  display: block;
  font-size: 16px;
  color: #7a7a7a;
  margin: 20px 0 30px;
  line-height: 30px;
}
.custom-page .custom-3 .list>ul {
  border-bottom: 1px solid #eee;
  text-align: left;
}
.custom-page .custom-3 .list>ul>li {
  padding: 30px 0 30px 65px;
  border-top: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.custom-page .custom-3 .list ul li i {
  position: absolute;
  top: 18px;
  left: 0;
  width: 60px;
}
.custom-page .custom-3 .list ul li i img {
  display: block;
  max-width: 100%;
}
.custom-page .custom-3 .list ul li h5 {
  padding-right: 60px;
  position: relative;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.8;
}

.custom-page .custom-3 .list ul li h5 b{
  position: relative;
  z-index: 1;
  display: inline-block;
}

.custom-page .custom-3 .list ul li h5 b:after{
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 15px;
  height: 10px;
  background-color: #00357e54;
}

.custom-page .custom-3 .list ul li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}
.custom-page .custom-3 .list ul li h5 span:after,
.custom-page .custom-3 .list ul li h5 span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 0;
}
.custom-page .custom-3 .list ul li h5 span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.custom-page .custom-3 .list ul li .content {
  margin-top: 30px;
  font-size: 18px;
  color: #bfbcbc;
  line-height: 32px;
}
.custom-page .custom-3 .list ul li .content table tr:nth-child(even) {
  background-color: #515151 !important;
}
.custom-page .custom-3 .list ul li .content table td {
  border-color: #555 !important;
}
.custom-page .custom-3 .list ul li.active {
  /*border-top: 2px solid black;*/
}
.custom-page .custom-3 .list ul li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
@media screen and (max-width: 1500px) {
  .prodet-page {
    padding: 80px 0;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 40px;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 30px 0 50px;
  }
  .custom-page h2,
  .prodet-page .prodet-1 .right h1 {
    font-size: 32px;
  }
  .custom-page .custom-3 .list ul li .content {
    font-size: 16px;
  }
  .custom-page .custom-3 .list ul li h5 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1250px){
  .custom-page h2,
  .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 28px;
  }
  .prodet-page .custom-page .custom-3 {
    padding: 60px 0;
  }
   .prodet-page .about-3 .list ul li i {
    height: 80px;
    background-size: auto 100%;
  }
  .prodet-page .about-3 .list ul li h5 {
    font-size: 18px;
  }
  .prodet-page .about-3 .list ul li p {
    font-size: 16px;
  }
  .prodet-page .about-3 .list ul li {
    padding: 30px 15px;
  }
  .prodet-page .about-3 {
    padding: 60px 0;
  }
  .prodet-page .about-3{
    padding: 0 0 30px;
  }
  .custom-page .custom-3 .list ul li .content {
    font-size: 16px;
    line-height: 30px;
  }
  .custom-page .custom-3 .list ul li i {
    width: 40px;
    top: 21px;
  }
  .custom-page .custom-3 .list ul li h5 {
    font-size: 22px;
  }
  .about-page .about-5 ul.list li.item .content {
    width: -webkit-calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: calc(100% - 145px);
  }
}
@media screen and (max-width: 1000px){
  .about-page .about-5 ul.list li.item{
    width: 100%;
  }
  .about-page .about-5 ul.list li.item:not(:first-child){
    margin-top: 30px;
  }
  .about-page .about-5 ul.list li.item .year,
  .about-page .about-5 ul.list li:nth-child(2n) .year{
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  .about-page .about-5 ul.list li.item .year:after{
    left: 100%;
  }
  .about-page .about-5 ul.list li.item .year{
    order: 1;
  }
  .about-page .about-5 ul.list li.item .content{
    order: 2;
  }
  .custom-page h2,
  .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 24px;
  }
   .prodet-page .prodet-1 .right .btn a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right {
    width: 60%;
    padding-left: 3%;
  }
  .prodet-page .prodet-1 .left {
    width: 40%;
  }
  .prodet-page .prodet-1 .right .content h6 {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .content {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .right .content {
    padding: 15px 0;
  }
  .prodet-page .prodet-1 .right .btn {
    padding: 10px 0;
  }
  .prodet-page .prodet-1 .right .share {
    margin-top: 10px;
  }
  .prodet-page {
    padding: 60px 0 30px;
  }
  .custom-page .custom-3 {
    padding: 60px 0;
  }
  .about-page .about-3 ul li .box h5{
    font-size: 16px;
  }
  a.footlik,
   {
    display: none;
 }
}
@media screen and (max-width: 750px){
  .oem-page .oem-5 .wrap .right,
  .oem-page .oem-5 .wrap .left{
    width: 100%;
  }
}
@media screen and (max-width: 700px){
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
}
@media screen and (max-width: 500px){
  .oem-page .oem-1 .wrap .left, .oem-page .oem-1 .wrap .right{
    padding: 40px 15px;
  }
  .oem-page .oem-1 .wrap ul.form>li div,
  .oem-page .oem-1 .wrap ul.form>li span{
    width: 100% !important;
  }
  .about-page .about-5 ul.list li.item .year:after{
    width: 25px;
  }
  .about-page .about-5 ul.list li.item .content {
    width: -webkit-calc(100% - 106px);
    width: -moz-calc(100% - 106px);
    width: calc(100% - 106px);
  }
   .custom-page h2,
  .prodet-page .prodet-1 .right h1,
  .prodet-page h2 {
    font-size: 20px;
    line-height: 1.8;
  }
  .prodet-page .prodet-1 .right .btn a {
    margin-right: 15px;
    font-size: 16px;
  }
  .prodet-page .prodet-2 .btn div {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
   .custom-page .custom-3 .list ul li h5 {
    font-size: 16px;
    line-height: 30px;
  }
  .custom-page .custom-3 .list ul li h5 span {
    top: 3px;
  }
  .custom-page .custom-3 .list ul li {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .custom-page .custom-3 .list ul li i {
    width: 30px;
    top: 14px;
  }
  .inner-banner h2{
    font-size: 18px;
    transform: translateY(-70px);
    line-height: 2;
  }
  .inner-banner .mbx{
    /*margin-bottom: 60px;*/
  }
}

.seoPublic{
  /*margin-top: 50px;*/
}
.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1.0em;
    text-transform: uppercase;
}

.seoPublic > div {
    padding: 60px 0 90px;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}
.prodet-page .seoPublic>div:nth-child(odd){
  background: unset;
}
.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #cbcbcb;
    max-height: 400px;
    overflow: auto;
}
.prodet-page .seoPublic .Auxil-about .box .right .text a,
.prodet-page .seoPublic .Auxil-about .box .right .text{
  color: rgba(255,255,255,0.8) !important;
}
.text.texts a {
    color: #666!important;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 15px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    min-height: 62px;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}
.prodet-page .seoPublic .seoIndustry .text {
  color: rgba(255,255,255,0.8);
}
.seoPublic .text a {
    color: var(--color);
}
.prodet-page .seoPublic .seoIndustry .text a{
  color: white !important;
}
.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    border: 1px solid rgb(0 0 0 / 7%)
    /*-o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);*/
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 18px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    min-height: 140px;
    line-height: 2;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color);
    font-size: 16px;
    /*font-weight: 700;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }
   .inner-banner .mbx {
     line-height: 2;
   }
    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

.contact-page2 {
    padding-top: 100px;
}
.contact-page2 .contact-1 {
    padding-bottom: 100px;
}
.contact-page2 .contact-1 .right {
    width: 45%;
}
.contact-page2 .contact-1 .left span.tag {
    font-size: 20px;
}
.contact-page2 .contact-1 .left span.tag:after {
    display: none;
}
.contact-page2 .contact-1 .left h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
    margin: 5px 0 30px;
}
.contact-page2 .contact-1 .left .text {
    font-size: 18px;
    line-height: 32px;
    max-width: 640px;
}
.contact-page2 .contact-1 .left h4 {
    font-size: 24px;
    color: var(--color);
    line-height: 2;
    margin-bottom: 8px;
}
.contact-page2 .contact-1 .left .hours {
    margin-top: 40px;
}
.contact-page2 .contact-1 .left .hours p {
    display: block;
    font-size: 18px;
    color: #181818;
    line-height: 2;
}
.contact-page2 .contact-1 .left .share {
    margin-top: 45px;
}
.contact-page2 .contact-1 .left .share li {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    background: #eee;
    font-size: 18px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}
.contact-page2 .contact-1 .left .share li a {
    display: block;
}
.contact-page2 .contact-1 .left .share li:hover {
    color: white;
    background: var(--color);
}
.contact-page2 .contact-1 .left {
    width: 55%;
    padding-left: 3%;
}
.contact-page2 .contact-1 .right .form {
    padding: 25px 20px 20px;
    border: 3px solid #eee;
    background: white;
}
.contact-page2 .contact-1 .right .form ul {
    margin: -5px -13px;
}
.contact-page2 .contact-1 .right .form ul li {
    padding: 5px 13px;
    float: none;
    margin-right: 0;
}
.contact-page2 .contact-1 .right .form ul li.wid-100 {
    width: 100%;
}
.contact-page2 .contact-1 .right .form ul li label {
    font-size: 20px;
    color: #181818;
    line-height: 36px;
    margin-bottom: 10px;
    display: block;
}
.contact-page2 .contact-1 .right .form ul li label em {
    color: var(--color);
}
.contact-page2 .contact-1 .right .form ul li input,
.contact-page2 .contact-1 .right .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 10px 15px;
    background: #ededed;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: none;
}
.contact-page2 .contact-1 .right .form ul li input:focus,
.contact-page2 .contact-1 .right .form ul li textarea:focus {
    background: rgba(240, 3, 49, 0.1);
}
.contact-page2 .contact-1 .right .form ul li textarea {
    height: 120px;
}
.contact-page2 .contact-1 .right .form ul li input[type="submit"] {
    margin-top: 10px;
    line-height: 37px;
    height: 40px;
    padding: 2px 35px;
    width: auto;
    border-radius: 2px;
    background:var(--color);
    color: white;
    font-size: 18px;
}
.contact-page2 .contact-1 .right .form ul li input[type="submit"]:hover {
    background: #222;
}
.contact-page2 .contact-2 .list {
    margin-bottom: 70px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dcdcdc;
}
.contact-page2 .contact-2 .list ul li {
    vertical-align: top;
}
.contact-page2 .contact-2 .list ul li .box {
    padding-left: 60px;
    position: relative;
}
.contact-page2 .contact-2 .list ul li .box i {
    position: absolute;
    left: 0;
    top:0%;
    display: block;
    width: 50px;
}
.contact-page2 .contact-2 .list ul li .box h6 {
    font-size: 24px;
    color: var(--color);
    line-height: 2;
}
.contact-page2 .contact-2 .list ul li .box p {
    font-size: 18px;
    line-height: 2;
    margin-top: 5px;
    max-width: 510px;
}
.contact-page2 .contact-2 .list ul li:nth-child(1) {
    width: 50%;
}
.contact-page2 .contact-2 .list ul li:nth-child(2) {
    width: 25%;
}
.contact-page2 .contact-2 .list ul li:nth-child(3) {
    width: 25%;
}
/*.contact-page2 .contact-2 .list ul li:nth-child(4) {
    width: 20%;
}*/
.contact-page2 .contact-3 {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.contact-page2 .contact-3 iframe {
  border: none;
}
.contact-page2 .contact-3 .amap-copyright,
.contact-page2 .contact-3 .amap-logo {
    display: none !important;
}
@media screen and (max-width: 1600px) {
      .contact-page2 .contact-1 .left h2 {
        font-size: 40px;
    }
     .contact-page2 .contact-1 .right .form ul li label {
        font-size: 16px;
        line-height: 30px;
    }
    .contact-page2 .contact-2 .list ul li .box h6 {
        font-size: 20px;
        line-height: 36px;
    }
    .contact-page2 .contact-2 .list ul li .box p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1250px) {
   .contact-page2 .contact-2 .list ul li .box i {
        width: 40px;
    }
    .contact-page2 .contact-2 .list ul li .box i img {
        max-height: 45px;
    }
    .contact-page2 .contact-2 .list ul li .box p {
        font-size: 15px;
        line-height: 30px;
    }
    /*.contact-page2 .contact-2 .list ul li:nth-child(1) {
        width: 100%;
    }*/
    /*.contact-page2 .contact-2 .list ul li:nth-child(2),
    .contact-page2 .contact-2 .list ul li:nth-child(3),
    .contact-page2 .contact-2 .list ul li:nth-child(4) {
        width: 33.333%;
    }*/
    .contact-page2 .contact-2 .list ul li {
        padding: 10px;
    }
    .contact-page2 .contact-2 .list ul {
        margin: -10px;
    }
    .contact-page2 .contact-1 .left .share li
    {
        line-height: 36px;
        height: 36px;
        width: 36px;
        font-size: 16px;
        margin-right: 5px;
    }
    .contact-page2 .contact-1 .left .text {
        font-size: 16px;
        line-height: 2;
    }
    .contact-page2 {
        padding-top: 60px;
    }
    
}
@media screen and (max-width: 1000px) {
    .contact-page2 .contact-1 .left h2 {
        font-size: 32px;
    }
    .contact-page2 .contact-1 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .contact-page2 .contact-1 .left {
        width: 100%;
        padding-right: 0;
        margin-top: 33px;
    }
    .contact-page2 .contact-1 .left .hours,
    .contact-page2 .contact-1 .left .share {
        margin-top: 20px;
    }
    .contact-page2 .contact-1 .left h4 {
        font-size: 20px;
    }
    .contact-page2 .contact-1 .left .hours p {
        font-size: 16px;
    }
    .contact-page2 .contact-2 .list {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    .contact-page2 .contact-2 .list ul li:nth-child(1) {
        width: 100%;
        margin-bottom: 40px;
    }
    .contact-page2 .contact-2 .list ul li:nth-child(2) {
      width: 50%;
    }
    .contact-page2 .contact-2 .list ul li:nth-child(3) {
      width: 50%;
    }
}
@media screen and (max-width: 700px){
   .contact-page2 .contact-2 .list ul li:nth-child(2),
    .contact-page2 .contact-2 .list ul li:nth-child(3),
    .contact-page2 .contact-2 .list ul li:nth-child(4) {
        width: 100%;
    }
    .contact-page2 .contact-2 .list ul li .box i{
      top: 55px;
    }
}
.news-page{
  padding-top: 110px;
  padding-bottom: 70px;
}
.news-page .ui.container ul.newslist li {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.news-page .ui.container ul.newslist li .column{
  vertical-align: top;
}
.news-page .ui.container ul.newslist li:last-child{
  margin-bottom: 0;
}
.news-page .ui.container ul.newslist li .date {
  min-width: 120px;
  width: 120px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.news-page .ui.container ul.newslist li .date span {
  font-size: 90px;
  font-weight: 700;
  color: #0044a0;
  line-height: 1;
  text-align: center;
}
.news-page .ui.container ul.newslist li .date em {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
.news-page .ui.container ul.newslist li .text {
  width: calc(100% - 120px);
  padding-left: 80px;
}
.news-page .ui.container ul.newslist li .text h5 {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 30px;
  text-transform: uppercase;
}
.news-page .ui.container ul.newslist li .text h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .ui.container ul.newslist li .text h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #00357e;
}
.news-page .ui.container ul.newslist li .text p {
  color: #a5a5a5;
  line-height: 30px;
}
.news-page .ui.container ul.newslist li .text .content p{
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.news-page .ui.container ul.newslist li .img-box {
  max-height: 170px;
  overflow: hidden;
  width: 30%;
}
.newdet-page{
  padding-top: 110px;
}
.newdet-page .ui.container .newst {
  padding: 20px 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .ui.container .newst span {
  font-weight: 500;
}
.newdet-page .ui.container .newst span em {
  color: #a5a5a5;
  font-weight: 400;
  margin-left: 10px;
}
.newdet-page .ui.container h1 {
  font-weight: 500;
  margin-bottom: 30px;
}
.newdet-page .ui.container .content {
  /*color: #a5a5a5;
  font-size: 18px;*/
    font-size: 16px;
    line-height: 2
}
.newdet-page .ui.container .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 0;
  /*border-bottom: 1px solid #ccc;*/
}
.newdet-page .ui.container .bottom .sharebox span {
  font-size: 18px;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: middle;
  width: auto;
}
.newdet-page .ui.container .bottom .sharebox ul{
  width: auto;
  vertical-align: middle;
}
.newdet-page .ui.container .bottom .sharebox ul li {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 100%;
  padding: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 50px;
}
.newdet-page .ui.container .bottom .sharebox ul li a {
  font-size: 24px;
  color: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .more:before {
  display: none;
}
.newdet-page .ui.container .bottom .tabbox .more i{
  width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    transition: all .5s;
}
.newdet-page .ui.container .bottom .tabbox .more i img{
  width: 16px;
  display: block;
  margin: 18px auto 0;
}
.newdet-page .ui.container .bottom .tabbox a.more.prev i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.newdet-page .ui.container .bottom .tabbox .more:hover i{
  background: var(--color);
}
.newdet-page .ui.container .bottom .tabbox .more:hover i img{
  -webkit-filter: drop-shadow(white 0 200px);
  filter: drop-shadow(white 0 200px);
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}
.newdet-page .ui.container .bottom .tabbox .more.prev:hover i img{
  -webkit-filter: drop-shadow(white 0 200px);
  filter: drop-shadow(white 0 200px);
  -webkit-transform: rotateZ(180deg) translateY(-200px);
  -moz-transform: rotateZ(180deg) translateY(-200px);
  -ms-transform: rotate(180deg) translateY(-200px);
  transform: rotateZ(180deg) translateY(-200px);
}
@media screen and (max-width: 1200px){
  .news-page .ui.container ul.newslist li .date {
    width: 200px;
  }
}
@media screen and (max-width: 700px){
  .newdet-page .ui.container .content {
    font-size: 16px;
  }
  .newdet-page .ui.container .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px){
   .news-page .ui.container ul.newslist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-page .ui.container ul.newslist li .text {
    max-width: 600px;
    padding: 0 0px;
    width: 100%;
  }
  .news-page .ui.container ul.newslist li .text h5 {
    font-size: 18px!important;
  }
  .news-page .ui.container ul.newslist li .date span {
    text-align: left;
  }
  .prodet-page{
    padding-top: 140px;
  }
}

.gallery-page{
  padding: 110px 0 60px;
}
.gallery-page ul{
  margin: -15px;
}
.gallery-page ul li{
  padding: 15px;
}
.gallery-page ul li h3{
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 1600px) {
  
  .oem-page .oem-5 .wrap .left .box {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1400px) {
  .oem-page .oem-3 .box {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 1200px) {
  .oem-page .oem-5 .wrap .left .box {
    padding-left: 20px;
  }
  .oem-page .oem-5 .wrap .left .ewm {
    padding: 50px;
  }
  .oem-page .oem-2 ul li .text {
    font-size: 16px;
  }
  .oem-page .oem-4 ul li h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .oem-page .oem-1 .wrap ul.form > li span {
    width: 21%;
  }
  .seoIndustry{
    display: none!important;
  }
  .oem-page .oem-2 ul li .text {
    padding: 0 15px;
  }
  .font-36 {
    font-size: 26px;
    line-height: 2;
  }
  .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100% !important;
  }
}
@media screen and (max-width: 750px) {
  .oem-page .oem-1 .wrap ul.form > li span {
    width: 30%;
  }
  .oem-page .oem-1 .wrap ul.form > li div {
    width: 70%;
  }
  .oem-page .oem-3 .box .content,
  .oem-page .oem-2 ul li {
    width: 100% !important;
  }
  .oem-page .oem-5 .wrap .left .ewm {
    display: none;
  }
}


.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  font-family: 'microsoft yahei';
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #333333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
  border: 1px solid #0071e3;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
  /*border: 1px solid #e6e6e6;*/
  background: #00a0e9;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
  background: #000;
  color: #ffffff;
}

.faq-page{
  padding-top: 60px;
}

#f_btn{
  position: fixed;
  right: 30px;
  bottom: 100px;
}
#f_btn a{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--color);
  color: white;
  margin: 10px 0;
  transition: 0.5s;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  display: block;
}
#f_btn #ewm{
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(0);
  -moz-transform: translateY(-50%) scaleY(0);
  -ms-transform: translateY(-50%) scaleY(0);
  transform: translateY(-50%) scaleY(0);
  width: 120px;
  border: 7px solid white;
  /*display: none;*/
}
#f_btn div.pr:hover #ewm{
    -webkit-transform: translateY(-50%) scaleY(1);
  -moz-transform: translateY(-50%) scaleY(1);
  -ms-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}
.privacy-page{
  padding-top: 50px;
}
.privacy-page h3{
  font-weight: bold;
  font-size: 22px;
}
.pr {
  position: relative;
}
.seoPublic > div:nth-child(odd) {
  background-color: black !important;
}
.slickGap-36 li img{background: #fff;}
.product-page .sideRight ul li img{background: #fff;}
.prodet-page .prodet-1 .left img{background: #fff;}
.prodet-page .prodet-1 .right .image-gallery ul li{background: #fff;}
#mobile2{
  z-index: 22000!important;
}
.layui-layer-content,#pups_from {
  color: black;
}