@font-face {
  font-family: 'Days';
  src: url(../fonts/Days.ttf) format('truetype'), url(../fonts/Days.eot) format('eot'), url(../fonts/Days.woff) format('woff'), url(../fonts/Days.woff2) format('woff2');
}
@font-face {
  font-family: 'AGBuchStencilBQ';
  src: url(../fonts/AGBuchStencilBQ-Medium.ttf) format('truetype'), url(../fonts/AGBuchStencilBQ-Medium.eot) format('eot'), url(../fonts/AGBuchStencilBQ-Medium.woff) format('woff'), url(../fonts/AGBuchStencilBQ-Medium.woff2) format('woff2');
}
@font-face {
  font-family: 'Swiss721BT';
  src: url(../fonts/Swiss721BT-BlackCondensed.ttf) format('truetype'), url(../fonts/Swiss721BT-BlackCondensed.eot) format('eot'), url(../fonts/Swiss721BT-BlackCondensed.woff) format('woff'), url(../fonts/Swiss721BT-BlackCondensed.woff2) format('woff2');
}
body {
  font-family: "arial";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1560px;
}
#menu-btn i {
  margin-left: auto;
  width: 26px;
  height: 2px;
  background: #225b97;
  display: block;
  position: relative;
  -webkit-animation: wd 1.5s linear infinite;
  -moz-animation: wd 1.5s linear infinite;
  animation: wd 1.5s linear infinite;
}
#menu-btn i + i {
  margin-top: 5px;
}
#menu-btn i.ie2 {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}
#menu-btn i.ie3 {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#menu-btn i.ie4 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
#menu-btn {
  position: fixed;
  z-index: 222;
  right: 2%;
  top: 40px;
  cursor: pointer;
  cursor: hand;
  width: 26px;
}
@-webkit-keyframes wd {
  0% {
    width: 15px;
  }
  20% {
    width: 26px;
  }
  40% {
    width: 15px;
  }
  60% {
    width: 26px;
  }
  to {
    width: 15px;
  }
}
@-moz-keyframes wd {
  0% {
    width: 15px;
  }
  20% {
    width: 26px;
  }
  40% {
    width: 15px;
  }
  60% {
    width: 26px;
  }
  to {
    width: 15px;
  }
}
@keyframes wd {
  0% {
    width: 15px;
  }
  20% {
    width: 26px;
  }
  40% {
    width: 15px;
  }
  60% {
    width: 26px;
  }
  to {
    width: 15px;
  }
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 4px 20px 46px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 20px 46px rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#header.vis {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: hidden;
}
#header .nav {
  display: inline-block;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
#header .nav > .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav > .menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav > .menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav > .menu .menu-box ul.menu > li {
  margin: 0 35px;
  font-size: 18px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav > .menu .menu-box ul.menu > li::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 0;
  background-color: #225b97;
  -webkit-transform: skewX(-25deg) translate(-50%, -50%);
  -moz-transform: skewX(-25deg) translate(-50%, -50%);
  -ms-transform: skewX(-25deg) translate(-50%, -50%);
  transform: skewX(-25deg) translate(-50%, -50%);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: height .5s ease;
  -moz-transition: height .5s ease;
  transition: height .5s ease;
}
#header .nav > .menu .menu-box ul.menu > li:hover::before {
  height: 30px;
}
#header .nav > .menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav > .menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav > .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 > .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 > .menu .h-search {
  display: none;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .pro {
  display: none;
}
#banner .slick-active .pro {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
  border: 0;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: white;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner,
  .ser-banner {
    margin-top: 120px;
  }
}
.sl_box {
  height: 67px;
  border: 1px solid #dcdcdc;
  padding: 0 8px;
  border-radius: 67px;
  margin-left: 35px;
}
.p-search {
  margin: 7px 0;
  margin-right: 3px;
  width: 125px;
  height: 50px;
  background-color: #eeeeee;
  border-radius: 50px;
}
.p-search form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-search form input {
  width: 100%;
  height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border: 0;
  font-size: 16px;
  background-color: transparent;
  padding: 0 15px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.p-search form button {
  font-size: 20px;
  background: transparent;
  margin-left: 10px;
  border: 0;
}
.hover-language {
  padding: 7px 0;
}
.hover-language .zhuyu {
  color: #FFFFFF;
  background-color: #225b97;
  font-size: 18px;
  display: block;
  width: 97px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 97px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 100%;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #225b97;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
@-webkit-keyframes moveY {
  0% {
    top: 0;
  }
  50% {
    top: 42px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes moveY {
  0% {
    top: 0;
  }
  50% {
    top: 42px;
  }
  100% {
    top: 0;
  }
}
@keyframes moveY {
  0% {
    top: 0;
  }
  50% {
    top: 42px;
  }
  100% {
    top: 0;
  }
}
#banner {
  position: relative;
}
#banner .slick-list {
  height: 100%;
}
#banner .slick-track {
  height: 100%;
}
#banner .slick-slide > div {
  height: 100%;
}
#banner ul {
  height: 100%;
}
#banner li {
  position: relative;
  height: 100%;
}
#banner .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25%;
}
#banner .left {
  text-align: center;
}
#banner h2 {
  font-size: 174.24px;
  line-height: 1;
  color: #FFFFFF;
  font-family: 'AGBuchStencilBQ';
  text-transform: uppercase;
  text-shadow: 0 50px 15px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  animation-name: none;
}
#banner .slick-current h2.default {
  visibility: visible;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-fill-mode: forwards;
}

#banner .slick-current h2.special {
  visibility: visible;
  animation: firstAnimation .5s forwards, secondAnimation .5s 1s forwards; /* 第一段动画 3秒，第二段动画 0秒延迟5秒 */
}


@keyframes firstAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes secondAnimation {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}


#banner .pro {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30%;
}
#banner .pro.ass {
  top: 58%;
}
#banner .pro img {
  margin: auto;
  opacity: 0;
}
#banner .pro .pa {
  left: 0;
  top: 0;
}
#banner .slick-current .pro img {
  visibility: visible;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-fill-mode: forwards;
}
#banner .arrows {
  position: absolute;
  left: 5%;
  bottom: 10%;
}
#banner .arrows span {
  font-size: 24px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
#banner .godown {
  position: absolute;
  left: 50%;
  bottom: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .godown .line {
  margin: auto;
  height: 70px;
  width: 1px;
  /*background-color: rgba(255, 255, 255, 0.61);*/
  position: relative;
}
#banner .godown .line i {
  position: absolute;
  left: -14px;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  color: #1155a6;
  background-color: white;
  -webkit-animation: moveY 2s linear infinite;
  -moz-animation: moveY 2s linear infinite;
  animation: moveY 2s linear infinite;
}
#banner .godown .text {
  color: white;
  opacity: .57;
}
#banner .dots {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 40%;
}
#banner .dots .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  border: 1px solid #949494;
  border-radius: 0 68px 68px 0;
  -webkit-transform: translateX(-110px);
  -moz-transform: translateX(-110px);
  -ms-transform: translateX(-110px);
  transform: translateX(-110px);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
#banner .dots .item img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
#banner .dots .item + .item {
  margin-top: 10px;
}
#banner .dots .item.active {
  color: white;
  background-color: #225b97;
  border-color: #225b97;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#banner .dots .item.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#banner .dots .item span:first-of-type {
  width: 110px;
  padding-left: 10px;
}
#banner .dots .item span:last-of-type {
  width: 80px;
}
#banner .dots .item span:last-of-type img {
  display: block;
  margin: auto;
}
.baseTit h4 {
  padding-left: 25px;
  position: relative;
}
.baseTit h4::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 16px;
  background-color: #1155a6;
  -webkit-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.baseTit h2 {
  font-size: 33.81px;
  line-height: 1.1;
  font-family: 'Days';
}
.baseBtn {
  display: inline-block;
  font-size: 0;
  height: 47px;
  line-height: 45px;
  border-radius: 47px;
  background-color: white;
  border: 1px solid #eeeeee;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn span {
  display: inline-block;
  vertical-align: top;
}
.baseBtn span:first-of-type {
  margin: 0 10px 0 15px;
}
.baseBtn span:last-of-type {
  margin-top: 5px;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color: #225b97;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn.on {
  color: white;
  background-color: #225b97;
  border-color: #225b97;
}
.baseBtn.on span:last-of-type {
  color: #225b97;
  background-color: white;
}
.baseBtn:hover {
  color: white;
  background-color: #225b97;
  border-color: #225b97;
}
.baseBtn:hover span:last-of-type {
  color: #225b97;
  background-color: white;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  80% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .2;
  }
  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: .3;
  }
  80% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .2;
  }
  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: .3;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .2;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
.our-about {
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.our-about .container {
  position: static;
}
.our-about .play {
  position: absolute;
  left: 75%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  cursor: pointer;
  display: none;
}
.our-about .play::before,
.our-about .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: #225b97;
  opacity: .3;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.our-about .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
.our-about .left {
  width: 50%;
}
.our-about .left .maskTit {
  font-size: 214.17px;
  line-height: 1;
  font-family: 'Swiss721BT';
  white-space: nowrap;
  color: #f7f7f7;
  text-transform: uppercase;
  margin-bottom: -150px;
}
.our-about .left .content {
  margin: 25px 0;
}
.our-about .left .list {
  margin-top: 40px;
}
.our-about .left .list ul {
  margin: -10px;
}
.our-about .left .list li {
  padding: 10px;
  width: 33.33%;
  text-align: center;
}
.our-about .left .list li .tag {
  color: #1d1d1d;
  opacity: .73;
  margin-bottom: 10px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .left .list li .line {
  height: 1px;
  background-color: #eeeeee;
  position: relative;
}
.our-about .left .list li .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #225b97;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.our-about .left .list li .num {
  margin-top: 20px;
  color: #313131;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-about .left .list li .num em {
  font-size: 62px;
  line-height: 1;
  font-weight: bold;
}
.our-about .left .list li .num sup {
  font-size: 18px;
  vertical-align: top;
}
.our-about .left .list li:hover .tag {
  color: #225b97;
  opacity: 1;
}
.our-about .left .list li:hover .line::before {
  width: 100%;
}
.our-about .left .list li:hover .num {
  color: #225b97;
}
@-webkit-keyframes prev {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 3;
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: .5;
    z-index: 3;
  }
  80% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    z-index: 3;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    z-index: 1;
  }
}
@-moz-keyframes prev {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 3;
  }
  50% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: .5;
    z-index: 3;
  }
  80% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    z-index: 3;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    z-index: 1;
  }
}
@keyframes prev {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    z-index: 3;
  }
  50% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: .5;
    z-index: 3;
  }
  80% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    z-index: 3;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    z-index: 1;
  }
}
.prev {
  -webkit-animation: prev 1s linear;
  -moz-animation: prev 1s linear;
  animation: prev 1s linear;
}
.our-product {
  overflow: hidden;
}
.our-product .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.our-product .left {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 5%;
  background: white url(../images/product-bg.jpg) no-repeat center bottom -90px;
  position: relative;
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.2));
}
.our-product .left::before {
  content: url(../images/fuck-mask.png);
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-product .left > div {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
}
.our-product .left .ll {
  padding-right: 5%;
}
/*.our-product .left .rr {
  padding-left: 5%;
}*/
.our-product .left .num {
  font-size: 214.17px;
  line-height: 1;
  color: #f7f7f7;
  font-family: 'Swiss721BT';
  margin-bottom: -150px;
}
.our-product .left .content {
  margin-top: 40px;
}
.our-product .left .content > * {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .left .img {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
}
.our-product .left .slick-current .content > * {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.our-product .left .slick-current .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.our-product .left .name {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
}
.our-product .left .text {
  margin-bottom: 30px;
  font-size: 15px;
  color: #939393;
}
.our-product .left .list {
  margin-bottom: 40px;
  margin-right: -80px;
}
.our-product .left .list .item {
  width: 33.33%;
  float: left;
  padding-right: 30px;
}
.our-product .left .list .item.active img {
  background-color: #f0f0f0;
}
.our-product .left .next {
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #225b97;
  -webkit-box-shadow: 3px 0 46px rgba(55, 53, 53, 0.45);
  box-shadow: 3px 0 46px rgba(55, 53, 53, 0.45);
  cursor: pointer;
}
.our-product .left .next img {
  vertical-align: middle;
}
.our-product .right {
  width: 30%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 0 5%;
}
.our-product .right li {
  opacity: 0;
  z-index: 1;
}
.our-product .right li.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}
.our-product .right li .img {
  text-align: center;
  background: url(../images/category-bg.png)no-repeat center;
  background-size: 100% auto;
}
.our-product .right li .name {
  text-align: center;
  font-size: 24px;
  color: #3e3e3e;
  opacity: .51;
  font-weight: bold;
  margin-top: 15px;
}
@-webkit-keyframes moveX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}
@-moz-keyframes moveX {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}
@keyframes moveX {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
  }
}
.baseSlide {
  overflow: hidden;
}
.baseSlide li {
  opacity: 0;
  z-index: 1;
}
.baseSlide li.prev {
  -webkit-animation: moveX 1s linear;
  -moz-animation: moveX 1s linear;
  animation: moveX 1s linear;
}
.baseSlide li.active {
  opacity: 1;
  z-index: 2;
}
.i-advantage {
  position: relative;
}
.i-advantage::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 46%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/adv-bg.jpg) no-repeat center;
  background-size: cover;
}
.i-advantage .baseTit::before {
  content: attr(data-text);
  font-size: 188.33px;
  line-height: 1;
  color: #f7f7f7;
  font-family: 'Swiss721BT';
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  top: -40px;
  left: 0;
}
.i-advantage .container {
  position: static;
}
.i-advantage .img {
  position: absolute;
  width: 54%;
  height: 100%;
  left: 46%;
  top: 0;
  background-image: url(../images/adv-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.i-advantage .left {
  width: 40%;
}
.i-advantage .left ul {
  margin: 40px 0;
}
.i-advantage .left li + li {
  margin-top: 50px;
}
.i-advantage .left li .icon {
  float: left;
}
.i-advantage .left li .content {
  padding-left: 110px;
}
.i-advantage .left li .content .text {
  margin-top: 10px;
  color: #9b9b9b;
  font-size: 15px;
}
.our-application {
  position: relative;
}
.our-application::before {
  content: "";
  position: absolute;
  width: 30%;
  left: 70%;
  top: 0;
  height: 100%;
  background: url(../images/application-bg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}
.our-application::after {
  content: attr(data-text);
  position: absolute;
  left: 100%;
  bottom: 0;
  font-size: 117.09px;
  line-height: 1.2;
  font-weight: bold;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  color: transparent;
  text-stroke: 1px white;
  -webkit-text-stroke: 1px white;
  opacity: .7;
}
.our-application .baseTit h4 {
  color: white;
}
.our-application .baseTit h4::before {
  background-color: white;
}
.our-application .baseTit h2 {
  color: white;
}
.our-application .bgs {
  position: absolute;
  z-index: -1;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
}
.our-application .bgs:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 100;
}
.our-application .bgs .item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: 1s ease;
}
.our-application .bgs .item.active {
  z-index: 99;
  opacity: 1;
}

@keyframes byd {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

/*.our-application .bgs .item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
}
.our-application .bgs .item.active {
  z-index: 99;
  opacity: 1;
  animation: byd 1s forwards;
}*/

.our-application .arrows {
  position: absolute;
  left: 70%;
  bottom: 0;
}
.our-application .arrows span.arrow {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  cursor: pointer;
}
.our-application .arrows span.arrow.arrow_l {
  margin-left: -70px;
  color: white;
  background-color: #225b97;
}
.our-application .arrows span.arrow.arrow_r {
  color: #225b97;
  background-color: white;
}
.our-application .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;
  position: static;
}
.our-application .left {
  width: 550px;
}
.our-application .left .text {
  color: white;
  margin: 35px 0 45px;
}
.our-application .right {
  width: 50%;
  padding: 0 5%;
}
.our-news {
  position: relative;
  overflow: hidden;
}
.our-news::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 35%;
  right: 0;
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
}
.our-news::after {
  content: attr(data-text);
  position: absolute;
  right: 0;
  top: 100%;
  font-size: 233.86px;
  line-height: .8;
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  color: #424242;
  opacity: .05;
  pointer-events: none;
}
.our-news .hot {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.1));
}
.our-news .hot ul {
  height: 100%;
  -webkit-mask-image: url(../images/news-mask.png);
  -webkit-mask-size: cover;
  -webkit-mask-position: center right;
  -webkit-mask-repeat: no-repeat;
}
.our-news .hot li {
  height: 100%;
  position: relative;
}
.our-news .hot li .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 550px;
  background-position: center;
  /*background-color: #e1e1e1;*/
}
.our-news .hot .slick-list {
  height: 100%;
}
.our-news .hot .slick-track {
  height: 100%;
}
.our-news .hot .slick-slide > div {
  height: 100%;
}
.our-news .hot .next {
  width: 62px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 22px;
  top: 49%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 3px 0 46px rgba(55, 53, 53, 0.45);
  box-shadow: 3px 0 46px rgba(55, 53, 53, 0.45);
  cursor: pointer;
}
.our-news .hot .next img {
  vertical-align: middle;
}
.our-news .container {
  position: static;
}
.our-news .left {
  width: 50%;
  margin-left: auto;
}
.our-news .line {
  width: 70%;
  border-bottom: 2px solid #e3e8e7;
}
.our-news .list {
  width: 95%;
}
.our-news .list li {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
.our-news .list li .date {
  font-size: 14px;
  line-height: 1;
  color: #9fa7ad;
  text-align: center;
}
.our-news .list li .date span {
  display: block;
  font-size: 36px;
  font-weight: bold;
}
.our-news .list li .content {
  margin-left: auto;
  width: 73%;
  padding-left: 6%;
  border-left: 2px solid #9fa7ad;
}
.our-news .list li .content .name {
  color: #5b5b5d;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li .content .newsMore {
  color: #9fa7ad;
}
.our-news .list li .arrow {
  width: 15%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: right;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-news .list li.active,
.our-news .list li:hover {
  border-color: rgba(70, 70, 71, 0.1);
}
.our-news .list li.active .name,
.our-news .list li:hover .name {
  color: black;
}
.our-news .list li.active .arrow,
.our-news .list li:hover .arrow {
  opacity: 1;
}
.our-partner {
  background: url(../images/partner-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.our-partner .container {
  width: 77%;
}
.our-partner .Tit {
  font-size: 36px;
  font-family: 'Days';
}
.our-partner .list li {
  padding: 15px 30px;
  width: 25%;
}
.our-partner .list li img {
  -webkit-box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 29px rgba(0, 0, 0, 0.1);
}
#footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
}
#footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
#footer .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
#footer .left .top {
  padding: 25px 60px 40px 0;
  margin-top: auto;
  border-top: 1px solid rgba(166, 168, 172, 0.15);
}
#footer .left .top .Tit {
  font-size: 22px;
  opacity: .73;
  margin-bottom: 25px;
}
#footer .left .bottom {
  padding: 40px 30px 40px 0;
  border-top: 1px solid rgba(166, 168, 172, 0.15);
}
#footer .right {
  padding-left: 55px;
  width: 340px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid rgba(166, 168, 172, 0.15);
}
#footer .form {
  margin-right: -10px;
}
#footer .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#footer .form .item {
  width: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .form .item input {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
}
#footer .form input,
#footer .form textarea {
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px;
  border: none;
  font-size: 17px;
  background-color: rgba(166, 168, 172, 0.15);
}
#footer .form textarea {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
#footer .form input[type="submit"] {
  font-size: 25px;
  width: 220px;
  color: #FFFFFF;
  background-color: #235a98;
  border-radius: 20px;
}
#footer .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-block h4 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#footer .foot-block .line {
  width: 200px;
  border-bottom: 2px solid rgba(112, 112, 112, 0.66);
  position: relative;
}
#footer .foot-block .line::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -3px;
  width: 30px;
  background-color: #707070;
}
#footer .foot-block li {
  font-size: 17px;
  line-height: 1.8;
  opacity: .55;
}
#footer .foot-bottom {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid rgba(166, 168, 172, 0.15);
}
#footer .foot-bottom p {
  font-size: 15px;
}
#footer .foot-bottom img {
  height: 15px;
  vertical-align: middle;
}
#footer .contactBtn {
  margin-top: 40px;
}
#footer .contactBtn a {
  display: inline-block;
  color: white;
  background-color: #235b90;
  padding: 0 30px;
  height: 57px;
  line-height: 57px;
  border-radius: 57px;
  letter-spacing: 1px;
}
#footer .contactBtn a span {
  margin-right: 35px;
}
#footer .social-links {
  font-size: 0;
  margin-top: 40px;
}
#footer .social-links a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000000;
  opacity: .29;
}
#footer .social-links a:hover {
  opacity: 1;
  color: white;
  background-color: #235b90;
  border-color: #235b90;
}
#footer .social-links a + a {
  margin-left: 10px;
}
#ewm {
  width: 170px;
  border: 5px solid white;
}
@media (min-width: 1000px) {
  .mt-70 {
    margin-top: 70px;
  }
}




@media (max-width: 1600px) {

#banner .pro.ass {
    top: 50%;
}

  #banner h2 {
    font-size: 130px;
  }
  #banner .content {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #header .nav > .menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  .hover-language .zhuyu {
    width: 50px;
  }
  .our-about .left {
    width: 65%;
  }
  .our-about .left .maskTit {
    font-size: 150px;
  }
  .our-about .left .list li .num em {
    font-size: 48px;
  }
  .our-product .left .ll {
    padding-right: 5%;
  }
  .our-product .left .num {
    font-size: 150px;
  }
  .i-advantage .baseTit::before {
    font-size: 150px;
  }
  .i-advantage .img {
    width: 50%;
    left: 50%;
  }
  .i-advantage .left {
    width: 45%;
  }
  .i-advantage::before {
    width: 50%;
  }
  .our-news::after {
    font-size: 150px;
  }
  .our-news .list {
    width: 100%;
  }
  #footer .social-links a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  #footer .right {
    padding-left: 30px;
  }
  #footer .left .foot-block {
    max-width: 35%;
  }
  #footer .foot-block .line {
    width: 100%;
  }
  #footer .left .top {
    padding: 20px 20px 20px 0;
  }
  #footer .left .bottom {
    padding: 20px 20px 20px 0;
  }
  #footer .form .item {
    width: 350px;
  }
  #footer .form input,
  #footer .form textarea {
    padding: 10px;
    font-size: 16px;
  }
  #footer .form input[type="submit"] {
    font-size: 20px;
    width: 180px;
  }
}
@media (max-width: 1440px) {
  #header .nav > .menu .logo {
    width: 100px;
  }
  #header .nav > .menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  .hover-language .zhuyu {
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .p-search {
    height: 40px;
  }
  .p-search form input {
    height: 40px;
  }
  .sl_box {
    height: 55px;
  }
  #menu-btn {
    top: 25px;
  }
  #banner h2 {
    font-size: 100px;
  }
  #banner .arrows span {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .font-18 {
    font-size: 16px;
  }
  .baseTit h4::before {
    top: 3px;
  }
  .baseTit h2 {
    font-size: 24px;
    line-height: 1.5;
  }
  .our-about .left .maskTit {
    font-size: 100px;
    margin-bottom: -70px;
  }
  .our-product .left .name {
    font-size: 20px;
  }
  .our-product .left .num {
    font-size: 100px;
    margin-bottom: -70px;
  }
  .our-product .left .content {
    margin-top: 20px;
  }
  .our-product .left .text {
    margin-bottom: 20px;
  }
  .our-product .left .list {
    margin-bottom: 20px;
  }
  .our-product .right li .name {
    font-size: 20px;
  }
  .i-advantage .baseTit::before {
    font-size: 100px;
  }
  .i-advantage .left ul {
    margin: 20px 0;
  }
  .i-advantage .left li + li {
    margin-top: 20px;
  }
  .our-application::after {
    font-size: 80px;
  }
  .our-application .left {
    width: 45%;
  }
  .our-application .right {
    padding: 0;
  }
  .our-news .hot {
    width: 45%;
  }
  .our-news .list li .content {
    width: 85%;
  }
  .our-news::after {
    font-size: 100px;
  }
  .our-news .list li .arrow {
    display: none;
  }
  .our-partner .Tit {
    font-size: 30px;
  }
  .our-partner .list ul {
    margin: -15px;
  }
  .our-partner .list li {
    padding: 15px;
  }
  #footer .foot-block h4 {
    font-size: 18px;
  }
  #footer .foot-block li {
    font-size: 16px;
  }
  #footer .left .foot-block {
    max-width: 30%;
  }
  #ewm {
    width: 150px;
  }
}
@media (max-width: 1230px) {
  .sl_box {
    height: 52px;
    margin-left: auto;
  }
  .hover-language {
    padding: 5px 0;
  }
  #header .nav > .menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #menu-btn {
    right: 15px;
  }
  .p-search {
    display: none;
  }
  #header .nav > .menu .h-search {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
  }
  #header .nav > .menu .h-search img {
    vertical-align: middle;
  }
  #banner .dots {
    display: none;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-about .left .list li .num em {
    font-size: 36px;
  }
  .our-product .left .text {
    font-size: 14px;
  }
  .our-product .left .ll {
    width: 100%;
  }
  .our-product .left .rr {
    display: none;
  }
  .our-product .right li .name {
    font-size: 18px;
  }
  .our-product .left {
    width: 50%;
  }
  .our-product .right {
    width: 50%;
    padding: 0 10%;
  }
  .i-advantage .left li .icon {
    width: 60px;
  }
  .i-advantage .left li .content {
    padding-left: 80px;
  }
  .our-partner .container {
    width: 90%;
  }
  #footer .left .bottom {
    display: none;
  }
  #footer .box {
    display: block;
  }
  #footer .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border-left: 0;
    border-top: 1px solid rgba(166, 168, 172, 0.15);
  }
  #footer .container {
    height: auto;
  }
  #footer .left .top {
    padding: 30px 0;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #menu-btn {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .section {
    height: auto !important;
    padding: 60px 0;
  }
  #index-body .fp-tableCell {
    height: auto !important;
  }
  #banner {
    padding: 0 !important;
  }
  #banner li {
    height: 700px;
  }
  #banner h2 {
    font-size: 80px;
  }
  #banner .arrows {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #banner .arrows span {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .our-about {
    background: none;
  }
  .our-about .play {
    display: none;
  }
  .our-about .left {
    width: 100%;
  }
  .our-product .left {
    width: 100%;
  }
  .our-product .right {
    display: none;
  }
  .our-product .left .next {
    display: none;
  }
  .our-product .left::before {
    display: none;
  }
  .our-product .left {
    background: none;
    -webkit-filter: none;
    filter: none;
  }
  .i-advantage::before {
    width: 100%;
  }
  .i-advantage .left {
    width: 100%;
  }
  .i-advantage .img {
    display: none;
  }
  .our-news .hot {
    display: none;
  }
  .our-news::before {
    left: 0;
  }
  .our-news .left {
    width: 100%;
  }
  .our-news .list li {
    border-color: rgba(70, 70, 71, 0.1);
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
  }
  #footer .foot-block li {
    font-size: 14px;
  }
  .i-advantage .left li .content .text {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .our-about .left .maskTit {
    font-size: 80px;
    margin-bottom: -40px;
  }
  .our-product .left .num {
    font-size: 80px;
    margin-bottom: -40px;
  }
  .i-advantage .baseTit::before {
    font-size: 80px;
  }
  .our-application .container {
    display: block;
  }
  .our-application .left {
    width: 100%;
  }
  .our-application .right {
    width: 100%;
    display: none;
  }
  .our-application::after {
    display: none;
  }
  .our-application::before {
    display: none;
  }
  .our-application .bgs {
    width: 100%;
  }
  .our-news::after {
    font-size: 80px;
  }
  .our-partner .Tit {
    font-size: 24px;
  }
  #footer .form form {
    display: block;
  }
  #footer .form .item {
    width: 100%;
  }
  #footer .form textarea {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
  }
  #footer .form input[type="submit"] {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    font-size: 16px;
  }
  #footer .form input,
  #footer .form textarea {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  #banner li {
    height: 400px;
  }
  #banner h2 {
    font-size: 60px;
    text-shadow: 0 20px 5px rgba(0, 0, 0, 0.3);
  }
  #banner .godown {
    display: none;
  }
  .our-about .left .maskTit {
    display: none;
  }
  .our-about .left .list li {
    width: 100%;
  }
  .our-product .left .num {
    display: none;
  }
  /*.i-advantage {
    display: none!important;
  }*/
  .i-advantage .baseTit::before {
    display: none;
  }
  /*.our-application {
    display: none!important;
  }*/
  .our-news::after {
    display: none;
  }
  .our-news .line {
    width: 100%;
  }
  .our-news .list li {
    display: block;
  }
  .our-news .list li .date {
    text-align: left;
  }
  .our-news .list li .content {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-left: 0;
    border-top: 2px solid #9fa7ad;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  /*.our-partner {
    display: none!important;
  }*/
  #footer .left .top .Tit {
    font-size: 18px;
  }

  .our-partner .list ul {
    margin: -5px;
  }

  .our-partner .list li {
    width: 33.33%;
    padding: 5px;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner .pro {
    width: 40%;
  }
  #banner h2 {
    font-size: 45px;
  }
  .baseTit h2 {
    font-size: 20px;
  }
  .our-product .left .name {
    font-size: 18px;
  }
  .our-product .left .list {
    margin-right: -40px;
  }
  .our-product .left .list .item {
    padding-right: 40px;
  }
  #footer .contactBtn a {
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
  }
  #footer .form .item input {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
  }
  #footer .form textarea {
    height: 100px;
  }


  .our-partner .list li {
    width: 50%;
  }
}







.more {
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #225b97;
    color: #fff;

    border-radius: 5px;
    padding: 15px 20px;
    font-size: 16px;
    position: relative;
    z-index: 1;
 
    overflow: hidden;
}

.more img {
    vertical-align: baseline;
    display: inline-block;
    margin-left: 15px;
}

.more:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #222;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.more:hover {
    color: #fff;
}

.more:hover:after {
    width: 100%;
}




.i-why {
  background: url(../images/why-bg.jpg) no-repeat;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 120px;
}
.i-why .top {
  color: white;
}
.i-why .top .left {
  padding-right: 210px;
}
.i-why .top .left .h4 {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 12px;
}
.i-why .top .right {
  padding-top: 30px;
  padding-left: 12px;
}
.i-why .top .right .des {
  font-size: 16px;
  line-height: 30px;
}
.i-why .top .right .btn {
  margin-top: 55px;
}
.i-why .top .right .btn a {
  margin-right: 65px;
}
.i-why .top .right .btn a::after {
  background: white;
}
.i-why .top .right .btn a:hover {
  color: #225b97;
}
.i-why .top .right .btn a.cont {
  margin-right: 0;
  background: transparent;
  border: 2px solid white;
  padding: 0 60px;
}
.i-why .top .right .btn a.cont::after {
  background: #225b97;
}
.i-why .top .right .btn a.cont:hover {
  color: white;
}
.i-why ul {
  margin: -12px;
}
.i-why ul li {
  padding: 12px;
}
.i-why ul li .box {
  background: white;
  text-align: center;
  border-radius: 10px;
  padding: 30px 30px 40px;
}
.i-why ul li .box .icon img {
  margin: auto;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.i-why ul li .box .h5 {
  font-size: 18px;
  font-weight: bold;
  margin: 23px  0 11px;
}
.i-why ul li .box .des {
  font-size: 15px;
  line-height: 1.5;
  color: #828282;
  margin-bottom: 24px;
  min-height: 7.5em;
}
.i-why ul li .box .more {
  background: #253745;
  border-radius: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: auto;
  font-weight: normal;
}
.i-why ul li .box .more span {
  width: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  opacity: 0;
  white-space: nowrap;
}
.i-why ul li .box .more img {
  display: inline-block;
  margin-left: 0;
}
.i-why ul li .box .more::after {
  background: #225b97;
}
.i-why ul li .box .more:hover {
  width: 170px;
  border-radius: 13px;
}
.i-why ul li .box .more:hover span {
  width: auto;
  opacity: 1;
}
.i-why ul li .box .more:hover img {
  margin-right: 15px;
}
.i-why ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.i-why ul .slick-dots {
  text-align: center;
  margin: 0;
  margin-top: 25px;
}
.i-why ul .slick-dots li {
  padding: 0;
  display: inline-block;
  width: 35px;
  height: 6px;
  border-radius: 3px;
  margin: 0 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.5);
}
.i-why ul .slick-dots li button {
  display: none;
}
.i-why ul .slick-dots li.slick-active {
  background: white;
}
.i-why .list {
  padding-top: 60px;
}
.i-why .arrow {
  position: absolute;
  left: 0;
  bottom: 100%;
}
.i-why .arrow span {
  width: 58px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  background: black;
  color: white;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
}
.i-why .arrow span:hover {
  background: #013c90;
}

@media screen and (max-width: 1400px) {
  .i-why .top .left {
    padding-right: 125px;
  }
  .i-why .top .right .btn a {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .i-why .top .left {
    width: 100%;
    padding-right: 0;
  }
  .i-why .top .right {
    width: 100%;
    padding-left: 0;
  }
  .i-why .list {
    padding-top: 22px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 700px) {
  .i-why ul li .box {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 500px) {
  .i-why .top .left .h4 {
    font-size: 20px;
  }
  .i-why .top .right .btn a.cont {
    padding: 0 50px;
  }
  .i-why ul .slick-dots li {
    width: 6px;
    margin: 0 5px;
  }
  .i-why {
    padding: 50px 0 60px;
  }
}




.inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.inner-banner {
     display: block;
    padding: 160px 0 100px;
    color: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: top center;
    background: aliceblue;
    background-attachment: fixed;
}
.inner-banner:after {
    content: '';
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    opacity: 1;
}
.inner-banner.active:after {
    opacity: 0.3;
    -webkit-transition: 1.2s 1s;
    -moz-transition: 1.2s 1s;
    -ms-transition: 1.2s 1s;
    -o-transition: 1.2s 1s;
    transition: 1.2s 1s;
}


.inner-banner .box {
    text-align: center;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.inner-banner.active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.inner-banner .box .content {
 
    margin: 0 auto;
    text-align: left;
}

.inner-banner .box .mbx {
    display: none;
    font-size: 18px;
    line-height: 2;
    position: relative;
    z-index: 2;
}
.inner-banner .box .content .mbx a, .inner-banner .box .content .mbx span {
    display: inline-block;
    text-transform: capitalize;
}

.inner-banner .box h2 {
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    margin: 20px 0;
    font-weight: bold;
    text-transform: capitalize;
    z-index: 1;
    padding-left: 20px;
}
.catpage {
    font-size: 16px;
    line-height: 30px;
}
.inner-banner h2:after {
    content: attr(data-text);
    font-size: 80px;
    color: transparent;
    text-stroke: 1px rgb(255 255 255/40%);
    -webkit-text-stroke: 1px rgb(255 255 255/40%);
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: -20%;
    z-index: -2;
    opacity: 0;
    display: none;
}
.inner-banner.active .box h2:after {
    left: 0;
    opacity: 1;
    -webkit-transition: 1.8s .5s;
    -moz-transition: 1.8s .5s;
    -ms-transition: 1.8s .5s;
    -o-transition: 1.8s .5s;
    transition: 1.8s .5s;
}
.inner-banner .btn {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
       background: #225b97;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .btn a.more.contact {
    padding-left: 20px;
    background: #fff;
    color: #000;
    margin-left: 10px;
    padding-right: 0;
}
.inner-banner .btn a.more {
    line-height: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px;
      background: #225b97;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-banner .btn a.more.contact i {
    text-align: center;
    color: #fff;
    background: #225b97;
    width: 50px;
    margin-left: 20px;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    padding-top: 15px;
}
.inner-banner .btn a.more.contact:hover{
  color: white;
}
.inner-banner .box h6 {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
  margin-top: 20px;
}
.inner-banner .nav-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner .nav-list ul {
  letter-spacing: -5px;
}
.inner-banner .nav-list ul li {
display: inline-block;
    letter-spacing: 0;
    min-width: 320px;
    font-size: 18px;
    color: #fff;
    background: rgba(7,66,149,.6);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 1px;
}
.inner-banner .nav-list ul li a {
  display: block;
  padding: 30px;
      font-weight: bold;
}
.inner-banner .nav-list ul li:hover {
  background: #225b97;
}
@media screen and (max-width: 1600px){
  .inner-banner .box {
    padding-left: 0;
  }
  .inner-banner .box h2 {
    font-size: 54px;
    padding: 10px 0;
  }
  .inner-banner {
    height: 600px;
    padding-top: 180px;
  }
   .inner-banner .box h6{
    font-size: 30px;
  }
  .inner-banner .nav-list ul li a {
    padding: 10px;
  }
  .inner-banner .nav-list ul li {
    min-width: 220px;
  }
}
@media screen and (max-width: 1250px){
  .inner-banner {
    height: 480px;
    padding-top: 120px;
  }
  .inner-banner .box h2 {
    font-size: 44px;
    border-bottom: 6px solid white;
  }
   .inner-banner .box h6{
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px){
  .inner-banner {
    height: 400px;
  }
  .inner-banner .box h2 {
    font-size: 32px;
    border-bottom-width: 2px;
  }

  .inner-banner .btn {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .inner-banner {
    height: 240px;
    padding-top: 60px;
  }
  .inner-banner .box h6 {
    font-size: 16px;
  }
   .inner-banner .nav-list {
    display: none;
  }
}
@media screen and (max-width: 500px){
  .inner-banner .box h6 {
    font-size: 20px;
  }
  .inner-banner .box h6 {
    display: none;
  }
  .inner-banner {
    height: 180px;
    padding-top: 60px;
  }
  .inner-banner .box h2 {
    font-size: 24px;
  }
}
.inner-page .m-page {
  margin-top: 90px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fce6d1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
}
.inner-page .m-page a:after,
.inner-page .m-page span:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: #225b97;
  color: #fff;
}
.about-page h2.h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.about-page .i-semi p.p {
    color: #000;
    line-height: 36px;
    font-size: 18px;
}
.about-page .our-rz ul {
    display: flex;
    justify-content: space-between;
}
.about-page .our-rz h2 {
    font-size: 24px;
    margin-bottom: 45px;
    position: relative;
}
.about-page .our-rz {
    padding: 70px 0;
}
.about-page .our-rz h2:after {
    content: "";
    position: absolute;
    width: 10%;
    left: 50%;
    height: 3px;
    background: #225b97;
    bottom: -10px;
    transform: translateX(-50%);
}
.about-ab .top {
    padding-top: 80px;
}

.about-ab .top h2 {
    color: #225b97;
    font-size: 24px;
}
.about-ab .top h3 {
    color: #000;
    font-size: 38px;
    margin-bottom: 10px;
}
h1.catdhh {
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
}
.about-ab .top p {
    color: #363636;
    font-size: 16px;
    padding: 8px 0;
    line-height: 32px;
}
.about-page .about-factory img.cpm {
    opacity: 0;
    object-fit: cover;
    width: 100%;
    height: 400px;
}
.about-page .about-factory .play {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .54);
    cursor: pointer;
    cursor: hand;
}
.about-page .about-factory .play:after, .about-page .about-factory .play:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(0, 0, 0, .1);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}
.about-page .about-factory .play:after {
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}
.about-page .about-factory .play i {
    display: inline-block;
    vertical-align: middle;
    left: 3px;
    font-size: 0;
    position: initial;
}
.corporate-culture {
    padding: 110px 0;
}
.corporate-culture .ui.container {
 display: flex;
    align-items: center;
}

.corporate-culture .left {
    width: 50%;
        padding-right: 2%;
}
.corporate-culture .left h2 {
    color: #225b97;
    font-size: 18px;
        font-family: 'Days';
}
.corporate-culture .left h3 {
      color: #000;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.2;
        font-weight: bold;
    margin-top: 10px;
    width: 90%;
}
.corporate-culture .left p {
    color: #7b7b7b;
    font-size: 17px;
    padding: 8px 0;
    line-height: 36px;

}
.corporate-culture .right {
    width: 50%;
        text-align: right;
}
.corporate-culture .right img {
}

.corporate-culture .left p em {
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
}


.corporate-culture .left ul {
    display: flex;
    margin-left: -35px;
    width: 95%;
    margin-top: 20px;
}

.corporate-culture .left ul li {
    width: 33.33%;
    text-align: center;
}
.corporate-culture .left ul li p {
    border: 2px solid #225b97;
    border-radius: 100%;
    height: 120px;
    width: 120px;
    line-height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #000;
    font-size: 26px;
    font-weight: bold;
}
.corporate-culture .left ul li span {
    font-size: 14px;
    color: #000;
    line-height: 28px;
}
.about-page .i-semi {
    text-align: center;
    padding: 80px 0 60px;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#f1f7fc),color-stop(50%,#fff));
    background: -webkit-linear-gradient(#f1f7fc 50%,#fff 50%);
    background: -moz-linear-gradient(#f1f7fc 50%,#fff 50%);
    background: linear-gradient(#f1f7fc 50%,#fff 50%);
}
.about-page .i-semi p.p {
  color: #000;
  line-height: 36px;
}
.about-page .i-semi .semi-list {
  margin-top: 40px;
  position: relative;

}
.about-page .i-semi .semi-list ul {

}
.about-page .i-semi .semi-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 49px;
  height: 48px;
  background: url(../images/factory-l.jpg) no-repeat center;
  bottom: 0;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .i-semi .semi-list .slick-prev {
  right: 50%;
  margin-right: 5px;
}
.about-page .i-semi .semi-list .slick-next {
  background: url(../images/factory-r.jpg) no-repeat center;
  left: 50%;
  margin-left: 5px;
}
.about-page .i-semi .semi-list ul li {
  padding: 0 10px;
}
.about-page .i-semi .semi-list ul li img {
  width: 100%;
}
.about-page .i-semi .semi-list ul li p {
  padding: 25px 0;
  font-size: 18px;
  display: none;
}
.about-page .about-4 {
  
}

.about-page .about-4 .box {
  
    display: block;
    margin: 0 auto;
    max-height: 500px;
    overflow: overlay;
}

.about-page .about-4 .box ul {
    position: relative
}

.about-page .about-4 .box ul:after {
    content: '';
    width: 2px;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    top: 17px;
    background: #000;
    background: -webkit-gradient(linear,left top,bottom top,color-stop(0%,#5483eb),color-stop(100%,transparent));
    background: -moz-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: -webkit-linear-gradient(top,#000 0%,transparent 100%);
    background: -o-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: -ms-linear-gradient(bottom,#5483eb 0%,transparent 100%);
    background: linear-gradient(to bottom,#fff,transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb', endColorstr='transparent',GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5483eb',endColorstr='transparent',GradientType=0);
    position: absolute;
}

.about-page .about-4 .box ul li {
    padding-bottom: 20px;
    position: relative
}

.about-page .about-4 .box ul li:after {
content: '';
    width: 10px;
    height: 10px;
    border: 4px solid #fff;
    background: #225b97;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 17px;
    z-index: 1;
    -moz-box-shadow: 0 0 3px 3px #fff;
    -o-box-shadow: 0 0 3px 3px #fff;
    box-shadow: 0 0 3px 3px #225b97;
}

.about-page .about-4 .box ul li h5 {
  font-size: 20px;
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .box ul li .content {
    display: block;
    padding: 10px 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background: rgba(0,160,233,0.5);
}

.about-page .about-4 .box ul li .content .text {
   display: block;
    font-size: 14px;
     color: #fff;
    line-height: 28px;
    margin-top: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .box ul li .content:after {
    content: '';
    border-right: 10px solid #225b97;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: 100%;
    top: 15px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1
}

.about-page .about-4 .box ul li .content:before {
content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: #000;
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#000),color-stop(100%,#000));
    background: -moz-linear-gradient(right,#2cbcff 0%,#3388fc 100%);
    background: -webkit-linear-gradient(left,#000 0%,#000 100%);
    background: -o-linear-gradient(right,#2cbcff 0%,#3388fc 100%);
    background: -ms-linear-gradient(right,#2cbcff 0%,#3388fc 100%);
    background: linear-gradient(to right,#225b97,#33b3ed);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff', endColorstr='#3388fc',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2cbcff',endColorstr='#3388fc',GradientType=1);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .box ul li .left {
  padding-top: 10px;
    padding-right: 35px;
    text-align: right;
    position: relative;
 
}

.about-page .about-4 .box ul li .right {
    padding-left: 25px;
    position: relative;
   
}

.about-page .about-4 .box ul li:last-child {
    padding-bottom: 0
}

.about-page .about-4 .box ul li:nth-child(odd) .left {
    left: 50%;
    text-align: left;
    padding-right: 0;
    padding-left: 35px
}

.about-page .about-4 .box ul li:nth-child(odd) .right {
    left: -50%;
    padding-left: 0;
    padding-right: 25px;
    text-align: right
}

.about-page .about-4 .box ul li:nth-child(odd) .right .content:after {
    border-left: 10px solid #225b97;
    border-right: none;
    left: 100%
}

.about-page .about-4 .box ul li:nth-child(odd) .right .content:before {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.about-page .about-4 .box ul li:hover .content .text, .about-page .about-4 .box ul li:hover .content h5 {
    color: #fff
}

.about-page .about-4 .box ul li:hover .content:after, .about-page .about-4 .box ul li:hover .content:before {
    opacity: 1
}
.about-page .about-4  h2 {
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #1c1c1c;
    font-weight: bold;
}

.his-bg .ui.container {
    display: flex;
        align-items: center;
}

.his-bg {

    background-repeat: no-repeat;
    background-attachment: fixed;
}
.his-bg .left-his {
       margin-left: -13%;
    width: 38%;
}
.his-bg .right-his {
    width: 70%;
    margin-left: 5%;
}
.his-bg .left img {
}



.his-bg .right-his .about-4 h3 {
    color: #fff;
    font-size: 38px;
    margin-bottom: 50px;
    line-height: 1.2;
    margin-top: 10px;
}
.his-bg .right-his .about-4 h2 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
}
@media screen and (max-width: 1600px){
   .about-page .i-semi .semi-list ul li p {
    padding: 15px 0 0;
  }
  h3.top-bbc{
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1250px) {
  .about-page .i-semi .semi-list {
    padding: 0 7%;
  }
  .in-banner.ui.container{
    top: 57%;
  }
}
@media screen and (max-width: 1000px){
  .corporate-culture .ui.container{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .corporate-culture .left{
    width: 100%;
  }
  .corporate-culture .right{
    width: 100%;
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px){
   /*.corporate-culture{
    display: none;
  }*/
   .his-bg{
    display: none;
  }
}
.inner-page .slideBarBox .slideBarLeft {
  width: 30%;
  padding-right: 5%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.inner-page .slideBarBox .slideBarLeft .border {

  margin-bottom: 30px;
}
.inner-page .slideBarBox .slideBarLeft .border span.h6 {
 
  font-size: 20px;
  line-height: 1.2;
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.search {

}
.inner-page .slideBarBox .slideBarLeft .border.search form {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 0 .8em;
  font-size: 14px;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input {
  height: 50px;
  line-height: 50px;
  border: none;
  background-color: transparent;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.search form input[type="submit"] {
  width: 22px;
  background: url("../images/icon-search.png") center center no-repeat;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.nav span.h6 {
  padding: 25px;
  color: white;
  background-color: #225b97;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a {
  font-size: 18px;
  font-weight: 500;
  padding: 18px 25px;
  border-top: 1px solid #bebebe;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a .fa{
  float: right;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li ul{
  display: none;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList > ul > li.active ul{
  display: block;
}
.fenlei{
  font-size: 24px;
  line-height: 1.6;

  color: #225b97;
  margin-bottom: 20px;
}
.miaoshu{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active {
  color: #225b97;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a.active + ul{
  display: block;
}
.inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a {
  font-size: 18px;
  font-weight: normal;
  padding: 15px;
  padding-left: 35px;
}
.inner-page .slideBarBox .slideBarLeft .border.img {
  padding: 50px 25px;
  text-align: center;
  color: white;
  margin-bottom: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.h6 {
  text-transform: uppercase;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.img hr {
  border: none;
  display: block;
  height: 1px;
  background-color: white;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text {
  margin: 1.2em 0;
  color: inherit;
  font-weight: normal;
}
.inner-page .slideBarBox .slideBarLeft .border.img .text p {
  font-size: 90%;
}
.inner-page .slideBarBox .slideBarLeft .border.img span.phone {
  display: block;
  font-weight: 900;
  font-size: 16px;
  text-transform: uppercase;
  margin: 1em 0;
}
.inner-page .slideBarBox .slideBarLeft .border.img a.btn {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  background-color: #225b97;
  line-height: 2.625em;
  height: 2.625em;
  max-width: 90%;
  display: block;
  margin: 0 auto;
}
.inner-page .slideBarBox .slideBarLeft .border.hot {

}
.inner-page .slideBarBox .slideBarLeft .border.hot span.h6 {
  padding-bottom: 1em;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 1em;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li,
.product-det-page .product-det-2 .left .navList ul li.hot ul li {
  padding: 7px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .img,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .img {
  width: 35%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0%;
    background-color: #f3f3f3;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content {
  padding-left: 5%;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.cat {
  font-weight: normal;
  font-size: 18px;
  color: #225b97;
  line-height: 1.2;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title {
  font-weight: 500;
  font-size: 22px;
  color: #120c0b;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title:hover,
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span.title:hover {
  color: #225b97;
}
.product-det-page .product-det-2 .left .navList ul li.hot ul li .content span {
  padding: 0;
  background: transparent;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .img {
  width: 40%;
  border: none;
  padding: 0;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content time {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #225b97;
}
.inner-page .slideBarBox .slideBarLeft .border.hot .proList.news ul li .content span.h5 {
  font-size: 16px;
  color: #120c0b;
  line-height: 1.8;
display: -webkit-box;
-webkit-box-orient: vertical;
}
.inner-page .slideBarBox .slideBarLeft .border.mail {
  padding: 25px 30px;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input {
  display: block;
  line-height: 42px;
  height: 42px;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: normal;
  /*text-transform: uppercase;*/
  margin-top: 1.5em;
  width: 100%;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"] {
  border-bottom: 1px solid #bebebe;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-webkit-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::-moz-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:-ms-input-placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]::placeholder {
  color: #120c0b;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="text"]:focus {
  border-color: #225b97;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"] {
  background-color: #225b97;
  text-align: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .slideBarBox .slideBarLeft .border.mail form input[type="submit"]:hover {
  background-color: black;
}
.inner-page .slideBarBox .slideBarRight {
  width: 70%;
}
.inner-page .prodet-product-link {
  padding-top: 80px;
}
.inner-page .prodet-product-link .productList {
  overflow: hidden;
}
.inner-page .prodet-product-link .dotsBox {
  margin-top: 90px;
  text-align: center;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox .dots,
.inner-page .prodet-product-link .dotsBox li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .prodet-product-link .dotsBox .prev,
.inner-page .prodet-product-link .dotsBox .next,
.inner-page .prodet-product-link .dotsBox button {
  margin: 0 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  font-size: 18px;
  color: #301500;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: #fce6d1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
  border: none;
}
.inner-page .prodet-product-link .dotsBox .prev:after,
.inner-page .prodet-product-link .dotsBox .next:after,
.inner-page .prodet-product-link .dotsBox button:after {
  content: '';
  width: 130%;
  height: 130%;
  position: absolute;
  left: -15%;
  top: -15%;
  border-radius: inherit;
  border: 2px solid #ececec;
}
.inner-page .prodet-product-link .dotsBox .prev:hover,
.inner-page .prodet-product-link .dotsBox .next:hover,
.inner-page .prodet-product-link .dotsBox button:hover,
.inner-page .prodet-product-link .dotsBox .slick-active button {
  background: #225b97;
  color: #fff;
}
 
.chainList {
  padding: 80px 0 100px;
}
.chainList .top .left {
  vertical-align: bottom;
}
.chainList .top .left span.tag {
  margin-bottom: 1em;
}
.chainList .top .right {
  vertical-align: bottom;
  text-align: right;
}
.chainList .top .right a.more {
  background-color: #f3f3f3;
      color: #000;
}
.chainList .top .right a.more:hover{
  color: white;
}
.chainList .bottom {
  margin-top: 70px;
}
.chainList .bottom .list ul {
  margin: -10px;
}
.chainList .bottom .list ul li {
  padding: 10px;
  font-size: 22px;
  font-weight: 500;
  /*text-transform: uppercase;*/
  line-height: 1.2;
}
.chainList .bottom .list ul li a.img-box {
  display: block;
}
.chainList .bottom .list ul li span.h6 {
  display: block;
  margin-top: .6em;
  margin-bottom: 5px;
}
.chainList .bottom .list ul li time {
  display: block;
  color: #225b97;
}
.culture-page .culture-1 {
  padding-top: 100px;
}
.culture-page .culture-1 .left {
  padding-right: 10%;
  vertical-align: middle;
}
.culture-page .culture-1 .left .text {
  margin-top: 1.5em;
}
.culture-page .culture-1 .right {
  vertical-align: middle;
}
.culture-page .culture-1 .right .img {
  position: relative;
}
.culture-page .culture-1 .right .img:after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo.png") center no-repeat;
  background-size: cover;
  right: 100%;
  top: 5%;
  width: 50%;
  height: 90%;
  background-size: contain;
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
  background-position: left center;
}
.culture-page .culture-2 {
  padding: 130px 0 70px;
  text-align: center;
}
.culture-page .culture-2 .list {
  margin-top: 70px;
}
.culture-page .culture-2 .list ul {
  margin: -40px;
}
.culture-page .culture-2 .list ul li {
  padding: 40px;
  font-size: 22px;
}
.culture-page .culture-2 .list ul li i {
  display: inline-block;
  position: relative;
  margin: 1em auto 0;
}
.culture-page .culture-2 .list ul li i:before {
  content: '';
  width: 3.40909091em;
  height: 4.04545455em;
  background: url("../images/icon-5-bg.png") center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-20%, -30%);
  -moz-transform: translate(-20%, -30%);
  -ms-transform: translate(-20%, -30%);
  transform: translate(-20%, -30%);
  z-index: -1;
}
.culture-page .culture-2 .list ul li span.h6 {
  font-weight: 500;
  display: block;
  margin: .8em 0;
}
.culture-page .culture-2 .list ul li .text {
  line-height: 2;
}

@-webkit-keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
@-moz-keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
@keyframes sx {
  from {
    top: 15%;
  }
  to {
    top: 30%;
  }
}
.TopTitle {

}
 span.tag{
      font-size: 18px;
    display: block;
    text-transform: capitalize;
    color: #225b97;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
span.h2 {
    line-height: 1.2;
    font-size: 32px;
    display: block;
}
.TopTitle span.h2 {
    font-weight: 800;
    line-height: 1.2;
    font-size: 40px;
    display: block;
    text-transform: capitalize;
    margin-right: 1.2em;
}
.TopTitle .left {

}
.TopTitle .left span.h2 {
  margin-right: 1.2em;
}
.TopTitle .right {

}
.TopTitle .right .list ul li {
  font-weight: bold;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    padding: 0.25em 1.2em;
    width: auto;
    display: inline-block;
    border-left: 1px solid #e8e8e8;
    margin-top: 2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.TopTitle .right .list ul li.active,
.TopTitle .right .list ul li:hover {
  color: #225b97;
}
.factory-page {
  padding: 100px 0 80px;
}
.factory-page .bottom .list {

}
.factory-page .bottom .list ul {
  margin: 0px -10px;
}
.factory-page .bottom .list ul li {
  padding: 35px 10px;
}
.factory-page .bottom .list ul li a.img-box {
  display: block;
}
.factory-page .bottom .list ul li a.img-box img {
  width: 100%;
}
.factory-page .bottom .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-zoom.png") center center no-repeat rgba(230, 0, 18, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
 
}
.factory-page .bottom .list ul li a.img-box:hover:after {
  opacity: 1;
}
.factory-page .bottom .list ul li span.h6 {
  font-size: 22px;
  font-weight: 500;
  color: #120c0b;
  display: block;
  margin-top: .5em;
}
.product-yd-page .bottom .slide {
  padding: 90px 0;
  position: relative;
}
.product-yd-page .bottom .slide .left {
  vertical-align: middle;
  padding: 0 5%;
  position: relative;
}
.product-yd-page .bottom .slide .right {
  vertical-align: middle;
  padding-left: 6%;
  position: relative;
}
.product-yd-page .bottom .slide .right span.h3 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  display: block;
}
.product-yd-page .bottom .slide .right .text {
  margin: 1.3em 0;
  line-height: 2;
  padding-right: 1em;
  max-height: 16em;
  overflow-y: auto;
  overflow-x: hidden;
}
 
.product-yd-page .bottom .slide:nth-child(even) {
  background-color: #f3f3f3;
}
.product-yd-page .bottom .slide:nth-child(even) .right a.more {
  background-color: white;
  color: #000;
}
.product-yd-page .bottom .slide:nth-child(even) .left {
  left: 50%;
}
.product-yd-page .bottom .slide:nth-child(even) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 6%;
}
.product-yd-page .bottom .slide:nth-child(odd):after {
  content: '';
  width: 7.03125vw;
  height: 36.61458333vw;
  z-index: -1;
  position: absolute;
  background: url("../images/icon-meiluo.png") center no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  background-size: contain;
  background-position: left center;
}
.product-yd-page .bottom .slide:nth-child(3n):after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 5%;
}
.product-list-page .productList ul,
.prodet-product-link .productList ul {
  margin: -35px -6px;
}
.product-list-page .productList ul li,
.prodet-product-link .productList ul li {
  padding: 35px 6px;
}
/*.product-list-page .productList ul li a.img-box,
.prodet-product-link .productList ul li a.img-box {
  padding: 30px 15%;
}*/
.product-list-page .productList ul li a.img-box img,
.prodet-product-link .productList ul li a.img-box img {
   
  width: auto;
  margin: 0 auto;
  display: block;
}
/*.product-list-page .productList ul li:hover .content,
.prodet-product-link .productList ul li:hover .content,
.small-product-link .productList ul li:hover .content {
  -webkit-transform: translateY(-210%);
  -moz-transform: translateY(-210%);
  -ms-transform: translateY(-210%);
  transform: translateY(-210%);
}*/
/*.product-list-page .productList ul li:hover a.img-box img,
.prodet-product-link .productList ul li:hover a.img-box img,
.small-product-link .productList ul li:hover a.img-box img {
  -webkit-transform: translateY(60%);
  -moz-transform: translateY(60%);
  -ms-transform: translateY(60%);
  transform: translateY(60%);
}*/
.productList ul li a.img-box {
    display: block;
    background-color: #f3f3f3;
    overflow: unset;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
        overflow: hidden;

}
.productList ul li a.img-box img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.productList ul li .content {
    padding: 0 5%;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.productList ul li .content span.h6 {
    font-weight: 500;
    font-size: 18px;
    color: #120c0b;
    display: block;
    padding: 1em 0 0.7em;
    border-bottom: 1px solid #ececec;
    line-height: 1.2;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productList ul li .content .text {
    font-size: 15px;
    line-height: 2;
    margin-top: 1em;
    padding: 0 5%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    /*height: 4.8em;*/
}
.productList ul li:hover a.img-box {
    background-color:#225b97;
}
/*.productList ul li:hover a.img-box img {
    -webkit-transform: translateY(49%);
    -moz-transform: translateY(49%);
    -ms-transform: translateY(49%);
    transform: translateY(49%);
}*/
/*.productList ul li:hover .content span.h6 {
    color: #fff;
    border-bottom-color: #fff;
}*/
/*.productList ul li:hover .content .text {
    color: #fff;
}*/
.product-list-page {
  padding: 100px 0 130px;
}
.product-det-page .product-det-1 {
  padding: 100px 0 100px;
}
.product-det-page .product-det-1 .box {
  display: flex;
  flex-wrap: wrap;
}
.product-det-page .product-det-1 .left {
  width: 40%;
  vertical-align: middle;
}
.product-det-page .product-det-1 .left a {
  display: block;
  padding: 0%;
  border: 1px solid #bebebe;
}
.product-det-page .product-det-1 .left a img{
  margin: auto;
}
.product-det-page .product-det-1 .left .smallImg a img{
  height: 120px;
}
.product-det-page .product-det-1 .left ul {
  margin: -10px;
}
.product-det-page .product-det-1 .left ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .left .smallImg {
  width: 19%;
  padding-right: 20px;
}
.product-det-page .product-det-1 .left .smallImg .slick-current a {
  border-color: #225b97;
}
.product-det-page .product-det-1 .left .bigImg {
  width: 100%;
}
.product-det-page .product-det-1 .left .bigImg a {
  position: relative;
  background: #fff;
}
.product-det-page .product-det-1 .left .bigImg a:before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #225b97;
  background-image: url("../images/icon-zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det-page .product-det-1 .right {
  width: 60%;
  padding-left: 3.5%;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
}
.product-det-page .product-det-1 .right h1 {
  font-size: 20px;

  line-height: 1.6;
  display: block;
}
.product-det-page .product-det-1 .right .text {
    margin: 1em 0 1em;
    line-height: 1.8;
    font-size: 16px;
}
.product-det-page .product-det-1 .right .more{
  margin-bottom: 10px;
}
.product-det-page #index-body .i-application .txt,
.product-det-page #index-body .i-application .i-title{
  color: black;
}
.product-det-page .product-det-2 {
  position: relative;
}

.product-det-page .product-det-2 .left {
  width: 23%;
  padding-right: 1%;
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  /*top: 100px;*/
}
.product-det-page .product-det-2 .left .navList {
  background-color: white;
}
.product-det-page .product-det-2 .left .navList ul {
  font-size: 20px;
  font-weight: 900;
}
.product-det-page .product-det-2 .left .navList ul li span {
  color: white;
  background-color: black;
  padding: 1.1em 2em;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li span i.fa {
  position: absolute;
  right: 5%;
  top: 1.3em;
  cursor: pointer;
  cursor: hand;
}
.product-det-page .product-det-2 .left .navList ul li ul {
  padding: .7em 2em;
  font-weight: 500;
  font-size: 110%;
  line-height: 1.2;
}
.product-det-page .product-det-2 .left .navList ul li ul li {
  padding: 1em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 1em;
  position: relative;
}
.product-det-page .product-det-2 .left .navList ul li ul li a:hover {
  color: #225b97;
}
.product-det-page .product-det-2 .left .navList ul li ul li a i.fa {
  position: absolute;
  top: 0;
  right: 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul {
  padding: .5em 0 .5em 1em;
  font-size: 75%;
  font-weight: normal;
  display: none;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li {
  padding: .5em 0;
}
.product-det-page .product-det-2 .left .navList ul li ul ul li a {
  padding-right: 0;
}
.product-det-page .product-det-2 .right {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content {

}
.product-det-page .product-det-2 .right .prodet-content span.h3 {
  font-size: 32px;

  text-transform: capitalize;
  line-height: 1.2;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content .pdl {
  padding-left: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .pdr {
  padding-right: 5% !important;
}
.product-det-page .product-det-2 .right .prodet-content .logo {
  float: right;
}
.product-det-page .product-det-2 .right .prodet-content span.tag {
  margin-bottom: 3.5em;
  font-size: 18px;
    display: block;
    text-transform: uppercase;
    color: #225b97;
    line-height: 1.2; 
}
.product-det-page .product-det-2 .right .prodet-content .table {
  font-size: 20px;
}
.product-det-page .product-det-2 .right .prodet-content table {
  font-weight: 300;
  line-height: 2;
  margin: -10px !important;
  width: auto !important;
}
.product-det-page .product-det-2 .right .prodet-content table em {
  font-weight: normal;
}
.product-det-page .product-det-2 .right .prodet-content table strong {
  color: #225b97;
  font-size: 1.2em;
  font-weight: 500;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content table tr {
  background-color: transparent !important;
}
.product-det-page .product-det-2 .right .prodet-content table tr td {
  border: none !important;
  padding: 10px !important;
  vertical-align: top;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
  padding: 100px 0 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo {
  float: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
  font-size: 47px;
  margin-top: 1.5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3:before {
  display: none;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
  padding-bottom: 25%;
  width: 100%;
  padding-right: 50%;
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-top: 30px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title {
  font-size: 36px;
  font-weight: 900;
  display: block;
  color: #225b97;
  text-transform: uppercase;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title:before {
  content: '';
  width: 3em;
  height: 2px;
  background-color: #225b97;
  margin-right: .5em;
  display: inline-block;
  vertical-align: middle;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
  font-size: 20px;
  margin: 2em 0 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
  margin: -30px -20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
  padding: 30px 20px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 50px;
  text-align: center;
  margin-right: .5em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i:before {
  content: '';
  width: 3.18181818em;
  height: 3.54545455em;
  background: url("../images/icon-5-bg.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
  z-index: -1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text {
  margin-top: 2em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text p {
  margin-bottom: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-2 .text img {
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 {
  padding-top: 90px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
  margin-top: 6em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table {
  margin-top: 1.5em !important;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] {
  padding-bottom: 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table table td[colspan="6"] strong {
  line-height: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table {
  margin-top: 3em;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table {
  margin: -5px !important;
  margin-bottom: 2.5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table table td {
  padding: 5px !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-4 .table img {
  display: block;
  margin-left: auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 {
  padding-top: 120px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text {
  margin-top: 1.5em;
  font-size: 22px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 {
  padding: 90px 0 150px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
  font-weight: normal;
  font-size: 22px;
  margin-top: 5em;
  background-image: url("../images/prodet-content-6-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  color: white;
  line-height: 1.2;
  padding: 1em 0;
  position: relative;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
  content: '';
  width: 42%;
  left: 27%;
  top: -5%;
  border-radius: inherit;
  background-color: #225b97;
  z-index: -1;
  position: absolute;
  height: 110%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text hr {
  border: none;
  border-top: 1px solid #080808;
  border-bottom: 2px solid #323134;
  display: block;
  margin: 1em 0;
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
  height: 165px;
  margin-bottom: 1.5em;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table {
  text-align: center;
  margin: 0 !important;
  line-height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table tr {
  width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td {
  vertical-align: bottom;
  padding: 0 2% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(1) {
  width: 27% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) {
  width: 42% !important;
  padding: 0 3% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(2) hr {
  border-top-color: #db8204;
  border-bottom-color: #f3ac48;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) {
  width: 31% !important;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table td:nth-child(3) .img img {
  max-height: 85%;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 {
  padding-top: 90px;
  text-align: center;
  background: #e9e9e9;
  background: -webkit-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: -moz-linear-gradient(340deg, #e9e9e9, #e1e1e1);
  background: linear-gradient(110deg, #e9e9e9, #e1e1e1);
  /* firefox */
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-7 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
  line-height: 1.4;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 {
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8.txt-center {
  text-align: center !important;
}
/*.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.tag {
  margin-bottom: 1.2em;
}*/
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 span.h3 {
  margin-bottom: 2em;
  display: inline-block;
  z-index: 1;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList {
  overflow: hidden;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
  margin: 0 -60px;
}
.product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
  padding: 0 60px;
}
.product-det2-page {
  padding: 100px 0;
}
.product-det2-page .product-det2-1 .left {
  width: 45%;
  padding-right: 5%;
  vertical-align: middle;
}
.product-det2-page .product-det2-1 .left a {
  display: block;
  padding: 10%;
  border: 1px solid #bebebe;
}
.product-det2-page .product-det2-1 .left ul {
  margin: -15px;
}
.product-det2-page .product-det2-1 .left ul li {
  padding: 15px;
}
.product-det2-page .product-det2-1 .left .smallImg {
  padding-top: 30px;
}
.product-det2-page .product-det2-1 .left .smallImg .slick-current a {
  border-color: #225b97;
}
.product-det2-page .product-det2-1 .left .bigImg a {
  position: relative;
}
.product-det2-page .product-det2-1 .left .bigImg a:before {
  content: '';
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #225b97;
  background-image: url("../images/icon-zoom.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45% auto;
  position: absolute;
  top: 3%;
  right: 3%;
}
.product-det2-page .product-det2-1 .right {
  width: 55%;
  vertical-align: middle;
}
.product-det2-page .product-det2-1 .right h1 {
  font-weight: 900;
  font-size: 30px;
  color: #120c0b;
  line-height: 1.2;
  display: block;
  margin-top: .5em;
  text-transform: uppercase;
}
.product-det2-page .product-det2-1 .right .text {
  font-size: 16px;
  line-height: 1.6;
  max-height: 12.8em;
  overflow: auto;
  padding-right: 1em;
  margin: 2em 0 4em;
}
.product-det2-page .product-det2-1 .right a.more {
  background-color: #f3f3f3;
}
.product-det2-page .product-det2-2 span.h3 {
  font-weight: 900;
  font-size: 30px;
  color: #120c0b;
  line-height: 1.2;
  display: block;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.service-page .service-1 {
  padding-top: 100px;
}
.service-page .service-1 .left {
  vertical-align: middle;
}
.service-page .service-1 .left .img {
  height: 790px;
  display: block;
  -webkit-mask-image: url("../images/service-1-mask.png");
  mask-image: url("../images/service-1-mask.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.service-page .service-1 .right {
  vertical-align: middle;
  padding-left: 5%;
  padding-top: 5%;
}
.service-page .service-1 .right span.h2 {
      text-transform: capitalize;
  margin: .5em 0;
}
.service-page .service-1 .right span.h2 em {
  font-size: 0.875em;
}
.service-page .service-1 .right a.more {
   
  margin-top: 2em;
}
.service-page .service-2 {
  padding: 150px 0 110px;
  text-align: center;
}
.service-page .service-2 .list {
  margin-top: 60px;
}
.service-page .service-2 .list ul {
  margin: -13px;
}
.service-page .service-2 .list ul li {
  padding: 13px;
  text-align: left;
}
.service-page .service-2 .list ul li .text p {
    text-align: center;
    font-size: 15px;
}
.service-page .service-2 .list ul li span.num {
    font-size: 68px;
    font-weight: 900;
    color: #225b97;
    display: block;
    line-height: 1.8;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.service-page .service-2 .list ul li span.num:after {
  content: '';
  width: 100%;
  background-color: black;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  margin-top: -0.2em;
  display: none;
}
.service-page .service-2 .list ul li span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #120c0b;
  margin: .5em 0;
  display: block;
  line-height: 1.2;
      text-align: center;
    text-transform: capitalize;
}
.service-page .service-2 .list ul li .text {
  line-height: 2;
      margin-top: 20px;
}
.service-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}
.service-page .service-3 {
  padding: 130px 0 90px;
  text-align: center;
  color: white;
  background-image: url("../images/service-03-bg.jpg");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.service-page .service-3 span.h2 {
  margin-bottom: 1.2em;
}
 
.service-page .service-3 a.more:hover {
  color: white;
}
.service-page .service-4 {
  padding: 60px 0;
  background-color: #225b97;
  color: white;
  text-align: center;
}
.service-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid white;
}
.service-page .service-4 ul li span.h6 {
  font-weight: 900;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}
.service-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}
.service-page .service-4 ul li .text {
  color: inherit;
  margin-top: .5em;
}
.service-page .service-4 ul li:last-child {
  border-right: none;
}
.download-page {
  padding: 100px 0;
}
.download-page .downloadList ul {
  margin: -45px -13px;
}
.download-page .downloadList ul li {
  padding: 45px 13px;
}
.download-page .downloadList ul li a.img-box {
  display: block;
}
.download-page .downloadList ul li a.img-box img {
  width: 100%;
}
.download-page .downloadList ul li a.more {
  margin-top: 1.5em;
  background-color: #f3f3f3;
}

.faq-page .slideBarRight span.h3 {
  font-size: 30px;
  font-weight: bold;
  color: #120c0b;
  display: block;
  line-height: 1.2;
}
.faq-page .slideBarRight .faqList {
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}
.faq-page .slideBarRight .faqList li {
  padding: 5px 0;

}
.faq-page .slideBarRight .faqList li span.h6 {
    padding: 20px 45px 20px 20px;
    -o-box-shadow: 0 0 21px rgba(0,0,0,.07);
    -webkit-box-shadow: 0 0 21px rgba(0,0,0,.07);
    box-shadow: 0 0 21px rgba(0,0,0,.07);
    position: relative;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

        font-size: 18px;
}
.faq-page .slideBarRight .faqList li span.h6 i.close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:after,
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  content: '';
  background-color: #e5e5e5;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: .25em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .slideBarRight .faqList li span.h6 i.close:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .slideBarRight .faqList li .text {
    padding: 10px 15px 0;
    color: #333;
    display: none;
    font-size: 17px;
}
.faq-page .slideBarRight .faqList li.active span.h6 {
  background-color: #225b97;
  color: white;
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.faq-page .slideBarRight .faqList li.active span.h6 i.close:after,
.faq-page .slideBarRight .faqList li.active span.h6 i.close:before {
  background-color: white;
}

.contact-page {
  padding: 70px 0 100px;
  position: relative;
}
.contact-page:after {

}
.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
      font-size: 17px;
    font-weight: 300;
    color: #120c0b;
    line-height: 1.8;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  color: #120c0b;
  padding: .5em 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: #225b97;
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li a.more {
  margin-top: 1em;
  background-color: #225b97;
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .right {

}
.contact-page .box .right span.h3 {
    font-weight: 800;
    line-height: 1.2;
    font-size: 32px;
}
.contact-page .box .left span.h2 {
    font-size: 32px;
}
.contact-page .box .right span.h3 em {
  color: #225b97;
}
.contact-page .box .right .text {
  margin-top: 1em;
  font-size: 17px;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  font-weight: 300;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  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-right: .5em;
  color: #225b97;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #225b97;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: #225b97;
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1600px) {
    
  .contact-page .box .right .info,
  .history-page .cursor span {
    font-size: 16px;
  } 
  .culture-page .culture-1,
  .history-page,
  .product-yd-page,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
  .service-page .service-1 {
    padding-top: 80px;
  } 
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page, 
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det2-page,
  .service-page .service-2,
  .service-page .service-3 {
    padding: 80px 0;
  }
    
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title {
    font-size: 20px;
  } 
  .service-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
    
  .culture-page .culture-2 .list,
  .chainList .bottom,
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: 50px;
  }
   
  .contact-page .map {
    margin-top: 60px;
  }
  .culture-page .culture-2 .list ul li span.h6 {
    margin: .5em 0;
  }
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    padding: 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img {
    padding: 35px 20px;
  }
  .inner-page .slideBarBox .slideBarLeft .border span.h6 {
    font-size: 18px;
  }
  .download-page .downloadList ul li {
    padding: 15px 5px;
  }
  .download-page .downloadList ul {
    margin: -15px -5px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 16px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px;
  }
  .factory-page .bottom .list {
    margin: 50px 0;
  }
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 18px;
  }
  .factory-page .bottom .list ul li {
    padding: 10px;
  }
  .factory-page .bottom .list ul {
    margin: -10px;
  }

   
  .product-yd-page .bottom .slide {
    padding: 50px 0;
  }
  .product-det-page .product-det-2 .left .navList ul {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .left .navList ul li ul {
    font-size: 100%;
  }
  .product-det-page .product-det-2 .left .navList ul li ul li {
    padding: .7em 0;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 1080px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
    padding: 60px 0;
    padding-left: 5%;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
    max-height: 100px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 36px;
    margin-top: 1em;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1 {
    font-size: 28px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
    padding: 20px 15px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
    margin: -20px -15px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table {
    margin-top: 4em;
  }
  .product-det-page .product-det-2 .right .prodet-content .logo img {
    max-height: 40px;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 3em;
  }
  .product-det2-page .product-det2-1 .right .text {
    margin: 1.5em 0 3em;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .service-page .service-2 .list {
    margin-top: 50px;
  }
  .service-page .service-4 {
    padding: 40px 0;
  }
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li li a,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.cat {
    font-size: 16px;
  }
  .product-det2-page .product-det2-2 span.h3 {
    font-size: 28px;
  }
  .TopTitle .right {
    margin-top: 30px;
  } 
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1450px) {
   
  .service-page .service-1 .left .img {
    height: 600px;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 32px;
  } 
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li .content span.title,
  .inner-page .slideBarBox .slideBarLeft .border.search,
  .inner-page .slideBarBox .slideBarLeft .border.nav span.h6,
  .inner-page .slideBarBox .slideBarLeft .border.hot,
  .inner-page .slideBarBox .slideBarLeft .border.mail {
    font-size: 18px;
  }
  .service-page .service-2 .list {
    margin-top: 30px;
  } 
  .culture-page .culture-1,
  .history-page,
  .product-yd-page,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
  .service-page .service-1 {
    padding-top: 60px;
  } 
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page, 
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det2-page,
  .service-page .service-2,
  .service-page .service-3 {
    padding: 60px 0;
  } 
  .service-page .service-4 ul li span.h6 {
    font-size: 36px;
  } 
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table {
    font-size: 16px;
  }
  .inner-page .slideBarBox .slideBarLeft .border.img span.phone {
    font-size: 14px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1,
  .product-det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 24px;
  }
  .product-det-page .product-det-2 .left .navList ul,
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 16px;
  }
  .product-list-page .productList ul li,
  .prodet-product-link .productList ul li {
    padding: 10px 5px;
  }
  .product-list-page .productList ul,
  .prodet-product-link .productList ul {
    margin: -10px -5px;
  }
  .TopTitle .right {
    margin-top: 20px;
  }
  
   
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }
  
  .culture-page .culture-2 .list,
  .chainList .bottom,
  .inner-page .m-page,
  .inner-page .prodet-product-link .dotsBox {
    margin-top: 30px;
  }
  .xianguan{
    height: 5.5em!important;
  }
}
@media screen and (max-width: 1250px) {
   
  .contact-page .box .right {
    padding-left: 5%;
  } 
  .faq-page .slideBarRight span.h3,
  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
  .culture-page .culture-1 .left {
    padding-right: 5%;
  }
  .culture-page .culture-2 .list ul li {
    padding: 10px;
  }
  .culture-page .culture-2 .list ul {
    margin: -10px;
  }
  .inner-page .slideBarBox .slideBarLeft {
    display: none;
  }
  .inner-page .slideBarBox .slideBarRight {
    width: 100%;
  }
  .product-det-page .product-det-2 .left .navList ul,
  .TopTitle .right .list ul li,
  .faq-page .slideBarRight .faqList {
    font-size: 14px;
  }
  .TopTitle .right {
    margin-top: 25px;
  }
  .inner-page .prodet-product-link {
    padding-top: 60px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1,
  .product-det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 20px;
  }
  .product-det-page .product-det-2 .right {
    width: 100%;
  }
  .product-det-page .product-det-2 .left {
    display: none;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 970px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 {
    padding: 0 0 60px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .logo img {
    max-height: 70px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 28px;
  } 
  .chainList .bottom .list ul li,
  .culture-page .culture-2 .list ul li,
  .inner-page .slideBarBox .slideBarLeft .border.nav .navList ul li a,
  .factory-page .bottom .list ul li span.h6,
  .product-det-page .product-det-1 .right h1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text,
  .service-page .service-2 .list ul li span.h6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3 .table,
  .product-det-page .product-det-2 .right .prodet-content .table,
  .product-det-page .product-det-1 .right .text,
  .product-det2-page .product-det2-1 .right .text {
    font-size: 14px;
    line-height: 28px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
    height: 120px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul li {
    padding: 0 10px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-8 .productList ul {
    margin: 0 -10px;
  } 
  .service-page .service-4 ul li span.h6 {
    font-size: 28px;
  }
  .xinwenbiaoti{
    line-height: 1.8;
    min-height: 2.5em;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  .service-page .service-1 .left {
    display: none;
  }
  .service-page .service-2 .list ul li {
    width: 50%;
  }
  .service-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }
  .service-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span,
  .inner-page .prodet-product-link .dotsBox .prev,
  .inner-page .prodet-product-link .dotsBox .next,
  .inner-page .prodet-product-link .dotsBox button {
    font-size: 14px;
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .product-det-page .product-det-2 .right .prodet-content {
    max-width: 700px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 span.h3 {
    font-size: 24px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 span.title,
  .product-det-page .product-det-2 .right .prodet-content span.h3,
  .product-det2-page .product-det2-1 .right h1,
  .product-det2-page .product-det2-2 span.h3,
  .product-yd-page .bottom .slide .right span.h3 {
    font-size: 18px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text table p img {
    max-height: 24px;
  }
  .TopTitle .right {
    width: 100%;
  }

  .culture-page .culture-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .culture-page .culture-1 .right {
    width: 95%;
    margin-left: 5%;
    margin-top: 20px;
  }
  .contact-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
    
  .contact-page .box .right .info,
  .history-page .cursor span {
    font-size: 14px;
    line-height: 2;
  }
   
}
@media screen and (max-width: 700px) {
   
  
  
  .product-yd-page .bottom .slide .right {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
    margin-top: 20px;
  }
  .product-yd-page .bottom .slide .left {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .product-yd-page .bottom .slide .left img {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .product-yd-page .bottom .slide:nth-child(odd):after {
    background-size: 15% auto;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 2em;
  }
  .product-det2-page .product-det2-1 .left,
  .product-det-page .product-det-1 .right {
    width: 100%;
    padding-right: 0;
  }
  .product-det2-page .product-det2-1 .right,
  .product-det-page .product-det-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-det-page .product-det-1 .right {
    padding-left: 0;
  }
  .product-det-page .product-det-1 .left ul li {
    padding: 3px;
  }
  .product-det-page .product-det-1 .left ul {
    margin: -3px;
  }
  .product-det-page .product-det-1 .left .smallImg {
    padding-right: 6px;
  }
  .product-det-page .product-det-1 .left {
    width: 100%;
  }
  .product-det-page .product-det-1 .right {
    width: 100%;
  }
  .product-det-page .product-det-1 .right .text {
    margin: 1em 0;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 {
    padding-right: 0;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list {
    padding-right: 50%;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul {
    margin: -5px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li {
    width: 100%;
    padding: 5px;
  }
  .service-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-4 ul li {
    width: 100%;
    border: none;
  }
   
  .service-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  
  .culture-page .culture-1,
  .history-page,
  .product-yd-page,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-3,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-4,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-5,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-7,
  .service-page .service-1 {
    padding-top: 40px;
  }
   
  .chainList,
  .contact-page,
  .culture-page .culture-2,
  .download-page,
  .factory-page,
  .faq-page, 
  .product-list-page,
  .product-det-page .product-det-1,
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6,
  .product-det2-page,
  .service-page .service-2,
  .service-page .service-3  {
    padding: 40px 0;
  }
  .service-page .service-2 .list ul li {
    width: 100%;
  }
  .service-page .service-4 ul li {
    width: 50% !important;
  }
  .chainList .top .right {
    text-align: left;
    margin-top: 10px;
  }
  .product-det2-page .product-det2-1 .left ul li {
    padding: 5px;
  }
  .product-det2-page .product-det2-1 .left ul {
    margin: -5px;
  }
  .product-det2-page .product-det2-1 .left .smallImg {
    padding-top: 10px;
  }
  .product-det2-page .product-det2-1 .right .text {
    max-height: none;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i {
    width: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .list ul li .flex i img {
    max-height: 30px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-1 .wid-50 .text {
    margin: 1em 0 1.5em;
  }
  .product-det-page .product-det-2 .right .prodet-content span.tag {
    margin-bottom: 2.5em;
  }
  .product-det-page .product-det-2 .right .prodet-content table tr td {
    display: block;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text {
    font-size: 12px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text .img {
    height: 90px;
  }
  .product-det-page .product-det-2 .right .prodet-content .prodet-content-6 .text:after {
    height: 106%;
    top: -3%;
  }
  .product-yd-page .bottom .slide .right .text {
    max-height: none;
    padding-right: 0;
  }
 
  .TopTitle .right .list ul li {
    padding: .2em 1em;
  }
  .download-page .downloadList ul li {
    width: 50% !important;
  }
}
.fancybox-image {
  background-color: white !important;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-1 .wid-50 {
  background-size: 45% auto;
  background-position: right bottom;
  padding-right: 47%;
  padding-bottom: 3%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 {
  padding: 90px 0;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list {
  margin-top: 0;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide {
  margin-bottom: 45px;
  background: #f3f3f3;
  position: relative;
  border-radius: 5px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:last-child {
  margin-bottom: 0;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .img {
  vertical-align: middle;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .img img {
  width: 100%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content {
  padding: 0 3%;
  vertical-align: middle;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content span.h6 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: .5em;
  display: block;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide .content .text {

}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide span.num {
  font-size: 30px;
  font-weight: 900;
  line-height: 2em;
  height: 2em;
  padding: 0 .5em;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  color: white;
  position: absolute;
  top: 0;
  right: 3%;
  background-color: #225b97;
  min-width: 2em;
  text-align: center;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) .img {
  left: 50%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) .content {
  left: -50%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-8 .list .slide:nth-child(even) span.num {
  left: 3%;
  right: auto;
}
.product-det-page .product-det-2 .right .prodet-content .table2 {
  font-size: 20px;
  margin-top: 3em;
  line-height: 1.8;
  color: #120c0b;
}
.product-det-page .product-det-2 .right .prodet-content .table2 strong {
  font-weight: 600;
  margin-bottom: .5em;
}
.product-det-page .product-det-2 .right .prodet-content .table2 em {
  font-weight: 500;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table,
.product-det-page .product-det-2 .right .prodet-content .table2 table td {
  border: none;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table {
  margin: -25px !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table tbody {
  table-layout: fixed;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table td {
  padding: 25px !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table {
  margin: 0 !important;
  font-weight: 400;
  text-align: center;
  font-size: .8em;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table td {
  padding: .5em !important;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table tr {
  border-bottom: 1px solid #dcdcdc;
}
.product-det-page .product-det-2 .right .prodet-content .table2 table table tr:first-child {
  background-color: #f3f3f3 !important;
  border-bottom: none !important
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 {
  padding: 60px 0 100px;
  background-color: #f3f3f3;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list {
  margin-top: 60px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul {
  margin: -20px -40px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li {
  padding: 20px 40px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box {
  border-radius: 6px;
  background: white;
  overflow: hidden;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img2 {
  position: absolute;
  right: 5%;
  bottom: 3%;
  max-width: 55%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box {
  height: 270px;
  background-size: cover;
  background-position: center center;
  display: block;
  position: relative;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box span {
  height: 60%;
  display: inline-block;
  border-radius: 100%;
  overflow: hidden;
  background: white;
  position: absolute;
  right: 6%;
  top: 10%;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box a.img-box span img {
  max-height: 100%;
  width: auto;
  max-width: none;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content {
  padding: 25px 35px;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content span.h6 {
  font-size: 30px;
  font-weight: 600;
  display: block;
  line-height: 1.2;
  margin-bottom: .5em;
}
.product-det-page .product-det-2 .right .prodet-content.fps1 .prodet-content-9 .list ul li .box .content a.more {
  font-size: 14px;
  line-height: 2.5em;
  height: 2.5em;
  padding: 0 1em 0 1.5em;
  /*border-left-width: .4em;*/
}
.product-det-page .product-det-2 .right .prodet-content.krs .table table tbody {
  table-layout: fixed;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table {
  font-size: inherit;
  text-align: left;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table tr {
  border: none;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody hr {
  margin: 0;
  margin-bottom: 1em;
  border: none;
  height: 1px;
  display: block;
  width: 100%;
  background: #dcdcdc;
}
.product-det-page .product-det-2 .right .prodet-content.krs .table2 table tbody table td {
  padding: 0 .5em 0 0 !important;
}
.product-det-page .product-det-2 .right .prodet-content.fps1.krs .prodet-content-1 .wid-50 {
  background-size: 40% auto;
  padding-right: 50%;
}
@media screen and (max-width: 700px) {
  #index-body .init-4 .top,#index-body .init-4 .top .right .list ul {
    display: block;
  }
  #index-body .init-4 .top .right .list ul li {
    width: 100%;
    margin-top: 5px;
  }
  #index-body .init-4 .top .left {
    width: 100%;
  }
  #index-body .init-4 .top .right {
    width: 100%;
    margin-top: 10px;
  }
}
.inner-page .slideBar-left {
  width: 20% !important;
  margin-bottom: 75px;
}
.inner-page .slideBar-left .slideNav > li {
  margin-bottom: 14px;
}
.inner-page .slideBar-left .slideNav > li > a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  background: #f5f5f5;
  padding: 15px;
}
.inner-page.product-page .slideBar-left .slideNav>li>a{
  background: white;
}
.inner-page .slideBar-left .slideNav > li > a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .slideBar-left .slideNav > li ul li {
  margin: 5px;
  margin-right: 0;
}
.inner-page .slideBar-left .slideNav > li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}
.inner-page .slideBar-left .slideNav > li ul li.active a,
.inner-page .slideBar-left .slideNav > li ul li:hover a {
  background: #225b97;
  color: white;
}
.inner-page .slideBar-left .slideNav > li:hover > a,
.inner-page .slideBar-left .slideNav > li.active > a {
  background: #225b97;
  color: white;
}
.inner-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}
.inner-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: #225b97;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  margin-right: 15px;
}
.inner-page .slideRight {
  width: 80% !important;
  padding-left: 60px;
}
.inner-page.prodet-page .slideRight{
  width: 100% !important;
  padding-left: 0;
}
.news-page{
  padding-top: 70px;
  padding-bottom: 100px
}
.news-page .slideRight .i-news {
  overflow: unset !important;
      padding: 0 !important;
}
.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}
.news-page .i-news .wrap{
      margin: -23px;
}
.news-page .i-news .wrap .column {
    padding: 23px;
}
.news-page .slideRight .i-news .wrap .column {
    margin-bottom: 35px;
}
.news-page .i-news .wrap .column .item {
    display: block;
    position: relative;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);
    box-shadow: 5px 5px 30px 0px rgba(0,0,0,.1);

}
.news-page .i-news .wrap .column .item .content {
 text-align: center;
    padding: 0 25px;
        color: #939393;
            padding-bottom: 30px;
}
.news-page .i-news .wrap .column .item h4 {
text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 20px 0 5px;
    padding: 0 25px;
}
.news-page .i-news .wrap .column .item .time {
  font-size: 14px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #333;
}
.news-page .i-news .wrap .column .item .douhao {
    width: 74px;
    height: 74px;
    border-radius: 100%;
    text-align: center;
    line-height: 74px;
    -webkit-box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    box-shadow: 4px 4px 27px 0px rgba(0,0,0,.11);
    background: #fff;
    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;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,50%);
    -moz-transform: translate(-50%,50%);
    -ms-transform: translate(-50%,50%);
    transform: translate(-50%,50%);
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sideLeft{
    display: none;
  }
  .inner-page .sideRight{
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inner-page .slideBar-left {
    display: none;
  }
  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
    .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
}

/*newsdet-page*/
.newdet2-page {
    padding: 80px 0;
}
.newdet2-page h1 {
    font-size: 30px;
    line-height: 1.6;
    color: #0b2239;
    font-weight: 400;
    text-transform: capitalize;
}
.newdet2-page time {
    display: block;
    margin: 15px 0;
    font-size: 14px;
    line-height: 2;
    color: black;
    opacity: .6;
}
.newdet2-page .content {
    display: block;
    padding: 15px 0;
    border-top: 1px #ccc dashed;
    border-bottom: 1px #ccc dashed;
    font-size: 16px;
    line-height: 2;
}

.newdet2-page .content * {
    font: revert;
}


.newdet2-page .share {
    padding-top: 10px;
    margin-bottom: 60px;
}
.newdet2-page .share h4 {
    font-size: 14px;
    line-height: 2;
    color: black;
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul {
    display: inline-block;
    vertical-align: middle;
}
.newdet2-page .share ul li {
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet2-page .share ul li:hover {
    color: #026293;
}
@media screen and (max-width: 500px){
   .newdet2-page{
        padding: 50px 0 10px;
    }
}



 .i-factory {
    text-align: center;
    padding: 80px;
    background: linear-gradient(#f2f2f2 50%,#fff 50%);
}
 .i-factory h2.h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize;
}
 .i-factory p.p {
    font-size: 17px;
    color: #545454;
}
 .i-factory .factory-list {
    margin-top: 40px;
    position: relative;
}

 .i-factory .factory-list .slick-arrow {
    position: absolute;
    cursor: pointer;
    width: 49px;
    height: 48px;
    background: url(../images/inner-l.png) no-repeat center;
    left: 45%;
    bottom: 10px;
    z-index: 8;
    color: rgba(255,255,255,0);
    border: none;
}
.i-factory .factory-list .slick-next {
    background: url(../images/inner-r.png) no-repeat center;
    left: calc(45% + 6.5%);
}
.inner-page.about-page .i-factory .factory-list ul li {
    padding: 0 10px;
}
.inner-page.about-page .i-factory .factory-list ul li p {
    font-size: 18px;
    padding: 20px 10px;
    display: none;
}


/*banner-video*/
.inner-banner.ship span.video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #16131e;
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),color-stop(100%,transparent));
    background: -moz-linear-gradient(right,#16131e 50%,transparent 100%);
    background: -webkit-linear-gradient(left,#16131e 50%,transparent 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(50%,#16131e),to(transparent));
    background: -webkit-linear-gradient(left,#16131e 50%,transparent);
    background: -moz-linear-gradient(left,#16131e 50%,transparent);
    background: linear-gradient(to right,#16131e 30%,transparent);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e', endColorstr='transparent',GradientType=1)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e',endColorstr='transparent',GradientType=1);
    z-index: 1;
}
.inner-banner.ship span.video video {
    display: block;
    height: 100%;
    width: 70%;
    object-fit: cover;
    margin-left: auto;
}
.inner-banner.ship span.video {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: right;
    opacity: 1;
    z-index: -1;
    top: 0;
    right: 0;
}

.inner-page .slideBarBox .slideBarLeft .border.hot .proList ul li p {
    font-size: 15px;
    margin-top: 10px;
}


.history-page {
  padding: 110px 0;
  overflow: hidden;
}
.history-page .historySideBar .historySideLeft {
  width: 40%;
  padding: 0 8%;
}
.history-page .historySideBar .historySideLeft span.h3 {
  font-size: 30px;
  padding: 1.83333333em 15%;
  display: block;
  background: url("../images/historySideLeft-1.jpg") center center no-repeat;
  background-size: cover;
  line-height: 1.2;
  color: white;
  position: relative;
}
.history-page .historySideBar .historySideLeft span.h3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: url("../images/historySideLeft-3.jpg") center center no-repeat;
  background-size: cover;
}
.history-page .historySideBar .historySideLeft span.h3:after {
  content: '';
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin-top: .5em;
  background-color: white;
}
.history-page .historySideBar .historySideLeft .img {
  padding: 10%;
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/historySideLeft-2.jpg") center center no-repeat;
  background-size: cover;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: white;
}
.history-page .historySideBar .historySideLeft .img span.h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.history-page .historySideBar .historySideLeft .img .text {
  font-size: 16px;
  margin-top: .5em;
}
.history-page .historySideBar .historySideRight {
  width: 60%;
}
.history-page .historySideBar .historySideRight .list {
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .historySideBar .historySideRight .list ul li time {
  font-size: 24px;
  color: #225b97;
  line-height: 1.2;
      width: 75px;
}
.history-page .historySideBar .historySideRight .list ul li .slide {
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 30px;
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide:before {
  content: '';
  width: 1px;
  height: 140%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #e5e5e5;
}
.history-page .historySideBar .historySideRight .list ul li .slide:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #e5e5e5;
  display: block;
  position: absolute;
  left: -7px;
  top: 5px;
  background: white;
  z-index: 1;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 16px;
    color: #7e7f81;
    padding-left: 2em;
    padding-bottom: 20px;
    position: relative;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text i.fa {
  position: absolute;
  left: 0;
  top: 3px;
  color: #225b97;
  font-size: 120%;
}

@media screen and (max-width: 1450px) {

 .history-page .historySideBar .historySideLeft span.h3 {
    font-size: 24px;
  }
  .history-page .historySideBar .historySideLeft .img {
    padding: 5%;
    height: 300px;
  }
  .history-page .historySideBar .historySideLeft .img span.h6 {
    font-size: 18px;
  }
  .history-page .historySideBar .historySideLeft .img .text {
    font-size: 14px;
  }
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 20px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 14px;
  }


  }

@media screen and (max-width: 1000px) {
  .history-page .historySideBar .historySideLeft {
    display: none;
  }
  .history-page .historySideBar .historySideRight {
    width: 100%;
  }
   
}

@media screen and (max-width: 500px) {
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 18px;
    padding-top: .2em;
    width: 50px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide {
    padding-left: 15px;
    margin-left: 15px;
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    padding-left: 1em;
  }
    }

    .service-page .service-4 ul li .text p {
    font-size: 16px;
    text-transform: capitalize;
}


.service-page .service-2 .list ul li .yinying {
box-shadow: 0 0 10px 0 rgb(0 0 0/20%);
    padding: 25px;
    min-height: 430px;
}

.service-page .service-1 .right .text p {
    font-size: 18px;
    line-height: 1.8;
}





    .product-det-page .product-det-1 .right .flexTop span.tag {
    text-transform: capitalize;
}


.product-det-page .product-det-1 .right .smallImg a img{
    display: block;
    margin: 0 auto;
     
            border: 1px solid #bebebe;
}
.product-det-page .product-det-1 .right ul {
  margin: -10px;
}
.product-det-page .product-det-1 .right ul li {
  padding: 10px;
}
.product-det-page .product-det-1 .right .smallImg {
  width: 100%;
  margin: 1em 0;
}

.product-det-page .product-det-1 .right .smallImg .slick-current a {
  border-color: #225b97;
}
.product-det2-page .product-det2-1 .left .smallImg {
  padding-top: 30px;
}
.product-det2-page .product-det2-1 .left .smallImg .slick-current a {
  border-color: #225b97;
}

/*描述*/
.xiangqing-history {
 height: 54vw;
  position: relative;
  padding-top: 7%;
      margin-top: -100px;
}
.xiangqing-history .content {
  font-size: 18px;
  line-height: 1.8;
  color: #979799;
  margin: 2em 0;
}
.xiangqing-history .content p {
  padding-top: .5em;
  line-height: 2;
}
.xiangqing-history .content p:first-child {
  padding-top: 0;
  line-height: 2;
}
.xiangqing-history a.more {
  background-color: #073f9d;
}
.xiangqing-history a.more:hover {
  background-color: #225b97;
}
.xiangqing-history .left {
  max-width: 55%;
  position: relative;
  z-index: 1;
      padding-top: 100px;
}
.xiangqing-history .left span.tag {
  color: var(--color2);
}
.xiangqing-history .left span.h2 {
    max-width: 100%;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 38px;
}
.xiangqing-history .right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}
.xiangqing-history .right #history {
  height:100%;
  text-align: right;
  display: inline-block;
  margin-left: auto;
  position: relative;
}
.xiangqing-history .right #history img {
  height: 100%;
  margin-left: auto;
  position: relative;
  z-index: -1;
}
.xiangqing-history .right #history ul li {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  cursor: hand;
}
.xiangqing-history .right #history ul li i {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(218,37,28,1);
  display: block;
  position: relative;
        z-index: 1;
}
.xiangqing-history .right #history ul li i:after,
.xiangqing-history .right #history ul li i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background: rgba(218, 37, 28, 0.5);
}
.xiangqing-history .right #history ul li i:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
.xiangqing-history .right #history ul li span {
  position: absolute;
}
.xiangqing-history .right #history ul li .text {
  font-size: 80%;
  font-weight: normal;
  padding: 15px;
  border-radius: 5px;
  background: white;
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: none;
  left: 5em;
  text-align: left;
  width: 280px;
}
.xiangqing-history .right #history ul li:hover .text {
  display: block;
  z-index: 9;
}
.xiangqing-history .right #history ul li:after {
  content: '';
  border-top: 2px #000 dashed;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.xiangqing-history .right #history ul li:nth-child(1) {
  bottom: 11%;
  right: 67%;
  display: none;
}
.xiangqing-history .right #history ul li:nth-child(1) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(1):after {
  width: 170px;
  -webkit-transform: rotate(-28deg);
  -moz-transform: rotate(-28deg);
  -ms-transform: rotate(-28deg);
  transform: rotate(-28deg);
}
.xiangqing-history .right #history ul li:nth-child(2) {
  bottom: 18%;
  right: 57%;
}
.xiangqing-history .right #history ul li:nth-child(2) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(2):after {
  width: 160px;
  -webkit-transform: rotate(-20.5deg);
  -moz-transform: rotate(-20.5deg);
  -ms-transform: rotate(-20.5deg);
  transform: rotate(-20.5deg);
}
.xiangqing-history .right #history ul li:nth-child(3) {
  bottom: 23%;
  right: 47%;
}
.xiangqing-history .right #history ul li:nth-child(3) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(3):after {
  width: 140px;
  -webkit-transform: rotate(-29deg);
  -moz-transform: rotate(-29deg);
  -ms-transform: rotate(-29deg);
  transform: rotate(-29deg);
}
.xiangqing-history .right #history ul li:nth-child(4) {
  bottom: 29%;
  right: 39%;
}
.xiangqing-history .right #history ul li:nth-child(4) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(4):after {
  width: 110px;
  -webkit-transform: rotate(-65.5deg);
  -moz-transform: rotate(-65.5deg);
  -ms-transform: rotate(-65.5deg);
  transform: rotate(-65.5deg);
}
.xiangqing-history .right #history ul li:nth-child(5) {
  bottom: 38%;
  right: 36%;
}
.xiangqing-history .right #history ul li:nth-child(5) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(5):after {
  width: 80px;
  -webkit-transform: rotate(-63.5deg);
  -moz-transform: rotate(-63.5deg);
  -ms-transform: rotate(-63.5deg);
  transform: rotate(-63.5deg);
}
.xiangqing-history .right #history ul li:nth-child(6) {
  bottom: 45%;
  right: 33.5%;
}
.xiangqing-history .right #history ul li:nth-child(6) span {
  right: 180%;
  top: -6px;
}
.xiangqing-history .right #history ul li:nth-child(6) .text {
  left: auto;
  right: 5em;
}
.xiangqing-history .right #history ul li:nth-child(6):after {
  width: 90px;
  -webkit-transform: rotate(-56.5deg);
  -moz-transform: rotate(-56.5deg);
  -ms-transform: rotate(-56.5deg);
  transform: rotate(-56.5deg);
}
.xiangqing-history .right #history ul li:nth-child(7) {
  bottom: 52%;
  right: 30%;
}
.xiangqing-history .right #history ul li:nth-child(7) span {
  left: 150%;
  top: 90%;
}
.xiangqing-history .right #history ul li:nth-child(7):after {
  width: 90px;
  -webkit-transform: rotate(-67.5deg);
  -moz-transform: rotate(-67.5deg);
  -ms-transform: rotate(-67.5deg);
  transform: rotate(-67.5deg);
}
.xiangqing-history .right #history ul li:nth-child(8) {
  bottom: 60%;
  right: 27.5%;
}
.xiangqing-history .right #history ul li:nth-child(8) span {
  right: 180%;
  top: -6px;
}
.xiangqing-history .right #history ul li:nth-child(8) .text {
  left: auto;
  right: 5em;
}
.xiangqing-history .right #history ul li:nth-child(8):after {
  width: 90px;
  -webkit-transform: rotate(-72deg);
  -moz-transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
  transform: rotate(-72deg);
}
.xiangqing-history .right #history ul li:nth-child(9) {
  bottom: 68%;
  right: 25.5%;
}
.xiangqing-history .right #history ul li:nth-child(9) span {
  left: 180%;
  top: -6px;
}
.xiangqing-history .right #history ul li:nth-child(9) .text {
  left: auto;
  right: 2em;
}
.xiangqing-history .right #history ul li:nth-child(9):after {
  width: 80px;
  -webkit-transform: rotate(-114deg);
  -moz-transform: rotate(-114deg);
  -ms-transform: rotate(-114deg);
  transform: rotate(-114deg);
}
.xiangqing-history .right #history ul li:nth-child(10) {
  bottom: 74%;
  right: 27.5%;
}
.xiangqing-history .right #history ul li:nth-child(10) span {
  left: 180%;
  top: -6px;
}
.xiangqing-history .right #history ul li:nth-child(10) .text {
  left: auto;
  right: 2em;
}
.xiangqing-history .right #history ul li:nth-child(10):after {
  width: 50px;
  -webkit-transform: rotate(-72deg);
  -moz-transform: rotate(-72deg);
  -ms-transform: rotate(-72deg);
  transform: rotate(-72deg);
}
.xiangqing-history .right #history ul li:nth-child(11) {
  bottom: 78%;
  right: 26.5%;
}
.xiangqing-history .right #history ul li:nth-child(11) span {
  left: 180%;
  top: -6px;
}
.xiangqing-history .right #history ul li:nth-child(11) .text {
  left: auto;
  right: 2em;
}
.xiangqing-history .right #history ul li:last-child:after {
  display: none;
}


@media screen and (max-width: 1700px) {
  .xiangqing-history .content {
    font-size: 16px;
  }
  .xiangqing-history {
    height: 1000px;
  }
  .xiangqing-history .right #history {
    zoom: .9;
  }
}


@media screen and (max-width: 1450px) {
  .xiangqing-history .content {
    max-height: 450px;
    overflow: auto;
  }
  .xiangqing-history {
    height: 800px;
  }
  .xiangqing-history .right #history ul li:nth-child(1):after {
    width: 140px;
  }
  .xiangqing-history .right #history ul li:nth-child(2):after {
    width: 130px;
  }
  .xiangqing-history .right #history ul li:nth-child(3):after {
    width: 110px;
  }
  .xiangqing-history .right #history ul li:nth-child(6):after {
    width: 80px;
  }
  .xiangqing-history .right #history ul li:nth-child(8):after {
    width: 80px;
  }
  .xiangqing-history .right #history ul li:nth-child(9):after {
    width: 60px;
  }
  .xiangqing-history .right #history ul li:nth-child(10):after {
    width: 40px;
  }
  .xiangqing-history h2 {
    font-size: 26px;
  }
  .about2-page h2 {
    font-size: 28px;
  }
}


@media screen and (max-width: 1250px) {
  .xiangqing-history .right {
    display: none;
  }
  .xiangqing-history .left {
    max-width: 100%;
  }
  .xiangqing-history .left .content {
    max-height: none;
  }
  .xiangqing-history {
    height: auto;
    padding: 60px 0;
  }
  .about2-page h2 {
    font-size: 24px;
  }
}


@media screen and (max-width: 700px) {
  .xiangqing-history h2 {
    font-size: 22px;
    line-height: 2;
  }
}

@media screen and (max-width: 1450px) {

  .xiangqing-history .left {
    max-width: 45%;
  }
  }


@media screen and (max-width: 1250px) {

  .xiangqing-history .left {
    max-width: none;
  }

  }

  .miaoshu-det .top {
    margin-bottom: 30px;
}
.miaoshu-det .top h2 {
    font-size: 20px;

    line-height: 1;
    padding-left: 40px;
    margin-bottom: 40px;
}
.miaoshu-det .top p {
    font-size: 16px;
    line-height: 1.8;
    padding: 0px 20px;
    color: #000;
}
.miaoshu-det .top h2:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: #225b97;
    left: 15px;
}
.miaoshu-det .bottom table {
    font-size: 16px;
    border: 0;
    margin-bottom: 0;
}
.miaoshu-det .bottom table td p {
    line-height: 1.8;
    padding: 5px;
}

.miaoshu-det a.more {
    width: 100%;
    text-align: center;
    margin-top: 35px;
    text-transform: capitalize;
}


.inner-banner.active.ship.ab-v span.video:after {
display: none;
}

.inner-banner.active.ship.ab-v span.video video {
    width: 100%;
}

.inner-page.faq-page .slideBarBox .slideBarRight {
    width: 100%;
}

.prodet-form{
  padding: 0px 0 100px;
}
.prodet-form .h3{
  font-size: 32px;

  text-transform: capitalize;
  text-align: center;
}
.prodet-form .form {
  margin-top: 60px;
}
.prodet-form .form ul{
  margin: 0 -15px;
}
.prodet-form .form ul li{
  padding: 0 15px;
  margin-bottom: 15px;
  position: relative;
}
.prodet-form .form ul li .box,
.prodet-form .form ul li textarea,
.prodet-form .form ul li input{
width: 93%;
    height: 50px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: transparent;
    font-size: 18px;
        padding: 15px 5px;
}
.prodet-form .form ul li textarea{
  height: 150px;
  padding: 15px 5px;
}
.prodet-form .form ul li button{
  border: none;
      width: 100%;
}
.prodet-form .form ul li .box{
  position: relative;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-form .form ul li input[type="file"]{
  width: auto;
  position: absolute;
  left: 15px;
  top: 0;
  opacity: 0;
}
.prodet-form .form ul li .box .btn{
  background: #225b97;
  color: white;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  margin-right: 15px;
}
.prodet-form .form ul li.wid-100{
  width: 100%;
}
.p05-how {
  padding-bottom: 80px;
}
.p05-how .tab-blk h3 {
    font-size: 34px;
    margin-bottom: 65px;
    font-weight: bold;
}
.p05-how .nav-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
}
.p05-how .nav-tab a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12.5%;
    padding-bottom: 10px;
    padding-right: 15px;
}
.p05-how .nav-tab a .one-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.p05-how .nav-tab a .num {
    display: inline-block;
    font-weight: 600;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    color: rgba(153, 153, 153, .5);
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.p05-how .text p {
    font-weight: 200;
    font-style: normal;
    font-size: 18px;
    line-height: 2;
    color: #9f9999;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.p05-how .nav-tab a p {
    color: rgba(153, 153, 153, .5);
    max-width: 150px;
    font-size: 16px;
    line-height: 24px;
}
.p05-how .nav-tab a:not(:first-child)::before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #225b97;
    content: '';
    display: block;
}
.p05-how .nav-tab a .one-tab::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.p05-how .nav-tab a:not(:first-child) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px;
}
.p05-how .nav-tab a.active .num, .p05-how .nav-tab a:hover .num {
    color: #225b97;
}
.p05-how .nav-tab a.active p, .p05-how .nav-tab a:hover p {
    color: #225b97;
}
.p05-how .nav-tab a.active .one-tab::before, .p05-how .nav-tab a:hover .one-tab::before {
    background-color: #225b97;
}
.p05-how .tab-outer {
    margin-top: 60px;
}
.p05-how .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p05-how .img {
    max-width: 630px;
    width: 45%;
    max-height: 380px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.p05-how .info {

    width: 55%;
    padding-left: 70px;
}
.p05-how .text h2 {
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    line-height: 48px;
    color: #312e2e;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.p05-how .info p {

}

.p05-how .info h2 {
    margin-bottom: 25px;
}

.service-6 {
    padding-top: 110px;
}




.service-7 {
  background-color: #fbfbfb;
}
.service-7 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.service-7 .box .left {
  vertical-align: middle;
  width: 40%;
}
.service-7 .box .left .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #225b97;
  height: 100%;
  color: white;

}
.service-7 .box .left .box2 .img {
  background-size: cover;
  background-position: center;
      width: 60%;
}
.service-7 .box .left .box2 .content {
  padding: 120px 4% 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 40%;
}
.service-7 .box .left .box2 .content span.h3 {
  font-size: 32px;

  text-transform: capitalize;
  line-height: 1.2;
}

.service-7 .box .right .box2 span.h2 {
    text-transform: capitalize;
}
.service-7 .box .left .box2 .content span.h3:after {
  content: '';
  width: 48px;
  height: 4px;
  background-color: white;
  margin-top: 1.2em;
  display: block;
}
.service-7 .box .left .box2 .content .list {
  font-size: 17px;
}
.service-7 .box .left .box2 .content .list ul li {
  margin-top: 1.4em;
}
.service-7 .box .left .box2 .content .list ul li span.h6 {
  display: block;
  margin-bottom: .5em;
}
.service-7 .box .right {
  vertical-align: middle;
  padding: 70px 0 40px;
  width: 60%;
}
.service-7 .box .right .box2 {
  max-width: 960px;
  padding-left: 6%;
}
.service-7 .box .right .box2 .text {
  margin-top: 1.3em;
}
.service-7 .box .right .box2 .list {
  font-size: 24px;
  margin: 1.7em 0 2em;
}
.service-7 .box .right .box2 .list ul li {
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  padding-right: 3%;
}
.service-7 .box .right .box2 .list ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 12px;
  background-color: white;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  opacity: 0;
}
.service-7 .box .right .box2 .list ul li:last-child {
  margin-bottom: 0;
}
.service-7 .box .right .box2 .list ul li i {
  width: 3.33333333em;
  height: 3.33333333em;
  border-radius: 12px;
  background-color: #f6f6f6;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.service-7 .box .right .box2 .list ul li i img {
  max-width: 60%;
  max-height: 60%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-7 .box .right .box2 .list ul li .content span.h6 {
  font-size: 20px;
  font-weight: bold;
  color: black;
  line-height: 1.2;
  margin-bottom: .3em;
  display: block;
}
.service-7 .box .right .box2 .list ul li .content .text {
  font-size: 16px;
  color: #bbb;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 3.6em;
}
.service-7 .box .right .box2 .list ul li:hover:before {
    opacity: 1;
    -webkit-transform: scaleX(1.04) scaleY(1.4);
    -moz-transform: scaleX(1.04) scaleY(1.4);
    -ms-transform: scaleX(1.04) scaleY(1.4);
    transform: scaleX(1.04) scaleY(1.4);
}
.service-7 .box .right .box2 .list ul li:hover i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #225b97;
}
.service-7 .box .right .box2 .list ul li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}



@media screen and (max-width: 1600px) {

.service-7 .box .left .box2 .content {
    padding: 80px 4% 40px;
  }
  .service-7 .box .right {
    padding: 80px 0 60px;
  }
  .service-7 .box .right .box2 {
    padding-left: 10%;
    padding-right: 3%;
  }
  .service-7 .box .right .box2 .list {
    font-size: 20px;
  }
  .service-7 .box .right .box2 .list ul li .content span.h6 {
    font-size: inherit;
  }
  .service-7 .box .right .box2 .list ul li .content .text {
    font-size: 14px;
  }

}


@media screen and (max-width: 1450px) {
  .service-7 .box .left .box2 .content span.h3 {
    font-size: 28px;
  }
  .service-7 .box .left .box2 .content .list {
    font-size: 15px;
  }
}


@media screen and (max-width: 1250px) {
 .service-7 .box .right .box2 .list {
    font-size: 18px;
  }
}



@media screen and (max-width: 1000px) {
.service-7 .box {
    display: block;
  }
  .service-7 .box .left {
    width: 100%;
  }
  .service-7 .box .right {
    width: 100%;
    padding: 20px 15px;
  }
  .service-7 .box .right .box2 {
    padding: 0;
  }
  .service-7 .box .left .box2 .content {
    padding: 30px 15px;
  }
  .service-7 .box .left .box2 .content span.h3 {
    font-size: 24px;
  }
  .service-7 .box .left .box2 .content span.h3:after {
    margin-top: .5em;
  }

}


@media screen and (max-width: 500px) {
  .service-7 .box .left .box2 .content {
    width: 100%;
    padding: 30px 15px;
  }
  .service-7 .box .left .box2 .img {
    width: 100%;
    display: none;
  }
 .service-7 .box .left .box2 {
    display: block;
  }

}


.slick-track{
  margin-left: 0;
  }
.miaoshu-det02 table tr {
    background: #eee;
        font-size: 17px;
}

.miaoshu-det02 table tr:nth-child(4n), .miaoshu-det02 table tr:nth-child(4n+3) {
    background: #fff;
}


.miaoshu-det02 table td, .miaoshu-det02 table th{
      vertical-align: middle;
      text-align: center;
          border: 1px solid rgba(238,238,238);
}


.miaoshu-det02 table td p {
    text-align: center;
}

.miaoshu-det02 {
    padding-top: 60px;
        font-size: 17px;
}


h2.cp-fang {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding-left: 40px;
    margin-bottom: 15px;
}

h2.cp-fang:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background: #225b97;
    left: 15px;
}


h3.cp-Y {
font-size: 16px;
    line-height: 1;
    padding-left: 30px;
    margin-bottom: 15px
}


h3.cp-Y:after {
     content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    background: #225b97;
    left: 15px;
    border-radius: 100%;
}

.miaoshu-det02 table tr:nth-child(1), .miaoshu-det02 table tr:nth-child(2) {
    background: #225b97;
    color: #fff;
}

.miaoshu-det02 table tr:nth-child(1) td, .miaoshu-det02 table tr:nth-child(2) td {
    border: 1px solid #fff;
}
.miaoshu-det02 table {
    border: 0px;
}



/*特殊*/
table.teshu tr {
    background: #fff;
}
table.teshu06 tr:nth-child(1) {
    background: #225b97;
    color: #fff;
}
table.teshu06 tr:nth-child(2) {
    background: #fff;
    color: #000;
}
.miaoshu-det02 table.teshu06 tr {
    background: #fff;
}
table.teshu06 tr:nth-child(1) td {
    background: #225b97;
}

table.teshu06 tr:nth-child(2) td {
    border: 1px solid #eee;
}


table.teshu02 tr:nth-child(2) {
    background: #fff;
    color: #000;
}

table.teshu02 tr:nth-child(2) td {
    border: 1px solid rgba(238,238,238);
}

table.teshu03 td p {
    text-align: left;
}
table.teshu03 tr:nth-child(1) td, table.teshu03 tr:nth-child(2) td {
    border: 1px solid rgba(238,238,238);
}
table.teshu03 tr:nth-child(1), table.teshu03 tr:nth-child(2) {
    background: #fff;
    color: #000;
}
table.teshu04 tr:nth-child(1), table.teshu04 tr:nth-child(2), table.teshu04 tr:nth-child(3) {
    background: #225b97;
    color: #fff;
}




.det-04 .main {
    display: flex;
}

.det-04 .main .left {
    width: 50%;
    position: relative;
    padding-right: 20px;
}
.det-04 .main .right {
    position: relative;
    width: 50%;
    padding-left: 15px;
}
.det-04 h2 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}

.cpdd .column {
    position: relative;
}

.cpdd .column h2.cp-fang:after {
    content: "";
    left: 0;
}
.cpdd .right.column h2.cp-fang:after {
    content: "";
    left: 15px;
}

.cpdd .left.column {
    padding-right: 20px;
}


.cpdd .right.column {
    padding-left: 15px;
}

.cpdd p.wenan {
    font-size: 17px;
    margin-bottom: 30px;
}


.cpdd {
    padding-bottom: 70px;
}

.cpdd .left h3.cp-Y:after {
    left: 0;
}

a.more.zt {
    width: 100%;
    text-align: center;
}


/*tuce*/
.tuce .column {
    position: relative;
}

.tuce h2.cp-fang:after {
    left: 0;
    content: "";
}
.cp-canshu {
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.tuce .left .cp-canshu {
    margin-right: 15px;
}
.tuce .right .cp-canshu {
    margin-left: 15px;
}
.tuce table {
    margin-bottom: 0;
    width: 70% !important;
}
.tuce table tr {
    background: #fff !important;
    color: #000 !important;
}

.tuce table tr td {
    border: 1px solid #eee !important;
}
h3.cp-text {
    font-size: 18px;
    padding: 5px 20px;
    width: 50%;
    background: #225b97;
    color: #fff;
}
.tuce img.wscnph {
    padding: 35px 20px;
}

.tuce .right h2.cp-fang:after {
    left: 15px;
    content: "";
}
.tuce .right h2.cp-fang{
      padding-left: 50px;
}

.tuce h2.cp-fang{
       margin-bottom: 40px;
}
.tuce .right {
    padding-left: 0 !IMPORTANT;
}
.tuce .left {
    padding-right: 0 !IMPORTANT;
}
/*tuce-end*/


#index-body .i-category ul li .box .bg.img-box img{
  filter: grayscale(80%);

}

.inner-page.product-det-page .i-application {
    text-align: center;
}

.inner-page.product-det-page .i-application ul {
    margin: 0 -15px;
}

.inner-page.product-det-page .i-application li {
    padding: 15px;
}

.inner-page.product-det-page .i-application li p {
    font-size: 18px;
    padding: 20px 0;
}

.inner-page.product-det-page .i-application .txt {
  line-height: 2;
    margin: 0 auto;
    font-size: 15px;
    width: 65%;
}
@media screen and (max-width:1400px){
  .p05-how .nav-tab a{
    width: 25%;
    margin-bottom: 12px;
  }
}
@media screen and (max-width:1000px){
  .p05-how .nav-tab a{
    width: 50%; 
  }
  .p05-how .nav-tab a:not(:first-child){
     -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .p05-how .text h2{
    font-size: 26px;
  }
  .p05-how .info{
    padding-left: 20px;
  }
}
@media screen and (max-width:700px){
  .det-04 .main{
      -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  }
  .det-04 .main .left,
  .det-04 .main .right,
  .cpdd .left.column{
    width: 100%;
    padding: 0;
  }
  h3.cp-text,
  .cpdd .right.column{
    width: 100%;
  }
  .tuce table{
    width: 100% !important;
  }
  .inner-banner .btn{
    margin-top: 20px;
  }
  .inner-banner .box .mbx{
    font-size: 15px;
    line-height: 2;
  }
  span.h2{
    font-size: 26px;
  }
  .p05-how .img{
    width: 100%;
  }
  .p05-how .info{
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width:500px){
  .inner-banner .btn a.more{
    padding: 0 13px;
  }
  .service-page .service-1 .right span.h2 em{
    font-size: 24px;
  }
  .p05-how .nav-tab a{
    width: 100%; 
  }
  .product-det-page .product-det-1 .right .more{
    margin-left: 0;
  }
}

.about-ab {
    background-position: center;
}

.corporate-culture {
    background-image: url(../images/ab-ny-banner.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

@media screen and (max-width: 1400px) {
  .corporate-culture .left h3{
        font-size: 32px;
            margin-bottom: 10px;
  }
  .corporate-culture .left h2{
        font-size: 18px;
  }
  .corporate-culture .left p {
    font-size: 17px;
      padding: 5px 0;
      line-height: 30px;
  }
  .corporate-culture .left {
      padding-right: 19px;
  }
}

/*设计*/

@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}





.video-overlay, .video-placeholder {
    position: absolute;
    width: 100%;
    height: 50vw;
    top: 0;
    left: 0;
    z-index: 5;
    background: #000 url(../images/dian.png) repeat;
    -webkit-backface-visibility: hidden;
    opacity: 0.1;
}


.mbx.Auxil-crumbs.xin {
    padding-top: 140px;
    font-size: 18px;
}
.inner-banner.active.ship.ab-v {
    padding: 0;
}
.inner-banner.active.ship.ab-v video.video {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 44.5vw;
}
.inner-banner.active.ship.ab-v .video-overlay {
    opacity: .4;
    background: #000;
}
.in-banner.ui.container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    color: #fff;
    z-index: 9;
}
span.top-bba {
    font-size: 24px;
    font-weight: 600;
}
h3.top-bbc {
    font-size: 70px;
    font-weight: 600;
    width: 50%;
    line-height: 1.2;
        margin-bottom: 15px;
}
p.top-bbc {
    font-size: 16px;
    width: 50%;
}
.in-about .a-title {
    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;
    align-items: center;
}

.in-about .a-title .left {
    width: 36%;
    padding: 0 2rem 0 0;
}

.in-about .a-title .left h2 {
    font-size: 40px;
    line-height: 1.4;
    color: #31312f;
        position: relative;
            font-weight: bold;
}

.in-about .a-title .right {
    width: 64%;
    padding: 0 15px;
        max-height: 250px;
    overflow: auto;
    line-height: 2;
    font-size: 16px;
}

.in-about .a-title .right p {
    font-size: 17px;
    line-height: 1.8;
    color: #373737;
}
.in-about .a-title .left h3 {
    color: #225b97;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.inner-page.about-page .in-about {
    padding: 80px 0;
}
.in-about .a-title .left h2:after {
    content: "";
    width: 70px;
    position: absolute;
    height: 3px;
    background: #225b97;
    left: 0;
    bottom: -20px;
}
.ab-guodu .ui.container {
    background: url(../images/shengbang-bg.jpg) center;

}
.ab-guodu .ui.container img.yinc {
    opacity: 1;
    width: 100%;
    max-height: 500px;
}

.ab-guodu .play {
    position: absolute;
    z-index: 2;
    display: inline-block;
    left: 50%;
    top: 50%;
    text-align: center;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}



.ab-guodu .play:after, .ab-guodu .play:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    background: rgba(255, 255, 255, 0.35);
    -webkit-animation: ks 2s linear infinite;
    -o-animation: ks 2s linear infinite;
    -ms-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
}


.ab-guodu .play:after {
    -webkit-animation-delay: .5s;
    -o-animation-delay: .5s;
    -ms-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

.btn a.more {
    border-radius: 22px;
    font-weight: 400;
}
.corporate-culture .ui.container.er {
    margin-top: 50px;
}
.corporate-culture .ui.container.er .right {
    text-align: left;
}
.corporate-culture .ui.container.er .left {
    padding-right: 0;
    padding-left: 2%;
}

.mbx.Auxil-crumbs.xin h2 {
    font-size: 70px;
    font-weight: 600;
    width: 50%;
    line-height: 1.2;
    margin-bottom: 15px;
}

.element {
     width: 100%;
  
    position: relative;
    overflow: hidden;
}
.element:after {
    content: '';
    background: #E8E8E8;
    width: 300%;
    height: 300%;
    position: absolute;
    left: -100%;
    top: -100%;
    transform: rotate(-12deg);
    transition: all 0.5s ease-out;
}

.application-4 li.element:hover:after {
    transform: rotate(0deg) translateY(-100%);
}
.element .text {
    position: relative;
    z-index: 9;
text-align: center;
    padding: 120px 0;
    border-bottom: 1px solid rgb(0, 0, 0);
        transition: all .5s ease;
}

.application-4 li.element:hover .text {
    padding: 160px 0;
    transition: all .5s ease;
}

.application-4 li.element:hover {
    color: #fff;
}
.element .text span.meta {
    font-size: 14px;
}
.element .text h2 {
    font-size: 56px;
    font-weight: 700;
    text-transform: capitalize;
}

.element .text .right {
    font-size: 17px;
}

.element .text .left p {
    font-size: 16px;
    padding: 5px 0;
}
.inner-page.application-ny {
    padding-top: 90px;
}
.inner-page.application-ny .application-01 span {
       color: #225b97;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}
.application-01 {
    width: 60%;
    margin-bottom: 40px;
}
.inner-page.application-ny .application-01 h2 {
    color: #000;
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    margin-top: 10px;
    text-transform: capitalize;
}
.inner-page.application-ny .application-01 p {
font-size: 17px;
    padding: 7px 0;
}
.inner-page.application-ny .i-why {
    background: none;
    padding-top: 30px;
    padding-bottom: 80px;
}
.inner-page.application-ny .i-why ul li .box {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.application-03 {
    background: #f8f7f7;
    padding: 50px;
        margin-bottom: 90px;
}
.application-03 .top {
    margin-bottom: 20px;
}
.application-03 .top p,.application-04 .top p {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.application-03 .top p span, .application-04 .top p span {
    color: #225b97;
}
.application-03 .top h2, .application-04 .top h2 {
    text-transform: capitalize;
    font-size: 32px;
    font-weight: bold;
}
.application-03 .bottom {
    display: flex;
}
.application-03 .bottom .left {
    width: 70%;
    padding-right: 100px;
}
.application-03 .bottom .left p {
    font-size: 18px;
    margin-bottom: 25px;
}
.application-03 .bottom .right {
    width: 30%;
    background: #fff;
    padding: 30px 30px;
}
.application-03 .bottom .right li {
    line-height: 2;
    font-size: 17px;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: bold;
}
.application-03 .bottom .right li .fa {
    padding-right: 15px;
    color: #225b97;
}


.application-04 li {

}
.application-04 li .box {
    display: flex;
          transition: all .5s ease;
}
.application-04 li:hover .box {
    background: #f8f7f7;
      transition: all .5s ease;
}

.application-04 li .box .content .h4 {
    font-size: 20px;
}
.application-04 li .box .content a.more {
    border-radius: 15px;
    font-weight: 400;
    padding: 10px 15px;
    font-size: 15px;
}
.application-04 li .box .content .des {
    font-size: 17px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.application-04 li .box .content .ass {
  margin: -15px;
}
.application-04 li .box .content .ass .item {
  padding: 15px;
}
.application-04 li .box .tongoyng {
      padding-top: 75px;
    width: 25%;
}

.application-04 li .box .tongoyng dl dd {
    line-height: 2;
    font-size: 17px;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: 700;
}
.application-04 li .box .tongoyng dl dd .fa {
    padding-right: 15px;
    color: #225b97;
}
.application-04 .top{
  text-align: center;
  margin-bottom: 20px;
}
.application-04 li .box .img {
    width: 30%;
        background: #eee;
}
.application-04 li .box .content .ass .item img {
    background: #eee;
        cursor: pointer;
}
.application-04 li .box .content {
    width: 70%;
    padding: 40px;
}
.ser-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;
}
.ser-banner .slick-arrow:hover {
  background-color: #225b97;
}
.ser-banner:hover .slick-arrow {
  opacity: 1;
}
.ser-banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
.ser-banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
.ser-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%);
}
.ser-banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #225b97;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ser-banner ul.slick-dots li button {
  display: none;
}
.ser-banner ul.slick-dots li.slick-active {
  border-color: #225b97;
  background-color: white;
}
.ser-banner .slick-slide .content {
  display: none;
}
.ser-banner .slick-active .content {
  display: block;
}

.ser-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;
}
.ser-banner .nivo-directionNav a {
  opacity: 0;
}
.ser-banner:hover .nivo-directionNav a {
  opacity: 1;
}
.ser-banner .nivo-directionNav a:hover {
  background-color: #225b97;
}
.ser-banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
.ser-banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
.ser-banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
.ser-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;
}
.ser-banner .theme-default .nivo-controlNav a.active {
  border-color: #225b97 !important;
}


.ser-banner {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 22% 0 12%;
}
.ser-banner .box {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    margin-top: -10%;
}
.ser-banner .box h3 {
    display: block;
    font-size: 38px;
    color: #000;
    line-height: 1.5;
        font-weight: bold;
}
.ser-banner .box .form-banner {
    max-width: 770px;
    display: block;
    width: 100%;
    margin: 40px auto 0;
    padding: 18px 20px;
    border-radius: 10px;
    background: #fff;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    position: relative;
    z-index: 1;
}
.ser-banner .box .form-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 5px;
  left: 4px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: inherit;
  display: block;
}
.ser-banner .box .form-banner ul {
  margin: -5px;
}
.ser-banner .box .form-banner ul li {
    padding: 5px;
    width: 30.5%;
}
.ser-banner .box .form-banner ul li input {
    line-height: 30px;
    height: 50px;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid #ececec;
    width: 100%;
    display: block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.ser-banner .box .form-banner ul li input::-webkit-input-placeholder {
  font-style: italic;

}
.ser-banner .box .form-banner ul li input:-moz-placeholder {
  font-style: italic;

}
.ser-banner .box .form-banner ul li input::-moz-placeholder {
  font-style: italic;

}
.ser-banner .box .form-banner ul li input:-ms-input-placeholder {
  font-style: italic;
 
}
.ser-banner .box .form-banner ul li input:focus {
  border-color: #225b97;
}
.ser-banner .box .form-banner ul li input[type="submit"] {
  background: url("../images/icon-send.png") center center no-repeat #225b97;
  border: none;
}
.ser-banner .box .form-banner ul li:last-child {
  width: 8.5%;
}

/*

@media screen and (max-width: 1700px) {
  .ser-banner {
    height: 80px;
    line-height: 80px;
  }
  .ser-banner .box .form-banner {
    padding: 1.2rem;
  }

}



@media screen and (max-width: 1450px) {
  .ser-banner .box h3 {
    font-size: 3.8rem;
  }
  .ser-banner {
    height: 70rem;
    line-height: 70rem;
  }
  .ser-banner .box .form-banner ul li input {
    line-height: 30px;
    height: 7rem;
  }
  .ser-banner .box .form-banner ul li input[type="submit"] {
    background-size: 2.5rem auto;
  }

}


@media screen and (max-width: 1250px) {
  .ser-banner {
    height: 60rem;
    line-height: 60rem;
  }
  .ser-banner .box {
    margin-top: -10rem;
  }

}




@media screen and (max-width: 1000px) {
  .ser-banner {
    height: 46rem;
    line-height: 46rem;
  }
  .ser-banner .box h3 {
    font-size: 3.2rem;
  }
  .ser-banner .box .form-banner {
    padding: .6rem;
  }
}



@media screen and (max-width: 700px) {

  .ser-banner .box h3 {
    display: none;
  }

  .ser-banner {
    height: 30rem;
    line-height: 30rem;
  }
  .ser-banner .box .form-banner {
    margin-top: 2rem;
  }

  }





@media screen and (max-width: 500px) {
  .ser-banner .box .form-banner ul li {
    width: 50%;
  }
  .ser-banner .box .form-banner ul li:nth-child(3) {
    width: 80%;
  }
  .ser-banner .box .form-banner ul li:nth-child(4) {
    width: 20%;
  }
 }*/








.services-page .init-1 {
  padding: 80px 0;
}
.services-page .init-1 h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: capitalize;
}
.services-page .init-1 .box {
  margin-top: 40px;
}
.services-page .init-1 .box .left {
  padding-right: 25px;
}
.services-page .init-1 .box .left h4 {
    display: block;
    font-size: 20px;
    line-height: 1.8;
}
.services-page .init-1 .box .left .content {
    display: block;
    font-size: 17px;
    line-height: 30px;
    margin: 10px 0 25px;
}
.services-page .init-1 .box .left .content p {
  position: relative;
}
.services-page .init-1 .box .left .img {
  display: inline-block;
  position: relative;
}
.services-page .init-1 .box .left .img .play {
    line-height: 60px;
    height: 60px;
    border: 1px solid #06409a;
    border-radius: 5px;
    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%);
    cursor: pointer;
}
.services-page .init-1 .box .left .img .play span {
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    background: rgba(10,77,182,.6);
    width: 70px;
    height: 100%;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.services-page .init-1 .box .left .img .play span i {
    border-left: 20px solid rgba(255,255,255,.8);
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    display: block;
    border-radius: 3px;
    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%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.services-page .init-1 .box .left .img .play h6 {
    display: inline-block;
    vertical-align: top;
    padding: 0 35px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.services-page .init-1 .box .left .img .play:hover span {
  background: #225b97;
}
.services-page .init-1 .box .left .img .play:hover span i {
  border-left-color: white;
}

/*
@media screen and (max-width: 1700px) {
.services-page .init-1 {
    padding: 6rem 0;
  }
.services-page .init-1 .box {
    margin-top: 4rem;
  }
.services-page .init-1 .box .left .content {
    line-height: 30px;
  }
  }
*/



.services-page .init-3 {
    padding: 80px 0 30px;
    background: #225b97;
    color: #fff;
    overflow: hidden;
}
.services-page .init-3 h3 {
    display: block;
    font-size: 32px;
    line-height: 1;
}
.services-page .init-3 .list {
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.services-page .init-3 .list:after {
  content: '';
  width: 35%;
  height: 200%;
  bottom: -30px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 32.5%;
  z-index: -1;
}
.services-page .init-3 .list ul {
  margin: 0 -30px;
}
.services-page .init-3 .list ul li {
  padding: 0 30px;
}
.services-page .init-3 .list ul li .box {
  padding-left: 40px;
  padding-right: 30px;
  position: relative;
}
.services-page .init-3 .list ul li .box span {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
}
.services-page .init-3 .list ul li .box h4 {
  font-size: 20px;
 
  position: relative;
  margin-bottom: 30px;
}
.services-page .init-3 .list ul li .box h4:before {
  /*content: '';
  width: 36px;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 15px;*/
}
.services-page .init-3 .list ul li .box p {
    display: block;
    font-size: 17px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.services-page .init-3 .list ul li .box a.more {
  margin-top: 2rem;
  text-align: right;
  font-size: 16px;
  line-height: 30px;
  float: right;
}
.services-page .init-3 .list ul li .box a.more:hover {
  text-decoration: underline;
}
.services-page .init-3 .btn {
  margin-top: 5.5rem;
  text-align: right;
}
.services-page .init-3 .btn div {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  line-height: 1;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.services-page .init-3 .btn div.prev img {
  position: relative;
}
.services-page .init-4 ul {
  height: 790px;
}
.services-page .init-4 ul li {
  position: relative;
  float: left;
  height: 50%;
  background-size: cover;
  background-position: center center;
}
.services-page .init-4 ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(10, 77, 182, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.services-page .init-4 ul li .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.services-page .init-4 ul li .text h4 {
display: block;
    font-size: 30px;
    text-transform: capitalize;
    line-height: 1.6;
    font-weight: bold;
}
.services-page .init-4 ul li .text .btn {
    margin-top: 60px;
}
.services-page .init-4 ul li .text .btn a {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    margin: 0 30px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.services-page .init-4 ul li .text .btn a img {
  display: inline-block;
  vertical-align: middle;
}
.services-page .init-4 ul li:hover:after {
  opacity: 1;
}
.services-page .init-4 ul li:hover .text {
  opacity: 1;
}
.services-page .init-4 ul li:hover .text .btn a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s .4s;
  -moz-transition: .5s .4s;
  transition: .5s .4s;
}
.services-page .init-4 ul li:nth-child(1) {
  width: 42%;
  height: 100%;
  background-color: rgba(235,235,235);
}
.services-page .init-4 ul li:nth-child(2){
  width: 58%;
  background-color: rgba(245,245,245);
}
.services-page .init-4 ul li:nth-child(3),
.services-page .init-4 ul li:nth-child(4) {
  width: 29%;
}

.services-page .init-4 ul li:nth-child(3){
background-color: rgba(240,240,240);
}
.services-page .init-4 ul li:nth-child(4) {
    background-color: rgba(235,235,235);
}
.services-page .init-5 {
  background: #225b97;
  color: white;
}
.services-page .init-5 .box {
  padding: 120px 0 60px;
  overflow: hidden;
}
.services-page .init-5 .box .left {
width: 30%;
    padding-left: 9.5%;
    padding-right: 2%;
}
.services-page .init-5 .box .left h3 {
    display: block;
    font-size: 32px;

}
.services-page .init-5 .box .left .text {
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
}
.services-page .init-5 .box .right {
    width: 70%;
    padding: 120px 0 60px;
    margin: -120px 0 -60px;
    overflow: hidden;
}
.services-page .init-5 .box .right .slick-list {
  overflow: unset;
}
.services-page .init-5 .box .right ul li {
  padding: 0 11%;
  position: relative;
}
.services-page .init-5 .box .right ul li:after {
  content: '';
  width: 1px;
  height: 200%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.3);
}
.services-page .init-5 .box .right ul li span {
  display: block;
  font-size: 20px;
}
.services-page .init-5 .box .right ul li h4 {
    display: block;
    font-size: 32px;
    line-height: 1;
    margin: 45px 0 20px;
}
.services-page .init-5 .box .right ul li p {
    display: block;
    font-size: 16px;
    line-height: 1.8;
    min-height: 110px;
}
.services-page .init-5 .box .right ul li a.more {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid white;
  line-height: 3.6rem;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 8rem;
  border-radius: 100%;
}
.services-page .init-5 .btn {
  padding: 50px 50px;
  display: block;
  text-align: right;
}
.services-page .init-5 .btn div {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    text-transform: capitalize;
    opacity: .7;
    cursor: pointer;
}
.services-page .init-5 .btn div.next {
  margin-left: 3rem;
}
.services-page .init-5 .btn div:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 1px;
  background: white;
  margin-left: 0;
  margin-top: -4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.services-page .init-5 .btn div:hover {
  opacity: 1;
}
.services-page .init-5 .btn div:hover:after {
width: 36px;
    margin-left: 20px ;
}
.services-page .init-4 ul li{
  background-size: 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1700px) {
  .services-page .init-4 ul {
    height: 720px;
}
}


@media screen and (max-width: 1500px) {
  .services-page .init-4 ul {
    height: 650px;
}
}



@media screen and (max-width: 1300px) {
  .services-page .init-4 ul {
    height: 550px;
}
.services-page .init-4 ul li .text h4{
  font-size: 24px;
}
}


@media screen and (max-width: 1100px) {
  .services-page .init-4 ul {
    height: 500px;
}
.services-page .init-4 ul li .text h4{
  font-size: 20px;
}


}




.loader {
  position: fixed;
  width: 5em;
  height: 5em;
  top: 50%;
  left: 50%;
  margin-left: -2.5em;
  margin-top: -2.5em;
}
.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}



.inner-prodet-2.cl {
    margin-bottom: 30px;
}
.top-main h3 {
    font-size: 36px;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 20px;
}

/*设计-end*/



.qrcode{
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #225b97;
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}
.qrcode #ewm{
  width: 110px;
  height: 110px;
  border: 5px solid white;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.qrcode:hover #ewm{
  display: block;
}


@media screen and (max-width:1600px){
  h3.top-bbc{
    font-size: 50px;
  }

}
@media screen and (max-width:1400px){
    .ser-banner .box h3{
      font-size: 32px;
    }
    .top-main h3{
      font-size: 30px;
    }
  
}
@media screen and (max-width:1250px){
  .in-banner.ui.container{
    top: 57%;
  }
  .services-page .init-4 ul li .text .btn{
    margin-top: 30px;
  }
  .services-page .init-5 .box .left{
    padding-left: 3%;
  }
  .services-page .init-5 .box .left h3{
    font-size: 26px;
  }
  .services-page .init-5 .box .right ul li h4{
    font-size: 22px;
  }
  .element .text h2{
    font-size: 36px;
  }
  .application-03 .bottom .left{
    padding-right: 30px;
  }

}
@media screen and (max-width:1000px){
    h3.top-bbc{
      font-size: 32px;
    }
    span.top-bba{
      font-size: 18px;
    }
    p.top-bbc{
      width: 100%;
    }
    .in-about .a-title .left{
      width: 100%;
      padding: 0;
    }
    .in-about .a-title .right{
      width: 100%;
      padding: 0;
      margin-top: 30px;
    }
    .ab-guodu .ui.container{
      background-attachment: unset;
    }
    .corporate-culture .ui.container.er .left{
      padding-left: 0;
      margin-top: 20px;
    }
    .services-page .init-1 .box .left{
      width: 100%;
      padding-right: 0;
    }
    .services-page .init-1 .box .right{
      width: 100%;
    }
    .services-page .init-5 .box .left{
      width: 100%;
      padding: 0 15px;
    }
    .services-page .init-5 .box .right{
      width: 100%;
      margin: 0;
      padding-top: 55px;
    }
    .services-page .init-5 .box{
      padding-bottom: 0;
    }
    .element .text h2{
      font-size: 33px;
    }
    .application-01{
      width: 100%;
    }
    .application-03 .top h2, .application-04 .top h2{
      font-size: 30px;
    }
    .application-04 li .box,
    .application-03 .bottom{
       -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    }
    .application-03 .bottom .left{
      width: 100%;
      padding-right: 0;
    }
    .application-03 .bottom .right{
      width: 100%;
      margin-top: 20px;
    }
    .application-04 li .box .img{
      width: 100%;
    }
    .application-04 li .box .tongoyng,
    .application-04 li .box .content{
      width: 100%;
    }

}
@media screen and (max-width:700px){
  h3.top-bbc{
    width: 100%;
  }
  p.top-bbc{
    display: none;
  }
  .in-about .a-title .left h2{
    font-size: 28px;
  }
  .corporate-culture .left h3{
    font-size: 24px;
  }
  .ser-banner .box .form-banner ul li{
    width: 48%;
  }
  .ser-banner .box .form-banner ul li:nth-child(3){
    width: 80%;
  }
  .ser-banner .box .form-banner ul li:last-child{
    width: 16%;
  }
  .services-page .init-3 .list ul li .box h4{
    padding-left: 0;
  }
  .services-page .init-3 .list ul li .box h4::before{
    display: none;
  }
  .services-page .init-3 .list ul li .box{
    padding-right: 0;
  }
  .services-page .init-3 .list ul {
    margin: 0 -15px;
  }
  .services-page .init-3 .list ul li{
    padding: 0 15px;
  }
  .services-page .init-4 ul li:nth-child(3), 
  .services-page .init-4 ul li:nth-child(4),
  .services-page .init-4 ul li:nth-child(2),
  .services-page .init-4 ul li:nth-child(1){
    width: 50%;
    
  }
  .services-page .init-4 ul li:nth-child(1){
    height: 50%;
  }
  .services-page .init-4 ul li .text .btn a{
    margin: 0 8px;
  }
  .element .text h2{
    font-size: 24px;
    margin-top: 10px;
  }
  .inner-page.application-ny{
    padding-top: 90px;
  }
  .inner-page.application-ny .application-01 h2{
    font-size: 32px;
  }
  .i-why .list{
    margin-top: 0;
  }
  .application-03{
    padding: 35px;
  }
  .application-04 li .box .tongoyng, .application-04 li .box .content{
    width: 100%;
    padding: 15px;
  }
  .top-main h3{
    font-size: 23px;
  }

}
@media screen and (max-width:500px){
  h3.top-bbc{
    font-size: 23px;
  }
  .corporate-culture .left h3{
    font-size: 18px;
  }
  .ser-banner .box h3{
    font-size: 20px;
  }
  .ser-banner .box .form-banner ul li{
    width: 100%;
  }
  .ser-banner{
    padding-top: 105px;
  }
  .ser-banner .box .form-banner ul li input[type=submit]{
    background-size: 20px;
  }
  .ser-banner .box .form-banner ul li:last-child{
    width: 20%;
  }
  .services-page .init-1 h2{
    font-size: 24px;
  }

}



/* 侧边 */

.Floating-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 20;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.Floating-sidebar.active {
    -webkit-transform: translate(100%,-50%);
    -moz-transform: translate(100%,-50%);
    -ms-transform: translate(100%,-50%);
    -o-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
}

.Floating-sidebar span {
    position: absolute;
    top: 50%;
    right: 100%;
    -webkit-transform: translate(100%,-50%);
    -moz-transform: translate(100%,-50%);
    -ms-transform: translate(100%,-50%);
    -o-transform: translate(100%,-50%);
    transform: translate(100%,-50%);
    width: 20px;
    height: 60px;
    line-height: 60px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: rgba(0,0,0,.7);
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
    cursor: pointer;
    cursor: hand;
}

.Floating-sidebar.active span {
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.Floating-sidebar ul li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #265c95;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
 
}

.Floating-sidebar ul li img {
  vertical-align: middle;
}

.Floating-sidebar ul li.codes .qr-code {
    position: absolute;
    z-index: -1;
    width: 100px;
    left: 0;
    top: -165px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.Floating-sidebar ul li.codes.active .qr-code {
    opacity: 1;
    left: -100px;
}

.Floating-sidebar ul li:first-child {
    border-top-left-radius: 5px;
}

.Floating-sidebar ul li:last-child {
    border-bottom-left-radius: 5px;
    border-bottom: none;
}

.Floating-sidebar ul li.wechat img {
    width: 35px;
    margin: auto;
}

.Floating-sidebar ul li:hover,
.Floating-sidebar ul li.active {
    background: #00a0e9;
}

.Floating-sidebar ul li.wechat:hover img {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.Floating-sidebar ul li.close a:after,
.Floating-sidebar ul li.close a:before {
    content: '';
    width: 50%;
    height: 2px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    -moz-transform: translate(-50%,-50%) rotate(45deg);
    -ms-transform: translate(-50%,-50%) rotate(45deg);
    -o-transform: translate(-50%,-50%) rotate(45deg);
    transform: translate(-50%,-50%) rotate(45deg);
    background: #fff;
}

.Floating-sidebar ul li.close a:before {
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -o-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
}

.Floating-sidebar dl {
    position: absolute;
    top: 0;
    left: 100%;
    width: 240px;
    background: #fff;
    padding: 15px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
    opacity: 0;
}

.Floating-sidebar.form2 dl {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.Floating-sidebar.active.form2 dl {
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
}

.Floating-sidebar dl dt {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.Floating-sidebar dl dd {
    margin-bottom: 5px;
}

.Floating-sidebar dl dd label {
    font-size: 14px;
    display: block;
}

.Floating-sidebar dl dd input,
.Floating-sidebar dl dd textarea {
    width: 100%;
    line-height: 24px;
    padding: 5px 10px;
    background: #fff;
    font-size: 12px;
    color: #000;
    border: 1px solid #eee;
}

.Floating-sidebar dl dd textarea {
    height: 100px;
    resize: vertical;
}

.Floating-sidebar dl dd:last-child {
    margin-bottom: 0;
}

.Floating-sidebar dl dd input[type=submit] {
    background: #00a0e9;
    color: #fff;
    border-color: #00a0e9;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    text-transform: uppercase;
}

.Floating-sidebar dl dd input[type=submit]:hover {
    background: #ad0815;
}




/* end */


/*设计*/

.newdet2-page .content p img.wscnph {
    width: 50%;
    padding: 20px;
}
.diyi-bg {
    padding-bottom: 80px;
}
.corporate-culture .left .btn {
    margin-top: 20px;
}
.services-page .init-1 .box .right {
    padding-left: 60px;
}

.acc1 .top .left {
  padding-right: 130px;
  margin-top: 40px;
}
.acc1 .top .left .tit3 {
  font-size: 48px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.9);
  line-height: 2;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.acc1 .top .left .tit3 span {
  color: var(--color);
}
.acc1 .top .left ul li {
margin-bottom: 40px;
}
.acc1 .top .left ul li .box {
  position: relative;
}
.acc1 .top .left ul li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  text-align: center;
}
/*.acc1 .top .left ul li .box .con {
  padding-left: 110px;
}*/
.acc1 .top .left ul li .box .con .tit4 {
font-size: 24px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}
.acc1 .top .left ul li .box .con p {
    font-size: 17px;
    font-weight: 400;
    color: #000;
    line-height: 1.6;
        padding: 5px 0;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.acc1 .top .right .img {
  position: relative;
  width: 100%;
  height: 650px;
}
.acc1 .top .right .img .img-play {
  position: absolute;
  left: 41%;
  bottom: -10px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
}
.acc1 .top .right .img .img-play .mouse_ani {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: mouse_ani 10s linear infinite;
  -moz-animation: mouse_ani 10s linear infinite;
  animation: mouse_ani 10s linear infinite;
}
.acc1 .top .right .img .img-play .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: url(../images/bann2.png) no-repeat center var(--color);
  border-radius: 50%;
  cursor: pointer;
}
.acc1 .top .left span.h2 {
    color: #000;
        margin-bottom: 20px;
}
.acc1 .top .left span.h2 em {
    color: var(--color);
}


@media screen and (max-width: 1570px) {
  .acc1 .top .left {
    padding-right: 30px;
  }
}


@media screen and (max-width: 1250px) {
  .acc1 .top .left ul li .box .img {
    width: 50px;
  }
  .acc1 .top .left ul li .box .img img {
    max-height: 50px;
  }

}

@media screen and (max-width: 972px) {
  .acc1 .top .left {
    width: 100%;
  }
  .acc1 .top .right {
    display: none;
  }
}



@-webkit-keyframes mouse_ani {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-moz-keyframes mouse_ani {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes mouse_ani {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.acc1 {
    padding: 100px 0;
}

:root {
  --color: #225b97;
}

.miaoshu-det .top table tr {
    background: #eee;
}

.miaoshu-det .top table tr:nth-child(even) {
    background: #fff;
}

.miaoshu-det .top table {
    width: 100% !important;
}
.application-04 ul li {
    padding: 20px;
}
.application-04 ul li.default {
  visibility: hidden;
  height: 0;
  padding: 0;
}
.application-04 ul {

}
.miaoshu-det .top td {
    font-size: 16px;
    line-height: 1.8;
    padding: 0px 20px;
    color: #000;
        width: auto;
}
.inner-page.factory-page ul {
    margin: 0 -20px;
}
.inner-page.factory-page ul li {
    padding: 20px;
}

/*.our-application .right ul li {
    padding: 15px;
    background: rgba(255,255,255);
}*/

.our-application .right ul li img {
  transform: scale(.5);
  transition: 2s ease;
  border: 15px solid white;
}

.our-application .right ul .slick-current li img {
  transform: scale(1);
}

#banner .pro.pangu {

    width: 58%;
}

#banner .det .left {
  text-align: left;
  width: 80%;
  margin: auto;
}

#banner .det h3 {
  font-size: 82px;
  line-height: 1;
  color: #FFFFFF;
  font-family: 'AGBuchStencilBQ';
  text-transform: uppercase;
  text-shadow: 0 50px 15px rgba(0, 0, 0, 0.3);
}

#banner .det p {
  color: white;
}

#banner .det .pro2{
  width: 35%;
}



.our-product .left .ll{
      z-index: 9;
    position: relative;
}
.our-product .left .list .item img {
    cursor: pointer;
    border: 1px solid #f0f0f0;
}

@media screen and (max-width: 1620px) {
.our-product .left .slick-current .img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}
.our-product .left .list .item{
      width: 33%;
}


}

@media (width:700px) {
  
}


.prodet-form p {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}
.application-03 .bottom .left-img ul li {
    padding: 10px;
}
.application-03 .bottom .left-img ul {
    margin: 0 -10px;
}


#banner .slick-active .content.dddt {
    top: 40%;
}



/*设计-end*/




/* 回到顶部 */
#goback {
  position: fixed;
  z-index: 999;
  right: 2%;
  bottom: 10%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  background-color: #225b97;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width:1000px) {
  #goback {
    display: none;
  }
}



.application-04 .txt-center{
    background: #eee;
    color: #000;
    padding: 10px 0;
}
.application-04 .txt-center:hover {
    color: #fff;
    background: #265c95;
}
.application-04 .txt-center a {
    display: block;
    width: 100%;
}
.news-page .slideRight .i-news .wrap .column .img img {
    width: 100%;
    object-fit: cover;
    height: 260px;
        transition: all .5s ease;
}
.news-page .i-news .wrap .column .item:hover .img img {
    transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease;
}
.news-page .slideRight .i-news .wrap .column .img {
    overflow: hidden;
}



@media (max-width: 1280px) {

#banner .pro.ass {
    top: 47%;
}

}
/* end */


@media (min-width: 1921px) {
  .zoom-ml {
    zoom: 1.3;
  }
}

.Floating-sidebar ul li.codes .qr-code img {
    border: 3px solid #fff;
}
.Floating-sidebar ul li.codes .qr-code p {
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 5px;
    background: #fff;
}

.ewm ul {
    display: flex;
        margin-left: -20px;
}
.ewm ul li {
    width: 25%;
    text-align: center;
}
.ewm ul li img {
    width: 200px;
}





.our-product .nextBtn {
  display: none;
}

@media (max-width:1000px) {
  .our-product .nextBtn {
    display: inline-block;
  }
}


/*------SeoSeo xinwenxinwen----*/
.inner-page.newdet2-page .left.column {
    width: calc(100% - 500px);
    margin-left: 100px;
}
.inner-page.newdet2-page .grid-box {
    margin: auto;
}
.inner-page.newdet2-page .right.column.wow.zoomIn {
    width: 370px;
    margin-left: 30px;
    margin-top: 45px;
    top: 90px;
    z-index: 2;
    position: sticky!important;
}
.newdet2-page .container .right .cont .form form input, .newdet-page .container .right .cont .form form textarea {
    width: 100%;
    border: 1px solid #fff;
    padding: 6px 10px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    color: #000;
}
.newdet2-page .container .right .cont .form form .submit_btn {
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    color: black;
    border: 1px solid #fff;
    font-weight: 600;
}
.newdet2-page .container .right .cont .des {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.7;
    overflow-y: auto;
    padding-right: 8px;
    max-height: 400px;
}
.sideBar .side-menu {
  position: relative;
  padding-top: 27px;
  cursor: pointer;
  height: 61px;
}
.newdet2-page .container .right .cont a {
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.newdet2-page .container .right .cont {
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 30px 20px;
    background:#225b97;
    border-radius: 16px;
    color: #fff;
}

/*add cebian news like 2025-9-28*/
.newdet2-page .container .right .newslike{
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.newdet2-page .container .right .newslike .h4{
  padding: 0 20px;
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  background: #225B97;
  font-size: 30px;
}
.newdet2-page .container .right .newslike ul li{
  padding:0 20px;
}
.newdet2-page .container .right .newslike ul li .item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.newdet2-page .container .right .newslike ul li .item .img-box{
  width: 30%
}
.newdet2-page .container .right .newslike ul li .item .text{
  width: 65%
}
.newdet2-page .container .right .newslike ul li .item .text .h5{
  transition: 0.3s all;
  margin-bottom: 10px;
  text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.newdet2-page .container .right .newslike ul li .item .text .h5:hover{
  color: var(--color);
}
.newdet2-page .container .right .newslike ul li .item .text .time{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.newdet2-page .container .right .newslike ul li .item .text .time i{
  margin-right: 10px;
}

.newdet2-page .container .right .cont .form form input, .newdet-page .container .right .cont .form form textarea{
  color: #000;
}



@media (max-width:1000px) {
  .inner-page.newdet2-page .left.column{
    width: 100%!important;
    margin-left: 0!important;
  }
  .inner-page.newdet2-page .right{
    display: none;
  }
}