@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Thin.ttf) format('truetype'), url(../fonts/Montserrat-Thin.eot) format('eot'), url(../fonts/Montserrat-Thin.woff) format('woff'), url(../fonts/Montserrat-Thin.woff2) format('woff2');
  font-weight: 200;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.eot) format('eot'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Regular.ttf) format('truetype'), url(../fonts/Montserrat-Regular.eot) format('eot'), url(../fonts/Montserrat-Regular.woff) format('woff'), url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-Medium.ttf) format('truetype'), url(../fonts/Montserrat-Medium.eot) format('eot'), url(../fonts/Montserrat-Medium.woff) format('woff'), url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
}
@font-face {
  font-family: 'Montserrat';
  src: url(../fonts/Montserrat-SemiBold.ttf) format('truetype'), url(../fonts/Montserrat-SemiBold.eot) format('eot'), url(../fonts/Montserrat-SemiBold.woff) format('woff'), url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
  font-weight: 600;
}
body {
  font-family: "Montserrat";
  font-weight: 400;
}
.container,.container2 {
  padding: 0 15px;
  position: relative;
  width: 1450px;
  margin: 0 auto;
}
.container2 {
  width: auto;
  max-width: 1790px;
}
:root {
  --color: #0293db;
}

#nav-height {
    background-color: var(--color);
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@-webkit-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes dropIn {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
#header {
  z-index: 22;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(2, 147, 219, 0.6);
  transition: .5s;
}
#header.active {
  background-color: var(--color);
}
#header .nav {
  display: inline-block;
  width: 100%;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#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;
  justify-content: space-between;
  height: 90px;
  margin: 0 auto;
  max-width: 1760px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .logo img {
  max-width: 100%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  width: 60%;
  height: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  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.active>a,
#header .nav .ui.menu .menu-box ul.menu > li:hover>a {
  text-decoration: underline;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  display: flex;
  height: 100%;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 280px;
  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);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover>ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li 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 .msgBtn {
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .h-line {
  margin: 0 20px;
  font-size: 30px;
  color: #fff;
  font-weight: 200;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#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;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#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-page {
    margin-top: 120px;
  }
  .inner-banner {
    display: none;
  }
  .inner-page {
    padding-top: 40px;
  }
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 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: #ffb11b;
  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 {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  color: #fff;  
}
#banner h2 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
}
#banner h2 em {
  font-weight: 600;
  display: block;
}
#banner p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  margin: .5em 0 4em;
  max-width: 760px;
}
#banner .left {
  max-width: 860px;
}
#banner h2 small {
  display: block;
  font-size: 52px;
  font-weight: 300;
}
#index-body {
  overflow: hidden;
}
.baseBtn {
  font-weight: 500;
  display: inline-block;
  color: #fff;
  border: 1px solid #FFFFFF;
  height: 50px;
  line-height: 50px;
  min-width: 170px;
  text-align: center;
  position: relative;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn span {
  position: relative;
}
.baseBtn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #FFFFFF;
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  transition: height .5s ease;
}
.baseBtn:hover {
  color: var(--color);
}
.baseBtn:hover::before {
  height: 100%;
}
.baseBtn.on {
  color: var(--color);
}
.baseBtn.on::before {
  height: 100%;
}
.baseBtn.on:hover {
  color: #FFFFFF;
}
.baseBtn.on:hover::before {
  height: 0;
}
.baseBtn.on.blue {
  color: #fff;
  border-color: var(--color);
}
.baseBtn.on.blue::before {
  background-color: var(--color);
}
.baseBtn.on.blue:hover {
  color: var(--color);
}
.our-about {
  background-size: cover;
  position: relative;
}
.our-about .inner {
  padding: 50px 0 130px;
}
.our-about .Tit {
  margin: 60px 0;
  font-size: 115px;
  font-weight: 600;
  color: var(--color);
  text-transform: uppercase;
}
.our-about .Tit span {
  font-weight: 300;
}
.our-about .left {
  width: 50%;
}
.our-about .left .name {
  font-size: 40px;
  font-weight: 600;
}
.our-about .left .text {
  color: #4b4b4b;
  line-height: 1.8;
  font-weight: 500;
}
.our-about .left .text span {
  font-weight: 600;
}
.our-about .flex {
  align-items: flex-end;
}
.our-about .right {
  width: 50%;
}
.our-about .right li {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 103, 165, 0.2);
  cursor: pointer;
}
.our-about .right li:not(:last-child) {
  margin-bottom: 30px;
}
.our-about .right li div:first-child {
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.our-about .right li div:first-child i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 23px;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/minus.png);
}
.our-about .right li div:last-child {
  padding-top: 15px;
  color: #4b4b4b;
  display: none;
}
.our-about .right li.active div:first-child i {
  background-image: url(../images/plus.png);
}
.our-about .list {
  margin-top: 120px;
}
.our-about .list ul {
  display: flex;
  justify-content: space-between;
}
.our-about .list ul li {
  width: 100%;
}
.our-about .list ul li .box {
  border: 1px solid #e6e6e6;
  border-bottom-width: 5px;
  border-bottom-color: var(--color);
  padding: 5%;
  background-size: cover;
  background-position: top right;
  position: relative;
  z-index: 1;
  height: 100%;
}
.our-about .list ul li .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.our-about .list ul li .box .name {
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: inherit;
  transition: .5s;
  line-height: 1.2;
}
.our-about .list ul li .box .name em {
  font-weight: bold;
  display: block;
  margin-bottom: .5em;
  color: var(--color);
}
.our-about .list ul li .box .desc {
  color: white;
  opacity: 0;
}
.our-about .list ul li .box:hover:before,
.our-about .list ul li .box:hover .desc {
  opacity: 1;
}
.our-about .list ul li .box:hover .name {
  opacity: 0;
}
.our-about .process {
  padding-top: 50px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.our-about .process .bar {
  height: 100%;
  width: 1px;
  position: relative;
  background-color: rgba(0, 135, 85, 0.2);
}
.our-about .process .bar::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 4;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  line-height: 11px;
  text-align: center;
  background-color: var(--color);
}
.our-about .process .bar .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation-name: lineAni;
  -moz-animation-name: lineAni;
  animation-name: lineAni;
}
.scrFx {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: -webkit-calc(var(--go)* -1s);
  -moz-animation-delay: -moz-calc(var(--go)* -1s);
  animation-delay: calc(var(--go)* -1s);
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes lineAni {
  0% {
    transform: scaleY(0.001);
    -webkit-transform: scaleY(0.001);
    -moz-transform: scaleY(0.001);
    -o-transform: scaleY(0.001);
    -ms-transform: scaleY(0.001);
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
  }
}
@-moz-keyframes lineAni {
  0% {
    transform: scaleY(0.001);
    -webkit-transform: scaleY(0.001);
    -moz-transform: scaleY(0.001);
    -o-transform: scaleY(0.001);
    -ms-transform: scaleY(0.001);
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
  }
}
@keyframes lineAni {
  0% {
    transform: scaleY(0.001);
    -webkit-transform: scaleY(0.001);
    -moz-transform: scaleY(0.001);
    -o-transform: scaleY(0.001);
    -ms-transform: scaleY(0.001);
  }
  100% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
  }
}
.our-app .item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.our-app .item.active::before {
  opacity: 1;
}
.our-app .item.active .content .text {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.our-app .item.active .content .btns {
  opacity: 1;
}
.our-app .content {
  left: 0;
  width: 100%;
  padding: 0 5%;
  top: 50%;
  transform: translateY(-50%);
}
.our-app .content > div:last-child {
  margin-top: 10%;
}
.our-app .content .tag {
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
.our-app .content .name {
  font-size: 55px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.our-app .content .down {
  margin-top: 2%;
  color: #FFFFFF;
}
.our-app .content .text {
  color: #FFFFFF;
  max-width: 500px;
  margin: auto;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-app .content .btns {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-app .content .btns .baseBtn {
  background-color: transparent;
  border-color: var(--color);
  color: white;
}
.our-app .item .content .btns .baseBtn::before {
  background-color: var(--color);
}
.our-app .item.active .content .btns .baseBtn {
  border-color: white;
  color: var(--color);
}
.our-app .item.active .content .btns .baseBtn::before {
  background-color: white;
}
.our-app .item.active .content .btns .baseBtn:hover {
  color: white;
}
.baseTit {
  font-size: 50px;
  font-weight: 600;
  color: var(--color);
  line-height: 1.2;
}
.baseTit span {
  font-weight: 300;
}
.our-product {
  background-color: #f1f1f1;
  position: relative;
}
.our-product .list {
  position: relative;
  transform: translateY(-70px);
  margin-bottom: -70px;
}
.our-product .list ul {
  margin: -5px;
}
.our-product .list li {
  padding: 5px;
}
.our-product .list .box {
  margin-bottom: 20px;
  padding: 10% 7% 7%;
  background-color: #FFFFFF;
  border-bottom: 5px solid #FFFFFF;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .box .name {
  font-size: 20px;
  line-height: 1.2;
  height: 2.4em;
  font-weight: 600;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.our-product .list .box .desc {
  color: #4b4b4b;
  line-height: 1.6;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.2em;
  margin: 1em 0 2em;
}
.our-product .list .box .img img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.our-product .list .box:hover {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border-color: var(--color);
}
.our-product .list .box:hover .name {
  color: var(--color);
}
.our-product span.arrow {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.our-product span.arrow.arrow_l {
  left: 0;
}
.our-product span.arrow.arrow_r {
  right: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
  -moz-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
.i-advantage {
  background-color: #f1f1f1;
  padding: 140px 0 110px;
}
.i-advantage .list {
  margin-top: 55px;
}
.i-advantage .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.i-advantage .list li {
  width: 17%;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
  flex-shrink: 0;
}
.i-advantage .list li.active {
  width: 49%;
}
.i-advantage .list li.active .img .name {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.i-advantage .list .img {
  height: 490px;
  margin-right: 10px;
  overflow: hidden;
}
.i-advantage .list .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.i-advantage .list .img .name {
  padding: 20px 30px;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.our-news {
  padding: 80px 0 110px;
}
.our-news .list {
  margin-top: 50px;
  border-right: 1px solid #dcdcdc;
}
.our-news .list .box {
  padding: 25px 20px;
  border: 1px solid #dcdcdc;
  border-right: none;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.our-news .list .box img {
  max-width: 100%;
}
.our-news .list .box:hover {
  background-color: var(--color);
}
.our-news .list .box:hover .cate {
  color: #FFFFFF;
}
.our-news .list .box:hover .name {
  color: #FFFFFF;
}
.our-news .list .box:hover time {
  color: #FFFFFF;
}
.our-news .list .cate {
  font-weight: 500;
  color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list .name {
  font-size: 22px;
  line-height: 1.4;
  height: 2.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 600;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list time {
  font-weight: 500;
  color: #828282;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.i-video {
  padding: 130px 0;
  background: url(../images/video-bg.jpg);
  background-size: cover;
}
.i-video .play {
  width: 120px;
  margin: auto;
  position: relative;
  cursor: pointer;
}
.i-video .play circle {
  -webkit-transition: stroke-dasharray 800ms;
  -moz-transition: stroke-dasharray 800ms;
  transition: stroke-dasharray 800ms;
}
.i-video .play circle[stroke="gray"] {
  stroke: rgba(255, 255, 255, 0.3);
}
.i-video .play i {
  color: #FFFFFF;
  position: absolute;
  left: 45%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer {
  background-color: #001624;
}
#footer .foot-top {
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#footer .foot-top .baseTit {
  color: #FFFFFF;
}
#footer .foot-center {
  padding: 60px 0 50px;
}
#footer .foot-center .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-center .foot-block:first-child {
  max-width: 420px;
}
#footer .foot-center .foot-block:last-child {
  max-width: 500px;
}
#footer .foot-center .foot-block .logo {
  margin-bottom: 50px;
}
#footer .foot-center .foot-block h4 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
#footer .foot-center .foot-block li {
  color: #FFFFFF;
}
#footer .foot-center .foot-block li + li {
  margin-top: 10px;
}
#footer .foot-center .foot-block:first-child li + li {
  margin-top: 1.6em;
}
#footer .social-links a {
  font-size: 18px;
  color: #FFFFFF;
}
#footer .social-links a + a {
  margin-left: 25px;
}
#footer .foot-center .foot-block .form .wapper {
  margin: -10px -7px;
}
#footer .foot-center .foot-block .form .item {
  padding: 10px 7px;
}
#footer .foot-center .foot-block .form .item.wid-100 {
  width: 100%;
}
#footer .foot-center .foot-block .form input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 0 10px;
  border: none;
}
#footer .foot-center .foot-block .form input[type='submit'] {
  font-size: 20px;
  color: #FFFFFF;
  background-color: var(--color);
  text-transform: uppercase;
  font-weight: 600;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #FFFFFF;
  justify-content: space-between;
  align-items: center;
}
#footer .foot-bottom svg {
  fill: white;
  max-height: 1.625em;
  width: auto;
  display: block;
  font-family: "Arial";
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom img {
  max-height: 16px;
}
@media (max-width: 1800px) {
  #header .nav .ui.menu {
    max-width: 1450px;
    padding: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0  25px;
    font-size: 16px;
  }
  #banner h2 small {
    font-size: 40px;
  }
  #banner h2 {
    font-size: 60px;
  }
  .our-about .Tit {
    font-size: 90px;
  }
  .our-app .content .name {
    font-size: 40px;
  }
  .our-product .list .box {
    padding: 30px 15px;
  }
  .our-product .list .box .name {
    font-size: 20px;
  }
  .i-advantage .list .img .name {
    font-size: 20px;
  }
  .our-news .list .name {
    font-size: 20px;
  }
  .baseTit {
    font-size: 40px;
  }
}
@media (max-width: 1450px) {
  .container {
    width: 1230px;
  }
  #header .nav .ui.menu .h-line {
    margin: 0 10px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #banner h2 small {
    font-size: 30px;
  }
  #banner h2 {
    font-size: 50px;
  }
  .our-about .Tit {
    font-size: 70px;
  }
  .our-about .left .name {
    font-size: 24px;
  }
  .our-about .right {
    margin-top: 66px;
  }
  .font-20 {
    font-size: 18px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 22px;
  }
  .our-app .content .name {
    font-size: 30px;
  }
  .baseTit {
    font-size: 32px;
  }
  .our-product .list .box .name {
    font-size: 18px;
  }
  .i-advantage .list .img .name {
    font-size: 18px;
  }
  .our-news .list .name {
    font-size: 18px;
  }
  #footer .foot-center .foot-block h4 {
    font-size: 22px;
  }
  #footer .foot-center .foot-block:last-child {
    max-width: 400px;
  }
}
@media (max-width: 1230px) {
  .container {
    width: 1000px;
  }
  #header .nav .ui.menu .h-line {
    font-size: 20px;
  }
  #header .nav .ui.menu .logo {
    width: 100px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin: 0 10px;
  }
  #banner h2 small {
    font-size: 20px;
  }
  #banner h2 {
    font-size: 40px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-24 {
    font-size: 20px;
  }
  .our-about .Tit {
    margin: 30px 0;
    font-size: 50px;
  }
  .our-product .list .box .name {
    font-size: 16px;
  }
  .i-advantage .list .img .name {
    font-size: 16px;
  }
  .our-news .list .name {
    font-size: 16px;
  }
  #footer .foot-center .foot-block .logo {
    width: 100px;
  }
  #footer .foot-center .foot-block:first-child {
    max-width: 300px;
  }
  #footer .foot-center .foot-block:last-child {
    max-width: 300px;
  }
  #footer .foot-center .foot-block h4 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #footer .foot-center .foot-block .form input {
    font-size: 14px;
    height: 40px;
  }
  #footer .foot-center .foot-block .form input[type='submit'] {
    font-size: 16px;
  }
  #footer .foot-bottom img {
    max-height: 14px;
  }
}
@media (max-width: 1000px) {
  .container {
    width: 700px;
  }
  #header {
    display: none!important;
  }
  #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 {
    margin-bottom: 30px;
  }
  .baseBtn {
    height: 40px;
    line-height: 40px;
    min-width: 150px;
  }
  .our-about .Tit {
    display: none;
  }
  .our-about .process {
    display: none;
  }
  .our-about .left {
    float: none;
    padding: 0;
    width: 100%;
  }
  .our-about .right {
    float: none;
    padding: 0;
    width: 100%;
    margin-top: 60px;
  }
  .our-about .inner {
    padding: 60px 0;
  }
  .font-24 {
    font-size: 18px;
  }
  .our-about .right li:not(:last-child) {
    margin-bottom: 20px;
  }
  .our-app .item {
    width: 100%!important;
  }
  .our-product {
    padding-top: 60px;
  }
  .i-advantage {
    padding: 60px 0;
  }
  .baseTit {
    font-size: 24px;
  }
  .i-advantage .list ul {
    display: block;
  }
  .i-advantage .list ul li,
  .i-advantage .list ul li.normal,
  .i-advantage .list ul li.active {
    width: 50%;
  }
  .i-advantage .list .img {
    height: auto;
  }
  .i-advantage .list .img .name {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .our-news {
    padding: 60px 0;
  }
  .i-video {
    padding: 90px 0;
  }
  .hide-1000 {
    display: none!important;
  }
  .our-product .list {
    margin-bottom: -40px;
    transform: translateY(-40px);
  }
}
@media (max-width: 700px) {
  .container {
    width: 100%;
  }
  #banner h2 small {
    font-size: 14px;
  }
  #banner h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .font-20 {
    font-size: 14px;
  }
  .font-24 {
    font-size: 16px;
  }
  .our-app .content .name {
    font-size: 24px;
  }
  .our-app .content .down {
    display: none;
  }
  #footer .foot-center .foot-block .logo {
    margin-bottom: 30px;
  }
  #footer .foot-center .foot-content {
    display: block;
  }
  #footer .foot-center .foot-block:first-child {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #footer .foot-center .foot-block:last-child {
    max-width: 100%;
  }
  #footer .foot-center .foot-block li + li {
    margin-top: 15px;
  }
  #footer .foot-top .fl,
  #footer .foot-top .fr {
    float: none;
    text-align: center;
  }
  #footer .foot-top {
    padding: 30px 0;
  }
  #footer .foot-center {
    padding: 30px 0;
  }
}
@media (max-width: 500px) {
  .i-advantage .list ul li,
  .i-advantage .list ul li.normal,
  .i-advantage .list ul li.active {
    width: 100%;
  }
  #footer .foot-center .foot-block .logo {
    width: 40%;
  }
}
.pt-150 {
  padding-top: 150px;
}
.pt-130 {
  padding-top: 130px;
}
.pb-130 {
  padding-bottom: 130px;
}
.pt-120 {
  padding-top: 120px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-80 {
  padding-top: 80px;
}
.font-50 {
  line-height: 1.2;
}
.font-44 {
  line-height: 1.2;
}

@media (max-width: 1500px) {
  .font-50 {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .pt-150 {
    padding-top: 40px;
  }
  .pt-130 {
    padding-top: 40px;
  }
  .pb-130 {
    padding-bottom: 40px;
  }
  .pt-120 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .font-50 {
    font-size: 24px;
    line-height: 44px;
  }
  .font-44 {
    font-size: 24px;
    line-height: 44px;
  }
  .font-40 {
    font-size: 24px;
     line-height: 44px;
  }
  .font-28 {
    font-size: 20px;
    line-height: 36px!important;
  }
  .font-24 {
    font-size: 20px;
    line-height: 36px;
  }
 
}


/*inner-page*/
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.flex_cont {
    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
}

.flex_a_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_j_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sub_div_cont {
    position: relative;
    margin-right: 10px
}

.sub_div_cont .sub_img_cont {
    width: 78px;
    height: 16px
}

.sub_div_cont .sub_color {
    overflow: hidden;
    position: relative;
    width: 16px;
    height: 18px;
    top: 0;
    left: 0;
    background-color: #000;
    margin-left: 8px;
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    transform: skew(-40deg)
}

.sub_div_cont .sub_color:first-child {
    margin-left: 0
}

.sub_div_cont .sub_color div {
    display: block;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -ms-transform: skew(40deg);
    -o-transform: skew(40deg);
    transform: skew(40deg);
    position: absolute;
    width: 1000%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: sub_ani 3s linear infinite;
    -moz-animation: sub_ani 3s linear infinite;
    -o-animation: sub_ani 3s linear infinite;
    animation: sub_ani 3s linear infinite;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(10%,#47b034),color-stop(#178be0),color-stop(90%,#47b034));
    background-image: -webkit-linear-gradient(left,#47b034 10%,#178be0,#47b034 90%);
    background-image: -moz-linear-gradient(left,#47b034 10%,#178be0,#47b034 90%);
    background-image: -o-linear-gradient(left,#47b034 10%,#178be0,#47b034 90%);
    background-image: linear-gradient(to right,#47b034 10%,#178be0,#47b034 90%)
}

.sub_div_cont .sub_color:nth-child(2) div {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s
}

.sub_div_cont .sub_color:nth-child(3) div {
    -webkit-animation-delay: -2s;
    -moz-animation-delay: -2s;
    -o-animation-delay: -2s;
    animation-delay: -2s
}

.more_cont {
    position: relative;
    padding: 12px 44px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase
}

.more_cont .more_sub {
    border: #178be0 solid 2px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.more_cont span {
    position: relative;
    z-index: 2
}

.more_cont:hover .more_sub {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg)
}
.m-nav_hc {
    z-index: 2;
    position: relative;
    display: none;
}

.m-nav_hc i {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-align: center;
}

.m-nav_hc i.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.m-nav_hc .active_cate {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    background: #178be0;
    color: #fff;
    padding: 6px 16px;
    padding-right: 36px;
    text-transform: uppercase;
}

.m-nav_hc .active_cate i {
    position: absolute;
    top: 10px;
    right: 16px;
    cursor: pointer;
}



.m-nav_hc .item_cont {
    -webkit-box-shadow: 0 0 6px 0 #cdcdcd;
    box-shadow: 0 0 6px 0 #cdcdcd;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    max-height: 400px;
    overflow-y: auto;
}



.m-nav_hc .item_cont .item {
    padding: 10px 16px;
    padding-right: 36px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    border-bottom: 1px #eee solid;
}

.m-nav_hc .item_cont .item>a.active {
    color: #178be0;
}

.m-nav_hc .item_cont .item:last-child {
    border-bottom: none;
}

.m-nav_hc .item_cont .item i {
    position: absolute;
    top: 15px;
    right: 16px;
}

.m-nav_hc .item_cont .item a {
    display: block;
}

.m-nav_hc .item_cont .item .item_item_cont {
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item {
    padding: 8px 10px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    border-bottom: 1px dashed #ccc;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item.active {
    color: #178be0;
}

.m-nav_hc .item_cont .item .item_item_cont .item_item:last-child {
    border-bottom: none;
    padding-bottom: 2px;
}

.inner-banner {
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
}
.inner-banner .container {
  position: relative;
  height: 100%;
}
.inner-banner .container .cont {
  position: absolute;
  width: 100%;
  bottom: 90px;
  left: 0;
  color: #fff;
  text-transform: uppercase;
}
.inner-banner .container .cont .cat_name {
  display: inline-block;
  font-weight: bold;
  font-size: 60px;
  line-height: 1.2;
  padding: 70px 30px 20px 40px;
  background-image: -webkit-radial-gradient(at left bottom, #178be0 0%, rgba(23, 140, 224, 0) 70%);
  background-image: -moz-radial-gradient(at left bottom, #178be0 0%, rgba(23, 140, 224, 0) 70%);
  background-image: -o-radial-gradient(at left bottom, #178be0 0%, rgba(23, 140, 224, 0) 70%);
  background-image: radial-gradient(at left bottom, #178be0 0%, rgba(23, 140, 224, 0) 70%);
}
.inner-banner .container .cont .mbx {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
  margin-top: 20px;
}
.inner-banner .container .cont .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .cont .mbx a:hover {
  color: #178be0;
}
.sub_title_c {
  font-weight: bold;
  text-transform: uppercase;
}
.sub_title_c .sub_img_c{
  width: 78px;
  height: 16px;
}
.sub_title_c span {
  margin-left: 6px;
  font-weight: 700;
}
.about-page .about-1 .container .left {
  width: 40%;
}
.about-page .about-1 .container .left .name {
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .about-1 .container .left .more {
  margin-top: 50px;
  padding: 13px 23px;
}
.about-page .about-1 .container .right {
  color: rgba(0, 0, 0, 0.7);
    width: 50%;
    margin-left: auto;
    font-weight: 500;
    padding-right: 10px;
    overflow-y: auto;
    max-height: 305px;
}
.about-page .about-2 {
  margin-top: 80px;
}
.about-page .about-2 .container {
  height: 590px;
  background-attachment: fixed;
  position: relative;
  background-position: center;
}
.about-page .about-2 .container .play {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 2px solid #178be0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  font-size: 40px;
  color: #fff;
}
.about-page .about-2 .container .play .ling {
  position: absolute;
  width: -webkit-calc(124%);
  width: -moz-calc(124%);
  width: calc(100% + 24px);
  height: -webkit-calc(124%);
  height: -moz-calc(124%);
  height: calc(100% + 24px);
  top: -12px;
  left: -12px;
  border-radius: 50%;
  border: 12px solid rgba(23, 140, 224, 0.5);
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.about-page .about-2 .container .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .about-3 {
  text-align: center;
}
.about-page .about-3 .container .tips_title {
  font-weight: bold;
  margin-top: 16px;
}
.about-page .about-3 .container .list_cont {
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-3 .container .list_cont .list {
  margin-top: 30px;
  width: 440px;
}
.about-page .about-3 .container .list_cont .list .img {
  position: relative;
}
.about-page .about-3 .container .list_cont .list .img .sub {
  position: absolute;
  top: -10px;
  left: -webkit-calc(60%);
  left: -moz-calc(60%);
  left: calc(50% + 10px);
  width: 50px;
  height: 40px;
  -webkit-transform: translateX(-50%) skew(-40deg);
  -moz-transform: translateX(-50%) skew(-40deg);
  -ms-transform: translateX(-50%) skew(-40deg);
  -o-transform: translateX(-50%) skew(-40deg);
  transform: translateX(-50%) skew(-40deg);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#178be0), color-stop(#0293db), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #178be0, #0293db, #ffffff);
  background-image: -moz-linear-gradient(top, #178be0, #0293db, #ffffff);
  background-image: -o-linear-gradient(top, #178be0, #0293db, #ffffff);
  background-image: linear-gradient(to bottom, #178be0, #0293db, #ffffff);
}
.about-page .about-3 .container .list_cont .list .img img {
  height: 50px;
  position: relative;
  z-index: 2;
}
.about-page .about-3 .container .list_cont .list .title {
  font-weight: bold;
  margin-top: 16px;
}
.about-page .about-3 .container .list_cont .list .des {
  margin-top: 16px;
  font-weight: 400;
  color: #5e5e5e;
}
.about-page .about-3 .container .list_cont .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .about-3 .container .list_cont .list:hover .img img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-4 {
  padding: 60px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#178be0), to(#005f8f));
  background-image: -webkit-linear-gradient(left, #178be0, #005f8f);
  background-image: -moz-linear-gradient(left, #178be0, #005f8f);
  background-image: -o-linear-gradient(left, #178be0, #005f8f);
  background-image: linear-gradient(to right, #178be0, #005f8f);
}
.about-page .about-4 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
.about-page .about-4 .container .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .about-4 .container .list_cont .list {
  font-weight: 600;
  text-align: center;
}
.about-page .about-4 .container .list_cont .list .top {
  font-size: 70px;
  line-height: 1.2;
}
.about-page .about-4 .container .list_cont .list .top .sub {
  font-size: 18px;
  vertical-align: text-top;
  position: relative;
  top: 10px;
}
.about-page .about-4 .container .list_cont .list .bottom {
  margin-top: 10px;
  font-weight: 400;
}
.about-page .about-5 .container .line {
  position: absolute;
  width: 100%;
  height: 1px;
  top: 340px;
  left: 0;
  background-color: #d1e8f9;
}
.about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  height: 290px;
}
.about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .sub {
  width: 12px;
  height: 16px;
  background-color: #178be0;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  margin: 42px auto 0;
}
.about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .about-6 {
  text-align: center;
}
.about-page .about-6 .container .title {
  margin-top: 16px;
  font-weight: bold;
}
.about-page .about-6 .container .swiper {
  margin-top: 50px;
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  display: block;
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide .img .shadow {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 140, 224, 0.9)), color-stop(80%, rgba(23, 140, 224, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: -moz-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: -o-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: linear-gradient(to top, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 10px;
  font-weight: 600;
}
.about-page .about-6 .container .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.about-page .about-7 {
  padding: 35px 0;
  background-color: #f3f3f3;
}
.about-page .about-7 .container .swiper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-7 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  text-align: center;
}
.about-page .about-7 .container .swiper .swiper-wrapper .swiper-slide a img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 1500px) {
  .inner-banner .container .cont .cat_name {
    font-size: 50px;
  }
  .about-page .about-3 .container .list_cont .list {
    width: 30%;
  }
  .about-page .about-4 .container .list_cont .list .top {
    font-size: 60px;
  }
}
@media (max-width: 1000px) {
   .m-nav_hc {
        display: block;
  }
  .sub_title_c{
    width: 100%;
  }
  .sub_title_c .sub_img_c{
    margin: auto;
  }
  .inner-banner {
    padding: 40px 0;
    margin-top: 40px;
    height: auto;
  }
  .inner-banner .container .cont {
    position: relative;
    top: auto;
    left: 0;
    bottom: 0;
    text-align: center;
  }
  .inner-banner .container .cont .cat_name {
    background: none;
    padding: 0;
  }
  .about-page .about-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-1 .container .right {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .sub_title_c span {
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
  }
  .about-page .about-2 .container {
    height: 300px;
  }
  .about-page .about-4 .container .list_cont .list {
    width: 50%;
    margin-top: 30px;
  }
}
@media (max-width: 700px) {
  .about-page .about-3 .container .list_cont .list {
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
  }
  .about-page .about-4 .container .list_cont .list {
    width: 100%;
  }
  .about-page .about-4 .container .list_cont .list:first-child {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .inner-banner .container .cont .cat_name {
    font-size: 24px;
    line-height: 44px;
  }
  .inner-banner .container .cont .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-1 .container .left .name {
    margin-top: 10px;
  }
  .about-page .about-1 .container .left .more {
    margin-top: 20px;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-3 .container .list_cont {
    margin-top: 0;
  }
  .about-page .about-4 .container .list_cont .list .top {
    font-size: 50px;
  }
  .about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 70vw;
  }
  .about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide .sub {
    margin-top: 6vw;
  }
  .about-page .about-5 .container .line {
    display: none;
  }
  .about-page .about-5 .container .swiper .swiper-wrapper .swiper-slide::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 78vw;
    left: 0;
    background-color: #d1e8f9;
  }
  .about-page .about-6 .container .swiper {
    margin-top: 20px;
  }
}
.history-page .history-1 .container .title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 16px;
}
.history-page .history-2 .swiper {
  padding-bottom: 60px;
}
.history-page .history-2 .swiper .swiper-wrapper .swiper-slide .box {
  top: 130px;
  padding-left: 170px;
  position: relative;
}
.history-page .history-2 .swiper .swiper-wrapper .swiper-slide .box .img {
  text-align: center;
}
.history-page .history-2 .swiper .swiper-wrapper .swiper-slide .box .img img {
  border: 2px solid #178be0;
  max-width: 100%;
}
.history-page .history-2 .swiper .swiper-wrapper .swiper-slide .box .year {
  font-size: 80px;
  color: #178be0;
  font-weight: 600;
  margin: -40px 0 0 -70px;
}
.history-page .history-2 .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 10px;
}
.history-page .history-2 .swiper .swiper-wrapper .swiper-slide-active .box {
  top: 60px;
}
.history-page .history-2 .swiper .swiper-wrapper .swiper-slide-next .box {
  top: 0;
}
.history-page .history-3 .container .left {
  font-size: 80px;
  font-weight: bold;
  width: 20%;
  line-height: 1.2;
}
.history-page .history-3 .container .left p {
  display: inline-block;
  color: transparent;
  line-height: 1.1;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left top, right top, from(#178be0), to(#47b034));
  background-image: -webkit-linear-gradient(left, #178be0, #47b034);
  background-image: -moz-linear-gradient(left, #178be0, #47b034);
  background-image: -o-linear-gradient(left, #178be0, #47b034);
  background-image: linear-gradient(to right, #178be0, #47b034);
}
.history-page .history-3 .container .right {
  padding-top: 40px;
  position: relative;
  width: 76%;
  margin-left: auto;
}
.history-page .history-3 .container .right .sub {
  width: 14px;
  height: 16px;
  background-color: #178be0;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  transform: skew(-40deg);
  position: relative;
  z-index: 1;
}
.history-page .history-3 .container .right .sub_line {
  height: 1px;
  width: 100%;
  background-color: #d1e8f9;
  position: absolute;
  top: 48px;
  left: 0;
}
.history-page .history-3 .container .right .sub_line .line_2 {
  position: absolute;
  width: 0;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #178be0;
}
.history-page .history-3 .container .right .list_cont {
  margin-top: -8px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .history-3 .container .right .list_cont .list {
  width: 12.5%;
  cursor: pointer;
}
.history-page .history-3 .container .right .list_cont .list .year {
  margin-top: 26px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.3);
}
.history-page .history-3 .container .right .list_cont .list.active .year {
  color: #000;
}
@media (max-width: 1800px) {
  .history-page .history-2 .swiper .swiper-wrapper .swiper-slide .box .year{
    font-size: 60px;
  }
}
@media (max-width: 1500px) {
  .history-page .history-2 .swiper .swiper-wrapper .swiper-slide .box {
    padding-left: 70px;
  }
  .history-page .history-2 .swiper .swiper-wrapper .swiper-slide .box .year {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  .history-page .history-3 .container .right .list_cont .list .year {
    font-size: 20px;
  }
}
@media (max-width: 1000px) {
  .history-page .history-3 {
    display: none;
  }
  .history-page .history-2 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .history-page .history-2 .swiper {
    padding: 0;
  }
  .history-page .history-2 .swiper .swiper-wrapper .swiper-slide .box .year {
    margin: 20px auto 0;
  }
  .history-page .history-2 .swiper .swiper-wrapper .swiper-slide .box {
    padding-left: 0;
    text-align: center;
    top: 0;
  }
  .history-page .history-2 .swiper .swiper-wrapper .swiper-slide-active .box {
    top: 0;
  }
}
@media (max-width: 500px) {
  .history-page .history-2 .swiper .swiper-wrapper .swiper-slide .box .year {
    font-size: 40px;
  }
}
.sustainable-page .sustainable-1 .left {
  width: 550px;
}
.sustainable-page .sustainable-1 .left .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.sustainable-page .sustainable-1 .right {
  width: -webkit-calc(-570%);
  width: -moz-calc(-570%);
  width: calc(100% - 670px);
  margin-left: auto;
  color: rgba(0, 0, 0, 0.7);
}
.sustainable-page .sustainable-2 img {
  width: 100%;
}
.sustainable-page .sustainable-3 .tips_title {
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
  text-transform: uppercase;
}
.sustainable-page .sustainable-3 .tips_des {
  margin: 20px auto 0;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  max-width: 1400px;
}
.sustainable-page .sustainable-3 .list_cont {
  margin: 0 -25px 0;
  padding-top: 30px;
}
.sustainable-page .sustainable-3 .list_cont .list {
  width: 33.33%;
  margin-top: 20px;
  padding: 0 25px;
}
.sustainable-page .sustainable-3 .list_cont .list .box {
  overflow: hidden;
  position: relative;
  border: 1px solid #bfbfbf;
  padding: 30px;
  height: 100%;
  z-index: 1;
}
.sustainable-page .sustainable-3 .list_cont .list .box .img {
  position: absolute;
  height: 170px;
  top: -15px;
  right: -10px;
  z-index: -1;
}
.sustainable-page .sustainable-3 .list_cont .list .box .title {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 80px;
  line-height: 1.4;
}
.sustainable-page .sustainable-3 .list_cont .list .box .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}
.sustainable-page .sustainable-3 .list_cont .list .box:hover {
  color: #fff;
  background-color: #000;
}
.sustainable-page .sustainable-3 .list_cont .list .box:hover .des {
  color: #fff;
}
.sustainable-page .sustainable-4 {
  position: relative;
  z-index: 2;
}
.sustainable-page .sustainable-4 .sub {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#178be0), to(#45af3c));
  background-image: -webkit-linear-gradient(left, #178be0, #45af3c);
  background-image: -moz-linear-gradient(left, #178be0, #45af3c);
  background-image: -o-linear-gradient(left, #178be0, #45af3c);
  background-image: linear-gradient(to right, #178be0, #45af3c);
}
.sustainable-page .sustainable-4 .container .left {
  margin-top: 40px;
  width: 44%;
}
.sustainable-page .sustainable-4 .container .left .swiper .swiper-wrapper .swiper-slide .img {
  height: 90px;
}
.sustainable-page .sustainable-4 .container .left .swiper .swiper-wrapper .swiper-slide .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
}
.sustainable-page .sustainable-4 .container .left .swiper .swiper-wrapper .swiper-slide .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 16px;
  max-height: 116px;
  overflow-y: auto;
  padding-right: 4px;
}
.sustainable-page .sustainable-4 .container .left .s_page {
  margin-top: 60px;
  color: #fff;
}
.sustainable-page .sustainable-4 .container .left .s_page .active_num {
  font-weight: 600;
}
.sustainable-page .sustainable-4 .container .left .s_page .line {
  width: 70px;
  height: 1px;
  background-color: #fff;
  margin: 0 10px;
}
.sustainable-page .sustainable-4 .container .left .s_page .all_num {
  font-weight: normal;
}
.sustainable-page .sustainable-4 .container .right {
  margin-left: auto;
  width: 50%;
}
.sustainable-page .sustainable-4 .container .right .swiper a {
  display: block;
}
.sustainable-page .sustainable-4 .container .right .swiper img {
  width: 100%;
}
.sustainable-page .sustainable-5 {
  text-align: center;
}
.sustainable-page .sustainable-5 .container .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.sustainable-page .sustainable-5 .container .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  line-height: 2;
}
.sustainable-page .sustainable-5 .container .swiper {
  margin-top: 60px;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c {
  overflow: hidden;
  position: relative;
  display: block;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 140, 224, 0.9)), color-stop(80%, rgba(23, 140, 224, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: -moz-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: -o-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: linear-gradient(to top, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c .img_1 {
  width: 100%;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c .img_2 {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .text {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box:hover .img_c .shadow {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box:hover .img_c .img_2 {
  opacity: 1;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box:hover .text {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
@media (max-width: 1250px) {
  .sustainable-page .sustainable-1 .left {
    width: 100%;
  }
  .sustainable-page .sustainable-1 .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .sustainable-page .sustainable-1 {
    text-align: center;
  }
  .sustainable-page .sustainable-3 .list_cont .list {
    width: 100%;
    text-align: center;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box .img {
    display: none;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box .title {
    padding-right: 0;
  }
  .sustainable-page .sustainable-4 .container .left {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .sustainable-page .sustainable-4 .container .left .s_page {
    display: none;
  }
  .sustainable-page .sustainable-4 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .sustainable-page .sustainable-1 .right {
    margin-top: 20px;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box {
    padding: 20px 10px;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box .des {
    margin-top: 10px;
  }
  .sustainable-page .sustainable-4 .sub {
    display: none;
  }
  .sustainable-page .sustainable-5 .container .swiper {
    margin-top: 20px;
  }
  .sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .text {
    position: relative;
    margin-top: 10px;
    text-align: center;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    color: #000;
    bottom: 0;
  }
}
.innovate-page .innovate-1 .container .left {
  width: 50%;
}
.innovate-page .innovate-1 .container .left img {
  width: 100%;
}
.innovate-page .innovate-1 .container .right {
  width: 45%;
  margin-left: auto;
}
.innovate-page .innovate-1 .container .right .title {
  font-weight: bold;
  margin-top: 16px;
  text-transform: uppercase;
}
.innovate-page .innovate-1 .container .right .des {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.innovate-page .innovate-1 .container .right .list_cont {
  margin-top: 40px;
}
.innovate-page .innovate-1 .container .right .list_cont .list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.innovate-page .innovate-1 .container .right .list_cont .list img {
  width: 30px;
}
.innovate-page .innovate-1 .container .right .list_cont .list .text {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  margin-left: auto;
}
.innovate-page .innovate-1 .container .right .list_cont .list:hover img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.innovate-page .innovate-2 {
  padding-top: 180px;
  text-align: center;
}
.innovate-page .innovate-2 .container .title {
  margin-top: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.innovate-page .innovate-2 .container .swiper {
  margin-top: 40px;
  position: relative;
}
.innovate-page .innovate-2 .container .swiper .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 8px;
  left: 0;
  background-color: #d1e8f9;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding-bottom: 30px;
  position: relative;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
  border: 1px solid #bfbfbf;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 20px;
  font-weight: 600;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide .sub_c {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.innovate-page .innovate-2 .container .swiper .swiper-wrapper .swiper-slide .sub_c div {
  width: 14px;
  height: 16px;
  margin: auto;
  background-color: #178be0;
  -webkit-transform: skew(-36deg);
  -moz-transform: skew(-36deg);
  -ms-transform: skew(-36deg);
  -o-transform: skew(-36deg);
  transform: skew(-36deg);
}
.innovate-page .innovate-3 .container .title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.innovate-page .innovate-3 .container .swiper {
  margin-top: 30px;
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  display: block;
  overflow: hidden;
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide .img .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 140, 224, 0.9)), color-stop(80%, rgba(23, 140, 224, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: -moz-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: -o-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: linear-gradient(to top, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide .img .img_1 {
  width: 100%;
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide .img .img_2 {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%);
  -moz-transform: scale(0) translate(-50%, -50%);
  -ms-transform: scale(0) translate(-50%, -50%);
  -o-transform: scale(0) translate(-50%, -50%);
  transform: scale(0) translate(-50%, -50%);
  opacity: 0;
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.innovate-page .innovate-3 .container .swiper .swiper-wrapper .swiper-slide:hover .img .img_2 {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  -o-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  opacity: 1;
}
.innovate-page .innovate-4 .container .cont {
  max-width: 710px;
  color: #fff;
}
.innovate-page .innovate-4 .container .cont .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
  max-width: 480px;
  position: relative;
}
.innovate-page .innovate-4 .container .cont .title .shadow {
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #000000);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #000000);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000000);
}
.innovate-page .innovate-4 .container .cont .des {
  font-size: 16px;
  margin-top: 20px;
}
.innovate-page .innovate-4 .container .cont .list_cont {
  margin-top: 20px;
}
.innovate-page .innovate-4 .container .cont .list_cont .list {
  cursor: pointer;
  margin: 20px 30px 0 0;
  text-align: center;
  width: 160px;
  height: 160px;
  position: relative;
  z-index: 1;
}
.innovate-page .innovate-4 .container .cont .list_cont .list .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: rot_ani 6s linear infinite;
  -moz-animation: rot_ani 6s linear infinite;
  -o-animation: rot_ani 6s linear infinite;
  animation: rot_ani 6s linear infinite;
}
.innovate-page .innovate-4 .container .cont .list_cont .list .top {
  font-weight: bold;
  line-height: 1.2;
}
.innovate-page .innovate-4 .container .cont .list_cont .list .text {
  margin-top: 8px;
  min-height: 32px;
}
.innovate-page .innovate-4 .container .cont .list_cont .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.innovate-page .innovate-4 .container .cont .list_cont .list2 .img {
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s;
}
.innovate-page .innovate-4 .container .cont .list_cont .list3 .img {
  -webkit-animation-delay: -4s;
  -moz-animation-delay: -4s;
  -o-animation-delay: -4s;
  animation-delay: -4s;
}
.innovate-page .innovate-5 .container .tips_title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
  text-align: center;
}
.innovate-page .innovate-5 .container .tips_des {
  max-width: 1040px;
  margin: 20px auto 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
}
.innovate-page .innovate-5 .container .list_cont {
  margin: 0 -25px 0;
  padding-top: 30px;
}
.innovate-page .innovate-5 .container .list_cont .list {
  width: 33.33%;
  margin-top: 20px;
  padding: 0 25px;
}
.innovate-page .innovate-5 .container .list_cont .list .box {
  overflow: hidden;
  position: relative;
  border: 1px solid #bfbfbf;
  padding: 30px;
  height: 100%;
  z-index: 1;
}
.innovate-page .innovate-5 .container .list_cont .list .box .img {
  position: absolute;
  height: 170px;
  top: -10px;
  right: -10px;
  z-index: -1;
}
.innovate-page .innovate-5 .container .list_cont .list .box .title {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 80px;
  line-height: 1.4;
}
.innovate-page .innovate-5 .container .list_cont .list .box .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}
.innovate-page .innovate-5 .container .list_cont .list .box:hover {
  color: #fff;
  background-color: #000;
}
.innovate-page .innovate-5 .container .list_cont .list .box:hover .des {
  color: #fff;
}
.innovate-page .innovate-6 {
  padding: 240px 0 120px 0;
  -o-background-size: cover;
  background-size: cover;
}
.innovate-page .innovate-6 .container .cont {
  color: #fff;
  max-width: 980px;
  text-align: center;
  margin: auto;
}
.innovate-page .innovate-6 .container .cont .title {
  font-weight: bold;
  text-transform: uppercase;
}
.innovate-page .innovate-6 .container .cont .more {
  margin-top: 20px;
  padding: 12px 20px;
}
@media (max-width: 1250px) {
  .innovate-page .innovate-1 .container .left {
    margin: 0 auto;
  }
  .innovate-page .innovate-1 .container .right {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .innovate-page .innovate-1 .container .right .sub_title_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .innovate-page .innovate-1 .container .right .list_cont .list {
    text-align: center;
    padding: 20px 10px;
    border: 1px solid #eee;
  }
  .innovate-page .innovate-1 .container .right .list_cont .list img {
    display: block;
    margin: auto;
  }
  .innovate-page .innovate-1 .container .right .list_cont .list .text {
    width: 100%;
    margin-top: 10px;
  }
  .innovate-page .innovate-2 {
    padding-top: 90px;
  }
}
@media (max-width: 1000px) {
  .innovate-page .innovate-4 .container .cont .title .shadow {
    display: none;
  }
  .innovate-page .innovate-4 .container .cont {
    text-align: center;
  }
  .innovate-page .innovate-4 .container .cont .title {
    width: 100%;
    max-width: 100%;
  }
  .innovate-page .innovate-4 .container .cont .list_cont {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .innovate-page .innovate-4 .container .cont .list_cont .list {
    margin: 10px;
  }
  .innovate-page .innovate-5 .container .list_cont .list {
    width: 100%;
    text-align: center;
  }
  .innovate-page .innovate-5 .container .list_cont .list .box .img {
    display: none;
  }
  .innovate-page .innovate-5 .container .list_cont .list .box .title {
    padding: 0;
  }
  .innovate-page .innovate-6 {
    padding: 100px 0;
  }
}
@media (max-width: 500px) {
  .innovate-page .innovate-1 .container .left {
    width: 100%;
  }
  .innovate-page .innovate-2 {
    padding-top: 40px;
  }
  .innovate-page .innovate-5 .container .list_cont .list .box {
    padding: 20px 10px;
  }
  .innovate-page .innovate-6 {
    padding: 40px 0;
  }
}
.factory-page .factory-1 .container .left {
  width: 44%;
}
.factory-page .factory-1 .container .left img {
  width: 100%;
}
.factory-page .factory-1 .container .right {
  width: 52%;
  margin-left: auto;
}
.factory-page .factory-1 .container .right .title {
  font-weight: bold;
  margin-top: 16px;
  text-transform: uppercase;
}
.factory-page .factory-1 .container .right .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}
.factory-page .factory-1 .container .right .title_2 {
  margin-top: 30px;
  line-height: 1.2;
}
.factory-page .factory-1 .container .right .list_cont {
  margin-top: 30px;
}
.factory-page .factory-1 .container .right .list_cont .list {
  margin-right: 50px;
  margin-top: 20px;
}
.factory-page .factory-1 .container .right .list_cont .list .img {
  position: relative;
  width: 50px;
}
.factory-page .factory-1 .container .right .list_cont .list .img .sub {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -10px;
  left: 0;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  transform: skew(-40deg);
  background-image: linear-gradient(to bottom,#178be0 30%,rgba(72,177,49,.438) 70%,rgba(255,255,255,0) 90%);
}
.factory-page .factory-1 .container .right .list_cont .list .img img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.factory-page .factory-1 .container .right .list_cont .list .text {
  font-weight: 600;
  margin-left: 30px;
}
.factory-page .factory-1 .container .right .list_cont .list:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.factory-page .factory-1 .container .right .list_cont .list:hover img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.factory-page .factory-2 .left {
  width: 45%;
}
.factory-page .factory-2 .left .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.factory-page .factory-2 .left .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 16px;
}
.factory-page .factory-2 .left .swiper {
  margin-top: 49px;
}
.factory-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.factory-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.factory-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
}
.factory-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide .img .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 140, 223, 0.8)), to(rgba(23, 140, 223, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
  background-image: -moz-linear-gradient(bottom, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
  background-image: -o-linear-gradient(bottom, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
  background-image: linear-gradient(to top, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
}
.factory-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide .img .img_1 {
  width: 100%;
}
.factory-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide .img .img_2 {
  opacity: 0;
  width: 22px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.factory-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  position: absolute;
  bottom: 6px;
  padding: 0 10px;
  left: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.factory-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  opacity: 1;
}
.factory-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide:hover .img .img_2 {
  top: 50%;
  opacity: 1;
}
.factory-page .factory-2 .left .swiper .swiper-wrapper .swiper-slide:hover .text {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.factory-page .factory-2 .right {
  width: 51%;
  margin-left: auto;
}
.factory-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.factory-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.factory-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
}
.factory-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide .img .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 140, 223, 0.8)), to(rgba(23, 140, 223, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
  background-image: -moz-linear-gradient(bottom, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
  background-image: -o-linear-gradient(bottom, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
  background-image: linear-gradient(to top, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
}
.factory-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide .img .img_1 {
  width: 100%;
}
.factory-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide .img .img_2 {
  opacity: 0;
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.factory-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  position: absolute;
  bottom: 6px;
  padding: 0 10px;
  left: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.factory-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  opacity: 1;
}
.factory-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide:hover .img .img_2 {
  opacity: 1;
  top: 50%;
}
.factory-page .factory-2 .right .swiper .swiper-wrapper .swiper-slide:hover .text {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.factory-page .factory-3 {
  text-align: center;
}
.factory-page .factory-3 .tips_title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.factory-page .factory-3 .tips_des {
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
  max-width: 1450px;
  padding-right: 20px;
  max-height: 110px;
  overflow-y: auto;
  margin: 30px auto 0;
}
.factory-page .factory-3 .tips_des::-webkit-scrollbar-thumb {
  background-color: #178be0;
}
.factory-page .factory-3 .swiper {
  margin-top: 50px;
}
.factory-page .factory-3 .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.factory-page .factory-3 .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.factory-page .factory-3 .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
}
.factory-page .factory-3 .swiper .swiper-wrapper .swiper-slide .img .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 140, 223, 0.8)), to(rgba(23, 140, 223, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
  background-image: -moz-linear-gradient(bottom, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
  background-image: -o-linear-gradient(bottom, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
  background-image: linear-gradient(to top, rgba(23, 140, 223, 0.8), rgba(23, 140, 223, 0));
}
.factory-page .factory-3 .swiper .swiper-wrapper .swiper-slide .img .img_1 {
  width: 100%;
}
.factory-page .factory-3 .swiper .swiper-wrapper .swiper-slide .img .img_2 {
  opacity: 0;
  width: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.factory-page .factory-3 .swiper .swiper-wrapper .swiper-slide .text {
  text-align: center;
  position: absolute;
  bottom: 6px;
  padding: 0 10px;
  left: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.factory-page .factory-3 .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  opacity: 1;
}
.factory-page .factory-3 .swiper .swiper-wrapper .swiper-slide:hover .img .img_2 {
  opacity: 1;
  top: 50%;
}
.factory-page .factory-3 .swiper .swiper-wrapper .swiper-slide:hover .text {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
@media (max-width: 1700px) {
  .factory-page .factory-1 .container .right .list_cont .list {
    margin-right: 16px;
  }
}
@media (max-width: 1250px) {
  .factory-page .factory-1 .container .right {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .factory-page .factory-1 .container .left {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .factory-page .factory-1 .container .right .sub_title_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .factory-page .factory-1 .container .right .list_cont {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .factory-page .factory-1 .container .right .list_cont .list {
    margin: 10px 20px;
  }
  .factory-page .factory-1 .container .right .list_cont .list .img {
    margin: auto;
    display: block;
  }
  .factory-page .factory-1 .container .right .list_cont .list .text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .factory-page .factory-2 .left {
    width: 100%;
    text-align: center;
  }
  .factory-page .factory-2 .left .sub_title_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .factory-page .factory-2 .right {
    display: none;
  }
}
@media (max-width: 700px) {
  .factory-page .factory-1 .container .right .list_cont .list {
    width: 100%;
    margin: 30px 0;
  }
}
@media (max-width: 500px) {
  .factory-page .factory-3 .tips_des {
    margin-top: 16px;
    padding-right: 4px;
    max-height: 100px;
  }
  .factory-page .factory-3 .swiper {
    margin-top: 20px;
  }
}
.test-page .test-1 {
  text-align: center;
}
.test-page .test-1 .container .tips_title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.test-page .test-1 .container .tips_des {
  max-width: 1300px;
  margin: 26px auto 0;
  color: rgba(0, 0, 0, 0.7);
}
.test-page .test-1 .container .swiper {
  margin-top: 40px;
}
.test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide video{
  display: block;
  width: 100%;
}
.test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide .shadow {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, rgba(23, 140, 224, 0.9)), to(rgba(23, 140, 224, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 140, 224, 0.9) 10%, rgba(23, 140, 224, 0));
  background-image: -moz-linear-gradient(bottom, rgba(23, 140, 224, 0.9) 10%, rgba(23, 140, 224, 0));
  background-image: -o-linear-gradient(bottom, rgba(23, 140, 224, 0.9) 10%, rgba(23, 140, 224, 0));
  background-image: linear-gradient(to top, rgba(23, 140, 224, 0.9) 10%, rgba(23, 140, 224, 0));
}
.test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide .cont {
  opacity: 0;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 50px;
  text-align: left;
  padding: 0 50px;
}
.test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide .cont .title {
  font-weight: 600;
  text-transform: uppercase;
}
.test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
  margin-top: 20px;
  max-height: 163px;
  overflow-y: auto;
  padding-right: 4px;
  font-weight: 500;
}
.test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide .cont .play{
  margin-top: 20px;
  margin-left: 0;
  cursor: pointer;
}
.test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide .cont .play .more_sub{
  border: 1px solid #fff;
}
.test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide:hover .shadow {
  opacity: 1;
}
.test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide:hover .cont {
  bottom: 20px;
  opacity: 1;
}
.test-page .test-2 {
  background-color: #f3f3f3;
}
.test-page .test-2 .container .left {
  width: 56%;
}
.test-page .test-2 .container .left .title {
  margin-top: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.test-page .test-2 .container .left .des {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.test-page .test-2 .container .right {
  width: 35%;
  margin-left: auto;
}
.test-page .test-3 {
  text-align: center;
}
.test-page .test-3 .container .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.test-page .test-3 .container .tips_des {
  margin: 20px auto 0;
  color: rgba(0, 0, 0, 0.7);
  max-width: 880px;
}
.test-page .test-3 .container .swiper {
  position: relative;
  margin-top: 50px;
}
.test-page .test-3 .container .swiper .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 8px;
  left: 0;
  background-color: #d1e8f9;
}
.test-page .test-3 .container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding-bottom: 40px;
}
.test-page .test-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  display: block;
}
.test-page .test-3 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.test-page .test-3 .container .swiper .swiper-wrapper .swiper-slide .img .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 140, 224, 0.9)), color-stop(80%, rgba(23, 140, 224, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: -moz-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: -o-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: linear-gradient(to top, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
}
.test-page .test-3 .container .swiper .swiper-wrapper .swiper-slide .img .img_2 {
  width: 30px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
}
.test-page .test-3 .container .swiper .swiper-wrapper .swiper-slide .text {
  font-weight: 600;
  margin-top: 16px;
}
.test-page .test-3 .container .swiper .swiper-wrapper .swiper-slide .sub_c {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.test-page .test-3 .container .swiper .swiper-wrapper .swiper-slide .sub_c .sub {
  margin: auto;
  width: 16px;
  height: 16px;
  background-color: #178be0;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  transform: skew(-40deg);
}
.test-page .test-3 .container .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  opacity: 1;
}
.test-page .test-3 .container .swiper .swiper-wrapper .swiper-slide:hover .img .img_2 {
  top: 50%;
  opacity: 1;
}
@media (max-width: 1500px) {
  .test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide .cont .des {
    max-height: 108px;
  }
}
@media (max-width: 1000px) {
  .test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide .cont {
    position: relative;
    top: 0;
    bottom: 0;
    opacity: 1;
    color: #000;
    margin-top: 20px;
    padding: 0;
  }
  .test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide .cont .play .more_sub{
    border: 1px solid #000;
  }
  .test-page .test-1 .container .swiper .swiper-wrapper .swiper-slide .shadow {
    display: none;
  }
  .test-page .test-2 .container .left {
    width: 100%;
    text-align: center;
  }
  .test-page .test-2 .container .right {
    margin: 20px auto 0;
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .test-page .test-3 .container .swiper {
    margin-top: 30px;
  }
}
.honor-page .honor-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.honor-page .honor-1 .container {
  overflow: unset;
  overflow: visible;
}
.honor-page .honor-1 .container .left {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  width: 530px;
}
.honor-page .honor-1 .container .left .title {
  font-weight: bold;
  font-size: 80px;
  line-height: 1.2;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(#178be0), to(#005f8f));
  background-image: -webkit-linear-gradient(left, #178be0, #005f8f);
  background-image: -moz-linear-gradient(left, #178be0, #005f8f);
  background-image: -o-linear-gradient(left, #178be0, #005f8f);
  background-image: linear-gradient(to right, #178be0, #005f8f);
}
.honor-page .honor-1 .container .left .cont {
  margin-top: 50px;
  position: relative;
}
.honor-page .honor-1 .container .left .cont .svg_c {
  position: absolute;
  width: 420px;
  height: 420px;
  top: 60px;
  left: 10px;
}
.honor-page .honor-1 .container .left .cont .svg_c.active circle {
  stroke-dashoffset: 50%;
}
.honor-page .honor-1 .container .left .cont .svg_c svg {
  position: relative;
  width: 100%;
  height: 100%;
}
.honor-page .honor-1 .container .left .cont .svg_c svg circle {
  opacity: 1;
  fill: none;
  stroke: #cfe6f9;
  stroke-dashoffset: 300%;
  stroke-dasharray: 300%;
  -webkit-transition: stroke-dashoffset 2s ease-in-out;
  -o-transition: stroke-dashoffset 2s ease-in-out;
  -moz-transition: stroke-dashoffset 2s ease-in-out;
  transition: stroke-dashoffset 2s ease-in-out;
}
.honor-page .honor-1 .container .left .cont .svg_c .s_page {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #178be0;
}
.honor-page .honor-1 .container .left .cont .svg_c .s_page .active_num {
  font-weight: bold;
  font-size: 48px;
  position: relative;
  left: -10px;
}
.honor-page .honor-1 .container .left .cont .svg_c .s_page .all_num {
  margin-left: 40px;
  font-size: 30px;
}
.honor-page .honor-1 .container .left .cont .line_cont {
  width: 20px;
  margin: 0 0 0 210px;
}
.honor-page .honor-1 .container .left .cont .line_cont .sub {
  margin-left: -2px;
  width: 26px;
  height: 16px;
  background-color: #178be0;
  -webkit-transform: rotate(22deg) skew(22deg);
  -moz-transform: rotate(22deg) skew(22deg);
  -ms-transform: rotate(22deg) skew(22deg);
  -o-transform: rotate(22deg) skew(22deg);
  transform: rotate(22deg) skew(22deg);
}
.honor-page .honor-1 .container .left .cont .line_cont .line {
  width: 1px;
  height: 550px;
  background-color: #cfe6f9;
  margin: auto;
  position: relative;
}
.honor-page .honor-1 .container .left .cont .line_cont .line .line_sub {
  position: absolute;
  width: 1px;
  height: 0;
  background-color: #178be0;
}
.honor-page .honor-1 .container .left .cont .line_cont .mouse {
  display: block;
  margin: 14px auto 0;
}
.honor-page .honor-1 .container .right {
  width: -webkit-calc(-430%);
  width: -moz-calc(-430%);
  width: calc(100% - 530px);
  padding-left: 140px;
}
.honor-page .honor-1 .container .right ul {
  padding-bottom: 60px;
  margin: -60px -70px 0;
}
.honor-page .honor-1 .container .right ul li {
  width: 50%;
  margin-top: 60px;
  padding: 0 70px;
}
.honor-page .honor-1 .container .right ul li .box a {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  display: block;
}
.honor-page .honor-1 .container .right ul li .box a img {
  width: 100%;
}
.honor-page .honor-1 .container .right ul li:nth-child(2n) {
  top: 60px;
  position: relative;
}
@media (max-width: 1500px) {
  .honor-page .honor-1 .container .left .title {
    font-size: 60px;
  }
  .honor-page .honor-1 .container .left .cont {
    display: none;
  }
  .honor-page .honor-1 .container .left {
    width: 100%;
    position: relative;
    top: 0;
  }
  .honor-page .honor-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin: 40px 0 0;
  }
  .honor-page .honor-1 .container .right ul {
    margin: 0;
    padding-bottom: 0;
  }
  .honor-page .honor-1 .container .right ul li {
    width: 25%;
    padding: 0 15px;
  }
  .honor-page .honor-1 .container .right ul li:nth-child(2n) {
    top: 0;
  }
}
@media (max-width: 1000px) {
  .honor-page .honor-1 .container .left .title {
    text-align: center;
  }
  .honor-page .honor-1 .container .right ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .honor-page .honor-1 .container .left .title {
    font-size: 24px;
    line-height: 44px;
  }
  .honor-page .honor-1 .container .right {
    margin-top: 10px;
  }
  .honor-page .honor-1 .container .right ul li {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .honor-page .honor-1 .container .right ul li .box a {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.side_cont .side_left {
  width: 370px;
  padding-bottom: 100px;
}
.side_cont .side_left .side_left_item {
  border: 1px solid #cccccc;
  margin-top: 40px;
}
.side_cont .side_left .form_cont {
  padding: 28px 20px;
  margin-top: 0;
}
.side_cont .side_left .form_cont .tips {
  font-weight: 600;
  text-transform: uppercase;
}
.side_cont .side_left .form_cont form {
  background-color: #f5f5f5;
  margin-top: 10px;
  position: relative;
}
.side_cont .side_left .form_cont form input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
.side_cont .side_left .form_cont form .text {
  width: 100%;
  font-size: 14px;
  padding: 14px 12px;
  font-weight: 500;
  padding-right: 40px;
}
.side_cont .side_left .form_cont form .btn {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.side_cont .side_left .cat_cont .tips {
  background-color: #178be0;
  padding: 18px 28px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.side_cont .side_left .cat_cont ul li {
  font-weight: 600;
}
.side_cont .side_left .cat_cont ul li a {
  padding: 20px 18px;
  display: block;
  border-bottom: 1px solid #bebebe;
}
.side_cont .side_left .cat_cont ul li a:hover,
.side_cont .side_left .cat_cont ul li a.active {
  color: #178be0;
}
.side_cont .side_left .cat_cont ul li ul li a {
  padding: 10px 20px;
  padding-left: 26px;
      font-weight: 500;
    color: #343434;
}
.side_cont .side_left .product_list_cont {
  padding: 30px 24px;
}
.side_cont .side_left .product_list_cont .tips {
  font-weight: 600;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.side_cont .side_left .product_list_cont .list_cont {
  margin-top: 20px;
}
.side_cont .side_left .product_list_cont .list_cont .list {
  margin-top: 10px;
}
.side_cont .side_left .product_list_cont .list_cont .news_list{
  margin-top: 20px;
}
.side_cont .side_left .product_list_cont .list_cont .news_list:first-child{
  margin-top: 30px;
}
.side_cont .side_left .product_list_cont .list_cont .list .img {
  width: 120px;
  display: block;
  border: 1px solid #bebebe;
}
.side_cont .side_left .product_list_cont .list_cont .list .img img {
  width: 100%;
}
.side_cont .side_left .product_list_cont .list_cont .list .news_img{
  width: 150px;
}
.side_cont .side_left .product_list_cont .list_cont .list .text {
  width: calc(100% - 150px);
  padding-left: 26px;
}
.side_cont .side_left .product_list_cont .list_cont .list .text a {
  display: block;
}
.side_cont .side_left .product_list_cont .list_cont .list .text .title {
  font-weight: 600;
  color: #178be0;
}
.side_cont .side_left .product_list_cont .list_cont .list .text .news_time{
  font-weight: 600;
  color: #178be0;
  margin-bottom: 10px;
}
.side_cont .side_left .product_list_cont .list_cont .list .text .des {
  font-weight: 600;
  margin-top: 2px;
  text-transform: capitalize;

}
.side_cont .side_left .product_list_cont .list_cont .list .text .des:hover {
  color: #178be0;
}
.side_cont .side_left .contact_cont {
  padding: 50px 30px;
  text-align: center;
  color: #fff;
}
.side_cont .side_left .contact_cont .tips {
  font-weight: 600;
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
}
.side_cont .side_left .contact_cont .des {
  margin-top: 20px;
}
.side_cont .side_left .contact_cont .phone {
  font-weight: 600;
  margin-top: 16px;
}
.side_cont .side_left .contact_cont .contact {
  -o-background-size: cover;
  background-size: cover;
  width: 230px;
  background-color: #178be0;
  display: inline-block;
  padding: 10px;
  margin-top: 18px;
  font-weight: 600;
}
.side_cont .side_left .contact_cont .contact:hover {
  background-color: #fff;
  color: #178be0;
}
.side_cont .side_right {
  width: -webkit-calc(-340%);
  width: -moz-calc(-340%);
  width: calc(100% - 410px);
  margin-left: auto;
}
.m-page {
  margin-top: 70px;
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  color: rgba(23, 140, 224, 0.5);
  font-size: 24px;
  line-height: 44px;
  margin: 8px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page span:hover {
  color: #178be0;
}
.m-page .current {
  color: #178be0;
}
.product-page .pro_cont .title_c{
  justify-content: space-between;
}
.product-page .pro_cont .title_c .more{
  margin: 10px 0 0 0;
}
.product-page .pro_cont .title {
  font-weight: bold;
  margin-top: 16px;
  text-transform: uppercase;
}
.product-page .pro_cont .cat_des {
  color: rgba(0, 0, 0, 0.7);
  margin: 20px 0;
  padding-right: 10px;
  font-weight: 500;
  overflow-y: auto;
  max-height: 260px;
}
.product-page .pro_cont .cat_des::-webkit-scrollbar-thumb {
  background-color: #178be0;
}
.product-page .pro_cont .content ul {
  margin: 0 -5px;
}
.product-page .pro_cont .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 20px;
}
.product-page .pro_cont .content ul li {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0 5px;
}
.product-page .pro_cont .content ul li .box {
  position: relative;
}
.product-page .pro_cont .content ul li .box a {
  display: block;
}
.product-page .pro_cont .content ul li .box .img {
  overflow: hidden;
  position: relative;
  border: 1px solid #bfbfbf;
  display: block;
}
.product-page .pro_cont .content ul li .box .img img {
  width: 100%;
}
.product-page .pro_cont .content ul li .box .img .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 140, 224, 0.9)), to(rgba(23, 140, 224, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0));
  background-image: -moz-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0));
  background-image: -o-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0));
  background-image: linear-gradient(to top, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0));
}
.product-page .pro_cont .content ul li .box .img .more {
  opacity: 0;
  padding: 10px 20px;
  position: absolute;
  bottom: -100%;
  z-index: 2;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
  text-align: center;
  min-width: 160px;
}
.product-page .pro_cont .content ul li .box .text {
  margin-top: 14px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  text-align: center;
}
.product-page .pro_cont .content ul li .box .text:hover {
  color: #178be0;
}
.product-page .pro_cont .content ul li .box:hover .img .shadow {
  opacity: 1;
}
.product-page .pro_cont .content ul li .box:hover .img .more {
  bottom: 14px;
  opacity: 1;
}
.prodet-page .pro_cont .prodet-1 .left {
  width: 43%;
}
.prodet-page .pro_cont .prodet-1 .left .big-img .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  display: block;
  border: 1px solid #d5d5d5;
}
.prodet-page .pro_cont .prodet-1 .left .big-img .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.prodet-page .pro_cont .prodet-1 .left .big-img .swiper .swiper-wrapper .swiper-slide .img .search {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #178be0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.prodet-page .pro_cont .prodet-1 .left .big-img .swiper .swiper-wrapper .swiper-slide .img .search img {
  width: 20px;
}
.prodet-page .pro_cont .prodet-1 .left .small-img {
  margin-top: 30px;
}
.prodet-page .pro_cont .prodet-1 .left .small-img .swiper {
  padding: 0 1px;
}
.prodet-page .pro_cont .prodet-1 .left .small-img .swiper .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
  cursor: pointer;
  display: block;
  border: 1px solid #c2c2c2;
}
.prodet-page .pro_cont .prodet-1 .left .small-img .swiper .swiper-wrapper .swiper-slide .img:hover {
  border: 1px solid #178be0;
}
.prodet-page .pro_cont .prodet-1 .left .small-img .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  display: block;
}
.prodet-page .pro_cont .prodet-1 .left .small-img .swiper .swiper-wrapper .active .img {
  border: 1px solid #178be0;
}
.prodet-page .pro_cont .prodet-1 .right {
  width: 54%;
  margin-left: auto;
}
.prodet-page .pro_cont .prodet-1 .right .title {
  margin-top: 16px;
  font-weight: 700;
  line-height: 1.4;
  /*text-transform: uppercase;*/
}
.prodet-page .pro_cont .prodet-1 .right .des {
  margin-top: 30px;
  line-height: 2;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 4px;
  overflow-y: auto;
  max-height: 240px;
}
.prodet-page .pro_cont .prodet-1 .right .des::-webkit-scrollbar-thumb {
  background-color: #178be0;
}
.prodet-page .pro_cont .prodet-1 .right .more {
  margin-top: 30px;
  padding: 10px 30px;
}
.prodet-page .pro_cont .prodet-1 .right .m-link{
  margin-top: 40px;
}
.prodet-page .pro_cont .prodet-1 .right .m-link a{
  transition: all .5s;
  display: block;
  margin: 2px;
}
.prodet-page .pro_cont .prodet-1 .right .m-link a:hover{
  color: #178be0;
}
.prodet-page .pro_cont .prodet-2 {
  margin-top: 60px;
}
.prodet-page .pro_cont .prodet-2 table {
  width: 100% !important;
}
.prodet-page .pro_cont .prodet-2 table td {
  width: auto !important;
  min-width: 85px;
}
.prodet-page .pro_cont .prodet-2 .tips_title {
  padding: 16px 30px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#178be0), to(#005f8f));
  background-image: -webkit-linear-gradient(left, #178be0, #005f8f);
  background-image: -moz-linear-gradient(left, #178be0, #005f8f);
  background-image: -o-linear-gradient(left, #178be0, #005f8f);
  background-image: linear-gradient(to right, #178be0, #005f8f);
}
.prodet-page .pro_cont .prodet-2 .content form {
  margin-top: 20px;
}
.prodet-page .pro_cont .prodet-2 .content form input,
.prodet-page .pro_cont .prodet-2 .content form textarea {
  margin-top: 14px;
  border: 1px solid #bfbfbf;
  width: 100%;
  padding: 10px 14px;
  font-size: 16px;
}
.prodet-page .pro_cont .prodet-2 .content form .more {
  padding: 10px 26px;
  cursor: pointer;
  margin-top: 34px;
}
.public_cont .tips_title {
  font-weight: bold;
  margin-top: 16px;
  text-transform: uppercase;
}
.public_cont .public_about .container .left {
  width: 46%;
}
.public_cont .public_about .container .left .more {
  margin-top: 50px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 20px;
}
.public_cont .public_about .container .left img {
  width: 100%;
}
.public_cont .public_about .container .right {
      width: 52%;
    margin-left: auto;
    color: rgba(0, 0, 0, 0.7);
    padding-right: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.public_cont .public_about .container .right .des {
  max-height: 290px;
    overflow: auto; 
    line-height: 2;    
}
.public_cont .public_about .container .right .tips_title {
  line-height: 1.2;
  margin-bottom: 1em;
}
.public_cont .public_honor .swiper {
  position: relative;
}
.public_cont .public_honor .swiper .line {
  background-color: #d1e8f9;
  height: 1px;
  position: absolute;
  width: 100%;
  top: 338px;
  left: 0;
}
.public_cont .public_honor .swiper-wrapper .swiper-slide a {
  display: block;
}
.public_cont .public_honor .swiper-wrapper .swiper-slide .img {
  height: 290px;
}
.public_cont .public_honor .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.public_cont .public_honor .swiper-wrapper .swiper-slide .sub {
  background-color: #178be0;
  width: 18px;
  height: 16px;
  -webkit-transform: skew(-40deg);
  -moz-transform: skew(-40deg);
  -ms-transform: skew(-40deg);
  -o-transform: skew(-40deg);
  transform: skew(-40deg);
  margin: 40px auto 0;
}
.public_cont .public_honor .swiper-wrapper .swiper-slide .title {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}
.public_cont .public_news .container .tips_title {
  text-align: center;
}
.public_cont .public_news .container .swiper {
  margin-top: 40px;
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box {
  padding: 30px;
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .info_c .list .text {
  margin-left: 8px;
  font-size: 14px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .info_c .email {
  margin-left: 20px;
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  color: #2d2d2d;
  min-height: 90px;
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: #178be0;
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .more {
  margin-top: 10px;
  font-weight: 600;
  color: #178be0;
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .more img {
  width: 18px;
  margin-left: 8px;
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .more:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box:hover {
  background-color: #178be0;
  color: #fff;
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box:hover .info_c .list img {
  -webkit-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box:hover .info_c .list .text {
  color: #fff;
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box:hover .title {
  color: #fff;
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box:hover .more {
  color: #fff;
}
.public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box:hover .more img {
  -webkit-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}
.public_cont .public_know .tips_title {
  font-weight: bold;
  text-align: center;
}
.public_cont .public_know .des {
  text-align: center;
  margin-top: 30px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
  padding-right: 4px;
  overflow-y: auto;
  max-height: 260px;
}
.public_cont .public_know .des::-webkit-scrollbar-thumb {
  background-color: #178be0;
}
.related_product .tips_title {
  padding: 16px 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#178be0), to(#005f8f));
  background-image: -webkit-linear-gradient(left, #178be0, #005f8f);
  background-image: -moz-linear-gradient(left, #178be0, #005f8f);
  background-image: -o-linear-gradient(left, #178be0, #005f8f);
  background-image: linear-gradient(to right, #178be0, #005f8f);
}
.related_product .tips_title_2 {
  font-weight: bold;
  margin-top: 16px;
}
.related_product .content {
  margin-top: 46px;
}
.related_product .content .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.related_product .content .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  border: 1px solid #bfbfbf;
}
.related_product .content .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.related_product .content .swiper .swiper-wrapper .swiper-slide .img .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 140, 224, 0.9)), to(rgba(23, 140, 224, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0));
  background-image: -moz-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0));
  background-image: -o-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0));
  background-image: linear-gradient(to top, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0));
}
.related_product .content .swiper .swiper-wrapper .swiper-slide .img .more {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 160px;
  text-align: center;
  color: #fff;
  padding: 9px;
  opacity: 0;
}
.related_product .content .swiper .swiper-wrapper .swiper-slide .text {
  font-weight: 700;
  margin-top: 14px;
  text-align: center;
  /*text-transform: uppercase;*/
  font-size: 18px;
line-height: 32px;
}
.related_product .content .swiper .swiper-wrapper .swiper-slide .text:hover {
  color: #178be0;
}
.related_product .content .swiper .swiper-wrapper .swiper-slide:hover .img .shadow {
  opacity: 1;
}
.related_product .content .swiper .swiper-wrapper .swiper-slide:hover .img .more {
  opacity: 1;
  bottom: 14px;
}
@media (max-width: 1250px) {
  .side_cont .side_left {
    display: none;
  }
  .side_cont .side_right {
    width: 100%;
  }
  .public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box {
    padding: 30px 16px;
  }
}
@media (max-width: 1000px) {
  .product-page .pro_cont .title_c{
    justify-content: center;
  }
  .product-page .pro_cont .title_c .more{
    margin-left: 0;
  }
  .product-page .pro_cont .title {
    text-align: center;
    width: 100%;
    font-size: 22px;
line-height: 40px;
  }
  .product-page .pro_cont .cat_des {
    text-align: center;
    display: none!important;
  }
  .public_cont .public_about .container .left {
    width: 100%;
    text-align: center;
  }
  .public_cont .public_about .container .right {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .prodet-page .pro_cont .prodet-1 .left {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
  .prodet-page .pro_cont .prodet-1 .right {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .prodet-page .pro_cont .prodet-2 .content form .more {
    width: 100%;
    text-align: center;
  }
  .prodet-page .pro_cont .prodet-2 .tips_title {
    text-align: center;
  }
  .related_product .tips_title {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .info_c .list {
    width: 100%;
  }
  .public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .info_c .email {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 500px) {
  .m-page {
    margin-top: 40px;
  }
  .m-page a,
  .m-page span {
    font-size: 16px;
    line-height: 30px;
  }
  .public_cont .public_about .container .left .more {
    margin-top: 30px;
  }
  .public_cont .public_honor .swiper-wrapper .swiper-slide .img {
    height: auto;
  }
  .public_cont .public_honor .swiper .line {
    display: none;
  }
  .public_cont .public_honor .swiper-wrapper .swiper-slide .sub {
    display: none;
  }
  .public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box {
    background-color: #178be0;
    text-align: center;
  }
  .public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .info_c .list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .info_c .list img {
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
  }
  .public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .info_c .list .text {
    color: #fff;
  }
  .public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .title {
    color: #fff;
    min-height: 7.4em;
  }
  .public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .more {
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .public_cont .public_news .container .swiper .swiper-wrapper .swiper-slide .box .more img {
    -webkit-filter: grayscale(1) brightness(2);
    filter: grayscale(1) brightness(2);
  }
  .public_cont .public_know .des {
    margin-top: 20px;
  }
}
.news-page .news_cont .top .swiper {
  margin: 0 -30px;
}
.news-page .news_cont .top .swiper .swiper-wrapper .swiper-slide {
  padding: 0 30px;
}
.news-page .news_cont .top .swiper .swiper-wrapper .swiper-slide .img {
  display: block;
}
.news-page .news_cont .top .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
.news-page .news_cont .top .swiper .swiper-wrapper .swiper-slide .line {
  height: 1px;
  background-color: #dadada;
  margin-top: 25px;
}
.news-page .news_cont .top .swiper .swiper-wrapper .swiper-slide .date {
  color: #178be0;
  margin-top: 20px;
  font-weight: 600;
}
.news-page .news_cont .top .swiper .swiper-wrapper .swiper-slide .title {
  font-weight: 600;
  margin-top: 16px;
  display: block;
  line-height: 1.6;
}
.news-page .news_cont .top .swiper .swiper-wrapper .swiper-slide .title:hover {
  color: #178be0;
}
.news-page .news_cont .top .swiper .swiper-wrapper .swiper-slide .more {
  margin-top: 20px;
  padding: 12px 26px;
}
.news-page .news_cont .bottom {
  padding: 40px 0;
  margin-top: -80px;
}
.news-page .news_cont .bottom ul li .box {
  padding: 40px 0;
  border-bottom: 1px solid #cccccc;
}
.news-page .news_cont .bottom ul li .box .left {
  text-align: center;
  width: 120px;
}
.news-page .news_cont .bottom ul li .box .left .year {
  font-size: 90px;
  font-weight: bold;
  line-height: 1.2;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(#178be0), to(#005f8f));
  background-image: -webkit-linear-gradient(left, #178be0, #005f8f);
  background-image: -moz-linear-gradient(left, #178be0, #005f8f);
  background-image: -o-linear-gradient(left, #178be0, #005f8f);
  background-image: linear-gradient(to right, #178be0, #005f8f);
}
.news-page .news_cont .bottom ul li .box .left .date {
  font-weight: 600;
  text-transform: uppercase;
  color: #178be0;
  margin-top: 10px;
}
.news-page .news_cont .bottom ul li .box .right {
  width: -webkit-calc(-50%);
  width: -moz-calc(-50%);
  width: calc(100% - 150px);
  margin-left: auto;
}
.news-page .news_cont .bottom ul li .box .right .title {
  font-weight: 600;
  text-transform: uppercase;
}
.news-page .news_cont .bottom ul li .box .right .title:hover {
  color: #178be0;
}
.news-page .news_cont .bottom ul li .box .right .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 12px;
  font-weight: 500;
}
.newdet-page .container .news_cont .title {
  font-weight: bold;
  text-transform: uppercase;
}
.newdet-page .container .news_cont .time_info {
  font-weight: 600;
  margin-top: 20px;
  color: #178be0;
}
.newdet-page .container .news_cont .time_info .time {
  border-right: 1px solid #bebebe;
  padding-right: 14px;
}
.newdet-page .container .news_cont .time_info .cat {
  color: #005f8f;
  padding-left: 14px;
}
.newdet-page .container .news_cont .content {
  padding: 24px 0;
  border-bottom: 1px solid #bebebe;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: rgba(0, 0, 0, 0.7);
}
.newdet-page .container .news_cont .link_cont {
  margin-top: 24px;
}
.newdet-page .container .news_cont .link_cont .left {
  width: -webkit-calc(-160%);
  width: -moz-calc(-160%);
  width: calc(100% - 260px);
  padding-right: 20px;
}
.newdet-page .container .news_cont .link_cont .left a {
  display: block;
  font-size: 18px;
  line-height: 32px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px 0;
}
.newdet-page .container .news_cont .link_cont .left a:hover {
  color: #178be0;
}
.newdet-page .container .news_cont .link_cont .right {
  margin-left: auto;
  width: 260px;
}
.newdet-page .container .news_cont .link_cont .right span {
  text-transform: uppercase;
  font-weight: 600;
  margin-left: auto;
}
.newdet-page .container .news_cont .link_cont .right a {
  margin: 0 6px;
  color: #178be0;
  font-size: 16px;
}
.newdet-page .container .news_cont .related_product .content {
  padding: 0;
  border: none;
}
@media (max-width: 1000px) {
  .news-page .news_cont .top {
    display: none;
  }
  .news-page .news_cont .bottom {
    padding-top: 0;
  }
  .news-page .news_cont .bottom ul li .box .left {
    margin: auto;
  }
  .news-page .news_cont .bottom ul li .box .right {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .newdet-page .container .news_cont .title {
    text-align: center;
    font-size: 20px;
line-height: 36px;
  }
  .newdet-page .container .news_cont .time_info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newdet-page .container .news_cont .link_cont .left {
    width: 100%;
  }
  .newdet-page .container .news_cont .link_cont .right {
    display: none;
  }
}
@media (max-width: 500px) {
  .news-page .news_cont .bottom ul li .box {
    padding: 20px 0;
  }
  .news-page .news_cont .bottom ul li .box .left .year {
    font-size: 60px;
  }
  .newdet-page .container .news_cont .time_info .time {
    width: 100%;
    padding: 0;
    border: none;
    text-align: center;
  }
  .newdet-page .container .news_cont .time_info .cat {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 4px;
  }
  .newdet-page .container .news_cont .content {
    font-size: 16px;
    line-height: 30px;
  }
}
.resource-page .resource-1 .container .tips_title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}
.resource-page .resource-1 .container .swiper {
  margin-top: 60px;
  position: relative;
}
.resource-page .resource-1 .container .swiper .line {
  height: 1px;
  background-color: #d1e8f9;
  position: absolute;
  top: 85%;
  left: 0;
  width: 100%;
}
.resource-page .resource-1 .container .swiper .swiper-wrapper .swiper-slide .img {
  position: relative;
  display: block;
  border: 1px solid #bfbfbf;
}
.resource-page .resource-1 .container .swiper .swiper-wrapper .swiper-slide .img img {
  width: 100%;
}
/*.resource-page .resource-1 .container .swiper .swiper-wrapper .swiper-slide .img .shadow {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(23, 140, 224, 0.9)), color-stop(80%, rgba(23, 140, 224, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: -moz-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: -o-linear-gradient(bottom, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
  background-image: linear-gradient(to top, rgba(23, 140, 224, 0.9), rgba(23, 140, 224, 0) 80%);
}*/
.resource-page .resource-1 .container .swiper .swiper-wrapper .swiper-slide .sub {
  margin: 40px auto 0;
  width: 16px;
  height: 16px;
  -webkit-transform: skewX(-40deg);
  -moz-transform: skewX(-40deg);
  -ms-transform: skewX(-40deg);
  -o-transform: skewX(-40deg);
  transform: skewX(-40deg);
  background-color: #178be0;
}
.resource-page .resource-1 .container .swiper .swiper-wrapper .swiper-slide .text {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
}
.resource-page .resource-1 .container .swiper .swiper-wrapper .swiper-slide .text a{
  display: block;
}
.resource-page .resource-1 .container .swiper .swiper-wrapper .swiper-slide .text a:hover{
  color: #178be0;
}
.resource-page .resource-2 .container .tips_title {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.resource-page .resource-2 .container .swiper {
  margin-top: 60px;
}
.resource-page .resource-2 .container .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.resource-page .resource-2 .container .swiper .swiper-wrapper .swiper-slide video {
  display: block;
  width: 100%;
  background-color: #000;
}
.resource-page .resource-2 .container .swiper .swiper-wrapper .swiper-slide .play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #178be0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.resource-page .resource-2 .container .swiper .swiper-wrapper .swiper-slide .play i {
  margin-left: 4px;
}
.resource-page .resource-2 .container .swiper .swiper-wrapper .swiper-slide .play .ling {
  position: absolute;
  top: -10px;
  left: -10px;
  width: -webkit-calc(120%);
  width: -moz-calc(120%);
  width: calc(100% + 20px);
  height: -webkit-calc(120%);
  height: -moz-calc(120%);
  height: calc(100% + 20px);
  border-radius: 50%;
  border: 10px solid rgba(23, 140, 224, 0.5);
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.resource-page .resource-2 .container .swiper .swiper-wrapper .swiper-slide .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.resource-page .resource-3 {
  padding-top: 150px;
}
.resource-page .resource-3 .container .left {
  width: 47%;
}
.resource-page .resource-3 .container .left img {
  width: 100%;
}
.resource-page .resource-3 .container .right {
  width: 47%;
  margin-left: auto;
}
.resource-page .resource-3 .container .right .tips_title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.resource-page .resource-3 .container .right .form {
  margin-top: 20px;
  font-size: 14px;
line-height: 28px;
}
.resource-page .resource-3 .container .right .form form input,
.resource-page .resource-3 .container .right .form form textarea {
  display: block;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  width: 100%;
  font-weight: 500;
  margin-top: 14px;
  padding: 14px;
}
.resource-page .resource-3 .container .right .form form .more {
  margin-top: 14px;
  cursor: pointer;
  padding: 12px 26px;
}
.resource-page .resource-4 .container ul {
  margin: 0 -40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.resource-page .resource-4 .container ul li {
  margin-top: 30px;
  width: 50%;
  padding: 0 40px;
}
.resource-page .resource-4 .container ul li .title {
  padding: 12px;
  padding-right: 50px;
  border: 2px solid #178be0;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.resource-page .resource-4 .container ul li .title img {
  width: 14px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.resource-page .resource-4 .container ul li .title.active {
  background-color: #000;
  color: #fff;
}
.resource-page .resource-4 .container ul li .title.active img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.resource-page .resource-4 .container ul li .des {
  margin-top: 12px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.7);
  display: none;
}
.contact-page .contact-1 .container .left {
  width: 40%;
}
.contact-page .contact-1 .container .left .tips_title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.contact-page .contact-1 .container .left .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}
.contact-page .contact-1 .container .left .form {
  margin-top: 20px;
}
.contact-page .contact-1 .container .left .form form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  line-height: 30px;
}
.contact-page .contact-1 .container .left .form form input {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  margin-top: 24px;
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #a1a1a1;
}
.contact-page .contact-1 .container .left .form form .more {
  margin-top: 50px;
  cursor: pointer;
  padding: 10px 30px;
}
.contact-page .contact-1 .container .right {
  width: 45%;
  margin-left: auto;
  padding-right: 60px;
}
.contact-page .contact-1 .container .right .tips_title {
  font-weight: bold;
  text-transform: uppercase;
}
.contact-page .contact-1 .container .right .tips_title em {
  font-weight: bold;
  color: #178be0;
}
.contact-page .contact-1 .container .right .des {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.7);
  
}
.contact-page .contact-1 .container .right .contact .list {
  width: 50%;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page .contact-1 .container .right .contact .list img {
  width: 20px;
  margin-top: 4px;
}
.contact-page .contact-1 .container .right .contact .list .text {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  padding-left: 14px;
}
.contact-page .contact-1 .container .right .contact .list.list2 img {
  margin-top: 10px;
}
.contact-page .contact-1 .container .right .contact .list.w_100 {
  width: 100%;
}
.contact-page .contact-1 .container .right .share {
  margin-top: 50px;
}
.contact-page .contact-1 .container .right .share a {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #178be0;
}
.contact-page .contact-1 .container .right .share a .more_sub {
  border: 1px solid #bfbfbf;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .container .right .contact .list {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .resource-page .resource-3 .container .left {
    width: 100%;
  }
  .resource-page .resource-3 .container .right {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
  .resource-page .resource-3 .container .right .form form .more {
    width: 100%;
  }
  .resource-page .resource-4 .container ul {
    margin: 0;
  }
  .resource-page .resource-4 .container ul li {
    padding: 0;
    width: 100%;
  }
  .contact-page .contact-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .contact-1 .container .left .form form .more {
    width: 100%;
  }
  .contact-page .contact-1 .container .right {
    margin-top: 40px;
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .container .right .tips_title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .resource-page .resource-2 .container .swiper {
    margin-top: 20px;
  }
  .resource-page .resource-2 .container .swiper .swiper-wrapper .swiper-slide .play {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .contact-page .contact-1 .container .left .form form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .resource-page .resource-1 .container .swiper {
    margin-top: 20px;
  }
  .resource-page .resource-1 .container .swiper .swiper-wrapper .swiper-slide .sub {
    display: none;
  }
  .resource-page .resource-1 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 120vw;
  }
  .resource-page .resource-1 .container .swiper .line {
    display: none;
  }
  .contact-page .contact-1 .container .left .form form input {
    margin-top: 16px;
  }
  .contact-page .contact-1 .container .left .form form .more {
    margin-top: 20px;
  }
  .contact-page .contact-1 .container .right .contact .list {
    margin-top: 14px;
  }
  .contact-page .contact-1 .container .right .share {
    margin-top: 20px;
  }
}
.application-page .list ul {
    margin: 60px -15px 0
}

.application-page .list ul>p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px
}

.application-page .list ul li {
    padding: 0 15px;
    margin-top: 30px
}

.application-page .list ul li .box {
    position: relative
}

.application-page .list ul li .box .img {
    display: block;
    overflow: hidden
}

.application-page .list ul li .box {
    position: relative;
    z-index: 2
}

.application-page .list ul li .box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1);
    z-index: 2
}

.application-page .list ul li .box .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 50px 40px;
    width: 100%;
    color: #fff
}

.application-page .list ul li .box .cont .sub {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition: all .5s;
    background: var(--color);
    transform: scaleX(0);
    z-index: -1;
    transform-origin: left
}

.application-page .list ul li .box .cont .cat {
    font-size: 16px;
    font-weight: 500
}

.application-page .list ul li .box .cont .title {
    font-weight: 700;
    /*font-family: 'syne';*/
    font-size: 24px;
    margin-top: 6px;
    display: block;
    /*max-width: 400px*/
}

.application-page .list ul li .box .cont .moreC {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff
}

.application-page .list ul li .box .cont .moreC .more {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%
}

.application-page .list ul li .box .cont .moreC .more i {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all .5s;
    font-size: 36px
}

.application-page .list ul li .box .cont .moreC .more i.i1 {
    left: -50px
}

/*.application-page .list ul li .box:hover .cont .sub {
    transform: scaleX(1)
}

.application-page .list ul li .box:hover .cont .moreC .more i {
    transform: translateX(50px);
    color: var(--color)
}*/
.factory-page {
  padding: 100px 0;
}
.factory-page .list ul {
  margin: -15px;
}
.factory-page .list ul li {
  padding: 15px;
}
.factory-page .list ul li a.img-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.factory-page .list ul li a.img-box span {
  opacity: 0;
  top: 60%;
  transition: .5s;
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: white;
}
.factory-page .list ul li a.img-box:hover span {
  top: 50%;
  opacity: 1;
}
.factory-page .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  opacity: 0;
  transition: .5s;
  z-index: 1;
}
.factory-page .list ul li a.img-box:hover:before {
  opacity: .7;
}

.our-about .right img {
  max-width: 100%;
}
@media (max-width: 1000px) {
  .our-about .flex {
    flex-wrap: wrap;
  }
  .our-about .flex .left {
    width: 100%;
    margin-top: 30px;
  }
  .our-about .flex .right {
    width: 100%;
  }
  .our-about .list ul {
    flex-wrap: wrap;
    gap:20px;
  }
  .our-about .list ul li {
    width: 47%;
    margin: 0;
  }
  .font-22 {
    font-size: 18px;
  }
  .our-about .list ul li .box .desc {
    position: static;
    opacity: 1;
    color: black;
    margin-top: 10px;
  }
  .our-about .list ul li .box:before {
    display: none;
  }
  .our-about .list ul li .box .name {
    opacity: 1 !important;
    position: static;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .our-about .list ul li {
    width: 100%;
  }
}