.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;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.font-60 {
  font-size: 60px;
}
.font-48 {
  font-size: 48px;
}
@media screen and (max-width: 1550px) {
  .font-60 {
    font-size: 46px;
  }
}
@media screen and (max-width: 1400px) {
  .font-48 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 34px;
  }
}
@media screen and (max-width: 700px) {
  .font-48 {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .font-60 {
    font-size: 26px;
  }
}
.inner-page .text {
  font-size: 18px;
  line-height: 1.94444444;
  padding-bottom: 20px;
}
h2.title {
  font-size: 48px;
  line-height: 1.2;
  margin-top: 50px;
}
.about-page .about-1 {
  /*height: 600px;*/
  height: 75vh;
  padding-top: 13%;
  color: white;
  /*background-size: cover;*/
  /*background-attachment: fixed;*/
  background-position: bottom;
}
.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: var(--index-main-color);
  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: var(--index-main-color);
  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: var(--index-main-color);
  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: 20px;
}
.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(255,198,50,.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: 60px 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: 100%;
  vertical-align: middle;
}
.about-page .about-5 .box .left ul {
  margin: 0 -15px;
}
.about-page .about-5 .box .left ul li {
  padding: 0 15px;
}
.about-page .about-5 .box .left .more {
  display: inline-block;
  font-size: 16px;
  color: white;
  background: var(--index-main-color);
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .box .left .more:hover {
  background: #222;
}
.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: 0.4;
  background: white;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.about-page .about-5 .box .right .slick-current a {
  background: var(--index-main-color);
}
.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: 18px;
  margin-top: 5%;
  padding-bottom: 20px;
}
.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: var(--index-main-color);
  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: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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%;
}
.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: var(--index-main-color);
  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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-yd-page .product-yd-2 .list .btn div:hover {
  background: var(--index-main-color);
  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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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;
}*/

@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) {
  .product-yd-page .product-yd-1:after {
    width: 100%;
  }

  .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;
  }
}
@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: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 5px;
}
.m-page a:hover {
  background: var(--index-main-color) none repeat scroll 0 0;
  color: #fff;
}
.m-page span {
  background: var(--index-main-color) 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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: var(--index-main-color);
}
.contact-page .contact-1 .list ul li dl dd:last-child {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 2;
}
.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;
  width: 100%;
  display: block;
}
.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: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.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: var(--index-main-color);
}
.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: var(--index-main-color);
}
.contact-page .contact-3 .box .right .form ul li input[type="submit"]:hover {
  background: var(--index-main-color);
  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: var(--index-main-color);
  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: var(--index-main-color);
  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: var(--index-main-color);
  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 0.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: var(--index-main-color);
  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, 0.63);
  background: url(../images/icon-down-1.png) no-repeat center;
}
.down_body ul li a:hover {
  background: linear-gradient(to right, rgba(255,198,50,.5), var(--index-main-color));
}
.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, 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(255,198,50,.85);
  position: absolute;
  left: 50%;
  top: 0;
  transition: ease 0.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 0.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: var(--index-main-color);
  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, 0.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: var(--index-main-color);
}
@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: 0.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: var(--index-main-color);
}

/* application */
.application-page {
  background: #f7f7f7;
  padding: 2rem 0;
}
.application-page .application-list ul li {
  margin-bottom: 2rem;
  padding: 2.5rem;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.application-page .application-list ul li .left {
  width: 55%;
  vertical-align: middle;
}
.application-page .application-list ul li .left img {
  width: 100%;
}
.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 .right .more {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background: var(--index-main-color);
  color: white;
  padding: 0 40px;
  margin-top: 20px;
}
.application-page .application-list ul li .right .more:hover {
  background: #222;
}
.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: #0d203e;
  text-align: center;
}

.p05 .stable p {
  margin: 0 auto 15px;
  max-width: 750px;
  color: white;
  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(--index-main-color);
}

.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;
  text-align: center;
}

.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;
  }
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a:hover:after {
  width: 100%;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: var(--index-main-color);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box span {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 16px;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h6 span {
  color: var(--index-main-color);
  display: block;
}
.inner-page.product-page .sideLeft.column .inner-contact .c-box h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.product-page .sideLeft.column .inner-contact {
  background: url(../images/product-bar-bg-2.jpg) no-repeat center center;
  padding: 215px 40px 125px;
  background-size: 100%;
  margin-top: 40px;
}
.inner-page .sideLeft .box .list ul li .children li {
  border-left: 0;
  margin-top: 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 2;
}
.inner-page .sideLeft .box .list ul li .children li:hover {
  background: var(--index-main-color);
  color: #fff;
}
.inner-page .sideLeft .box .list ul li.active {
  color: var(--index-main-color);
}
.inner-page .sideLeft .box .list ul li ul li.active {
  color: #fff;
  background: var(--index-main-color);
}
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 30px 20px;
  background: var(--index-main-color);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 15px 20px;
  border-left: 4px solid var(--index-main-color);
  font-size: 16px;
  color: black;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.inner-page .sideLeft .box .list ul li ul li::before {
  display: none;
}
.inner-page .sideLeft .box .list ul li i {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  right: -10px;
  cursor: pointer;
}
.inner-page .sideLeft .box .list ul li .children {
  display: none;
}
.inner-page .sideLeft .box .list ul li .children li {
  border-left: 0;
}
.inner-page .sideLeft .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active {
  /*background: var(--index-main-color);
color: white;*/
  color: var(--index-main-color);
}
/*.inner-page .sideLeft .box .list ul li a.active{
color: var(--index-main-color);
}*/
.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: white;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
}
.inner-page .sideLeft .img a.more:hover {
  background: var(--index-main-color);
  color: white;
}
.inner-page .sideRight {
  width: 70%;
}
.product-page {
  padding: 90px 0 130px;
}
.product-page .productList {
  margin-bottom: 60px;
}
.product-page .productList h1 {
  font-size: 26px;
  font-weight: bold;
  color: var(--index-main-color);
}
.product-page .productList .fuyingpro {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.productList ul {
  margin: -15px;
}
.productList ul li {
  padding: 15px;
}
.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: #f1f1f1;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.productList ul li .box2 .product_add {
  font-size: 20px;
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #ccc;
  right: 10px;
  top: 10px;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease;
}

.productList ul li .box2:hover .product_add {
  opacity: 1;
  transform: scale(1);
}

.productList ul li .box2 .product_add:hover,
.productList ul li .box2 .product_add.active {
  color: #ffffff;
  background-color: var(--index-main-color);
}

.productList ul li .box2 h5 {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 0;
  border-bottom: 2px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  color: var(--index-main-color);
  transition: 0.5s;
}

.productList ul li .box2 h3 {
  font-size: 18px;
  padding-top: 15px;
  min-height: 80px;
  line-height: 30px;
}
.productList ul li .box2 h5:hover {
  color: var(--index-main-color);
}
.productList ul li .box2 a.img {
  display: block;
}
.productList ul li .box2 a.img img {
  width: 100%;
}
.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8;
  color: #757575;
  max-height: 90px;
  overflow: auto;
  padding-right: 10px;
}
.productList ul li .box2 .text::-webkit-scrollbar-thumb {
  background: var(--index-main-color);
}
.productList ul li .box2 .text p {
  padding-left: 30px;
  position: relative;
}
.productList ul li .box2 .text p:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}
.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.productList ul li .box2 a.more:hover {
  background: var(--index-main-color);
}
.productList ul li .box2:after {
  content: "";
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--index-main-color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.productList ul li .box2:hover:after {
  bottom: 0;
}
.prodet-page .init-1 {
  padding: 100px 0;
}
.prodet-page .init-1 .container .left {
  padding-right: 100px;
}
.prodet-page .init-1 .container .left .big_img {
  position: relative;
}
.prodet-page .init-1 .container .left .big_img .btn {
  width: 46px;
  height: 46px;
  border: 1px solid #cecece;
  color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -70px;
}
.prodet-page .init-1 .container .left .big_img .btn i {
  margin-left: 4px;
}
.prodet-page .init-1 .container .left .big_img .btn:hover {
  border-color: var(--index-main-color);
}
.prodet-page .init-1 .container .left .big_img .prev {
  left: -70px;
}
.prodet-page .init-1 .container .left .big_img .prev i {
  margin-left: -4px;
}
.prodet-page .init-1 .container .left .big_img .slick {
  border: 1px solid #cbcbcb;
}
.prodet-page .init-1 .container .left .big_img .slick li a {
  display: block;
}
.prodet-page .init-1 .container .left .big_img .slick li a img {
  width: 100%;
}
.prodet-page .init-1 .container .small_img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .small_img .slick {
  margin: 0 -12px;
}
.prodet-page .init-1 .container .small_img .slick li {
  padding: 0 20px;
}
.prodet-page .init-1 .container .small_img .slick li .box {
  cursor: pointer;
  border: 1px solid #cbcbcb;
  display: block;
}
.prodet-page .init-1 .container .small_img .slick li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .small_img .slick li .box:hover,
.prodet-page .init-1 .container .small_img .slick li .box.active {
  border: var(--index-main-color) 1px solid;
}
.prodet-page .init-1 .container .right .title {
  font-weight: 600;
  font-weight: normal;
  color: #393939;
  line-height: 1.3;
  text-transform: capitalize;
}
.prodet-page .init-1 .container .right .des {
  margin-top: 20px;
  font-size: 17px;
  color: #393939;
  line-height: 1.8;
  max-height: 400px;
  padding-right: 4px;
  overflow-y: auto;
}
.prodet-page .init-1 .container .right .des img.wscnph {
  max-width: 50px;
  margin: 10px;
  display: inline-block;
}
.prodet-page .init-1 .container .right .img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .right .more {
  display: inline-block;
  font-weight: normal;
  padding: 10px 20px;
  margin-top: 30px;
  background: var(--index-main-color);
  text-align: center;
  color: white;
}
.prodet-page .init-1 .container .right .more span {
  vertical-align: middle;
}
.prodet-page .init-1 .container .right .more img {
  width: 16px;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
.prodet-page .init-2 {
  padding: 0 0 100px;
}
.prodet-page .init-2 .container .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
}
.prodet-page .init-2 .container .content {
  margin-top: 20px;
}
.prodet-page .init-3 {
  margin-top: 50px;
}
.prodet-page .init-3 .container .tips {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.prodet-page .init-3 .container .title_list {
  background-color: #f5f5f5;
  margin-top: 20px;
}
.prodet-page .init-3 .container .title_list .list {
  width: auto;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
  cursor: pointer;
}
.prodet-page .init-3 .container .title_list .list:hover,
.prodet-page .init-3 .container .title_list .list.active {
  background-color: var(--index-main-color);
  color: #fff;
}
.prodet-page .init-3 .container .content_list .list {
  padding-top: 40px;
  display: none;
}
.prodet-page .init-3 .container .content_list .list table tr td {
  min-width: 120px;
}
.prodet-page .init-4 {
  background-color: #f5f5f5;
  padding: 80px 0;
}
.prodet-page .init-4 .container {
  font-weight: 600;
  font-weight: normal;
  text-transform: uppercase;
}
.prodet-page .init-4 .container .content {
  margin: 30px -15px 0;
}
.prodet-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.prodet-page .init-4 .container .content .slick li {
  padding: 0 15px;
}
.prodet-page .init-4 .container .content .slick li .box .img {
  display: block;
  overflow: hidden;
  background-color: white;
}
.prodet-page .init-4 .container .content .slick li .box .img img {
  width: 100%;
}
.prodet-page .init-4 .container .content .slick li .box .text {
  display: block;
  margin-top: 16px;
}
.prodet-page .init-4 .container .content .slick li .box .text:hover {
  color: var(--index-main-color);
}
.prodet-page .init-5 .container .tips {
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.prodet-page .init-5 .container form input,
.prodet-page .init-5 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.prodet-page .init-5 .container form .name,
.prodet-page .init-5 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.prodet-page .init-5 .container form .mail {
  margin-left: 50px;
}
.prodet-page .init-5 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;
  font-weight: normal;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--index-main-color);
  color: white;
}
@media screen and (max-width: 1600px) {
  .product-page {
    padding: 50px 0;
  }
  .product-page .productList ul li a.more,
  .newsList ul li .box a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .product-page .productList ul li {
    padding: 5px;
  }
  .product-page .productList ul {
    margin: -5px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sideRight {
    width: 100%;
  }
  .product-page .productList h1,
  .product-page .productList .fuyingpro,
  .hello {
    display: none;
  }
  .product-page .productList ul li a.more {
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
    padding: 0 60px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .title {
    text-align: center;
  }
  .prodet-page .init-2 .container .tips {
    text-align: center;
  }
  .prodet-page .init-3 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .content .slick li .box .text {
    text-align: center;
  }
  .prodet-page .init-5 {
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .init-1 .container .left {
    padding: 0;
  }
  .prodet-page .init-1 .container .left .big_img .btn {
    width: 26px;
    height: 26px;
    font-size: 20px;
    line-height: 24px;
    z-index: 2;
  }
  .prodet-page .init-1 .container .left .big_img .prev {
    left: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .prev i {
    margin-left: -2px;
  }
  .prodet-page .init-1 .container .left .big_img .next {
    right: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .next i {
    margin-left: 2px;
  }
  .prodet-page .init-1 .container .small_img .slick {
    margin: 0 -5px;
  }
  .prodet-page .init-1 .container .small_img .slick li {
    padding: 0 5px;
  }
  .prodet-page .init-1 .container .right .title {
    line-height: 1.8;
  }
  .prodet-page .init-3 .container .title_list .list {
    width: 50%;
    text-align: center;
    font-size: 16px;
  }
  .prodet-page .init-3 .container .content_list .list {
    padding-top: 20px;
  }
  .prodet-page .init-5 .container form .name {
    width: 100%;
  }
  .prodet-page .init-5 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .init-5 .container form input {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
  .prodet-page .init-5 .container form textarea {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
}

.seoPublic .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2em;
}

.seoPublic > div {
  padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
  background: #fafafa;
}

.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.seoPublic .Auxil-about .box .left {
  width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}

.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  max-height: 400px;
  overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
  display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}

.seoPublic .Auxil-news .list ul {
  margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: var(--index-main-color);
}

.seoPublic .Auxil-news .list ul li .content time {
  font-size: 14px;
  margin-top: 0.5em;
  display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: var(--index-main-color);
  color: var(--index-main-color);
}

.seoPublic .Auxil-form .form ul {
  margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-form .form ul li textarea {
  height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: var(--index-main-color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background: var(--index-main-color);
  color: whitesmoke;
  border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
  background: #222;
}

.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}

.seoPublic .text a {
  color: var(--index-main-color);
}

.seoPublic .text a:hover {
  text-decoration: underline;
}

.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}

.seoPublic .Auxil-through a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-through a:hover {
  background: var(--index-main-color);
  color: white;
}

.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
  font-size: 22px;
  color: #111;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
  color: var(--index-main-color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid var(--index-main-color);
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: var(--index-main-color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: var(--index-main-color);
}

@media screen and (max-width: 1400px) {
  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }

  .seoPublic .Auxil-about .box .right div.title,
  .seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 20px;
  }

  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }

  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 18px;
  }

  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }

  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }

  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}

@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }

  #cp-Nav {
    display: block;
  }

  #cp-Nav .nav {
    padding: 0 15px;
  }

  #cp-Nav .nav div.title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background: var(--index-main-color);
    border-radius: 5px;
    color: white;
  }

  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }

  #cp-Nav .nav > ul {
    display: none;
  }

  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: white;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
  }

  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }

  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 28px;
  }

  .seoPublic .Auxil-about .box {
    display: block;
  }

  .seoPublic .Auxil-about .box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .seoPublic .Auxil-about .box .left {
    width: 100%;
    padding: 0;
  }

  .seoPublic .Auxil-about .box .left .img {
    height: 300px;
  }

  .seoPublic .Auxil-about .box .right div.h3 {
    font-size: 18px;
  }

  .seoPublic > div {
    padding: 30px 0;
  }
  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
}

.service-page .service-1 {
  padding: 88px 0 70px;
}
.service-page .service-1 ul {
  margin: -20px;
}
.service-page .service-1 ul li {
  padding: 20px;
}
.service-page .service-1 ul li .box {
  background: white;
  -webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 75px 55px;
}
.service-page .service-1 ul li .box .icon {
  height: 60px;
}
.service-page .service-1 ul li .box .icon img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.service-page .service-1 ul li .box h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 26px;
  line-height: 2;
}
.service-page .service-1 ul li .box .text {
  font-size: 16px;
  line-height: 2;
  min-height: 180px;
}
.service-page .service-1 ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service-page .service-2 {
  background-color: #fafafa;
  padding: 75px 0 70px;
}
.service-page .service-2 .top {
  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;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .top .text {
  width: 60%;
  padding-right: 60px;
}
.service-page .service-2 .top .text h3 {
  font-size: 43px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 25px;
}
.service-page .service-2 .top .text h5 {
  font-size: 25px;
  line-height: 40px;
}
.service-page .service-2 .top .text .content {
  font-size: 18px;
  line-height: 1.9;
  margin-top: 50px;
}
.service-page .service-2 .top .text .content p:not(:last-child) {
  margin-bottom: 50px;
}
.service-page .service-2 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .bottom .text {
  width: 60%;
  padding-left: 80px;
}
.service-page .service-2 .bottom .text .content {
  font-size: 18px;
  line-height: 1.8;
}
.service-page .service-2 .bottom .text .content p:not(:last-child) {
  margin-bottom: 60px;
}
.service-page .service-3 {
  padding: 80px 0;
  overflow: hidden;
}
.service-page .service-3 h2 {
  font-size: 43px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 45px;
  line-height: 2;
}
.service-page .service-3 .text {
  margin: -50px;
}
.service-page .service-3 .text h4 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 2;
}
.service-page .service-3 .text .column {
  padding: 50px;
}
.service-page .service-3 .text .content {
  /*font-weight: 300;*/
}
.service-page .service-3 .imgbox {
  margin-top: 50px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
.service-page .service-3 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
  background: white;
}
.service-page .service-3 ul .slick-prev {
  left: -50px;
}
.service-page .service-3 ul .slick-next {
  right: -50px;
}
.service-page .service-3 ul .slick-next::after,
.service-page .service-3 ul .slick-prev::after {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 26px;
}
.service-page .service-3 ul .slick-next::after {
  content: "\f105";
}
.service-page .service-4 {
  background-color: #fafafa;
  padding-bottom: 100px;
  padding-top: 100px;
}
.service-page .service-4 h2 {
  font-size: 43px;
  font-weight: 900;
  font-style: italic;
  text-align: center;
  line-height: 2;
}
.service-page .service-4 p.text {
  margin: 30px auto 30px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  max-width: 1050px;
}
/*.service-page .service-4 ul.grid-box {
  margin: -35px;
}
.service-page .service-4 ul.grid-box .column {
  padding: 35px;
}*/
.service-page .service-4 ul li .box {
  position: relative;
}
.service-page .service-4 ul li .box .column {
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content {
  /*position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: white;
  max-width: 365px;*/
  padding: 9px;
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2;
}
.service-page .service-4 ul li .box .content .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 45px 0 45px;
}
.service-page .service-4 ul li .box .content .text p {
  margin-bottom: 8px;
  font-weight: 500;
}
.service-page .service-4 .honor ul {
  margin: -15px;
}
.service-page .service-4 .honor ul li {
  padding: 15px;
}
.service-page .service-4 ul.grid-box .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-top: 50px;
}
.service-page .service-4 ul.grid-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #878787;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 6px;
  padding: 0;
}
.service-page .service-4 ul.grid-box .slick-dots li button {
  display: none;
}
.service-page .service-4 ul.grid-box .slick-dots li.slick-active {
  background-color: var(--index-main-color);
}
@media screen and (max-width: 1400px) {
  .service-page .service-2 .top .text h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  .service-page .service-1 ul li .box {
    padding: 50px 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
  .grid-box.seven > .column {
    width: 16%;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 {
    padding: 50px 0 60px;
  }
  .service-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .top .img {
    display: none;
  }
  .service-page .service-2 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-4 ul.grid-box .column .box .content {
    max-width: 260px;
    padding: 20px;
  }
  .grid-box.seven > .column {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .service-page .service-1 ul li {
    width: 100% !important;
  }
  .service-page .service-3 .text {
    margin: -20px;
  }
  .service-page .service-3 .text .column {
    width: 100%;
    padding: 20px;
  }
  .service-page .service-3 h2,
  .service-page .service-4 h2 {
    font-size: 30px;
  }
  .service-page .service-2 .top .text h3 {
    font-size: 24px;
    line-height: 2;
  }
  .service-page .service-4 ul li .box .column {
    width: 100%;
  }
  .service-page .service-4 ul li .box .column:nth-child(1) img {
    width: 100%;
  }
  .service-page .service-4 ul li .box .content {
    padding: 30px 0;
  }
  .p06-1-s5 h2 {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.seven > .column {
    width: 33%;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-3 .text .content,
  .service-page .service-1 ul li .box .text {
    line-height: 2;
  }
  .service-page .service-3 .text h4,
  .service-page .service-2 .top .text h5 {
    font-size: 20px;
    line-height: 2;
  }
  .service-page .service-4 p.text,
  .service-page .service-2 .bottom .text .content,
  .service-page .service-2 .top .text .content {
    line-height: 2;
  }
  .service-page .service-3 h2,
  .service-page .service-4 h2 {
    font-size: 24px;
  }
  .p06-1-s5 h2 {
    font-size: 22px;
  }
  .grid-box.seven > .column {
    width: 50%;
  }
}

.project-page {
  padding: 100px 0;
}
.project-page ul {
  margin: -15px;
}
.project-page ul li {
  padding: 15px;
}
.project-page ul li p {
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}

.history-page li {
  padding-top: 70px;
  position: relative;
  overflow: hidden;
  margin-top: -5px;
}
.history-page li:before,
.history-page li:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 80px;
  transform: translateX(-50%);
  border-left: 1px solid #ddd;
}
.history-page li:after {
  width: 12px;
  height: 12px;
  top: auto;
  bottom: 10px;
  border-radius: 50%;
  background-color: #aaa;
  border: none;
}
.history-page li .time {
  float: left;
  width: 50%;
  padding: 0 2.5vw;
  color: #262626;
  font-size: 42px;
  font-weight: 700;
  line-height: 35px;
  text-align: right;
}
.history-page li .txt {
  float: left;
  width: 50%;
  padding: 0 2.5vw;
  color: #555;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  margin-left: 50%;
}
.history-page li:nth-child(2n) .time {
  float: right;
  text-align: left;
  margin-left: 50%;
}
.history-page li:nth-child(2n) .txt {
  float: left;
  text-align: right;
  margin-left: 0;
}
.gallery-page {
  padding: 80px 0;
}
.gallery-page ul {
  margin: -15px;
}
.gallery-page ul li {
  padding: 15px;
}
.appdet-page {
  padding: 80px 0;
}
.appdet-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.appdet-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/*.appdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px;
}*/
.appdet-page .sidebar-box .left{
  position: sticky;
  top:120px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .right {
  padding-left: 2vw;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--index-main-color);
  border: 1px solid var(--index-main-color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 35px;
  line-height: 2;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e7e7e7;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 28px;
}
.appdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.appdet-page .application-img {
  margin: 50px 0;
}
.appdet-page .application-img ul {
  margin: -10px;
}
.appdet-page .application-img ul li {
  padding: 10px;
}
.appdet-page .app-related-pro {
  padding: 50px 0;
}
.appdet-page .app-related-pro ul {
  margin: -10px;
}
.appdet-page .app-related-pro ul li {
  padding: 10px;
}
.appdet-page .app-related-pro ul li a{
  display: block;
}

.appdet-page .app-related-pro ul li p {
  text-align: center;
  padding: 6px 10px;
  font-size: 18px;
}
.appdet-page .app-related-pro {
  padding: 50px 0;
}
.appdet-page .app-related-pro ul {
  margin: -10px;
}
.appdet-page .app-related-pro ul li {
  padding: 10px;
}
@media screen and (max-width: 700px) {
  .history-page li:before,
  .history-page li:after {
    display: none;
  }
  .history-page li .time {
    width: 140px;
    text-align: left;
  }
  .history-page li .txt {
    margin-left: 140px;
    width: -webkit-calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: calc(100% - 145px);
  }
  .history-page li:nth-child(2n) .time {
    float: unset;
    margin-left: 0;
  }
  .history-page li:nth-child(2n) .txt {
    float: unset;
    margin-left: 140px;
    text-align: left;
  }
  .font-40 {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .history-page li .time {
    font-size: 24px;
    width: 90px;
  }
  .history-page li .txt {
    margin-left: 90px;
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px);
  }
  .history-page li:nth-child(2n) .txt {
    margin-left: 90px;
  }
  .font-40 {
    font-size: 23px;
  }
    .appdet-page .sidebar-box .left{
    position: unset;
  }
}
