.zs-homebnner-swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.zs-homebnner-item {
    position: relative;
    overflow: hidden;
}

.zs-homebnner-swiper .swiper-slide-active .img .pic {
    animation: srmgani 4000ms 1 ease forwards;
}

@keyframes srmgani {
    0% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.0);
    }
}

.zs-homebnner-swiper .text {
    width: 70%;
    left: 9%;
    top: 50%;
    z-index: 51;
    color: #fff;
    position: absolute;
    transform: translateY(-50%);
}

.zs-homebnner-swiper .text-3 {
    margin-top: 1%;
    transition: all .4s ease
}

.zs-homebnner-swiper .title-1 div,
.zs-homebnner-swiper .title-2 div,
.zs-homebnner-swiper .title-3 div {
    overflow: hidden;
    font-family: 'Barlow-BlackItalic';
    text-transform: uppercase;
    opacity: 0;
}

.HeadlineCopy {
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 60px;
}

@keyframes typing {
    0% {
        width: 0;
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.zs-homebnner-swiper .swiper-slide-active .title-1 div {
    animation: typing 1s steps(100, end) forwards;
}

.zs-homebnner-swiper .swiper-slide-active .title-2 div {
    animation: typing 1s 1s steps(100, end) forwards;
}

.zs-homebnner-swiper .swiper-slide-active .title-3 div {
    animation: typing 1s 2s steps(100, end) forwards;
}

.zs-homebnner-swiper .swiper-slide .zs-morea,
.zs-homebnner-swiper .swiper-slide .text-3 {
    transition-delay: 1.5s;
    transform: translateX(-100%);
    opacity: 0;
    font-size: 26px;
}

.zs-homebnner-swiper .swiper-slide-active .zs-morea,
.zs-homebnner-swiper .swiper-slide-active .text-3 {
    transform: translateX(0px);
    opacity: 1;
}

.zs-homebnner-swiper .swiper-slide .zs-homebnner-item.center .zs-morea,
.zs-homebnner-swiper .swiper-slide .zs-homebnner-item.center .text-3,
.zs-homebnner-swiper .swiper-slide .zs-homebnner-item.right .text-3 {
    transition-delay: 1.5s;
    transform: translateY(100%);
    opacity: 0;
}

.zs-homebnner-swiper .swiper-slide-active .zs-homebnner-item.center .zs-morea,
.zs-homebnner-swiper .swiper-slide-active .zs-homebnner-item.center .text-3,
.zs-homebnner-swiper .swiper-slide-active .zs-homebnner-item.right .text-3 {
    transform: translateY(0px);
    opacity: 1;
}

.zs-homebnner-item.left,
.zs-homebnner-item.right {
    float: none;
}

.zs-homebnner-item.center .text {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.zs-homebnner-item.center .text .zs-more a{
    margin: 0 auto;
}

.zs-homebnner-item.center .text .zs-more a::after{
    background-color: rgba(0, 0, 0, 0.5);
}
.zs-homebnner-item.center .text .zs-more a:hover::after{
    background-color: #FFF;
}
.zs-homebnner-item.center .title-1 div,
.zs-homebnner-item.center .title-2 div,
.zs-homebnner-item.center .title-3 div {
    clear: both;
    display: inline-block;
}

.zs-homebnner-item.center .text-1 {
    text-align: center;
}

.zs-homebnner-item.center .text .zs-more {
    margin: 3% auto;
}

.zs-homebnner-item.center .text .zs-morea {
    margin: 0 auto;
}

.zs-homebnner-item.right .text {
    left: auto;
    right: 9%;
    text-align: right;
}

.zs-homebnner-item.right .title-1 div,
.zs-homebnner-item.right .title-2 div,
.zs-homebnner-item.right .title-3 div {
    clear: both;
    display: inline-block;
}

.zs-homebnner-item.right .zs-morea {
    display: inline-block;
}

.zs-homebnner-item.none .text {
    display: none;
}

.swiper-button {
    position: absolute;
    right: 3%;
    bottom: 5%;
    z-index: 11;
}

.swiper-button .swiper-button-prev,
.swiper-button .swiper-button-next {
    width: 70px;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0px 5px;
    outline: none;
}

.swiper-button .swiper-button-prev::before,
.swiper-button .swiper-button-next::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(340deg);
    z-index: 1;
    background: #fff;
}

.swiper-button .swiper-button-prev::after,
.swiper-button .swiper-button-next::after {
    font-size: 16px;
    font-weight: 900;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #000;
}

.swiper-button .swiper-button-prev {
    margin-top: 20px;
}

.swiper-button .swiper-button-prev:hover::before {
    background: #ededed;
}

.swiper-button .swiper-button-next::before {
    background: #fdd000;
}

.swiper-button .swiper-button-next:hover::before {
    background: #e6ac00;
}

.zs-homebnner-swiper .banner-pagination {
    bottom: 2%;
    left: 0;
    width: auto;
    z-index: 11;
    color: #fff;
    width: 100px;
    text-align: right;
}

.zs-homebnner-swiper .banner-pagination span {
    display: block;
    padding: 15px 0;
    position: relative;
}

.zs-homebnner-swiper .banner-pagination span.swiper-pagination-current {
    font-size: 40px;
    font-family: 'Barlow-BlackItalic';
    padding-right: 20%;
}

.zs-homebnner-swiper .banner-pagination span.swiper-pagination-total {
    font-size: 20px;
    font-family: 'Barlow-Italic';
    padding-right: 40%;
}

.zs-homebnner-swiper .banner-pagination span.swiper-pagination-current::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .3;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-toppro {
    padding: 3% 0;
    overflow: hidden;
}

.home-toppro-top {
    text-align: center;
    margin-top: 3%;
}

.home-toppro-top .title {
    font-family: 'Barlow-BlackItalic';
    color: #404040;
    display: inline-block;
    font-size: 60px;
}

.home-toppro-box {
    padding: 3% 0 1%;
    position: relative;
}

.home-toppro-swiper {
    position: relative;
    padding-bottom: 50px;
}

.home-toppro .swiper-slide {
    height: 385px;
}

.home-toppro-swiper a {
    display: block;
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.home-toppro-swiper .pic {
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-toppro-swiper .img {
    position: absolute;
    background: #f1f1f1;
    width: 100%;
    height: 100%;
}

.home-toppro-swiper .pic img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.home-toppro-swiper .text {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    flex-wrap: wrap;
    opacity: 0;
    transition: all .4s ease;
}
.home-toppro-swiper .swiper-slide:hover .text{
    opacity: 1;
}
.home-toppro-swiper .model {
    font-family: 'Barlow-BlackItalic';
    color: #fdd000;
    font-size: 20px;
    font-weight: bold;
}

.home-toppro-swiper .title {
    color: #FFF;
    margin-top: 1%;
    font-size: 30px;
}

.home-toppro-swiper a:hover .pic {
    transform: scale(1.05);
}
.home-toppro-box .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom: 0px;
}
.home-toppro-box .swiper-pagination-bullet{
    background: #E0E0E0;
    width:10px;
    height:10px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 8px !important;
}
.home-toppro-box .swiper-pagination-bullet-active{
    background: #fdd000;
    opacity: 1;
    border:none;
}
.home-toppro .swiper-button-prev{
    left: -78px;
    top: 50%;
}
.home-toppro .swiper-button-next{
    right: -78px;
    top: 50%;
}
.home-toppro .swiper-button-next, .home-toppro .swiper-button-prev{
    color: #000;
    padding: 20px 20px;
    background-color: #fdd000;
    border-radius: 5px;
}
.home-toppro .swiper-button-next:after, .home-toppro .swiper-button-prev:after {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}
.home-toppro .swiper-button-next:hover, .home-toppro .swiper-button-prev:hover {
    opacity: 0.8;
}

.zs-home-valued {
    position: relative;
    overflow: hidden;
}

.zs-home-valued .text {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.zs-home-valued .text .zs-title {
    display: inline-block;
}

.zs-home-valued .text .desc {
    margin-top: 1.5%;
    font-size: 20px;
    line-height: 28px;
}

.zs-home-valued .text .desc strong {
    font-weight: normal;
    font-family: 'Barlow-Bold';
}

.zs-home-valued .text .desc p {
    margin: 0;
    padding: 0;
}

.zs-home-valued .img {
    background: #fff;
}

.graphical {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.graphical i {
    transform: skewX(340deg);
    width: 140px;
    height: 240px;
    background-image: -webkit-linear-gradient(90deg, rgb(253, 208, 0) 0%, rgba(253, 208, 0, 0.2) 100%);
    opacity: .2;
    display: block;
}

.graphical.g01 {
    left: 29%;
    top: 30%;
}

.graphical.g02 {
    left: 57%;
    top: 22%;
}

.graphical.g03 {
    left: 68.7%;
    top: 18%;
}

.graphical.g02 i {
    width: 240px;
    height: 400px;
}

.graphical.g03 i {
    width: 90px;
    height: 320px;
}

.zs-home-about {
    position: relative;
}

.zs-home-about .ha-con {
    position: absolute;
    color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
}

.zs-home-about .text {
    color: #fff;
    width: 40%;
    left: 10%;
    top: 10%;
    position: absolute;
    z-index: 10;
}

.zs-home-about .text .zs-title {
    overflow: hidden;
    color: #fff;
}

.zs-home-about .text .desc {
    margin-top: 2%;
    overflow: hidden;
    font-size: 20px;
    line-height: 28px;
}

.zs-home-about .text .zs-more {
    margin-top: 8% !important;
    font-size: 16px;
}

.zs-home-about .number {
    position: absolute;
    left: 10%;
    bottom: 5%;
    z-index: 11;
    width: 80%;
}

.zs-home-about .number ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 24%;
    display: inline-block;
    vertical-align: middle;
}

.zs-home-about .number ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'Barlow-BlackItalic';
}

.zs-home-about .number ul li strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 50px;
}

.zs-home-about .number ul li sub {
    display: inline-block;
    vertical-align: middle;
    font-size: 50px;
}

.zs-home-about .number ul p {
    display: block;
    opacity: .4;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.zs-home-products {
    position: relative;
    overflow: hidden;
}

.zs-home-products .hp-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 44%;
    z-index: 20;
    background: #fdd000;
}

.zs-home-products .hp-box .text {
    padding: 10%;
    overflow: hidden;
}

.zs-home-products .hp-box .title {
    margin-top: 7%;
    font-family: 'Barlow-BlackItalic';
    color: #333;
    font-size: 50px;
}

.zs-home-products .hp-box .desc {
    margin-top: 2%;
    font-size: 20px;
    line-height: 28px;
}

.zs-home-products .hp-box .zs-more {
    margin-top: 12%;
}

.zs-home-products .hp-box .zs-more a::after {
    border: 1px solid #d0ac05;
    opacity: 1;
}

.zs-home-products .hp-box .zs-more a::before {
    background: #333;
}

.zs-home-products .hp-box .zs-more a span {
    color: #333333;
    font-size: 16px;
}

.zs-home-products .hp-box .zs-more a:hover::after {
    border: 1px solid #fff;
    opacity: 1;
    background: #fff;
}

.zs-home-products .pro-item {
    position: relative;
    float: left;
}

.zs-home-products .pro-item .text {
    position: absolute;
    left: 5%;
    width: 90%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 11;
    opacity: 0;
}

.zs-home-products .pro-item .title {
    font-family: 'Barlow-BlackItalic';
    font-size: 24px;
}

.zs-home-products .pro-item .subtitle {
    font-family: 'Barlow-Regular';
    margin-top: 1%;
    font-size: 20px;
}

.zs-home-products .pro-item .img {
    overflow: hidden;
    background: #000;
}

.zs-home-products .pro-item .img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    background: #000;
    opacity: 0;
    transition: all .4s ease;
}

.zs-home-products .pro-item a:hover .text {
    opacity: 1;
}

.zs-home-products .pro-item a:hover .img::before {
    opacity: .5;
}

.zs-home-products .pro-item.hp01 {
    width: 56%;
}

.zs-home-products .pro-item.hp02 {
    width: 44%;
}

.zs-home-products .pro-item.hp03 {
    width: 34.2%;
    clear: left;
}

.zs-home-products .pro-item.hp04 {
    width: 21.8%;
}

.zs-home-products .pro-item.hp05 {
    width: 44%;
    float: right;
}

.zs-home-news {
    position: relative;
    padding: 2% 0 6% 0;
    overflow: hidden;
}

.zs-home-news .hn-top {
    position: relative;
    overflow: hidden;
}

.zs-home-news .hn-top .zs-title {
    overflow: hidden;
    padding: 4% 0;
}

.zs-home-news .hn-top .zs-more {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.zs-home-news .hn-top .zs-more a::after {
    border: 1px solid #d1d1d1;
    opacity: 1;
}

.zs-home-news .hn-top .zs-more a span {
    color: #404040;
    font-size: 16px;
}

.zs-home-news .hn-top .zs-more a:hover::after {
    border: 1px solid #404040;
    opacity: 1;
    background: #404040;
}

.zs-home-news .hn-top .zs-more a:hover span {
    color: #e6ac00;
}

.zs-home-news .hn-big {
    overflow: hidden;
}

.news-item {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news-item .img {
    float: left;
    width: 50%;
    overflow: hidden;
}

.news-item .text {
    float: right;
    width: 48%;
    margin-top: 0;
}

.news-item .time {
    font-family: 'Barlow-Bold';
    color: #fdd000;
    font-size: 16px;
}

.news-item .title {
    font-family: 'Barlow-Regular';
    margin-top: 1%;
    font-size: 22px;
}

.news-item .desc {
    margin-top: 3%;
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item .icon-arrow {
    margin-top: 3%;
    width: 26px;
    height: 14px;
    background: url('../img/icon-go.png') center no-repeat;
    filter: grayscale(100%);
}

.news-item a:hover .title,
.news-item a:hover .desc {
    color: #1f1c5e;
}

.news-item a:hover .icon-arrow {
    filter: grayscale(0);
}

.news-item a:hover .pic {
    transform: scale(1.05);
}

.zs-home-news .pic {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.hn-box {
    clear: both;
    /*overflow: hidden;*/
    position: relative;
    margin-top: 1.5%;
}

.hn-left-list {
    float: left;
    width: 50%;
}

.hn-left-list .news-item {
    float: left;
    width: 48.5%;
}

.hn-left-list .news-item:first-child {
    margin-right: 3%;
}

.hn-left-list .news-item .text,
.hn-left-list .news-item .img {
    float: none;
    width: 100%;
}

.hn-left-list .news-item .time {
    margin-top: 5%;
}

.hn-left-list .news-item .title {
    margin-top: 3%;
}

.hn-right-list {
    float: right;
    width: 48.5%;
    background: #f7f7f7;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -190px;
}

.hn-right-list .news-item {
    overflow: hidden;
}

.hn-right-list .news-item a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 4% 0;
}

.hn-right-list .news-item a::after {
    content: '';
    width: 90%;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    left: 5%;
    bottom: 0;
}

.hn-right-list .news-item:last-child a::after {
    display: none;
}

.hn-right-list .news-item .text {
    width: 90%;
    margin: auto;
    float: none;
}

.hn-right-list .news-item .time {
    margin-top: 0;
    color: #1a1a1a;
    opacity: .6;
}

.hn-right-list .news-item .title {
    margin-top: 2%;
    width: 90%;
}

.hn-right-list .news-item .icon-arrow {
    margin: 0;
    position: absolute;
    right: 5%;
    top: 60%;
}

.hn-right-list .news-item a:hover {
    background: #fdd000;
}

.hn-right-list .news-item a:hover .time {
    color: #1a1a1a;
    opacity: .6;
}

.homeabout{
  display: block;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 120px;
  background: url(../img/bg-about01.png) no-repeat center center;
  background-size: cover;
  position: relative;
}
.homeabout.nod{
  background: #FFFFFF;
}
.homeabout .zs-wp{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about-desc{
    display: block;
    width: 800px;
    height: auto;
}
.about-desc .title{
    display: block;
    font-size: 30px;
    font-weight: bold;
    padding: 0px 0 30px 0;
}
.about-desc .subtitle{
    display: block;
    font-size: 22px;
    font-weight: normal;
    margin-top: -5px;
    padding: 5px 0 30px 0;
    margin-bottom: 40px;
    position: relative;
}
.about-desc .subtitle:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 175px;
  height: 2px;
  background-color: #90a1bf;
}
.about-desc .text{
    display: block;
    font-size: 18px;
    line-height: 2;
    color: #666666;
    margin-top: 30px;
}
.about-desc .number{
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
}
.about-desc .number li{
    display: block;
    width: auto;
    padding-right: 45px;
    border-right: 1px solid #eaeaea;
}
.about-desc .number li:nth-child(4n){
  border-right: none;
}
.about-desc .number li strong{
    display: block;
    font-size: 50px;
    font-weight: bold;
    padding-bottom: 20px;
    font-family: 'Barlow-BlackItalic';
    color: #404040;
}
.about-desc .number li strong em{
    font-size: 20px;
}
.about-desc .number li span{
    display: block;
    font-size: 14px;
    color: #999999;
}
.homeabout .ha-pic{
    position: relative;
    width: 655px;
    height: 611px;
    margin-top: 5px;
    border-radius: 10px;
    overflow: hidden;
}
.homeabout .ha-pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.zs-call-use{
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 0;
    cursor: pointer;
    left: 50%;
    zoom: 1.5;
    top: 50%;
    z-index: 100;
    margin: -30px 0 0 -30px;
}
.zs-call-use::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    z-index: 101;
    background: url(../img/icon-play.png) no-repeat center center;
    background-size: 50px 50px;
    zoom:0.6;
}
@keyframes scaleout {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
.zs-call-use .spinner1 {
    opacity: 0;
    position: absolute;
    width: 110px;
    height: 110px;
    top: -25px;
    left: -25px;
    background-color: #fdd000;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 1s infinite ease-in-out;
    animation: scaleout 2s 1s infinite ease-in-out;
}
.zs-call-use .spinner2 {
    opacity: 0;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background-color: #fdd000;
    border-radius: 100%;
    -webkit-animation: scaleout 2s .5s infinite ease-in-out;
    animation: scaleout 2s .5s infinite ease-in-out;
}
.zs-call-use .spinner3 {
    opacity: 0;
    position: absolute;
    top: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    background-color: #fdd000;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 0s infinite ease-in-out;
    animation: scaleout 2s 0s infinite ease-in-out;
}  
.homeabout .ha-pic .icon-play:hover{
    opacity: 1;
}
.homeabout .ha-pic video{
  object-fit:contain;
  background-color: #000000;
}
.homeabout .zs-more{
    margin-top: 60px;
}
.homeabout .zs-more a {
    color: #444;
}
.homeabout .zs-more a::after {
    border: 1px solid #999;
}
.homeabout .zs-more a:hover::after{
    background-color: #444;
}
.homeabout .zs-more a:hover span{
    color: #fdd000;
}
.zs-home-prosolu {
    position: relative;
    padding: 5% 0 7% 0;
    overflow: hidden;
}

.zs-home-prosolu-top {
    position: relative;
}

.zs-home-prosolu-top .title-1 {
    overflow: hidden;
    font-family: 'Barlow-BlackItalic';
    color: #404040;
}

.zs-home-prosolu-top .more-1 {
    position: absolute;
    margin: 0;
    right: 0;
    top: 1%;
}

.zs-home-prosolu-top .more-1 a::after {
    border: 1px solid #d1d1d1;
    opacity: 1;
}

.zs-home-prosolu-top .more-1 a span {
    color: #404040;
}

.zs-home-prosolu-top .more-1 a:hover::after {
    border: 1px solid #d1d1d1;
    opacity: 1;
    background: #404040;
}

.zs-home-prosolu-top .more-1 a:hover span {
    color: #e6ac00;
}

.zs-home-prosolu-center {
    padding-top: 3%;
    overflow: hidden;
}

.zs-home-prosolu-nav {
    font-size: 0;
}

.zs-home-prosolu-nav li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    position: relative;
}

.zs-home-prosolu-nav li::after {
    content: '';
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e5e5e5;
}

.zs-home-prosolu-nav a {
    position: relative;
    padding: 10% 10%;
    display: block;
    font-size: 18px;
}

.zs-home-prosolu-nav a::after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e5e5e5;
    z-index: 1;
}

.zs-home-prosolu-nav a::before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e6ac00;
    z-index: 2;
    transition: all .4s ease;
}

.zs-home-prosolu-nav li.cur a::before {
    width: 100%;
}

.zs-home-prosolu-nav li.cur a span,
.zs-home-prosolu-nav li.cur a i {
    color: #404040;
}

.zs-home-prosolu-nav span {
    display: block;
    font-family: 'Barlow-Bold';
    color: #999999;
}

.zs-home-prosolu-nav i {
    font-family: 'Barlow-Bold';
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
    font-style: normal;
}

.zs-home-prosolu-nav li:first-child a {
    padding: 10% 0;
}

.zs-home-prosolu-nav li:last-child::befor {
    width: 0;
}

.zs-home-prosolu-bottom {
    position: relative;
    overflow: hidden;
}

.zs-home-prosolu-item {
    position: relative;
    overflow: hidden;
}

.prosolu-item-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 38%;
    overflow: hidden;
    background: url('../img/solutionbg.png') center no-repeat;
    height: 100%;
    z-index: 11;
    background-size: cover;
}

.prosolu-item {
    padding: 10%;
    overflow: hidden;
}

.prosolu-item-left .title {
    color: #fff;
    margin-top: 2%;
}

.prosolu-item-left .title .num-1 {
    font-family: 'Barlow-BlackItalic';
    font-size: 40px;
}

.prosolu-item-left .title .title-1 {
    font-family: 'Barlow-BlackItalic';
    font-size: 40px;
}

.prosolu-item-left .class {
    overflow: hidden;
    margin-top: 10%;
    width: 50%;
}

.prosolu-item-left .class li {
    list-style: none;
    margin: 0;
    padding: 2.5% 0;
    color: #fff;
    position: relative;
}

.prosolu-item-left .class li a {
    color: #adacbd;
    position: relative;
    display: block;
    font-size: 16px;
}

.prosolu-item-left .class li a::after {
    content: '';
    width: 7px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    opacity: .5;
    background: url('../img/r1.png');
}

.prosolu-item-left .class li a:hover {
    color: #fff;
}

.prosolu-item-left .class li a:hover::after {
    opacity: 1;
}

.prosolu-item-right {
    float: right;
    width: 62%;
    position: relative;
    overflow: hidden;
}

.prosolu-item-right .img {
    overflow: hidden;
    background: #e3e3e3;
}

.view-more-1 {
    position: absolute;
    left: 10%;
    bottom: 2%;
    z-index: 11;
    width: 80%;
    z-index: 1;
}

.view-more-1 a {
    display: block;
    padding: 5% 0;
    position: relative;
    border-top: 2px solid rgba(255, 255, 255, .2);
}

.view-more-1 span {
    color: #fff;
    font-family: 'Barlow-Bold';
}

.view-more-1 i {
    width: 8px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    background: url('../img/r2.png') center no-repeat;
    margin-top: -6px;
}

.view-more-1 a:hover {
    border-top: 2px solid #e6ac00;
}

.view-more-1 a:hover span {
    color: #e6ac00;
}

.view-more-1 a:hover i {
    background: url('../img/r3.png') center no-repeat;
}

.zs-footer .foot-links{
    display: block;
    font-size: 15px;
    line-height: 1.5;
    color: #999999;
    overflow: hidden;
    position: relative;
    margin-top: 5%;
}
.zs-footer .foot-links strong{
    margin-right: 31px;
}
.zs-footer .foot-links a{
    color: #999999;
    margin-right: 15px;
}
.zs-footer .foot-links a:hover{
    color: #FFF;
}


.more-1 {position: relative;display:block;margin: 4% 0;}
.more-1 a {color: #fff;position: relative;display: block;width: 170px;height: 54px;transition:all .8s ease-in-out;}
.more-1 a::after {content: '';width: 100%;height: 100%;position: absolute;left: 0;top:0;border: 1px solid #fff;opacity: .3;transform:skewX(340deg);z-index: 1;}
.more-1 a::before {content: '';width: 18px;height: 100%;position: absolute;right: -14px;top:-8px;transform:skewX(340deg);z-index: 11;background: #fdd000;}
.more-1 a span {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);font-family: 'Barlow-Bold';z-index: 11;width: 100%;text-align: center;}
.more-1 a:hover::after {background: #fff;opacity: 1;}
.more-1 a:hover span {color: #000;}
.more-1 a:hover::before {right: -11px;}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebnner-swiper {
    width: 100%;
}
.zs-homebnner-swiper .pic img {
    object-fit: cover !important;
}
.HeadlineCopy {
    font-size: 24px;
}
.zs-homebnner-swiper .text {
    width: 92%;
    left: 5%;
    top: 50%;
}
.zs-homebnner-swiper .zs-more {
    position: relative;
    display: block;
    margin: 8% 0 4%;
}
.zs-homebnner-swiper .more-1 a {
    width: 100px;
    height: 30px;
}
.zs-more a span {
    font-family: unset;
}
.zs-homebnner-swiper .banner-pagination span.swiper-pagination-current {
    font-size: 18px;
    padding-right: 20%;
}
.zs-homebnner-swiper .banner-pagination span.swiper-pagination-total {
    font-size: 16px;
    padding-right: 40%;
}
.zs-homebnner-swiper .swiper-button{
    display: none;
}
.homeabout .zs-wp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.home-toppro-box{
    padding: 3% 0 3%;
}
.home-toppro-swiper {
    position: relative;
    padding-bottom: 35px;
}
.home-toppro .swiper-slide {
    height: 265px;
}
.home-toppro .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom:0px;
}
.home-toppro .swiper-pagination-bullet{
    background: #E0E0E0;
    width:10px;
    height:10px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 8px !important;
}
.home-toppro .swiper-pagination-bullet-active{
    background: #fdd000;
    opacity: 1;
    border:none;
}
.homeabout {
    padding-top: 30px;
    padding-bottom: 35px;
}
.zs-title {
    font-size: 26px;
}
.about-desc {
    width: 100%;
    height: auto;
}
.about-desc .text {
    font-size: 14px;
    line-height: 1.65;
    margin-top: 15px;
}
.about-desc .number {
    display: flex;
    padding-top: 20px;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.about-desc .number li {
    display: block;
    width: 50%;
    padding-right: 25px;
    border-right: none;
    margin-bottom: 10px;
}
.about-desc .number li strong {
    font-size: 38px;
    padding-bottom: 0px;
}
.homeabout .zs-more {
    margin-top: 30px;
    margin-bottom: 30px;
}
.homeabout .ha-pic {
    width: 100%;
    height: auto;
    margin-top: 5px;
    border-radius: 10px;
}

.zs-home-products .hp-box .text {
    padding: 5%;
}
.zs-home-products .pro-item {
    position: relative;
    float: left;
    width: 100% !important;
}
.zs-home-products .hp-box {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}
.zs-home-products .hp-box .title {
    margin-top: 7%;
    font-size: 22px;
}
.zs-home-products .hp-box .desc {
    font-size: 14px;
    line-height: 1.65;
}
.zs-home-products .pro-item.hp02 {
    display: none;
}

.zs-home-prosolu-nav a {
    padding: 10% 10%;
    font-size: 12px;
}
.prosolu-item-left .title .num-1 {
    font-size: 12px;
}
.prosolu-item-left .title .title-1 {
    font-size: 10px;
}

.news-item .img {
    width: 100%;
    margin-bottom: 15px;
}
.news-item .text {
    float: left;
    width: 100%;
    margin-top: 0;
}
.hn-box {
    margin-top: 25px;
}
.hn-left-list {
    width: 100%;
}
.hn-right-list {
    float: left;
    width: 100%;
    background: #f7f7f7;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0;
}
.hn-left-list .news-item {
    width: 100%;
    margin-bottom: 20px;
}
.hn-left-list .news-item:first-child {
    margin-right: 0;
}
.news-item .title {
    font-size: 18px;
}
.news-item .desc {
    font-size: 14px;
    line-height: 1.65;
}
.news-item .time {
    font-size: 14px;
}
.more-1 a {
    width: 120px;
    height: 34px;
}
.zs-home-prosolu-top .more-1 {
    position: absolute;
    margin: 0;
    right: 5%;
    top: 20%;
}
.zs-more a {
    width: 120px;
    height: 34px;
}
.zs-home-news .hn-top .zs-more {
    right: 6%;
}
.zs-home-news .hn-top .zs-more a span {
    color: #404040;
    font-size: 12px;
}
.prosolu-item {
    padding: 5%;
}
.prosolu-item-left .class {
    margin-top: 5%;
    width: 100%;
}
.prosolu-item-left .class li a {
    font-size: 10px;
}
.view-more-1 {
    left: 3%;
    bottom: 0;
    width: 90%;
    font-size: 10px;
}

}