@font-face {
  font-family: 'Oswald';
  src: url(../fonts/Oswald-Bold.ttf) format('truetype'), url(../fonts/Oswald-Bold.eot) format('eot'), url(../fonts/Oswald-Bold.woff) format('woff'), url(../fonts/Oswald-Bold.woff2) format('woff2');
  font-weight: 300;
}

:root {
  --white: #fff;
  --black: #000;
  --primary: #eb5c20;
  --base: #ceb93e
}

body {
  font-family: "Microsoft YaHei";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1530px;
}
.inner-page .text {
  font-size: 18px;
  line-height: 1.94444444;
}
a.more {
  line-height: 3.85714286em;
  height: 3.5714286em;
  padding: 0 4.28571429em;
  font-size: 14px;
  display: inline-block;
  background: #c31c24;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
a.more i.fa-eye {
  margin-right: 0.35714286em;
}
a.more:hover {
  background: #0c67d7;
}
h2.title {
  font-size: 48px;
  line-height: 1.2;
  margin-top: 50px;
}
h2.title i.dots {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #0c67d7;
  white-space: nowrap;
  position: relative;
  margin-top: 12px;
  margin-left: 5px;
}
h2.title i.dots:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: #c31c24;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}

#header {
  z-index: 111;
  position: absolute;
  width: 100%;
  left: 0;
  top: 30px;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 3%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 20px;
  font-size: 18px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-color: #21d369;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 20px 10px;
  border-bottom: 2px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 10%;
  left: 15%;
}
#banner ul.slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 20px;
  border-radius: 100%;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  border-radius: 50%;
  border: 1px solid transparent;
  opacity: .5;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #0ad85e;
}
#banner ul.slick-dots li.slick-active::before {
  border-color: #FFFFFF;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}

.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #0d95e8;
  z-index: 2;
  position: relative;
}
#mobile .m-search form {
  width: 100%;
  padding-right: 50px;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: url("../images/icon-search-black.png") center left 5px no-repeat white;
  background-size: 14px;
  padding-left: 25px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#mobile .m-logo {
  text-align: center;
  background: #333;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: white;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
}
#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 a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 10px;
}
#mobile .m-nav ul li.children > a:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > a: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,
  .about-page,
  .new-banner {
    margin-top: 120px;
  }

  .crumbs_title{
    display: none;
  }

  .newsnav-bord{
    display: none;
  }
}
.hover-language .zhuyu {
  color: #FFFFFF;
  font-size: 18px;
}
.hover-language ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.hover-language ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.hover-language ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.hover-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  max-width: 680px;
}
#banner h2 {
  font-size: 72px;
  font-weight: bold;
  margin-top: -175px;
  color: #FFFFFF;
}
#banner h2 small {
  font-size: 48px;
}
#banner h3 {
  font-size: 26px;
  font-weight: 300;
  color: #FFFFFF;
}
#banner h4 {
  margin-top: 10px;
  font-size: 24px;
  color: #FFFFFF;
}
#banner h4 span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  margin-right: 40px;
}
#banner h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #0ad85e;
}
#banner p {
  margin-top: 10px;
  font-size: 18px;
  line-height: 2;
  color: #FFFFFF;
  font-weight: 300;
}
#banner a.btn1 {
  color: #FFFFFF;
}
.btn1 {
  padding: 0 15px;
  display: inline-block;
  line-height: 45px;
  min-width: 190px;
  border-radius: 30px;
  text-align: center;
  border: 2px solid currentcolor;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.btn1:hover {
  color: #FFFFFF;
  background-color: #3dab6c;
  border-color: #3dab6c;
}
span.tag {
  font-weight: 300;
}
.tit1 {
  font-size: 48px;
}
.i-advantage {
  background-color: #f5f5f5;
  padding-bottom: 110px;
}
.i-advantage ul {
  padding: 40px 0;
  margin-top: -10px;
  background-color: #FFFFFF;
  border-top: 10px solid #3dab6c;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.i-advantage ul li {
  padding: 0 60px;
}
.i-advantage ul li i {
  margin: auto;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  border-radius: 50%;
  background-color: #f5f5f5;
}
.i-advantage ul li i img {
  vertical-align: middle;
}
.i-advantage ul li p {
  line-height: 30px;
  min-height: 90px;
}
.our-about {
  background: #f5f5f5 url(../images/about-bg.jpg) no-repeat left bottom;
}
.our-about .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.our-about a.btn1 {
  border-color: #3dab6c;
}
.our-about .left h4 {
  font-weight: 500;
}
.our-about .left p {
  font-weight: 300;
}
.our-about .left .text {
  line-height: 2;
}
.our-about .left ol {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.our-about .left ol li {
  width: auto;
}
.our-about .left ol li i {
  float: left;
  width: 80px;
  height: 80px;
  line-height: 78px;
  border-radius: 50%;
  text-align: center;
  display: block;
  border: 1px solid #c2c2c2;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-about .left ol li i img {
  vertical-align: middle;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-about .left ol li .content {
  padding-left: 100px;
}
.our-about .left ol li:hover i {
  border-color: #3dab6c;
  background-color: #3dab6c;
}
.our-about .left ol li:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.our-about .video {
  width: 50vw;
}
#about-data {
  padding: 100px 0;
}
#about-data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#about-data ul li {
  width: auto;
}
#about-data .mml-text {
  padding-left: 90px;
  position: relative;
}
#about-data .mml-text i {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  text-align: center;
}
#about-data .mml-text h3 {
  font-size: 48px;
  line-height: 1;
  font-family: "Oswald";
}
#about-data .mml-text h3 span {
  font-weight: 500;
  font-family: initial;
}
.our-product p {
  font-weight: 300;
}
.our-product .box {
  max-width: 1730px;
  padding-left: 15px;
  margin-left: auto;
}
.our-product .list {
  margin-top: 50px;
  padding-bottom: 60px;
  position: relative;
}
.our-product .list .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*.our-product .list ul {
  margin: -5px;
}
.our-product .list ul li {
  padding: 5px;
}*/
.our-product .list .mml-text {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-product .list .mml-text .text {
  padding: 20px;
}
.our-product .list .mml-text .text p {
  line-height: 30px;
  min-height: 90px;
}
.our-product .list .mml-text:hover {
  background-color: #f6f6f6;
}
.our-product .progress {
  height: 6px;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
.our-product .progress em {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background-color: #3dab6c;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-application .list ul {
  margin: -2px;
}
.our-application .list ul li {
  padding: 2px;
}
.our-application .list ul li .content {
  background-position: center;
  background-size: cover;
  height: 378px;
  position: relative;
  overflow: hidden;
}
.our-application .list ul li .content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-application .list ul li .content + div {
  margin-top: 4px;
}
.our-application .list ul li .content .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  padding: 0 10%;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-application .list ul li .content .text h4 {
  color: #FFFFFF;
}
.our-application .list ul li .content .text p {
  color: #FFFFFF;
  line-height: 2;
}
.our-application .list ul li .content:hover::before {
  opacity: 1;
}
.our-application .list ul li .content:hover .text {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-application .list ul li:first-child .content {
  height: 760px;
}
.our-application .list ul li:last-child .content {
  height: 588px;
}
.our-application .list ul li .more1 {
  height: 168px;
  line-height: 168px;
  color: #FFFFFF;
  background-color: #3dab6c;
}
.our-application .list ul li .more1 img {
  vertical-align: middle;
}
#index-body .main {
  background: url(../images/main-bg.jpg) no-repeat top center;
}
.our-strength {
  padding-top: 80px;
}
.our-strength ul li {
  height: 580px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-strength ul li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-strength ul li .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
}
.our-strength ul li .text {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px;
}
.our-strength ul li .text > * {
  color: #FFFFFF;
}
.our-strength ul li .text span {
  font-size: 72px;
  line-height: 1;
  font-weight: bold;
}
.our-strength ul li .text p {
  font-weight: 300;
}
.our-strength ul li .text h2,
.our-strength ul li .text p,
.our-strength ul li .text a {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.our-strength ul li h4 {
  color: #FFFFFF;
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 30px;
  left: 0;
  bottom: 5%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.our-strength ul li.active::after {
  opacity: 0;
}
.our-strength ul li.active .text h2,
.our-strength ul li.active .text p,
.our-strength ul li.active .text a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .5s .5s;
  -moz-transition: .5s .5s;
  transition: .5s .5s;
}
.our-strength ul li.active h4 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
.our-news {
  padding: 60px 0 80px;
}
.our-news .list ul.grid-box li.column {
  min-height: 430px;
  padding: 40px 30px;
  border: 1px solid #e5e5e5;
  border-left: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.our-news .list ul.grid-box li.column time {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.78);
}
.our-news .list ul.grid-box li.column time img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
.our-news .list ul.grid-box li.column a.tag {
  float: right;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
}
.our-news .list ul.grid-box li.column h4 {
  font-size: 20px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.our-news .list ul.grid-box li.column h4:hover {
  color: #3dab6c;
}
.our-news .list ul.grid-box li.column .text {
  font-size: 16px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.8);
}
.our-news .list ul.grid-box li.column a.link {
  font-size: 16px;
  line-height: 3.375em;
  height: 3.375em;
  padding: 0 2.8125em;
  border: 1px solid #e5e5e5;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  margin-top: 30px;
  border-radius: 30px;
}
.our-news .list ul.grid-box li.column a.link:hover {
  background: #3dab6c;
  border-color: #3dab6c;
  color: #fff;
}
.our-news .list ul.grid-box li.column:hover {
  background-color: #f7f7f7;
  border-color: #3dab6c;
}
.our-news .list .slick-dots {
  margin-top: 25px;
  text-align: center;
}
.our-news .list .slick-dots li {
  margin: 0 15px;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #9d9d9d;
}
.our-news .list .slick-dots li button {
  display: none;
}
.our-news .list .slick-dots li.slick-active {
  background-color: #3dab6c;
}
.our-partner {
  background-color: #f4f4f4;
}
#footer {
  background-color: #1b1b1b;
}
#footer .foot-top {
  padding: 80px 0 40px;
}
#footer .foot-top p,
#footer .foot-top a {
  color: rgba(255, 255, 255, 0.7);
}
#footer .foot-top .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-top .foot-content .foot-block h4 {
  color: #FFFFFF;
  margin-top: 90px;
}
#footer .foot-top .foot-content .foot-block ul {
  display: inline-block;
  vertical-align: top;
}
#footer .foot-top .foot-content .foot-block ul + ul {
  margin-left: 50px;
}
#footer .foot-top .foot-content .foot-block ul li i {
  float: left;
  line-height: 24px;
}
#footer .foot-top .foot-content .foot-block ul li i img {
  vertical-align: middle;
}
#footer .foot-top .foot-content .foot-block ul li p {
  font-size: 18px;
  padding-left: 40px;
}
#footer .foot-top .foot-content .foot-block ul li p span {
  opacity: 0;
}
#footer .foot-top .foot-content .foot-block ul li a {
  line-height: 1.9;
  font-size: 17px;
}
#footer .foot-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .foot-bottom p,
#footer .foot-bottom a {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
}
#footer .foot-bottom .fl img {
  max-height: 18px;
  vertical-align: middle;
}
#footer .foot-bottom .fr a {
  margin: 0 10px;
}
#ewm {
  width: 100px;
  border: 5px solid #FFFFFF;
  display: inline-block;
  vertical-align: top;
}
.wechat{
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
#goTop {
  display: none;
  position: fixed;
  right: 3%;
  bottom: 10%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color: #3dab6c;
  cursor: pointer;
}
@media screen and (max-width: 1530px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu {
    padding: 0 15px;
  }
  #header {
    top: 0;
  }
  #header .nav .ui.menu .logo {
    width: 150px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 20px 0;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #banner h2 {
    font-size: 50px;
  }
  #banner h2 small {
    font-size: 30px;
  }
  #banner h3 {
    font-size: 20px;
  }
  #banner h4 {
    font-size: 18px;
  }
  #banner h4 span::before {
    width: 10px;
    height: 10px;
  }
  #banner p {
    font-size: 16px;
  }
  .font-18 {
    font-size: 16px;
  }
  .tit1 {
    font-size: 36px;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-24 {
    font-size: 20px;
  }
  .our-about .btn1 {
    margin-top: 20px;
  }
  .our-about .left ol {
    margin-top: 30px;
  }
  #about-data .mml-text h3 {
    font-size: 36px;
  }
  .our-product .box {
    padding-right: 15px;
  }
  #footer .foot-top .foot-content .foot-block.contact {
    max-width: 300px;
  }
  #footer .foot-top .foot-content .foot-block ul li p {
    font-size: 16px;
  }
  #footer .foot-top .foot-content .foot-block ul li a {
    font-size: 16px;
  }
  #footer .foot-bottom .fl img {
    max-height: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  .i-advantage ul li {
    padding: 0 30px;
  }
  .our-about .left ol li i {
    width: 60px;
    height: 60px;
    line-height: 58px;
  }
  .our-about .left ol li i img {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .our-about .left ol li .content {
    padding-left: 70px;
    padding-top: 5px;
  }
  #about-data .mml-text h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #banner h2 {
    font-size: 36px;
  }
  #banner h2 small {
    font-size: 20px;
  }
  #banner h3 {
    font-size: 18px;
  }
  #banner h4 {
    margin-top: 15px;
  }
  #banner p {
    margin-top: 10px;
  }
  #banner .btn1 {
    margin-top: 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  .our-about .left {
    width: 100%!important;
    margin-bottom: 40px;
    padding: 0;
  }
  .our-about .right {
    width: 100%!important;
  }
  .our-about .video {
    width: 100%;
  }
  #about-data {
    padding: 60px 0;
  }
  #about-data .mml-text i {
    width: 70px;
  }
  #about-data .mml-text i img {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  #about-data .mml-text h3 {
    font-size: 24px;
  }
  #about-data .mml-text h3 span {
    font-size: 16px;
  }
  #about-data .mml-text {
    padding-left: 70px;
  }
  .our-application .list ul li {
    width: 50%!important;
  }
  .our-application .list ul li:first-child .content {
    height: 600px;
  }
  .our-application .list ul li .content {
    height: 298px;
  }
  .our-application .list ul li:last-child .content {
    height: 428px;
  }
  .font-24 {
    font-size: 18px;
  }
  #footer .foot-top .foot-content .foot-block ul {
    display: block;
  }
  #footer .foot-top .foot-content .foot-block ul + ul {
    margin-left: 0;
  }
  #footer .foot-top .foot-content .foot-block h4 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner h2 {
    font-size: 24px;
  }
  #banner h2 small {
    font-size: 16px;
  }
  #banner h3 {
    font-size: 16px;
  }
  #banner h4 {
    font-size: 16px;
  }
  #banner p {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }
  .btn1 {
    min-width: 150px;
  }
  .i-advantage ul li {
    padding: 0 15px;
  }
  .i-advantage ul li i img {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .i-advantage ul li i {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  .i-advantage {
    padding-bottom: 60px;
  }
  .tit1 {
    font-size: 24px;
  }
  .tit1 small {
    font-size: 16px;
  }
  .font-24 {
    font-size: 16px;
  }
  #about-data ul {
    display: block;
    margin: -15px;
  }
  #about-data ul li {
    width: 33.33%;
    padding: 15px;
  }
  .our-product .box {
    margin-top: 0;
  }
  .font-16 {
    font-size: 14px;
  }
  .our-strength ul li {
    width: 100%!important;
    height: 300px;
  }
  .our-strength ul li .text h2,
  .our-strength ul li .text p,
  .our-strength ul li .text a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .our-strength ul li::after {
    opacity: 0;
  }
  .our-strength ul li h4 {
    display: none;
  }
  .our-news .list ul.grid-box li.column .text {
    font-size: 14px;
  }
  #footer .foot-top .foot-content .foot-block.hide-1000 {
    display: none;
  }
  #footer .foot-top .foot-content .foot-block.contact {
    max-width: 100%;
  }
  #footer .foot-top .foot-content .foot-block.contact .logo {
    width: 150px;
  }
  #footer .foot-top {
    padding: 40px 0;
  }
  #footer .foot-bottom .fl img {
    max-height: 14px;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
    text-align: center;
  }
  #goTop {
    display: none!important;
  }
  .our-news .list ul.grid-box li.column a.tag {
    font-size: 14px;
  }
  .our-news .list ul.grid-box li.column time img {
    width: 22px;
  }
  .our-news .list ul.grid-box li.column h4 {
    font-size: 16px;
  }
  .our-news .list ul.grid-box li.column time {
    font-size: 14px;
  }
  .our-news .list ul.grid-box li.column {
    padding: 30px 15px;
  }
  .our-news .list ul.grid-box li.column a.link {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  .i-advantage {
    display: none;
  }
  #banner h3 {
    display: none;
  }
  #banner h4 {
    display: none;
  }
  .btn1 {
    line-height: 35px;
    min-width: 120px;
  }
  #about-data ul li {
    width: 50%!important;
  }
  .our-application {
    display: none;
  }
  .our-strength {
    display: none;
  }
  .our-partner {
    display: none;
  }
  .font-20 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  #banner p {
    display: none;
  }
  #banner h2 small {
    display: block;
  }
  #banner .left {
    text-align: center;
  }
  .our-about .left ol {
    display: none;
  }
  .our-about .left ol li {
    width: 100%;
  }
  #about-data {
    padding: 30px 0;
  }
  #about-data .mml-text h3 {
    font-size: 20px;
  }
  #about-data .mml-text h3 span {
    font-size: 12px;
  }
  #about-data ul {
    margin: -10px;
  }
  #about-data ul li {
    padding: 10px;
  }
  #about-data .mml-text i {
    width: 50px;
  }
  #about-data .mml-text i img {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  #about-data .mml-text {
    padding-left: 60px;
  }
  .our-product .progress {
    display: none;
  }
  .our-news .list ul.grid-box li.column {
    min-height: auto;
  }
  #footer .foot-top .foot-content .foot-block ul li p {
    font-size: 14px;
    line-height: 2;
  }
  .our-product .list .mml-text .text p {
    min-height: auto;
  }
}




.about-page .about-1 {
  height: 600px;
  height: 100vh;
  padding-top: 13%;
  color: white;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.about-page .about-1 .text {
  margin-top: 20px;
  font-size: 16px;
  max-height: 10em;
  overflow: auto;
}
.about-page .about-1 .play {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
  margin-top: 3%;
  float: right;
}
.about-page .about-1 .play i {
  border-left: 25px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  display: block;
  width: 0;
  height: 0;
  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%);
}
.about-page .about-1 .play:after,
.about-page .about-1 .play:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #c31c24;
  border-radius: 100%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .play:after {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .about-2 {
  padding: 160px 0 100px;
  position: relative;
}
.about-page .about-2:after {
  content: '';
  width: 85%;
  height: 100%;
  z-index: -1;
  background: #F1F1F1;
  position: absolute;
  top: 0;
  left: 0;
}
.about-page .about-2 .left {
  width: 60%;
  padding-right: 3%;
  vertical-align: middle;
}
.about-page .about-2 .left .text {
  margin-top: 5%;
}
.about-page .about-2 .right {
  width: 40%;
  position: relative;
  vertical-align: middle;
}
.about-page .about-2 .right .img-box {
  height: 640px;
  position: absolute;
  width: 100%;
  top: -210px;
  left: 0;
}
.about-page .about-3 {
  padding: 85px 0;
}
.about-page .about-3 .list {
  overflow: hidden;
  width: 100%;
}
.about-page .about-3 .list ul {
  /*width: 150%;*/
  position: relative;
  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;
  flex-wrap: wrap;
  margin: -10px;
  padding-top: 70px;
}
.about-page .about-3 .list ul li {
  vertical-align: top;
  /*width: 50%;*/
  padding: 10px;
}
.about-page .about-3 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-page .about-3 .box h6 {
  font-size: 80px;
  color: #c31c24;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
.about-page .about-3 .box h6 em {
  display: block;
}
.about-page .about-3 .box h6 span {
  font-size: 12px;
  font-weight: normal;
  color: white;
  background: #c31c24;
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  position: absolute;
  left: 110%;
  top: 0;
  text-align: center;
  border-radius: 100%;
}
.about-page .about-3 .box p {
  font-size: 14px;
  padding-left: 10px;
}
.about-page .about-4 {
  padding-bottom: 100px;
}
.about-page .about-4 .left {
  width: 60%;
  vertical-align: bottom;
}
.about-page .about-4 .left .img-box {
  height: 600px;
  width: 122%;
  margin-left: -22%;
}
.about-page .about-4 .left .img-box .play {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  background: rgba(195, 28, 36, 0.4);
  white-space: nowrap;
  font-size: 14px;
  color: white;
  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;
  cursor: hand;
}
.about-page .about-4 .left .img-box .play i {
  margin-right: 35%;
  font-size: 250%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.about-page .about-4 .right {
  width: 40%;
  padding-left: 2%;
  vertical-align: bottom;
}
.about-page .about-4 .right .content {
  width: 150%;
  margin-left: -50%;
  padding: 8%;
  background: white;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  margin-top: 8%;
}
.about-page .about-4 .right .content .text {
  font-size: 18px;
}
.about-page .about-5 {
  padding: 150px 0;
  background: url("../images/about-5-bg.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
.about-page .about-5 .box {
  margin-top: 50px;
}
.about-page .about-5 .box .left {
  width: 75%;
  vertical-align: middle;
}
.about-page .about-5 .box .left .box2 .content {
  vertical-align: middle;
}
.about-page .about-5 .box .left .box2 .content .text {
  font-size: 18px;
  margin-top: 0px;
}
.about-page .about-5 .box .left .box2 .img {
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.about-page .about-5 .box .left .box2 .img .slick-dots {
  margin-top: 20px;
  text-align: center;
}
.about-page .about-5 .box .left .box2 .img .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: .4;
  background: white;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .box .left .box2 .img .slick-dots li button {
  display: none;
}
.about-page .about-5 .box .left .box2 .img .slick-dots li.slick-active {
  opacity: 1;
}
.about-page .about-5 .box .right {
  width: 25%;
  padding-left: 3%;
  vertical-align: middle;
}
.about-page .about-5 .box .right ul li {
  padding: 5px 0;
}
.about-page .about-5 .box .right ul li a {
  display: block;
  line-height: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .box .right ul li a:after {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.about-page .about-5 .box .right .slick-current a {
  background: #c31c24;
}
.about-page .about-5 .box .right .slick-current a:after {
  opacity: 1;
}
.about-page .about-6 {
  padding: 75px 0 150px;
}
.about-page .about-6 .left {
  width: 60%;
}
.about-page .about-6 .left .text {
  font-size: 16px;
  margin-top: 5%;
  /*padding-right: 20%;*/
}
.about-page .about-6 .right {
  width: 40%;
  padding-left: 3%;
}
.about-page .about-6 .right .img-box {
  height: 350px;
}
.about-page .about-7 {
  padding-bottom: 70px;
}
.about-page .about-7 .list {
  margin-top: 3%;
  background: url("../images/about-7-bg.jpg") center center;
  background-size: cover;
  padding: 5% 0;
}
.about-page .about-7 .list ul li {
  height: auto !important;
  position: relative;
  z-index: 1;
  padding: 70px;
}


.ygw1442 {
    width: 1472px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
}

.ygw1442 {
  max-width: 100%;
}
.m-page {
  display: inline-block;
  width: 100%;
}
/*.about-page .about-7 .list ul li > h6 {
  position: absolute;
  left: 3%;
  top: 10%;
  z-index: -2;
}*/
/*.about-page .about-7 .list ul li:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background: #c31c24;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.about-page .about-7 .list ul li h6 {
  font-size: 18px;
  /*font-weight: bold;*/
  color: white;
}
.about-page .about-7 .list ul li h6 small {
  display: block;
  text-transform: none;
  font-size: 70%;
  opacity: .6;
}
.about-page .about-7 .list ul li .text {
  font-size: 14px;
}
.about-page .about-7 .list ul li .text:before {
  content: '';
  width: 1px;
  height: 40px;
  background: white;
  margin: 15px auto;
  display: block;
}
.about-page .about-7 .list ul li .content {
  position: absolute;
  top: 30%;
  left: 0;
  padding: 0 5%;
  text-align: center;
  width: 100%;
  color: white;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-7 .list ul li:hover:after {
  width: 100%;
}
.about-page .about-7 .list ul li:hover .content {
  opacity: 1;
}
.about-page .about-8 {
  padding-bottom: 70px;
}
.about-page .about-8 ul {
  margin: -10px;
}
.about-page .about-8 ul li {
  padding: 10px;
}
.about-page .about-9 {
  /*margin-bottom: 70px;*/
  padding: 100px 0 40px;
  color: white;
  background: url('../images/about-9-bg.jpg') center center no-repeat;
  background-size: cover;
}
.about-page .about-9 .left {
  vertical-align: middle;
  width: 70%;
}
.about-page .about-9 .right {
  width: 30%;
  padding: 0 5%;
}
.inner-banner {
  height: 600px;
  padding-top: 15%;
  background-size: cover;
  background-position: center center;
  color: white;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 3%;
}
.inner-banner .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:hover {
  color: #c31c24;
}
.product-yd-page .product-yd-1 {
  position: relative;
  z-index: 1;
}
.product-yd-page .product-yd-1:after {
  content: '';
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f1f1f1;
}
.product-yd-page .product-yd-1 .slide {
  padding: 60px 0;
  border-bottom: 2px solid #e1e1e1;
}
.product-yd-page .product-yd-1 .slide .left {
  width: 55%;
  padding-right: 3%;
  vertical-align: middle;
  position: relative;
}
.product-yd-page .product-yd-1 .slide .left .img-box {
  height: 500px;
}
.product-yd-page .product-yd-1 .slide .left .img-box h6 {
  position: absolute;
  bottom: 0;
  padding: 3%;
  font-size: 24px;
  font-weight: bold;
  color: white;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.7)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.7));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0,0,0,.7)',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0,0,0,.7)', GradientType=0);
  /* 兼容IE5~IE9 */
}
.product-yd-page .product-yd-1 .slide .left .img-box h6 small {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
.product-yd-page .product-yd-1 .slide .right {
  width: 45%;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.product-yd-page .product-yd-1 .slide .right h3 {
  font-size: 28px;
  font-weight: bold;
}
.product-yd-page .product-yd-1 .slide .right .text {
  margin: 15px 0 25px;
}
.product-yd-page .product-yd-1 .slide .right .list ul {
  margin: -5px;
  text-align: left;
}
.product-yd-page .product-yd-1 .slide .right .list ul li {
  padding: 5px;
  width: auto;
}
.product-yd-page .product-yd-1 .slide .right .list ul li a.img-box {
  height: 200px;
}
.product-yd-page .product-yd-1 .slide .right .list ul li h6 {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  background: white;
  border-radius: 5px;
  /*margin-top: 10px;*/
}
.product-yd-page .product-yd-1 .slide:nth-child(even) .left {
  left: 45%;
  padding-left: 3%;
  padding-right: 0;
}
.product-yd-page .product-yd-1 .slide:nth-child(even) .right {
  left: -55%;
}
.product-yd-page .product-yd-1 .process {
  padding: 45px 0 75px;
}
.product-yd-page .product-yd-1 .process h4 {
  font-size: 20px;
  font-weight: bold;
}
.product-yd-page .product-yd-1 .process .list {
  margin-top: 5%;
  position: relative;
  z-index: 1;
}
.product-yd-page .product-yd-1 .process .list:after {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.16);
  z-index: -1;
  top: 53%;
  left: 0;
  position: absolute;
}
.product-yd-page .product-yd-1 .process .list ul {
  margin: -10px;
}
.product-yd-page .product-yd-1 .process .list ul li {
  padding: 10px;
  text-align: center;
}
.product-yd-page .product-yd-1 .process .list ul li i {
  display: block;
  height: 35px;
  line-height: 35px;
}
.product-yd-page .product-yd-1 .process .list ul li i img {
  max-height: 100%;
}
.product-yd-page .product-yd-1 .process .list ul li span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  background: #c31c24;
  color: white;
  margin: 25px auto;
  display: block;
}
.product-yd-page .product-yd-1 .process .list ul li h6 {
  font-size: 16px;
}
.product-yd-page .product-yd-2 {
  padding: 100px 0;
}
.product-yd-page .product-yd-2 a.more {
  float: right;
}
.product-yd-page .product-yd-2 .list {
  margin-top: 5%;
  position: relative;
}
.product-yd-page .product-yd-2 .list:after {
  content: '';
  height: 100%;
  width: 2px;
  background: #eee;
  position: absolute;
  right: 28%;
  top: 0;
  z-index: -1;
}
.product-yd-page .product-yd-2 .list .btn {
  position: absolute;
  top: 0;
  right: 10.5%;
  z-index: 2;
}
.product-yd-page .product-yd-2 .list .btn div {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  font-size: 18px;
  color: black;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-2 .list .btn div:hover {
  background: #c31c24;
  color: white;
}
.product-yd-page .product-yd-2 .list ul {
  /*padding-right: 135%;*/
  /*margin-right: -100%;*/
  overflow: hidden;
  margin: -10px;
}
.product-yd-page .product-yd-2 .list ul .slick-list {
  overflow: unset;
}
.product-yd-page .product-yd-2 .list ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 10px;
}
.product-yd-page .product-yd-2 .list ul li a.img-box {
  height: 340px;
  border: 1px solid #eee;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-yd-page .product-yd-2 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .product-yd-2 .list ul li a.img-box h6 {
  position: absolute;
  font-size: 18px;
  color: black;
  left: 0;
  bottom: 10px;
  /*opacity: 0;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
/*.product-yd-page .product-yd-2 .list ul .slick-slide li {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}
.product-yd-page .product-yd-2 .list ul .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.product-yd-page .product-yd-2 .list ul .slick-current li a.img-box:before,
.product-yd-page .product-yd-2 .list ul .slick-current li a.img-box h6 {
  opacity: 1;
}*/
.product-page .product-1 {
  padding: 80px 0 140px;
}
.product-page .product-1 .list2 {
  border-bottom: 4px solid #f1f1f1;
  position: relative;
}
.product-page .product-1 .list2 ul li {
  margin-right: 5%;
  display: inline-block;
}
.product-page .product-1 .list2 ul li a {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
  display: block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .list2 ul li a:after {
  content: '';
  width: 300%;
  height: 4px;
  position: absolute;
  top: 100%;
  left: 60%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #c31c24;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.product-page .product-1 .list2 ul li:first-child a:after {
  width: 150%;
  left: 0 !important;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.product-page .product-1 .list2 ul li:hover > a,
.product-page .product-1 .list2 ul li.active > a {
  color: #c31c24;
}
.product-page .product-1 .list2 ul li:hover > a:after,
.product-page .product-1 .list2 ul li.active > a:after {
  left: 50%;
  opacity: 1;
}
.product-page .product-1 .list2 ul li:hover > ul,
.product-page .product-1 .list2 ul li.active > ul {
  display: block;
}
.product-page .product-1 .list2 ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding-top: 20px;
  /*white-space: nowrap;*/
  width: 100%;
}
.product-page .product-1 .list2 ul li ul li {
  margin-right: 3%;
}
.product-page .product-1 .list2 ul li ul li a {
  font-weight: normal;
  font-size: 16px;
  padding: 10px 25px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1.2;
}
.product-page .product-1 .list2 ul li ul li a:after {
  display: none;
}
.product-page .product-1 .list2 ul li ul li a:hover,
.product-page .product-1 .list2 ul li ul li a.active {
  background: #c31c24;
  color: white;
}
.product-page .product-2 {
  padding: 100px 0;
  background: #f1f1f1;
}
.product-page .product-2 .list ul {
  margin: -20px -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page .product-2 .list ul li {
  padding: 20px 15px;
}
.product-page .product-2 .list ul li .box {
  padding: 10%;
  background: white;
  text-align: center;
  height: 100%;

}
.product-page .product-2 .list ul li .box a.img-box {
  height: 300px;
}
.product-page .product-2 .list ul li .box h6 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-2 .list ul li .box h6:hover {
  color: #c31c24;
}
@media screen and (max-width: 1700px) {
  .about-page .about-1 .play {
    height: 70px;
    width: 70px;
  }
  .about-page .about-3 .box h6 {
    font-size: 90px;
  }
  .about-page .about-2 .right .img-box {
    top: 79px;
  }
}
@media screen and (max-width: 1500px) {
  .about-page .about-7 .list ul li {
    height: 380px;
  }
  .about-page .about-7 .list ul li h6 {
    font-size: 16px;
  }
  .about-page .about-6 .left .text {
    margin-top: 3%;
  }
  .about-page .about-5 {
    padding: 100px 0;
  }
  .about-page .about-2 {
    padding: 100px 0;
  }
  .about-page .about-2 .right .img-box {
    top: 72px;
  }
  .product-yd-page .product-yd-1 .slide .right .list ul li a.img-box {
    height: 160px;
  }
  .product-yd-page .product-yd-1 .slide .left .img-box,
  .product-yd-page .product-yd-2 .list ul li a.img-box {
    height: 400px;
  }
  .product-yd-page .product-yd-1 .slide {
    padding: 70px 0;
  }
  .product-yd-page .product-yd-2 .list .btn div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 400px;
  }
  .product-yd-page .product-yd-1:after {
    width: 100%;
  }
  .product-page .product-1 {
    padding: 50px 0 100px;
  }
  .product-page .product-2 .list ul li .box {
    padding: 5%;
  }
  .product-page .product-2 .list ul li .box a.img-box {
    height: 200px;
  }
  .product-page .product-2 .list ul li .box h6 {
    font-size: 18px;
    margin-top: 10px;
  }
  .product-page .product-2 .list ul li {
    padding: 10px;
  }
  .product-page .product-2 .list ul {
    margin: -10px;
  }
  .product-page .product-2 {
    padding: 70px 0;
  }
  .about-page .about-3 .box h6 {
    font-size: 70px;
  }
  .about-page .about-4 .right .content .text,
  .about-page .about-6 .left .text,
  .about-page .about-2 .left .text {
    font-size: 14px;
  }
  .about-page .about-2 .right .img-box {
    top: 55px;
  }
  .about-page .about-6 {
    padding: 70px 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-7 .list ul li {
    width: 25%;
    height: 260px;
  }
  .about-page .about-7 .list ul li .text:before {
    height: 30px;
    margin: 10px auto;
  }
  .about-page .about-1 .text {
    font-size: 14px;
  }
  .about-page .about-3 {
    display: none;
  }
  .about-page .about-2 .right .img-box {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    position: static;
    height: 220px;
  }
  .about-page .about-2 {
    padding: 60px 0;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 30px;
    display: none;
  }

  .about-page .about-2:after{
    display: none;
  }

  .about-page .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .left .img-box {
    height: 300px;
    width: 100%;
    margin: 0;
  }
  .about-page .about-4 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-4 .right .content {
    margin: 5% 0 0;
    width: 100%;
    padding: 0;
  }
  .about-page .about-4 {
    padding-bottom: 60px;
  }
  .about-page .about-5 .box .left .box2 .content .text {
    font-size: 14px;
  }
  .about-page .about-5 .box .right {
    padding-left: 15px;
  }
  .about-page .about-5 .box .right ul li a {
    line-height: 32px;
    height: 32px;
  }
  .about-page .about-5 .box .right ul li {
    padding: 2px 0;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-6 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-6 .left {
    width: 100%;
  }
  .about-page .about-7 .list ul li .text {
    font-size: 14px;
  }
  .about-page .about-6 .right .img-box {
    height: 220px;
  }
  .product-yd-page .product-yd-1 .process .list li {
    width: 20%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-7 .list ul li .content,
  .about-page .about-7 .list ul li:after {
    display: none;
  }
  .about-page .about-7 .list ul li {
    width: 50%;
    height: 120px;
  }
  .about-page .about-5 .box .right ul li a {
    font-size: 12px;
  }
  .about-page .about-5 .box {
    margin-top: 20px;
  }
  .about-page .about-1 {
    padding-top: 18%;
  }
  .product-yd-page .product-yd-2 .list .btn {
    display: none;
  }
  .product-yd-page .product-yd-2 .list ul {
    padding-right: 0;
    margin-right: 0;
  }
  .product-yd-page .product-yd-2 .list ul li {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .product-yd-page .product-yd-1 .slide .left .img-box,
  .product-yd-page .product-yd-2 .list ul li a.img-box {
    height: 280px;
  }
  .product-yd-page .product-yd-1 .process {
    display: none;
  }
  .product-yd-page .product-yd-1 {
    padding-bottom: 30px;
  }
  .product-yd-page .product-yd-1 .slide .left {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .product-yd-page .product-yd-1 .slide .right {
    width: 100%;
    margin-top: 30px;
    left: 0 !important;
  }
  .product-yd-page .product-yd-1 .slide .right h3 {
    font-size: 24px;
  }
  .product-yd-page .product-yd-1 .slide {
    padding: 40px 0;
  }
  .product-yd-page .product-yd-1 .slide .left .img-box {
    height: 200px;
  }
  .product-yd-page .product-yd-1 .slide .right .list ul li a.img-box {
    height: 140px;
  }
  .inner-banner {
    height: 280px;
  }
  .inner-banner .mbx {
    font-size: 15px;
  }
  .product-page .product-1 {
    display: none;
  }
  .product-page .product-2 .list ul li .box h6 {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-5 .box .left .box2 .img {
    margin-top: 15px;
  }
  .about-page .about-5 .box .right {
    width: 30%;
  }
  .about-page .about-5 .box .left {
    width: 70%;
  }
}
.m-page {
    text-align: left;
    float: none;
    margin: 30px -5px 0;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.m-page a:hover {
    background: #b70005 none repeat scroll 0 0;
    color: #fff;
}
.m-page span{
    background: #b70005 none repeat scroll 0 0;
    color: #fff;
}
.contact-page .contact-1 {
    padding: 110px 0;
    text-align: center;
}
.contact-page .contact-1 span.tag {
    display: block;
    color: #e5e5e5;
    font-size: 90px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 30px;
}
.contact-page .contact-1 .list {
    margin-top: 80px;
}
.contact-page .contact-1 .list ul {
    margin: -15px;
}
.contact-page .contact-1 .list ul li {
    padding: 15px;
}
.contact-page .contact-1 .list ul li dl {
    position: relative;
    text-align: left;
}
.contact-page .contact-1 .list ul li dl:after {
    content: '';
    width: 1px;
    height: 80%;
    background: #dbdbdb;
    right: 0;
    bottom: 0;
    position: absolute;
}
.contact-page .contact-1 .list ul li dl dt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
}
.contact-page .contact-1 .list ul li dl dd {
    margin-bottom: 15px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.5;
    padding-left: 45px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .list ul li dl dd a{
    position: initial;
}
.contact-page .contact-1 .list ul li dl dd i {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-page .contact-1 .list ul li dl dd:hover {
    color: #c31c24;
}
.contact-page .contact-1 .list ul li dl dd:last-child {
    margin-bottom: 0;
}
.contact-page .contact-1 .list ul li:last-child dl:after {
    display: none;
}
.contact-page .contact-2 {
    text-align: center;
    padding-bottom: 120px;
}
.contact-page .contact-2 .text {
    max-width: 830px;
    margin: 15px auto 50px;
}
.contact-page .contact-2 .list {
    margin-top: 90px;
}
.contact-page .contact-2 .list ul li {
    padding: 0 4%;
}
.contact-page .contact-2 .list ul li i {
    display: block;
    line-height: 75px;
    height: 75px;
}
.contact-page .contact-2 .list ul li i img {
    display: inline-block;
    vertical-align: middle;
}
.contact-page .contact-2 .list ul li h6 {
    font-size: 18px;
    color: black;
    line-height: 1;
    margin: 15px 0 10px;
}
.contact-page .contact-2 .list ul li p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 300;
}
.contact-page .contact-3 {
    padding: 130px 0 100px;
    background: white;
}
.contact-page .contact-3 .box {
    background: #f4f4f4;
}
.contact-page .contact-3 .box .left {
    height: 850px;
    background-size: cover;
    background-position: center center;
    width: 45%;
    vertical-align: middle;
}
.contact-page .contact-3 .box .right {
    width: 55%;
    padding: 0 3%;
    vertical-align: middle;
}
.contact-page .contact-3 .box .right .text {
    margin: 20px 0;
}
.contact-page .contact-3 .box .right .form ul {
    margin: -8px;
}
.contact-page .contact-3 .box .right .form ul li {
    padding: 8px;
}
.contact-page .contact-3 .box .right .form ul li label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
}
.contact-page .contact-3 .box .right .form ul li input,
.contact-page .contact-3 .box .right .form ul li textarea {
    width: 100%;
    line-height: 26px;
    padding: 10px;
    border: 1px solid #adadad;
    background: none;
    font-size: 14px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-3 .box .right .form ul li input:focus,
.contact-page .contact-3 .box .right .form ul li textarea:focus {
    border-color: #c31c24;
}
.contact-page .contact-3 .box .right .form ul li textarea {
    height: 100px;
}
.contact-page .contact-3 .box .right .form ul li input[type="submit"] {
    padding: 10px 50px;
    width: auto;
    display: inline-block;
    float: right;
    font-size: 16px;
    border-color: #c31c24;
}
.contact-page .contact-3 .box .right .form ul li input[type="submit"]:hover {
    background: #c31c24;
    color: white;
}
.contact-page .contact-3 .box .right .form ul li.wid-100 {
    width: 100%;
}
.contact-page .contact-4 {
    padding-bottom: 90px;
    background: white;
}
.inner-page .text em {
    font-weight: bold;
}
.faq-page .faq-1 {
    padding: 100px 0 40px;
}
.faq-page .faq-1 h3 {
    font-size: 34px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-list li {
    margin: 0 0 10px;
    word-break: break-word;
    font-weight: 300;
}
.faq-page .faq-list li h4 {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    line-height: 2;
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    
    color: #363f4d;
    padding: 15px 30px 15px 25px;
    cursor: pointer;
    cursor: hand;
    position: relative;
}
.faq-page .faq-list li h4 i {
    color: #bababa;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
.faq-page .faq-list li > .cont{
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 20px 25px;
    font-size: 18px;
    line-height: 2;
    display: none;
}

.faq-page .faq-1 .m-page a,
.faq-page .faq-1 .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
/* history */
.s_cont1514 {
  width: 1514px;
  margin: 0 auto;
}
.pra p {
  font-size: 18px;
  color: #333;
  line-height: 1.75;
}
/* b1_1 */
.s_b1_1content {
  position: relative;
  background-color: #fefefe;
  overflow: hidden;
  padding-bottom: 115px;
}
.s_b1_1bg {
  width: 100%;
  position: absolute;
}
.s_b1_1bg img {
  width: 100%;
}
.s_b1_1bgs {
  top: -9%;
  left: -45%;
}
.s_b1_1bgx {
  bottom: -7%;
  right: -45%;
}
.s_b1_1cont {
  position: relative;
  padding-top: 58px;
}
.s_b1_1cont::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #1b4c8f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.s_b1_1c1nr {
  width: 50%;
  padding-right: 70px;
  margin-bottom: 30px;
}
.s_b1_1c1time {
  text-align: right;
  position: relative;
  margin-bottom: 15px;
}
.s_b1_1c1time::after {
  content: "";
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: rgba(223, 49, 33, 0.102);
  position: absolute;
  top: 50%;
  right: -84px;
  transform: translateY(-50%);
}
.s_b1_1c1time::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #df3121;
  position: absolute;
  top: 50%;
  right: -74px;
  transform: translateY(-50%);
}
.s_b1_1c1time p {
  font-size: 30px;
  color: #1b4c8f;
  line-height: 1.75;
  position: relative;
}
.s_b1_1c1time p::after {
  content: "";
  width: 56px;
  height: 0;
  border-width: 1px;
  border-color: rgba(153, 153, 153, 0.4);
  border-style: dashed;
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}
.s_b1_1contbox.act .s_b1_1c1bot {
  max-height: 250px;
  overflow: hidden;
}
.s_b1_1cibotnr {
  color: #474747;
  position: relative;
  margin-bottom: 22px;
  text-align: right;
  padding-right: 16px;
  font-size: 16px;
  line-height: 1.8;
}
.s_b1_1c1xlbox {
  margin-top: 30px;
  display: none;
}
.s_b1_1c1xl {
  width: 15px;
  cursor: pointer;
}
.s_b1_1c1xl img {
  width: 100%;
}
.s_b1_1c1xlbox.on {
  opacity: 0.2;
}
.he_fonts h1 {
  font-size: 36px;
  line-height: 1.75;
  color: #333;
}
.s_b1_1contbox.on .s_b1_1c1nr {
  padding-right: 0;
  padding-left: 70px;
  float: right;
}
.s_b1_1contbox.on .s_b1_1c1time p::after {
  right: inherit;
  left: -70px;
}
.s_b1_1contbox.on .s_b1_1c1time::before {
  right: inherit;
  left: -74px;
}
.s_b1_1contbox.on .s_b1_1c1time::after {
  right: inherit;
  left: -84px;
}
.s_b1_1contbox.on .s_b1_1cibotnr {
  text-align: left;
  padding-right: 0;
  padding-left: 16px;
}
.s_b1_1contbox.on .s_b1_1c1time {
  text-align: left;
}
.s_b1_1contbox.on .s_b1_1c1xl {
  float: left;
}
.s_b1_1contbox.act .s_b1_1c1xlbox {
  display: block;
}
.s_b1_1c1time {
  position: relative;
}
.s_b1_1c1time p {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.s_b1_1c1time img {
  width: 80px;
}
.he_b3itm {
  text-align: right;
  margin-bottom: 10px;
}
.he_b3itm p {
  font-size: 30px;
  color: #1b4c8f;
  line-height: 1.75;
}
.s_b1_1contbox.on .s_b1_1c1time p {
  right: 0;
  left: 0;
}
.s_b1_1contbox.on .he_b3itm {
  text-align: left;
}
.s_b1_1cibotnr p {
  font-size: 16px;
  margin-bottom: 19px;
}
/* end */
.newdetail .list ul {
  margin: -10px;
}
.newdetail .list ul li {
  padding: 10px;
}
.newdetail .list {
  margin-top: 20px;
}
.down_body{padding:40px 0 60px;background-color:#f0f1f5;}
.down_body ul{display:inline-block;width:100%;}
.down_body ul li{float:left;margin-right:20px;width:calc((100% - 20px)/2);margin-bottom:20px;}
.down_body ul li:nth-child(2n){margin-right:0;}
.down_body ul li a{display:block;height:72px;background-color:#ffffff;position: relative;padding-left:65px;box-sizing: border-box;line-height:72px;text-decoration:none;transition:all linear .5s;
justify-content:space-between;}
.down_body ul li a i.icon{position: absolute;top:50%;transform: translateY(-50%);}
.down_body ul li a i.pdf{display:inline-block;width:65px;height:72px;left:0;background:url(../images/icon-pdf-1.png) no-repeat center;background-size:64px;}
.down_body ul li a i.rar{display:inline-block;width:65px;height:72px;left:0;;background:url(../images/icon-rar-1.png) no-repeat center;background-size:64px;}
.down_body ul li a i.doc{display:inline-block;width:65px;height:72px;left:0;background:url(../images/icon-doc-1.png) no-repeat center;background-size:64px;}

.down_body ul li a span{display:inline-block;font-size:16px;font-size:1.6rem;color:#237ae4;font-weight:bold;max-width:430px;overflow:hidden;}
.down_body ul li a .s_1{}
.down_body ul li a em{display:inline-block;font-size:16px;font-size:1.6rem;color:#666;position: absolute;right:74px;padding-right:15px;display:none;}
.down_body ul li a i.down{right:0;display:inline-block;width:72px;height:72px;border-left:2px solid rgba(255,255,255,.63);background:url(../images/icon-down-1.png) no-repeat center;}
.down_body ul li a:hover{background:linear-gradient(to right, #25c1ff, #237ae4);}
.down_body ul li a:hover i.pdf{background:url(../images/icon-pdf-2.png) no-repeat center;background-size:65px;}
.down_body ul li a:hover i.rar{background:url(../images/icon-rar-2.png) no-repeat center;background-size:65px;}
.down_body ul li a:hover i.doc{background:url(../images/icon-doc-2.png) no-repeat center;background-size:65px;}
.down_body ul li a:hover span{color:#ebf5fa}
.down_body ul li a:hover em{color:#ebf5fa}
.down_body ul li a:hover i.down{background:url(../images/icon-down-2.png) no-repeat center;}

.z-container {
    width: 80%;
    height: auto;
    clear: both;
    margin: 0 auto;
}
.company_brand {
    width: 100%;
    background: url(../images/about_bg2.jpg) no-repeat repeat center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.company_brand:before {
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.company_brand .top_text {
    padding: 220px 0 110px;
    color: #fff;
    z-index: 9;
    width: 50%;
}
.company_brand .top_text h3 {
    font-size: 30px;
    margin-bottom: 30px;
}
.company_brand .top_text p {
    line-height: 24px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
}
.company_brand .brand_lsit .box {
    width: 33.3%;
    float: left;
    height: 355px;
    text-align: center;
    position: relative;
    color: #fff;
    position: relative;
    z-index: 1;
}
.company_brand .brand_lsit .box:before {
    content:"";
    display: block;
    width: 0%;
    height: 100%;
    background: rgba(0, 75, 145, .85);
    position: absolute;
    left: 50%;
    top: 0;
    transition: ease .6s;
    opacity: 0;
}
.company_brand .brand_lsit .box:hover:before {
    opacity: 1;
    width: 100%;
    left: 0;
}
.company_brand .brand_lsit .box .con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.company_brand .brand_lsit .box.active {
}
.company_brand .brand_lsit h3 {
    font-size: 24px;
    margin: 10px 0;
}
.company_brand .brand_lsit .more, .proc_box .more {
    color: #fff;
    display: inline-block;
    background: url(../images/more_bg.png) no-repeat center bottom;
    line-height: 35px;
    background-size:100% auto;
    padding: 0 10px;
    margin-top: 40px;
}
.about_progress {
    width: 100%;
    background: url(../images/about_bg3.jpg) no-repeat center;
    background-size: cover;
    padding: 130px 0;
    color: #fff;
}
.about_progress .pg_tit {
    margin-bottom: 80px;
}
.about_progress .pg_tit h3 {
    font-size: 30px;
}
.pg_hd ul li {
    display: inline-block;
    width: 94px;
    height: 108px;
    background: url(../images/liu.png) no-repeat repeat center;
    background-size: 100% 100%;
    text-align: center;
    line-height: 108px;
    margin-left: 112px;
    position: relative;
    cursor: pointer;
    margin-bottom: 60px;
    transition: ease .8s;
}
.pg_hd ul li:before {
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -104px;
    top: 50%;
    transform: translateY(-50%);
}
.pg_hd ul li:last-child:after {
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -104px;
    top: 50%;
    transform: translateY(-50%);
}
.pg_hd ul li.on {
    background: url(../images/liu2.png) no-repeat center;
    background-size: 100% 100%;
    color: #004B91;
    font-weight: bold;
}
.pg_bd h3 {
    font-size: 36px;
}
.pg_bd i {
    display: block;
    width: 18px;
    height: 38px;
    background:url(../images/line2.png) no-repeat center;
    background-size: 100% 100%;
    margin: 20px 0;
}
.pg_bd .text {
    line-height: 34px;
    padding-top: 45px;
}

.company_honor .honer_text, .company_honor .honor_img {
    width: 50%;
    float: left
}
.honor_img {
    overflow:hidden;
    position:relative;
    height: 850px!important;
}
.honor_img .bd {
    position:relative;
    z-index:0;
}
.honor_img .bd ul {
    height: 850px;
}
.honor_img .bd ul li {
    zoom:1;
    vertical-align:middle;
}
.honor_img .bd ul li, .honor_img .bd img {
    width: 100%;
    height: 100%;
}
.honor_img .hd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
    overflow: hidden;
    height: 20px;
    z-index: 99;
}
.honor_img .hd ul {
    overflow:hidden;
    zoom:1;
}
.honor_img .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    margin: 0 5px;
}
.honor_img .hd ul li.on {
    background: rgba(255, 255, 255, 1);
}
.honer_text {
    padding: 60px 100px;
    box-sizing: border-box;
}
.honer_text .tit {
    text-align: center;
    width: 167px;
    margin-bottom: 50px;
}
.honer_text .tit h3 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    width: 167px;
    height: 141px;
    background: url(../images/honor_bg.png) no-repeat center;
    background-size: 100% 100%;
    line-height: 100px;
}
.honer_text .tit h4 {
    font-size: 30px;
}
.honor_li li {
    margin-bottom: 10px;
    color: #666;
    font-size: 15px;
}
#parameters {
  justify-content: space-around;
}
#parameters>div {
  cursor: pointer;
  cursor: hand;
}
#parameters>div.active {
  color: #b70005;
}
@media screen and (max-width: 700px) {
  .inner-banner .mbx {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-3 .box .right {
    width: 100%;
    padding: 15px;
  }
  .contact-page .contact-3 .box .left {
    width: 100%;
    padding-right: 0;
    height: 240px;
  }
  h2.title {
    margin-top: 20px;
    font-size: 30px;
  }
  .contact-page .contact-3,.contact-page .contact-1 {
    padding: 60px 0;
  }
  .contact-page .contact-2 {
    padding-bottom: 0;
  }
  .contact-page .contact-1 span.tag {
    font-size: 42px;
    margin-bottom: 0;
  }
  .contact-page .contact-1 .list ul li dl dt {
    font-size: 16px;
  }
  .contact-page .contact-1 .list ul li dl dd {
    font-size: 14px;
  }
  #mapContainer {
    height: 280px !important;
  }
  .contact-page .contact-4 {
    padding-bottom: 30px;
  }
  .servdetail-pad,.ondetail-pad {
    padding: 0 !important;
    display: block !important;
  }
  .se-line {
    height: 40px;
  }
  .se-flex {
    font-size: 24px;
    padding-bottom: 1em;
  }
  .serdetail {
    margin-top: 20px;
  }
  .line-li-50 {
    width: 100% !important;
    margin-bottom: 8px;
    display: inline-block;
  }
  .line-li {
    display: block !important;
    padding: 0 !important;
  }
  .online-fk {
    font-size: 28px !important;
  }
  .ongnum p {
    font-size: 24px !important;
  }
  .ongol-ul {
    flex-wrap: wrap;
  }
  .ongol-ul .ongol-li {
    width: 50%;
  }
  .img_box {
    display: block !important;
  }
  .colx-50,.col-50 {
    width: 100% !important;
  }
  .prod_detail {
    margin-left: 0 !important;
    margin-top: 10px;
  }
  .prod_title {
    font-size: 18px !important;
  }
  .product_list_card,.on50 {
    width: 100% !important;
  }
  .online-name,.detail-h1,.hotnew-name,.product_title {
    font-size: 24px !important;
  }
  .ygwpad {
    padding: 0 !important;
  }
  #section-5 {
    padding-bottom: 8rem !important;
  }
  .about-page .about-1 {
    height: auto;
    padding-bottom: 6rem;
  }
  .about-page .about-7 .list ul li {
    width: 100%;
    padding: 15px;
  }
  .about-page .about-5 .box .left {
    width: 100%;
  }
  .about-page .about-5 .box .right {
    display: none;
  }
  .about-page .about-5 {
    height: auto;
  }
  .about-page .about-9 .left {
    width: 100%;
  }
  .about-page .about-9 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .about-page .about-9 {
    padding: 50px 15px;
  }
  .s_cont1514 {
    max-width: 100%;
  }
  .he_b3itm p {
    font-size: 18px;
  }
  .s_b1_1c1nr {
    padding: 0 15px !important;
    width: 100% !important;
  }
  .s_b1_1c1time,
  .s_b1_1cibotnr,.he_b3itm {
    text-align: left !important;
  }
  .s_b1_1cont:before {
    display: none;
  }
  .s_b1_1contbox .s_b1_1cibotnr,.s_b1_1content,.history-page {
    padding: 0 !important;
  }
  .company_brand .top_text {
    padding: 50px 0 30px;
  }
  .z-container {
    width: 100%;
    padding: 0 15px;
  }
  .about_progress {
    padding: 80px 0;
  }
  .about_progress .pg_tit {
    margin-bottom: 40px;
  }
  .about_progress .pg_tit h3 {
    font-size: 20px;
  }
  .pg_hd ul li:before,.pg_hd ul li:last-child:after {
    display: none;
  }
  .pg_hd ul li {
    margin-left: 0;
    margin-bottom: 0;
    zoom: .7;
  }
  .pg_bd h3 {
    font-size: 26px;
  }
  .company_honor .honer_text, .company_honor .honor_img {
    width: 100%;
    float: none;
  }
  .honor_img .bd ul,.honor_img {
    height: auto !important;
  }
  .honer_text {
    padding: 40px 15px;
  }
}

.autofit,.zoom-out,.zoom-in {
  display: none !important;
}
#spotlight, #spotlight .drag, #spotlight .preloader, #spotlight .scene {
  left: 0;
}
@media screen and (max-width: 1700px) {
  .about-page .about-2 .right .img-box {
    position: relative;
    top: 0;
  }
  .about-page .about-3 .list ul {
    padding-top: 0;
  }
}
@media screen and (max-width: 1500px) {
  .about-page .about-3 .box h6 {
    font-size: 60px;
    display: flex;
  }
  .about-page .about-3 .box h6 span {
    position: static;
  }
  .about-page .about-3 .box {
    display: block;
  }
  .about-page .about-3 .box p {
    padding-left: 0;
  }
  .about-page .about-3 .box p br {
    display: none;
  }
}



.crumbs_nav {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.crumbs_nav a {
    color:#333;
}
.crumbs_nav a:hover{
    color:#b70005;
}





/* application */
.application-page {
    background: #f7f7f7;
    padding: 2rem 0;
}
.application-page .application-list ul li {
    margin-bottom: 2rem;
    padding: 2.5rem;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.application-page .application-list ul li .left {
    width: 55%;
    vertical-align: middle;
}
.application-page .application-list ul li .right {
    width: 45%;
    vertical-align: middle;
    padding-left: 3rem;
}
.application-page .application-list ul li .right h4 {
    font-size: 30px!important;
    color: #363636;
    line-height: 1.4;
    font-weight: bold;
}
.application-page .application-list ul li .right .text {
    display: block;
    font-size: 15px!important;
    color: #757272;
    line-height: 30px!important;
    margin-top: 1rem;
}
.application-page .application-list ul li:last-child {
    margin-bottom: 0;
}
.application-page .application-list ul li:hover {
    -o-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
}

.application-page .application-list ul li .right .list dl {
    margin: -5px;
}
.application-page .application-list ul li .right .list dl dd {
    padding: 5px;
}



@media screen and (max-width: 1700px) {
  .application-page .application-list ul li .right .text {
      font-size: 14px;
      line-height: 28px;
  }

  .application-page .application-list ul li .right h4 {
      font-size: 26px!important;
      line-height: 1.6;
  }
  .application-page{
      padding: 5rem 0;
  }
}


@media screen and (max-width: 1000px) {
  .application-page .application-list ul li .right {
      width: 100%;
      padding: 3rem 0 0;
  }
  .application-page .application-list ul li .left {
      width: 100%;
  }
}




/* service */

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}


.p05 .support .item{
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.p05 .support .item:nth-child(odd){
  flex-direction: row-reverse;

}

.p05 {
  font-size: 16px
}

.p05 h2 {
  margin-bottom: 40px
}

.p05 .samples,
.p05 .consultation {
  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;
  margin: 120px auto
}

.p05 .samples .mml-text,
.p05 .consultation .mml-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  max-width: 50%;
  color: #565656;
  font-size: 18px;
}

.p05 .samples .mml-image,
.p05 .consultation .mml-image {
  margin: auto
}

.p05 .samples h2,
.p05 .consultation h2 {
  color: black;
  text-align: initial;
  line-height: 1.4;
}

.p05 .samples p,
.p05 .samples ul,
.p05 .consultation p,
.p05 .consultation ul {
  margin-top: 15px;
  line-height: 2;
}

.p05 .samples li,
.p05 .consultation li {
  margin: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}

.p05 .samples .green,
.p05 .consultation .green {
  margin-right: 5px;
  color: #56d079
}

.p05 .consultation {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  /*max-width: 1404px;*/
}

.p05 .stable {
  overflow: hidden;
  padding: 120px 0;
  background-color: #19181d;
  text-align: center
}

.p05 .stable p {
  margin: 0 auto 15px;
  max-width: 750px;
  color: gray;
  line-height: 2;
}

.p05 .slicker-stable {
  /*max-width: 1700px;*/
  margin: 60px 0 0;
  /*-webkit-transform: translate(25%, 0);
  -ms-transform: translate(25%, 0);
  transform: translate(25%, 0)*/
}
.p05 .slicker-stable{
  margin-right: -10%;
}
.p05 .slicker-stable .slick-list{
  padding-right: 200px !important;
}
.p05 .slicker-stable .slick-slide {
  position: relative;
  margin: 0 20px
}

.p05 .slicker-stable .slick-slide:before {
  content: '\20';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(25, 24, 29, .5);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  transition: all 0.24s
}

.p05 .slicker-stable .slick-slide.slick-current:before {
  opacity: 0
}

.p05 .slick-dots {
  max-width: 820px;
  width: 50%;
  margin: 40px auto 0;
}

.p05 .slick-dots>li {
  display: inline-block;
  background-color: #f7f7f7;
}

.p05 .slick-dots>li.slick-active {
  background-color: var(--primary);
}

.p05 .support {
  overflow: hidden;
  color: white
}

.p05 .support .mml-row {
  margin: 60px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.p05 .support .mml-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row
}

.p05 .support .mml-image {
  margin: auto
}

.p05 .support .mml-text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  max-width: 50%;
  color: #000;
  text-align: initial;
}

.p05 .support .sup-title {
  display: block;
  margin-top: 70px;
  color: #111;
  line-height: 1.4;
}

.p05 .support h3 {
  margin-bottom: 30px;
  font-size: 30px;
}

.p05 .support p {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width:1200px) {
  .p05 .slicker-stable {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }

  .p05 .slick-dots {
    max-width: unset;
    width: unset
  }
}

@media (max-width:1000px) {

  .p05 .consultation,
  .p05 .samples {
    display: block
  }

  .p05 .consultation .mml-image,
  .p05 .samples .mml-image {
    width: unset
  }

  .p05 .consultation .mml-text,
  .p05 .samples .mml-text {
    margin: auto
  }
}

@media (max-width:780px) {
  .p05 .support .mml-row {
    display: block;
    margin: 40px auto
  }

  .p05 .support .mml-image {
    width: unset;
    max-width: unset
  }

  .p05 .support .mml-text {
    margin: auto
  }

  .p05 .support .sup-title {
    text-align: center
  }
}

@media (max-width:600px) {
  .p05 h2 {
    margin-bottom: 20px
  }

  .p05 .consultation,
  .p05 .samples {
    margin: 40px 0
  }

  .p05 .stable {
    padding: 40px 0
  }

  .p05 .slicker-stable,
  .p05 .slick-dots {
    margin-top: 20px
  }
}

.p05 .support .ui.container {
  max-width: 1404px;
}

.p05 h2 {
    font-size: 46px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.p05 div,
.p05 p {
  font: inherit;
}
.white {
    color: #fff;
}
.slick-dots button{display:none}.slick-dots>li{margin:0 10px;width:12px;height:12px;background-color:#fff;border-radius:50%;cursor:pointer;-webkit-transition:all 0.24s;-o-transition:all 0.24s;transition:all 0.24s}.slick-dots>li.slick-active{background-color:#fff;}

@media only screen and (max-width:1000px){
  .p05 .samples .mml-text, .p05 .consultation .mml-text{
    max-width: 100%;
  }

  .p05 h2{
    font-size: 30px;
  }

  .p05 .support .item{
    display: block;
  }

  .p05 .support .mml-text{
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .p05 .consultation{
    display: block;
  }
  .p05 .samples, .p05 .consultation{
    display: block;
  }
  .p05 .samples .mml-image, .p05 .consultation .mml-image{
    width: 100%;
  }
  .p05 .support .mml-image img{
    width: 100%;
  }
  .p05 .samples .mml-image img, .p05 .consultation .mml-image img{
    width: 100%;
  }
}
@media screen and (max-width: 501px) {
  .p05 .slicker-stable .slick-list{
    padding-right: 100px !important;
  }
}


.p06-1-s5 {
    padding-bottom: 160px
}

.p06-1-s5 .mml-row>ul>li {
    margin-top: 167px;
    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
}
.p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
    padding-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.p06-1-s5 h2 {
    margin-bottom: 30px;
    font-size:40px;
    font-weight: bold;
       
    color: #363636;
    font-family: "roboto";
}

.p06-1-s5 p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.p06-1-s5 .img-wrap {
    max-width: 822px;
    width: 54%
}

.p06-1-s5 .text {
    max-width: 593px
}

.p06-1-s5 .swiper-pagination {
    position: absolute;
    margin-top: 0
}

.p06-1-s5 .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px
}

@media (max-width:1200px) {
    .p06-1-s2 .small {
        margin-top: 0;
        max-width: 100%
    }

    .p06-1-s4 .text {
        margin: 0
    }
}

@media (max-width:960px) {
    .p06-1-s2 .tab {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s2 .tab li {
        width: calc(50% - 2px);
        margin-bottom: 2px
    }
}

@media (max-width:768px) {
    .p06-1-s1 {
        padding: 40px 0
    }

    .p06-1-s4 .text {
        padding: 10px
    }

    .p06-1-s5 {
        padding-bottom: 40px
    }

    .p06-1-s5 .mml-row>ul>li {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .img-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .img-wrap {
        width: 100%
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text-wrap,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text-wrap {
        margin-top: 20px;
        padding: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .p06-1-s5 .mml-row>ul>li:nth-child(odd) .text,.p06-1-s5 .mml-row>ul>li:nth-child(even) .text {
        max-width: 100%;
        text-align: center
    }
}

@media (max-width:540px) {
    .p06-1-s2 .tab li {
        width: 100%
    }
}


/* 可持续 */

.responsibility-page2{
  padding: 70px 0;
}

.responsibility-page2 .tips{
  font-size: 30px;
  font-weight: bold;
}
.responsibility-page2 .init-1 .container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.responsibility-page2 .init-1 .container > div{
  width: 50%;
}

.responsibility-page2 .init-1 .container > div .des{
  font-size: 16px;
  margin-top: 10px;
  line-height: 2;
}
.responsibility-page2 .init-2{
  margin-top: 40px;
}
.responsibility-page2 .init-2 .container{
  display: flex;
  flex-wrap: wrap;
}
.responsibility-page2 .init-2 img:first-child{
  width: 80%;
}
.responsibility-page2 .init-2 .container div{
  width: 20%;
}
.responsibility-page2 .init-2 img:last-child{
  width: 100%;
  height: 100%;
}
.responsibility-page2 .init-2 img{
  width: 100%;
  display: block;
}

.responsibility-page2 .init-3{
  margin-top: 40px;
}
.responsibility-page2 .init-3 .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.responsibility-page2 .init-3 .container .list{
  width: calc(25% - 15px);
  margin-top: 30px;
}
.responsibility-page2 .init-3 .container .list .img{
  margin-top: 16px;
  display: block;
}

.responsibility-page2 .init-4{
  margin-top: 40px;
}
.responsibility-page2 .init-4 .container .list{
  margin-top: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.responsibility-page2 .init-4 .container .list .left{
  width: 460px;
}
.responsibility-page2 .init-4 .container .list .left .des{
  margin-top: 10px;
  line-height: 2;
  font-size: 16px;
}
.responsibility-page2 .init-4 .container .list .right{
  width: calc(100% - 520px);
}
.responsibility-page2 .init-4 .container .list:nth-child(2n) .right{
  order: -1;
}


@media screen and (max-width: 1000px) {
  .responsibility-page2 .init-1 .container>div{
    width: 100%;
  }
  .responsibility-page2 .init-2 img:first-child{
    width: 100%;
  }
  .responsibility-page2 .init-2 .container div{
    width: 100%;
    max-width: 300px;
    margin: auto;
    margin-top: 20px;
  }

  .responsibility-page2 .init-3 .container .list{
    width: calc(50% - 15px);
  }
  .responsibility-page2 .init-4 .container .list .left{
    width: 100%;
  }
  .responsibility-page2 .init-4 .container .list .right{
    width: 100%;
    margin-top: 10px;
  }
  .responsibility-page2 .init-4 .container .list:nth-child(2n) .right{
    order: 2;
  }
}


@media screen and (max-width: 500px) {
  .responsibility-page2 .init-3 .container .list{
    width: 100%;
  }
  .responsibility-page2 .init-4 .container .list{
    margin-top: 40px;
  }
}