.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;
  }
  @media screen and (max-width: 1000px) {
    .inner-banner {
      margin-top: 60px;
    }
    .seoPublic2 .init-4{
      display: none!important;
    }
    .font-42{
     font-size: 18px!important;
    }
    .font-34{
      font-size: 20px!important;
    }
  }
  #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;
  }
  span.h2 {
    line-height: 1.2;
  }
  .more {
    height: 3.125em;
    padding: 0 1.1em;
    min-width: 11.25em;
    border-top: 1px solid rgba(34, 34, 34, 0.5);
    border-bottom: 1px solid rgba(34, 34, 34, 0.5);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .more:hover {
    background-color: var(--color);
    color: white;
    border-color: var(--color);
  }
  .text {
    line-height: 30px;
    color: #222;
  }
  .font-16{
    line-height: 30px;
  }
  .slickBtn {
    font-size: 40px;
  }
  .slickBtn div {
    margin: 0;
    border-radius: 0;
    background-color: #7a7a7a;
    color: white;
  }
  .slickBtn div i {
    font-size: .5em;
  }
  .slickBtn div.next {
    margin-left: 0;
  }
  .slickBtn div:hover {
    background-color: var(--color) !important;
    color: white !important;
  }

.form label {
  padding: .5em;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.form label span {
  width: 10em;
  padding: 0 .5em;
  height: 2.5em;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.form label input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1em;
}
.form label textarea {
  width: 100%;
  height: 9.375em;
  background-color: transparent;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: .5em;
  padding-right: 3.5em;
  margin-top: .5em;
}
.form label button {
  font-size: 1.5em;
  width: 2em;
  height: 2em;
  border: none;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  position: absolute;
  right: .33em;
  bottom: .33em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.form label button:hover {
  background-color: white;
  color: var(--color);
}
@media screen and (max-width: 1700px) {
    .slickBtn {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 1250px) {
    .slickBtn {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 1000px) {
    .font-24{
      font-size: 16px;
      line-height: 30px;
    }
    span.h2{
      line-height: 44px;
    }
}
.inner-banner {
    color: white;
  }
  .inner-banner a {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-banner a:hover {
    color: var(--color);
  }
  .inner-page .optionsNav a:before {
    content: '';
    width: .5em;
    height: .5em;
    border-radius: 100%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5em;
    background-color: black;
    display: inline-block;
    margin-bottom: .1em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .optionsNav a.active {
    color: var(--color);
  }
  .inner-page .optionsNav a:hover:before,
  .inner-page .optionsNav a.active:before {
    background-color: var(--color);
  }
  .inner-page .m-page > div {
    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;
    gap: .5em;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 2em;
    height: 2em;
    border: 1px solid #eee;
    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;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .inner-page .m-page a:hover,
  .inner-page .m-page span.current {
    background-color: var(--color);
    color: white;
  }
  .industries-page .content {
    max-width: 1200px;
    margin: 0 auto;
  }
  .industries-page .list .img {
    position: relative;
    color: white;
  }
  .industries-page .list .img span {
    padding: 0 5%;
  }
  .industries-page .list .img:before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f3f2f1;
  }
  .industries-page .list .text {
    margin-left: auto;
    padding: 6%;
    background-color: #f3f2f1;
  }
  .color-page .color-1 .content {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 36px;
  }
  .color-page .color-2 .top form {
    width: 360px;
    height: 3em;
    border: 1px solid #ebebeb;
  }
  .color-page .color-2 .top form input {
    width: 100%;
    border: none;
    padding: 0 1.5em;
  }
  .color-page .color-2 .top form input::-webkit-input-placeholder {
    color: #999;
  }
  .color-page .color-2 .top form input:-moz-placeholder {
    color: #999;
  }
  .color-page .color-2 .top form input::-moz-placeholder {
    color: #999;
  }
  .color-page .color-2 .top form input:-ms-input-placeholder {
    color: #999;
  }
  .color-page .color-2 .top form input::placeholder {
    color: #999;
  }
  .color-page .color-2 .top form button {
    width: 3em;
    border: none;
    background-color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .color-page .color-2 .top form button:hover {
    color: white;
    background-color: var(--color);
  }
  .color-page .color-2 hr {
    margin: 0;
  }
  .color-page .color-2 .list li {
    padding: 2%;
  }
  .color-page .color-2 .list li:nth-child(even) {
    -webkit-box-shadow: 0 0 10vh rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10vh rgba(0, 0, 0, 0.05);
  }
  .color-page .color-2 .list li a.img-box {
    width: 25%;
  }
  .color-page .color-2 .list li span.h6 {
    width: 45%;
  }
  .color-page .color-2 .list li span.h6 em {
    padding: 0 .8em;
    color: white;
    background-color: #3d3d3d;
  }
  .manufacturing-page .text {
    line-height: 1.8;
  }
  .manufacturing-page .manufacturing-3 .text {
    max-width: 1000px;
    margin: 0 auto;
  }
  .manufacturing-page .manufacturing-3 .box {
    padding: 5%;
    background-color: #f2f2f2;
  }
  .about-page .about-2 {
    padding-bottom: 20%;
  }
  .about-page .about-2 .box {
    max-width: 800px;
  }
  .about-page .about-2 .text {
    line-height: 1.8;
  }
  .about-page .about-3 {
    margin-top: -15%;
  }
  .about-page .about-3 .box {
    padding: 3%;
    background-color: white;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .about-page .about-3 .box .text {
    line-height: 2;
  }
  .about-page .about-3 .box .text p {
    margin-top: 1em;
  }
  .about-page .about-3 .box .text p:first-child {
    margin-top: 0;
  }
  .about-page .about-4 li {
    max-width: 420px;
    margin: 0 auto;
  }
  .about-page .about-5 .left .text {
    line-height: 1.8;
    opacity: .7;
  }
  .about-page .about-5 .left .list {
    padding: 0 10%;
  }
  .about-page .about-5 .left .list .slickBtn {
    font-size: 20px;
  }
  .about-page .about-5 .left .list .slickBtn .prev {
    left: 0;
  }
  .about-page .about-5 .left .list .slickBtn .next {
    left: auto;
    right: 0;
  }
  .about-page .about-5 .right {
    padding: 0 13%;
  }
  .about-page .about-6 .box {
    padding: 3%;
    background-color: #f2f2f2;
  }
  .about-page .about-6 .box li {
    margin-top: 2%;
  }
  .about-page .about-6 .box li:first-child {
    margin-top: 0;
  }
  .about-page .about-6 .box li span.h6 em {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    margin-right: .5em;
    background-color: white;
  }
  .history-page .history-3 .list {
    position: relative;
  }
  .history-page .history-3 .list:before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #eee;
  }
  .history-page .history-3 li {
    width: 48%;
    text-align: right;
    position: relative;
  }
  .history-page .history-3 li:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 1px solid black;
    background-color: white;
    position: absolute;
    top: 10px;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    left: 104%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .history-page .history-3 li span.h3 {
    margin-bottom: .5em;
    line-height: 1.2;
  }
  .history-page .history-3 li:nth-child(even) {
    margin-left: auto;
    text-align: left;
  }
  .history-page .history-3 li:nth-child(even):before {
    left: -4.4%;
  }
  .history-page .history-3 li:hover:before {
    background-color: black;
  }
  .news-page .ui.container {
    max-width: 1000px;
  }
  .news-page .news-2 ul li {
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    padding: 3%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  }
  .news-page .news-2 ul li span.tag:before {
    content: '';
    width: .5em;
    height: .5em;
    border-radius: 100%;
    background-color: black;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: .5em;
  }
  .news-page .news-2 ul li:hover {
    background-color: #dadada;
  }
  .newdet-page .ui.container {
    max-width: 1000px;
  }
  .contact-page form input,
  .contact-page form textarea {
    background-color: #f2f2f2;
    width: 100%;
    border: none;
    padding: 1em;
    margin-top: .5em;
  }
  .contact-page form button {
    border: none;
  }
  .contact-page .contact-2 {
    background-color: #f2f2f2;
  }
  .contact-page .contact-2 .text {
    max-width: 700px;
    margin: 0 auto;
  }
  .faq-page .ui.container {
    max-width: 1000px;
  }
  .faq-page .list ul li {
    padding: 3%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  }
  .faq-page .list ul li span.h3 i {
    cursor: pointer;
    cursor: hand;
  }
  .faq-page .list ul li span.h3 i.active {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .faq-page .list ul li .text {
    display: none;
    padding: 3%;
    background-color: #f3f3f3;
  }
  @media screen and (max-width: 1000px) {
    .about-page .about-5 .right {
      display: none;
    }
    .about-page .about-5 .left .text {
      margin: 2em 0;
    }
    .font-60{
      font-size: 24px;
      line-height: 44px;
    }
    .font-58{
      font-size: 24px;
      line-height: 44px;
    }
    .about-page .about-5 .left .list .slickBtn {
      font-size: 15px;
    }
    .color-page .color-2 .list li {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .color-page .color-2 .list li a.img-box {
      width: 100%;
    }
    .color-page .color-2 .list li span.h6 {
      width: 100%;
      margin: 1.5em 0;
    }
  }
  @media screen and (max-width: 700px) {
    .font-36 {
      font-size: 20px;
      line-height: 36px;
    }
    .font-40 {
      font-size: 22px;
      line-height: 40px;
    }
    .font-48 {
      font-size: 24px;
      line-height: 44px;
    }
    .inner-banner {
      padding: 12% 0;
    }
    .optionsNav {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .news-page .news-2 ul li {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .history-page .history-3 li {
      width: 95%;
      margin-left: auto;
      text-align: left;
    }
    .history-page .history-3 li span.h3 {
      font-size: 18px;
    }
    .history-page .history-3 li:before {
      top: 5px;
      left: -5% !important;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    .history-page .history-3 .list:before {
      left: 0;
    }
    .about-page .about-6 .box li {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .about-page .about-6 .box li .left {
      padding-right: 0;
      width: 100%;
    }
    .about-page .about-6 .box li .right {
      padding-left: 0;
      margin-top: 10px;
      width: 100%;
    }
    .about-page .about-6 .box {
      padding: 6% 3%;
    }
    .industries-page .list .img .img-box,
    .industries-page .list .text {
      width: 100%;
    }
    .font-30 {
      font-size: 18px;
      line-height: 32px;
    }
  }
  
  
  /*// 扒的代码*/
  .product-page .init-1 {
    margin-top: 30px;
  }
  .product-page .init-1 .container .content {
    margin-top: 30px;
  }
  .product-page .init-1 .container .content .swiper .swiper-slide {
    width: -webkit-calc(100% / 7);
    width: -moz-calc(100% / 7);
    width: calc(100% / 7);
  }
  .product-page .init-1 .container .content .swiper .swiper-slide .box .img {
    display: block;
  }
  .product-page .init-1 .container .content .swiper .swiper-slide .box .img img {
    width: 100%;
  }
  .product-page .init-1 .container .content .swiper .swiper-slide .box .subImg {
    position: relative;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    margin: -30px auto 0;
  }
  .product-page .init-1 .container .content .swiper .swiper-slide .box .subImg .img {
    width: 32px;
    height: 32px;
  }
  .product-page .init-1 .container .content .swiper .swiper-slide .box .name {
    margin-top: 10px;
    text-align: center;
    display: block;
  }
  .product-page .init-1 .container .content .swiper .swiper-slide .box:hover .subImg {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .product-page .init-2 {
    background-color: #f8f8f8;
  }
  .product-page .init-2 .container .titleC {
    position: relative;
    z-index: 2;
  }
  .product-page .init-2 .container .titleC .right {
    margin-left: auto;
  }
  .product-page .init-2 .container .titleC .right .catList {
    font-weight: 300;
    cursor: pointer;
    position: relative;
  }
  .product-page .init-2 .container .titleC .right .catList .cont {
    position: relative;
    background-color: #f2f2f2;
    padding: 10px 40px 10px 14px;
    min-width: 200px;
  }
  .product-page .init-2 .container .titleC .right .catList .cont i {
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    font-size: 16px;
    position: absolute;
    top: 18px;
    right: 10px;
  }
  .product-page .init-2 .container .titleC .right .catList .cont.active i {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .product-page .init-2 .container .titleC .right .catList ul {
    width: 100%;
    background-color: #f2f2f2;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #e9e9e9;
  }
  .product-page .init-2 .container .titleC .right .catList ul li a {
    display: block;
    padding: 6px 10px;
    border-bottom: 1px solid #e9e9e9;
  }
  .product-page .init-2 .container .titleC .right .catList ul li a:hover {
    background-color: #000;
    color: #fff;
  }
  .product-page .init-2 .container .titleC .right .catList ul li:last-child a {
    border-bottom: none;
  }
  .product-page .init-2 .container .catDes {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 4px;
    font-size: 16px;
    line-height: 30px;
  }
  .font-28{
    line-height: 1.6;
  }
  .font-20{
    line-height: 36px;
  }
  .product-page .init-2 .container .productList ul {
    padding-bottom: 60px;
    border-bottom: 1px solid #dddddd;
  }
  .product-page .init-2 .container .productList ul > p {
    margin: 20px;
    letter-spacing: 0;
    font-size: 16px;
  }
  .product-page .init-2 .container .productList ul li .box {
    padding: 30px 14px 30px;
  }
  .product-page .init-2 .container .productList ul li .box .img {
    width: 100%;
    display: block;
    margin: auto;
    /*overflow: visible;*/
    position: relative;
  }
  .product-page .init-2 .container .productList ul li .box .img img {
    width: 100%;
  }
  .product-page .init-2 .container .productList ul li .box .img .img2{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .product-page .init-2 .container .productList ul li .box .title {
    display: block;
    margin-top: 20px;
  }
  .product-page .init-2 .container .productList ul li .box:hover {
    background-color: #fff;
  }
  .product-page .init-2 .container .productList ul li .box:hover .img .img{
    opacity: 0;
  }
  .product-page .init-2 .container .productList ul li .box:hover .img .img2{
    opacity: 1;
  }
  .prodet-page .init-1 {
    position: relative;
  }
  .prodet-page .init-1 .titleC {
    height: 490px;
    -o-background-size: cover;
    background-size: cover;
  }
  .prodet-page .init-1 .titleC .name {
    text-align: center;
    font-size: 70px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 500;
    line-height: 1.2;
  }
  .prodet-page .init-1 .bigImg {
    position: absolute;
    width: 100%;
    top: 50px;
    z-index: 2;
  }
  .prodet-page .init-1 .bigImg a {
    display: block;
  }
  .prodet-page .init-1 .bigImg a img {
    height: 380px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .prodet-page .init-1 .container .sPageC {
    font-weight: 500;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    font-size: 16px;
    padding: 8px 26px;
    border-radius: 20px;
  }
  .prodet-page .init-1 .container .sPageC .btn {
    width: 12px;
    text-align: center;
    cursor: pointer;
  }
  .prodet-page .init-1 .container .sPageC .num {
    width: 40px;
    margin: 0 40px;
    text-align: center;
  }
  .prodet-page .init-1 .container .galleryImg {
    width: 480px;
    margin: -40px 0 0 auto;
  }
  .prodet-page .init-1 .container .galleryImg li {
    border: none;
    padding: 0 9px;
  }
  .prodet-page .init-1 .container .galleryImg li img {
    width: 100%;
  }
  .prodet-page .init-2 .container {
    border-top: 1px solid #dbdbdb;
  }
  .prodet-page .init-2 .container .left {
    width: 50%;
    border-right: 1px solid #dbdbdb;
    padding: 50px 80px 30px 0;
    font-weight: 500;
  }
  .prodet-page .init-2 .container .left .type {
    color: #9a9a9a;
  }
  .prodet-page .init-2 .container .left .title {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right {
    width: 50%;
    padding: 90px 60px 80px 50px;
  }
  .prodet-page .init-2 .container .right .tips {
    font-weight: 500;
  }
  .prodet-page .init-2 .container .right .des {
    color: #686868;
    margin-top: 16px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 4px;
  }
  .prodet-page .init-2 .container .right .more {
    margin-top: 30px;
    border: 1px solid #000;
    cursor: pointer;
  }
  .prodet-page .init-3 {
    background-color: #f0f0f0;
  }
  .prodet-page .init-3 .container .left .tips {
    font-weight: 500;
  }
  .prodet-page .init-3 .container .left ul {
    margin-top: 120px;
  }
  .prodet-page .init-3 .container .left ul li {
    color: #d8d1d1;
    border-left: 1px solid #d1d1d1;
    padding: 10px 5px 10px 18px;
    cursor: pointer;
    text-transform: capitalize;
  }
  .prodet-page .init-3 .container .left ul li.active {
    color: #000;
    border-left: 1px solid #000;
  }
  .prodet-page .init-3 .container .right {
    width: 70%;
    margin-left: auto;
    margin-top: 20px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo .tipsDes {
    color: #393939;
    margin-top: 70px;
    max-width: 820px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC {
    margin-top: 26px;
    width: -webkit-calc(37%);
    width: -moz-calc(37%);
    width: calc(50% - 13px);
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC input,
  .prodet-page .init-3 .container .right ul li .formInfo form .listC textarea {
    width: 100%;
    border: none;
    background-color: #fff;
    margin-top: 6px;
    padding: 11px 16px;
    font-size: 16px;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC.wid-100 {
    width: 100%;
  }
  .prodet-page .init-3 .container .right ul li .formInfo form .listC .moreC .more {
    padding: 10px 30px;
    cursor: pointer;
  }
  .prodet-page .contact-page form input,.prodet-page .contact-page form textarea {
    background-color: white;
  }
  .prodet-page .contact-page form button {
    background-color: var(--color);
    color: white;
  }
  .prodet-page .contact-page form button:hover {
    background-color: black;
  }
  .seoPublic2 .init-1 .container {
    max-width: 1080px;
    text-align: center;
  }
  .seoPublic2 .init-1 .container .tipsTitle2 {
    margin-top: 10px;
  }
  .seoPublic2 .init-1 .container .des {
    margin-top: 10px;
  }
  .seoPublic2 .init-1 .container .more {
    margin-top: 30px;
  }
  .seoPublic2 .line {
    background-color: #ececec;
    height: 2px;
  }
  .seoPublic2 .init-2 .container .content {
    max-width: 1220px;
    margin: auto;
  }
  .seoPublic2 .init-2 .container .content .swiper .swiper-slide {
    width: 20%;
  }
  .seoPublic2 .init-2 .container .content .swiper .swiper-slide .box .img img {
    width: 100%;
  }
  .seoPublic2 .init-3 {
    background-color: #f9f9f9;
  }
  .seoPublic2 .init-3 .container .tipsTitle {
    text-align: center;
  }
  .seoPublic2 .init-3 .container .content {
    margin: 0 -110px;
    margin-top: 70px;
  }
  .seoPublic2 .init-3 .container .content .swiper .swiper-slide {
    height: auto;
  }
  .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box {
    height: 100%;
    border-left: 2px solid #d4d4d4;
    padding: 0 110px;
  }
  .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .timeC .type {
    margin-left: 16px;
  }
  .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .timeC .type .cir {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    margin-top: -2px;
  }
  .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .timeC .type span {
    width: -webkit-calc(90%);
    width: -moz-calc(90%);
    width: calc(100% - 10px);
    padding-left: 6px;
  }
  .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .title {
    font-weight: 600;
    display: block;
    margin-top: 10px;
    min-height: 5.6em;
  }
  .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .des {
    margin-top: 16px;
    color: #7b7b7b;
  }
  .seoPublic2 .init-3 .container .content .swiper .swiper-slide-active .box {
    border-left: 2px solid rgba(212, 212, 212, 0);
  }
  .seoPublic2 .init-3 .container .moreC .more {
    border: 1px solid #000;
    margin-top: 70px;
  }
  .seoPublic2 .init-4 .container {
    text-align: center;
  }
  .seoPublic2 .init-4 .container .text {
    text-align: left;
  }
  .seoPublic2 .init-4 .container .text h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    margin: 10px 0;
  }
  .seoPublic2 .init-5 .container .tips {
    font-weight: 500;
  }
  .seoPublic2 .init-5 .container .content {
    margin-top: 50px;
  }
  .seoPublic2 .init-5 .container .content .swiper .swiper-slide {
    width: 25%;
  }
  .seoPublic2 .init-5 .container .content .swiper .swiper-slide .box .img {
    display: block;
  }
  .seoPublic2 .init-5 .container .content .swiper .swiper-slide .box .img img {
    width: 100%;
  }
  .seoPublic2 .init-5 .container .content .swiper .swiper-slide .box .cate {
    margin-top: 16px;
    color: #919191;
  }
  .seoPublic2 .init-5 .container .content .swiper .swiper-slide .box .title {
    margin-top: 6px;
    display: block;
    font-weight: 500;
  }
  @media (max-width: 1500px) {
    .seoPublic2 .init-3 .container .content {
      margin: 70px -80px 0;
    }
    .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box {
      padding: 0 80px;
    }
  }
  @media (max-width: 1250px) {
    .seoPublic2 .init-3 .container .content {
      margin: 40px 0 0 0;
    }
    .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box {
      padding: 0 20px;
    }
    .about-page .about-2 {
      background-image: none !important
    }
  }
  @media (max-width: 700px) {
    .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box .timeC .type {
      width: 100%;
      padding-left: 0;
      margin-left: 0;
      margin-top: 10px;
    }
  
  }
  @media (max-width: 500px) {
    .seoPublic2 .init-3 .container .content .swiper .swiper-slide .box {
      border-left: none;
      padding: 0 5px;
    }
    .seoPublic2 .init-3 .container .moreC .more {
      margin-top: 30px;
    }
    .seoPublic2 .init-5 .container .content {
      margin-top: 20px;
    }
  }
  .t_1 {
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      -moz-transition: all .5s;
      transition: all .5s
  }
  
  .flex_cont {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap
  }
  
  .flex_a_center {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
  
  .flex_j_center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
  /*/扒的结束*/