@font-face {
  font-family: 'Play-Bold';
  src: url(../fonts/Play-Bold.ttf) format('truetype'), url(../fonts/Play-Bold.eot) format('eot'), url(../fonts/Play-Bold.woff) format('woff'), url(../fonts/Play-Bold.woff2) format('woff2');
}
@font-face {
  font-family: 'GothamRounded-Medium';
  src: url(../fonts/GothamRounded-Medium.ttf) format('truetype'), url(../fonts/GothamRounded-Medium.eot) format('eot'), url(../fonts/GothamRounded-Medium.woff) format('woff'), url(../fonts/GothamRounded-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'GothamRounded-Light';
  src: url(../fonts/GothamRounded-Light.ttf) format('truetype'), url(../fonts/GothamRounded-Light.eot) format('eot'), url(../fonts/GothamRounded-Light.woff) format('woff'), url(../fonts/GothamRounded-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'GothamRounded-Book';
  src: url(../fonts/GothamRounded-Book.ttf) format('truetype'), url(../fonts/GothamRounded-Book.eot) format('eot'), url(../fonts/GothamRounded-Book.woff) format('woff'), url(../fonts/GothamRounded-Book.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .fdgre, .yhftfds {                         
    display: none !important;
  }
}
input::-webkit-input-placeholder {
  color: #848484;
}
input::-moz-placeholder {
  color: #848484;
}
input:-moz-placeholder {
  color: #848484;
}
input:-ms-input-placeholder {
  color: #848484;
}
body {
  font-family: 'GothamRounded-Book';
  margin: 0;
  padding: 0;
  --color: #e60012;
  --font: 'Play-Bold';
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  margin: 0 auto;
  width: 1600px;
  position: relative;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .header-icon {
  width: 14%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .header-content {
  width: 86%;
}
#header .header-content .header-b {
  height: 60px;
  background-color: #f4f4f4;
}
#header .header-content .header-b .content {
  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;
  height: 100%;
}
#header .header-content .header-b .content .left {
  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;
}
#header .header-content .header-b .content .left .list:first-child {
  border-right: 1px solid #000;
}
#header .header-content .header-b .content .left .list {
  height: 100%;
  padding-left: 40px;
  padding-right: 75px;
  font-size: 16px;
  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 .header-content .header-b .content .left .list span {
  margin-left: 15px;
}
#header .header-content .header-b .content .right {
  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;
  height: 100%;
}
#header .header-content .header-b .content .right .h-search {
  height: 100%;
  padding: 0 35px;
  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;
  background-color: var(--color);
  cursor: pointer;
}
#header .header-content .header-b .content .right .linkicon {
  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;
  background-color: var(--color);
  padding: 0 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#header .header-content .header-b .content .right .linkicon a {
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
}
#header .header-content .header-b .content .right .linkicon a:last-child {
  margin-right: 0;
}
#header .header-content .header-b .content .right .gu-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 55px;
}
#header .header-content .header-b .content .right .gu-icon span {
  font-size: 16px;
  margin-left: 13px;
  color: var(--color);
}
#header .header-content .header-b .content .right .gu-icon span:last-child {
  font-size: 24px;
  margin: 0;
  font-family: 'GothamRounded-Medium';
}
#header .header-content .nav {
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding-right: 25px;
}
#header .header-content .nav .ui.menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 10px;
}
#header .header-content .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li::before {
  content: "\f107";
  display: block;
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 110%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li.cur::before{
  opacity: 1;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: -1;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li:hover::after {
  opacity: 1;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 45px;
  font-size: 20px;
  color: #000;
  font-family: 'GothamRounded-Medium';
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .header-content .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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;;
  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 .header-content .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .header-content .nav .ui.menu .menu-box ul.menu > li ul.sub-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 .header-content .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 .header-content .nav .ui.menu .right {
  margin-left: 140px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.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;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 2;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-family: 'Play-Bold';
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.language-box .zhuyu {
  color: #000;
  font-family: 'Play-Bold';
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box .zhuyu > img {
  width: 55px;
  height: 25px;
}
.language-box .zhuyu span {
  font-size: 18px;
  margin: 0 25px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: 0px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner {
  margin-top: 115px;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
  height: 65vh;
}
#banner .banner-content ul li video{
  object-fit: cover;
  object-position: bottom;
}
#banner .banner-content ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.baseTit {
  font-size: 58px;
  line-height: 1.4;
  font-family: var(--font);
  color: #2a2a2a;
}
.baseTit span {
  color: var(--color);
}
#index-body .our-product {
  padding: 110px 0 70px;
}
#index-body .our-product .top {
  max-width: 70%;
}
#index-body .our-product .top .desc span{
  color: var(--color);
}
#index-body .our-product .baseTag {
  left: 0;
  top: 20px;
}
#index-body .our-product .baseTit {
  color: var(--color);
}
#index-body .our-product a.baseBtn {
  margin-top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
}
#index-body .our-product a.baseBtn span {
  border-bottom: 1px solid var(--color);
}
#index-body .our-product .list {
  margin-top: 90px;
  padding: 0 70px;
}
#index-body .our-product .list ul {
  margin: -10px;
}
#index-body .our-product .list ul li {
  padding: 10px;
}
#index-body .our-product .list ul li .img {
  border: 1px solid #c6c6c6;
  border-radius: 12px;
  overflow: hidden;
}
#index-body .our-product .list ul li .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .our-product .list ul li .text {
  padding: 20px;
}
#index-body .our-product .list ul li .name {
  font-family: var(--font);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2;
}
#index-body .our-product .list ul li a.readMore {
  padding-bottom: 10px;
  color: var(--color);
  border-bottom: 4px solid currentColor;
}
#index-body .our-product .list ul li a.readMore img {
  display: inline-block;
  vertical-align: baseline;
}
#index-body .our-about {
  padding: 70px 0 170px;
}
#index-body .our-about .box-video{
  position: relative;
}
#index-body .our-about .box-video .player {
  width: 91px;
  height: 91px;
  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%);
  display: block;
  background-color: transparent;
  border: none;
}
#index-body .our-about .box-video .player img {
  position: relative;
  z-index: 5;
}
#index-body .our-about .box-video .player::before {
  content: "";
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.6);
  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%);
  display: block;
  border-radius: 50%;
  z-index: 3;
  -webkit-animation: player_big1 1s infinite ease-in-out;
  -moz-animation: player_big1 1s infinite ease-in-out;
  animation: player_big1 1s infinite ease-in-out;
}
#index-body .our-about .box-video .player::after {
  content: "";
  width: 140px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.2);
  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%);
  display: block;
  border-radius: 50%;
  -webkit-animation: player_big2 1s infinite ease-in-out;
  -moz-animation: player_big2 1s infinite ease-in-out;
  animation: player_big2 1s infinite ease-in-out;
}
@-webkit-keyframes player_big1 {
  0% {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  100% {
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@-moz-keyframes player_big1 {
  0% {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  100% {
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@keyframes player_big1 {
  0% {
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  100% {
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
@-webkit-keyframes player_big2 {
  0% {
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    width: 140px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@-moz-keyframes player_big2 {
  0% {
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    width: 140px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
@keyframes player_big2 {
  0% {
    width: 120px;
    height: 120px;
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    width: 140px;
    height: 140px;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
#index-body .our-about .box {
  padding: 0 5%;
}
#index-body .our-about .desc {
  margin-bottom: 100px;
}
#index-body .our-about .desc h1 {
  display: inline;
}
#index-body .our-about .desc span {
  color: var(--color);
}
#index-body .our-about ul {
  margin: -15px;
}
#index-body .our-about ul li {
  padding: 15px;
}
#index-body .our-about ul li i {
  height: 90px;
}
#index-body .our-about ul li i img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .our-about ul li h4 {
  font-size: 50px;
  font-family: var(--font);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#index-body .our-about ul li h4 span {
  font-size: 20px;
}
#index-body .our-about ul li span {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-family: 'GothamRounded-Medium';
}
#index-body .our-about ul li:hover i img {
  -webkit-filter: none;
  filter: none;
}
#index-body .our-about ul li:hover span,
#index-body .our-about ul li:hover h4 {
  color: var(--color);
}
#index-body .our-service {
  height: 690px;
  background: url("../images/service-bg.jpg") no-repeat;
  background-size: cover;
  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 .our-service .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .our-service .container .left {
  color: #fff;
  padding-top: 40px;
}
#index-body .our-service .container .left .baseTit {
  color: #fff;
}
#index-body .our-service .container .left .desc {
  position: relative;
}
#index-body .our-service .container .left .desc img {
  position: absolute;
  left: -70px;
  top: -60px;
  z-index: 0;
}
#index-body .our-service .container .left a.baseBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-bottom: 10px;
}
#index-body .our-service .container .left a.baseBtn span {
  border-bottom: 1px solid #fff;
}
#index-body .our-service .container .right {
  max-width: 1005px;
  width: 70%;
  position: relative;
}
#index-body .our-service .container .right .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .our-service .container .right .service-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #fff;
  background: transparent;
  font-size: 20px;
  color: #fff;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#index-body .our-service .container .right .service-btn:hover {
  background: var(--color);
}
#index-body .our-service .container .right .service-prev {
  left: -65px;
}
#index-body .our-service .container .right .service-next {
  right: -65px;
}
#index-body .our-service .container .right ul {
  margin: 0 -10px;
}
#index-body .our-service .container .right ul li:hover .box {
  background-color: transparent;
  color: #fff;
}
#index-body .our-service .container .right ul li:hover .box img {
  -webkit-filter: invert(1) grayscale(1);
  filter: invert(1) grayscale(1);
}
#index-body .our-service .container .right ul li {
  padding: 0 10px;
  height: 445px;
  position: relative;
}
#index-body .our-service .container .right ul li .box {
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  height: 100%;
  padding: 40px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .our-service .container .right ul li .box h4 {
  font-size: 28px;
  line-height: 1.8;
  font-family: var(--font);
  margin: 25px 0 10px;
}
#index-body .our-service .container .right ul li .box p {
  font-size: 18px;
  line-height: 2;
}
#index-body .our-news {
  background-color: #f4f4f4;
  padding: 100px 0 70px;
}
#index-body .our-news .left {
  width: 35%;
}
#index-body .our-news .left .desc {
  font-family: 'Play-Bold';
}
#index-body .our-news .left a.baseBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
}
#index-body .our-news .left a.baseBtn span {
  border-bottom: 1px solid var(--color);
}
#index-body .our-news .right {
  width: 65%;
}
#index-body .our-news .right ul {
  margin: -10px;
}
#index-body .our-news .right ul li {
  padding: 10px;
}
#index-body .our-news .right ul li .text {
  background-color: white;
  padding: 20px;
}
#index-body .our-news .right ul li .text .name {
  font-family: var(--font);
  display: -webkit-box;  
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;  
  line-height: 1.8;
}
#index-body .our-news .right ul li .text p {
  font-size: 15px;
  line-height: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;  
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
  overflow: hidden; 
}
#index-body .our-news .right ul li .date {
  padding-left: 35px;
  position: relative;
}
#index-body .our-news .right ul li .date i {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .our-news .right ul li .date i img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .our-news .right ul li .date time {
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  display: inline-block;
  background-color: #ebebeb;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .our-news .right ul li:hover .text {
  color: var(--color);
}
#index-body .our-news .right ul li:hover .date i img {
  -webkit-filter: none;
  filter: none;
}
#index-body .our-news .right ul li:hover .date time {
  color: white;
  background-color: var(--color);
}
#index-body .our-news .right ul li:hover .btn{
  border-bottom: 1px solid var(--color);
} 
#footer {
  color: white;
  background-color: #3b3b3b;
}

#footer .footer-b .footer-b-box {
  height: 85px;
  border-top: 1px solid rgba(208, 205, 203, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-b .footer-b-box span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
#footer .footer-b .footer-b-box img {
  width: 260px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}
#footer .foot-top {
  padding: 40px 0;
  border-bottom: 1px solid white;
}
#footer .foot-top .logo {
  display: inline-block;
}
#footer .foot-top ul {
  display: inline-block;
  margin-left: 75px;
}
#footer .foot-top ul li {
  display: inline-block;
  font-family: var(--font);
  transition: all 0.5s;
}
#footer .foot-top ul li:hover{
  color:var(--color);
}
#footer .foot-top ul li + li {
  margin-left: 55px;
}
#footer .foot-center {
  padding: 80px 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;
}
#footer .foot-center form input {
  display: block;
  height: 56px;
  font-size: 16px;
  color: black;
  background-color: white;
  border: none;
  padding: 0 20px;
  margin-bottom: 20px;
  width: 290px;
}
#footer .foot-center form input[type="submit"] {
  padding: 0 30px;
  color: white;
  background-color: var(--color);
  margin-right: 0;
  width: auto;
}
#footer .foot-center .left h4 {
  font-family: var(--font);
}
#footer .foot-center .left .qc-img{
  margin-bottom: 20px;
}
#footer .foot-center .left .qc-img img,
#footer .foot-center .left .qc-img canvas {
  width: 120px;
  height: auto;
  border: 3px solid white;
}
#footer .foot-center .left .social-links a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  font-size: 20px;
  color: black;
  background-color: white;
}
#footer .foot-center .left .social-links a:hover {
  background-color: var(--color);
}
#footer .foot-center .left .social-links a + a {
  margin-left: 10px;
}
#footer .foot-center .right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .foot-center .right .bg {
  position: absolute;
  left: -20px;
  top: -50px;
}
#footer .foot-center .right .list:last-child {
  margin-right: 0;
}
#footer .foot-center .right .list {
  height: 365px;
  display: inline-block;
  max-width: 300px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 25px;
  margin-right: 30px;
}
#footer .foot-center .right .list h4 {
  font-size: 19px;
  line-height: 1.8;
  text-transform: uppercase;
  font-family: var(--font);
  margin-bottom: 10px;
}
#footer .foot-center .right .list p {
  font-size: 16px;
  line-height: 2;
  
  font-family: 'GothamRounded-Light';
}
#footer .foot-center .right .list p span {
  font-family: 'GothamRounded-Medium';
  text-transform: capitalize;
  font-style: italic;
  border-bottom: 2px solid #898989;
}
@media (max-width: 1600px) {
  .ui.container {
    width: 1400px;
    padding: 0 15px;
  }
  .baseTit {
    font-size: 50px;
  }
  .our-product .list {
    padding: 0;
  }
  .our-about .box {
    padding: 0;
  }
  #header .header-content .header-b .content .left .list {
    padding: 0 25px ;
  }
  #header .header-content .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  #header .header-content .nav .ui.menu .right {
    margin-left: 70px;
  }
  #index-body .our-product .list {
    padding: 0;
  }
  #index-body .our-service .container .right .service-btn {
    display: none;
  }
  #index-body .our-service .container .right {
    max-width: 900px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  .baseTit {
    font-size: 40px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-22 {
    font-size: 20px;
  }
  #header .header-content .header-b .content .right .gu-icon {
    display: none;
  }
  #header .header-content .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #index-body .our-service .container .right {
    max-width: 700px;
  }
  #footer .foot-center .right .bg {
    display: none;
  }
  #footer .foot-center .right .list {
    height: auto;
    max-width: 265px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 2;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-22 {
    font-size: 18px;
  }
  #footer .foot-center form input {
    width: 220px;
  }
  #footer .foot-top ul li + li {
    margin-left: 30px;
  }
  #header .header-content .nav .ui.menu .right {
    margin-left: 40px;
  }
  .language-box .zhuyu > img {
    width: 35px;
    height: auto;
  }
  .language-box .zhuyu span {
    font-size: 16px;
    margin: 0 10px;
  }
  #header .header-content .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #header .header-icon img {
    width: 125px;
  }
  #index-body .our-service .container .right {
    max-width: 580px;
  }
  #index-body .our-service .container .right ul li .box h4 {
    font-size: 24px;
  }
  #index-body .our-about ul li {
    width: 50%;
    margin: 20px 0;
  }
  #footer .foot-center {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .foot-center .right .list {
    max-width: 32%;
    margin-right: 2%;
  }
  #footer .foot-center .left,
  #footer .foot-center form,
  #footer .foot-center form input {
    width: 100%;
  }
  #index-body .our-service .container .right ul li {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #footer .footer-b .footer-b-box{
    flex-direction: column;
    height: auto;
    padding: 20px 0;
    line-height: 2;
  }
  #footer .footer-b .footer-b-box span{
    text-align: center;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 700px;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .our-about {
    padding: 70px 0;
  }
  .our-about ul li i {
    height: 70px;
  }
  .our-about .desc {
    margin-bottom: 40px;
  }
  .font-22 {
    font-size: 16px;
  }
  #index-body .our-service .container .right {
    max-width: 300px;
  }
  .our-product .top {
    max-width: 100%;
    padding-left: 0;
    float: none;
  }
  .our-product .baseTag {
    position: relative;
    left: auto;
    top: auto;
  }
  .our-product .fr {
    float: none;
    margin-top: 30px;
  }
  .our-product .list {
    margin-top: 40px;
  }
  .our-product .list ul li .text {
    padding: 10px;
  }
  .our-product .list ul li .name {
    margin-bottom: 10px;
  }
  .baseTit br {
    display: none;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .left {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .our-news .right {
    width: 100%;
  }
  #footer .foot-top {
    display: none;
  }
  #footer .foot-center {
    padding: 40px 0;
  }
  #footer .foot-center .fl,
  #footer .foot-center .fr {
    float: none;
  }
  #footer .foot-center form input {
    font-size: 14px;
  }
  #footer .foot-center form input[type="submit"] {
    width: 20%;
    padding: 0;
  }
  .our-news .right ul li .text p {
    font-size: 14px;
  }
  #footer .foot-center .left p {
    max-width: 100%;
  }
  #footer .foot-center .left {
    margin-bottom: 40px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
  }
  #index-body .our-news .left {
    width: 50%;
  }
  #index-body .our-news .right {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #index-body .our-product .top {
    max-width: 100%;
  }
  #index-body .our-about .box {
    padding: 0;
  }
  #index-body .our-service {
    display: none;
  }
  #index-body .our-news .box {
    -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;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index-body .our-news .box .left {
    width: 100%;
  }
  #index-body .our-news .box .right {
    width: 100%;
  }
  #footer .foot-center .right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .foot-center .right .list {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  .font-22 {
    font-size: 14px;
  }
  #index-body .our-about ul {
    display: none;
  }
  #footer .foot-center form input[type="submit"] {
    width: 100%;
  }
  .baseTit {
    font-size: 34px;
  }
}














/*inner*/

.mbx {
  font-weight: normal;
  font-size: 20px;
  margin-top: 140px;
}
.mbx span {
  font-family: 'Play-Bold';
}
.mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.mbx a:hover {
  color: var(--color);
}
.inner-page {
  margin-top: 30px;
}
.inner-page .ui.container {
  max-width: 1568px;
}
.inner-page span.tag {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  display: block;
  line-height: 1;
  margin-bottom: .5em;
}
.inner-page span.h2 {
  font-size: 60px;
  font-family: 'Play-Bold';
  display: block;
  line-height: 1.3;
  margin-bottom: .6em;
}
.inner-page span.h3 {
  font-size: 40px;
  font-family: 'Play-Bold';
  line-height: 1.5;
  display: block;
}
.inner-page .text {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}
.inner-page a.more {
  font-size: 16px;
  padding: .7em 1.5em;
  margin-top: 50px;
  border: 2px solid #444;
  color: #444;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.more:hover,
.inner-page a.more.on {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.inner-page a.more.on {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page a.more.on:hover {
  background-color: transparent;
  color: var(--color);
}
.inner-page .m-page {
  text-align: center;
  margin-top: 60px;
}
.inner-page .m-page .wp-pagenavi {
  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;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  border: 1px solid transparent;
  color: #888;
  font-size: 18px;
  padding: 0 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 2px;
  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;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  border-color: var(--color);
  color: var(--color);
}
.manufacuring-page .manufacuring-1 {
  padding: 150px 0;
  position: relative;
}
.manufacuring-page .manufacuring-1 .mask {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.manufacuring-page .manufacuring-1 .left {
  width: 47%;
}
.manufacuring-page .manufacuring-1 .left .btn {
  margin-top: 40px;
}
.manufacuring-page .manufacuring-1 .left .btn a.more {
  margin-right: 2em;
}
.manufacuring-page .manufacuring-2 {
  padding: 140px 0;
  text-align: center;
}
.manufacuring-page .manufacuring-2 .left {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.manufacuring-page .manufacuring-2 .left span.h2 {
  font-size: 48px;
  line-height: 1.3;
}
.manufacuring-page .manufacuring-2 .left .text {
  margin: 2em auto;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .left .text p {
  margin-top: 1em;
}
.manufacuring-page .manufacuring-2 .left .text p:first-child {
  margin-top: 0;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .left a.more {
  margin-top: 0;
}
.manufacuring-page .manufacuring-2 span.h3 {
  margin: 1em 0;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .list {
  padding: 50px 0;
  position: relative;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .list:after {
  /*content: '';*/
  width: 1px;
  height: 100%;
  background-color: #7D7D7Daa;
  position: absolute;
  left: 50%;
  top: 0;
}
.manufacuring-page .manufacuring-2 .list ul {
  margin: -10px;
  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;
}
.manufacuring-page .manufacuring-2 .list ul li {
  padding: 10px;
  width: 20%;
}
.manufacuring-page .manufacuring-2 .list ul li .flex {
  /*padding: 10px;*/
  /*border-bottom: 1px solid #7D7D7Daa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;*/
  font-size: 18px;
  height: 100%;
  text-align: center;
}
.manufacuring-page .manufacuring-2 .list ul li .flex i.img {
  font-size: 1.5em;
  /*margin-right: .7em;*/
  color: var(--color);
  flex-shrink: 0;
}
.manufacuring-page .manufacuring-2 .list ul li .flex i.img img {
  display: block;
  margin: 0 auto;
}
.manufacuring-page .manufacuring-2 .list ul li .flex span.h6 {
  font-family: 'Play-Bold';
  height: 3em;
  overflow: hidden;
  display: block;
}
.manufacuring-page .manufacuring-2 .list ul li .flex .text {
  margin-top: .5em;
  font-size: 16px;
  text-align: left;
}
.manufacuring-page .manufacuring-2 .box {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.manufacuring-page .manufacuring-2 .box .img {
  background-size: cover;
  background-position: center;
}
.manufacuring-page .manufacuring-2 .box .content {
  padding-left: 5%;
}
.manufacuring-page .manufacuring-2 a.more {
  margin-top: 2em;
}
.manufacuring-page .manufacuring-3 {
  padding-bottom: 140px;
}
.manufacuring-page .manufacuring-3 span.h3 {
  margin-bottom: 2em;
}
.manufacuring-page .manufacuring-3 span.h3:after {
  content: '';
  width: 3em;
  height: 4px;
  background-color: var(--color);
  display: block;
  margin-top: .5em;
}
.manufacuring-page .manufacuring-3 .list {
  border-bottom: 1px solid #7D7D7Daa;
}
.manufacuring-page .manufacuring-3 .list ul li {
  padding: 50px 0;
  border-top: 1px solid #7D7D7Daa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.manufacuring-page .manufacuring-3 .list ul li span.num {
  font-size: 70px;
  font-family: 'Play-Bold';
  line-height: 1;
}
.manufacuring-page .manufacuring-3 .list ul li .content {
  width: 100%;
  padding: 0 3%;
}
.manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
  font-size: 36px;
  font-family: 'Play-Bold';
  line-height: 1.2;
}
.manufacuring-page .manufacuring-3 .list ul li .content .text {
  margin-top: 1em;
}
.manufacuring-page .manufacuring-3 .list ul li .content a.link {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 1em;
  font-weight: normal;
  color: var(--color);
}
.manufacuring-page .manufacuring-3 .list ul li .content a.link:after {
  content: ' >';
}
.manufacuring-page .manufacuring-3 .list ul li .img {
  width: 40%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: -50px;
  padding-left: 5%;
  margin-bottom: -100px;
}
.manufacuring-page .manufacuring-3 .list ul li .img img {
  -webkit-transform: translateX(-5%);
  -moz-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.manufacuring-page .manufacuring-3 .list ul li:hover .img img {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.injection-page .injection-1 {
  padding: 100px 0;
  position: relative;
}
.injection-page .injection-1 .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../images/injection-1.jpg");
  background-position: center;
  background-size: cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.injection-page .injection-1 .left {
  width: 50%;
  display: block;
  margin-left: auto;
  padding-left: 2%;
}
.injection-page .injection-1 .left .btn {
  margin-top: 40px;
}
.injection-page .injection-1 .left .btn a.more {
  margin-right: 2em;
}
.injection-page .manufacuring-2 .left {
  margin-bottom: 50px;
}
.injection-page .injection-2 {
  padding-bottom: 100px;
}
.injection-page .injection-2 .list {
  margin-top: 50px;
}
.injection-page .injection-2 .list ul {
  margin: -10px;
}
.injection-page .injection-2 .list ul li {
  padding: 10px;
}
.injection-page .injection-2 .list ul li a.img-box {
  display: block;
}
.injection-page .injection-3 {
  padding-bottom: 150px;
  text-align: center;
}
.injection-page .injection-3 span.h3 {
  margin-bottom: 1em;
}
.injection-page .injection-3 .btn a.more {
  margin: 0 1em;
}
.technology-page .technology-1 {
  padding: 150px 0;
}
.technology-page .technology-1 .left {
  max-width: 100%;
  text-align: center;
}
.technology-page .technology-1 span.h3 {
  margin-bottom: 1em;
}
.technology-page .technology-1 .left .text{
  margin: 2em -70px;
  text-align: left;
}
.technology-page .technology-2 {
  padding-bottom: 150px;
}
.technology-page .technology-2 .list ul {
  padding: 10px;
}
.technology-page .technology-2 .list ul li {
  padding: 10px;
}
.technology-page .technology-2 .list ul li .box {
  background-size: cover;
  background-position: center;
  height: 420px;
  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: 20px;
  position: relative;
}
.technology-page .technology-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.technology-page .technology-2 .list ul li .box .content {
  max-width: 700px;
  text-align: center;
  color: white;
  z-index: 1;
  position: relative;
}
.technology-page .technology-2 .list ul li .box .content span.h6 {
  font-size: 24px;
  font-family: 'Play-Bold';
}
.technology-page .technology-2 .list ul li .box .content .text {
  margin: .5em 0;
}
.technology-page .technology-2 .list ul li .box .content a.more {
  border-color: white;
  color: white;
}
.technology-page .technology-2 .list ul li .box .content a.more:hover {
  background-color: white;
  color: var(--color);
}
.overmolding-page .overmolding-1 {
  padding-bottom: 150px;
}
.overmolding-page .overmolding-1 video {
  width: 100%;
  background-color: black;
  display: block;
}
.who-page .who-1 {
  padding-top: 150px;
}
.who-page .who-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -25px;
  flex-wrap: wrap;
}
.who-page .who-1 ul li {
  padding: 25px;
  /*text-align: center;*/
}
.who-page .who-1 ul li .flex {
  /*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;*/
}
.who-page .who-1 ul li .flex i {
  /*margin-right: 15px;*/
  flex-shrink: 0;
  /*margin-bottom: 15px;*/
  display: block;
  margin-right: 15px;
  max-width: 52px;
}
.who-page .who-1 ul li .flex span.h6 {
  font-size: 40px;
  font-family: 'Play-Bold';
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  /*align-items: center;*/
  /*justify-content: center;*/
}
.who-page .who-1 ul li span.h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
  margin-bottom: .1em;
}
.who-page .who-1 ul li span.h2 i.fa {
  color: var(--color);
  font-size: .6em;
  margin-right: .3em;
}
.who-page .who-1 ul li p {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-top: 1em;
}
.who-page .who-2 {
  padding: 150px 0;
}
.who-page .who-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 5%;
}
.who-page .who-2 .left dl {
  font-size: 40px;
  font-family: 'Play-Bold';
}
.who-page .who-2 .left dl dd {
  margin-bottom: .5em;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.who-page .who-2 .left dl dd.active {
  color: var(--color);
}
.who-page .who-2 .right .slide {
  margin-bottom: 30px;
}
.who-page .who-2 .right .slide .text {
  text-align: justify;
}
.who-page .who-2 .right .slide .text p {
  margin-bottom: 1em;
}
.who-page .who-2 .right .slide .img {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.who-page .who-2 .right .slide .img img {
  max-width: 45%;
}
.who-page .who-2 .right .slide .img img:last-child {
  margin-top: 20%;
}
.who-page .who-2 .right .slide ol {
  padding-left: 1em;
}
.who-page .who-2 .right .slide ol li {
  list-style-type: disc;
  margin-bottom: .5em;
}
.news-page .news-1 {
  padding: 15px 0 40px;
  background: #dedede;
  text-align: center;
}
.news-page .news-1 ul {
  margin: -10px;
}
.news-page .news-1 ul li {
  padding: 10px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 ul li i {
  display: block;
  line-height: 102px;
  height: 102px;
}
.news-page .news-1 ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-1 ul li h6 {
  font-size: 18px;
  color: var(--color);
}
.news-page .news-1 ul li:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news-page .news-2 {
  padding: 90px 0;
  background: #ededed;
}
.news-page .news-2 .list ul li {
  margin-bottom: 40px;
  background: #fff;
}
.news-page .news-2 .list ul li .left {
  width: 30%;
  vertical-align: middle;
}
.news-page .news-2 .list ul li .left .img {
  height: 310px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.news-page .news-2 .list ul li .right {
  width: 70%;
  vertical-align: middle;
  padding: 10px 4%;
}
.news-page .news-2 .list ul li .right time {
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 300;
  font-style: italic;
  display: block;
  line-height: 1.2;
}
.news-page .news-2 .list ul li .right time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.news-page .news-2 .list ul li .right h3 {
  font-size: 18px;
  line-height: 1.8;
  color: #4b4b4b;
  font-weight: 700;
  margin: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-2 .list ul li .right h3:hover {
  color: var(--color);
}
.news-page .news-2 .list ul li .right a.more {
  margin-top: 1em;
}
.news-page .news-2 .list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-3 {
  padding-bottom: 90px;
  background: #ededed;
}
.news-page .news-3 .box {
  padding: 80px 0 100px;
  background: #f3f3f3;
}
.news-page .news-3 .box .left {
  width: 65%;
  padding: 0 4%;
}
.news-page .news-3 .box .left h1 {
  font-size: 28px;
  color: #4b4b4b;
  font-weight: 700;
  line-height: 1.8;
}
.news-page .news-3 .box .left time {
  margin: 25px 0 15px;
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 300;
  font-style: italic;
  display: block;
  line-height: 1.2;
}
.news-page .news-3 .box .left time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.news-page .news-3 .box .left .content {
  padding: 30px 0 50px;
  font-size: 16px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.news-page .news-3 .box .left .content h3 {
  font-size: 16px;
  font-weight: 700;
}
.news-page .news-3 .box .left .content .squaredotset li {
  list-style: square;
}
.news-page .news-3 .box .left .content strong {
  font-weight: 600;
}
.news-page .news-3 .box .left .content p strong {
  font-weight: 700;
}
.news-page .news-3 .box .left .content h2 {
  font-weight: 700;
}
.news-page .news-3 .box .left .content a {
  color: var(--color);
}
.news-page .news-3 .box .left .share {
  padding-top: 20px;
}
.news-page .news-3 .box .left .share h6 {
  font-size: 18px;
  color: #000;
  opacity: .5;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-3 .box .left .share ul {
  display: inline-block;
  vertical-align: middle;
}
.news-page .news-3 .box .left .share ul li {
  margin-left: 12px;
  font-size: 16px;
  opacity: .6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: auto;
}
.news-page .news-3 .box .left .share ul li:hover {
  opacity: 1;
  color: var(--color);
}
.news-page .news-3 .box .link{
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
    padding: 0 4%;
    margin-top: 20px;
}
.news-page .news-3 .box .right {
  width: 35%;
}
.news-page .news-3 .box .right h3.title {
  padding: 30px 5%;
  background: var(--color);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.news-page .news-3 .box .right .list {
  padding: 0 5%;
  background: #fff;
}
.news-page .news-3 .box .right .list ul li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.news-page .news-3 .box .right .list ul li:last-child {
  border-bottom: none;
}
.news-page .news-3 .box .right .list ul li .content {
  width: 80%;
  vertical-align: middle;
  padding-right: 5%;
}
.news-page .news-3 .box .right .list ul li .content h4 {
  font-size: 16px;
  line-height: 2;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-page .news-3 .box .right .list ul li .content time {
  font-size: 14px;
  display: block;
  line-height: 1.2;
  margin-top: 12px;
  font-style: italic;
}
.news-page .news-3 .box .right .list ul li .content time img {
  margin-right: 8px;
  max-width: 16px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  position: relative;
  top: -2px;
}
.news-page .news-3 .box .right .list ul li .img {
  width: 20%;
  vertical-align: middle;
}
.news-page .news-3 .box .right .list ul li .img a.img-box {
  height: 70px;
  display: block;
  background-size: cover;
  background-position: center center;
}
.newdet-page .news-4 {
  display: block;
  padding: 0 15px;
  margin-top: 50px;
}
.newdet-page .news-4.bg {
  background: #f7f7f7;
}
.newdet-page .news-4 span.h3 {
  display: block;
  text-align: center;
  overflow: hidden;
  margin-bottom: 1em;
}
.newdet-page .news-4 span.h3 em {
  position: relative;
  padding: 0 20px;
  display: inline-block;
}
.newdet-page .news-4 span.h3 em:after,
.newdet-page .news-4 span.h3 em:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  height: 1px;
  background: var(--color);
  width: 1000%;
}
.newdet-page .news-4 span.h3 em:after {
  left: 100%;
}
.newdet-page .news-4 span.h3 em:before {
  right: 100%;
}
.newdet-page .news-4 .playBox {
  height: 350px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: 15px;
}
.newdet-page .news-4 .playBox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  cursor: pointer;
  cursor: hand;
}
.newdet-page .news-4 .playBox .play img {
  display: block;
  margin: 0 auto 5px;
}
.newdet-page .news-4 .content {
  font-size: 16px;
}
.newdet-page .news-4 .content table tbody {
  table-layout: fixed;
}
.newdet-page .news-4 .content table tr td {
  border: 1px solid #ddd;
  white-space: normal!important;
  word-break: initial;
}
.newdet-page .news-4 .content table tr:nth-child(even) {
  background: #f9f9f9;
}
.newdet-page .news-4 .form ul {
  margin: -25px;
}
.newdet-page .news-4 .form ul li {
  padding: 25px;
}
.newdet-page .news-4 .form ul li input,
.newdet-page .news-4 .form ul li textarea {
  width: 100%;
  line-height: 44px;
  height: 44px;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  background: 0 0;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .news-4 .form ul li input::-webkit-input-placeholder,
.newdet-page .news-4 .form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input:-moz-placeholder,
.newdet-page .news-4 .form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input::-moz-placeholder,
.newdet-page .news-4 .form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input:-ms-input-placeholder,
.newdet-page .news-4 .form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input::-webkit-input-placeholder, .newdet-page .news-4 .form ul li textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input:-moz-placeholder, .newdet-page .news-4 .form ul li textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input::-moz-placeholder, .newdet-page .news-4 .form ul li textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input:-ms-input-placeholder, .newdet-page .news-4 .form ul li textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input::placeholder,
.newdet-page .news-4 .form ul li textarea::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .news-4 .form ul li input:focus,
.newdet-page .news-4 .form ul li textarea:focus {
  border-color: var(--color);
}
.newdet-page .news-4 .form ul li.w-75 {
  width: 75%;
}
.newdet-page .news-4 .form ul li.wid-100 {
  width: 100%;
  text-align: center;
}
.newdet-page .news-4 .form ul li button {
  display: inline-block;
  margin: 0 auto;
  line-height: 65px;
  height: 65px;
  padding: 0 60px;
  background: var(--color);
  color: #fff;
  font-size: 22px;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .news-4 .form ul li button img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.newdet-page .news-4 .form ul li button:hover {
  background: #000;
}
.newdet-page .news-4 .list ul {
  margin: -10px;
}
.newdet-page .news-4 .list ul li {
  padding: 10px;
}
.newdet-page .news-4 .list ul li a.img {
  display: block;
  height: 280px;
  background-size: cover;
  background-position: center center;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
.newdet-page .news-4 .list ul li h6 {
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #ededed;
}
.strategy-page .strategy-1 {
  padding: 100px 0;
  position: relative;
}
.strategy-page .strategy-1:after {
  content: '';
  width: 100%;
  height: 110%;
  position: absolute;
  left: 0;
  top: 15%;
  z-index: -1;
  background-image: url("../images/strategy-1-bg.jpg");
  background-size: contain;
  background-position: center left 26%;
  background-repeat: no-repeat;
}
.strategy-page .strategy-1 span.h2 {
  max-width: 45%;
}
.strategy-page .strategy-1 .content {
  width: 40%;
  display: block;
  margin-left: auto;
}
.strategy-page .strategy-1 .content a.more {
  margin-top: 2em;
}
.strategy-page .strategy-2 {
  padding: 150px 0;
}
.strategy-page .strategy-2 span.h3 {
  margin-bottom: 2em;
}
.strategy-page .strategy-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.strategy-page .strategy-2 .box .left {
  width: 20%;
}
.strategy-page .strategy-2 .box .left .num {
  font-size: 300px;
  font-family: 'Play-Bold';
  line-height: 0.65;
}
.strategy-page .strategy-2 .box .right {
  width: 80%;
}
.strategy-page .strategy-2 .box .right ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.strategy-page .strategy-2 .box .right ul li {
  font-size: 30px;
  font-family: 'Play-Bold';
  display: block;
  padding: .7em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  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;
}
.strategy-page .strategy-2 .box .right ul li i.fa {
  color: var(--color);
  font-size: .8em;
  margin-right: .5em;
}
.strategy-page .strategy-3 {
  overflow: hidden;
  padding-bottom: 100px;
}
.strategy-page .strategy-3 span.h3 {
  max-width: 45%;
}
.strategy-page .strategy-3 span.big {
  font-size: clamp(30px, 26vw, 330px);
  font-family: 'Play-Bold';
  line-height: .8;
  display: block;
  margin-bottom: .2em;
  text-align: center;
}
.strategy-page .strategy-3 .slide:nth-child(odd) span.big {
  color: var(--color);
}
.strategy-page .strategy-3 .slide {
  margin-top: 100px;
}
.strategy-page .strategy-3 .slide:first-child {
  margin-top: 0;
}
.strategy-page .strategy-3 .content {
  width: 40%;
  margin-left: auto;
  display: block;
}
.strategy-page .strategy-3 .content dl {
  font-size: 20px;
  font-family: 'Play-Bold';
  margin-top: 2em;
}
.strategy-page .strategy-3 .content dl dd {
  margin-bottom: .5em;
}
.strategy-page .strategy-3 .content dl i.fa {
  color: var(--color);
}
.strategy-page .strategy-4 {
  padding: 150px 0;
  border-left: 10px solid white;
  border-right: 10px solid white;
  background-image: url("../images/strategy-4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: white;
}
.strategy-page .strategy-4:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.strategy-page .strategy-4 span.h3 {
  margin-bottom: 1em;
}
.strategy-page .strategy-4 a.more {
  border-color: white;
  color: white;
}
.strategy-page .strategy-4 a.more:hover {
  background-color: white;
  color: var(--color);
}
.strategy-page .strategy-5 {
  text-align: center;
  padding: 150px 0;
}
.strategy-page .strategy-5 span.h3 {
  margin-bottom: 1em;
}
.contact-page .contact-1 {
  padding: 150px 0;
}
.contact-page .contact-1 .left {
  padding-left: 10%;
}
.contact-page .contact-1 .left span.h6 {
  font-size: 36px;
  font-family: 'Play-Bold';
  margin: 1.5em 0;
  display: block;
}
.contact-page .contact-1 .left span.h6:after {
  content: '';
  width: 2em;
  height: 3px;
  background-color: var(--color);
  display: block;
  margin-top: .3em;
}
.contact-page .contact-1 .left .text {
  font-style: italic;
}
.contact-page .contact-1 .left .text p {
  margin-top: 0.1em;
}
.contact-page .contact-1 .left .text p:first-child {
  margin-top: 0;
}
.contact-page .contact-1 .left .text p strong {
  font-family: 'Play-Bold';
  text-decoration: underline;
  font-style: normal;
}
.contact-page .contact-1 .right {
  padding-left: 5%;
}
.contact-page .contact-1 .right .form ul {
  margin: -10px 0;
}
.contact-page .contact-1 .right .form ul li {
  padding: 10px 0;
  font-weight: normal;
}
.contact-page .contact-1 .right .form ul li input,
.contact-page .contact-1 .right .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid black;
  font-size: 18px;
  padding: .8em;
  line-height: 1.2;
}
.contact-page .contact-1 .right .form ul li textarea {
  height: 140px;
}
.contact-page .contact-1 .right .form ul li span.h6 {
  display: block;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: .5em;
}
.contact-page .contact-1 .right .form ul li input[type="file"] {
  display: none;
}
.contact-page .contact-1 .right .form ul li label {
  font-size: 15px;
  padding: 2em;
  background-color: #fcfcfc;
  border: 1px dashed #ccc;
  display: block;
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  border-radius: .3em;
}
.contact-page .contact-1 .right .form ul li label i.fa {
  display: block;
  font-size: 2em;
  margin-bottom: .5em;
}
.contact-page .contact-1 .right .form ul li label em {
  display: block;
  font-style: italic;
}
.contact-page .contact-1 .right .form ul li p {
  font-size: 16px;
  color: #aaa;
  display: block;
  margin-top: .5em;
}
@media screen and (max-width: 1450px) {
  .contact-page .contact-1,
  .strategy-page .strategy-2,
  .strategy-page .strategy-4,
  .strategy-page .strategy-5,
  .manufacuring-page .manufacuring-1,
  .who-page .who-2,
  .manufacuring-page .manufacuring-2,
  .technology-page .technology-1 {
    padding: 100px 0;
  }
  .mbx,
  .inner-page span.tag,
  .inner-page .text,
  .contact-page .contact-1 .right .form ul li span.h6,
  .newdet-page .news-4 .list ul li h6 {
    font-size: 18px;
  }
  .inner-page span.h2 {
    font-size: 48px;
  }
  .contact-page .contact-1 .left span.h6 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    font-size: 16px;
  }
  .contact-page .contact-1 .right .form ul li {
    padding: 5px 0;
  }
  .contact-page .contact-1 .right .form ul {
    margin: -5px 0;
  }
  .contact-page .contact-1 .right .form ul li textarea {
    height: 120px;
  }
  .contact-page .contact-1 .right .form ul li label {
    padding: 1em;
  }
  .strategy-page .strategy-1 {
    padding: 70px 0;
  }
  .inner-page a.more {
    font-size: 14px;
  }
  .inner-page span.h3 {
    font-size: 32px;
  }
  .strategy-page .strategy-2 .box .left .num {
    font-size: 240px;
  }
  .strategy-page .strategy-2 .box .right ul li {
    font-size: 24px;
  }
  .strategy-page .strategy-3 span.big {
    font-size: clamp(30px, 20vw, 200px);
  }
  .strategy-page .strategy-3 .content dl {
    font-size: 18px;
    margin-top: 1em;
  }
  .strategy-page .strategy-3 .content dl dd {
    margin-bottom: .3em;
  }
  .news-page .news-1 ul li i {
    height: 80px;
    line-height: 80px;
  }
  .news-page .news-1 ul li i img {
    max-height: 100%;
  }
  .news-page .news-3 .box .right h3.title {
    font-size: 24px;
    padding: 1em 5%;
  }
  .news-page .news-3 .box .right .list ul li {
    padding: 10px 0;
  }
  .newdet-page .news-4 .list ul li a.img {
    height: 240px;
  }
  .news-page .news-3 .box {
    padding: 50px 0;
  }
  .news-page .news-2 .list ul li .left .img {
    height: 260px;
  }
  .news-page .news-2 .list ul li .right time {
    font-size: 14px;
  }
  .news-page .news-2 .list ul li .right h3 {
    margin: 10px 0;
  }
  .who-page .who-1 {
    padding-top: 100px;
  }
  .who-page .who-2 .left dl {
    font-size: 32px;
  }
  .who-page .who-2 .right .slide .img img:last-child {
    margin-top: 10%;
  }
  .injection-page .injection-3,
  .manufacuring-page .manufacuring-3,
  .technology-page .technology-2,
  .overmolding-page .overmolding-1,
  .injection-page .injection-2 {
    padding-bottom: 100px;
  }
  .technology-page .technology-2 .list ul li .box {
    height: 360px;
  }
  .manufacuring-page .manufacuring-3 .list ul li span.num {
    font-size: 48px;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
    font-size: 28px;
  }
  .manufacuring-page .manufacuring-2 .list ul li .flex {
    font-size: 20px;
    padding: 30px 0;
  }
  .manufacuring-page .manufacuring-2 .list ul li {
    padding: 0 30px;
  }
  .manufacuring-page .manufacuring-2 .list ul {
    margin: 0 -30px;
  }
  .manufacuring-page .manufacuring-2 .list {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1250px) {
  .mbx {
    margin-top: 60px;
  }
  .manufacuring-page .manufacuring-1 .left .btn a.more {
    margin-right: .5em;
  }
  .manufacuring-page .manufacuring-1 .left {
    width: 46%;
  }
  .inner-page span.h2,
  .manufacuring-page .manufacuring-2 .left span.h2 {
    font-size: 38px;
  }
  .inner-page span.h3 {
    font-size: 28px;
  }
  .mbx,
  .inner-page span.tag,
  .inner-page .text,
  .contact-page .contact-1 .right .form ul li span.h6,
  .newdet-page .news-4 .list ul li h6 {
    font-size: 16px;
  }
  .manufacuring-page .manufacuring-1 .left .btn {
    margin-top: 20px;
  }
  .contact-page .contact-1,
  .strategy-page .strategy-2,
  .strategy-page .strategy-4,
  .strategy-page .strategy-5,
  .manufacuring-page .manufacuring-1,
  .who-page .who-2,
  .manufacuring-page .manufacuring-2,
  .technology-page .technology-1 {
    padding: 60px 0;
  }
  .manufacuring-page .manufacuring-3 .list ul li .img img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .manufacuring-page .manufacuring-3 .list ul li .img {
    padding-left: 0;
    top: 0;
    margin-bottom: 0;
  }
  .manufacuring-page .manufacuring-3 .list ul li {
    padding: 30px 0;
  }
  .injection-page .injection-2 .list {
    margin-top: 30px;
  }
  .injection-page .injection-3,
  .manufacuring-page .manufacuring-3,
  .technology-page .technology-2,
  .overmolding-page .overmolding-1,
  .injection-page .injection-2 {
    padding-bottom: 60px;
  }
  .technology-page .technology-2 .list ul li .box {
    height: 300px;
  }
  .inner-page span.h2,
  .manufacuring-page .manufacuring-2 .left span.h2 {
    font-size: 28px;
  }
  .who-page .who-2 .left dl {
    font-size: 28px;
  }
  .news-page .news-2 {
    padding: 50px 0;
  }
  .news-page .news-1 {
    padding: 10px 0;
  }
  .news-page .news-1 ul li i {
    height: 60px;
    line-height: 60px;
  }
  .news-page .news-2 .list ul li .right h3 {
    font-size: 16px;
    line-height: 2;
    margin: 5px 0;
  }
  .news-page .news-3 .box .left {
    width: 100%;
    padding: 0 15px;
  }
  .news-page .news-3 .box .right {
    display: none;
  }
  .news-page .news-3 .box .left h1 {
    font-size: 24px;
  }
  .news-page .news-3 .box .left time {
    margin: 15px 0 10px;
  }
  .newdet-page .news-4 .list ul li a.img {
    height: 200px;
  }
  .newdet-page .news-4 .list ul li h6 {
    padding: 10px;
  }
  .news-page .news-3 {
    padding-bottom: 50px;
  }
  .strategy-page .strategy-1 {
    padding: 50px 0;
  }
  .strategy-page .strategy-2 .box .left .num {
    font-size: 180px;
  }
  .strategy-page .strategy-2 .box .right ul li {
    font-size: 20px;
  }
  .strategy-page .strategy-3 span.big {
    font-size: clamp(30px, 18vw, 160px);
  }
  .contact-page .contact-1 .left span.h6 {
    font-size: 24px;
  }
  .contact-page .contact-1 .right .form ul li input,
  .contact-page .contact-1 .right .form ul li textarea {
    padding: .5em;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    padding-right: 5%;
  }
  .contact-page .contact-1 .left span.h6 {
    font-size: 20px;
    margin: 1em 0;
  }
  .contact-page .contact-1 .right .form ul li label {
    padding: .5em;
  }
  .contact-page .contact-1 .right .form ul li p {
    font-size: 14px;
  }
  .strategy-page .strategy-3 span.big {
    display: none;
  }
  .strategy-page .strategy-3 .content {
    width: 100%;
    margin-top: 20px;
  }
  .strategy-page .strategy-3 span.h3 {
    max-width: none;
  }
  .strategy-page .strategy-3 .slide {
    margin-top: 40px;
  }
  .inner-page span.h3 {
    font-size: 24px;
  }
  .strategy-page .strategy-2 .box .left .num {
    font-size: 140px;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
  .manufacuring-page .manufacuring-1 .left {
    width: 100%;
  }
  .manufacuring-page .manufacuring-1 .mask {
    display: none;
  }
  .manufacuring-page .manufacuring-1 {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .who-page .who-1 {
    padding-top: 60px;
  }
  .who-page .who-1 ul li p {
    font-size: 16px;
  }
  .who-page .who-2 .left dl {
    font-size: 24px;
  }
  .who-page .who-2 .left {
    width: 30%;
  }
  .who-page .who-2 .right {
    width: 70%;
  }
  .injection-page .injection-1 .left {
    width: 100%;
    padding-left: 0;
  }
  .injection-page .injection-1 .mask {
    display: none;
  }
  .injection-page .injection-1 {
    padding: 50px 0;
  }
  .manufacuring-page .manufacuring-2 .left {
    width: 100%;
  }
  .technology-page .technology-1 .left {
    max-width: none;
  }
  .technology-page .technology-2 .list ul li .box .content span.h6 {
    font-size: 20px;
  }
  .mbx,
  .inner-page span.tag,
  .inner-page .text,
  .contact-page .contact-1 .right .form ul li span.h6,
  .newdet-page .news-4 .list ul li h6 {
    font-size: 14px;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content a.link {
    font-size: 16px;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page span.h2,
  .manufacuring-page .manufacuring-2 .left span.h2 {
    font-size: 15px;
  }
  .manufacuring-page .manufacuring-2 .list ul li {
    width: 100%;
  }
  .manufacuring-page .manufacuring-2 .list:after {
    display: none;
  }
  .manufacuring-page .manufacuring-2 .list ul li .flex {
    font-size: 18px;
    padding: 20px 0;
  }
  .manufacuring-page .manufacuring-3 .list ul li .img {
    display: none;
  }
  .manufacuring-page .manufacuring-3 .list ul li .content span.h6 {
    font-size: 20px;
  }
  .manufacuring-page .manufacuring-3 .list ul li span.num {
    font-size: 36px;
  }
  .injection-page .injection-1 .left .btn {
    margin-top: 20px;
  }
  .technology-page .technology-2 .list ul li {
    width: 100%;
  }
  .technology-page .technology-2 .list ul li .box {
    height: 240px;
  }
  .manufacuring-page .manufacuring-2 .box .content {
    width: 100%;
    padding-left: 0;
  }
  .manufacuring-page .manufacuring-2 .box .img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
  .manufacuring-page .manufacuring-2 .box {
    display: block;
  }
  .who-page .who-2 .left {
    display: none;
  }
  .who-page .who-2 .right {
    width: 100%;
  }
  .who-page .who-1 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .who-page .who-1 ul li {
    padding: 10px;
    width: 33.33% !important;
  }
  .news-page .news-2 .list ul li .right {
    width: 100%;
    padding: 15px;
  }
  .news-page .news-2 .list ul li .left {
    width: 100%;
  }
  .news-page .news-2 .list ul li .left .img {
    height: 200px;
  }
  .strategy-page .strategy-1 .content {
    width: 100%;
  }
  .strategy-page .strategy-1 span.h2 {
    max-width: none;
  }
  .strategy-page .strategy-3 {
    padding-bottom: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .contact-page .contact-1 .left span.h6 {
    font-size: 18px;
    margin: .5em 0;
  }
}
.partner-page .partner-1 {
  padding: 100px 0;
}
.partner-page .partner-1 .list {
  margin-top: 40px;
}
.partner-page .partner-1 .list ul {
  margin: -5px;
  text-align: center;
}
.partner-page .partner-1 .list ul li {
  padding: 5px;
}
.partner-page .partner-1 .list ul li a {
  display: block;
  border: 1px solid #eee;
}
.partner-page .strategy-3 span.big {
  text-indent: -2em;
}
.partner-page .strategy-3 span.big br {
  margin-left: 2em;
}
.partner-page .strategy-3 .imgBox {
  width: 530px;
  max-width: 100%;
  display: block;
  margin: 28%;
  margin-top: 40px;
  color: white;
  background-color: black;
}
.partner-page .strategy-3 .imgBox a.img {
  padding-right: 20%;
  position: relative;
  display: block;
}
.partner-page .strategy-3 .imgBox a.img em {
  position: absolute;
  font-size: 35px;
  top: 10%;
  right: 8%;
  transform: rotate(-45deg);
}
.partner-page .strategy-3 .imgBox .text {
  padding: 2em;
}
#contact {
  position: fixed;
  right: 0;
  top: 50%;
  background-color: var(--color);
  color: white;
  line-height: 1.2;
  padding: 1.1em 3em;
  /*writing-mode: vertical-rl;*/
  font-size: 20px;
  font-family: 'Play-Bold';
  transform: translateX(100%);
  transition: .5s;
  z-index: 20;
}
#contact.active {
  transform: translateX(0);
}

.our-product {
  padding: 70px 0 120px;
  overflow: hidden;
}
.our-product .text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.5em;
}
.our-product .list .left{
  width: 30%;
  padding: 48px;
  background-image: url('../images/init1-1.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  height: 387px;
}
.our-product .list .left h2{
  font-size: 30px;
  font-family: 'Play-Bold';
  margin-bottom: 70px;
}
.our-product .list .left ul li{
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 700;
  margin-top: -5px;

}
.our-product .list .left ul li:hover{
  color: var(--color);
}
.our-product .list .left ul{
  margin-bottom: 30px;
}
.our-product .list .left .more{
  font-size: 18px;
  padding: 8px 30px;
  background-color: var(--color);
}
.our-product .list .right{
  width: 70%;
  padding-left: 20px;
}
.our-product .list ul {
  margin: -10px;
}
.our-product .list ul .slick-arrow{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  z-index: 10;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  border: none;
}
.our-product .list ul .slick-prev{
  left: -50px;
}
.our-product .list ul .slick-prev::after{
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 20px;
}
.our-product .list ul .slick-next{
  right: -50px;
}
.our-product .list ul .slick-next::after{
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
}
.our-product .list ul li {
  padding: 10px;
}
.our-product .list ul li .txt-center {
  background-color: #FFFFFF;
}
.our-product .list ul li h4 {
  border-top: 1px solid #f3f3f3;
  min-height: 103px;
}

@media screen and (max-width: 700px) {
  .our-product .list .left{
    display: none;
  }
  .our-product .list .right{
    width: 100%;
  }
  .our-product .list .right .slick-arrow{
    display: none !important;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box {
    width: 70%;
  }
  .technology-page .technology-1 .left .text {
    margin: 2em 0;
  }
}
@media screen and (max-width: 1000px) {
  #banner .content a.more,#banner .content .left p {
    display: none;
  }
  #index-body .init-06 .list {
    padding: 0;
    margin-left: 0;
  }
  #index-body .init-06 .list ul li span.h6,.who-page .who-1 ul li .flex span.h6 {
    font-size: 20px;
  }
  #index-body .init-06 .list ul li p,.who-page .who-1 ul li .flex p {
    font-size: 14px;
  }
  #index-body .init-02 {
    display: none;
  }
  .partner-page .strategy-3 .imgBox {
    max-width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-06.product .box .left {
    width: 100%;
    padding-right: 0;
    padding: 15px 0;
  }
  #index-body .init-06.product .box .right {
    width: 100%;
    height: 240px;
  }
  #contact {
    display: none;
  }
  #index-body .init-04 .box .right .slide {
    width: 100%;
  }
  #index-body .init-04 .box .right {
    display: block;
  }
  .who-page .who-1 ul {
    margin: -10px;
  }
  .who-page .who-1 ul li {
    width: 100% !important;
  }
  .partner-page .partner-1 {
    padding: 70px 0;
  }
}

/* product */
.product-box {
  padding-top: 70px;
      padding-bottom: 20px;
}
.product-box .ui.container {
  max-width: 1815px;
  padding: 0 15px;
}
.product-box .ui.container .sideright .top {
  padding-top: 20px;
  border-bottom: 1px solid var(--color);
}
.product-box .ui.container .sideright .top h1 {
  font-family: 'Play-Bold';
  margin-bottom: 20px;
}
.product-box .ui.container .sideright .top .content {
  line-height: 1.8;
  margin-bottom: 20px;
}
.product-box .ui.container .sideright .box {
  padding-top: 40px;
}
.product-box .ui.container .sideright .box ul.productlist {
  margin: 0 -8px;
}
.product-box .ui.container .sideright .box ul.productlist li {
  padding: 0 8px;
  margin-bottom: 40px;
}
.product-box .ui.container .sideright .box ul.productlist li .item:hover .imgbox a.hover {
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-box .ui.container .sideright .box ul.productlist li .item .imgbox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.product-box .ui.container .sideright .box ul.productlist li .item .imgbox img {
  width: 100%;
}
.product-box .ui.container .sideright .box ul.productlist li .item .imgbox a.hover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  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;
  top: -100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-box .ui.container .sideright .box ul.productlist li .item .imgbox a.hover img {
  width: 40px;
  height: 40px;
  display: block;
}
.product-box .ui.container .sideright .box ul.productlist li .item .h5 {
  font-family: 'Play-Bold';
  font-size: 15px;
  margin-top: 10px;
  line-height: 2;
}
.product-box .ui.container .sideright .box ul.productlist li .item .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-box .ui.container .sideright .box ul.productlist li .item .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}


.sidebox {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sidebox .sideleft {
  width: 25%;
  position: sticky;
  top: 180px;
}
.sidebox .sideleft .h3 {
  font-family: 'Play-Bold';
  margin-bottom: 35px;
}
.sidebox .sideleft ul.list {
  width: 100%;
}
.sidebox .sideleft ul.list li {
  width: 100%;
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  position: relative;
}
.sidebox .sideleft ul.list li a{
  padding: 15px;
  display: block;
  border-bottom: 1px solid var(--color);
}
.sidebox .sideleft ul.list li.active,
.sidebox .sideleft ul.list li:hover {
  font-weight: 700;
  color: #fff;
  background: var(--color);
}
.sidebox .sideleft ul.list li.active i,
.sidebox .sideleft ul.list li:hover i {
  opacity: 1;
}
.sidebox .sideleft ul.list li i {
  color: #fff;
  position: absolute;
  top: 20px;
  right: 10px;
  opacity: 0;
  z-index: 3;
}


.sidebox .sideleft ul.list li > ul {
  display: none;
}

.sidebox .sideleft ul.list li.active > ul {
  display: block;
}


.sidebox .sideright {
  width: 70%;
}


.prodet-page .bannerbox {
  padding-top: 75px;
  padding-bottom: 100px;
}
.prodet-page .bannerbox .ui.container h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.prodet-page .bannerbox .ui.container .mbx {
  text-align: left;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: capitalize;
      line-height: 28px;
}
.prodet-page .bannerbox .ui.container .mbx a,
.prodet-page .bannerbox .ui.container .mbx span {
  margin: 0 5px;
}
.prodet-page .bannerbox .ui.container .mbx a:nth-child(1),
.prodet-page .bannerbox .ui.container .mbx span:nth-child(1) {
  margin-left: 0;
}
.prodet-page .bannerbox .ui.container .mbx a {
  padding-right: 30px;
  position: relative;
}
.prodet-page .bannerbox .ui.container .mbx a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--color);
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.prodet-page .prodetbox .ui.container h1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
  position: relative;
  font-family: 'Play-Bold';
}
.prodet-page .prodetbox .ui.container h1:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #aaa;
  position: absolute;
  left: 0;
  bottom: -4.5px;
}
.prodet-page .prodetbox .ui.container .prodet-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  background: #fff;
  border-radius: 20px;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text {
  width: 50%;
  padding-top: 60px;
  padding-left: 50px;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .content {
  padding-right: 5%;
  max-height: 18em;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox {
  margin-top: 40px;
  width: 255px;
  height: 130px;
  background: #f5f5f5;
  padding-left: 20px;
  padding-top: 16px;
  margin-left: auto;
  margin-right: 10%;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox a.contact {
  background: #0068b7;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox a.contact:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  color: #666;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodetbox .ui.container .prodet-1 .text .sharebox .share ul li {
  font-size: 14px;
  margin: 0 5px;
}
.prodet-page .prodetbox .ui.container .prodet-1 .right {
  width: 50%;
  padding-left: 80px;
}
.prodet-page .prodetbox .ui.container .prodet-1 .right ul.imgs li a {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  display: block;
}


.prodet-page .prodet-1 .right span.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 50px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
}
.prodet-page .prodet-1 .right span.slick-arrow:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .right span.slick-arrow.arrow_l {
  left: 0;
  background-image: url(../images/arrow_l_on.png);
}

.prodet-page .prodet-1 .right span.slick-arrow.arrow_r {
  right: 0;
  background-image: url(../images/arrow_r_on.png);
}




.prodet-page .prodetbox .ui.container .prodet-2 {
  padding: 60px 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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodetbox .ui.container .prodet-2 .right .m-link a{
  display: block;
}
.prodet-page .prodetbox .ui.container .prodet-2 .right .m-link a:first-child{
  margin-bottom: 15px;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox em {
  font-size: 18px;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist li {
  width: 29px;
  height: 29px;
  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;
  border-radius: 100%;
  border: 1px solid var(--color);
  color: var(--color);
  margin-left: 15px;
  font-size: 18px;
  font-family: "FontAwesome";
}
.prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: var(--color);
}
.prodet-page .prodetbox .ui.container .prodet-3 {
  padding-top: 15px;
  padding-bottom: 80px;
}
.prodet-page .prodetbox .ui.container .prodet-3 .content table{
  width:100% !important;
}
.prodet-page .prodetbox .ui.container .prodet-3 .h3 {
  margin-bottom: 25px;
  font-family: 'Play-Bold';
}


@media screen and (max-width: 1400px) {
  .sidebox .sideleft ul.list li {
    padding-left: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .sidebox .sideleft {
    display: none;
  }
  .sidebox .sideright {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodetbox .ui.container .prodet-1 .text {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }
  .prodet-page .prodetbox .ui.container .prodet-1 .right {
    width: 100%;
    padding-left: 00px;
    margin-top: 20px;
  }
  .prodet-page .prodetbox .ui.container .prodet-2 .left .sharebox {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodetbox .ui.container h1 {
    font-size: 22px;
    line-height: 1.8;
    padding-bottom: 10px;
  }
}

.lg-page .category {
  text-align: center;
}

.lg-page .category .grid-box {
  margin: -15px;
}
.lg-page .category .column {
  width: auto;
  padding: 15px;
}
.lg-page .category .column.active a{
  color: #FFFFFF;
  background-color: var(--color);
}
.lg-page .category a{
  padding: 0 35px;
  display: block;
  height: 50px;
  line-height: 48px;
  border: 1px solid #cccac4;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}


.lg-page ul{
  margin: -15px;
}

.lg-page ul li{
  padding: 15px;
}
.yhftfds{
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  width:700px;
  display:inline-block;
}


.product-box .ui.container .sideright .box ul.productlist li .item p {
  font-size: 14px;
  line-height: 2;
}