@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.eot');
  src: url('../fonts/RanyRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff'), url('../fonts/RanyRegular.ttf') format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.eot');
  src: url('../fonts/RanyBold.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff'), url('../fonts/RanyBold.ttf') format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMedium.eot');
  src: url('../fonts/RanyMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff'), url('../fonts/RanyMedium.ttf') format('truetype');
  font-weight: 500;
}
body {
  font-family: "Rany";
  max-width: 1920px;
  font-weight: normal;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1480px;
  font-weight: 500;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.i-contact {
  background-color: #1b1b1b;
  padding: 90px 0;
}
.i-contact .left {
  vertical-align: middle;
}
.i-contact .right {
  vertical-align: middle;
}
.i-contact .Tit {
  color: #FFFFFF;
  font-size: 42px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
}
.i-contact .Tit em {
  color: #feaa33;
}
.i-contact .form li {
  position: relative;
}
.i-contact .form li:nth-child(1) {
  width: 30%;
}
.i-contact .form li:nth-child(2) {
  width: 50%;
}
.i-contact .form li:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  border-left: 1px solid #dcdcdc;
}
.i-contact .form li:nth-child(3) {
  width: 20%;
}
.i-contact .form input {
  font-size: 16px;
  height: 60px;
  width: 100%;
  border: none;
  padding: 0 15px;
}
.i-contact .form input[type="submit"] {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #319da3;
  transition: .5s ease;
}
.i-contact .form input[type="submit"]:hover {
  background-color: #feaa33;
}
.i-contact p {
  color: #FFFFFF;
  margin-top: 25px;
}
@media (max-width: 1000px) {
  .i-contact {
    padding: 60px 0;
  }
  .i-contact .left {
    width: 100%!important;
    padding: 0;
    margin-bottom: 40px;
  }
  .i-contact .right {
    width: 100%!important;
    padding: 0;
  }
  .i-contact .form input[type="submit"] {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .i-contact .form ul {
    margin: -10px;
  }
  .i-contact .form li {
    width: 100%!important;
    padding: 10px;
  }
  .i-contact .form li::before {
    display: none;
  }
  .i-contact .form input {
    font-size: 14px;
    height: 40px;
  }
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top {
  line-height: 115px;
  height: 115px;
  text-align: right;
}
#header .h-top .logo {
  float: left;
}
#header .h-top .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .box .info {
  display: inline-block;
}
#header .h-top .box .info .slide {
  padding-left: 55px;
  position: relative;
  line-height: normal;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  padding-right: 20px;
}
#header .h-top .box .info .slide i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .h-top .box .info .slide h6 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  line-height: 1.2;
}
#header .h-top .box .info .slide h6 small {
  display: block;
  font-weight: normal;
  font-size: 112.5%;
  color: white;
  margin-top: 2px;
}
#header .h-top .box .info .slide:last-child {
  padding-left: 60px;
  border-right: none;
}
#header .h-top .box a.link {
  display: inline-block;
  vertical-align: middle;
  line-height: 56px;
  height: 56px;
  padding: 0 22px;
  background: black;
  color: white;
  font-weight: 400;
  text-transform: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .box a.link i {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-right: 10px;
}
#header .h-top .box a.link span {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .box a.link:hover {
  background: #319da3;
}
#header .nav {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .box {
  line-height: 70px;
  height: 70px;
  background: #319da3;
  color: white;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  font-weight: 400;
  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 > a {
  display: block;
  padding: 0 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a,
#header .nav .ui.menu .menu-box ul.menu > li.active > a {
  background: black;
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #319da3;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#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 .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  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;
  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 .box2 {
  float: right;
  position: relative;
  padding-left: 30px;
}
#header .nav .ui.menu .box2:after {
  content: '';
  width: 1px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.5);
}
#header .nav .ui.menu .box2 .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
  line-height: normal;
  margin-top: -4px;
}
#header .nav .ui.menu .box2 .yuy {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  margin-right: 40px;
  position: relative;
}
#header .nav .ui.menu .box2 .yuy span {
  display: block;
  font-size: 0;
  cursor: pointer;
}
#header .nav .ui.menu .box2 .yuy span em {
  height: 70px;
  line-height: 75px;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
#header .nav .ui.menu .box2 .yuy span i {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#header .nav .ui.menu .box2 .yuy span i img {
  vertical-align: middle;
}
#header .nav .ui.menu .box2 .yuy ul {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 120px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #319da3;
  display: none \9;
}
#header .nav .ui.menu .box2 .yuy ul li {
  display: block;
  float: none;
  padding: 4px 10px;
  line-height: 22px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .box2 .yuy ul li img {
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -4px;
}
#header .nav .ui.menu .box2 .yuy ul li a {
  display: block;
}
#header .nav .ui.menu .box2 .yuy ul li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .box2 .yuy:hover ul {
  -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.active {
  top: -115px;
}
#header.active .nav {
  background: #319da3;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#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: #7b181d;
}
#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: #7b181d;
  -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: #7b181d;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 1000px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  white-space: normal;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #7b181d;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #7b181d !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #7b181d;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #7b181d;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  div#seo_other{
        display: none !important;
  }
  #banner2,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  height: 900px;
  position: relative;
  overflow: hidden;
  max-height: 100vh;
}
#banner video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -2;
}
#banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../images/icon-banner-mask.png") rgba(0, 0, 0, 0.2);
}
#banner .box {
  position: absolute;
  top: 56%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
#banner .box .content {
  max-width: 850px;
  display: block;
  margin: 0 auto;
  color: white;
}
#banner .box .content h2 {
  font-family: "Oswald";
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 0 3px 0 black;
}
#banner .box .content p {
  font-size: 20px;
  line-height: 1.8;
  margin: 15px auto 30px;
  display: block;
}
#banner .box .content .play {
  cursor: pointer;
  cursor: hand;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes ro {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ro {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body h2.title {
  font-size: 48px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
}
#index-body h2.title em {
  color: #feaa33;
}
#index-body .text {
  font-size: 18px;
  color: #a7a7a7;
  font-weight: 400;
  max-width: 780px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-1 {
  padding: 60px 0 100px;
  text-align: center;
}
#index-body .init-1 h2.title {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-1 .list {
  margin-top: 50px;
}

#index-body .init-1 .list span.arrow {
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 30%;
  width: 50px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  border: none;
  z-index: 1;
  outline: none;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list span.arrow:hover {
  background-color: #319da3;
}
#index-body .init-1 .list span.arrow.arrow_l{
  left: -60px;
}
#index-body .init-1 .list span.arrow.arrow_r{
  right: -60px;
}

#index-body .init-1 .list ul {
  margin: -23px;
}
#index-body .init-1 .list ul li {
  padding: 23px;
}
#index-body .init-1 .list ul li a.img-box {
  height: 420px;
}
#index-body .init-1 .list ul li .content {
  width: 80%;
  margin-left: 10%;
  margin-top: -7%;
  position: relative;
  z-index: 1;
  background: #f3f3f3;
  text-align: center;
  padding: 20px 5%;
  -o-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.25);
}
#index-body .init-1 .list ul li .content h5 {
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .content h5:hover {
  color: #7b181d;
}
#index-body .init-1 .list ul li .content p {
  font-size: 16px;
  line-height: 2;
  min-height: 3.5em;
  font-weight: 400;
  color: #828282;
  margin: 5px 0 15px;
}
#index-body .init-1 .list ul li .content a.more {
  line-height: 46px;
  height: 50px;
  display: inline-block;
  padding: 0 30px;
  border: 2px solid #319da3;
  background: #319da3;
  color: white;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .content a.more:hover {
  color: black;
  background: transparent;
}
#index-body .init-2 {
  padding: 60px 0 60px;
  background: url("../images/init-2-bg.jpg") center right;
  color: white;
  overflow: hidden;
}
#index-body .init-2 .box .left {
  text-align: right;
  width: 37.5%;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .box .left:after {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: -30%;
  left: 0;
  z-index: -1;
  background-color: rgba(49, 157, 163, 0.7);
}
#index-body .init-2 .box .left .content {
  max-width: 495px;
  text-align: left;
  display: block;
  padding-right: 5%;
  margin-left: auto;
}
#index-body .init-2 .box .left a.more {
  line-height: 48px;
  height: 50px;
  display: inline-block;
  padding: 0 40px;
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .left a.more:hover {
  color: #000000;
  background: #FFFFFF;
}
#index-body .init-2 .box .right {
  width: 62.5%;
  padding-left: 70px;
  text-align: center;
}
#index-body .init-2 .box .right .list {
  overflow: hidden;
}
#index-body .init-2 .box .right .list ul {
  margin-right: -35px;
}
#index-body .init-2 .box .right .list ul li {
  padding-right: 35px;
}
#index-body .init-2 .box .right .list ul li h6 {
  width: 100%;
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  font-size: 22px;
  font-weight: 400;
text-transform: capitalize;
}
#index-body .init-2 .box .right .dots {
  margin-top: 55px;
}
#index-body .init-2 .box .right .dots li {
  margin: 0 5px;
  display: inline-block;
  width: 32px;
  height: 3px;
  background-color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#index-body .init-2 .box .right .dots li button {
  display: none;
}
#index-body .init-2 .box .right .dots li.slick-active {
  width: 65px;
  background-color: #319da3;
}
#index-body .init-3 {
  padding-top: 100px;
}
#index-body .init-3 .box .left {
  width: 40%;
  padding-right: 5%;
}
#index-body .init-3 .box .left h2.title {
  line-height: 1.2;
}
#index-body .init-3 .box .left .text {
  margin: 15px 0 30px;
}
#index-body .init-3 .box .left .text em {
  font-weight: bold;
}
#index-body .init-3 .box .left a.more {
  line-height: 50px;
  height: 54px;
  display: inline-block;
  padding: 0 40px;
  border: 2px solid #319da3;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box .left a.more:hover {
  background: #319da3;
  color: white;
}
#index-body .init-3 .box .right {
  width: 60%;
}
#index-body .init-3 .box .right .img {
  height: 580px;
  display: block;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#index-body .init-3 .box .right .img .play {
  position: absolute;
  top: 40%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#index-body .init-3 .box .right .img .play::after {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  background: url(../images/play-text.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: ro 15s linear infinite;
  -moz-animation: ro 15s linear infinite;
  animation: ro 15s linear infinite;
}
#index-body .init-3 .box .right .img .play::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #feaa33;
  border-radius: inherit;
  opacity: .3;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#index-body .init-3 .icon-Box {
  margin-top: -5%;
  background: #f3f3f3;
  position: relative;
  z-index: 1;
  max-width: 1300px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#index-body .init-3 .icon-Box ul li {
  padding: 0 3%;
}
#index-body .init-3 .icon-Box ul li i {
  display: block;
  height: 80px;
  line-height: 80px;
}
#index-body .init-3 .icon-Box ul li h6 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 20px 0 10px;
}
#index-body .init-3 .icon-Box ul li p {
  line-height: 2;
  font-size: 16px;
  color: #828282;
}
#index-body .init-3 .icon-Box ul li p em {
  font-weight: bold;
}
#index-body .init-3 .icon-Box ul li a.link {
  display: inline-block;
  margin: 0 auto;
  margin-top: 10px;
}
#index-body .init-4 {
  padding: 100px 0;
  text-align: center;
}
#index-body .init-4 .list {
  margin-top: 50px;
}
#index-body .init-4 .list ul {
  margin: 0 -33px;
}
#index-body .init-4 .list ul li {
  padding: 0 33px;
}
#index-body .init-4 .list ul li i {
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  border: 3px solid #fcba0e;
}
#index-body .init-4 .list ul li i img {
  width: 100%;
}
#index-body .init-4 .list ul li h6 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}
#index-body .init-4 .list ul li p {
  font-weight: 300;
  font-size: 16px;
  opacity: .8;
  line-height: 1.4;
}
#index-body .init-5 {
  padding: 125px 0;
  background: url("../images/init-5-bg.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
}
#index-body .init-5 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-5 .list ul li {
  width: auto;
}
#index-body .init-5 .list ul li h6 {
  font-weight: bold;
  font-size: 70px;
  line-height: 1;
  display: block;
}
#index-body .init-5 .list ul li h6 em {
  margin-right: 5px;
}
#index-body .init-5 .list ul li h6 sub {
  font-size: 33.33333333%;
  vertical-align: baseline;
  font-weight: 400;
}
#index-body .init-5 .list ul li p {
  font-size: 20px;
  margin-top: 15px;
}
#index-body .init-6 {
  padding: 100px 0 50px;
  position: relative;
  z-index: 1;
  background: #f3f3f3;
  overflow: hidden;
}
#index-body .init-6 .left {
  width: 50%;
  padding-right: 2%;
}
#index-body .init-6 .left .list {
  margin-top: 40px;
}
#index-body .init-6 .left .list ul li {
  margin-bottom: 30px;
  padding-left: 35px;
  position: relative;
}
#index-body .init-6 .left .list ul li h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-6 .left .list ul li h6 i {
  position: absolute;
  left: 0;
  top: 2px;
}
#index-body .init-6 .left .list ul li h6 i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .left .list ul li h6 i img:last-of-type {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#index-body .init-6 .left .list ul li .text {
  line-height: 2;
  margin-top: 10px;
  display: none;
}
#index-body .init-6 .left .list ul li:last-child {
  margin-bottom: 0;
}
#index-body .init-6 .left .list ul li.active h6 {
  color: black;
}
#index-body .init-6 .left .list ul li.active h6 i img:first-of-type {
  opacity: 0;
}
#index-body .init-6 .left .list ul li.active h6 i img:last-of-type {
  opacity: 1;
}
#index-body .init-6 .right {
  width: 50%;
  padding-top: 120px;
  position: relative;
  z-index: 1;
  padding-left: 2%;
}
#index-body .init-6 .right:after {
  content: '';
  width: 120%;
  height: 90%;
  position: absolute;
  left: 15%;
  background: url("../images/init-6-2-bg.jpg") top left no-repeat;
  background-size: cover;
  z-index: -1;
  top: 10px;
}
#index-body .init-6 .right .list {
  position: relative;
}
#index-body .init-6 .right .list ul li a.img-box {
  height: 480px;
}
#index-body .init-6 .right .list .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f3f3f3;
  z-index: 1;
  padding: 12px 20px;
}
#index-body .init-6 .right .list .btn div {
  padding: 7px;
  cursor: pointer;
  cursor: hand;
  display: inline-block;
}

#index-body .init-6 .right .list .btn div img.row {
  transform: rotateY(180deg);
}

#index-body .init-6 .right .list .btn div:hover img.def {
  display: none;
}

#index-body .init-6 .right .list .btn div:hover img.on {
  display: inline-block;
}

#index-body .init-7 {
  padding: 80px 0;
  background: #f3f3f3;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .init-7:after {
  content: '';
  height: 40%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: url("../images/init-7-2-bg.jpg") bottom right no-repeat white;
  background-size: contain;
}
#index-body .init-7 .navList {
  margin: 30px 0 50px;
}
#index-body .init-7 .navList ul {
  margin: -13px;
}
#index-body .init-7 .navList ul li {
  padding: 13px;
  display: inline-block;
}
#index-body .init-7 .navList ul li a {
  display: inline-block;
  line-height: 60px;
  height: 60px;
  padding: 0 15px;
  min-width: 350px;
  font-size: 24px;
  font-weight: 500;
  background: #FFFFFF;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .navList ul li a:hover,
#index-body .init-7 .navList ul li a.active {
  background: #feaa33;
  color: white;
}
#index-body .init-7 .list {
  margin-bottom: 30px;
  padding: 0 5%;
}
#index-body .init-7 .list ul {
  margin: -15px;
}
#index-body .init-7 .list ul li {
  padding: 15px;
}
#index-body .init-7 .list ul li a.img-box {
  height: 435px;
}
#index-body .init-7 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .list ul li a.img-box h6 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(49, 157, 163, 0.7);
  padding: 25px 5%;
  color: white;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-7 .list ul li a.img-box:hover h6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-7 .list ul .slick-active li a.img-box:before {
  opacity: 0;
}
#index-body .init-7 .list ul .slick-list {
  overflow: unset;
}
#index-body .init-7 .progress {
  margin-left: 5%;
  display: inline-block;
  color: white;
  float: left;
}
#index-body .init-7 .progress span {
  font-size: 18px;
  font-weight: 500;
}
#index-body .init-7 .progress span:first-child:after {
  content: '';
  width: 220px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  background: white;
  margin-top: -7px;
}
#index-body .init-7 .btn {
  float: right;
  margin-right: 5%;
}
#index-body .init-7 .btn div {
  display: inline-block;
  margin-left: 20px;
  font-size: 24px;
  color: white;
  opacity: .3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}
#index-body .init-7 .btn div:hover {
  opacity: 1;
}
#index-body .init-8 {
  padding: 75px 0 30px;
  text-align: center;
}
#index-body .init-8 .list {
  margin-top: 30px;
}
#index-body .init-8 .list ul {
  margin: -19px;
}
#index-body .init-8 .list ul li {
  padding: 19px;
}
#index-body .init-8 .list ul li a.img-box {
  height: 480px;
}
#index-body .init-8 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, black));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, black 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black));
  background: -webkit-linear-gradient(top, transparent, black);
  background: -moz-linear-gradient(top, transparent, black);
  background: linear-gradient(to bottom, transparent, black);
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='black', GradientType=0);
  /* 兼容IE5~IE9 */
}
#index-body .init-8 .list ul li a.img-box .content {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 100%;
  padding: 0 5%;
  color: white;
  text-align: left;
}
#index-body .init-8 .list ul li a.img-box .content time {
  font-size: 16px;
  color: #fcc43f;
  display: block;
}
#index-body .init-8 .list ul li a.img-box .content time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .init-8 .list ul li a.img-box .content h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px 0;
}
#index-body .init-8 .list ul li a.img-box .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
}
#index-body .init-8 .dots {
  margin-top: 50px;
  text-align: center;
}
#index-body .init-8 .dots li {
  margin: 0 12px;
  width: 48px;
  height: 7px;
  background-color: #ccc;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
}
#index-body .init-8 .dots li button {
  display: none;
}
#index-body .init-8 .dots li.slick-active {
  background-color: #fcba0e;
}
#index-body .init-9 {
  padding: 90px 0 65px;
  text-align: center;
  color: white;
  background: #212026;
}
#index-body .init-9 h2.title {
  font-family: "Oswald";
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-9 .text {
  margin: 25px auto 30px;
}
#index-body .init-9 a.more {
  line-height: 62px;
  height: 62px;
  padding: 0 35px;
  background: #7b181d;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  margin: 0 auto;
}
#index-body .init-9 a.more:hover {
  background: #fcba0e;
}
#footer {
  background: url("../images/f-bg.jpg") center center;
  background-size: cover;
}
#footer .footer-top {
  padding: 70px 0 50px;
}
#footer .footer-top .left {
  width: 30%;
}
#footer .footer-top .left .logo {
  display: block;
}
#footer .footer-top .left .text {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8;
  margin: 30px 0 20px;
}
#footer .footer-top .left .qr {
  margin-top: 40px;
}
#footer .footer-top .left .qr #ewm {
  width: 130px;
  display: inline-block;
  vertical-align: middle;
  border: 3px solid white;
}
#footer .footer-top .left .qr p {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  opacity: .7;
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top .left .share {
  margin-top: 30px;
  line-height: 1;
}
#footer .footer-top .left .share span {
  text-indent: 0 !important;
}
#footer .footer-top .left .share a {
  font-family: FontAwesome;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #319da3;
  text-indent: 0;
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .left .share a:hover {
  color: white;
  background-color: #319da3;
}
#footer .footer-top .right {
  width: 70%;
  margin-top: 50px;
  padding-left: 1%;
}
#footer .footer-top .right .list .slide h3 {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 22px;
  color: #319da3;
  text-transform: uppercase;
}
#footer .footer-top .right .list .slide .nav ul li {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-top .right .list .slide .nav ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right .list .slide .info ul li {
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 40px;
  position: relative;
}
#footer .footer-top .right .list .slide .info ul li > i {
  position: absolute;
  left: 0;
  width: 40px;
  top: 2px;
  text-align: center;
}
#footer .footer-top .right .list .slide .info ul li > i img {
  vertical-align: baseline;
}
#footer .footer-top .right .list .slide .info ul li span {
  display: inline-block;
  vertical-align: top;
}
#footer .footer-top .right .list .slide .info ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-top .right .list .slide:nth-child(1) {
  width: 30%;
}
#footer .footer-top .right .list .slide:nth-child(2) {
  width: 32%;
}
#footer .footer-top .right .list .slide:last-child {
  width: 38%;
}
#footer .footer-bottom {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #7f7f7f;
  font-weight: 300;
  color: #7f7f7f;
  font-size: 16px;
  position: relative;
}
#footer .footer-bottom .ui.container {
  position: static;
}
#footer .footer-bottom #top {
  position: absolute;
  right: 3%;
  top: 30%;
  cursor: pointer;
  cursor: hand;
}
#footer .footer-bottom svg {
  fill: #7f7f7f;
  max-height: 24px;
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom svg:hover {
  fill: black;
}
#footer .footer-bottom a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .footer-bottom a:hover {
  color: white;
}
#message {
  position: fixed;
  right: 2%;
  bottom: 20%;
  z-index: 21;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#message:hover {
  opacity: .9;
}
@media screen and (max-width: 1500px) {
    #index-body .init-1 .list span.arrow.arrow_l{
    left: 0;
  }
  #index-body .init-1 .list span.arrow.arrow_r{
    right: 0;
  }
  .ui.container {
    width: 1200px;
  }
  #header {
    top: 10px;
  }
  #header .h-top {
    line-height: 70px;
    height: 70px;
  }
  #header .h-top .logo img {
    max-height: 50px;
  }
  #header .h-top .box .info .slide h6 {
    font-size: 14px;
  }
  #header .h-top .box a.link {
    line-height: 46px;
    height: 46px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #banner .box .content h2 {
    font-size: 60px;
  }
  #banner .box .content p {
    font-size: 16px;
  }
  #banner .box .content .play img {
    max-width: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 0 20px;
  }
  #banner .box {
    top: 65%;
  }
  #header.active {
    top: -70px;
  }
  #index-body h2.title {
    font-size: 36px;
  }
  .i-contact .Tit {
    font-size: 36px;
  }
  #index-body .text {
    font-size: 16px;
  }
  #index-body .init-1 .list ul li a.img-box {
    height: 300px;
  }
  #index-body .init-1 .list ul li .content {
    padding: 20px 3%;
  }
  #index-body .init-1 .list ul li .content h5 {
    font-size: 20px;
  }
  #index-body .init-1 .list ul li .content p {
    font-size: 14px;
  }
  #index-body .init-1 .list ul li .content a.more {
    font-size: 14px;
  }
  #index-body .init-2 .box .left .list ul li h6 {
    font-size: 22px;
  }
  #index-body .init-2 .box .left .list ul li:before {
    font-size: 14px;
    top: 8px;
  }
  #index-body .init-2 .box .left .list ul li {
    margin-top: 30px;
  }
  #index-body .init-2 .box .right .btn {
    margin-top: 20px;
  }
  #index-body .init-2 {
    padding: 50px 0;
  }
  #index-body .init-2 .box .left:after {
    height: 220%;
  }
  #index-body .init-3 .box .left .text {
    font-size: 15px;
  }
  #index-body .init-3 .box .left a.more {
    line-height: 40px;
    height: 44px;
    padding: 0 25px;
  }
  #index-body .init-3 .icon-Box {
    max-width: 90%;
  }
  #index-body .init-3 .icon-Box ul li i {
    height: 50px;
    line-height: 50px;
  }
  #index-body .init-3 .icon-Box ul li i img {
    max-height: 100%;
  }
  #index-body .init-3 .icon-Box ul li p {
    font-size: 14px;
  }
  #index-body .init-4 {
    padding: 50px 0;
  }
  #index-body .init-4 .list ul li h6 {
    font-size: 16px;
  }
  #index-body .init-4 .list ul li p {
    font-size: 14px;
  }
  #index-body .init-5 .list ul li h6 {
    font-size: 36px;
  }
  #index-body .init-5 .list ul li p {
    font-size: 14px;
  }
  #index-body .init-5 {
    padding: 80px 0;
  }
  #index-body .init-6 .left .list ul li h6 {
    font-size: 16px;
  }
  #index-body .init-6 .left .list ul li h6 i {
    top: 0;
  }
  #index-body .init-6 .right .list .btn div {
    padding: 15px;
  }
  #index-body .init-6 .right .list ul li a.img-box {
    height: 440px;
  }
  #index-body .init-6 .right:after {
    height: 90%;
  }
  #index-body .init-7:after {
    background-size: 95% auto;
    height: 27%;
  }
  #index-body .init-7 .list ul li a.img-box {
    height: 360px;
  }
  #index-body .init-7 .navList ul li a {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    min-width: 220px;
  }
  #index-body .init-7 {
    padding: 70px 0;
    background-position: center top 70px;
  }
  #index-body .init-9 a.more {
    line-height: 56px;
    height: 56px;
    padding: 0 25px;
    font-size: 16px;
  }
  #footer .footer-top .left {
    padding-left: 3%;
    padding-right: 5%;
  }
  #index-body .init-2 .box .right .list ul li h6 {
    font-size: 16px;
  }
  #index-body .init-2 .box .right .btn {
    padding-left: 0;
    margin-left: -26px;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  #banner .box {
    top: 50%;
  }
  #banner {
    height: 500px;
  }
  #banner .box .content h2 {
    font-size: 48px;
  }
  #index-body h2.title {
    font-size: 32px;
  }
  .i-contact .Tit {
    font-size: 32px;
  }
  #index-body .init-1 .list ul li a.img-box {
    height: 260px;
  }
  #index-body .init-1 .list ul li .content {
    width: 90%;
    margin-left: 5%;
  }
  #index-body .init-2 .box .left .content {
    padding: 0 15px;
  }
  #index-body .init-2 .box .right .list ul li h6 {
    font-size: 14px;
    padding: 10px;
  }
  #index-body .init-3 .box .right .img .play {
    max-width: 60px;
  }
  #index-body .init-3 .icon-Box {
    padding: 15px;
  }
  #index-body .init-3 .icon-Box ul li {
    padding: 0 2%;
  }
  #index-body .init-4 .list ul {
    margin: 0 -15px;
  }
  #index-body .init-4 .list ul li {
    padding: 0 15px;
  }
  #index-body .init-6 .right .list ul li a.img-box {
    height: 400px;
  }
  #index-body .init-7 .navList ul li {
    padding: 7px;
  }
  #index-body .init-7 .navList ul {
    margin: -7px;
  }
  #index-body .init-7 .list ul li a.img-box h6 {
    width: 80%;
    font-size: 16px;
    padding: 3%;
  }
  #index-body .init-7 .list ul li a.img-box {
    height: 300px;
  }
  #index-body .init-8 .list ul li a.img-box {
    height: 400px;
  }
  #index-body .init-8 .list ul li a.img-box .content h6 {
    font-size: 16px;
  }
  #index-body .init-8 .list ul li a.img-box .content p {
    font-size: 14px;
  }
  #index-body .init-8 .list ul li a.img-box .content time {
    font-size: 14px;
  }
  #index-body .init-8 .list ul li a.img-box .content time img {
    max-width: 18px;
  }
  #index-body .init-8 .dots {
    margin-top: 30px;
  }
  #index-body .init-9 {
    padding: 60px 0;
  }
  #footer .footer-top .left .qr {
    display: none;
  }
  #footer .footer-top .left .text {
    margin-bottom: 0;
  }
  #footer .footer-top .right .list .slide:nth-child(1),
  #footer .footer-top .right .list .slide:nth-child(2) {
    display: none;
  }
  #footer .footer-top .right .list .slide:nth-child(3) {
    width: 100%;
  }
  #footer .footer-top .right {
    margin-top: 10px;
  }
  #footer .footer-top {
    padding: 40px 0;
  }
  #footer .footer-bottom {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #banner .box .content h2 {
    font-size: 36px;
  }
  #banner .box .content p {
    font-size: 14px;
  }
  #banner .box .content .play img {
    max-width: 50px;
  }
  #banner {
    height: 400px;
  }
  #index-body h2.title {
    font-size: 28px;
  }
  .i-contact .Tit {
    font-size: 28px;
  }
  #index-body .text {
    font-size: 14px;
  }
  #index-body .init-1 .list ul li a.img-box {
    height: 220px;
  }
  #index-body .init-1 .list ul li .content h5 {
    font-size: 16px;
  }
  #index-body .init-1 .list ul li .content p {
    font-size: 13px;
  }
  #index-body .init-2 .box .left {
    width: 100%;
  }
  #index-body .init-2 .box .right {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  #index-body .init-2 .box .left .content {
    max-width: none;
  }
  #index-body .init-2 .box .left:after {
    display: none;
  }
  #index-body .init-2 .box .right .list ul li {
    padding: 10px;
  }
  #index-body .init-2 .box .right .list ul {
    margin: -10px;
  }
  #index-body .init-2 .box .right .list {
    padding: 0 15px;
  }
  #index-body .init-2 .box .left .list ul li {
    margin-top: 15px;
  }
  #index-body .init-2 .box .left .list ul li h6 {
    font-size: 18px;
  }
  #index-body .init-2 .box .left .list ul li:before {
    top: 4px;
  }
  #index-body .init-3 .box .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-3 .box .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .init-3 .box .right .img {
    height: 300px;
  }
  #index-body .init-3 .icon-Box {
    max-width: none;
    margin-top: 0;
  }
  #index-body .init-3 .box .right .img .play {
    top: 50%;
  }
  #index-body .init-6 .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-6 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  #index-body .init-7:after {
    height: 20%;
  }
  #index-body .init-8 .list ul li a.img-box .content {
    bottom: 3%;
  }
  #index-body .init-9 a.more {
    line-height: 48px;
    height: 48px;
    padding: 0 15px;
    font-size: 14px;
  }
  #index-body .init-5 .list ul {
    display: block;
    margin: -15px;
    text-align: center;
  }
  #index-body .init-5 .list ul li {
    width: 33.33%;
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner {
    height: 340px;
  }
  #index-body .init-3 .icon-Box ul li {
    width: 100%;
    padding: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 500px) {
  #banner .box .content h2 {
    font-size: 28px;
  }
  #banner .box .content p {
    margin: 15px 0;
  }
  #index-body h2.title {
    font-size: 24px;
  }
  .i-contact .Tit {
    font-size: 24px;
  }
  #index-body .init-1 {
    padding: 50px 0;
  }
  #index-body .init-5 .list ul li h6 {
    font-size: 28px;
  }
  #index-body .init-5 .list ul li {
    width: 50%;
    padding: 10px;
  }
  #index-body .init-5 .list ul {
    margin: -10px;
  }
  #index-body .init-7 .navList ul li a {
    min-width: auto;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  #index-body .init-7 .navList ul li {
    padding: 3px;
  }
  #index-body .init-7 .navList ul {
    margin: -3px;
  }
  #index-body .init-6 .right .list ul li a.img-box {
    height: 300px;
  }
  #index-body .init-7 .navList {
    margin: 20px 0;
  }
  #index-body .init-7 .progress,
  #index-body .init-7 .btn {
    display: none;
  }
  #index-body .init-7:after {
    background-size: cover;
  }
  #index-body .init-7 .list ul li a.img-box h6 {
    font-size: 14px;
  }
  #index-body .init-8 .list ul li a.img-box .content p {
    font-size: 12px;
  }
  #footer .footer-top .left {
    padding: 0;
    width: 100%;
  }
  #footer .footer-top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #footer .footer-top .right .list .slide h3 {
    margin-bottom: 20px;
  }
  #footer .footer-top .right .list .slide .info ul li {
    font-size: 14px;
  }
  #footer .footer-bottom #top {
    display: none !important;
  }
  #footer .footer-top .left .text {
    font-size: 14px;
    margin-top: 20px;
  }
  #index-body .init-8 .dots li {
    height: 4px;
    width: 20px;
  }
}
#banner2 li {
  position: relative;
}
#banner2 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}
#banner2 h2 {
  font-size: 50px;
  line-height: 1.6;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: capitalize;
}
#banner2 h3 {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 400;
}
#banner2 .bannerBtn {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background-color: #319da3;
  height: 55px;
  line-height: 55px;
  padding: 0 40px;
  transition: .5s ease;
}
#banner2 .bannerBtn:hover {
  background-color: #feaa33;
}
@media (max-width: 1500px) {
  #banner2 h2 {
    font-size: 45px;
  }

  #banner2 h3 {
    font-size: 20px;
  }
}
@media (max-width: 1250px) {
  #banner2 .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #banner2 h2 {
    font-size: 36px;
  }
  #banner2 h3 {
    font-size: 18px;
  }
  #banner2 .bannerBtn {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
  }
}
@media (max-width: 1000px) {
  #banner2 h2 {
    font-size: 25px;
  }
  #banner2 h3 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  #banner2 h2 {
    font-size: 18px;
  }
  #banner2 h3 {
    line-height: 2;
    font-size: 14px;
  }
}
.our-news {
  padding: 100px 0;
}
.our-news .list {
  margin-top: 70px;
}
.our-news .list li {
  background-color: #309ba1;
  border: 1px solid #FFFFFF;
}
.our-news .list li .box {
  background-color: #f2f2f2;
  padding: 30px;
  min-height: 570px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .box .name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  min-height: 4.5em;
}
.our-news .list li .box .line {
  margin: 30px 0;
  border-bottom: 1px solid #d4d4d4;
}
.our-news .list li .box .desc {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 6em;
  color: #b0b0b0;
}
.our-news .list li .box a.more {
  line-height: 43px;
  height: 45px;
  display: inline-block;
  padding: 0 30px;
  border: 1px solid #319da3;
  font-weight: 500;
  font-size: 18px;
  color: #319da3;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.our-news .list li .box a.more:hover {
  background: #319da3;
  color: white;
}
.our-news .list li .box .date {
  font-size: 17px;
  color: #feaa33;
}
.our-news .list li .box .date span {
  font-size: 28px;
}
@media (min-width: 1250px) {
  .our-news {
    padding: 100px 0;
  }
  .our-news .list li:hover .box {
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(-20px, -20px);
    -moz-transform: translate(-20px, -20px);
    -ms-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
  }
}
@media (max-width: 1000px) {
  a.foota{
       display: none !important;
  }
  .our-news .list li .box .name {
    font-size: 20px;
  }
  .our-news .list li .box {
    padding: 15px;
  }
}





.product-yd-page {
  background: #f4f4f4;
}
.product-yd-page .product-yd-1 {
  padding: 60px 0 40px;
  background: url("../images/product-yd-1-bg.jpg") center top no-repeat;
  text-align: center;
}
.product-yd-page .product-yd-1 .text {
  max-width: 870px;
  margin: 25px auto 90px;
}
.product-yd-page .product-yd-1 .navList ul {
  margin: -4%;
}
.product-yd-page .product-yd-1 .navList ul li {
  padding: 4%;
	vertical-align:bottom;
}
.product-yd-page .product-yd-1 .navList ul li .box {
  position: relative;
}
.product-yd-page .product-yd-1 .navList ul li .box h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  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;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #dbdbdb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-1 .navList ul li .box h6 a {
  padding-left: 10px;
  padding-right: 10%;
  position: relative;
}
.product-yd-page .product-yd-1 .navList ul li .box h6 a i {
  width: 25px;
  height: 12px;
  background: url("../images/icon-product-yd-right.png") center center no-repeat;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  position: absolute;
  right: 0;
  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;
}
.product-yd-page .product-yd-1 .navList ul li .box dl {
  padding: 10px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  background: #f4f4f4;
  z-index: 3;
  width: 100%;
}
.product-yd-page .product-yd-1 .navList ul li .box dl dd {
  padding: 6px;
  border-bottom: 1px #d5d5d5 dashed;
  font-size: 14px;
  line-height: 2;
  color: rgba(23, 23, 23, 0.9);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
	text-transform: capitalize;
}
.product-yd-page .product-yd-1 .navList ul li .box dl dd:hover {
  color: #fcba0e;
}
.product-yd-page .product-yd-1 .navList ul li .box:hover h6 {
  border-color: #fcba0e;
}
.product-yd-page .product-yd-1 .navList ul li .box:hover h6 a i {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.product-yd-page .product-yd-1 .navList ul li .box:hover dl {
  display: block;
}

@media screen and (max-width: 1500px) {
  .product-yd-page .product-yd-1 .navList ul li .box h6 {
    font-size: 16px;
  }
  .product-yd-page .product-yd-1 .navList ul li .box dl dd {
    font-size: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .product-yd-page .product-yd-1 .navList ul li {
    padding: 10px;
  }
  .product-yd-page .product-yd-1 .navList ul {
    margin: -10px;
  }
  .product-yd-page .product-yd-1 .navList ul li .box h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .product-yd-page .product-yd-1 .navList {
    display: none;
  }
  .product-yd-page .product-yd-1 .text {
    margin: 25px auto 0;
	display: none!important;
  }
}



.product-yd-page .product-yd-1 .ui.container h1{
      font-size: 18px;
    line-height: 1.8;
    padding-top: 10px;
}





:root {
  --base-color: #319da3;
}

.inner-page a.more {
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 3;
}
.inner-page a.more:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -100%;
  background: var(--base-color);
  opacity: 1;
  z-index: -1;
}
.inner-page a.more:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  background: var(--base-color);
  opacity: 1;
  z-index: -1;
  -webkit-transition: 0.3s 0.3s left, 0.3s opacity;
  -moz-transition: 0.3s 0.3s left, 0.3s opacity;
  transition: 0.3s 0.3s left, 0.3s opacity;
}
.inner-page a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--base-color);
}
.inner-page a.more:hover:before {
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.inner-page a.more:hover:after {
  left: 0;
  opacity: 1;
}

.gxs-1 {
  padding-top: 140px;
  padding-bottom: 120px;
  background: url(../images/index-product-1-bj.jpg) top right no-repeat;
  background-size: cover;
}
.gxs-1 .ui.container {
  max-width: 1760px;
  margin-left: auto;
  margin-right: 0;
}
.gxs-1 .ui.container .h3 {
  margin-bottom: 40px;
  margin-top: 20px;
  line-height: 1;
}
.gxs-1 .ui.container p {
  max-width: 960px;
  line-height: 1.75;
  color: #757575;
  font-weight: 500;
}
.gxs-1 .ui.container .main {
  margin-top: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: flex-start;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  width: 100%;
  
  position: relative;
  z-index: 2;
}
.gxs-1 .ui.container .main:before{
  content:"";
  height: 730px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
}
.gxs-1 .ui.container .main .navbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 3;
  right: 10%;
}
.gxs-1 .ui.container .main .navbox span {
  width: 75px;
  height: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f3f3f3;
  cursor: pointer;
}
.gxs-1 .ui.container .main .navbox span img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.gxs-1 .ui.container .main .navbox span:hover {
  background: var(--base-color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .ui.container .main .navbox span:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-filter: brightness(20);
  filter: brightness(20);
}
.gxs-1 .ui.container .main .navbox span.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.gxs-1 .ui.container .main .left {
  width: 25%;
  height: 730px;
  background: #ebebeb;
}
.gxs-1 .ui.container .main .left .info{
  border-bottom: 1px solid #eee;
}
.gxs-1 .ui.container .main .left .info .cate {
  color: var(--base-color);
  font-weight: 700;
}
.gxs-1 .ui.container .main .left .cate {
  height: -webkit-calc(730px / 6);
  height: -moz-calc(730px / 6);
  height: calc(730px / 6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.gxs-1 .ui.container .main .left ul.catelist li {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-top: 1px solid #ddd;
  padding: 0 20px;
}
.gxs-1 .ui.container .main .left ul.catelist li aa{
  display: flex;
  justify-content: center;
  align-items: center;
}
.gxs-1 .ui.container .main .left ul.catelist li:hover,
.gxs-1 .ui.container .main .left ul.catelist li.active{
  background: var(--base-color);
  color: #fff;
}
.gxs-1 .ui.container .main .right {
  width: 75%;
  margin-bottom: -48px;
  max-height: 780px;
  overflow: hidden;
}
.gxs-1 .ui.container .main .right .cateitem{
  position: relative;
}
.gxs-1 .ui.container .main .right .cateitem .noitem{
  display: none;
}
.gxs-1 .ui.container .main .right .cateitem.art0 .noitem{
  display: block!important;
}
.gxs-1 .ui.container .main .right ul.productlist{
  height:780px;
  padding-top: 50px;
}
.gxs-1 .ui.container .main .right ul.productlist .slick-arrow{
  color: transparent;
  width: 73px;
  height: 84px;
  position: absolute;
  bottom: -7px;
  border: none;
  right: 14%;
  z-index: 9;
}
.gxs-1 .ui.container .main .right ul.productlist .slick-arrow.slick-prev{
  background: url(../images/gray-left.png) center center no-repeat #f3f3f3;
  transform: translateX(-73px);
  transition: 0.3s all;
}
.gxs-1 .ui.container .main .right ul.productlist .slick-arrow.slick-prev:hover{
  background: url(../images/white-left.png) center center no-repeat var(--base-color);
  transform: translateX(-73px);
  transition: 0.3s all;
}
.gxs-1 .ui.container .main .right ul.productlist .slick-arrow.slick-next{
  background: url(../images/gray-right.png) center center no-repeat #f3f3f3;
  transition: 0.3s all;
}
.gxs-1 .ui.container .main .right ul.productlist .slick-arrow.slick-next:hover{
  background: url(../images/white-right.png) center center no-repeat var(--base-color);
  transition: 0.3s all;
}
.gxs-1 .ui.container .main .right ul.productlist li .item {
  padding: 0 30px;
  border-right: 1px solid #eee;
}
.gxs-1 .ui.container .main .right ul.productlist li .item .pname {
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.gxs-1 .ui.container .main .right ul.productlist li .item .pname a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-1 .ui.container .main .right ul.productlist li .item .pname:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-1 .ui.container .main .right ul.productlist li .item p {
  color: #404040;
  opacity: 0.5;
  margin: 15px 0;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.gxs-1 .ui.container .main .right ul.productlist li .item a.more2 {
  font-size: 18px;
  color: var(--base-color);
  text-transform: uppercase;
  font-weight: 500;
}
.gxs-2 {
  padding: 120px 0;
}
.gxs-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-2 .ui.container .left {
  width: 55%;
  padding-right: 118px;
  position: relative;
}
.gxs-2 .ui.container .left .h4 {
  position: absolute;
  text-transform: uppercase;
  font-size: 160px;
  font-weight: 700;
  color: #eee;
  opacity: 0.5;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  -moz-transform: translateY(-50%) rotateZ(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotateZ(90deg);
  z-index: -1;
  right: -214px;
}
.gxs-2 .ui.container .right {
  width: 45%;
}
.gxs-2 .ui.container .right p {
  color: #000;
  font-weight: 500;
  line-height: 30px;
  opacity: 0.5;
  margin-top: 25px;
  margin-bottom: 38px;
}
.gxs-2 .ui.container .right ul.datalist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 55px;
}
.gxs-2 .ui.container .right ul.datalist li {
  height: 110px;
  padding: 0 25px;
  background: #ebebeb;
  margin-right: 30px;
  width: 170px;
  padding-top: 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .ui.container .right ul.datalist li p {
  margin: 10px 0;
  margin-top: 0;
}
.gxs-2 .ui.container .right ul.datalist li span {
  color: #757575;
  font-weight: bold;
  font-size: 38px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .ui.container .right ul.datalist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.gxs-2 .ui.container .right ul.datalist li:hover p {
  color: #fff;
  opacity: 1;
}
.gxs-2 .ui.container .right ul.datalist li:hover span {
  color: #fff;
}
.gxs-2 .ui.container .right a.more {
  border-color: #757575;
  color: #757575;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-2 .ui.container .right a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  border-color: #fff;
}
.gxs-3 {
  background: #f4f4f4;
  padding-top: 95px;
  padding-bottom: 100px;
}
.gxs-3 .ui.container {
  max-width: 1280px;
  text-align: center;
}
.gxs-3 .ui.container .h3 {
  margin: 20px auto;
}
.gxs-3 .ui.container p {
  opacity: 0.5;
  font-weight: 500;
  max-width: 900px;
  margin: 0 auto;
}
.gxs-3 .ui.container .main {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.gxs-3 .ui.container .main .infobox {
  border-right: 2px solid #fff;
  width: 40%;
}
.gxs-3 .ui.container .main .infobox .imgbox {
  height: 387px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.gxs-3 .ui.container .main .infobox .h5 {
  background: var(--base-color);
  color: #fff;
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.gxs-3 .ui.container .main .infobox .h5 img {
  margin-right: 5px;
}
.gxs-3 .ui.container .main .infobox .h5 em {
  font-size: 16px;
}
.gxs-3 .ui.container .main .rightbox {
  width: 20%;
}
.gxs-3 .ui.container .main .rightbox .box1 {
  background: var(--base-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  height: 234px;
}
.gxs-3 .ui.container .main .rightbox .box2 {
  height: 152px;
  width: 100%;
  display: flex;
  background: url(../images/com-img-4.jpg) center right no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;

}
.gxs-3 .ui.container .main .rightbox .box2 a{
  color: #fff;
  transition: 0.3s all;
  line-height: 1.5;
  font-weight: 600;
}
.gxs-3 .ui.container .main .rightbox .box2 a:hover{
  transition: 0.3s all;
  color: #000;
}
.gxs-3 .ui.container .main .rightbox .downbox {
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
}
.gxs-3 .ui.container .main .rightbox .downbox .downbtn {
  position: absolute;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  left: -40px;
  top: -40px;
  overflow: hidden;
}
.gxs-3 .ui.container .main .rightbox .downbox .downbtn a.btn {
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.gxs-3 .ui.container .main .rightbox .downbox a {
  height: 50px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  background: #000;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-3 .ui.container .main .rightbox .downbox a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--base-color);
}
.gxs-4 {
  padding-top: 95px;
}
.gxs-4 .ui.container {
  max-width: 1280px;
  text-align: center;
}
.gxs-4 .ui.container .h3 {
  margin-top: 20px;
}
.gxs-4 .ui.container ul.applist {
  margin: 0 -12px;
  margin-top: 55px;
}
.gxs-4 .ui.container ul.applist li {
  padding: 0 12px;
}
.gxs-4 .ui.container ul.applist li .item {
  position: relative;
}
.gxs-4 .ui.container ul.applist li .item .h5 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
  color: #fff;
  font-weight: 600;
}
.gxs-5 {
  padding-top: 120px;
  padding-bottom: 67px;
}
.gxs-5 .ui.container {
  text-align: center;
  max-width: 1280px;
}
.gxs-5 .ui.container .h3 {
  margin-top: 20px;
}
.gxs-5 .ui.container ul.newslist {
  margin: 0 -20px;
  margin-top: 55px;
}
.gxs-5 .ui.container ul.newslist .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
.gxs-5 .ui.container ul.newslist .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid var(--base-color);
  background: #fff;
  padding: 0;
  margin: 0 5px;
}
.gxs-5 .ui.container ul.newslist .slick-dots li button {
  display: none;
}
.gxs-5 .ui.container ul.newslist .slick-dots li.slick-active {
  background: var(--base-color);
}
.gxs-5 .ui.container ul.newslist li {
  padding: 0 20px;
}
.gxs-5 .ui.container ul.newslist li .item .img-box {
  position: relative;
}
.gxs-5 .ui.container ul.newslist li .item  .box{
  position: relative;
  width: 80%;
  max-width: 230px;
  padding: 10px 15px;
  background: var(--base-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  z-index: 3;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  margin-top: -40px;
}
.gxs-5 .ui.container ul.newslist li .item  .box.time {
  margin-left: 10px;
}
.gxs-5 .ui.container ul.newslist li .item .text {
  width: 100%;
  padding-top: 35px;
  text-align: left;
}
.gxs-5 .ui.container ul.newslist li .item .text .h5 {
  color: #000;
  font-weight: 600;
}
.gxs-5 .ui.container ul.newslist li .item .text .h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gxs-5 .ui.container ul.newslist li .item .text .h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--base-color);
}
.gxs-5 .ui.container ul.newslist li .item .text p {
 color: #757575;
 margin-top: 10px;
 font-weight: 500;
  opacity: 0.5;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.gxs-6 {
  margin-bottom: -126px;
}
.gxs-6.history{
  display: none;
}
.gxs-6 .ui.container {
  max-width: 1280px;
  text-align: center;
  padding: 30px 0;
  background: var(--base-color);
}
.gxs-6 .ui.container .h3 {
  color: #fff;
  opacity: 0.3;
  font-weight: 700;
  text-transform: uppercase;
}
.gxs-6 .ui.container ul.list6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gxs-6 .ui.container ul.list6 li {
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.gxs-6 .ui.container ul.list6 li .num {
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  border-radius: 100%;
}
.gxs-6 .ui.container ul.list6 li .text {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  text-align: left;
}
.gxs-6 .ui.container ul.list6 li .text .h5 {
  font-weight: 600;
  color: #fff;
}
.gxs-6 .ui.container ul.list6 li .text p {
  color: #fff;
  line-height: 1.6;
}

.font-70 {
  line-height: 1.02857143;
  font-size: 70px;
}
.font-50 {
  font-size: 50px;
}
.font-42 {
  font-size: 42px;
}
@media screen and (max-width: 1800px) {
  .font-42 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .font-70 {
    font-size: 56px;
  }
  .font-20 {
    font-size: 16px;
  }
  .gxs-1 .ui.container .main .left .cate {
    font-size: 16px;
  }
  .font-42 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  .gxs-2 .ui.container .right ul.datalist li {
    margin-right: 15px;
  }
  .font-50 {
    font-size: 42px;
  }
  .font-42 {
    font-size: 20px;
  }
  .font-16 {
    font-size: 14px;
  }
  .gxs-2 .ui.container .left {
    width: 50%;
    padding-right: 20px;
    position: relative;
  }
  .gxs-2 .ui.container .right {
    width: 50%;
  }
  .gxs-2 .ui.container .right ul.datalist li {
    padding: 0 10px;
  }
  .gxs-1 .ui.container .main .left {
    height: 600px;
  }
  .gxs-1 .ui.container .main .left .cate {
    height: -webkit-calc(600px / 6);
    height: -moz-calc(600px / 6);
    height: calc(600px / 6);
  }
  .gxs-6 .ui.container ul.list6 li .num {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .font-70 {
    font-size: 36px;
  }
  a.more {
    height: 50px;
    line-height: 50px;
  }
  .font-50 {
    font-size: 32px;
  }
  .gxs-1 .ui.container .main .left {
    display: none;
  }
  .gxs-1 .ui.container .main .right {
    width: 100%;
  }
  .gxs-1 .ui.container {
    margin: 0 auto;
  }
  .font-18 {
    font-size: 14px;
  }
  .gxs-2 .ui.container .left .h4 {
    display: none;
  }
  .gxs-2 .ui.container .right ul.datalist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gxs-2 .ui.container .right ul.datalist li {
    width: 130px;
    margin-bottom: 20px;
  }
  .gxs-1 .ui.container .main {
    padding-bottom: 70px;
  }
  .gxs-3 .ui.container .main .infobox .h5 {
    padding: 0 0 ;
  }
  .gxs-3 .ui.container .main .infobox .h5 em {
    font-size: 12px;
  }
  .font-40 {
    font-size: 30px;
  }
  .gxs-6 .ui.container ul.list6 li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gxs-3 {
    display: none;
  }
  .font-70 {
    font-size: 24px;
  }
  .gxs-5 .ui.container ul.newslist li .item  .box{
    width: 100%;
  }
  .gxs-5 .ui.container ul.newslist li .item  .box.cat {
    display: none;
  }
  .font-50 {
    font-size: 24px;
  }
  .gxs-2 .ui.container .left {
    width: 100%;
    padding-right: 0px;
    position: relative;
  }
  .gxs-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  a.more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .gxs-6 .ui.container ul.list6 li {
    width: 100%;
  }
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.play2 {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play2::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: transparent;
  background: #fff;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.play2::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 100%;
  background: #fff;
  background: transparent;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: "";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
#pups_from form ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form ul li input,
#pups_from form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#pups_from form ul li input:focus,
#pups_from form ul li textarea:focus {
  border-color: var(--base-color);
}
#pups_from form ul li textarea {
  height: 80px;
}
#pups_from form ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--base-color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#pups_from form ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form ul li:last-child {
  margin-bottom: 0;
}
#Pop_UpsBtn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: white;
  right: 2%;
  bottom: 5%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
#pups_from i.close:after,
#pups_from i.close:before {
  content: '';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--base-color);
}
#pups_from i.close:hover:after,
#pups_from i.close:hover:before {
  background: white;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--base-color) !important;
}
.backtop {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--base-color);
  color: #fff;
  right: 2%;
  bottom: 200px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.backtop:hover {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  background: #000;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

#honor_list ul {
  margin: -15px;
}
#honor_list ul li {
  padding: 15px;
}
#news_list ul {
  margin: -15px;
}
#news_list ul li {
  padding: 15px;
}
#news_list ._time span {
  display: inline-block;
  padding: 5px;
}
#news_list ._time span._cate {
  color: #FFFFFF;
  background-color: #319da3;
}
#news_list ._time span._date {
  background-color: #CCCCCC;
}
#news_list ._table {
  padding: 20px;
  border: 2px solid #CCCCCC;
}

.mt-130 {
  margin-top: 90px;
}
.pt-90 {
  padding-top: 90px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-70 {
  padding-top: 70px;
}
.pb-70 {
  padding-bottom: 70px;
}
.font-60 {
  font-size: 60px;
  line-height: 1.2;
}
.font-48 {
  font-size: 48px;
}

.transition_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.img_sca {
  overflow: hidden;
  display: block;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.more_cont {
  overflow: hidden;
  position: relative;
  background-color: var(--base-color);
  color: #fff;
  cursor: pointer;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  background-color: var(--base-color);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
.more_cont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.inner-banner {
  margin-top:0px;
}
.inner-banner .cat_cont {
  height: 600px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.inner-banner .cat_cont .container {
  height: 100%;
}
.inner-banner .cat_cont .container .cat_name {
  position: absolute;
  top: 65%;
  left: 15px;
  width: 100%;
  color: #fff;
   
  text-transform: uppercase;
  font-weight: 600;
}
.inner-banner .bottom_c {
  border-bottom: 1px solid #e5e5e5;
}
.inner-banner .bottom_c .left a {
  height: 70px;
  line-height: 70px;
   
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 26px;
  position: relative;
}
.inner-banner .bottom_c .left a::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.inner-banner .bottom_c .left a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: rgba(218, 37, 28, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inner-banner .bottom_c .left a:hover,
.inner-banner .bottom_c .left a.active {
  color: var(--base-color);
}
.inner-banner .bottom_c .left a:hover::before,
.inner-banner .bottom_c .left a.active::before {
  width: 100%;
  background-color: var(--base-color);
  left: 0;
}
.inner-banner .bottom_c .right {
  text-align: right;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
}
.inner-banner .bottom_c .right .img {
  width: 20px;
  margin: 3px 8px 0 0;
}
.inner-banner .bottom_c .right a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .bottom_c .right a:hover {
  color: var(--base-color);
}
.suatainable-page .init-1 .container {
  height: 500px;
  position: relative;
}
.suatainable-page .init-1 .container .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.suatainable-page .init-1 .container .cont {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 780px;
  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%);
  font-weight: 600;
   
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 30px;
}
.suatainable-page .init-2 .container .title_c .left {
  font-weight: 600;
  text-transform: uppercase;
   
}
.suatainable-page .init-2 .container .title_c .left .tips {
  color: var(--base-color);
}
.suatainable-page .init-2 .container .title_c .left .line {
  width: 250px;
  height: 1px;
  background-color: var(--base-color);
  margin-bottom: 10px;
}
.suatainable-page .init-2 .container .title_c .right {
  font-size: 16px;
}
.suatainable-page .init-2 .container .content {
  margin: 30px -30px 0;
}
.suatainable-page .init-2 .container .content .list {
  margin-top: 30px;
  padding: 0 30px;
}
.suatainable-page .init-2 .container .content .list .box {
  position: relative;
}
.suatainable-page .init-2 .container .content .list .box .img {
  display: block;
  width: 100%;
}
.suatainable-page .init-2 .container .content .list .box .text {
  font-weight: 600;
   
  padding: 16px 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  color: #fff;
}
.suatainable-page .init-2 .container .content .list .box:hover .text {
  background-color: #000;
}
.suatainable-page .init-3 .container .tips {
  text-align: center;
   
  font-weight: 600;
  text-transform: uppercase;
  color: #181818;
}
.suatainable-page .init-3 .container .content .slick {
  margin: 40px -13px 0;
}
.suatainable-page .init-3 .container .content .slick .slick-track {
  margin-left: 0;
}
.suatainable-page .init-3 .container .content .slick li {
  padding: 0 13px;
}
.suatainable-page .init-3 .container .content .slick li .box {
  display: block;
  overflow: hidden;
}
.suatainable-page .init-3 .container .content .slick li .box img {
  width: 100%;
}
.about-page .init-1 .container {
  position: relative;
}
.about-page .init-1 .container .sub_img {
  position: absolute;
  width: 460px;
  bottom: 0;
  right: -200px;
  z-index: -1;
}
.about-page .init-1 .container .tips {
  font-weight: bold;
   
  text-transform: uppercase;
  color: var(--base-color);
  text-align: center;
}
.about-page .init-1 .container .des {
  margin-top: 26px;
  line-height: 1.8;
  font-weight: 400;
  color: #828282;
}
.about-page .init-1 .container .list_cont {
  margin-top: 50px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-1 .container .list_cont .list {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 20px 0 0 0;
}
.about-page .init-1 .container .list_cont .list .num {
  font-size: 80px;
  color: var(--base-color);
  font-weight: 600;
   
  display: inline-block;
  line-height: 0.8;
}
.about-page .init-1 .container .list_cont .list .text {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  line-height: 1.4;
  font-weight: 500;
}
.about-page .init-1 .container .list_cont .list2 {
  margin: 20px 20px 0;
}
.about-page .init-2 .container {
  position: relative;
  max-width: 1520px;

}
.about-page .init-2 .container .img {
  height: 600px;
  background-attachment: fixed;
  background-size: 1520px;
  background-position: center center;
}
.history-page .top_c .right .box .play,
.about-page .init-2 .container .play {
  position: absolute;
  width: 60px;
  height: 60px;
  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%);
}
.history-page .top_c .right .box .play div,
.about-page .init-2 .container .play div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.history-page .top_c .right .box .play div i,
.about-page .init-2 .container .play div i {
  margin-left: 2px;
}
.history-page .top_c .right .box .play .ling,
.about-page .init-2 .container .play .ling {
  background-color: var(--base-color);
}
.history-page .top_c .right .box .play .ling:nth-child(2),
.about-page .init-2 .container .play .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.history-page .top_c .right .box .play .cont,
.about-page .init-2 .container .play .cont {
  position: relative;
  z-index: 2;
}
.about-page .init-3 {
  padding-top: 40px;
}
.about-page .init-3 .container .list {
  margin-top: 60px;
}
.about-page .init-3 .container .list .column {
  vertical-align: middle;
  position: relative;
}
.about-page .init-3 .container .list .left img {
  width: 100%;
}
.about-page .init-3 .container .list .right {
  padding-left: 60px;
}
.about-page .init-3 .container .list .right .tips,
.about-page .init-3 .container .list .right .title {
  font-weight: 500;
  color: var(--base-color);
   
  text-transform: uppercase;
}
.about-page .init-3 .container .list .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--base-color);
}
.about-page .init-3 .container .list .right .title {
  color: #181818;
margin-top: 10px;
    font-weight: 700;
    line-height: 1.2;
}
.about-page .init-3 .container .list .right .des {
color: #757575;
    margin-top: 10px;
    line-height: 1.8;
    font-weight: 500;
}
.about-page .init-3 .container .list:nth-child(2n) .left {
  left: 50%;
}
.about-page .init-3 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.about-page .init-4 .container {
  text-align: center;
}
.about-page .init-4 .container .tips,
.about-page .init-4 .container .title {
  font-weight: 500;
   
  color: var(--base-color);
  text-transform: uppercase;
}
.about-page .init-4 .container .line {
  width: 250px;
  height: 1px;
  background-color: var(--base-color);
  margin: auto;
}
.about-page .init-4 .container .title {
  color: #181818;
  margin-top: 20px;
  font-weight: 700;
}
.about-page .init-4 .container .content {
  margin: 40px -30px 0;
}
.about-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content .slick li {
  padding: 0 30px;
}
.about-page .init-4 .container .content .slick li a {
  display: block;
  overflow: hidden;
}
.about-page .init-4 .container .content .slick li a img {
  width: 100%;
}
.about-page .init-4 .container .s_page {
  margin-top: 30px;
}
.about-page .init-4 .container .s_page li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--base-color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.about-page .init-4 .container .s_page li button {
  display: none;
}
.about-page .init-4 .container .s_page li.slick-active {
  background-color: var(--base-color);
}
.about-page .init-5 .container iframe{
  display: block;
  height: 700px;
  width: 100%;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left img {
  width: 100%;
}
.about-page .init-6 .container .right {
  padding-left: 60px;
}
.about-page .init-6 .container .right .tips {
  font-weight: 600;
   
  text-transform: uppercase;
}
.about-page .init-6 .container .right .tips span {
  color: var(--base-color);
}
.about-page .init-6 .container .right .des {
  margin-top: 10px;
}
.honor-page {
  padding-bottom: 20px;
}
.honor-page .container .list {
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  padding: 70px 160px;
}
.honor-page .container .list .title {
  font-weight: 700;
   
  text-transform: uppercase;
}
.honor-page .container .list .des {
  margin-top: 20px;
}
.honor-page .container .list .content {
  margin: 50px -30px 0;
}
.honor-page .container .list .content .slick {
  position: relative;
}
.honor-page .container .list .content .slick .slick-arrow {
  position: absolute;
  font-size: 46px;
  cursor: pointer;
  width: 16px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.honor-page .container .list .content .slick .slick-arrow:hover {
  color: var(--base-color);
}
.honor-page .container .list .content .slick .slick-prev {
  left: -100px;
}
.honor-page .container .list .content .slick li {
  padding: 0 30px;
}
.honor-page .container .list .content .slick li .box {
  overflow: hidden;
  display: block;
}
.honor-page .container .list .content .slick li .box img {
  width: 100%;
}
.honor-page .container .list:last-child {
  border-bottom: none;
}
.sidebar-box .sidebar-left {
  padding-right: 40px;
  width: 320px;
  text-transform: uppercase;
  font-weight: 500;
   
  position: sticky;
  top: 130px;
}
.sidebar-box .sidebar-left .tips {
  color: var(--base-color);
      font-weight: 600;
    font-size: 30px;
}
.sidebar-box .sidebar-left ul li {
  margin-top: 10px;
  text-transform: capitalize;
  position: relative;
}

.sidebar-box .sidebar-left ul li ul {
  display: none;
}

.sidebar-box .sidebar-left ul li a.active ~ ul {
  display: block;
}

.sidebar-box .sidebar-left ul li i {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 20px;
}

.sidebar-box .sidebar-left ul li a {
  display: block;
  /*border-bottom: 1px solid #b9b6b1;*/
  padding: 4px 0;
  position: relative;
}
.sidebar-box .sidebar-left ul li a::before{
  content: '';
  width: 0%;
  height: 1px;
  background: #b9b6b1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s;
  transform-origin: left;
}
.sidebar-box .sidebar-left ul li a:hover::before,
.sidebar-box .sidebar-left ul li.active a::before{
  width: 100%;
}
.sidebar-box .sidebar-left ul li a:hover,
.sidebar-box .sidebar-left ul li a.active {
  color: var(--base-color);
}
.sidebar-box .sidebar-left .contact_info {
  margin-top: 50px;
  position: relative;
}
.sidebar-box .sidebar-left .contact_info .img {
  width: 100%;
}
.sidebar-box .sidebar-left .contact_info .more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
  font-weight: 500;
}
.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}
.product-page .cat_title {
  color: var(--base-color);
  font-weight: 600;
   
  text-transform: uppercase;
  margin-bottom: 15px;
}
.product-page .cat_des{
  max-height: 280px;
  overflow-y: auto;
  padding-right: 4px;
  color: #828282;
    font-weight: 400;
}
.product-page .product-list {
  margin: 0 -10px;
}
.product-page .product-list li {
  margin-top: 40px;
  padding: 0 10px;
}
.product-page .product-list li .box .img_c {
  overflow: hidden;
  position: relative;
}
.product-page .product-list li .box .img {
  display: block;
  border: 1px solid #dbdbdb;
}
.product-page .product-list li .box .img img {
  width: 100%;
}
.product-page .product-list li .box .title {
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 16px;
  display: block;
}
.product-page .product-list li .box .des {
  position: absolute;
  bottom: -100%;
  opacity: 1;
  width: 100%;
  left: 0;
  background-color: rgba(49, 157, 163, 0.8);
  padding: 15px;
  color: #fff;
}
.product-page .product-list li .box .des .title_1 {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.product-page .product-list li .box .des .text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
  line-height: 1.6;
  font-weight: 400;
}
.product-page .product-list li .box .des .more {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0px;
  background-color: #fff;
  color: var(--base-color);
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
}
.product-page .product-list li .box .des .more:hover {
  color: #fff;
}
.product-page .product-list li .box:hover .img_c .des {
  bottom: 0;
}
.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--base-color);
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -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 a.current {
  color: #fff;
  background-color: var(--base-color);
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
.prodet-page .init-1 .container .left {
  padding-right: 100px;
}
.prodet-page .init-1 .container .left .big_img {
  position: relative;
}
.prodet-page .init-1 .container .left .big_img .btn {
  width: 46px;
  height: 46px;
  border: 1px solid #cecece;
  color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -70px;
}
.prodet-page .init-1 .container .left .big_img .btn i {
  margin-left: 4px;
}
.prodet-page .init-1 .container .left .big_img .btn:hover {
  border-color: var(--base-color);
}
.prodet-page .init-1 .container .left .big_img .prev {
  left: -70px;
}
.prodet-page .init-1 .container .left .big_img .prev i {
  margin-left: -4px;
}
.prodet-page .init-1 .container .left .big_img .slick {
  border: 1px solid #cbcbcb;
}
.prodet-page .init-1 .container .left .big_img .slick li a {
  display: block;
}
.prodet-page .init-1 .container .left .big_img .slick li a img {
  width: 100%;
}
.prodet-page .init-1 .container .left .small_img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .left .small_img .slick {
  margin: 0 -12px;
}
.prodet-page .init-1 .container .left .small_img .slick .slick-track{
  margin-left: 0;
}
.prodet-page .init-1 .container .left .small_img .slick li {
  padding: 0 12px;
}
.prodet-page .init-1 .container .left .small_img .slick li .box {
  cursor: pointer;
  border: 1px solid #cbcbcb;
  display: block;
}
.prodet-page .init-1 .container .left .small_img .slick li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .left .small_img .slick li .box:hover,
.prodet-page .init-1 .container .left .small_img .slick li .box.active {
  border: var(--base-color) 1px solid;
}
.prodet-page .init-1 .container .right .title {
  font-weight: 500;   
  color: #000;
  line-height: 1.3;
  min-height: 30px;
  text-transform: capitalize;
}
.prodet-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #828282;
    font-weight: 400;
  line-height: 1.8;
  max-height: 400px;
  padding-right: 4px;
  overflow-y: auto;
  
}

.prodet-page .init-1 .container .right .des table td{
  border: none;
}
.prodet-page .init-1 .container .right .des table tr{
  background: transparent!important;
}
.prodet-page .init-1 .container .right .des img.wscnph{
    max-width: 50px;
    margin: 10px;
    display: inline-block;
}
.prodet-page .init-1 .container .right .img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .right .more {
color: #000;
border: 2px solid #319da3;
margin-top: 40px;
}
.prodet-page .init-1 .container .right .more:hover{
  transition: 0.3s all;
  border-color: #fff;
  color: #fff;
}
.prodet-page .init-2 {
  margin-top: 50px;
}
.prodet-page .init-2 .container .tips {
  font-weight: 500;
   
  text-transform: uppercase;
  /*border-bottom: 1px solid #cbcbcb;*/
  cursor: pointer;
}
.prodet-page .init-2 .container .tips:hover{
  transition: 0.3s all;
  color:var(--base-color);
}
.prodet-page .init-2 .tablist{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #cbcbcb;
}
.prodet-page .init-2 .tablist li{
  display: inline-block;
  margin-right: 40px;
}
.prodet-page .init-2 .tablist li.active,
.prodet-page .init-2 .tablist li:hover{
  color: var(--base-color);
} 
.prodet-page .init-2 .container .content {
  margin-top: 20px;
  font-weight: 500;
}
.prodet-page .init-3 {
  margin-top: 50px;
}
.prodet-page .init-3 .container .tips {
  font-weight: 600;
   
  text-transform: uppercase;
}
.prodet-page .init-3 .container .title_list {
  background-color: #f5f5f5;
  margin-top: 20px;
}
.prodet-page .init-3 .container .title_list .list {
  width: auto;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
   
  text-transform: uppercase;
  cursor: pointer;
}
.prodet-page .init-3 .container .title_list .list:hover,
.prodet-page .init-3 .container .title_list .list.active {
  background-color: var(--base-color);
  color: #fff;
}
.prodet-page .init-3 .container .content_list .list {
  padding-top: 40px;
  display: none;
}
.prodet-page .init-3 .container .content_list .list table tr td{
  min-width: 120px;
}
.prodet-page .init-4 {
  background-color: #f5f5f5;
}
.prodet-page .init-4 .container {
  font-weight: 600;
}
.prodet-page .init-4 .container .content {
  margin: 30px -15px 0;
}
.prodet-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.prodet-page .init-4 .container .content .slick li {
  padding: 0 15px;
}
.prodet-page .init-4 .container .content .slick li .box{
  background: #fff;
  padding: 20px;
}
.prodet-page .init-4 .container .content .slick li .box .img {
  display: block;
  overflow: hidden;
  background-color: white;
}
.prodet-page .init-4 .container .content .slick li .box .img img {
  width: 100%;
}
.prodet-page .init-4 .container .content .slick li .box .text {
  display: block;
  margin-top: 16px;
  word-break: break-word;
    height: 100px;
    color: #000;
    font-weight: 500;
  overflow-y: auto;
}
.prodet-page .init-4 .container .content .slick li .box .text:hover {
  color: var(--base-color);
}
.prodet-page .init-5 .container .tips {
   
  font-weight: 600;
  text-transform: uppercase;
}
.prodet-page .init-5 .container form input,
.prodet-page .init-5 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.prodet-page .init-5 .container form .name,
.prodet-page .init-5 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.prodet-page .init-5 .container form .mail {
  margin-left: 50px;
}
.prodet-page .init-5 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
   
  font-weight: 500;
  text-transform: uppercase;
}
.product-new-page .init-1 {
  padding: 50px 0 60px 0;
}
.product-new-page .init-1 .container .column {
  vertical-align: middle;
}
.product-new-page .init-1 .container .left .tips {
   
  font-weight: 600;
  text-transform: uppercase;
}
.product-new-page .init-1 .container .left .tips .r {
  color: var(--base-color);
}
.product-new-page .init-1 .container .left .des {
  margin-top: 10px;
}
.product-new-page .init-1 .container .right {
  padding: 0 60px;
}
.product-new-page .init-1 .container .right img {
  width: 100%;
}
.product-new-page .init-2 {
  background-color: #f4f4f4;
}
.product-new-page .init-2 .container .tips {
   
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.product-new-page .init-2 .container .content {
  margin-top: 50px;
  position: relative;
}
.product-new-page .init-2 .container .content .btn{
  background: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid var(--base-color);
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
.product-new-page .init-2 .container .content .prev{
  left: -100px;
}
.product-new-page .init-2 .container .content .btn img{
  position: relative;
  z-index: 2;
  display: block;
  margin: 16px auto 0;
}
.product-new-page .init-2 .container .content .btn:hover img{
  filter: brightness(2);
}
.product-new-page .init-2 .container .content .slick {
  margin: 0 -15px;
}
/*.product-new-page .init-2 .container .content .slick .slick-track{
  display: flex;
}
.product-new-page .init-2 .container .content .slick .slick-slide{
  height: auto;
}
.product-new-page .init-2 .container .content .slick .slick-slide > div{
  height: 100%;
}
.product-new-page .init-2 .container .content .slick .slick-slide > div li,
.product-new-page .init-2 .container .content .slick .slick-slide > div li .box{
  height: 100%;
}*/
.product-new-page .init-2 .container .content .slick li {
  padding: 0 15px;
}
.product-new-page .init-2 .container .content .slick li .box {
  position: relative;
  background-color: #fff;
  padding: 20px 15px;
   
  font-weight: 500;
}
.product-new-page .init-2 .container .content .slick li .box .sub_c {
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .sub_c span {
  display: inline-block;
  width: 56px;
  height: 30px;
  background-color: var(--base-color);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
   
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.product-new-page .init-2 .container .content .slick li .box .sub_c .sub {
  width: 0;
  height: 0;
  border-top: 8px solid var(--base-color);
  border-left: 8px solid transparent;
  position: relative;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .img {
  display: block;
  overflow: hidden;
}
.product-new-page .init-2 .container .content .slick li .box .img img {
  width: 100%;
}
.product-new-page .init-2 .container .content .slick li .box .line {
  height: 1px;
  background-color: #e7e7e7;
  margin-top: 20px;
}
.product-new-page .init-2 .container .content .slick li .box .text:hover {
  color: var(--base-color);
  display: block;
}
.product-new-page .init-2 .container .content .slick li .box .more {
  margin-top: 18px;
  display: inline-block;
  background-color: #fff;
  color: #181818;
  border-bottom: 1px solid var(--base-color);
}
.product-new-page .init-2 .container .content .slick li .box .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  position: relative;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .more:hover {
  padding: 0 10px;
  color: #fff;
}
.product-new-page .init-2 .container .content .slick li .box .more:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-new-page .init-3 .top {
  -o-background-size: cover;
  background-size: cover;
}
.product-new-page .init-3 .top .cont {
  padding: 150px 0;
  max-width: 540px;
  margin-left: auto;
  color: #fff;
}
.product-new-page .init-3 .top .cont .tips {
   
  font-weight: 600;
  text-transform: uppercase;
}
.product-new-page .init-3 .top .cont .tips .r {
  color: var(--base-color);
}
.product-new-page .init-3 .top .cont .des {
  margin-top: 10px;
}
.product-new-page .init-3 .bottom {
  padding: 18px 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--base-color);
   
  color: #fff;
}
.technology-page .init-1 {
  text-align: center;
}
.technology-page .init-1 .container .tips {
   
  font-weight: bold;
  text-transform: uppercase;
}
.technology-page .init-1 .container .content {
  margin-top: 100px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.technology-page .init-1 .container .content .list {
  position: relative;
  width: 360px;
}
.technology-page .init-1 .container .content .list .title_c {
  position: relative;
  width: 46px;
  height: 46px;
  margin: auto;
}
.technology-page .init-1 .container .content .list .title_c .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--base-color);
  border-radius: 50%;
}
.technology-page .init-1 .container .content .list .title_c .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.technology-page .init-1 .container .content .list .title_c .cont {
  position: relative;
  z-index: 2;
  background-color: var(--base-color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;
   
  font-weight: 600;
  color: #fff;
}
.technology-page .init-1 .container .content .list .des {
  margin-top: 40px;
  color: #828282;
    font-weight: 400;
}
.technology-page .init-1 .container .content .list2 {
  margin: 0 40px;
}
.technology-page .init-1 .container .content .list2 .title_c::before,
.technology-page .init-1 .container .content .list2 .title_c::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 1px;
  top: 22px;
  left: 90px;
  border-top: 1px dashed #999999;
}
.technology-page .init-1 .container .content .list2 .title_c::before {
  left: -330px;
}
.technology-page .init-2 .container .list .column {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.technology-page .init-2 .container .list .left img {
  width: 100%;
}
.technology-page .init-2 .container .list .right {
  padding-left: 0px;
}
.technology-page .init-2 .container .list .left{
  padding-right: 60px;
}
.technology-page .init-2 .container .list .right .tips {
font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.technology-page .init-2 .container .list .right .des {
  margin-top: 10px;
  line-height: 1.8;
    color: #757575;
}
.technology-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
  padding-left: 60px;
  padding-right: 0;
}
.technology-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 0px;
}
.application-page .container .tips {
  text-align: center;
   
  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: var(--base-color);
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  font-weight: 500;
  text-align: center;
   
  text-transform: uppercase;
  padding: 10px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
.patent-page {
  background-color: #f4f4f4;
}
.patent-page .patent-list {
  margin-top: -30px;
}
.patent-page .patent-list li {
  padding: 40px 30px;
  background-color: #fff;
  margin-top: 40px;
}
.patent-page .patent-list li .left {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  border-right: 1px solid #cccccc;
  padding-right: 40px;
}
.patent-page .patent-list li .left img {
  width: 100%;
}
.patent-page .patent-list li .right {
  vertical-align: middle;
  width: -webkit-calc(-200%);
  width: -moz-calc(-200%);
  width: calc(100% - 300px);
  padding-left: 46px;
}
.patent-page .patent-list li .right .title a {
  font-weight: 500;
   
  color: var(--base-color);
  border-bottom: 1px solid var(--base-color);
  text-transform: uppercase;
}
.patent-page .patent-list li .right .title_2 {
  font-weight: 500;
   
  text-transform: uppercase;
  color: var(--base-color);
  margin-top: 10px;
}
.patent-page .patent-list li .right .des {
  margin-top: 16px;
}
.agent-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 80px;
}
.agent-page .init-1 .container .left .tips {
  font-weight: 600;
   
  text-transform: uppercase;
}
.agent-page .init-1 .container .left .tips .r {
  color: var(--base-color);
}
.agent-page .init-1 .container .left .des {
  margin-top: 10px;
}
.agent-page .init-1 .container .left .tips_2 {
  margin-top: 30px;
}
.agent-page .init-1 .container .left .mail_c {
  margin-top: 10px;
  background-color: #f4f4f4;
  display: inline-block;
  padding: 6px 30px 6px 10px;
  border-radius: 60px;
}
.agent-page .init-1 .container .left .mail_c div {
  display: inline-block;
  vertical-align: middle;
}
.agent-page .init-1 .container .left .mail_c .img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
}
.agent-page .init-1 .container .left .mail_c .img img {
  width: 36px;
}
.agent-page .init-1 .container .left .mail_c .text {
  margin-left: 20px;
  color: #3c3c3c;
}
.agent-page .init-1 .container .right {
  vertical-align: middle;
}
.agent-page .init-1 .container .right img {
  width: 100%;
}
.agent-page .init-2 img {
  width: 100%;
}
.agent-page .init-3 {
  padding-top: 40px;
}
.agent-page .init-3 .container .tips {
  font-weight: 600;
   
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c {
  font-weight: 600;
   
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c .list {
  display: inline-block;
  margin-right: 60px;
  margin-top: 10px;
}
.agent-page .init-3 .container .title_c .list .r {
  color: var(--base-color);
}
.agent-page .init-3 .container .des {
  margin-top: 20px;
}
.agent-page .init-4 .container .tips {
   
  font-weight: 600;
  text-transform: uppercase;
}
.agent-page .init-4 .container form input,
.agent-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.agent-page .init-4 .container form .name,
.agent-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.agent-page .init-4 .container form .mail {
  margin-left: 50px;
}
.agent-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
   
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips {
   
  font-weight: 700;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips .r {
  color: var(--base-color);
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(0, 0, 0, 0.7);
}
.service-page .init-1 .container .right .content_list {
  padding-top: 30px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: var(--base-color);
  text-transform: uppercase;
   
  font-weight: 600;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid var(--base-color);
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #212121;
  line-height: 1.8;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  right: 44%;
  background-color: var(--base-color);
  width: 750px;
  padding: 40px 20px;
  text-align: center;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
   
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  margin-left: -10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.service-page .init-2 .container .left .tips {
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.service-page .init-2 .container .left .more {
  border: 1px solid #000;
  margin-top: 20px;
  transition: 0.3s all;
  color: #000;
}
.service-page .init-2 .container .left .more:hover{
  transition: 0.3s all;
  color: #fff;
  border-color: #fff;
}
.service-page .init-2 .container .left .more img {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  margin-left: 26px;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tips {
  font-weight: 600;
   
  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  margin-top: 10px;
  font-weight: 300;
}
.service-page .init-3 .container .more {
  margin-top: 24px;
}
.service-page .init-3 .container .more span {
  vertical-align: middle;
}
.service-page .init-3 .container .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.service-page .init-4 .container .tips {
   
  font-weight: 700;
  text-transform: uppercase;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .submit {
  width: auto;
  padding: 15px 50px;
  margin-top: 30px;
  font-size: 20px;
   
  font-weight: 600;
  text-transform: uppercase;
}
.download-page .container .tips {
   
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.download-page .container .tips .r {
  color: var(--base-color);
}
.download-page .container .content {
  margin-top: 20px;
}
.download-page .container .content ul {
  margin: 0 -25px;
}
.download-page .container .content ul li {
  margin-top: 30px;
  padding: 0 25px;
}
.download-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.download-page .container .content ul li .box .img img {
  width: 100%;
}
.download-page .container .content ul li .box .text {
  display: block;
  margin-top: 20px;
   
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .pwd_cont{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  display: none;
}
.download-page .pwd_cont .set_pwd{
  display: none;
}
.download-page .pwd_cont .shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.download-page .pwd_cont .cont{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  transform: translate(-50% , -50%);
  background: #fff;
}
.download-page .pwd_cont .cont .close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 34px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: #eee;
  cursor: pointer;
  transition: all .5s;
}
.download-page .pwd_cont .cont .close:hover{
  color: #fff;
  background: var(--base-color);
}
.download-page .pwd_cont .cont .f_cont{
  padding: 30px 26px;
}
.download-page .pwd_cont .cont .f_cont input{
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
.download-page .pwd_cont .cont .f_cont .send_btn{
  width: auto;
  padding:  10px 40px;
  display: inline-block;
  background: var(--base-color);
  color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.download-page .pwd_cont .cont .title{
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 700;
    padding: 15px 20px;
    background: #f5f5f5;
    -o-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    padding-right: 50px;
}
.device-page .init-1 .container .left {
  vertical-align: middle;
}
.device-page .init-1 .container .left img {
  width: 100%;
}
.device-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-1 .container .right .tips {
  text-transform: uppercase;
   
  font-weight: 600;
}
.device-page .init-1 .container .right .des {
  margin-top: 10px;
}
.device-page .init-2 .container .tips {
  font-weight: 600;
   
  text-transform: uppercase;
  text-align: center;
}
.device-page .init-2 .container .tips .r {
  color: var(--base-color);
}
.device-page .init-2 .container .content ul {
  margin: 0 -15px;
}
.device-page .init-2 .container .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.device-page .init-2 .container .content ul li .box .img {
  overflow: hidden;
}
.device-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box .cont {
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
  background-color: #fff;
  padding: 20px 24px;
  position: relative;
  margin: -56px auto 0;
}
.device-page .init-2 .container .content ul li .box .cont .sub {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--base-color);
}
.device-page .init-2 .container .content ul li .box .cont .text {
  position: relative;
  z-index: 2;
}
.device-page .init-2 .container .content ul li .box:hover .cont .sub {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box:hover .cont .text {
  color: #fff;
}
.device-page .init-3 .container .left {
  vertical-align: middle;
}
.device-page .init-3 .container .left img {
  width: 100%;
}
.device-page .init-3 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-3 .container .right .tips {
  text-transform: uppercase;
  font-weight: 600;
   
  color: var(--base-color);
}
.device-page .init-3 .container .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--base-color);
}
.device-page .init-3 .container .right .tips_title {
  text-transform: uppercase;
  font-weight: 600;
   
  margin-top: 20px;
}
.device-page .init-3 .container .right .des {
  margin-top: 20px;
}
.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: 500;
   
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 20px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-weight: 400;
  color: #828282;
  line-height: 2;
  display: none;
}
.news-page {

      background: #f8f8f8;
    padding-bottom: 174px;
    margin-bottom: -104px;
}
.news-page .container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news-page .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
}
.news-page .container ul li .box .title {
  font-weight: 500;   
  font-size: 22px;
  display: block;
}
.news-page .container ul li .box .title:hover {
  color: var(--base-color);
}
.news-page .container ul li .box .des {
  line-height: 1.6;
  margin-top: 14px;
  color: #757575;
}
.news-page .container ul li .box .time {
  margin-top: 10px;
 color: #319da3;
}
.newdet-page .container .title {
  text-align: center;
  font-weight: 500;
   
}
.newdet-page .container .time_c {
  margin-top: 14px;
  text-align: center;
}
.newdet-page .container .time_c .list {
  display: inline-block;
  margin: 0 8px;
}
.newdet-page .container .time_c .list img {
  vertical-align: middle;
  width: 16px;
}
.newdet-page .container .time_c .list span {
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: 1px;
  color: #999;
}
.newdet-page .container .content {
  margin-top: 50px;
  color: #828282;
    font-weight: 400;
}
.m-link {
  margin-top: 50px;
}
.m-link a {
  margin-top: 6px;
  font-size: 16px;
  display: inline-block;
}
.m-link a:hover {
  color: var(--base-color);
  text-decoration: underline;
}
.contact-page .init-1 .container {
  /*border-bottom: 1px solid #eee;*/
}
.contact-page .init-1 .container .left .tips {
  font-weight: 600;
  margin-bottom: 32px;
   
  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  margin-top: 10px;
color: #828282;
    font-weight: 400;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
  width: 100%;
}
.contact-page .init-1 .container .left form .list .name {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
}
.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 5px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
  border: 1px solid var(--base-color);
}
.contact-page .init-1 .container .left form .submit_c .submit_btn {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 15px 40px;
  background-color: var(--base-color);
  font-weight: 500;
  color: #fff;
   
  text-transform: uppercase;
}
.contact-page .init-1 .container .right {
  padding-left: 80px;
}
.contact-page .init-1 .container .right .tips {
  font-weight: 600;
   
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li {
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-1 .container .right .list ul li .tips_2 {
  font-weight: 500;
  color: #319da3; 
  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li .tips_2 i {
  width: 30px;
}
.contact-page .init-1 .container .right .list ul li .cont {
  word-wrap: break-word;
  margin: 10px 0 20px 0;
      color: #828282;
    font-weight: 400;
}
.contact-page .init-1 .container .right .list ul li:last-child {
  border: none;
}
.contact-page .init-1 .container .right .list ul li:last-child .cont {
  margin-bottom: 0;
}
.contact-page .init-2 {
  position: relative;
  z-index: 1;
  padding-top: 80px;
    /*padding-bottom: 80px;*/
}
.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.contact-page .init-2 .container .map #mapContainer {
  height: 400px;
}
.video-page .container ul {
  margin: -15px;
}
.video-page .container ul li {
  padding: 15px;
}
.video-page .container ul li video {
  display: block;
  width: 100%;
}

.history-page .top_c .left .tips{
  text-transform: uppercase;
  font-weight: 500;
  color: var(--base-color);
}
.history-page .top_c .left .title{
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.2;
  text-transform: uppercase;
   
  margin: 10px 0;
}
.history-page .top_c .left .des{
  margin-top: 20px;
  line-height: 1.8;
    font-weight: 500;
    color: #757575;
}
.history-page .top_c .left .line{
  width: 150px;
  height: 4px;
  background: var(--base-color);
}
.history-page .top_c .right{
  padding-left: 50px;
}
.history-page .top_c .right .box{
  position: relative;
}
.history-page .top_c .right img{
  width: 100%;
}

.history-page .bottom_c .list{
  padding-top: 30px;
  border-top: 1px solid #ddd;
  margin-top: 30px;
}
.history-page .bottom_c .time{
  width: 160px;
  font-weight: 600; 
  color: var(--base-color);
  line-height: 1;
}
.history-page .bottom_c .content{
  width: calc(100% - 160px);
  color: black;
    font-weight: 500;
    margin-top: 15px;
}
.history-page .bottom_c .content .img{
  margin-top: 20px;
  max-width: 600px;
}


@media (max-width: 1500px) {
  .font-60 {
    font-size: 50px;
  }
  .font-48 {
    font-size: 38px;
  }
  .font-40 {
    font-size: 30px;
  }
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 80px;
  }
}
@media (max-width: 1250px) {
  .inner-banner .bottom_c .left {
    display: none;
  }
  .inner-banner .bottom_c .right {
    width: 100%;
    text-align: left;
    margin: 16px 0;
  }
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .technology-page .init-1 .container .content .list {
    width: 310px;
  }
  .technology-page .init-1 .container .content .list2 {
    margin: 0 20px;
  }
  .technology-page .init-1 .container .content .list2 .title_c::before {
    display: none;
  }
  .technology-page .init-1 .container .content .list2 .title_c::after {
    display: none;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    right: 86%;
  }
  .product-new-page .init-2 .container .content .btn{
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }
  .inner-banner .cat_cont {
    height: auto;
    padding: 100px 0;
  }
  .inner-banner .cat_cont .container .cat_name {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    text-align: center;
  }
  .suatainable-page .init-1 .container .cont {
    width: 90%;
  }
  .suatainable-page .init-2 .container .title_c .left {
    width: 100%;
    text-align: center;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 10px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 20px -10px;
  }
  .suatainable-page .init-2 .container .content .list {
    padding: 0 10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    text-align: center;
    font-size: 24px;
  }
  .about-page .init-1 .container .des {
    text-align: center;
  }
  .about-page .init-2 .container .img {
    height: 300px;
  }
  .about-page .init-3 .container .list .column {
    width: 100%;
  }
  .about-page .init-3 .container .list .right {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .about-page .init-3 .container .list .right .line {
    margin: 6px auto 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .about-page .init-4 .container .content {
    margin: 40px -10px 0;
  }
  .about-page .init-4 .container .content .slick li {
    padding: 0 10px;
  }
  .about-page .init-5 .container .img {
    height: 400px;
  }
  .about-page .init-6 .container .column {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .honor-page .container .list {
    padding: 70px 20px;
  }
  .honor-page .container .list .content {
    margin: 30px -10px 0;
  }
  .honor-page .container .list .content .slick li {
    padding: 0 10px;
  }
  .honor-page .container .list .content .slick .slick-next {
    right: -14px;
  }
  .honor-page .container .list .content .slick .slick-prev {
    left: -14px;
  }
  .product-page .product-list li {
    text-align: center;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
    padding: 0 60px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .title {
    text-align: center;
  }
  .prodet-page .init-2 .container .tips {
    text-align: center;
  }
  .prodet-page .init-3 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .content .slick li .box .text {
    text-align: center;
  }
  .prodet-page .init-5 {
    text-align: center;
  }
  .product-new-page .init-1 .container .column {
    width: 100%;
    text-align: center;
  }
  .product-new-page .init-1 .container .right {
    margin-top: 20px;
  }
  .product-new-page .init-2 .container .content .slick li .box {
    text-align: center;
  }
  .product-new-page .init-3 .top .cont {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .technology-page .init-1 .container .content .list {
    margin: 20px 10px 0;
  }
  .technology-page .init-2 .container .list .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .agent-page .init-1 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .agent-page .init-1 .container .right {
    margin-top: 40px;
    width: 100%;
  }
  .agent-page .init-3 .container .tips {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c .list {
    margin: 10px 0 0 0;
  }
  .agent-page .init-4 .container {
    text-align: center;
  }
  .service-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    width: 100%;
    left: 0;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 210px;
  }
  .service-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .service-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container {
    text-align: center;
  }
  .device-page .init-1 .container .left {
    width: 100%;
  }
  .device-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .left {
    width: 100%;
  }
  .device-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .right .line {
    margin: auto;
  }
  .news-page .container ul {
    margin: 0 -5px;
  }
  .news-page .container ul li {
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
  }
  .news-page .container ul li .box {
    padding: 15px;
  }
  .news-page .container ul li .box .time {
    margin-left: 0;
  }
  .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .left form .list .name {
    text-align: left;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right .tips {
    text-align: center;
  }
  .history-page .top_c .left{
    width: 100%;
    text-align: center;
  }
  .history-page .top_c .left .line{
    display: none;
  }
  .history-page .top_c .right{
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .history-page .bottom_c .time{
    text-align: center;
    width: 100%;
  }
  .history-page .bottom_c .content{
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .history-page .bottom_c .content .img img{
    text-align: center;
    display: block;
    margin: auto;
  }
}
@media (max-width: 700px) {
  .phone_hide {
    display: none;
  }
  .suatainable-page .init-1 .container {
    width: 96%;
  }
  .about-page .init-1 .container .list_cont .list {
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
  }
  .about-page .init-1 .container .list_cont .list .text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }

  .honor-page .container .list .title {
    margin: 0 -20px;
  }
  .honor-page .container .list .des {
    margin: 20px -20px 0;
  }
  .honor-page .container .list .content .slick .slick-arrow {
    font-size: 30px;
  }
  .technology-page .init-1 .container .content {
    margin-top: 10px;
  }
  .technology-page .init-1 .container .content .list {
    width: 100%;
    margin: 40px 0 0;
  }
  .patent-page .patent-list li .left {
    width: 100%;
    padding: 0;
    border: none;
  }
  .patent-page .patent-list li .right {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    padding-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 100%;
    margin-top: 20px;
  }
  .download-page .container .content ul {
    margin: 0 -10px;
  }
  .download-page .container .content ul li {
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  .pt-90 {
    padding-top: 40px;
  }
  .pb-90 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pb-70 {
    padding-bottom: 40px;
  }
  .pt-70 {
    padding-top: 40px;
  }
  .font-60 {
    font-size: 30px;
  }
  .font-48 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-40 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-36 {
    font-size: 24px;
    line-height: 1.8;
  }
  .font-30 {
    line-height: 1.8;
    font-size: 24px;
  }
  .font-24 {
    font-size: 18px;
    line-height: 1.8;
  }
  .font-20 {
    font-size: 18px;
    line-height: 2;
  }
  .right_nav_list{
    right: 5px;
  }
  .right_nav_list ul li{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .right_nav_list ul li .more_cont{
    font-size: 20px;
  }
  .inner-banner .bottom_c .right {
    font-size: 18px;
    line-height: 2;
  }
  .inner-banner .bottom_c .right .img {
    margin-top: 8px;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 5px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    margin-top: 4px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 0 -10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    font-size: 20px;
    padding: 10px 16px;
  }
  .suatainable-page .init-1 .container .cont {
    padding: 16px;
  }
  .suatainable-page .init-3 .container .content .slick {
    margin-top: 20px;
  }
  .about-page .init-1 .container .list_cont {
    margin-top: 10px;
  }
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 50px;
  }
  .about-page .init-1 .container .list_cont .list .text {
    margin-top: 10px;
  }
  .about-page .init-3 {
    padding-top: 10px;
  }
  .about-page .init-3 .container .list {
    margin-top: 40px;
  }
  .about-page .init-4 .container .line {
    margin: 6px auto 0;
  }
  .about-page .init-4 .container .content {
    margin-top: 20px;
  }
  .about-page .init-4 .container .s_page {
    margin-top: 10px;
  }
  .about-page .init-4 .container .s_page li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .about-page .init-5 {
    height: auto;
  }
  .honor-page .container .list {
    padding: 40px 20px;
  }
  .product-page .product-list {
    margin: 0;
  }
  .product-page .product-list li {
    padding: 0;
  }
  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
  .prodet-page .init-1 .container .left {
    padding: 0;
  }
  .prodet-page .init-1 .container .left .big_img .btn {
    width: 26px;
    height: 26px;
    font-size: 20px;
    line-height: 24px;
    z-index: 2;
  }
  .prodet-page .init-1 .container .left .big_img .prev {
    left: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .prev i {
    margin-left: -2px;
  }
  .prodet-page .init-1 .container .left .big_img .next {
    right: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .next i {
    margin-left: 2px;
  }
  .prodet-page .init-1 .container .left .small_img .slick {
    margin: 0 -5px;
  }
  .prodet-page .init-1 .container .left .small_img .slick li {
    padding: 0 5px;
  }
  .prodet-page .init-1 .container .right .title {
    line-height: 1.8;
  }
  .prodet-page .init-3 .container .title_list .list {
    width: 50%;
    text-align: center;
    font-size: 16px;
  }
  .prodet-page .init-3 .container .content_list .list {
    padding-top: 20px;
  }
  .prodet-page .init-5 .container form .name {
    width: 100%;
  }
  .prodet-page .init-5 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .init-5 .container form input {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
  .prodet-page .init-5 .container form textarea {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
  .product-new-page .init-2 .container .content {
    margin-top: 20px;
  }
  .product-new-page .init-2 .container .content .slick li .box .sub_c .sub {
    margin-top: -3px;
  }
  .product-new-page .init-2 .container .content .slick li .box .more img {
    margin-left: 20px;
  }
  .product-new-page .init-3 .top .cont {
    padding: 100px 0;
  }
  .technology-page .init-1 .container .content .list .des {
    margin-top: 20px;
  }
  .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    margin-top: 30px;
    padding: 0;
  }
  .patent-page .patent-list li {
    padding: 20px 15px;
  }
  .patent-page .patent-list li .right .des {
    margin-top: 10px;
  }
  .agent-page .init-4 .container form .name {
    width: 100%;
  }
  .agent-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .agent-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .agent-page .init-4 .container form textarea {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .service-page .init-1 .container .left img {
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .content_list {
    padding-top: 10px;
  }
  .service-page .init-1 .container .right .content_list .list .des {
    margin-top: 10px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 50px;
  }
  .service-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
    width: 100%;
  }
  .service-page .init-4 .container form textarea {
    padding: 12px 20px 12px 60px;
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container form .name {
    width: 100%;
  }
  .service-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .download-page .container .content {
    margin-top: 0;
  }
  .download-page .container .content ul li .box .text {
    margin-top: 10px;
  }
  .device-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .device-page .init-2 .container .content ul li .box .cont {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 16px 10px;
  }
  .device-page .init-2 .container .content ul li .box .cont .sub {
    width: 100%;
  }
  .device-page .init-2 .container .content ul li .box .cont .text {
    color: #fff;
  }
  .news-page .container ul {
    margin: 0;
  }
  .news-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .content {
    margin-top: 20px;
  }
  .m-link {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form .list {
    margin-top: 10px;
  }
  .contact-page .init-1 .container .left form .list input {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .list textarea {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    padding: 4px 20px;
  }
  .contact-page .init-1 .container .right .list ul li {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 30px;
  }
  .contact-page .init-1 .container .right .list ul li .cont {
    margin: 8px 0;
  }
  .video-page .container ul {
    margin: 0;
  }
  .video-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .video-page .container ul li:first-child {
    margin-top: 0;
  }
  .history-page .bottom_c .list{
    padding-top: 20px;
    margin-top: 40px;
  }
}




#videos.wid1 video{
  width: 50%;
}
#videos.wid0 video{
  width: 100%;
}

.inner-page form{
  display:flex;
  flex-wrap: wrap;
}

.sca_ani_2 {
  -webkit-animation: sca_ani_2 2s linear infinite;
  -moz-animation: sca_ani_2 2s linear infinite;
  -o-animation: sca_ani_2 2s linear infinite;
  animation: sca_ani_2 2s linear infinite;
}
@-webkit-keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes sca_ani_2 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@-o-keyframes sca_ani_2 {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

/*4-11 add new css*/
.history-page {
  background: url(../images/history-bj.png) no-repeat #fff;
  background-position-x: left;
  background-position-y: 0px;
}
.history-page .history-2 {
  padding-top: 90px;
  padding-bottom: 33px;
}
.history-page .history-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.history-page .history-2 .ui.container .title{
  position: absolute;
  left: 0;
  top: 130px;
  font-weight: bold;
  color: #000;
}
.history-page .history-2 .ui.container .honorbox {
  width: 45%;
}
.history-page .history-2 .ui.container .yearbox {
  width: 50%;
  height: 853px;
  padding-left: 60px;
  position: relative;
}
.history-page .history-2 .ui.container .yearbox .main {
  height: 720px;
  overflow: hidden;
  padding-top: 80px;
}
.history-page .history-2 .ui.container .yearbox .main .swiper-scrollbar {
  left: 0;
  top: 0;
  background: rgba(73, 176, 65, 0.1);
  width: 3px;
}
.history-page .history-2 .ui.container .yearbox .main .swiper-scrollbar:before,
.history-page .history-2 .ui.container .yearbox .main .swiper-scrollbar:after {
  width: 19px;
  height: 19px;
  background: #fff;
  border: 2px solid var(--base-color);
  border-radius: 100%;
  content: "";
  position: absolute;
  left: -8px;
}
.history-page .history-2 .ui.container .yearbox .main .swiper-scrollbar:before {
  top: -20px;
}
.history-page .history-2 .ui.container .yearbox .main .swiper-scrollbar:after {
  bottom: -20px;
}
.history-page .history-2 .ui.container .yearbox .main .swiper-scrollbar .swiper-scrollbar-drag {
  background: var(--base-color);
}
.history-page .history-2 .ui.container .yearbox .main ul.yearlist {
  margin-top: -80px;
}
.history-page .history-2 .ui.container .yearbox .main ul.yearlist li {
  height: 160px;
  opacity: 0.5;
}
.history-page .history-2 .ui.container .yearbox .main ul.yearlist li.swiper-slide-active{
  opacity: 1;
}
.history-page .history-2 .ui.container .yearbox .main ul.yearlist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.history-page .history-2 .ui.container .yearbox .main ul.yearlist li .h4 {
  font-weight: 700;
  color: var(--base-color);
}
.history-page .history-2 .ui.container .yearbox .main ul.yearlist li p {
  display: none;
  margin-top: 10px;
  line-height: 1.6;
  max-height: 75px;
  overflow-y: auto;
}
@media screen and (max-width: 800px) {
  .history-page .history-2 .ui.container .honorbox {
    width: 100%;
  }
  .history-page .history-2 .ui.container .yearbox {
    width: 100%;
  }
}
.inner-page .list2 {
  margin: 0 -6px;
  /*margin-top: 25px;*/
}
.inner-page .list2 li {
  padding: 6px;
}
.inner-page .list2 li a {
  border: 1px solid #eee;
  padding: 0px;
  display: inline-block;
  line-height: 1.6;
  /*word-break: break-all;*/
}
.inner-page .list2 li .h5 a{
  border: none;
}



.download-page ul{
  margin: -25px;
}

.download-page ul li{
  padding: 25px;
}



.factory-nav{
  margin-bottom: 30px;
}

.factory-nav a{
  margin-bottom: 15px;
  margin-right: 30px;
  display: inline-block;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  background: #f3f3f3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.factory-nav a.active{
  background: #feaa33;
  color: #fff;
}

@media screen and (max-width: 1500px) {
  .factory-nav a{
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .factory-nav a{
    font-size: 14px;
    margin-right: 15px;
  }
}
/*---seo start-----*/
.desc.mt-20.mb-60.font-18{
  line-height: 2;
}
.text h1 {
    display: inline;
}





/*---seo end-----*/