@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Poppins';
  src: url(../fonts/Poppins-Medium.ttf) format('truetype'), url(../fonts/Poppins-Medium.eot) format('eot'), url(../fonts/Poppins-Medium.woff) format('woff'), url(../fonts/Poppins-Medium.woff2) format('woff2');
  font-weight: 500;
}
body {
  font-family: "Poppins";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
}
@-webkit-keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes stickySlideDown {
  0% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#header.fixed {
  top: 0;
  position: fixed;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
#header.fixed .nav {
  background-color: #35a0e9;
}
#header.fixed .nav .ui.menu .logo {
  display: none;
}
#header.fixed .nav .ui.menu .logo2 {
  display: block;
}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  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: 0 auto;
  padding: 0 5%;
  height: 80px;
}
#header .nav .ui.menu .logo {
  height: 100%;
  width: 117px;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  position: relative;
}
#header .nav .ui.menu .logo img {
  position: absolute;
  top: -25px;
  left: 5%;
  width: 100%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 25px 0;
  margin: 0 30px;
  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;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  background-size: 100% 1px;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#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 #35a0e9;
  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: 12px;
  -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 .line {
  height: 32px;
  border-left: 1px solid white;
  opacity: .2;
}
#header .nav .ui.menu .h-search {
  width: 63px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
  margin-right: 36px;
  cursor: pointer;
  cursor: hand;
  position: relative;
}
#header .nav .ui.menu .h-search::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -70px;
  left: 0;
  right: 0;
  bottom: 15px;
  border-radius: 0 0 63px 63px;
  background-color: #35a0e9;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul.slick-dots li {
  padding: 10px;
  width: 30px;
  height: 30px;
  display: block;
  margin: 5px 0;
  border-radius: 100%;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: white;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: rgba(255, 255, 255, 0.5);
}
#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;
  word-break: normal;
}
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(../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(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/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("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-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;
  }
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  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: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #35a0e9;
  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 li.pr {
  height: 65vw;
}
#banner .bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#banner .content {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 33%;
}
#banner .left {
  text-align: right;
}
#banner h2 {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 1.3;
  color: white;
}
#banner h2 small {
  font-size: 24px;
  font-weight: 300;
  display: block;
  margin-bottom: 30px;
}
#banner .linkBtn {
  display: inline-block;
  font-size: 18px;
  color: white;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  position: relative;
  z-index: 3;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner .linkBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #2385c8;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
#banner .linkBtn:hover::before {
  width: 100%;
}
.baseTit {
  z-index: 1;
}
.baseTit .Tag {
  font-size: 21.29px;
  font-weight: 300;
  color: #2385c8;
  text-transform: uppercase;
}
.baseTit .Tit {
  font-size: 81.97px;
  line-height: 1;
}
.baseTit .line {
  left: 0;
  bottom: 0;
  z-index: -1;
}
.vh-100 {
  height: 100vh!important;
}
.counter-circle {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  border: 1px solid rgba(32, 33, 32, 0.2);
  white-space: nowrap;
}
.marquee-headings-hover__border {
  width: 100%;
  height: 1px;
  background-color: #20212033;
}
.marquee-headings-hover__counter {
  vertical-align: middle;
  margin-right: 60px;
  margin-bottom: .5em;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.marquee-headings-hover__images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.marquee-headings-hover__wrapper-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-clip-path: circle(0 at 50% 50%);
  clip-path: circle(0 at 50% 50%);
  z-index: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.marquee-headings-hover__wrapper-img.active {
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  z-index: 50;
}
.marquee-headings-hover__images_right .marquee-headings-hover__wrapper-img {
  left: auto;
  right: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  max-width: -webkit-calc(100% - 60px);
  max-width: -moz-calc(100% - 60px);
  max-width: calc(100% - 60px);
}
.marquee-headings-hover__inner-img {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding: 60px;
}
.marquee-headings-hover__inner-img::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0px;
  background: url(../images/cate-bg.png) no-repeat center;
  background-size: cover;
}
.marquee-headings-hover__inner-img img {
  border-radius: 100%;
}
.marquee-headings-hover_hovered .marquee-headings-hover__item:not(.current) .marquee-headings-hover__heading,
.marquee-headings-hover_hovered .marquee-headings-hover__item:not(.current) .headings-hover__item-image {
  opacity: .1;
  visibility: visible;
}
.i-category {
  padding: 160px 0;
  margin-top: -160px;
}
.i-category .linkBtn {
  margin-top: 90px;
  display: inline-block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  position: relative;
  z-index: 3;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .linkBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #2385c8;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.i-category .linkBtn:hover {
  color: white;
}
.i-category .linkBtn:hover::before {
  width: 100%;
}
.i-category .box {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}
.i-category .list .typography-heading {
  font-size: 80px;
  font-weight: 300;
}
.i-category .list .typography-post-meta {
  color: #777777;
  text-transform: uppercase;
}
.i-category .list .marquee-headings-hover__heading {
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
  max-width: 100%;
}
.i-category .list .marquee-headings-hover__heading .typography-counter {
  font-size: 18px;
  font-family: "arial";
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list .marquee-headings-hover__heading .typography-counter img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.i-category .list .marquee-headings-hover__item.current .marquee-headings-hover__heading h2 {
  background: -webkit-linear-gradient(left, black 60%, #efede6 80%);
  -webkit-background-clip: text;
  color: transparent;
}
.i-category .list .marquee-headings-hover__item.current .marquee-headings-hover__heading .typography-counter {
  color: transparent;
  background-color: #2385c8;
  -webkit-box-shadow: 0 3px 7px rgba(3, 34, 55, 0.35) inset;
  box-shadow: 0 3px 7px rgba(3, 34, 55, 0.35) inset;
}
.i-category .list .marquee-headings-hover__item.current .marquee-headings-hover__heading .typography-counter img {
  opacity: 1;
}
.i-category .list li {
  position: relative;
}
.i-category .list li::before {
  content: "";
  position: absolute;
  left: 2%;
  top: -30%;
  width: 260px;
  height: 260px;
  background: url(../images/cate-dot.png) no-repeat center;
  background-size: cover;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-category .list li .line {
  position: absolute;
  width: 100%;
  left: -15px;
  top: 20%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.i-category .list li.active::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.i-category .list li.active .line {
  opacity: 1;
}
.pxl-flex-center {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our-product {
  background: url(/watersolubleislandfiber/2025/02/24/product-bg.png) no-repeat center top;
  padding: 170px 0 70px;
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.our-product .baseTit .line {
  left: 47%;
  max-width: 450px;
}
.our-product .readmore {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.our-product .btn-readmore {
  width: 170px;
  height: 170px;
  font-size: 0;
  border: 1px solid white;
  border-radius: 170px;
}
.our-product .list {
  margin-bottom: 160px;
}
.our-product .list ul {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.our-product .list li {
  padding: 15px;
}
.our-product .img {
  position: relative;
}
.our-product .img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 20px;
  background-image: linear-gradient(transparent, rgba(35, 133, 200, 0.8));
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list li .img img {
  border-radius: 20px;
}
.our-product .list li .name {
  width: 90%;
  left: 5%;
  bottom: 5%;
  font-size: 21.29px;
  color: white;
  text-align: center;
}
.our-product .slick-list {
  overflow: unset;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.our-product .slick-track {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.our-product .slick-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.our-product .slick-slide > div {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.custom-progress-bar {
  height: 3px;
  max-width: 370px;
  margin: auto;
  position: relative;
  background-color: #bababa;
}
.custom-progress-bar .progress {
  position: absolute;
  width: 20%;
  height: 100%;
  background-color: #2385c8;
}
.slideItemWrapper {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.slideItemWrapperFirst {
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(40deg) scale(0.8);
  -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(40deg) scale(0.8);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(40deg) scale(0.8);
}
.slideItemWrapperLast {
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(-40deg) scale(0.8);
  -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(-40deg) scale(0.8);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(-40deg) scale(0.8);
}
.slideItemWrapperPrev {
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(30deg) scale(1);
  -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(30deg) scale(1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(30deg) scale(1);
}
.slideItemWrapperNext {
  -webkit-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(-30deg) scale(1);
  -moz-transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(-30deg) scale(1);
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(-30deg) scale(1);
}
.slideItemWrapperActive {
  -webkit-transform: translate3d(0px, 70px, 0px) rotateX(0deg) rotateY(0deg) scale(1);
  -moz-transform: translate3d(0px, 70px, 0px) rotateX(0deg) rotateY(0deg) scale(1);
  transform: translate3d(0px, 70px, 0px) rotateX(0deg) rotateY(0deg) scale(1);
}
.slideItemWrapperActive .readmore {
  opacity: 1;
}

.slideItemWrapperActive .img::after {
  opacity: 1;
}

.our-about {
  padding: 70px 0 160px;
}
.our-about .baseTit .line {
  left: -45px;
  max-width: 450px;
}
.our-about .top {
  margin-bottom: 70px;
}
.our-about .top .text {
  color: #595959;
}
#index-body .our-about .center {
  margin-bottom: 80px;
}
.our-about .center {
  border-top: 1px solid rgba(186, 186, 186, 0.33);
  border-bottom: 1px solid rgba(186, 186, 186, 0.33);
}
.our-about .center ul {
  margin: 0 -30px;
}
.our-about .center li {
  text-align: center;
  padding: 70px 30px;
  position: relative;
}
.our-about .center li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  bottom: 60px;
  border-left: 1px solid rgba(186, 186, 186, 0.47);
}

.our-about .center li img {
  margin: auto;
}

.our-about .center li .name {
  margin-top: 30px;
  font-weight: 500;
}
.our-about .center li .text {
  margin-top: 20px;
  color: #252525;
  opacity: .55;
}
.our-about .bottom .mask {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 30px;
  padding-top: 660px;
  background: url(../images/about-img.jpg) no-repeat center;
  background-size: cover;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.our-about .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.our-about .btn-readmore {
  width: 170px;
  height: 170px;
  font-size: 0;
  border: 1px solid white;
  border-radius: 170px;
}
.i-advantage {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.i-advantage .baseTit {
  margin-bottom: 60px;
}
.i-advantage .baseTit .line {
  left: 10%;
  max-width: 360px;
}
.i-advantage .linkBtn {
  display: inline-block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  position: relative;
  z-index: 3;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-advantage .linkBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #2385c8;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.i-advantage .linkBtn:hover {
  color: white;
}
.i-advantage .linkBtn:hover::before {
  width: 100%;
}
.homeFacilities {
  z-index: 15;
  position: relative;
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
}
.homeFacilitiesCircle {
  z-index: 2;
  position: absolute;
}
.homeFacilitiesCircle .circleItem {
  position: absolute;
  width: 14vw;
}
.homeFacilitiesCircle .circleItem:hover .circlar {
  opacity: 1;
}
.homeFacilitiesMain {
  padding: 18.2vw 0 13.54vw;
}
.homeFeatureText {
  max-width: 690px;
}
.homeFacilitiesText {
  margin-left: auto;
}
.homeFacilitiesTextItem {
  font-size: 16px;
  color: #595959;
  margin-bottom: 85px;
}
@media screen and (min-width: 769px) {
  .homeFacilitiesInner {
    width: 55%;
  }
  .homeFacilitiesCircle {
    aspect-ratio: 1;
    width: 55.2083333333vw;
    -webkit-transform: translate(65vw, 0);
    -moz-transform: translate(65vw, 0);
    -ms-transform: translate(65vw, 0);
    transform: translate(65vw, 0);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .homeFacilitiesCircle .circleItem:nth-child(1) {
    top: 0;
    left: -webkit-calc(50% - 7vw);
    left: -moz-calc(50% - 7vw);
    left: calc(50% - 7vw);
  }
  .homeFacilitiesCircle .circleItem:nth-child(2) {
    top: -webkit-calc(25% - 7vw);
    top: -moz-calc(25% - 7vw);
    top: calc(25% - 7vw);
    left: -webkit-calc(25% - 7vw);
    left: -moz-calc(25% - 7vw);
    left: calc(25% - 7vw);
  }
  .homeFacilitiesCircle .circleItem:nth-child(3) {
    bottom: -webkit-calc(50% - 7vw);
    bottom: -moz-calc(50% - 7vw);
    bottom: calc(50% - 7vw);
    left: 0;
  }
  .homeFacilitiesCircle .circleItem:nth-child(4) {
    bottom: -webkit-calc(25% - 7vw);
    bottom: -moz-calc(25% - 7vw);
    bottom: calc(25% - 7vw);
    left: -webkit-calc(25% - 7vw);
    left: -moz-calc(25% - 7vw);
    left: calc(25% - 7vw);
  }
  .homeFacilitiesCircle .circleItem:nth-child(5) {
    bottom: 0;
    left: -webkit-calc(50% - 7vw);
    left: -moz-calc(50% - 7vw);
    left: calc(50% - 7vw);
  }
  .homeFacilitiesCircle .circleItem:nth-child(6) {
    bottom: -webkit-calc(25% - 7vw);
    bottom: -moz-calc(25% - 7vw);
    bottom: calc(25% - 7vw);
    right: -webkit-calc(25% - 7vw);
    right: -moz-calc(25% - 7vw);
    right: calc(25% - 7vw);
  }
  .homeFacilitiesCircle .circleItem:nth-child(7) {
    top: -webkit-calc(50% - 7vw);
    top: -moz-calc(50% - 7vw);
    top: calc(50% - 7vw);
    right: 0;
  }
  .homeFacilitiesCircle .circleItem:nth-child(8) {
    top: -webkit-calc(25% - 7vw);
    top: -moz-calc(25% - 7vw);
    top: calc(25% - 7vw);
    right: -webkit-calc(25% - 7vw);
    right: -moz-calc(25% - 7vw);
    right: calc(25% - 7vw);
  }
}
.circlar path {
  fill: none;
}
.circlar {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.circlar svg {
  display: block;
  overflow: visible;
}
.circular-text {
  font-size: 8px;
  font-weight: 500;
  fill: #2385c8;
}
.our-news {
  padding: 120px 0 80px;
  position: relative;
}
.our-news .waves {
  position: absolute;
  z-index: -1;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
}
.our-news .baseTit .line {
  left: 49%;
  max-width: 340px;
}
.our-news .list {
  margin: 130px 0 120px;
}
.our-news .list ul {
  margin: 0 -35px;
}
.our-news .list li {
  padding: 0 35px;
}
.our-news .list li .line {
  height: 3px;
  position: relative;
  background-color: black;
}
.our-news .list li .line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #2385c8;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .cate {
  font-size: 16.51px;
}
.our-news .list li .date {
  font-size: 19.23px;
  color: #2385c8;
}
.our-news .list li .name {
  font-size: 28.84px;
  font-weight: bold;
  text-transform: uppercase;
}
.our-news .list li p {
  font-size: 19.23px;
  opacity: .53;
}
.our-news .list li:hover .line::after {
  width: 100%;
}
.our-news .moreBtn a {
  display: inline-block;
  font-size: 0;
  height: 77px;
  line-height: 75px;
  padding: 0 25px 0 65px;
  border: 1px solid #EEEEEE;
  border-radius: 77px;
  position: relative;
  overflow: hidden;
}
.our-news .moreBtn a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #2385c8;
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  transition: height .5s ease;
}
.our-news .moreBtn a span {
  font-size: 24px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .moreBtn a span.text {
  margin-right: 40px;
}
.our-news .moreBtn a span.arrow {
  color: white;
  font-family: FontAwesome;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(35, 133, 200, 0.8);
}
.our-news .moreBtn a:hover::before {
  height: 100%;
}
.our-news .moreBtn a:hover span.text {
  color: white;
}
.our-news .moreBtn a:hover span.arrow {
  color: #2385c8;
  background-color: white;
}
#footer {
  background-color: #1b1b1b;
}
#footer * {
  color: #FFFFFF;
}
#footer .contact-box {
  padding-top: 80px;
}
#footer .contact-box ul {
  margin-right: -15px;
}
#footer .contact-box ul li {
  width: 15%;
  padding-right: 15px;
}
#footer .contact-box ul li:nth-child(4) {
  width: 40%;
}
#footer .contact-box form input {
  padding: 0 15px;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  height: 76px;
  border-radius: 10px;
  border: none;
  background-color: rgba(166, 168, 172, 0.15);
}
#footer .contact-box form input[type="submit"] {
  border-radius: 20px;
  background-color: #2385c8;
  font-size: 29px;
  font-weight: 600;
  text-transform: uppercase;
}
#footer .footer-top {
  padding: 80px 0 50px;
}
#footer .footer-top .fl {
  max-width: 390px;
}
#footer .footer-top .fr {
  width: 65%;
}
#footer .footer-top .line {
  max-width: 230px;
  position: relative;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.66);
}
#footer .footer-top .line::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 30px;
  background-color: #FFFFFF;
}
#footer .footer-top ul li + li {
  margin-top: 10px;
}
#footer .footer-top .social-links {
  margin-top: 50px;
}
#footer .footer-top .social-links a {
  display: inline-block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#footer .footer-top .social-links a:hover {
  opacity: 1;
  border-color: #2385c8;
  background-color: #2385c8;
}
#footer .footer-top .social-links a + a {
  margin-left: 10px;
}
#footer .footer-bottom p,
#footer .footer-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-bottom img {
  max-height: 14px;
  vertical-align: middle;
}
@media (max-width: 1530px) {
  .ui.container {
    width: 1440px;
  }
  .baseTit .Tag {
    font-size: 18px;
  }
  .baseTit .Tit {
    font-size: 65px;
  }
  .our-product .btn-readmore {
    width: 100px;
    height: 100px;
    border-radius: 100px;
  }
  .our-product .btn-readmore img {
    width: 25px;
  }
  .our-product .list li .name {
    font-size: 18px;
  }
  #footer .footer-top .footer-block {
    padding-right: 30px;
  }
}
@media (max-width: 1440px) {
  .ui.container {
    width: 1230px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  #banner h2 {
    font-size: 50px;
  }
  #banner h2 small {
    font-size: 20px;
  }
  .marquee-headings-hover__counter {
    margin-right: 40px;
  }
  .i-category .list .typography-heading {
    font-size: 80px;
  }
  .our-product .list li .name {
    font-size: 16px;
  }
  .our-about .center ul {
    margin: 0 -15px;
  }
  .our-about .center li {
    padding: 30px 15px;
  }
  .our-about .center li .name {
    font-size: 20px;
  }
  .our-about .bottom .mask {
    padding-top: 50%;
  }
  .our-news .list ul {
    margin: 0 -15px;
  }
  .our-news .list li {
    padding: 0 15px;
  }
  .our-news .list li .name {
    font-size: 24px;
  }
  .our-news .list li p {
    font-size: 16px;
  }
  .our-news .moreBtn a span {
    font-size: 20px;
  }
  .our-news .moreBtn a {
    height: 62px;
    line-height: 60px;
    padding: 0 15px 0 35px;
  }
  .our-news .moreBtn a span.text {
    margin-right: 20px;
  }
  #footer .contact-box form input {
    font-size: 16px;
  }
  #footer .contact-box form input[type="submit"] {
    font-size: 20px;
  }
  #banner .linkBtn {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  #banner .linkBtn::before {
    height: 50px;
    width: 50px;
  }
  .i-advantage .linkBtn {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .i-advantage .linkBtn::before {
    height: 50px;
    width: 50px;
  }
  .i-category .linkBtn {
    margin-top: 60px;
    height: 50px;
    line-height: 50px;
  }
  .i-category .linkBtn::before {
    width: 50px;
    height: 50px;
    border-radius: 50px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-30 {
    font-size: 22px;
  }
}
@media (max-width: 1230px) {
  .ui.container {
    width: 1000px;
  }
  #header {
    top: 0;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #header .nav .ui.menu .logo {
    display: none;
  }
  #header .nav .ui.menu .logo2 {
    display: block;
    width: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #header .nav .ui.menu .h-search {
    width: auto;
    height: auto;
    line-height: 1.5;
    margin-left: 25px;
    margin-right: 25px;
  }
  #header .nav .ui.menu .h-search::before {
    display: none;
  }
  #banner h2 {
    margin-bottom: 20px;
  }
  #banner h2 small {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .baseTit .Tag {
    font-size: 16px;
  }
  .baseTit .Tit {
    font-size: 50px;
  }
  .marquee-headings-hover__counter {
    margin-right: 30px;
    width: 60px;
    height: 60px;
  }
  .our-product .readmore {
    opacity: 1;
  }
  .our-product .list {
    margin-bottom: 60px;
  }
  .slideItemWrapperFirst {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slideItemWrapperLast {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slideItemWrapperPrev {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slideItemWrapperNext {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slideItemWrapperActive {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .i-advantage .baseTit {
    margin-bottom: 40px;
  }
  .homeFacilitiesTextItem {
    margin-bottom: 40px;
  }
  #footer .footer-top .fl {
    max-width: 300px;
  }
  #footer .contact-box form input {
    font-size: 16px;
  }
  #footer .contact-box form input[type="submit"] {
    font-size: 20px;
  }
  #footer .contact-box form input {
    height: 60px;
  }
  #footer .contact-box ul li {
    width: 18%;
  }
  #footer .contact-box ul li:nth-child(4) {
    width: 28%;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner h2 small {
    font-size: 16px;
  }
  #banner h2 {
    font-size: 40px;
  }
  .i-category {
    padding: 60px 0;
    margin-top: 0;
  }
  .baseTit .Tit {
    font-size: 40px;
  }
  .i-category .list .marquee-headings-hover__item.current .marquee-headings-hover__heading h2 {
    color: black;
  }
  .i-category .list .typography-heading {
    font-size: 60px;
  }
  .marquee-headings-hover__wrapper-img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .marquee-headings-hover__images_right .marquee-headings-hover__wrapper-img,
  .marquee-headings-hover__images_left .marquee-headings-hover__wrapper-img {
    left: 0;
    right: 0;
  }
  .i-category .list li::before {
    display: none;
  }
  .i-category .list li .line {
    display: none;
  }
  .i-category .box {
    margin-top: 20px;
  }
  .our-product {
    padding: 60px 0;
  }
  .our-product .list {
    margin-bottom: 0;
  }
  .custom-progress-bar {
    display: none;
  }
  .baseTit {
    padding-bottom: 0;
  }
  .baseTit .line {
    display: none;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .top {
    margin-bottom: 40px;
  }
  .our-about .top .left {
    width: 100%;
  }
  .our-about .top .right {
    width: 100%;
  }
  #index-body .our-about .center {
    margin-bottom: 40px;
  }
  .our-about .center ul {
    margin: 0 -15px;
  }
  .our-about .center li {
    padding: 15px;
  }
  .our-about .center li .name {
    margin-top: 15px;
  }
  .our-about .center li .text {
    margin-top: 15px;
  }
  .our-about .btn-readmore {
    width: 100px;
    height: 100px;
  }
  .our-about .btn-readmore img {
    width: 25px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .list {
    margin: 40px 0;
  }
  #footer .footer-top {
    padding: 60px 0;
  }
  #footer .footer-top .line {
    max-width: 100%;
  }
  #footer .footer-top .fl {
    max-width: 100%;
    float: none;
    text-align: center;
  }
  #footer .footer-top .fr {
    display: none;
  }
  #footer .footer-top .social-links {
    margin-top: 30px;
  }
  #footer .contact-box {
    padding-top: 60px;
  }
  #footer .contact-box ul {
    margin: -10px;
  }
  #footer .contact-box ul li {
    width: 50%!important;
    padding: 10px;
  }
  #footer .contact-box ul li:last-child {
    width: 100%!important;
  }
}
@media (max-width: 768px) {
  .homeFacilitiesMain {
    padding: 60px 0 170px;
  }
  .homeFacilitiesCircle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -42px;
    left: 0;
    -webkit-column-gap: 36px;
    -moz-column-gap: 36px;
    column-gap: 36px;
    white-space: nowrap;
  }
  .homeFacilitiesCircle .circleItem {
    position: relative;
    display: inline-block;
    width: 163px;
  }
  .our-news {
    padding: 150px 0 60px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner .content {
    width: 90%;
    left: 5%;
  }
  #banner h2 {
    font-size: 30px;
  }
  #banner h2 small {
    font-size: 14px;
  }
  .baseTit .Tag {
    font-size: 14px;
  }
  .baseTit .Tit {
    font-size: 30px;
  }
  .i-category .left {
    width: 100%;
  }
  .i-category .right {
    width: 100%;
  }
  .i-category .list .typography-heading {
    font-size: 49px;
  }
  .marquee-headings-hover__counter {
    margin-right: 10px;
  }
  .our-news .list li .cate {
    font-size: 14px;
  }
  .our-news .list li .date {
    font-size: 16px;
  }
  .our-news .list li .name {
    font-size: 20px;
  }
  .our-news .list li p {
    font-size: 14px;
  }
  .our-news .moreBtn a span {
    font-size: 16px;
  }
  #banner .linkBtn {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  #banner .linkBtn::before {
    height: 40px;
    width: 40px;
  }
  .i-advantage .linkBtn {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .i-advantage .linkBtn::before {
    height: 40px;
    width: 40px;
  }
  .i-category .linkBtn {
    margin-top: 40px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
  .i-category .linkBtn::before {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  .homeFacilitiesTextItem {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
  }
  #footer .contact-box form input {
    font-size: 14px;
    height: 50px;
  }
  #footer .contact-box {
    padding-top: 50px;
  }
  #footer .footer-top {
    padding: 50px 0 0;
  }
  #footer .footer-top .social-links {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  #banner h2 {
    font-size: 24px;
  }
  .baseTit .Tit {
    font-size: 24px;
    line-height: 1.5;
  }
  .i-category .list .typography-heading {
    font-size: 40px;
  }

  #footer .contact-box ul li {
    width: 100%!important;
  }
  #footer .contact-box form input {
    height: 40px;
  }
  #footer .contact-box form input[type="submit"] {
    font-size: 16px;
  }
}
#ewm {
  width: 170px;
  border: 5px solid #FFFFFF;
}
/*footer_nav*/
.footer_nav,
.height {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .footer_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    display: block;
    overflow: hidden;
    z-index: 999999;
  }
  .height {
    height: 50px;
    display: block;
  }
  .footer_nav {
    background: #2385c8;
    padding: 12px 0 5px;
    border-top: 2px solid #fff;
  }
  .footer_nav ul li {
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 0px 10px;
  }
  .footer_nav ul li a {
    line-height: 26px;
  }
  .footer_nav ul li i {
    font-size: 16px;
    color: #fff;
  }
  .footer_nav ul li:nth-child(4) {
    float: right;
  }
  .footer_nav ul li:nth-child(5) {
    float: right;
  }
  .footer_nav ul li p {
    color: #fff;
    font-size: 13px;
    margin-top: 3px;
    text-transform: capitalize;
    line-height: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .footer_nav ul li p {
    display: none;
  }
  .height {
    height: 43px;
  }
}
/*service*/
#online_qq_layer {
  z-index: 9999999;
  position: fixed;
  right: 0px;
  bottom: 0;
}
#floatShow {
  display: block;
}
#floatHide {
  display: none;
}
#online_qq_tab {
  position: relative;
  z-index: 9;
}
#online_qq_tab #floatShow {
  overflow: hidden;
  background: url(../images/ser_2.png) no-repeat right bottom;
  height: 60px;
  width: 220px;
  padding-top: 22px;
  font-size: 15px;
  padding-left: 80px;
  text-transform: uppercase;
  color: #fff;
}
#online_qq_tab #floatShow img {
  max-height: 24px;
  float: right;
  margin-top: 6px;
}
#online_qq_tab #floatHide img {
  max-height: 32px;
  float: right;
  margin-top: 2px;
}
#online_qq_tab #floatHide {
  overflow: hidden;
  background-color: #2385c8;
  width: 100%;
  height: 40px;
  font-size: 13px;
  color: #fff;
  line-height: 40px;
  padding-left: 15px;
  width: 300px;
  text-transform: capitalize;
  margin-right: 10px;
}
#onlineService {
  display: inline;
  width: 300px;
  overflow: hidden;
  display: none;
  background: #fff;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #eee;
  margin-right: 10px;
}
.web_inquiry .p {
  font-size: 12px;
  color: #555;
  line-height: 22px;
  margin-bottom: 10px;
}
.web_inquiry {
  padding: 15px;
}
.web_inquiry .input_1 {
  line-height: 38px;
  height: 38px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 100%;
  background: none;
  color: #777;
  margin-bottom: 15px;
  font-size: 12px;
}
.web_inquiry .input_1:focus {
  color: #333;
  border: 1px solid #2385c8;
}
.web_inquiry .input_2 {
  line-height: 26px;
  height: 80px;
  border: 1px solid #ddd;
  padding-left: 10px;
  width: 100%;
  background: none;
  color: #777;
  margin-bottom: 15px;
  font-size: 12px;
}
.web_inquiry .input_2:focus {
  color: #333;
  border: 1px solid #2385c8;
}
.web_inquiry .btn_1 {
  line-height: 36px;
  border-radius: 30px;
  background: #2385c8;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  padding: 0px 32px;
  border: none;
}
.web_inquiry .btn_1:hover {
  background: #2385c8;
  color: #fff;
}
.web_inquiry .btn_1::before {
  line-height: 36px !important;
}
@media only screen and (max-width: 1000px) {
  #onlineService {
    width: 100%;
  }
  #online_qq_layer {
    width: 100%;
  }
  #online_qq_tab {
    width: 100%;
  }
  #online_qq_tab #floatShow {
    background: url(../images/inquiry_ico.png) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -23px;
    padding-left: 46px;
  }
}



.inner-page img {
    width: auto;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease
}

@-webkit-keyframes ripple-video {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes ripple-video {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple-video {
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-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: 0.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: 0.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: 0.3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-moz-keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@keyframes kz {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@-webkit-keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes kzs {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}


.inner-banner {
  height: 400px;
  position: relative;
  background: no-repeat center top;
  background-attachment: fixed;
  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;
  padding-bottom: 115px;
}
.inner-banner h2.tit {
  font-size: 42px;
  line-height: 1;
  color: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 23px;
  display: none;
}
.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: 614px;
  padding-bottom: 280px;
}
.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 .mbx-box {
  padding: 50px 0 65px;
}
.inner-page .mbx {
  font-size: 14px;
  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: 1390px;
  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: #282828;
}
.inner-page .sidebar-box .sidebar-right .sidebar-nav h3 {
  font-size: 24px;
  line-height: 1;
  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: 1;
  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: #2385c8;
}
.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 #2385c8;
  -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: 1;
  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: 1.6;
  color: #000000;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li h5:hover {
  color: #2385c8;
}
.inner-page .sidebar-box .sidebar-right .like-list ul li p {
  font-size: 14px;
  line-height: 1;
  color: rgba(20, 20, 20, 0.5);
  margin-top: 12px;
}
.inner-page .about-link {
  padding: 70px 0;
  background: #191919;
}
.inner-page .about-link .a-box {
  max-width: 1390px;
  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;
}
.inner-page .about-link .a-box h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: bold;
}
.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 .more {
  display: inline-block;
  padding: 15px 60px 15px 32px;
  border: 1px solid rgba(0, 0, 0, 0.8);
  font-size: 18px;
  line-height: 1;
  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 #2385c8;
  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: #2385c8;
  left: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
.inner-page .m-page {
  text-align: left;
}
.inner-page .m-page span,
.inner-page .m-page a {
  width: 40px;
  height: 40px;
  font-size: 12px;
  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(../images/contact-banner.jpg) no-repeat center top;
  padding-top: 200px;
}
.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: 1.8;
  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;
  color: #111111;
  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: 1;
  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: 24px;
  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;
  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(../images/submit.png) no-repeat left 40px center #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.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: 1;
}
.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:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.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: 1;
  color: rgba(20, 20, 20, 0.5);
}
.news-page .news-list ul li .right h4 {
  font-size: 24px;
  line-height: 1.4;
  color: #000000;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 20px 0;
}
.news-page .news-list ul li .right h4:hover {
  color: #2385c8;
}
.news-page .news-list ul li .right p {
  font-size: 14px;
  line-height: 1.8;
  color: #303030;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page .news-list ul li .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;
}
.news-page .news-list ul li .right .more:hover {
  background: #2385c8;
}
.news-page .news-list ul li:nth-child(1) .left {
  width: 100%;
}
.news-page .news-list ul li:nth-child(1) .left a {
  position: relative;
}
.news-page .news-list ul li:nth-child(1) .left a span {
  position: absolute;
  display: inline-block;
  left: 19px;
  top: 19px;
  padding: 10px 12px;
  background: #1f1f1f;
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  font-weight: bold;
}
.news-page .news-list ul li:nth-child(1) .right {
  width: 100%;
  padding-left: 0;
  padding: 26px 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.news-page .news-list ul li:nth-child(1) .right h4 {
  font-size: 30px;
}
.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: 1;
  color: rgba(20, 20, 20, 0.5);
}
.newdet-page .news-content .title h2 {
  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: 1.8;
  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;
  line-height: 1.4;
  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: #2385c8;
}
.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: #2385c8;
}
.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;
}
.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: 100%;
}
.category-page .category-box .category-list:nth-child(1) .item-box .item-img1 img {
  position: absolute;
  max-width: none;
  width: 685px !important;
  left: -25px;
  bottom: -66px;
}
.category-page .category-box .category-list .item-box .item {
  width: 33.3333%;
  position: relative;
  background: #f6f6f6;
}
.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: 100%;
}
.category-page .category-box .category-list .item-box .item-text {
  padding: 30px 40px;
  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: #2385c8;
}
.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: 60px 0 80px;
}
.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 .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: 5%;
}

.prodet-page .prodet-box .prodet-1 .container .left .img-big {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.prodet-page .prodet-box .prodet-1 .container .left .img-scroll {
  padding: 20px 50px;
  position: relative;
}
.prodet-page .prodet-box .prodet-1 .container .left .img-scroll .swiper-slide {
  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(../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(../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: 1;
  color: #121212;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box h4 {
  font-size: 48px;
  color: #121212;
  font-weight: 600;
  text-transform: uppercase;
  margin: 25px 0;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .content {
  padding-bottom: 27px;
  border-bottom: 1px solid #8a8a8a;
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .text {
  line-height: 2;
  max-height: 20em;
  overflow-y: auto;
}
.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 #2385c8;
  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: #2385c8;
  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;
  color: rgba(0, 0, 0, 0.8);
}
.prodet-page .prodet-box .prodet-1 .container .right .text-box .share .icon {
  font-size: 14px;
  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: #2385c8;
}
.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: #ffffff;
  padding: 12px 25px;
  background: #1f1f1f;
  position: relative;
}
.prodet-page .prodet-box .prodet-2 h3 span::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 #1f1f1f;
}
.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-2 .content table {
  border: none;
}
.prodet-page .prodet-box .prodet-2 .content table tr {
  border-bottom: 1px solid #ccc;
}
.prodet-page .prodet-box .prodet-2 .content table tr td {
  border: none;
  padding: 15px 10px;
}
.prodet-page .prodet-box .prodet-2 .content table tr th {
  border: none;
  padding: 15px 10px;
}
.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: 110px 0;
}
.prodet-page .prodet-box .prodet-4 h3 {
  font-size: 35px;
  line-height: 1;
  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-slide a {
  display: block;
  text-align: center;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .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);
}
.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;
  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: 1;
  color: #121212;
  text-transform: uppercase;
}
.prodet-page .prodet-box .prodet-4 .recommendBox .swiper-slide a h4 {
  font-size: 14px;
  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 #121212;
  -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 .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: 50%;
  padding: 68px 0;
  position: relative;
}
.about-page .about-1 .about-box .left::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  background: #35a0e9;
  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: 50%;
  padding-left: 5%;
}
.about-page .about-1 .about-box .right h2 {
  font-size: 60px;
  color: #1c1c1c;
  font-weight: bold;
}
.about-page .about-1 .about-box .right h3 {
  font-size: 36px;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  margin-top: 30px;
}
.about-page .about-1 .about-box .right p {
  font-size: 16px;
  line-height: 1.5;
  color: ##2e2e2e;
  margin-top: 40px;
}
.about-page .about-1 .text {
  padding: 80px 0 50px;
  text-align: center;
  color: #000;
}
.about-page .about-1 .text h2 {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}
.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-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: 1;
  color: #ffffff;
  margin-top: 22px;
}
.about-page .about-3 {
  background: url(../images/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: 65px 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: 42px;
  line-height: 1;
  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%;
}
.about-page .about-3 .bottom .left h2 {
  font-size: 48px;
  color: #000000;
  font-weight: bold;
  max-width: 650px;
}
.about-page .about-3 .bottom .left .more {
  margin: 45px 0;
}
.about-page .about-3 .bottom .left p {
  font-size: 16px;
  line-height: 1.8;
  color: #202020;
  letter-spacing: 0px;
}
.about-page .about-3 .bottom .right {
  width: 50%;
  text-align: right;
  padding-left: 30px;
}
.about-page .about-4 {
  padding: 100px 0 147px;
  background: url(../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;
  color: #ffffff;
  font-weight: bold;
}
.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(../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(../images/about-6-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 85px 0 45px;
}
.about-page .about-6 h2 {
  font-size: 45px;
  color: #181818;
  font-weight: bold;
  text-align: center;
}

.about-page .about-6 .historyBox .swiper-slide {
  text-align: center;
  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;
  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: 75px 0 40px;
  text-align: center;
  color: #fff;
  background: #3b3b3b;
}
.about-page .about-7 .top h2 {
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}
.about-page .about-7 .top p {
  font-size: 16px;
  line-height: 1.5;
}
.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;
  line-height: 1;
  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: #242424;
  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(../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: 38px;
  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: 150px;
  height: 150px;
  font-size: 16px;
  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(../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(../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: 1400px;
}
.product-page .title h2 {
  font-size: 48px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.product-page .title p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  max-width: 600px;
}
.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: 33.33%;
  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:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.product-page .product-box .product-list ul li a .p-img {
  overflow: hidden;
  position: relative;
  margin: 40px 0;
}
.product-page .product-box .product-list ul li a .p-img .img-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.product-page .product-box .product-list ul li a:hover .p-img .img-2 {
  opacity: 1;
}
.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: 1;
  color: #000;
}
.product-page .product-box .product-list .m-page {
  margin-top: 60px;
}
.research-page .container {
  max-width: 1405px;
}
.research-page .research-1 {
  padding: 50px 0 27px;
  background: url(../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(../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(../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(../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(../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(../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 #2385c8;
  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 #2385c8;
  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: #2385c8;
  -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: #2385c8;
  -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(../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;
  }
}
@media screen and (max-width: 1230px) {
  .about-page .about-1 .about-box .right h2 {
    font-size: 40px;
  }
  
  .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 h3 {
    font-size: 40px;
  }
  .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;
  }
  .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: 1100px) {
  .inner-banner {
    height: 280px;
  }
}
@media screen and (max-width: 1000px) {
  .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: 34px;
  }

  .about-page .about-4 .container .left {
    display: none;
  }
  .about-page .about-4 .container .right {
    width: 100%;
  }

  .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;
  }
  
  .about-page .about-3 .bottom .left h2 {
    font-size: 34px;
  }
  .about-page .about-3 .bottom .left p {
    font-size: 14px;
  }
  
  .about-page .about-4 .container .right h3 {
    font-size: 34px;
  }
  .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-6 h2 {
    font-size: 34px;
  }
  .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;
    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;
  }
  .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 h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-box .prodet-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-box .prodet-1 .container .right .text-box h3.tit {
    font-size: 20px;
  }
  .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 h4 {
    font-size: 34px;
  }

  .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;
  }
  .prodet-page .prodet-box .prodet-2 .content {
    font-size: 14px;
  }
  .prodet-page .prodet-box .prodet-2 .content table tr td {
    padding: 10px;
  }
  .prodet-page .prodet-box .prodet-2 .content table tr th {
    padding: 10px;
  }
  .product-page .product-box .product-list ul li {
    width: 50%;
  }
  .product-page .title p {
    font-size: 14px;
  }

  .contact-page .contact-1 .contact-box .contact-content .left h2 {
    font-size: 34px;
  }

  .contact-page .contact-1 .contact-box .contact-content .left ul li h4 {
    font-size: 18px;
  }

  .contact-page .contact-1 .contact-box .contact-content .left ul {
    margin-top: 40px;
  }

  .contact-page .contact-1 .contact-box .contact-content .left ul li {
    margin-bottom: 35px;
  }


  .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;
  }
}
@media screen and (max-width: 700px) {
  
  .about-page .about-2 ul li p {
    font-size: 14px;
  }
  .inner-banner {
    height: 170px;
    padding-bottom: 70px;
  }
  .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;
  }
  
  .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;
  }
}
@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;
  }
  .inner-banner {
    height: 130px;
    padding-bottom: 50px;
  }
  .about-page .about-2 ul li p {
    font-size: 12px;
  }
  .about-page .about-3 .top .right ul li {
    font-size: 14px;
    line-height: 1.5;
  }
  
  .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;
  }
  .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;
  }
}


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

.lg-page li {
  padding: 15px;
}




@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
        -ms-transform: translateX(0) translateZ(0) scaleY(1);
        -moz-transform: translateX(0) translateZ(0) scaleY(1);
        -webkit-transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(.55);
        -ms-transform: translateX(-25%) translateZ(0) scaleY(.55);
        -moz-transform: translateX(-25%) translateZ(0) scaleY(.55);
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
        -ms-transform: translateX(-50%) translateZ(0) scaleY(1);
        -moz-transform: translateX(-50%) translateZ(0) scaleY(1);
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

@-webkit-keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
        -ms-transform: translateX(0) translateZ(0) scaleY(1);
        -moz-transform: translateX(0) translateZ(0) scaleY(1);
        -webkit-transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(.55);
        -ms-transform: translateX(-25%) translateZ(0) scaleY(.55);
        -moz-transform: translateX(-25%) translateZ(0) scaleY(.55);
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
        -ms-transform: translateX(-50%) translateZ(0) scaleY(1);
        -moz-transform: translateX(-50%) translateZ(0) scaleY(1);
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

@-moz-keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
        -ms-transform: translateX(0) translateZ(0) scaleY(1);
        -moz-transform: translateX(0) translateZ(0) scaleY(1);
        -webkit-transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(.55);
        -ms-transform: translateX(-25%) translateZ(0) scaleY(.55);
        -moz-transform: translateX(-25%) translateZ(0) scaleY(.55);
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(.55)
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
        -ms-transform: translateX(-50%) translateZ(0) scaleY(1);
        -moz-transform: translateX(-50%) translateZ(0) scaleY(1);
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

#bolang {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 150px;
    overflow: hidden;
}

#bolang .waves-shape {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#bolang .waves-shape .wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

#bolang .waves-shape .wave-one {
    background-size: 50% 100px;
    -moz-animation: move-wave 3s;
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

#bolang .waves-shape .wave-two {
    background-size: 50% 120px;
    -webkit-animation: move_wave 10s linear infinite;
    -moz-animation: move_wave 10s linear infinite;
    animation: move_wave 10s linear infinite;
}

#bolang .waves-shape .wave-three {
    background-size: 50% 100px;
    -webkit-animation: move_wave 15s linear infinite;
    -moz-animation: move_wave 15s linear infinite;
    animation: move_wave 15s linear infinite;
}

#bolang .wave-one {
    z-index: 10;
    opacity: .5;
}

#bolang .shape-two {
    z-index: 15;
}

#bolang .shape-three {
    z-index: 5;
}

@media screen and (max-width: 1230px) {
  #bolang {
      height: 115px;
  }
}

@media screen and (max-width: 700px) {
  #bolang .waves-shape .wave {
      background-size: auto 100%;
  }

  #bolang {
      height: 60px;
  }
}




/* 流程图 */
.process {
  padding: 120px 0;
  font-size: 16px;
}
.process .Tag {
  color: #0774c3;
}
.process .box {
  margin-top: 100px;
  overflow-x: auto;
}
.process ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.process1 {
  background: url(../images/process1-bg.jpg)no-repeat center;
  background-size: cover;
}
.process1 ul {
  gap: 2.5em 6.25em;
}
.process li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.process1 li:nth-of-type(4),
.process1 li:nth-of-type(5) {
  grid-row: span 2;
}
.process li .arrow {
  position: absolute;
}
.process li .arrow img {
  vertical-align: middle;
}
.process li .arrow.right {
  left: -webkit-calc(100% + 3.125em - 1.75em);
  left: -moz-calc(100% + 3.125em - 1.75em);
  left: calc(100% + 3.125em - 1.75em);
  top: -webkit-calc(50% - 0.4375em);
  top: -moz-calc(50% - 0.4375em);
  top: calc(50% - 0.4375em);
  width: 3.5em;
}
.process li .arrow.ro45 {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.process li .arrow.ro-45 {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.process li .arrow.row {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.process li .arrow.down {
  left: -webkit-calc(50% - 1.75em);
  left: -moz-calc(50% - 1.75em);
  left: calc(50% - 1.75em);
  width: 3.5em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.process1 li .arrow.down {
  bottom: 1.75em;
}
.process2 ul {
  gap: 3.75em 6.25em;
}
.process2 li:nth-of-type(7) {
  grid-column: span 3;
}
.process2 li .arrow.down {
  position: static;
}
.process2 li img {
  border-radius: 20px;
}
.process3 {
  background: url(../images/process3-bg.jpg)no-repeat center;
  background-size: cover;
}
.process3 ul {
  gap: 11.25em 6.25em;
}
.process3 li .arrow.down {
  bottom: auto;
  top: -webkit-calc(100% + 5.625em - 0.75em);
  top: -moz-calc(100% + 5.625em - 0.75em);
  top: calc(100% + 5.625em - 0.75em);
}
.fky {
  width: 11.875em;
  height: 11.875em;
  border-radius: 50%;
  border: 0.375em solid black;
  padding: 1.5625em;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
.fky .fk {
  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;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid black;
  text-align: center;
  font-size: 1em;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.fky:hover {
  border-color: transparent;
}
.fky:hover .fk {
  background-color: #0774c3;
  border-color: #0774c3;
  color: white;
}
.fky:hover .fk:before,
.fky:hover .fk:after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(7, 116, 195, 0.48);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.fky:hover .fk:after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}



@media (max-width: 1440px) {
  .process {
    font-size: 14px;
  }
}

@media (max-width: 1230px) {
  .process {
    font-size: 10px;
  }
}

@media (max-width: 1000px) {
  .process {
    font-size: 7px;
    padding: 60px 0;
  }

  .process .Tit {
    font-size: 24px;
  }

  .process .box {
    margin-top: 40px;
  }
}