﻿@font-face {
  font-family: 'Rany';
  src: url(../font/RanyRegular.ttf) format('truetype'), url(../font/RanyRegular.eot) format('eot'), url(../font/RanyRegular.woff) format('woff'), url(../font/RanyRegular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Rany';
  src: url(../font/RanyMedium.ttf) format('truetype'), url(../font/RanyMedium.eot) format('eot'), url(../font/RanyMedium.woff) format('woff'), url(../font/RanyMedium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Rany';
  src: url(../font/RanyBold.ttf) format('truetype'), url(../font/RanyBold.eot) format('eot'), url(../font/RanyBold.woff) format('woff'), url(../font/RanyBold.woff2) format('woff2');
  font-weight: bold;
}

:root {
  --base-color: #1f61a7;
}

#ewm{
  margin-top: 20px;
  width: 100px;
  border: 5px solid white;
}

body {
  font-family: "Rany";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  /*width: 1218px;*/
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  line-height: 100px;
  height: 100px;
}
#header::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  padding: 0 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: top;
  width: 20%;
  text-align: center;
}
#header .nav .ui.menu .logo a {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  position: relative;
}
#header .nav .ui.menu .logo a img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .logo a img.black {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: 0;
  width: -webkit-calc(62% - 100px);
  width: -moz-calc(62% - 100px);
  width: calc(62% - 100px);
  border-left: 1px solid #dcdcdc;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  display: inline-block;
  vertical-align: top;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 70px;
  font-size: 18px;
  font-weight: 500;
  color: white;
  -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 .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0453a2;
  display: none \9;
}
#header .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: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .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 .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 .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search > div {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  position: relative;
}
#header .nav .ui.menu .h-search > div img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .h-search > div img.black {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#header .nav .ui.menu .h-mail {
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 18%;
  border-left: 1px solid #dcdcdc;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header .nav .ui.menu .h-mail > div {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 1.5;
  padding-left: 22%;
}
#header .nav .ui.menu .h-mail > div > div:first-child {
  font-weight: 500;
}
/*#header .nav .ui.menu .h-mail > div > div:last-child {
  color: #fbfbfb;
}*/
#header .nav .ui.menu .h-bar {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  text-align: center;
  color: white;
  background-color: #0453a2;
  cursor: pointer;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../image/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../image/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #0453a2;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../image/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../image/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.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(/template/en/images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../image/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../image/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#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("../image/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("../image/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: 30px;
  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;
  line-height: 28px;
}
#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-weight: 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);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 120px;
  }

}
#menuContent {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 445px;
  height: 100%;
  z-index: 999;
  background: #1e1e2a;
  color: white;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#menuContent .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;
  height: 100%;
  padding: 45px 56px;
}
#menuContent .flex .info h3 {
  font-size: 20px;
  line-height: 1.8;
  margin: 20px 0;
  color: #fff;
  text-transform: capitalize;
}
#menuContent .flex .info p {
  font-size: 16px;
  line-height: 2;
  color: #ccc;
}
#menuContent .flex .info .more {
  text-align: center;
  background: transparent;
  color: #fff;
  font-weight: 800;
  position: relative;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  transition: color 0.4s ease;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  margin-top: 25px;
  display: inline-block;
  background: #0453a2;
  padding: 10px 30px;
  border-radius: 5px;
}
#menuContent .flex .info .more span {
  position: relative;
  z-index: 1;
}
#menuContent .flex .info .more::before {
  position: absolute;
  content: '';
  background: black;
  width: 0%;
  height: 100%;
  top: 0px;
  right: 0px;
  z-index: -1;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
#menuContent .flex .info .more:hover::before {
  width: 100%;
  left: 0px;
}
#menuContent .flex .contact {
  margin-top: 60px;
}
#menuContent .flex .contact h3 {
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
}
#menuContent .flex .contact ul {
  margin-top: 20px;
}
#menuContent .flex .contact ul li {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 12px;
}
#menuContent .flex .contact ul li i {
  display: inline-block;
  margin-right: 10px;
  color: #0453a2;
  font-size: 20px;
  vertical-align: top;
  margin-top: 1px;
}
#menuContent .flex .contact ul li span {
  display: inline-block;
  width: 90%;
  font-size: 16px;
}
#menuContent .flex .contact ul li:last-child {
  margin-bottom: 0;
}
#menuContent .flex .share {
  margin-top: 20px;
}
#menuContent .flex .share ul li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  transition: all 900ms ease;
}
#menuContent .flex .share ul li a {
  position: relative;
  width: 36px;
  height: 36px;
  color: #ccc;
  z-index: 1;
  font-size: 13px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 1px solid #ededed;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
#menuContent .flex .share ul li a:hover {
  color: #fff;
  background: #0453a2;
  border-color: #0453a2;
}
#menuContent .flex span.close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#menuContent .flex span.close::after,
#menuContent .flex span.close::before {
  content: '';
  width: 90%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5%;
}
#menuContent .flex span.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menuContent .flex span.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menuContent .ui.container {
  position: static;
}
#menuContent.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.hover-language {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  text-align: center;
  border-left: 1px solid #dcdcdc;
}
.hover-language .zhuyu {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  display: block;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 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;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: black;
  color: white;
}
.hover-language:hover 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 ul {
  height: inherit;
}
#banner li {
  position: relative;
  height: inherit;
}
#banner li > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: right;
}
#banner .slick-list {
  height: inherit;
}
#banner .slick-list .slick-track {
  height: inherit;
}
#banner .slick-list .slick-track .slick-slide {
  height: inherit;
}
#banner .slick-list .slick-track .slick-slide > div {
  height: inherit;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  padding-left: 50px;
}
#banner h2 {
  font-size: 70px;
  line-height: 1.3;
  color: white;
  font-weight: bold;
  margin-bottom: 40px;
}
#index-body {
  position: relative;
}

#footer::before,
#index-body::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 100px;
  /*border-left: 1px solid #dcdcdc;*/
}
main {
  padding-left: 100px;
}
.baseBtn {
  display: inline-block;
}
.baseBtn i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn i svg {
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.baseBtn i svg path {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn span {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  background-color: #0453a2;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover i {
  background-color: #0453a2;
}
.baseBtn:hover i svg path {
  fill: white;
}
.baseBtn:hover span {
  color: black;
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
}
.bastTit {
  font-size: 45px;
  line-height: 1.2;
  font-weight: bold;
  color: #353333;
}
.bastTit span {
  color: #0453a2;
}
.bastTit span.line {
  position: relative;
}
.bastTit span.line::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -51px;
  top: 10px;
  width: 3px;
  height: 27px;
  background-color: currentcolor;
}
.shouye{
  font-size: 18px;
    line-height: 32px;
    margin-bottom: 60px;
}
.shouye h1{
  display: inline!important;
  font: inherit;
  color: inherit;
}
.i-category {
  background-color: #f8f8f8;
}
.i-category .box {
  padding-right: 100px;
  /*border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;*/
}
.i-category .title-box {
  padding-top: 50px;
  padding-left: 50px;
}
.i-category ul {
  margin: -1px;
}
.i-category ul li {
  padding: 1px;
}
.i-category ul li.wid-40 {
  width: 40%!important;
}
.i-category ul li .img {
  overflow: hidden;
}
.i-category ul li .img .text {
  padding: 20px;
  width: 100%;
  left: 0;
  bottom: 0;
  color: white;
  background-color: rgba(4, 83, 162, 0.9);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category ul li .img .text .name {
  font-size: 24px;
  text-decoration: underline;
}
.i-category ul li .img .text p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.8;
}
.i-category ul li .img:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.our-product {
  background-color: #f8f8f8;
}
.our-product .box {
  padding-right: 100px;
  /*border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;*/
}
.our-product .left {
  width: 32%;
  padding-left: 50px;
  padding-top: 50px;
  padding-right: 50px;
}
.our-product .right {
  width: 68%;
}
.our-product .right ul {
  margin: -12px;
}
.our-product .right ul li {
  padding: 12px;
}
.our-product .right .mml-text {
  position: relative;
  /*border-left: 1px solid #DCDCDC;
  border-right: 1px solid #DCDCDC;*/
  padding-bottom: 60px;
}
.our-product .right .mml-text i {
  position: absolute;
  z-index: 1;
  background: #0453a2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.our-product .right .mml-text i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.our-product .right .mml-text i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.our-product .right .mml-text i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.our-product .right .mml-text i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.our-product .right .mml-text:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.our-product .right .mml-text:hover i.ie2 {
  height: 100%;
  top: 0;
}
.our-product .right .mml-text:hover i.ie3 {
  width: 100%;
  left: 0;
}
.our-product .right .mml-text:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
.our-product .right .mml-text:hover .text .name {
  color: #0453a2;
  text-decoration: underline;
}
.our-product .right .mml-text:hover a.btn {
  opacity: 1;
}
.our-product .right .mml-text .text {
  padding: 20px;
}
.our-product .right .mml-text .text .name {
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 5px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  min-height: 5.5em;
}
.our-product .right .mml-text .text p {
  line-height: 1.8;
  min-height: 6em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.our-product .right .mml-text a.btn {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #0453a2;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .right .mml-text a.btn svg {
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.our-about {
  position: relative;
  overflow: hidden;
}
.our-about .dots {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.our-about .box {
  padding-right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
.our-about .box .left {
  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;
}
.our-about .box .left .play {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  background: #0453a2;
  cursor: pointer;
  cursor: hand;
}
.our-about .box .left .play i {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: white;
  position: relative;
  left: 3px;
}
.our-about .box .left .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(4, 83, 162, 0.41);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.our-about .box .center {
  background-color: #f8f8f8;
  padding: 70px 50px;
}
.our-about .box .center h1 {
  display: inline;
  
}
.our-about .box .right {
  padding-left: 2px;
}
.our-about .box .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: relative;
}
.our-about .box .right ul::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-bottom: 2px solid #0453a2;
}
.our-about .box .right ul::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  border-left: 2px solid #0453a2;
}
.our-about .box .right ul li .mml-text {
  background-color: #f8f8f8;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .box .right ul li .mml-text i {
  display: block;
  height: 60px;
}
.our-about .box .right ul li .mml-text .num {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  color: #0453a2;
}
.our-about .box .right ul li:hover .mml-text {
  background-color: #e3e3e3;
}
.our-about::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: -webkit-calc(66.66% - 33.33px);
  width: -moz-calc(66.66% - 33.33px);
  width: calc(66.66% - 33.33px);
  background: url(../image/about-img.jpg) no-repeat center;
  background-size: cover;
}
.our-about::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: -webkit-calc(33.33% + 33.33px);
  width: -moz-calc(33.33% + 33.33px);
  width: calc(33.33% + 33.33px);
  background-color: #0453a2;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.i-advantage {
  position: relative;
  background: url(../image/adv-bg.jpg) no-repeat center;
  background-size: cover;
}
.i-advantage::before {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 0;
  left: -webkit-calc(33.33% + 33.33px);
  left: -moz-calc(33.33% + 33.33px);
  left: calc(33.33% + 33.33px);
  /*border-left: 1px solid #DCDCDC;*/
}
.i-advantage .box {
  /*border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;*/
  padding-right: 100px;
}
.i-advantage .left {
  width: 33.33%;
  padding-left: 50px;
  padding-top: 50px;
  padding-right: 10%;
}
.i-advantage .right {
  width: 66.66%;
}
.i-advantage .right ul {
  margin-right: -100px;
}
.i-advantage .right ul li {
  min-height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-position: left 87% top 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .right ul li:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.i-advantage .right ul li .tit {
  padding-left: 4%;
  width: 35%;
  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;
}
.i-advantage .right ul li .tit i {
  font-size: 0;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  background-color: #0453a2;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .right ul li .tit i img {
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .right ul li .tit .name {
  font-size: 25px;
  font-weight: 500;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .right ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: auto;
  padding-right: 5%;
}
.i-advantage .right ul li .text p {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .right ul li .btn {
  width: 100px;
  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-left: 1px solid white;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .right ul li:hover {
  background-color: #0453a2;
}
.i-advantage .right ul li:hover .tit i {
  background-color: white;
}
.i-advantage .right ul li:hover .tit i img {
  -webkit-filter: none;
  filter: none;
}
.i-advantage .right ul li:hover .tit .name {
  color: white;
}
.i-advantage .right ul li:hover .text p {
  color: white;
}
.i-advantage .right ul li:hover .btn {
  opacity: 1;
}
.i-advantage .right ul li:nth-child(1) {
  background-image: url(../image/adv-icon1-bg.png);
}
.i-advantage .right ul li:nth-child(2) {
  background-image: url(../image/adv-icon2-bg.png);
}
.i-advantage .right ul li:nth-child(3) {
  background-image: url(../image/adv-icon3-bg.png);
}
.i-advantage .right ul li:nth-child(4) {
  background-image: url(../image/adv-icon4-bg.png);
}
.our-news {
  position: relative;
}
.our-news .slick-vertical .slick-slide {
  border: none;
}
.our-news::before {
  content: "";
  position: absolute;
  top: 100px;
  bottom: 0;
  left: -webkit-calc(33.33% + 33.33px);
  left: -moz-calc(33.33% + 33.33px);
  left: calc(33.33% + 33.33px);
  /*border-left: 1px solid #DCDCDC;*/
}
.our-news .box {
  /*border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;*/
  padding-right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-news .left {
  width: 33.33%;
  padding-left: 50px;
  padding-top: 50px;
  padding-right: 10%;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-news .left .arrows span {
  font-size: 30px;
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.our-news .left .arrows span.arrow_r {
  color: white;
  background-color: #0453a2;
}
.our-news .right {
  width: 66.66%;
}
.our-news .right ul {
  margin-right: -100px;
  margin-bottom: -1px;
}
.our-news .right ul li {
  border-bottom: 1px solid #d0d0d0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .right ul li .d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.our-news .right ul li .img {
  width: 38%;
  height: 320px;
}
.our-news .right ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-news .right ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .right ul li .text .name {
  font-size: 25px;
  font-weight: 500;
}
.our-news .right ul li .btn {
  width: 100px;
  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-left: 1px solid white;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .right ul li:hover {
  background-color: #0453a2;
}
.our-news .right ul li:hover .text {
  color: white;
}
.our-news .right ul li:hover .btn {
  opacity: 1;
}
#footer {
  background-color: #f8f8f8;
  position: relative;
}
#footer .fp-tableCell {
  vertical-align: bottom;
}
#footer .box {
  /*border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;*/
  padding-right: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .left {
  width: 50%;
  padding-left: 50px;
  padding-top: 50px;
  padding-right: 5%;
  padding-bottom: 50px;
}
#footer .left ul li {
  line-height: 30px;
}
#footer .left ul li + li {
  margin-top: 10px;
}
#footer .left ul li i {
  font-size: 0;
}
#footer .left ul li i img {
  vertical-align: middle;
}
#footer .right {
  width: 50%;
  padding: 50px 5%;
  /*border-left: 1px solid #DCDCDC;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#footer .right ul {
  margin: -20px -10px;
}
#footer .right ul li {
  padding: 20px 10px;
  vertical-align: bottom;
}
#footer .right ul li input {
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
  font-size: 16px;
  padding: 5px 10px;
}
#footer .right ul li button {
  height: 50px;
  width: 100%;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  background-color: #0453a2;
  border: none;
}
#footer .right p {
  color: #bebebe;
}
#footer .right p em {
  color: #0453a2;
}
#footer .right .social-links a {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-color: #0453a2;
}
#footer .right .social-links a + a {
  margin-left: 5px;
}
#footer .map {
  width: 100%;
}
#footer .map > div {
  margin-right: -100px;
}
#footer .foot-bottom {
  line-height: 100px;
  height: 100px;
  padding: 0 50px;
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
  line-height: 2;
  color: #949494;
}
.huhu{
  margin-left: 10px;
}
#footer .foot-bottom span {
  border-bottom: 1px solid currentColor;
}
#footer .foot-bottom img {
  max-height: 14px;
}
#goback {
  font-size: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  background-color: #0453a2;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.fp-viewing-1 #header .nav .ui.menu .logo a img.white,
.fp-viewing-2 #header .nav .ui.menu .logo a img.white,
.fp-viewing-4 #header .nav .ui.menu .logo a img.white,
.fp-viewing-5 #header .nav .ui.menu .logo a img.white,
.fp-viewing-6 #header .nav .ui.menu .logo a img.white {
  opacity: 0;
}
.fp-viewing-1 #header .nav .ui.menu .logo a img.black,
.fp-viewing-2 #header .nav .ui.menu .logo a img.black,
.fp-viewing-4 #header .nav .ui.menu .logo a img.black,
.fp-viewing-5 #header .nav .ui.menu .logo a img.black,
.fp-viewing-6 #header .nav .ui.menu .logo a img.black {
  opacity: 1;
}
.fp-viewing-1 .hover-language .zhuyu,
.fp-viewing-2 .hover-language .zhuyu,
.fp-viewing-4 .hover-language .zhuyu,
.fp-viewing-5 .hover-language .zhuyu,
.fp-viewing-6 .hover-language .zhuyu {
  color: black;
}
.fp-viewing-1 #header .nav .ui.menu .menu-box ul.menu > li,
.fp-viewing-2 #header .nav .ui.menu .menu-box ul.menu > li,
.fp-viewing-4 #header .nav .ui.menu .menu-box ul.menu > li,
.fp-viewing-5 #header .nav .ui.menu .menu-box ul.menu > li,
.fp-viewing-6 #header .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
.fp-viewing-1 #header .nav .ui.menu .h-search > div img.white,
.fp-viewing-2 #header .nav .ui.menu .h-search > div img.white,
.fp-viewing-4 #header .nav .ui.menu .h-search > div img.white,
.fp-viewing-5 #header .nav .ui.menu .h-search > div img.white,
.fp-viewing-6 #header .nav .ui.menu .h-search > div img.white {
  opacity: 0;
}
.fp-viewing-1 #header .nav .ui.menu .h-search > div img.black,
.fp-viewing-2 #header .nav .ui.menu .h-search > div img.black,
.fp-viewing-4 #header .nav .ui.menu .h-search > div img.black,
.fp-viewing-5 #header .nav .ui.menu .h-search > div img.black,
.fp-viewing-6 #header .nav .ui.menu .h-search > div img.black {
  opacity: 1;
}
.fp-viewing-1 #header .nav .ui.menu .h-mail,
.fp-viewing-2 #header .nav .ui.menu .h-mail,
.fp-viewing-4 #header .nav .ui.menu .h-mail,
.fp-viewing-5 #header .nav .ui.menu .h-mail,
.fp-viewing-6 #header .nav .ui.menu .h-mail {
  color: black;
}


#header.fixed {
  background-color: white;
}
#header.fixed .nav .ui.menu .logo a img.white {
  opacity: 0;
}
#header.fixed .nav .ui.menu .logo a img.black {
  opacity: 1;
}
#header.fixed .hover-language .zhuyu {
  color: black;
}
#header.fixed .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.fixed .nav .ui.menu .h-search > div img.white {
  opacity: 0;
}
#header.fixed .nav .ui.menu .h-search > div img.black {
  opacity: 1;
}
#header.fixed .nav .ui.menu .h-mail{
  color: black;
}

@media (max-width: 1800px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 50px;
  }
  .i-category ul li .img .text .name {
    font-size: 20px;
  }
  .bastTit {
    font-size: 35px;
  }
  .bastTit span.line::before {
    top: 5px;
  }
  .i-advantage .right ul li .tit .name {
    font-size: 20px;
  }
  .our-news .right ul li .text .name {
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #header .nav .ui.menu .h-mail > div {
    padding-left: 10%;
  }
  #banner h2 {
    font-size: 55px;
  }
  .i-category .title-box {
    padding-top: 25px;
  }
  .font-18 {
    font-size: 16px;
  }
  .i-category ul li .img .text p {
    -webkit-line-clamp: 3;
  }
  .our-about .box .right ul li .mml-text .num {
    font-size: 30px;
  }
  .i-advantage .right ul li .tit .name {
    font-size: 18px;
  }
  .i-advantage .left {
    padding-right: 5%;
  }
  .baseBtn span {
    width: auto;
    padding: 0 50px;
  }
  .our-about .box .center {
    padding: 50px 30px;
  }
  .our-news .right ul li .text {
    padding: 0 25px;
  }
  .our-news .left {
    padding-right: 5%;
  }
}
@media (max-width: 1400px) {
  #header .nav .ui.menu {
    padding: 0 50px;
  }
  #footer::before,
  #index-body::before {
    left: 50px;
  }
  #header .nav .ui.menu .h-bar {
    width: 50px;
  }
  .hover-language {
    width: 50px;
  }
  .hover-language .zhuyu {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box {
    width: -webkit-calc(62% - 50px);
    width: -moz-calc(62% - 50px);
    width: calc(62% - 50px);
  }
  main {
    padding-left: 50px;
  }
  .i-category .box,
  .our-product .box,
  .our-about .box,
  .i-advantage .box,
  .our-news .box,
  #footer .box {
    padding-right: 50px;
  }
  .i-advantage .right ul li .btn {
    width: 50px;
  }
  .i-advantage .right ul {
    margin-right: -50px;
  }
  .i-advantage::before {
    left: -webkit-calc(33.33% + 16.66px);
    left: -moz-calc(33.33% + 16.66px);
    left: calc(33.33% + 16.66px);
  }
  .our-about::before {
    width: -webkit-calc(66.66% - 16.66px);
    width: -moz-calc(66.66% - 16.66px);
    width: calc(66.66% - 16.66px);
  }
  .our-about::after {
    width: -webkit-calc(33.33% + 16.66px);
    width: -moz-calc(33.33% + 16.66px);
    width: calc(33.33% + 16.66px);
  }
  .our-news::before {
    left: -webkit-calc(33.33% + 16.66px);
    left: -moz-calc(33.33% + 16.66px);
    left: calc(33.33% + 16.66px);
  }
  .our-news .right ul li .btn {
    width: 50px;
  }
  .our-news .right ul {
    margin-right: -50px;
  }
  #footer .map > div {
    margin-right: -50px;
  }
}
@media (max-width: 1200px) {
  #header .nav .ui.menu .h-mail {
    display: none;
  }
  #header .nav .ui.menu .logo {
    width: 25%;
  }
  #header .nav .ui.menu .menu-box {
    width: -webkit-calc(75% - 50px);
    width: -moz-calc(75% - 50px);
    width: calc(75% - 50px);
  }
  #banner h2 {
    font-size: 40px;
  }
  .i-category .title-box {
    padding-left: 25px;
  }
  .bastTit span.line::before {
    left: -26px;
    display: none;
  }
  .bastTit {
    font-size: 24px;
  }
  .baseBtn i {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .baseBtn span {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
  }
  .our-product .left {
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 25px;
  }
  .i-advantage .left {
    padding-left: 25px;
    padding-top: 25px;
  }
  .i-advantage .right ul li .tit .name {
    padding-left: 10px;
  }
  .i-advantage .right ul li .tit {
    width: 40%;
  }
  .our-news .left {
    padding-left: 25px;
    padding-top: 25px;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .nav-height {
    display: none;
  }
  #footer::before,
  #index-body::before {
    display: none;
  }
  .i-category ul li.wid-40 {
    width: 50%!important;
  }
  .i-category ul li {
    width: 25%!important;
  }
  .i-category .box {
    border: none;
  }
  .i-category .title-box {
    padding-left: 0;
    padding-top: 0;
  }
  .our-product .left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .our-product .right {
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
  }
  .our-product .box {
    border: none;
  }
  .our-about .box .left {
    display: none;
  }
  .our-about .box .center {
    width: 100%;
  }
  .our-about .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 2px;
  }
  .our-about .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .our-about::before {
    display: none;
  }
  .our-about::after {
    width: 100%;
  }
  .our-about .box .right ul li .mml-text {
    padding: 15px;
  }
  .i-advantage::before {
    display: none;
  }
  .i-advantage .box {
    border: none;
  }
  .i-advantage .left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .i-advantage .right {
    width: 100%;
  }
  .i-advantage .right ul {
    margin-right: 0;
  }
  .i-advantage .right ul li {
    min-height: auto;
    padding: 15px 0;
  }
  .i-advantage .right ul li .btn {
    display: none;
  }
  .i-advantage .right ul li .text {
    padding-right: 0;
  }
  .our-news::before {
    display: none;
  }
  .our-news .box {
    border: none;
    display: block;
  }
  .our-news .left {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .our-news .left .arrows {
    display: none;
  }
  .our-news .right {
    width: 100%;
  }
  .our-news .right ul {
    margin-right: 0;
  }
  .our-news .right ul li .btn {
    display: none;
  }
  .our-news .right ul li .img {
    height: 300px;
  }
  #goback {
    display: none;
  }
  #footer .foot-bottom {
    padding-left: 0;
  }
  #footer .left {
    width: 100%;
    padding: 25px 0;
  }
  #footer .right {
    width: 100%;
    padding: 25px 0;
    border: none;
  }
  #footer .box {
    border: none;
  }
  #footer .map > div {
    margin-right: 0;
  }
  #banner .left {
    padding-left: 0;
    padding-right: 15px;
  }
  #footer .foot-bottom {
    height: auto;
    line-height: 1.5;
    padding: 30px 50px 30px 0;
  }
  .huhu, .haha{
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  #index-body .section {
    height: auto!important;
    padding: 20px 0;
  }
  #index-body .fp-tableCell {
    height: auto!important;
  }
  #banner {
    padding: 0!important;
  }
  #banner h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .i-category ul li.wid-40 {
    width: 100%!important;
  }
  .i-category ul li {
    width: 50%!important;
  }
  .i-category .title-box {
    margin-bottom: 40px;
  }
  .i-advantage {
    display: none!important;
  }
  #footer {
    padding: 0!important;
  }
  .i-category ul li .img .text .name {
    font-size: 16px;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2;
    min-height: 4rem;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
  }
  .our-product .right .mml-text {
    padding-bottom: 0;
  }
  .our-product .right .mml-text a.btn {
    display: none;
  }
  .our-news .right ul li .text .name {
    font-size: 18px;
    line-height: 32px;
  }
  #footer .right ul li input {
    font-size: 14px;
    line-height: 28px;
  }
  #footer .right ul li button {
    height: 40px;
    font-size: 16px;
  }
  main {
    padding-left: 15px;
  }
  .i-category .box,
  .our-product .box,
  .our-about .box,
  .i-advantage .box,
  .our-news .box,
  #footer .box {
    padding-right: 15px;
  }
  .product-page .title h1{
    font-size: 24px!important;
    line-height: 44px!important;
  }
  .fenlei{
    display: none;
  }
  .xinwen{
    min-height: 5rem;
  }
  .product-page .product-box{
    padding-bottom: 20px;
  }
  #seo_public_from{
    padding: 20px 0;
  }
}
@media (max-width: 500px) {
  #banner h2 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
  }
  #banner h2 br {
    display: none;
  }
  .baseBtn i svg {
    width: 20px;
    height: 20px;
  }
  .baseBtn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .baseBtn span {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .bastTit {
    font-size: 20px;
  }
  .bastTit span {
    display: inline;
  }
  .i-category ul li .img .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .i-category ul li .img .text p {
    display: none;
  }
  .i-category ul li .img .text .name {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 2;
  }
  .i-category ul li .img .text {
    padding: 10px;
  }
  .our-about .box .right ul::before,
  .our-about .box .right ul::after {
    display: none;
  }
  .our-about .box .right ul li:not(:first-child) {
    padding-top: 2px;
  }
  .our-news .right ul li .d-flex {
    display: block;
  }
  .our-news .right ul li .img {
    width: 100%;
    height: auto;
  }
  .our-news .right ul li .text {
    padding: 25px 0;
    display: block;
  }
  #footer .right ul {
    margin: -10px;
  }
  #footer .right ul li {
    padding: 10px;
  }
}




/*inner css add end*/
/*qiliangbufen */
.inner-banner {
  height: 100px;
  background: no-repeat center top;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
}
.inner-banner h2.tit {
  font-size: 42px;
  color: #fff;
  position: relative;
  text-align: center;
}
.inner-banner h2.tit::after {
  position: absolute;
  content: "";
  width: 108px;
  /*height: 1px;*/
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.product-banner.inner-banner {
  height: 500px;
  padding-bottom: 120px;
}
.product-banner.inner-banner h2 {
  text-align: left;
}
.product-banner.inner-banner h2::after {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.inner-page .ui.container {
  max-width: 1620px;
}
.inner-page .container {
  max-width: 1620px!important;
}
.inner-page .mbx-box {
  padding: 30px 0 30px;
}
.inner-page .mbx {
  font-size: 14px;
  line-height: 28px;
  color: transparent;
  padding-left: 35px;
  position: relative;
}
.inner-page .mbx::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  border-bottom: 1px solid #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .mbx a {
  color: #000;
  padding: 0 16px 0 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.6);
}
.inner-page .mbx a:first-child {
  padding-left: 0;
}
.inner-page .mbx span {
  color: #000;
  padding-left: 12px;
}
.inner-page .sidebar-box {
  max-width: 1620px;
  margin: 0 auto;
  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;
}
.inner-page .sidebar-box .sidebar-left {
  width: 69%;
}
.inner-page .sidebar-box .sidebar-right {
  width: 31%;
  padding-left: 60px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav {
  padding: 28px 50px 40px;
  background: #0453a2;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3 {
  font-size: 24px;
  line-height: 44px;
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3::after {
  position: absolute;
  content: "";
  width: 68px;
  height: 2px;
  border-bottom: 1px solid #fff;
  left: 0;
  bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul {
  margin-top: 25px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 22px;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a {
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover {
  color: var(--base-color);
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  border-bottom: 1px solid var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 0;
  bottom: -3px;
}
.inner-page .sidebar-box .sidebar-right .like-list {
  margin-top: 36px;
}
.inner-page .sidebar-box .sidebar-right .like-list h4 {
  font-size: 16px;
  line-height: 30px;
  color: #141414;
  font-weight: bold;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
.inner-page .sidebar-box .sidebar-right .like-list ul {
  margin-top: 15px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li {
  padding-left: 21px;
  position: relative;
  margin-bottom: 25px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background: #000;
  left: 0;
  top: 13px;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5 {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5:hover {
  color: var(--base-color);
}
.inner-page .sidebar-box .sidebar-right .like-list ul li p {
  font-size: 14px;
  line-height: 2;
  color: rgba(20, 20, 20, 0.5);
  margin-top: 12px;
}
.inner-page .about-link {
  padding: 70px 0;
  background: #1f61a7;
}
.inner-page .about-link .container {
  max-width: 1690px!important;
}
.inner-page .about-link .a-box {
  max-width: 1620px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 0;
}
.inner-page .about-link .a-box h3 {
  font-size: 24px;
  line-height: 44px;
  color: #ffffff;
  font-weight: bold;
}
.fenlei{
  overflow-y: scroll;
  height: 240px;
}
.inner-page .about-link .a-box a {
  padding: 15px 80px 15px 40px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
}
.inner-page .about-link .a-box a:hover {
  color: var(--base-color);
  background: #fff;
}
.inner-page .about-link .a-box a:hover:after {
  background: #fff;
}
/*.inner-page .about-link .a-box a img{
  display: none;
}*/
.inner-page .more {
  display: inline-block;
  padding: 15px 60px 15px 32px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  font-size: 18px;
  color: #000;
  position: relative;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .more img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
}
.inner-page .more:hover {
  border: 1px solid var(--base-color);
  color: #fff;
}
.inner-page .more:hover img {
  right: -55px;
}
.inner-page .more:hover::after {
  width: 100%;
}
.inner-page .more::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: var(--base-color);
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 50px;
}
.inner-page .m-page span,
.inner-page .m-page a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  line-height: 42px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-right: 10px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page span:hover,
.inner-page .m-page a:hover {
  color: #fff;
  background: #000;
}
.inner-page .m-page .current {
  color: #fff;
  background: #000;
}
.contact-page {
  background: url(../image/contact-banner.jpg) no-repeat center top;
  padding-top: 200px;
  background-size: 100%;
}
.contact-page h2.tit {
  font-size: 42px;
  line-height: 1;
  color: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 23px;
}
.contact-page h2.tit::after {
  position: absolute;
  content: "";
  width: 108px;
  height: 1px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.contact-page .contact-1 {
  margin-top: 130px;
}
.contact-page .contact-1 .contact-box {
  max-width: 1512px;
  -webkit-box-shadow: 0 10px 30px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 63px 135px 130px;
  margin: 0 auto;
}
.contact-page .contact-1 .contact-box .contact-content {
  margin-top: 78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .contact-box .contact-content p {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.contact-page .contact-1 .contact-box .contact-content .left {
  width: 50%;
  padding-right: 42px;
}
.contact-page .contact-1 .contact-box .contact-content .left h2 {
  font-size: 54px;
  line-height: 1.2;
  color: #1f61a7;
  font-weight: bold;
  margin-bottom: 40px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul {
  margin-top: 80px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li {
  margin-bottom: 75px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h5 {
  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-size: 16px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 20px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h5 img {
  margin-right: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h4 {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
}
.contact-page .contact-1 .contact-box .contact-content .left ul li h4.h4 {
  margin-bottom: 12px;
}
.contact-page .contact-1 .contact-box .contact-content .right {
  width: 50%;
  padding-left: 42px;
}
.contact-page .contact-1 .contact-box .contact-content .right p.p {
  margin-top: 35px;
  /*letter-spacing: 1.5px;*/
}
.contact-page .contact-1 .contact-box .contact-content .right form {
  margin-top: 40px;
}
.contact-page .contact-1 .contact-box .contact-content .right form p {
  line-height: 1;
  margin-bottom: 15px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="text"],
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
  width: 100%;
  height: 43px;
  background: #e8e8e8;
  border: none;
  padding: 0 10px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-bottom: 22px;
}
.contact-page .contact-1 .contact-box .contact-content .right form textarea {
  height: 92px;
  padding: 10px;
  margin-bottom: 52px;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"] {
  padding: 18px 56px 18px 95px;
  border: none;
  background: url(../image/submit.png) no-repeat left 40px center #1f61a7;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: url(../image/submit.png) no-repeat left 40px center #333;
}
.contact-page .contact-2 {
  padding: 90px 0 75px;
}
.contact-page .contact-2 .icon {
  text-align: center;
}
.contact-page .contact-2 .icon i {
  font-size: 28px;
  color: #000;
  margin: 0 30px;
}
.contact-page .contact-2 p {
  text-align: center;
  margin-top: 32px;
  color: #242120;
  font-size: 16px;
  line-height: 30px;
}
.news-page .news-list {
  padding-bottom: 90px;
}
.news-page .news-list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.news-page .news-list ul li .left {
  width: 42.5%;
}
.news-page .news-list ul li .left a {
  display: block;
  overflow: hidden;
}
.news-page .news-list ul li .left a img {
  width: 100%;
}
.news-page .news-list ul li .right {
  width: 57.5%;
  padding-left: 26px;
}
.news-page .news-list ul li .right span {
  font-size: 14px;
  line-height: 28px;
  color: rgba(20, 20, 20, 0.5);
}
.news-page .news-list ul li .right h4 {
  font-size: 24px;
  line-height: 44px;
  color: #000000;
  font-weight: bold;
  margin: 20px 0;
}
.news-page .news-list ul li .right h4:hover {
  color: var(--base-color);
}
.news-page .news-list ul li .right p {
  font-size: 16px;
  line-height: 30px;
  color: #303030;
  display: -webkit-box;
}
.news-page .news-list ul li .right .more {
  display: inline-block;
  padding: 8px 32px;
  background: #1f1f1f;
  font-size: 14px;
  color: #fff;
  line-height: 2;
  margin-top: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .right .more:hover {
  background: var(--base-color);
}

.newdet-page .news-content {
  padding-bottom: 135px;
}
.newdet-page .news-content .title {
  padding: 15px 0 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.newdet-page .news-content .title span {
  font-size: 14px;
  line-height: 2;
  color: rgba(20, 20, 20, 0.5);
}
.newdet-page .news-content .title h1 {
  font-size: 30px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  margin-top: 20px;
}
.newdet-page .news-content .content {
  padding: 45px 0 200px;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 2;
  color: #303030;
}
.newdet-page .news-content .m-link h3 {
  font-size: 24px;
  line-height: 1;
  color: #1f1f1f;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}
.newdet-page .news-content .m-link h3::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.newdet-page .news-content .m-link .next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .news-content .m-link .next .left {
  width: 42.5%;
}
.newdet-page .news-content .m-link .next .left a {
  display: block;
  overflow: hidden;
}
.newdet-page .news-content .m-link .next .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.newdet-page .news-content .m-link .next .left a img {
  width: 100%;
}
.newdet-page .news-content .m-link .next .right {
  width: 57.5%;
  padding-left: 26px;
}
.newdet-page .news-content .m-link .next .right span {
  font-size: 14px;
  line-height: 1;
  color: rgba(20, 20, 20, 0.5);
}
.newdet-page .news-content .m-link .next .right h4 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 20px;
}
.newdet-page .news-content .m-link .next .right h4:hover {
  color: var(--base-color);
}
.newdet-page .news-content .m-link .next .right p {
  font-size: 14px;
  line-height: 1.8;
  color: #303030;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.newdet-page .news-content .m-link .next .right .more {
  display: inline-block;
  padding: 8px 32px;
  background: #1f1f1f;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-top: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link .next .right .more:hover {
  background: var(--base-color);
}
.category-page .container {
  max-width: 1570px;
}
.category-page .mbx-box .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.category-page .mbx-box .container .p-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  position: relative;
}
.category-page .mbx-box .container .p-btn a:hover::after {
  width: 100%;
}
.category-page .mbx-box .container .p-btn a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 4px;
  border-bottom: 1px solid #000;
  left: 0;
  top: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.category-page .mbx-box .container .p-btn a img {
  margin-right: 10px;
}
.category-page .category-box {
  padding-bottom: 70px;
}
.category-page .category-box .category-list .item-box {
  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;
  background: #f6f6f6;
  padding: 0 5%;
}
.category-page .category-box .category-list:nth-child(1) .item-box .item-img1 {
  position: relative;
  z-index: 10;
}
.category-page .category-box .category-list:nth-child(1) .item-box .item-img1 a {
  display: block;
  overflow: inherit;
  position: relative;
  height: auto;
}
/*.category-page .category-box .category-list:nth-child(1) .item-box .item-img1 img{
  position: absolute;
  max-width: none;
  width: 500px !important;
  left: 10*10px;
  bottom: -6.6*10px;
}*/
.category-page .category-box .category-list .item-box .item {
  width: 50%;
  position: relative;
  background: #f6f6f6;
  max-height: 400px;
}
.category-page .category-box .category-list .item-box .item .item-img {
  display: block;
  overflow: hidden;
}
.category-page .category-box .category-list .item-box .item .item-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.category-page .category-box .category-list .item-box .item .item-img img {
  width: auto;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.category-page .category-box .category-list .item-box .item-text {
  padding: 80px 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;
  background: #f8f8f8;
}
.category-page .category-box .category-list .item-box .item-text .content {
  width: 100%;
}
.category-page .category-box .category-list .item-box .item-text .content h4 {
  font-size: 55px;
  line-height: 1;
  font-weight: bold;
  color: #121212;
}
.category-page .category-box .category-list .item-box .item-text .content h4:hover {
  color: var(--base-color);
}
.category-page .category-box .category-list .item-box .item-text .content p {
  font-size: 14px;
  line-height: 1.6;
  color: #202020;
  margin: 25px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.category-page .category-box .category-list .product-box {
  /*padding: 3*10px;*/
}
.category-page .category-box .category-list .product-box h3 {
  font-size: 22px;
  line-height: 1;
  color: #000000;
  padding-left: 85px;
  position: relative;
}
.category-page .category-box .category-list .product-box h3::after {
  position: absolute;
  content: "";
  width: 53px;
  height: 2px;
  border-bottom: 1px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 13px;
}
.category-page .category-box .category-list .product-box .productBox {
  margin-top: 40px;
  padding: 0 50px;
}
.category-page .category-box .category-list .product-box .productBox .swiper-slide a {
  display: block;
  text-align: center;
}
.category-page .category-box .category-list .product-box .productBox .swiper-slide a:hover .p-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.category-page .category-box .category-list .product-box .productBox .swiper-slide a:hover h4::after {
  width: 100%;
}
.category-page .category-box .category-list .product-box .productBox .swiper-slide a .p-img {
  overflow: hidden;
  height: 195px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.category-page .category-box .category-list .product-box .productBox .swiper-slide a .p-img img {
  width: 100%;
}
.category-page .category-box .category-list .product-box .productBox .swiper-slide a h5 {
  font-size: 20px;
  line-height: 1;
  color: #121212;
  text-transform: uppercase;
}
.category-page .category-box .category-list .product-box .productBox .swiper-slide a h4 {
  font-size: 14px;
  line-height: 1;
  color: #121212;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}
.category-page .category-box .category-list .product-box .productBox .swiper-slide a h4::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px solid #121212;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
/*.category-page .category-box .category-list:nth-child(4n-2) .item-box .item-text {
  left: 33.3333%;
}
.category-page .category-box .category-list:nth-child(4n-2) .item-box .item-img1 {
  left: 33.3333%;
}
.category-page .category-box .category-list:nth-child(4n-2) .item-box .item-img2 {
  right: 66.6666%;
}
.category-page .category-box .category-list:nth-child(4n-1) .item-box .item-text {
  left: 66.6666%;
}
.category-page .category-box .category-list:nth-child(4n-1) .item-box .item-img1 {
  right: 33.3333%;
}
.category-page .category-box .category-list:nth-child(4n-1) .item-box .item-img2 {
  right: 33.3333%;
}
.category-page .category-box .category-list:nth-child(4n) .item-box .item-text {
  left: 33.3333%;
}
.category-page .category-box .category-list:nth-child(4n) .item-box .item-img1 {
  left: 33.3333%;
}
.category-page .category-box .category-list:nth-child(4n) .item-box .item-img2 {
  right: 66.6666%;
}*/

.prodet-page{
  overflow: hidden;
}
.prodet-page .prodet-box .container {
  max-width: 1240px;
}
.prodet-page .prodet-box .prodet-1 {
  padding: 20px 0 80px;
}
.prodet-page .prodet-box .prodet-1 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-box .prodet-1 .container .left {
  width: 50%;
  padding-right: 90px;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll {
  padding: 20px 0;
  position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-wrapper{
  margin: -10px;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-slide {
  padding: 10px;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-slide img{
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev,
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
  width: 16px;
  height: 29px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-prev {
  background: url(/template/en/images/ped-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: 0;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-button-next {
  background: url(/template/en/images/ped-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: 0;
}
.prodet-page .prodet-box .prodet-1 .container .right {
  width: 50%;
  padding-left: 25px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
  font-size: 24px;
  line-height: 44px;
  color: #1f61a7;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h1 {
  font-size: 48px;
  line-height: 1.4;
  color: #121212;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin: 15px 0;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box p {
  font-size: 16px;
  line-height: 2;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid #8a8a8a;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .content {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color {
  margin-top: 30px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color span {
  font-size: 14px;
  line-height: 1;
  color: #444444;
  display: block;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox {
  margin-top: 20px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .product-color .colorBox .swiper-slide:hover {
  background: #f4f4f4;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box {
  margin-top: 35px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
  display: inline-block;
  padding: 16px 50px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 18px;
  line-height: 1;
  color: #121212;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover {
  border: 1px solid var(--base-color);
  color: #fff;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a:hover::after {
  width: 100%;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: var(--base-color);
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
  padding: 16px 60px;
  border: 1px solid #000000;
  margin-left: 18px;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share {
  margin-top: 35px;
  padding-top: 35px;
  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;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon {
  font-size: 14px;
  line-height: 2;
  font-weight: 100;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a {
  padding: 0 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:hover {
  color: var(--base-color);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon a:last-child {
  border-right: none;
}
.prodet-page .prodet-box .prodet-2 h3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .prodet-2 h3 span {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #000;
  padding: 12px 25px;
  background: #ccc;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-box .prodet-2 h3 span.active {
  color: #fff;
  background: #1f61a7;
}
.prodet-page .prodet-box .prodet-2 h3 span.active::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #1f61a7;
}
.prodet-page .prodet-box .prodet-2 .content {
  padding: 60px 0 50px;
  font-size: 18px;
}

.prodet-page .prodet-box .prodet-2 .content strong {
  font-weight: bold;
  display: block;
}

.prodet-page .prodet-box .prodet-3 {
  padding: 40px 0 45px;
  background: #f5f5f5;
}
.prodet-page .prodet-box .prodet-3 h3 {
  font-size: 20px;
  line-height: 1;
  color: #1f1f1f;
  font-weight: bold;
}
.prodet-page .prodet-box .prodet-3 .reportBox {
  margin: 45px -10px 0;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container {
  padding: 10px;
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a {
  display: block;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page .prodet-box .prodet-3 .reportBox .swiper-container .swiper-slide a img {
  width: 100%;
}
.prodet-page .prodet-box .prodet-4 {
  padding: 60px 0;
}
.prodet-page .prodet-box .prodet-4 h3 {
  font-size: 35px;
  color: #080808;
  font-weight: 600;
  text-align: center;
}
.prodet-page .prodet-box .prodet-4 .recommendBox {
  margin-top: 40px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-wrapper {
  margin: -15px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide {
  padding: 15px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a {
  display: block;
  text-align: center;
}

.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a:hover h4::after {
  width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img {
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a .p-img img {
  width: 100%;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h5 {
  font-size: 20px;
  line-height: 36px;
  color: #121212;
  /*text-transform: uppercase;*/
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4 {
  font-size: 14px;
  line-height: 2;
  color: #121212;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  font-weight: 500;
  padding-bottom: 4px;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  border-bottom: 1px solid #1f61a7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page.prodet2-page .prodet-box .container {
  max-width: 1605px;
}
.prodet-page.prodet2-page .prodet-box .prodet-1 .left {
  width: 55%;
}
.prodet-page.prodet2-page .prodet-box .prodet-1 .right {
  width: 45%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 {
  border-top: 1px solid #d9d9d9;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title {
  padding: 40px 0 85px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title h3 {
  font-size: 28px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  margin-bottom: 14px;
  border: none;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .title p {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  font-weight: 100;
  max-width: 1150px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .left {
  width: 58%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right {
  width: 42%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit {
  width: 100%;
  padding: 0 30px;
  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;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4 {
  font-size: 24px;
  color: #000000;
  padding-top: 25px;
  position: relative;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li .right .tit h4::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  top: 0;
  left: 0;
  border-top: 1px solid #d9d9d9;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .content-box ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box {
  margin-top: 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container {
  max-width: 1230px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content {
  padding: 110px 0 100px;
  /*border-top: 1px solid #a3a3a3;*/
  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;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .left {
  width: 42%;
  padding: 15px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right {
  width: 58%;
  padding-left: 5%;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right h5 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
  color: #000;
  padding: 0 6px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list {
  margin-top: 40px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item {
  margin-bottom: 15px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 6px;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title h6 {
  font-size: 18px;
  color: #000;
  line-height: 1;
  font-weight: 400;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .title i::before {
  content: "+";
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box {
  display: none;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul {
  padding: 15px;
  margin-left: 40px;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box ul li {
  font-size: 16px;
  color: #565656;
  margin-bottom: 5px;
  list-style-type: disc;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box {
  padding: 15px;
  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;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p {
  width: 50%;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-title {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 500;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item .text-box .box p .spec-value {
  display: block;
  font-size: 16px;
  color: #565656;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title {
  border: 2px solid #000;
}
.prodet-page.prodet2-page .prodet-box .prodet-2 .technical-box .container .content .right .list .item.active .title i::before {
  content: "-";
}
.prodet-page.prodet2-page .prodet-box .prodet-3 {
  padding: 60px 0;
  background: #000;
  text-align: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .container {
  max-width: 1230px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 h5 {
  margin: 0;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox {
  margin-top: 30px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img {
  overflow: hidden;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .e-img img {
  width: 100%;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content {
  padding: 15px 5px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content h6 {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 20px;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 .exploreBox .swiper-slide .content p {
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.prodet-page.prodet2-page .prodet-box .prodet-3 a {
  display: inline-block;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 100;
  margin-top: 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 {
  background: #f1f1f1;
  padding: 30px 0 50px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top {
  text-align: center;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top h4 {
  font-size: 26px;
  line-height: 1;
  color: #1e1e1e;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 17px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 .top p {
  font-size: 16px;
  line-height: 1;
  color: #1e1e1e;
  margin-top: 35px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form {
  margin-top: 42px;
  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;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0px 0px 0px 16px;
  height: 48px;
  text-align: left;
  color: #242424;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: #ffffff;
  border: 1px solid #242424;
  margin-left: 5px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="name"] {
  width: 140px;
  margin-left: 0;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="mail"] {
  width: 240px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[name="content"] {
  width: 300px;
}
.prodet-page.prodet2-page .prodet-box .prodet-5 form input[type="submit"] {
  background: #000000;
  border-radius: 0px;
  border-style: solid;
  border-color: #000000;
  border-width: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  white-space: normal;
  padding: 11px 10px;
  text-align: center;
  word-break: break-word;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  cursor: pointer;
  height: auto;
}
.about-page .container {
  max-width: 1550px;
}
/*.about-page .about-1 {
  padding-top: 15px;
}*/
.about-page .about-1 .about-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-1 .about-box .left {
  width: 53%;
  position: relative;
}
/*.about-page .about-1 .about-box .left::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  background: #1f61a7;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
}*/
.about-page .about-1 .about-box .right {
  width: 47%;
  padding-left: 5%;
}
.about-page .about-1 .about-box .right h2 {
  font-size: 45px;
  line-height: 1;
  color: #1c1c1c;
  font-weight: bold;
}
.about-page .about-1 .about-box .right .h3 {
  font-size: 30px;
  line-height: 1.6;
  color: #1f61a7;
  font-weight: bold;
  margin-top: 30px;
}
.about-page .about-1 .about-box .right p {
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin-top: 40px;
}
.about-page .about-1 .text {
  padding: 100px 0 100px;
  text-align: center;
  color: #000;
}
.about-page .about-1 .text h2 {
  font-size: 45px;
  font-weight: bold;
      text-transform: uppercase;
}
.about-page .about-1 .text p {
  font-size: 16px;
  margin-top: 20px;
}
.about-page .about-2 {
  padding: 55px 0 45px;
  /*background: url(../images/about-2-bg.jpg) no-repeat center center;*/
      background-color: #0453a2;
  background-size: cover;
}
.about-page .about-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-2 ul li {
  width: 25%;
  text-align: center;
  position: relative;
}
.about-page .about-2 ul li:last-child::after {
  display: none;
}
.about-page .about-2 ul li::after {
  position: absolute;
  content: "";
  width: 2px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  height: 55px;
}
.about-page .about-2 ul li h4 {
  font-size: 72px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.about-page .about-2 ul li h4 span {
  font-weight: 100;
  font-size: 22px;
}
.about-page .about-2 ul li p {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 22px;
}
.about-page .about-3 {
  background: url(../image/about-3-bg.jpg) no-repeat center top;
  background-size: cover;
}
.about-page .about-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-3 .top .left {
  width: 50%;
  text-align: right;
  padding: 100px 0 100px 0;
}
.about-page .about-3 .top .left img {
  margin-right: -15px;
}
.about-page .about-3 .top .right {
  width: 50%;
  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;
  padding: 40px 20px;
}
.about-page .about-3 .top .right ul li {
  padding-left: 125px;
  position: relative;
  font-size: 35px;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-bottom: 40px;
}
.about-page .about-3 .top .right ul li:hover {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
.about-page .about-3 .top .right ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-3 .top .right ul li::after {
  position: absolute;
  content: "";
  width: 98px;
  height: 2px;
  border-bottom: 1px solid #000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-3 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 130px;
}
.about-page .about-3 .bottom .left {
  width: 50%;
  padding-left: 20px;
}
.about-page .about-3 .bottom .left h2 {
  font-size: 45px;
  color: #000000;
  font-weight: bold;
  max-width: 700px;
}
.about-page .about-3 .bottom .left .more {
  margin: 45px 0;
}
.about-page .about-3 .bottom .left p {
  font-size: 16px;
  color: #202020;
  letter-spacing: 4px;
}
.about-page .about-3 .bottom .right {
  width: 50%;
  text-align: right;
  padding-left: 30px;
}
.about-page .about-4 {
  padding: 100px 0 147px;
  background: url(/template/en/images/about-4-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .about-4 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-4 .container .left {
  width: 50%;
  text-align: center;
}
.about-page .about-4 .container .left .content {
  display: inline-block;
  position: relative;
}
.about-page .about-4 .container .left .content .ball {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-4 .container .left .content .ball .box {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -webkit-animation: kz 20s infinite linear;
  -moz-animation: kz 20s infinite linear;
  animation: kz 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: relative;
}
.about-page .about-4 .container .left .content .ball .box .text1 {
  position: absolute;
  top: 0;
  left: -20px;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  line-height: 140px;
  font-size: 26px;
  text-align: center;
  color: #fff;
  background: #a6a6a6;
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.about-page .about-4 .container .left .content .ball .box .text2 {
  position: absolute;
  top: -40px;
  right: 65px;
  border-radius: 100%;
  width: 125px;
  height: 125px;
  line-height: 125px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: #8a8a8a;
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.about-page .about-4 .container .left .content .ball .box .text3 {
  position: absolute;
  top: 155px;
  right: -75px;
  border-radius: 100%;
  width: 175px;
  height: 175px;
  line-height: 175px;
  font-size: 36.5px;
  color: #fff;
  text-align: center;
  background: #bbbbbb;
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.about-page .about-4 .container .left .content .ball .box .text4 {
  position: absolute;
  bottom: -40px;
  right: 35px;
  border-radius: 100%;
  width: 170px;
  height: 170px;
  line-height: 170px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background: #565656;
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.about-page .about-4 .container .left .content .ball .box .text5 {
  position: absolute;
  bottom: 32px;
  left: -50px;
  border-radius: 100%;
  width: 195px;
  height: 195px;
  line-height: 195px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  background: #363636;
  -webkit-animation: kzs 20s infinite linear;
  -moz-animation: kzs 20s infinite linear;
  animation: kzs 20s infinite linear;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.about-page .about-4 .container .right {
  width: 50%;
}
.about-page .about-4 .container .right .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-4 .container .right h2 {
  font-size: 161px;
  line-height: .8;
  color: #ffffff;
  font-weight: bold;
}
.about-page .about-4 .container .right h3 {
  font-size: 62px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  margin-left: 10px;
}
.about-page .about-4 .container .right p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 40px;
}
.about-page .about-5 {
  padding: 55px 0 72px;
  background: url(/template/en/images/about-5.jpg) no-repeat center center;
  background-size: cover;
}
.about-page .about-5 h3 {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
}
.about-page .about-5 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.about-page .about-5 ul li {
  width: 50%;
  padding-left: 28px;
  border-left: 1px solid #fff;
}
.about-page .about-5 ul li:hover img {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.about-page .about-5 ul li 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-size: 36px;
  line-height: 1;
  color: #ffffff;
}
.about-page .about-5 ul li h2 img {
  margin-left: 45px;
}
.about-page .about-5 ul li p {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  margin-top: 20px;
}
.about-page .about-6 {
  background: url(../image/about-6-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 85px 0 85px;
}
.about-page .about-6 h2 {
  font-size: 45px;
  color: #181818;
  font-weight: bold;
  text-align: center;
}
.about-page .about-6 .historyBox {
  margin-top: 70px;
}
.about-page .about-6 .historyBox ul {
  margin: 0 -20px;
}
.about-page .about-6 .historyBox ul li {
  padding: 0 20px;
}
.about-page .about-6 .historyBox .swiper-container {
  height: 470px;
}
.about-page .about-6 .historyBox .swiper-slide {
  text-align: center;
  padding: 75px 0 15px;
  position: relative;
}
.about-page .about-6 .historyBox .swiper-slide::after {
  position: absolute;
  content: "";
  width: 2px;
  border-left: 1px solid #181818;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 30px;
  height: 48px;
}
.about-page .about-6 .historyBox .swiper-slide h4 {
  font-size: 36px;
  line-height: 1;
  color: #181818;
  font-weight: bold;
}
.about-page .about-6 .historyBox .swiper-slide p {
  font-size: 20px;
  line-height: 1;
  color: #181818;
  margin-top: 18px;
}
.about-page .about-7 {
  padding: 100px 0 100px;
  text-align: center;
  color: #fff;
  background: #0453a2;
}
.about-page .about-7 .top h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 30px;
}
.about-page .about-7 .top p {
  font-size: 16px;
  line-height: 30px;
}
.about-page .about-7 .top p.p {
  font-size: 14px;
}
.about-page .about-7 .top .txt {
  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-top: 36px;
  padding: 0 55px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.about-page .about-7 .top .txt::after {
  position: absolute;
  content: "";
  width: 780px;
  height: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.about-page .about-7 .top .txt img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: 15px;
}
.about-page .about-7 .top .txt h4 {
  font-size: 26px;
  line-height: 1;
}
.about-page .about-7 .top .txt h4 span {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}
.about-page .about-7 .map-box {
  margin-top: 45px;
}
.about-page .about-7 .map-box .map {
  display: inline-block;
  position: relative;
}
.about-page .about-7 .map-box .map .item {
  position: absolute;
  text-align: left;
}
.about-page .about-7 .map-box .map .item h5 {
  font-size: 25px;
  color: #f9f9f9;
  font-weight: bold;
}
.about-page .about-7 .map-box .map .item li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #ffffff;
  font-size: 12px;
  line-height: 1;
  color: #000;
  margin-right: 2px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 6;
}
.about-page .about-7 .map-box .map .item li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.about-page .about-7 .map-box .map .item li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.about-page .about-7 .map-box .map .item li:hover {
  background: #242424;
  color: #fff;
}
.about-page .about-7 .map-box .map .item li:hover::before {
  -webkit-animation: ks 2s infinite;
  -moz-animation: ks 2s infinite;
  animation: ks 2s infinite;
}
.about-page .about-7 .map-box .map .item li:hover::after {
  -webkit-animation: ks 2s infinite;
  -moz-animation: ks 2s infinite;
  animation: ks 2s infinite;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-7 .map-box .map .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
}
.about-page .about-7 .map-box .map .item:nth-child(1) {
  left: 73%;
  top: 30%;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
  width: 80px;
  height: 80px;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) span {
  position: relative;
  z-index: 5;
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1f61a7;
  color: #fff;
  border-radius: 100%;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1)::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-7 .map-box .map .item:nth-child(2) {
  left: 41%;
  top: 15%;
  text-align: center;
}
.about-page .about-7 .map-box .map .item:nth-child(2) ul {
  max-width: 186px;
}
.about-page .about-7 .map-box .map .item:nth-child(2) ul li:nth-child(1) {
  margin-right: 3px;
}
.about-page .about-7 .map-box .map .item:nth-child(3) {
  left: 15%;
  top: 22%;
}
.production-page .production-1 {
  padding: 52px 0 120px;
  background: url(/template/en/images/production-1-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.production-page .production-1::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 118px;
  border-right: 1px solid #a5a5a5;
  bottom: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.production-page .production-1 .production-box {
  padding-top: 80px;
}
.production-page .production-1 .production-box h2 {
  font-size: 48px;
  line-height: 1;
  color: #202020;
  text-align: center;
  font-weight: bold;
}
.production-page .production-1 .production-box .content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 55px;
}
.production-page .production-1 .production-box .content-box h4 {
  font-size: 20px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.production-page .production-1 .production-box .content-box .box {
  width: 125px;
  height: 125px;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #191919;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  border: 5px solid #2c2c2c;
  outline: 2px solid rgba(0, 0, 0, 0.2);
  outline-offset: -20px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 6;
}
.production-page .production-1 .production-box .content-box .box:hover {
  color: #fff;
  background: #2e2e2e;
  outline: 0px solid rgba(0, 0, 0, 0.2);
}
.production-page .production-1 .production-box .content-box .box:hover::before {
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
}
.production-page .production-1 .production-box .content-box .box:hover::after {
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.production-page .production-1 .production-box .content-box .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(46, 46, 46, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.production-page .production-1 .production-box .content-box .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(46, 46, 46, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.production-page .production-1 .production-box .content-box .left {
  padding-right: 60px;
  position: relative;
}
.production-page .production-1 .production-box .content-box .right {
  padding-left: 60px;
  position: relative;
}
.production-page .production-1 .production-box .content-box .centre ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 38px;
  position: relative;
}
.production-page .production-1 .production-box .content-box .centre ul::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 80px;
  border-left: 1px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.production-page .production-1 .production-box .content-box .centre ul::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 80px;
  border-left: 1px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.production-page .production-1 .production-box .content-box .centre ul li {
  padding: 0 22px;
  position: relative;
}
.production-page .production-1 .production-box .content-box .centre ul li .box {
  background: #f0f0f0;
}
.production-page .production-1 .production-box .content-box .centre ul li .box:hover {
  background: #2e2e2e;
  outline: 0px solid rgba(0, 0, 0, 0.2);
}
.production-page .production-1 .production-box .content-box .centre ul li:last-child::after {
  display: none;
}
.production-page .production-1 .production-box .content-box .centre ul li::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  border-bottom: 1px solid #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -12px;
}
.production-page .production-1 .production-box p {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #191919;
  margin-top: 43px;
}
.production-page .production-2 {
  padding: 85px 0 200px;
  position: relative;
  background: url(/template/en/images/production-2-bg.jpg) no-repeat center center;
  background-size: cover;
}
.production-page .production-2 .container {
  max-width: 1375px;
}
.production-page .production-2::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 118px;
  border-right: 1px solid #a5a5a5;
  bottom: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.production-page .production-2 h2 {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 40px;
}
.production-page .production-2 .item {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.production-page .production-2 .item .left {
  width: 50%;
  position: relative;
  z-index: 5;
}
.production-page .production-2 .item .left h3 {
  font-size: 64px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding-bottom: 90px;
  position: relative;
}
.production-page .production-2 .item .left h3::after {
  content: attr(data-shadow);
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: -1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
  font-size: 88px;
  line-height: 1;
  font-weight: bold;
}
.production-page .production-2 .item .left h4 {
  font-size: 28px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.production-page .production-2 .item .left p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 580px;
  margin-top: 15px;
}
.production-page .production-2 .item .left .more {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  margin-top: 45px;
}
.production-page .production-2 .item .right {
  width: 50%;
  text-align: right;
  position: relative;
  z-index: 2;
}
.production-page .production-2 .item .right .e-img {
  padding: 0 27px 30px 0;
  position: relative;
  display: inline-block;
}
.production-page .production-2 .item .right .e-img .box {
  position: relative;
}
.production-page .production-2 .item .right .e-img .box::after {
  position: absolute;
  content: "";
  width: 95%;
  height: 95%;
  background: rgba(255, 255, 255, 0.3);
  z-index: -1;
  right: -27px;
  bottom: -30px;
}
.production-page .production-2 .tit {
  text-align: center;
  font-size: 44px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  margin: 88px 0 95px;
}
.production-page .production-2 .item.item2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.production-page .production-2 .item.item2 .left {
  padding-left: 110px;
}
.production-page .production-2 .item.item2 .left h4 {
  line-height: 1.4;
}
.production-page .production-2 .item.item2 .right {
  text-align: left;
}
.production-page .production-2 .item.item2 .right .e-img {
  padding: 25px 22px 0 0;
}
.production-page .production-2 .item.item2 .right .e-img .box::after {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  right: -22px;
  bottom: auto;
  top: -25px;
}
.production-page .production-3 {
  padding: 105px 0 150px;
}
.production-page .production-3 .container {
  max-width: 1360px;
}
.production-page .production-3 .container h2 {
  text-align: center;
  font-size: 48px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 53px;
}
.production-page .production-3 .container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.production-page .production-3 .container .box .left {
  width: 44%;
  padding-right: 50px;
}
.production-page .production-3 .container .box .left p {
  font-size: 16px;
  line-height: 1.8;
  color: #202020;
  max-width: 475px;
  margin-bottom: 35px;
  letter-spacing: 4px;
}
.production-page .production-3 .container .box .right {
  width: 56%;
}
.production-page .production-3 .container .box .right .swiper-slide a {
  display: block;
  overflow: hidden;
}
.production-page .production-3 .container .box .right .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.production-page .production-3 .container .box .right .swiper-slide a img {
  width: 100%;
}
.production-page .production-4 {
  background: #040404;
}
.production-page .production-4 h2 {
  width: 25%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 80px;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}
.production-page .production-4 .honorBox {
  position: relative;
}
.production-page .production-4 .honorBox .swiper-slide {
  background: url(/template/en/images/honor-bg.png) no-repeat center center;
  background-size: cover;
  padding: 180px 20px 65px;
}
.production-page .production-4 .honorBox .swiper-slide a {
  display: block;
  text-align: center;
}
.production-page .production-4 .honorBox .swiper-slide a:hover img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.production-page .production-4 .honorBox .swiper-slide a:hover .see {
  color: #fff;
}
.production-page .production-4 .honorBox .swiper-slide a:hover .see::after {
  width: 70px;
}
.production-page .production-4 .honorBox .swiper-slide a span {
  display: inline-block;
  margin-bottom: 30px;
}
.production-page .production-4 .honorBox .swiper-slide a span img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.production-page .production-4 .honorBox .swiper-slide a p {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.production-page .production-4 .honorBox .swiper-slide a .see {
  display: inline-block;
  padding-top: 30px;
  margin-top: 40px;
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.production-page .production-4 .honorBox .swiper-slide a .see::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.production-page .production-4 .honorBox .swiper-slide a .see::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.production-page .production-4 .honorBox .swiper-button-prev,
.production-page .production-4 .honorBox .swiper-button-next {
  width: 70px;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.production-page .production-4 .honorBox .swiper-button-prev {
  left: -50px;
}
.production-page .production-4 .honorBox .swiper-button-next {
  right: -50px;
}
.product-page {
  background: #f7f7f8;
}
.product-page .container {
  max-width: 1620px;
}
.product-page .title h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.product-page .title p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  max-width: 1200px;
}
.product-page .product-box {
  margin-top: 30px;
  padding-bottom: 100px;
}
.product-page .product-box .product-list {
  margin-top: 80px;
}
.product-page .product-box .product-list ul {
  margin: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-box .product-list ul li {
  width: 25%;
  padding: 15px;
}
.product-page .product-box .product-list ul li a {
  padding: 35px 24px;
  background: #fff;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-box .product-list ul li a:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}

.product-page .product-box .product-list ul li a .p-img {
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
}
.product-page .product-box .product-list ul li a h4 {
  font-size: 24px;
  line-height: 1;
  color: #000;
}
.product-page .product-box .product-list ul li a h5 {
  font-size: 18px;
  line-height: 1;
  color: #000;
  margin-top: 12px;
}
.product-page .product-box .product-list ul li a p {
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  color: #000;
  min-height: 5.5em;
}


.product-page .product-box .product-list ul li > div i {
  position: absolute;
  z-index: 1;
  background: #0453a2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .product-box .product-list ul li > div i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .product-box .product-list ul li > div i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .product-box .product-list ul li > div i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .product-box .product-list ul li > div i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .product-box .product-list ul li > div:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .product-box .product-list ul li > div:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}


.product-page .product-box .product-list .m-page {
  margin-top: 60px;
}


.product-page .product-box .cate-list{
  margin-top: 70px;
}
.product-page .product-box .cate-list ul{
  margin: -15px -25px;
}
.product-page .product-box .cate-list ul li{
  padding: 15px 25px;
}

.product-page .product-box .cate-list ul li > div{
  background-color: white;
  display: flex;
  flex-wrap: wrap;
}

.product-page .product-box .cate-list ul li .img{
  width: 40%;
}

.product-page .product-box .cate-list ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-page .product-box .cate-list ul li .content{
  width: 60%;
  padding: 30px;
  margin: auto 0;
}

.product-page .product-box .cate-list ul li .content a.moreBtn{
  color: #2451a0;
  border-bottom: 1px solid currentColor;
}

.haha{
  margin-top: -30px;
}
.haha h3{
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .product-page .product-box .cate-list ul li{
    width: 100%!important;
  }
}

@media screen and (max-width: 500px) {
  .product-page .product-box .cate-list ul li .img{
    width: 100%;
  }
  .product-page .product-box .cate-list ul li .content{
    width: 100%;
  }
}

.research-page .container {
  max-width: 1405px;
}
.research-page .research-1 {
  padding: 50px 0 27px;
  background: url(/template/en/images/research-1-bg.jpg) no-repeat center center;
}
.research-page .research-1 .text {
  padding: 135px 0 105px;
}
.research-page .research-1 .text h2 {
  font-size: 36px;
  line-height: 1;
  color: #070707;
  font-weight: bold;
}
.research-page .research-1 .text p {
  font-size: 14px;
  line-height: 2;
  color: #070707;
  max-width: 575px;
  margin-top: 30px;
}
.research-page .research-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;
}
.research-page .research-1 ul li {
  font-size: 16px;
  line-height: 1;
  color: #2e2e2e;
  padding: 12px 68px;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.research-page .research-1 ul li:hover {
  background: #000000;
  color: #fff;
}
.research-page .research-2 {
  padding: 0 0 145px;
}
.research-page .research-2 .research-list .item {
  padding-top: 40px;
}
.research-page .research-2 .research-list .item:last-child {
  margin-bottom: 0;
}
.research-page .research-2 .research-list .item h3 {
  font-size: 28px;
  line-height: 1;
  color: #0a0a0a;
  font-weight: bold;
  padding-top: 28px;
  position: relative;
  margin-bottom: 15px;
}
.research-page .research-2 .research-list .item h3::after {
  position: absolute;
  content: "";
  width: 83px;
  height: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
}
.research-page .research-2 .research-list .item p {
  font-size: 16px;
  line-height: 1.8;
  color: #0a0a0a;
}
.research-page .research-2 .research-list .item .researchBox {
  margin-top: 50px;
}
.research-page .research-2 .research-list .item .researchBox .swiper-slide a {
  display: block;
  overflow: hidden;
}
.research-page .research-2 .research-list .item .researchBox .swiper-slide a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.research-page .research-2 .research-list .item .researchBox .swiper-slide a img {
  width: 100%;
}
.research-page .research-2 .research-list .item .researchBox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.research-page .research-2 .research-list .item .researchBox ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 40px;
}
.research-page .research-2 .research-list .item .researchBox ul li a {
  display: block;
  overflow: hidden;
}
.research-page .research-2 .research-list .item .researchBox ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.research-page .research-2 .research-list .item .researchBox ul li a img {
  width: 100%;
}
.research-page .research-2 .research-list .item .researchBox ul li .content {
  margin-top: 25px;
}
.research-page .research-2 .research-list .item .researchBox ul li .content h4 {
  padding-left: 10px;
  border-left: 2px solid #000;
  font-size: 18px;
  line-height: 1;
  color: #0a0a0a;
  margin-bottom: 10px;
}
.research-page .research-2 .research-list .item .researchBox ul li .content h4:nth-child(3) {
  display: none;
}
.research-page .research-2 .research-list .item .researchBox ul li .content p {
  font-size: 16px;
  line-height: 1.5;
  color: #0a0a0a;
  padding-left: 10px;
}
.research-page .research-2 .research-list .item .researchBox ul li .content p:nth-child(4) {
  display: none;
}
.research-page .research-2 .research-list .item:nth-child(1) .researchBox ul li {
  width: 33.333%;
}
.research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li {
  width: 33.3333%;
}
.research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li:nth-child(1),
.research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li:nth-child(2) {
  width: 50%;
}
.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li {
  width: 33.3333%;
}
.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) a {
  display: block;
  width: 33.3333%;
  padding: 0 15px;
}
.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) a:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content {
  width: 66.6666%;
  padding: 0 15px;
}
.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content p {
  line-height: 1.8;
  margin-bottom: 40px;
}
.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content p:last-child {
  margin-bottom: 0;
}
.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content h4:nth-child(3) {
  display: block;
}
.research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content p:nth-child(4) {
  display: block;
}
.research-page.research2-page .research-1 {
  background: url(/template/en/images/research2-1-bg.jpg) no-repeat center center;
}
.research-page.research2-page .research-1 ul li {
  width: 19.5%;
  padding: 12px 0;
  text-align: center;
}
.sustainability-page .sustainability-box h2.title {
  font-size: 48px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
}
.sustainability-page .sustainability-box span.tit {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #1c1c1c;
  padding-right: 24px;
}
.sustainability-page .sustainability-box span.tit::after {
  position: absolute;
  content: "";
  width: 82px;
  height: 2px;
  border-bottom: 1px solid #1c1c1c;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sustainability-page .sustainability-box p {
  font-size: 16px;
  color: #1c1c1c;
}
.sustainability-page .sustainability-box h4 {
  font-size: 24px;
  line-height: 1;
  color: #000000;
}
.sustainability-page .sustainability-box .left .content h2 {
  margin: 30px 0;
}
.sustainability-page .sustainability-box .left .content h4 {
  margin-bottom: 30px;
}
.sustainability-page .sustainability-box .left .content p {
  line-height: 2;
}
.sustainability-page .sustainability-box .sustainability-1 {
  padding: 35px 0 150px;
}
.sustainability-page .sustainability-box .sustainability-1 .container {
  max-width: 1365px;
}
.sustainability-page .sustainability-box .sustainability-1 .container .text-box {
  margin-bottom: 35px;
}
.sustainability-page .sustainability-box .sustainability-1 .container .text-box .text {
  width: 52%;
}
.sustainability-page .sustainability-box .sustainability-1 .container .text-box .text h2 {
  position: relative;
  padding-bottom: 27px;
  display: inline-block;
  border-bottom: 1px solid #439836;
  margin-bottom: 30px;
  letter-spacing: 4px;
}
.sustainability-page .sustainability-box .sustainability-1 .container .text-box .text h4 {
  margin-bottom: 23px;
}
.sustainability-page .sustainability-box .sustainability-1 .container .text-box .text p {
  line-height: 1.5;
}
.sustainability-page .sustainability-box .sustainability-1 .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
}
.sustainability-page .sustainability-box .sustainability-1 .container ul li {
  width: 14.285%;
  padding: 10px;
  position: relative;
}
.sustainability-page .sustainability-box .sustainability-1 .container ul li .box {
  position: relative;
}
.sustainability-page .sustainability-box .sustainability-1 .container ul li .box:hover .img2 {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
}
.sustainability-page .sustainability-box .sustainability-1 .container ul li .box:hover .img {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  transform: rotateY(0);
}
.sustainability-page .sustainability-box .sustainability-1 .container ul li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(1) {
  position: absolute;
  right: 28.57%;
  bottom: 100%;
}
.sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(2) {
  position: absolute;
  right: 14.285%;
  bottom: 100%;
}
.sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(3) {
  position: absolute;
  right: 0;
  bottom: 100%;
}
.sustainability-page .sustainability-box .sustainability-2 {
  padding: 90px 0 160px;
  background: url(/template/en/images/sustainability-2-bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.sustainability-page .sustainability-box .sustainability-2 h3 {
  font-size: 48px;
  line-height: 1;
  color: #fff;
  margin-bottom: 70px;
}
.sustainability-page .sustainability-box .sustainability-3 {
  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;
  background: url(/template/en/images/sustainability-3-bg.jpg) no-repeat left center;
  position: relative;
}
.sustainability-page .sustainability-box .sustainability-3 .bg {
  width: 50%;
}
.sustainability-page .sustainability-box .sustainability-3 .img {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box .left {
  padding-left: 45px;
}
.sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box .content {
  max-width: 605px;
}
.sustainability-page .sustainability-box .sustainability-4 {
  padding: 65px 0 605px;
  position: relative;
}
.sustainability-page .sustainability-box .sustainability-4 .box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.sustainability-page .sustainability-box .sustainability-4 .box .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/template/en/images/sustainability-4.png) no-repeat center center;
  background-size: cover;
  z-index: 10;
}
.sustainability-page .sustainability-box .sustainability-4 .box .img2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/template/en/images/beijing.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.sustainability-page .sustainability-box .sustainability-4 .container {
  position: relative;
  z-index: 20;
}
.sustainability-page .sustainability-box .sustainability-4 .content {
  text-align: center;
}
.sustainability-page .sustainability-box .sustainability-4 .content h2 {
  color: #fff;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 30px;
}
.sustainability-page .sustainability-box .sustainability-4 .content h2::after {
  position: absolute;
  content: "";
  width: 380px;
  height: 2px;
  border-bottom: 1px solid #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.sustainability-page .sustainability-box .sustainability-4 .content p {
  color: #fff;
  max-width: 980px;
  line-height: 2;
  margin: 0 auto;
  letter-spacing: 1px;
}
.sustainability-page .sustainability-box .sustainability-4 .content h3 {
  font-size: 52px;
  line-height: 1;
  color: #ffffff;
  margin-top: 30px;
  letter-spacing: 3px;
}
.sustainability-page .sustainability-box .sustainability-5 {
  padding: 175px 0 150px;
}
.sustainability-page .sustainability-box .sustainability-5 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sustainability-page .sustainability-box .sustainability-5 .container .left {
  width: 31.5%;
  padding: 0 40px;
}
.sustainability-page .sustainability-box .sustainability-5 .container .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.sustainability-page .sustainability-box .sustainability-5 .container .left ul li {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  font-size: 22px;
  line-height: 1;
  color: #1c1c1c;
}
.sustainability-page .sustainability-box .sustainability-5 .container .left ul li:hover img {
  -webkit-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  -moz-transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
  transform: translate(0, 0) rotate(0) scale(1, 1) skew(0, 0) rotateX(0) rotateY(360deg);
}
.sustainability-page .sustainability-box .sustainability-5 .container .left ul li img {
  margin-right: 10px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.sustainability-page .sustainability-box .sustainability-5 .container .right {
  width: 68.5%;
}
.sustainability-page .sustainability-box .sustainability-5 .container .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.sustainability-page .sustainability-box .sustainability-5 .container .right ul li {
  padding: 8px;
  border-radius: 100%;
  margin-left: -80px;
  position: relative;
}
.sustainability-page .sustainability-box .sustainability-5 .container .right ul li::after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  border: 1px solid rgba(98, 168, 54, 0.3);
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-animation: yz 3.5s linear infinite;
  -moz-animation: yz 3.5s linear infinite;
  animation: yz 3.5s linear infinite;
}
.sustainability-page .sustainability-box .sustainability-5 .container .right ul li:first-child {
  margin-left: 0;
}
.sustainability-page .sustainability-box .sustainability-5 .container .right ul li:nth-child(2)::after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.sustainability-page .sustainability-box .sustainability-5 .container .right ul li:nth-child(3)::after {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
.sustainability-page .sustainability-box .sustainability-6 {
  background: #e9e9e9;
  padding-top: 100px;
  position: relative;
}
.sustainability-page .sustainability-box .sustainability-6 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sustainability-page .sustainability-box .sustainability-6 .container .left {
  width: 28%;
  padding-left: 40px;
}
.sustainability-page .sustainability-box .sustainability-6 .container .left span {
  color: #439836;
}
.sustainability-page .sustainability-box .sustainability-6 .container .left h2 {
  color: #439836;
}
.sustainability-page .sustainability-box .sustainability-6 .container .left h4 {
  letter-spacing: 3px;
  margin-bottom: 0;
}
.sustainability-page .sustainability-box .sustainability-6 .container .centre {
  width: 40%;
  text-align: center;
}
.sustainability-page .sustainability-box .sustainability-6 .container .right {
  width: 28%;
  padding: 0 30px;
}
.sustainability-page .sustainability-box .sustainability-6 .container .right p {
  line-height: 2.2;
}
.sustainability-page .sustainability-box .sustainability-6 .container .bird {
  position: absolute;
}
.sustainability-page .sustainability-box .sustainability-6 .container .bird1 {
  left: 10%;
  top: -44px;
}
.sustainability-page .sustainability-box .sustainability-6 .container .bird2 {
  left: 24%;
  top: 90px;
}
.sustainability-page .sustainability-box .sustainability-6 .container .bird3 {
  left: 73%;
  top: -54px;
}
.r-d-page h2 {
  font-size: 48px;
  line-height: 1;
  color: #202020;
}
.r-d-page h3 {
  font-size: 56px;
  line-height: 1;
  color: #202020;
}
.r-d-page p {
  font-size: 16px;
  color: #202020;
}
.r-d-page .r-d-1 {
  text-align: center;
  padding: 50px 0 80px;
}
.r-d-page .r-d-1 .top h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  max-width: 685px;
  margin: 0 auto;
}
.r-d-page .r-d-1 .top h3 {
  margin-top: 60px;
}
.r-d-page .r-d-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 132px 0;
}
.r-d-page .r-d-1 ul li {
  position: relative;
}
.r-d-page .r-d-1 ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(230, 230, 230, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.r-d-page .r-d-1 ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(230, 230, 230, 0.8);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.r-d-page .r-d-1 ul li:nth-child(1) {
  margin-right: -30px;
}
.r-d-page .r-d-1 ul li:nth-child(2) {
  z-index: 2;
}
.r-d-page .r-d-1 ul li:nth-child(3) {
  margin-left: -30px;
}
.r-d-page .r-d-1 .bottom .text h3 {
  margin-bottom: 40px;
}
.r-d-page .r-d-1 .bottom .text p {
  max-width: 740px;
  margin: 0 auto;
  letter-spacing: 2px;
}
.r-d-page .r-d-1 .bottom .img {
  margin: 50px 0;
}
.r-d-page .r-d-1 .bottom .link {
  display: inline-block;
  padding: 18px 50px;
  border: 1px solid #8b8b8b;
  color: #202020;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.r-d-page .r-d-2 .link {
  display: inline-block;
  padding: 18px 50px;
  border: 1px solid #8b8b8b;
  color: #202020;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.r-d-page .r-d-2 .link:hover {
  border: 1px solid var(--base-color);
  color: #fff;
}
.r-d-page .r-d-2 .link:hover::after {
  width: 100%;
}
.r-d-page .r-d-1 .bottom .link:hover {
  border: 1px solid var(--base-color);
  color: #fff;
}
.r-d-page .r-d-1 .bottom .link:hover::after {
  width: 100%;
}
.r-d-page .r-d-1 .bottom .link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 0;
  top: 0;
  z-index: -1;
}
.r-d-page .r-d-2 .link::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: var(--base-color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 0;
  top: 0;
  z-index: -1;
}
.r-d-page .r-d-1 .bottom .dwo {
  margin-top: 30px;
  margin-bottom: -60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.r-d-page .r-d-1 .bottom .dwo img {
  cursor: pointer;
}
.r-d-page .r-d-1 .bottom .dwo img:hover {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.r-d-page .r-d-2 {
  text-align: center;
  padding: 110px 0 145px;
  background: url(/template/en/images/r-d-1-2-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.r-d-page .r-d-2 ul {
  margin: 83px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.r-d-page .r-d-2 ul li {
  border-radius: 100%;
  border: 12px solid rgba(255, 255, 255, 0.57);
  width: 280px;
  height: 280px;
  position: relative;
}
.r-d-page .r-d-2 ul li .box {
  background: #292929;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  position: relative;
}
.r-d-page .r-d-2 ul li .box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.r-d-page .r-d-2 ul li .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.r-d-page .r-d-2 ul li .box h4 {
  font-size: 30.4px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: bold;
}
.r-d-page .r-d-2 ul li:nth-child(1),
.r-d-page .r-d-2 ul li:nth-child(2) {
  margin-right: -60px;
  z-index: 1;
}
.r-d-page .r-d-2 ul li:nth-child(2) .box,
.r-d-page .r-d-2 ul li:nth-child(4) .box {
  background: #494949;
}
.r-d-page .r-d-2 ul li:nth-child(3) {
  z-index: 2;
}
.r-d-page .r-d-2 ul li:nth-child(4),
.r-d-page .r-d-2 ul li:nth-child(5) {
  margin-left: -60px;
  z-index: 1;
}
.r-d-page .r-d-2 ul li:nth-child(1) .box,
.r-d-page .r-d-2 ul li:nth-child(5) .box {
  background: rgba(41, 41, 41, 0.5);
}
.r-d-page .r-d-2 ul li:nth-child(5) {
  z-index: 0;
}
.r-d-page .r-d-2 h5 {
  font-size: 30px;
  line-height: 1;
  color: #202020;
  margin-bottom: 30px;
}
.r-d-page .r-d-2 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 65px;
}
.r-d-page .r-d-2 .box h6 {
  width: 30px;
  font-size: 24px;
  line-height: 2;
  color: #000000;
  margin-right: 90px;
}
.r-d-page .r-d-2 h3 {
  margin-bottom: 30px;
}
.r-d-page .r-d-2 p {
  line-height: 1.8;
  color: #202020;
  max-width: 875px;
  letter-spacing: 2px;
  margin: 0 auto;
}
.r-d-page .r-d-2 .dwo {
  margin-top: 30px;
  margin-bottom: -100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.r-d-page .r-d-2 .dwo img {
  cursor: pointer;
}
.r-d-page .r-d-2 .dwo img:hover {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.r-d-page .r-d-3 {
  padding: 100px 0 250px;
}
.r-d-page .r-d-3 h2 {
  text-align: center;
}
.r-d-page .r-d-3 .box {
  margin-top: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.r-d-page .r-d-3 .box .left {
  width: 50%;
  text-align: right;
}
.r-d-page .r-d-3 .box .right {
  width: 50%;
  padding-left: 70px;
}
.r-d-page .r-d-3 .box .right h6 {
  font-size: 30px;
  line-height: 1;
  color: #202020;
  margin-bottom: 20px;
}
.r-d-page .r-d-3 .box .right p {
  line-height: 1.8;
  max-width: 530px;
  letter-spacing: 1.5px;
}
.r-d-page .rd-3 {
  padding: 180px 0 105px;
}
.r-d-page .rd-3 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.r-d-page .rd-3 .container .ams {
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-60%);
  -moz-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
  z-index: 3;
}
.r-d-page .rd-3 .container .img {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
}
.r-d-page .rd-3 .container .img::after {
  position: absolute;
  content: "";
  width: 175px;
  height: 2px;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #a5a5a5;
}
.r-d-page .rd-3 .container .content {
  max-width: 544px;
}
.r-d-page .rd-3 .container .content p {
  line-height: 2;
  letter-spacing: 2px;
}
.r-d-page .rd-3 .container .left {
  width: 50%;
  padding: 0 65px;
}
.r-d-page .rd-3 .container .left h3 {
  margin: 38px 0 25px;
}
.r-d-page .rd-3 .container .right {
  width: 50%;
  padding: 0 60px;
}
.r-d-page .rd-3 .container .right .content {
  margin: 0 0 0 auto;
}
.r-d-page .rd-3 .container .right .content h2 {
  padding-left: 12%;
  margin-bottom: 25px;
}
.r-d-page .rd-3 .container .right .content p {
  padding-left: 12%;
}
.r-d-page .rd-3 .container .right .content .img {
  margin-top: 45px;
  margin-bottom: 10px;
}
.r-d-page .rd-3 .container .bg-1 {
  position: absolute;
  z-index: -1;
  top: -35px;
  left: 44%;
}
.r-d-page .rd-3 .container .bg-2 {
  position: absolute;
  z-index: -1;
  right: 20px;
  top: 60px;
}
@media screen and (max-width: 1605px) {
  .product-banner.inner-banner {
    height: 500px;
    padding-bottom: 180px;
  }
  .sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box .content {
    max-width: 45%;
  }
  .sustainability-page .sustainability-box .sustainability-3 .img img {
    width: 50%;
  }
}
@media screen and (max-width: 1400px) {
  .product-banner.inner-banner {
    height: 400px;
    padding-bottom: 130px;
  }
  .production-page .production-1 .production-box .content-box .centre ul {
    padding: 0 28px;
  }
  .production-page .production-1 .production-box .content-box .right {
    padding-left: 30px;
  }
  .production-page .production-1 .production-box .content-box .left {
    padding-right: 30px;
    position: relative;
  }
  .research-page .research-1 ul li {
    padding: 12px 50px;
  }
  .sustainability-page .sustainability-box .sustainability-5 .container .left ul li {
    font-size: 14px;
  }

  .prodet-page .prodet-box .prodet-1 .container .right .text-box h1{
    font-size: 30px;
  }
}
@media screen and (max-width: 1230px) {
  .about-page .about-1 .about-box .right p {
    font-size: 14px;
  }
  .about-page .about-3 .bottom .left h2 {
    font-size: 45px;
  }
  .about-page .about-4 .container .right h2 {
    font-size: 120px;
  }
  .about-page .about-4 .container .left .content .ball .box .text3 {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  .about-page .about-4 .container .left .content .ball .box .text5 {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  .about-page .about-4 .container .left .content .ball .box .text4 {
    width: 120px;
    height: 120px;
    font-size: 15px;
    line-height: 120px;
  }
  .about-page .about-4 .container .left .content .ball .box .text2 {
    width: 110px;
    height: 110px;
    line-height: 110px;
  }
  .about-page .about-4 .container .left .content .ball .box .text1 {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }

  .about-page .about-2 ul li h4{
    font-size: 45px;
  }
  .about-page .about-2 ul li h4 span{
    font-size: 18px;
  }

  .about-page .about-3 .top .right ul li{
    font-size: 24px;
  }

  .about-page .about-3 .bottom .left h2 {
    font-size: 30px;
  }

  .about-page .about-6 h2{
    font-size: 30px;
  }

  .about-page .about-7 .top h2{
    font-size: 30px;
  }

  .inner-page .about-link .a-box h3 {
    font-size: 18px;
  }
  .contact-page .contact-1 .contact-box {
    padding: 63px 75px 130px;
  }
  .product-page .product-box .product-list ul li a h4 {
    font-size: 20px;
  }
  .product-page .product-box .product-list ul li a h5 {
    font-size: 16px;
  }
  .production-page .production-1 .production-box .content-box .box {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
  .research-page .research-1 ul li {
    padding: 12px 33px;
    font-size: 14px;
  }
  .research-page .research-2 .research-list .item .researchBox ul li .content p {
    line-height: 1.5;
  }
  .sustainability-page .sustainability-box h4 {
    font-size: 20px;
  }
  .sustainability-page .sustainability-box h4 {
    font-size: 18px;
  }
  .sustainability-page .sustainability-box p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-banner{
    height: auto;
  }
  .about-page .about-1 .about-box .left {
    width: 100%;
  }
  .about-page .about-1 .about-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 .about-box .right h2 {
    font-size: 30px;
  }
  .about-page .about-1 .about-box .right .h3{
    font-size: 24px;
  }
  .about-page .about-2 ul li h4 {
    font-size: 30px;
  }
  .about-page .about-3 .bottom .left h2 {
    font-size: 24px;
  }
  .about-page .about-3 .bottom .left p {
    font-size: 14px;
  }
  .about-page .about-3 .top .right ul li {
    font-size: 18px;
  }
  .about-page .about-4 .container .right p {
    font-size: 14px;
  }
  .about-page .about-4 .container .left .content .ball .box .text3 {
    display: none;
  }
  .about-page .about-4 .container .left .content .ball .box .text2 {
    display: none;
  }
  .about-page .about-4 .container .left .content .ball .box .text1 {
    display: none;
  }
  .about-page .about-4 .container .left .content .ball .box .text4 {
    display: none;
  }
  .about-page .about-4 .container .left .content .ball .box .text5 {
    display: none;
  }
  .about-page .about-5 ul li p {
    font-size: 14px;
  }
  .about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
    width: 60px;
    height: 60px;
  }
  .about-page .about-7 .map-box .map .item li {
    width: 40px;
    height: 40px;
  }
  .about-page .about-7 .map-box .map .item:nth-child(2) ul {
    max-width: 126px;
  }
  .about-page .about-7 .map-box .map .item:nth-child(2) {
    top: 11%;
  }
  .inner-page .more {
    font-size: 14px;
    line-height: 28px;
    padding: 12px 30px;
  }
  .inner-page .more img {
    display: none;
  }
  .inner-page .about-link .a-box a {
    padding: 12px 25px;
  }
  .inner-page .about-link .a-box h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .product-banner.inner-banner {
    height: 260px;
    padding-bottom: 100px;
  }
  .inner-page .sidebar-box .sidebar-right {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-left {
    width: 100%;
  }
  .inner-page .m-page span,
  .inner-page .m-page a {
    margin-bottom: 10px;
  }
  .newdet-page .news-content .title h1 {
    font-size: 24px;
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box a {
    padding: 12px 20px;
    font-size: 14px;
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box .btn-box .inquiry {
    padding: 12px 20px;
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
    font-size: 24px;
  }
  .product-page .product-box .product-list ul li {
    width: 50%;
  }
  .product-page .title p {
    font-size: 14px;
  }
  .production-page .production-1 .production-box .content-box .box {
    width: 70px;
    height: 70px;
  }
  .r-d-page .r-d-2 h5 {
    font-size: 24px;
  }
  .r-d-page p {
    font-size: 14px;
  }
  .r-d-page .rd-3 .container .ams {
    display: none;
  }
  .research-page .research-1 ul li {
    padding: 12px 5px;
  }
  .research-page .research-2 .research-list .item p {
    font-size: 14px;
  }
  .research-page .research-2 .research-list .item h3 {
    font-size: 24px;
  }
  .research-page .research-2 .research-list .item:nth-child(1) .researchBox ul li {
    width: 50%;
  }
  .research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li {
    width: 50%;
  }
  .research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li {
    width: 50%;
  }
  .research-page .research-2 .research-list .item .researchBox ul li .content p {
    font-size: 14px;
  }
  .research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) a {
    width: 100%;
  }
  .research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li:nth-child(4) .content {
    width: 100%;
  }
  .sustainability-page .sustainability-box .sustainability-6 .container .bird {
    display: none;
  }
  .sustainability-page .sustainability-box .sustainability-5 .container .left {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .sustainability-page .sustainability-box .sustainability-5 .container .right {
    width: 100%;
  }
  .sustainability-page .sustainability-box .sustainability-6 .container .left {
    width: 28%;
    padding-left: 0;
  }

  .prodet-page .prodet-box .prodet-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-box .prodet-1 .container .right {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }


  .prodet-page .prodet-box .prodet-1 .container .right .text-box h1{
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 ul li{
    width: 50%;
    padding: 15px;
  }

  .about-page .about-2 ul li:nth-child(2n)::after{
    display: none;
  }

  .about-page .about-3 .top{
    display: block;
  }

  .about-page .about-3 .top .left{
    width: 100%;
    padding: 0;
  }

  .about-page .about-3 .top .left img{
    margin: 0;
  }

  .about-page .about-3 .top .right{
    width: 100%;
    display: block;
  }

  .about-page .about-3 .bottom{
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
  }

  .about-page .about-4 .container .left {
    display: none;
  }
  .about-page .about-4 .container .right {
    width: 100%;
  }
  .about-page .about-2 ul li p {
    font-size: 14px;
  }

  .about-page .about-3 .bottom .left {
    width: 100%;
    padding-left: 0;
  }
  .about-page .about-3 .bottom .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .category-page .category-box .category-list .item-box .item.item-img2 {
    display: none;
  }
  .category-page .category-box .category-list .item-box .item {
    width: 50%;
  }
  .category-page .category-box .category-list:nth-child(4n-2) .item-box .item-text {
    left: 50%;
  }
  .category-page .category-box .category-list:nth-child(4n-2) .item-box .item-img1 {
    left: auto;
    right: 50%;
  }
  .category-page .category-box .category-list:nth-child(4n-1) .item-box .item-text {
    left: 0;
  }
  .category-page .category-box .category-list:nth-child(4n-1) .item-box .item-img1 {
    right: 0;
  }
  .category-page .category-box .category-list:nth-child(4n) .item-box .item-text {
    left: 50%;
  }
  .category-page .category-box .category-list:nth-child(4n) .item-box .item-img1 {
    left: auto;
    right: 50%;
  }
  .inner-page .about-link .a-box a {
    display: none;
  }
  .contact-page .contact-1 .contact-box .contact-content .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .contact-box .contact-content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .newdet-page .news-content .m-link .next .right h4 {
    font-size: 18px;
  }
  
  .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
    font-size: 20px;
  }
  
  .prodet-page .prodet-box .prodet-1 .container .right .text-box p {
    font-size: 14px;
  }
  .production-page .production-1 .production-box .content-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-page .production-1 .production-box .content-box .left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .production-page .production-1 .production-box .content-box .right {
    padding-left: 0;
    margin-top: 20px;
  }
  .production-page .production-2 .item .left {
    width: 100%;
  }
  .production-page .production-2 .item .right {
    width: 100%;
    margin-top: 20px;
  }
  .production-page .production-2 .item.item2 .left {
    padding-left: 0;
  }
  .production-page .production-3 .container .box .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .production-page .production-3 .container .box .right {
    width: 100%;
  }
  .r-d-page .r-d-2 ul li {
    width: 230px;
    height: 230px;
  }
  .r-d-page .r-d-2 h5 {
    font-size: 20px;
  }
  .r-d-page .r-d-3 .box .left {
    width: 100%;
  }
  .r-d-page .r-d-3 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .r-d-page .r-d-2 .box {
    width: 100%;
  }
  .research-page .research-1 ul {
    display: none;
  }
  .sustainability-page .sustainability-box .sustainability-1 .container .text-box .text {
    width: 100%;
  }
  .sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(1) {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(2) {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .sustainability-page .sustainability-box .sustainability-1 .container ul li:nth-child(3) {
    position: relative;
    right: 0;
    bottom: 0;
  }
  .sustainability-page .sustainability-box .sustainability-1 .container ul li {
    width: 20%;
  }
  .sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box {
    position: relative;
  }
  .sustainability-page .sustainability-box .sustainability-3 .img {
    width: 100%;
  }
  .sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box .content {
    max-width: 100%;
    padding: 30px 0;
  }
  .sustainability-page .sustainability-box .sustainability-3 .sustainability-3-box .left {
    padding-left: 0;
  }
  .sustainability-page .sustainability-box .sustainability-6 .container .left {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
  .sustainability-page .sustainability-box .sustainability-6 .container .right {
    display: none;
  }
  .sustainability-page .sustainability-box .sustainability-6 .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }


  .prodet-page .prodet-box .prodet-2 h3 span{
    font-size: 14px;
    padding: 10px;
  }
}
@media screen and (max-width: 500px) {
  .category-page .category-box .category-list:nth-child(1) .item-box .item-img1 img {
    position: static;
    width: 185px!important;
  }
  .about-page .about-2 ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-3 .top .right ul li {
    font-size: 14px;
    line-height: 2;
  }
  
  .about-page .about-5 ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-page .about-6 .historyBox .swiper-slide::after {
    display: none;
  }
  .about-page .about-6 .historyBox .swiper-slide p {
    font-size: 15px;
  }
  .about-page .about-7 .map-box .map .item li {
    display: none;
  }
  .about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
    display: block;
  }
  .about-page .about-7 .map-box .map .item h5 {
    display: none;
  }
  .about-page .about-7 .map-box .map .item:nth-child(1) ul li:nth-child(1) {
    width: 30px;
    height: 30px;
  }
  .about-page .about-7 .top .txt {
    padding: 0 0px 20px;
  }
  .product-banner.inner-banner {
    height: 140px;
    padding-bottom: 50px;
  }
  .category-page .category-box .category-list .item-box .item {
    width: 100%;
  }
  .category-page .category-box .category-list:nth-child(4n-2) .item-box .item-text {
    left: 0%;
  }
  .category-page .category-box .category-list:nth-child(4n-2) .item-box .item-img1 {
    left: auto;
    right: 0%;
  }
  .category-page .category-box .category-list:nth-child(4n) .item-box .item-text {
    left: 0%;
  }
  .category-page .category-box .category-list:nth-child(4n) .item-box .item-img1 {
    left: auto;
    right: 0%;
  }
  .category-page .category-box .category-list .item-box .item-text {
    padding: 25px 15px;
  }
  .contact-page .contact-1 .contact-box {
    padding: 63px 20px 130px;
  }
  .contact-page .contact-1 .contact-box .contact-content .right form input[type="submit"] {
    font-size: 14px;
    padding: 18px 56px 18px 125px;
  }
  .news-page .news-list ul li:nth-child(1) .right h4 {
    font-size: 20px;
    line-height: 36px;
  }
  .news-page .news-list ul li:nth-child(1) .left a span {
    font-size: 14px;
  }
  .news-page .news-list ul li .left {
    width: 100%;
  }
  .news-page .news-list ul li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .news-list ul li .right h4 {
    font-size: 18px;
  }
  .newdet-page .news-content .m-link .next .left {
    width: 100%;
  }
  .newdet-page .news-content .m-link .next .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .product-box .product-list ul li {
    width: 100%;
  }
  .production-page .production-4 h2 {
    width: 35%;
  }
  .production-page .production-1 .production-box .content-box .centre ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .production-page .production-1 .production-box .content-box .centre ul li {
    margin-bottom: 10px;
  }
  .r-d-page .rd-3 .container .left {
    width: 100%;
    padding: 0 ;
  }
  .r-d-page .rd-3 .container .right {
    width: 100%;
    padding: 0 ;
  }
  .r-d-page .rd-3 .container .right .content p {
    padding-left: 0%;
    margin-top: 30px;
  }
  .research-page .research-2 .research-list .item:nth-child(1) .researchBox ul li {
    width: 100%;
  }
  .research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li:nth-child(1),
  .research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li:nth-child(2) {
    width: 100%;
  }
  .research-page .research-2 .research-list .item:nth-child(2) .researchBox ul li {
    width: 100%;
  }
  .research-page .research-2 .research-list .item:nth-child(3) .researchBox ul li {
    width: 100%;
  }
  .sustainability-page .sustainability-box .sustainability-1 .container ul li {
    width: 33.333%;
  }
}
/*.about-7{
  padding:65px 0 38px;
  background: url(../images/about7-map_bg.jpg) no-repeat center;
  background-repeat: cover;
  text-align: center;
}
.about-7 h2{
  color: #fff;
  font-size: 45px;
  font-weight: bold;
}
.about-7 p.intro{
  margin: 14px 0 20px;
  color: #cbcbcb;
  font-size: 16px;
}
.about-7 h3{
  display: inline-block;
  font-size: 26px;
  color: #fff;
  padding-left: 50px;
  position: relative;
  background: url(../images/about7-ico.png) no-repeat left 27px;
}
.about-7 h3 em{
  font-size: 48px;
  font-weight: bold;
}
.about-7 h3:after{
  content:'';
  position: absolute;
  bottom: -12px;
  left: 0;
  width:120%;
  margin-left: -10%;
  background: #717171;
  height: 1px;
}
.about-7 .the_map{
  margin-top:56px;
}*/
@media screen and (max-width: 500px) {
  .about-page .about-6 .historyBox .swiper-slide,
  .about-page .about-6 .historyBox .swiper-container,
  .r-d-page .r-d-2 .box img {
    height: auto!important;
  }
  .r-d-page .r-d-2 .box img {
    width: auto!important;
  }
  .r-d-page .r-d-2 .box {
    display: block;
  }
  .r-d-page .r-d-2 .box h6 {
    width: 100%;
    font-size: 20px;
  }
  .sustainability-page .sustainability-box p {
    font-size: 12px;
  }
}
/*other*/
.factory-page .navList {
  margin-top: 10px;
}
.factory-page .navList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.factory-page .navList ul li {
  font-weight: 300;
  font-family: 'Rany-Medium-Italic';
  font-size: 24px;
  color: #373330;
  width: auto;
  text-transform: capitalize;
  display: inline-block;
  margin-right: 20px;
}
.factory-page .navList ul li a {
  display: block;
  padding: 0 30px;
  position: relative;
  font-size: 20px;
}
.factory-page .navList ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  top: 110%;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.factory-page .navList ul li a:hover:after,
.factory-page .navList ul li a.active:after {
  width: 100%;
}
.factory-page .imgList {
  padding: 60px 0 120px;
}
.factory-page .imgList .list ul {
  margin: -10px;
}
.factory-page .imgList .list ul li {
  padding: 10px;
}
.factory-page .imgList .list ul li a {
  display: block;
  position: relative;
}
.factory-page .imgList .list ul li a h6 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.factory-page .imgList .list ul li a img {
  display: block;
  width: 100%;
}
.factory-page .imgList .list ul li a:hover h6 {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.service-page .service-1 span.tag {
  font-weight: 500;
  font-size: 24px;
  color: var(--base-color);
  line-height: 1.2;
  display: block;
}
.service-page .service-1 h2 {
  font-weight: bold;
  font-size: 44px;
  color: #191919;
  line-height: 1.2;
  margin: 15px 0;
}
.service-page .service-1 .text {
  font-weight: 300;
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  margin-bottom: 60px;
}
.service-page .service-1 .ui.container > img {
  width: 100%;
}
.service-page .service-1 .list {
  margin-top: 75px;
}
.service-page .service-1 .list ul {
  margin: -20px;
}
.service-page .service-1 .list ul li {
  padding: 20px;
}
.service-page .service-1 .list ul li .box {
  -o-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.07);
  border-bottom: 4px solid var(--base-color);
}
.service-page .service-1 .list ul li .box a.img-box {
  display: block;
}
.service-page .service-1 .list ul li .box a.img-box img {
  width: 100%;
}
.service-page .service-1 .list ul li .box .content {
  padding: 25px 15px 10px;
}
.service-page .service-1 .list ul li .box .content h4 {
  font-weight: 600;
  font-size: 24px;
  color: #191919;
  display: block;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 2.4em;
}
.service-page .service-1 .list ul li .box .content h4:hover {
  color: var(--base-color);
}
.service-page .service-1 .list ul li .box .content p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  color: #191919;
  margin: 10px 0 30px;
}
.service-page .service-1 .list ul li .box .content a.more {
  display: inline-block;
}
.service-page .service-2 {
  padding: 80px 0 70px;
  text-align: center;
  background: #fbfbfb;
}
.service-page .service-2 .list {
  text-align: left;
}
.service-page .service-2 .list ul {
  counter-reset: number;
}
.service-page .service-2 .list ul li .left {
  vertical-align: middle;
  padding-right: 2%;
  position: relative;
}
.service-page .service-2 .list ul li .left:before {
  content: '0' counter(number);
  counter-increment: number;
  font-weight: 400;
  color: #cdcdcd;
  display: block;
  line-height: 1;
  font-size: 20px;
}
.service-page .service-2 .list ul li .left h4,
.service-page .service-new .box ul h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  color: var(--base-color);
  margin: 10px 0 25px;
  display: block;
}
.service-page .service-2 .list ul li .left p,
.service-page .service-new .box ul p {
  font-size: 16px;
  color: #101010;
  line-height: 1.8;
  max-width: 600px;
}
.service-page .service-2 .list ul li .left:after {
  content: '';
  width: 15%;
  height: 1px;
  background: var(--base-color);
  margin-top: 15px;
  display: block;
}
.service-page .service-2 .list ul li .left div.btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 15px;
  border-radius: 3px;
  background: var(--base-color);
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .list ul li .left div.btn:hover {
  background: #222;
}
.service-page div.formBox {
  padding: 35px 60px;
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
  /*-moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
-o-box-shadow: 0 0 10px rgba(0,0,0,.1);
box-shadow: 0 0 10px rgba(0,0,0,.1);*/
}
.service-page div.formBox h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.service-page div.formBox ul {
  margin: -10px;
}
.service-page div.formBox ul li {
  width: 50%;
  float: left;
  padding: 10px;
}
.service-page div.formBox ul li label {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 5px;
  display: block;
  color: #525252;
}
.service-page div.formBox ul li input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: black;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.service-page div.formBox ul li:last-child {
  text-align: center;
  width: 100%;
}
.service-page div.formBox ul li input[type="submit"] {
  max-width: 200px;
  margin-left: auto;
  padding: 0 20px;
  height: 50px;
  background: var(--base-color);
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.service-page div.formBox ul li .file{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    right: 0;
    top: 0;
    /*background-color: #eee;*/
}
.service-page div.formBox ul li input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.service-page .service-new .box ul {
  margin: -15px;
  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;
}
.service-page .service-new .box ul li {
  padding: 15px;
}
.service-page .service-new .box ul li .box2 {
  padding: 30px;
  background: #fff;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /*border: 1px solid #e3e3e3;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);*/
  /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
  height: 100%;
}
.service-page .service-2 .list ul li .right {
  padding-left: 2%;
  vertical-align: middle;
  position: relative;
}
.service-page .service-2 .list ul li .right .img {
  background-size: cover;
  background-position: center center;
  height: 390px;
}
.service-page .service-2 .list ul li:nth-child(even) {
  margin: 80px 0;
}
.service-page .service-2 .list ul li:nth-child(even) .left {
  left: 50%;
  padding-left: 2%;
  padding-right: 0;
}
.service-page .service-2 .list ul li:nth-child(even) .right {
  left: -50%;
  padding-right: 2%;
  padding-left: 0;
}
.service-page .service-2 a.more {
  display: inline-block;
  text-align: center;
  margin-top: 70px;
  font-weight: 300;
  font-size: 24px;
  color: var(--base-color);
  line-height: 1.2;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.service-page .service-2 a.more i {
  margin-right: 10px;
}
.service-page .service-2 a.more:after {
  content: '';
  width: 95%;
  height: 1px;
  background: var(--base-color);
  display: block;
  margin-left: auto;
}
.service-page .service-3 {
  padding: 90px 0 150px;
  background-color: #fff;
}
.service-page .service-3 h2 {
  font-weight: bold;
  font-size: 40px;
  color: #191919;
  text-transform: capitalize;
  line-height: 1;
  text-align: center;
}
.service-page .service-3 h2:after {
  content: '';
  display: block;
  margin: 23px auto 0;
  width: 10%;
  height: 4px;
  background: var(--base-color);
}
.service-page .service-3 .list {
  margin: 65px 0 85px;
}
.service-page .service-3 .list .slide 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;
  -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;
}
.service-page .service-3 .list .slide ul li {
  margin-bottom: 15px;
  width: 48%;
}
.service-page .service-3 .list .slide ul li h6 {
  padding: 12px 0;
  font-size: 20px;
  line-height: 36px;
  /*font-weight: 300;*/
  border-bottom: 2px solid #efefef;
  /*text-transform: uppercase;*/
  padding-right: 30px;
  position: relative;
}
.service-page .service-3 .list .slide ul li h6 i {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 17px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
.service-page .service-3 .list .slide ul li h6 i:after,
.service-page .service-3 .list .slide ul li h6 i:before {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--base-color);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.service-page .service-3 .list .slide ul li h6 i.active:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service-page .service-3 .list .slide ul li .text {
  font-size: 16px;
  line-height: 30px;
  padding: 15px 0;
  /*font-weight: 300;*/
  color: var(--base-color);
  display: none;
}
.service-page .service-3 .list .slide ul li:last-child {
  margin-bottom: 0;
}
.service-page .service-3 .content {
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  max-width: 70%;
  display: inline-block;
}
.service-page .service-3 a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 35px;
  /*border-radius: 5px;*/
  background: var(--base-color);
  /*font-weight: bold;*/
  font-size: 20px;
  color: white;
  display: inline-block;
  float: right;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 a.more:hover {
  opacity: .7;
}
.why-page .why-1 {
  padding-top: 0px;
}
.why-page .why-1 .left {
  vertical-align: middle;
}
.why-page .why-1 .left .img {
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-position-x: left;
}
.why-page .why-1 .right {
  vertical-align: middle;
}
.why-page .why-1 .right h3 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1.4;
  color: #1f61a7;
}
.why-page .why-1 .right .content {
  margin-top: 45px;
  font-size: 16px;
  line-height: 30px;
}
.why-page .why-2 {
  padding: 110px 0;
}
.why-page .why-2 ul {
  margin: -20px;
  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;
}
.why-page .why-2 ul li {
  padding: 20px;
}
.why-page .why-2 ul li .box {
  -o-box-shadow: 2px 0 9px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 2px 0 9px rgba(0, 0, 0, 0.07);
  box-shadow: 2px 0 9px rgba(0, 0, 0, 0.07);
  padding: 55px 35px 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  height: 100%;
}
.why-page .why-2 ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, var(--base-color)), color-stop(100%, #64a5da));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(-45deg, var(--base-color) 0%, #64a5da 100%);
  /* firefox */
  background: -webkit-linear-gradient(45deg, var(--base-color) 0%, #64a5da 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, -45deg, from(var(--base-color)), to(#64a5da));
  background: -webkit-linear-gradient(-45deg, var(--base-color), #64a5da);
  background: -moz-linear-gradient(-45deg, var(--base-color), #64a5da);
  background: linear-gradient(to -45deg, var(--base-color), #64a5da);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--base-color)', endColorstr='#64a5da',GradientType=1)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--base-color)', endColorstr='#64a5da', GradientType=1);
  /* 兼容IE5~IE9 */
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  background: var(--base-color);
}
.why-page .why-2 ul li .box i {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 67px;
}
.why-page .why-2 ul li .box h4 {
  font-size: 24px;
  font-weight: 600;
  font-family: 'Rany';
  line-height: 1.6;
  margin: 30px 0 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 ul li .box p {
  font-size: 16px;
  /*font-weight: 300;*/
  line-height: 1.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 ul li .box:hover:after {
  opacity: 1;
}
.why-page .why-2 ul li .box:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.why-page .why-2 ul li .box:hover h4,
.why-page .why-2 ul li .box:hover p {
  color: white;
}
.why-page .why-3 {
  background: #fff;
  padding: 0px 0 100px;
}
.why-page .why-3 .left {
  width: 66%;
  vertical-align: middle;
  position: relative;
}
.why-page .why-3 .left ul {
  margin: -7px;
}
.why-page .why-3 .left ul li {
  padding: 7px;
}
.why-page .why-3 .left ul li a.img-box {
  display: block;
}
.why-page .why-3 .left ul li a.img-box img {
  display: block;
  width: 100%;
}
.why-page .why-3 .right {
  width: 34%;
  vertical-align: middle;
  position: relative;
  padding-left: 4%;
}
.why-page .why-3 .right h3 {
  font-weight: bold;
  font-size: 30px;
  color: #1b1b1b;
  line-height: 1.2;
  text-transform: capitalize;
}
.why-page .why-3 .right .text {
  font-size: 16px;
  line-height: 1.6;
  margin: 15px 0 20px;
}
.why-page .why-3 .right a.more {
  line-height: 35px;
  height: 35px;
  padding: 0 17px;
  border-radius: 17px;
  background: var(--base-color);
  color: white;
  font-weight: 500;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  text-transform: capitalize;
}
.why-page .why-3 .right a.more:hover {
  opacity: .7;
}
.why-page .why-3 .box {
  margin-top: 95px;
}
.why-page .why-3 .box:first-child {
  margin-top: 0;
}
.why-page .why-3 .box:nth-child(even) .left {
  left: 33.5%;
}
.why-page .why-3 .box:nth-child(even) .right {
  left: -66%;
  padding-left: 0;
  padding-right: 4%;
}
.why-page .why-4 {
  padding: 100px 0 120px;
}
.why-page .why-4 .list ul {
  margin: -40px;
}
.why-page .why-4 .list ul li {
  padding: 40px;
}
.why-page .why-4 .list ul li img {
  display: block;
}
.why-page .why-4 .list ul li p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 25px;
}
.why-page .why-4 .list ul .slick-dots {
  padding-top: 40px;
  text-align: center;
}
.why-page .why-4 .list ul .slick-dots li {
  width: 9px;
  height: 9px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: #d4d4d4;
  cursor: pointer;
  cursor: hand;
  padding: 0;
}
.why-page .why-4 .list ul .slick-dots li button {
  display: none;
}
.why-page .why-4 .list ul .slick-dots li.slick-active {
  background: var(--base-color);
}
.application-page {
  background: #f7f7f7;
  padding: 0 0 120px;
}
.application-page .application-list ul li {
  margin-bottom: 20px;
  padding: 25px;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.application-page .application-list ul li .left {
  width: 50%;
  vertical-align: middle;
}
.application-page .application-list ul li .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 30px;
}
.application-page .application-list ul li .right h4 {
  font-size: 30px;
  color: #1f61a7;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins-Bold";
}
.application-page .application-list ul li .right .text {
  display: block;
  font-size: 15px;
  color: #757272;
  line-height: 1.8;
  margin-top: 10px;
}
.application-page .application-list ul li:last-child {
  margin-bottom: 0;
}
.application-page .application-list ul li:hover {
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1700px) {
  .why-page .why-1 .right h3 {
    font-size: 32px;
  }
  .why-page .why-1 .right .content {
    margin-top: 20px;
  }
  .why-page .why-1 {
    padding-top: 70px;
  }
  .why-page .why-2 {
    padding: 60px 0;
  }
  .why-page .why-2 ul li .box {
    padding: 25px;
  }
  .why-page .why-2 ul li .box h4 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .why-page .why-2 ul li .box i {
    height: auto;
  }
  .why-page .why-2 ul li .box i img {
    max-height: 48px;
  }
  .why-page .why-2 ul li .box p {
    font-size: 14px;
    line-height: 2!important;
  }
  .why-page .why-3 {
    padding: 70px 0;
  }
  .why-page .why-3 .box {
    margin-top: 50px;
  }
  .why-page .why-4 {
    padding: 60px 0 80px;
  }
  .service-page .service-1 {
    padding: 60px 0;
  }
  .service-page .service-1 span.tag {
    font-size: 20px;
  }
  .service-page .service-1 h2 {
    font-size: 36px;
  }
  .service-page .service-1 .list {
    margin-top: 50px;
  }
  .service-page .service-1 .list ul li .box .content h4,
  .service-page .service-2 a.more {
    font-size: 20px;
  }
  .service-page .service-1 .list ul li .box .content p {
    font-size: 14px;
  }
  .service-page .service-1 .list ul li .box .content a.more img {
    max-width: 40px;
  }
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 32px;
  }
  .service-page .service-2 .list ul li .left:before,
  .contact-page .contact-1 .left span.tag {
    font-size: 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
  .service-page .service-3 a.more {
    line-height: 44px;
    height: 44px;
    padding: 0 25px;
    font-size: 20px;
  }
  .application-page .application-list ul li .right .text {
    font-size: 14px;
  }
  .application-page .application-list ul li .right h4 {
    font-size: 26px;
  }
  .application-page {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1500px) {
  .why-page .why-3 .right .text {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
  .factory-page .navList {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .why-page .why-4 .list ul li {
    padding: 15px;
  }
  .why-page .why-4 .list ul {
    margin: -15px;
  }
  .why-page .why-3 .right h3 {
    font-size: 24px;
  }
  .why-page .why-2 ul li .box h4 {
    font-size: 18px;
  }
  .why-page .why-2 ul li .box {
    padding: 10px;
  }
  .why-page .why-2 ul li {
    padding: 10px;
  }
  .why-page .why-2 ul {
    margin: -10px;
  }
  .why-page .why-1 .right h3 {
    font-size: 26px;
  }
  .service-page .service-3 h2:after {
    margin-top: 15px;
  }
  .service-page .service-3 .list {
    margin: 30px 0 50px;
  }
  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 28px;
  }

  .service-page .service-2 .list ul li .left h4,
  .service-page .service-new .box ul h4{
    font-size: 24px;
  }

  .prodet-page .prodet-box .prodet-4 h3{
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .factory-page .navList {
    display: none;
  }
  .service-page .service-1 h2,
  .service-page .service-2 .list ul li .left h4,
  .service-page .service-3 h2 {
    font-size: 24px;
    line-height: 1.6;
  }
  .service-page .service-2 .list ul li .right {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li .left {
    width: 100%;
    padding: 0 !important;
    left: 0 !important;
  }
  .service-page .service-2 .list ul li:nth-child(even) {
    margin: 25px 0;
  }
  .service-page .service-2 .list ul li .right .img {
    height: 200px;
  }
  .service-page .service-2 a.more {
    margin-top: 40px;
  }
  .service-page .service-3 .list .slide {
    width: 100%;
    padding: 0 !important;
  }
  .service-page .service-3 .list .slide ul li {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  

  .service-page .service-new .box ul li .box2{
    padding: 0;
  }

  .service-page .service-3 .list .slide ul{
    display: block;
  }

  .service-page .service-3 .list .slide ul li{
    width: 100%;
  }

  .service-page .service-3 .list .slide ul li h6{
    font-size: 16px;
    line-height: 30px;
  }

  .why-page .why-3 .right {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
    margin-top: 25px;
  }
  .why-page .why-3 .left {
    width: 100%;
    left: 0 !important;
  }
  .why-page .why-3 {
    padding: 40px 0;
  }
  .why-page .why-2 ul li {
    width: 50% !important;
  }
  .why-page .why-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .why-page .why-1 .left {
    width: 100%;
  }
  .why-page .why-1 .left .img {
    height: 240px;
  }
  .application-page .application-list ul li .right {
    width: 100%;
    padding: 30px 0 0;
  }
  .application-page .application-list ul li .left {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .list ul li {
    padding: 10px;
  }
  .service-page .service-1 .list ul {
    margin: -10px;
  }
  .service-page .service-1 .list ul li .box .content {
    padding: 10px;
  }
  .why-page .why-2 ul li {
    width: 100% !important;
  }
  .why-page .why-1 .right h3 {
    font-size: 22px;
    line-height: 40px;
  }
  .why-page .why-1 {
    padding-top: 20px;
  }
  .service-page .service-3 .content {
    max-width: none;
  }
  .service-page .service-3 a.more {
    margin-top: 20px;
    float: none;
  }
  .service-page .service-2 a.more {
    font-size: 16px;
  }

  .service-page div.formBox{
    padding: 30px;
  }

  .service-page div.formBox ul li{
    width: 100%;
  }
}
/*inner css add end*/
@-webkit-keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tx {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes tx {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes tx {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}





/* about-play-btn */
.about-page .about-1 .about-box .left .video{
  display: inline-block;
}
.about-page .about-1 .about-box .left .play {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  text-align: center;
  background: #0453a2;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .about-box .left .play i {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: white;
  position: relative;
  left: 3px;
}
.about-page .about-1 .about-box .left .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(4, 83, 162, 0.41);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
/* end */