.home-tit {text-align: center;margin-bottom:25px;}
.home-tit .m-title{font-size: 26px;color: #000;margin-bottom: 10px;font-weight: bold;font-family: bebas-neue-pro; text-transform:uppercase;}
.home-tit .sub-title{font-size: 16px;color:rgba(0,0,0,0.85);font-family: bebas-neue-pro; font-weight:normal;}
/*sliders*/
@keyframes letterL {  0% {
 opacity: 0;
 color: #ffffff 0px 0px 40px;
}
 60% {
 opacity: 1;
 transform: translate3d(0px, 0px, 0px);
 color: #118b3e 0px 0px 0px;
}
 100% {
 opacity: 1;
 transform: translate3d(0px, 0px, 0px);
 color: #ffffff 0px 0px 0px;
}
}
.banner { position: relative; overflow: hidden; height: auto; }
.banner .swiper-slide{ overflow: hidden; }
.banner .swiper-pagination-bullet {
  width: 25%;
  height:50px;
  display: inline-block;position: relative;
  border-radius: 100%;border-radius: 0;opacity: 0.5;background: none;
  border-bottom:rgba(255,255,255,1) 1px solid;margin: 0 !important;color: #fff;line-height: 50px;font-size: 17px;
}
.banner .swiper-pagination-bullet::before{content: ""; position: absolute;left: 0;bottom:-1px;width: 0;height: 2px;background: #fff; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{width:100%;-webkit-transition:all 5s; -moz-transition:all 5s; -o-transition:all 5s; transition:all 5s; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;background: none;border-bottom:rgba(255,255,255,0.5) 1px solid;}
.banner .swiper-pagination {bottom: 50px !important;}
.banner .swiper-slide figure { display: block; line-height: 1; overflow: hidden; transform: scale(1.15, 1.15); transition: 1s linear 2s; }
.banner .swiper-slide figure img { display: block; position: relative; width: 100%; min-height: 100%; height:auto; object-fit: cover; }
.banner .swiper-slide.swiper-slide-active figure { transition: 6s linear; transform: scale(1); }
.banner .swiper-slide.swiper-slide-active .bhide { visibility: visible; animation: letterL 2s; animation-fill-mode: forwards; animation-timing-function: ease-in-out; }
.banner .bhide { visibility: hidden; transform: translateY(-100px); }
.banner .btext { position: absolute; left: 12.5%; right: 12.5%; top: 50%; margin-top: -188px; z-index: 5;display:none;}
.banner .btext p { color: #ffffff; font-size: 20px; letter-spacing: 3px; }
.banner .btitle { display: inline-block; position: relative; padding-bottom: 35px; margin-bottom: 30px; }
.banner .btitle i { display: block; position: absolute; left: 0; right: 16px; bottom: 0; height: 1px; }
.banner .btitle i:before { position: absolute; left: 0; bottom: 0px; content: ""; width: 113px; height: 2px; background: #fff; }
.banner .btitle strong { display: block; line-height: 1.2; color: #fff; font-size: 40px; font-weight: bold; font-family: bebas-neue-pro; }
.banner .btitle small { display: block; margin-top: 14px; line-height: 1.1; color: #ffffff; font-size: 20px; text-transform: uppercase; font-family: bebas-neue-pro; }
.banner .btext .jd { width: 180px; height: 40px; line-height: 40px; text-align: center; background: #feca0a; font-size: 16px; position: relative; visibility: hidden; transform: translateY(200px); }
.banner .btext .jd em { font-style: normal; font-size: 20px; margin-left: 10px; }
.banner-slide.swiper-slide-active .btext .jd { visibility: visible; animation: letterL 2s; animation-fill-mode: forwards; animation-timing-function: ease-in-out; }
.banner .btext .jd a { position: relative; color: #01020e; z-index: 3; }
.banner .btext .jd span { position: absolute; width: 0; height: 100%; left: 0; top: 0; background: #ECC000; transition: all 0.3s; -wbkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; z-index: 1; }
.banner .btext .jd:hover span { width: 100%; transition: all 0.3s; -wbkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; }

/*for sale*/
.forsale {padding:40px 0;background: #f6f6f6;}
.item-sale{background: #fff; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.item-sale:hover{box-shadow: 0 0 20px rgba(0,0,0,0.15); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);}
.item-sale .a_n {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:5px; padding:6px 15px 10px;}
.item-sale .btn {display: block;width:100%;height:40px;line-height:40px;font-size:14px; font-weight:600;text-align: center;background: #f2b112;color:rgb(35,31,32);text-transform: uppercase;border-radius:3px;float: left;}
.item-sale .btn:nth-child(2){margin-right: 0;}
.item-sale .btn i{font-size: 18px;margin-right: 5px; vertical-align:bottom; font-weight:normal;}
.item-sale .btn:hover {background: #d49703;}
.item-sale .t_p{overflow: hidden; display:block;}
.item-sale .t_p img{width: 100%; height:auto;display: block;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.item-sale .t_p:hover img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.item-sale .b_t{font-size: 18px;font-weight: bold;color:rgb(35,31,32);padding:15px 15px 4px; display:block;}
.item-sale .b_t:hover{ text-decoration:underline;}
.item-sale .w_z {padding:0 15px;font-size:14px;line-height: 1.8;color:#474747;}
.item-sale .w_z li{margin-bottom:0; font-family:Arial,sans-serif; padding:10px 0; border-top:1px solid rgba(35,31,32,.05); text-transform:uppercase; font-weight:600; font-size:10px; color:rgba(0,0,0,0.75);}
.item-sale .w_z .labels{ font-size:10px; line-height:12px; font-weight:600; text-transform:uppercase;border-top:none; padding-bottom:15px; color:#474747;}
.item-sale .w_z .labels .label{padding-right:11px;padding-left:11px; position:relative;}
.item-sale .w_z .labels .label:after{ position:absolute; content:""; right:0; top:0; height:10px; width:1px; background:rgba(71,71,71,.1);}
.item-sale .w_z .labels .label:first-child{padding-left:0;}
.item-sale .w_z .labels .label:last-child{padding-right:0;}
.item-sale .w_z .labels .label:last-child:after{width:0;}
.item-sale .w_z .value{ display:inline-block; margin-right:12px;text-transform:capitalize; vertical-align:middle;}
.item-sale .w_z .h{color:#474747; font-size:14px; font-weight:600;}
.item-sale .w_z span.fz {margin-right:6px; font-size:14px; font-weight:600;}
.item-sale .h-icon { display:inline-flex; width:18px; height:18px;vertical-align: sub;}
.item-sale .h-icon img{ display:block; width:100%; height:100%; margin-left:-2px;}
.item-sale .highlights{display:flex; flex-wrap:wrap; border-top:none!important;}
.item-sale .highlights span{padding:3px 9px; margin-right:2px; margin-bottom:2px; color:#474747; background:rgba(71,71,71,.1); font-size:10px; font-weight:600; text-transform:uppercase;}


/*services*/
.service{padding:40px 0;}
.item-service{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;padding:30px;border-radius:5px;box-sizing: border-box;border: #eee 1px solid;position: relative;overflow: hidden; height:100%; display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start}
.item-service:hover{box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.item-service a{color:rgba(0,0,0,0.7);}
.item-service a:hover{font-style:italic;}
.item-service .tu {width:70px;height:70px;margin-right:20px;display: flex;justify-content: center;align-items: center; text-align:center;border-radius:50%;overflow: hidden;background: #fcb026;border:#fce7c2 5px solid;color:rgba(0,0,0,.85);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.item-service .tu i {font-size:34px;}
.item-service .tu img { width:40px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
.item-service:hover .tu {-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);}
.item-service .w_z {-webkit-box-flex: 1;-ms-flex: 1;flex: 1}
.item-service .title { margin:0 0 10px 0;font-size:28px;font-weight: 600; color:rgba(0,0,0,.85);font-family: bebas-neue-pro;}
.item-service li { font-size:14px; color:rgba(0,0,0,0.7); line-height:1.6;margin-bottom:3px;position: relative;}

/*world*/
@keyframes scale {
0% {transform: scale(1)}
50%,
75% {transform: scale(3)}
78%,
100% {opacity: 0}
}
@keyframes scales {
0% {transform: scale(1)}
50%,
75% {transform: scale(2)}
78%,
100% {opacity: 0}
}
.smallcircle1 { position: absolute; width: 80px; height: 80px; background: none; border-radius: 50%; top: 15vw; left: 26vw; }
.smallcircle1:before { content: ''; display: block; width: 80px; height: 80px; border-radius: 50%; opacity: .1; background-color: #e7821f; animation: scale 1.5s infinite cubic-bezier(0, 0, .49, 1.02); }
.bigcircle1 { position: absolute; width: 80px; height: 80px; border-radius: 50%; opacity: .4; background-color: #e7821f; top: 15vw; left: 26vw; animation: scales 1.5s infinite cubic-bezier(0, 0, .49, 1.02); }
.smallcircle2 { position: absolute; width: 60px; height: 60px; background: none; border-radius: 50%; top: 18vw; left: 12vw; }
.smallcircle2:before { content: ''; display: block; width: 60px; height: 60px; border-radius: 50%; opacity: .1; background-color: #e7821f; animation: scale 1.5s infinite cubic-bezier(0, 0, .49, 1.02); }
.bigcircle2 { position: absolute; width: 60px; height: 60px; border-radius: 50%; opacity: .4; background-color: #e7821f; top: 18vw; left: 12vw; animation: scales 1.5s infinite cubic-bezier(0, 0, .49, 1.02); }
.smallcircle3 { position: absolute; width: 40px; height: 40px; background: none; border-radius: 50%; top: 11vw; left: 31vw; }
.smallcircle3:before { content: ''; display: block; width: 40px; height: 40px; border-radius: 50%; opacity: .1; background-color: #e7821f; animation: scale 1.5s infinite cubic-bezier(0, 0, .49, 1.02); }
.bigcircle3 { position: absolute; width: 40px; height: 40px; border-radius: 50%; opacity: .4; background-color: #e7821f; top: 11vw; left: 31vw; animation: scales 1.5s infinite cubic-bezier(0, 0, .49, 1.02); }
.smallcircle4 { position: absolute; width: 60px; height: 60px; background: none; border-radius: 50%; top: 14vw; right: 12vw; }
.smallcircle4:before { content: ''; display: block; width: 60px; height: 60px; border-radius: 50%; opacity: .1; background-color: #e7821f; animation: scale 1.5s infinite cubic-bezier(0, 0, .49, 1.02); }
.bigcircle4 { position: absolute; width: 60px; height: 60px; border-radius: 50%; opacity: .5; background-color: #e7821f; top: 14vw; right: 12vw; animation: scales 1.5s infinite cubic-bezier(0, 0, .49, 1.02); }
.smallcircle5 { position: absolute; width: 60px; height: 60px; background: none; border-radius: 50%; top: 20vw; right: 6.5vw; }
.smallcircle5:before { content: ''; display: block; width: 60px; height: 60px; border-radius: 50%; opacity: .1; background-color: #e7821f; animation: scale 1.5s infinite cubic-bezier(0, 0, .49, 1.02); }
.bigcircle5 { position: absolute; width: 60px; height: 60px; border-radius: 50%; opacity: .5; background-color: #e7821f; top: 20vw; right: 6.5vw; animation: scales 1.5s infinite cubic-bezier(0, 0, .49, 1.02); }
.swiper-world{width:100%; position:relative;}
.swiper-world {width: 100%; height: 100%;}
.swiper-world .swiper-slide {}
.world{position:relative;}
.world .ryzz {padding-top: 60px;}
.world .ryzz ._PageTitle {
  text-align: center;margin-bottom: 30px
}
.world .con{display: flex;justify-content: space-between;align-items: center;height: 100vh;}
.world .swiper-slide {width:100%; height:100vh;overflow: hidden}
.world .swiper-pagination{bottom:20px !important;}
.world .swiper-pagination-bullet {width:15px; height:15px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background: #000;}
.world .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#f8c300}
.world .ryzz img{width: 100%; height:auto;display: block;}
.world .more {width: 160px;line-height: 50px;position: relative;background: #fcb026;border-radius: 25px;text-align: center;overflow: hidden;margin:10px auto 25px;}
.world .more a{color: #222;position: relative;z-index: 2;font-size: 18px;text-transform: capitalize;}
.world .more span{background: #caa006;width: 0;height: 100%;position: absolute;left: 0;top: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.world .more:hover span{width:100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.world .tp {width:100%;position: relative;}
.world .tp img {width: 100%;}
@media (max-width: 1024px){
.world .con{  flex-wrap: wrap;height: auto;justify-content: center; padding:40px 10px;}
.world .swiper-pagination{ display:none;}
}

.worldwide-trans {z-index: 1; position: relative; }
.worldwide-trans:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url(../images/cover_bg.webp) center center no-repeat;
    background-size: cover
}
.worldwide-customer {
    width: 100%;
    height:100vh;
    z-index: 1
}
.worldwide-customer {
    -moz-animation: bg 120s linear infinite;
    -webkit-animation: bg 120s linear infinite;
    -o-animation: bg 120s linear infinite;
    -ms-animation: bg 120s linear infinite;
    animation: bg 120s linear infinite;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-image: url(../images/customers_album.webp);
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: auto 100%
}
.worldwide-customer.workshops{background-image: url(../images/customers_album-workshops.webp);}

@-moz-keyframes bg {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -moz-transform: translate3d(-3200px, 0, 0);
        -webkit-transform: translate3d(-3200px, 0, 0);
        -o-transform: translate3d(-3200px, 0, 0);
        -ms-transform: translate3d(-3200px, 0, 0);
        transform: translate3d(-3200px, 0, 0)
    }
}

@-webkit-keyframes bg {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -moz-transform: translate3d(-3200px, 0, 0);
        -webkit-transform: translate3d(-3200px, 0, 0);
        -o-transform: translate3d(-3200px, 0, 0);
        -ms-transform: translate3d(-3200px, 0, 0);
        transform: translate3d(-3200px, 0, 0)
    }
}

@-o-keyframes bg {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -moz-transform: translate3d(-3200px, 0, 0);
        -webkit-transform: translate3d(-3200px, 0, 0);
        -o-transform: translate3d(-3200px, 0, 0);
        -ms-transform: translate3d(-3200px, 0, 0);
        transform: translate3d(-3200px, 0, 0)
    }
}

@-ms-keyframes bg {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -moz-transform: translate3d(-3200px, 0, 0);
        -webkit-transform: translate3d(-3200px, 0, 0);
        -o-transform: translate3d(-3200px, 0, 0);
        -ms-transform: translate3d(-3200px, 0, 0);
        transform: translate3d(-3200px, 0, 0)
    }
}

@keyframes bg {
    0% {
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -moz-transform: translate3d(-3200px, 0, 0);
        -webkit-transform: translate3d(-3200px, 0, 0);
        -o-transform: translate3d(-3200px, 0, 0);
        -ms-transform: translate3d(-3200px, 0, 0);
        transform: translate3d(-3200px, 0, 0)
    }
}

.worldwide-customer {
    width: 12800px
}

@media (max-width: 1920px) {
    @-moz-keyframes bg {
        0% {
            -moz-transform:translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -moz-transform: translate3d(-2405px, 0, 0);
            -webkit-transform: translate3d(-2405px, 0, 0);
            -o-transform: translate3d(-2405px, 0, 0);
            -ms-transform: translate3d(-2405px, 0, 0);
            transform: translate3d(-2405px, 0, 0)
        }
    }

    @-webkit-keyframes bg {
        0% {
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -moz-transform: translate3d(-2405px, 0, 0);
            -webkit-transform: translate3d(-2405px, 0, 0);
            -o-transform: translate3d(-2405px, 0, 0);
            -ms-transform: translate3d(-2405px, 0, 0);
            transform: translate3d(-2405px, 0, 0)
        }
    }

    @-o-keyframes bg {
        0% {
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -moz-transform: translate3d(-2405px, 0, 0);
            -webkit-transform: translate3d(-2405px, 0, 0);
            -o-transform: translate3d(-2405px, 0, 0);
            -ms-transform: translate3d(-2405px, 0, 0);
            transform: translate3d(-2405px, 0, 0)
        }
    }

    @-ms-keyframes bg {
        0% {
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -moz-transform: translate3d(-2405px, 0, 0);
            -webkit-transform: translate3d(-2405px, 0, 0);
            -o-transform: translate3d(-2405px, 0, 0);
            -ms-transform: translate3d(-2405px, 0, 0);
            transform: translate3d(-2405px, 0, 0)
        }
    }

    @keyframes bg {
        0% {
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -moz-transform: translate3d(-2405px, 0, 0);
            -webkit-transform: translate3d(-2405px, 0, 0);
            -o-transform: translate3d(-2405px, 0, 0);
            -ms-transform: translate3d(-2405px, 0, 0);
            transform: translate3d(-2405px, 0, 0)
        }
    }

    .worldwide-customer {
        width: 9620px
    }
}

@media (max-width: 1600px) {
    @-moz-keyframes bg {
        0% {
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -moz-transform: translate3d(-1808px, 0, 0);
            -webkit-transform: translate3d(-1808px, 0, 0);
            -o-transform: translate3d(-1808px, 0, 0);
            -ms-transform: translate3d(-1808px, 0, 0);
            transform: translate3d(-1808px, 0, 0)
        }
    }

    @-webkit-keyframes bg {
        0% {
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -moz-transform: translate3d(-1808px, 0, 0);
            -webkit-transform: translate3d(-1808px, 0, 0);
            -o-transform: translate3d(-1808px, 0, 0);
            -ms-transform: translate3d(-1808px, 0, 0);
            transform: translate3d(-1808px, 0, 0)
        }
    }

    @-o-keyframes bg {
        0% {
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -moz-transform: translate3d(-1808px, 0, 0);
            -webkit-transform: translate3d(-1808px, 0, 0);
            -o-transform: translate3d(-1808px, 0, 0);
            -ms-transform: translate3d(-1808px, 0, 0);
            transform: translate3d(-1808px, 0, 0)
        }
    }

    @-ms-keyframes bg {
        0% {
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -moz-transform: translate3d(-1808px, 0, 0);
            -webkit-transform: translate3d(-1808px, 0, 0);
            -o-transform: translate3d(-1808px, 0, 0);
            -ms-transform: translate3d(-1808px, 0, 0);
            transform: translate3d(-1808px, 0, 0)
        }
    }

    @keyframes bg {
        0% {
            -moz-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }

        100% {
            -moz-transform: translate3d(-1808px, 0, 0);
            -webkit-transform: translate3d(-1808px, 0, 0);
            -o-transform: translate3d(-1808px, 0, 0);
            -ms-transform: translate3d(-1808px, 0, 0);
            transform: translate3d(-1808px, 0, 0)
        }
    }

    .worldwide-customer {
        width: 7232px
    }
}


.customer_box { width:96%; position: absolute; left: 50%; transform:translateX(-50%);bottom: 0; z-index: 3; background-color: rgba(255,255,255,0.9); padding:30px 10px; box-shadow: 0px -10px 51px 0px rgba(10,10,10,0.35) }
@media (min-width: 992px){.customer_box{width:920px;}}
.customer_box p { text-align: center }
.customer_box .customer_tit { text-align: center; padding-bottom: 43px; position: relative; z-index: 4 }
.customer_box .customer_tit:before { content: ''; display: block; position: absolute; bottom: 0; width: 1px; left: 50%; height: 43px; background-image: linear-gradient(180deg, rgba(255,10,10,0), #ff0a0a) }
.customer_box .customer_tit:after { content: ''; display: block; position: absolute; bottom: 0; width: 6px; left: 50%; height: 6px; margin-left: -3px; bottom: 0; border-radius: 50%; background: #ff0a0a }
.customer_box .customer_tit .customer_h { color: #090909; font-size: 46px; line-height: 52px; font-family: 'pingfang-b' }
.customer_box .customer_tit .customer_p { font-size: 18px; line-height: 24px; font-family: 'pingfang-m'; color: #090909; margin-top: 22px }
.customer_box .customer_intro { color: #616161; font-size: 18px; line-height: 26px; font-family: 'pingfang-m'; margin-top: 16px; text-align: center; position: relative; z-index: 4 }
.customer_box:before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.product-number-info { position: relative; padding: 0px; }
.product-number-info h2 { font-size: 30px; text-align: center; color: #fff; margin-bottom: 50px; }
.product-number-info .product-number-inner { width: 100%; margin: 0 auto; }
.product-number-info ul {list-style:none;display: flex; justify-content: space-between;}
.q { zoom: 1; }
.product-number-info li {list-style:none;transition: all 0.3s; -wbkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; float: left; width: 33.3333%; color: #333; padding-top: 1px; box-sizing: border-box; text-align: center; height: 116px; border-radius: 10px; border-right: #eee 1px solid; }
.product-number-info li:hover { transition: all 0.3s; -wbkit-transition: all 0.3s; -o-transition: all 0.3s; -moz-transition: all 0.3s; }
.product-number-info li:last-child { border: none; }
.product-number-info li b { font-size:26px; font-weight: bold; color:#fcb026; line-height: 1; display: inline-block; position: relative; margin: 15px 0 10px; }
.product-number-info li h3 { font-size: 20px; color: #333; letter-spacing: 1px; }
.product-number-info li p { font-size:14px; }
.product-number-info li b i { font-style: normal; }
.product-number-info li b sup { position: absolute; font-size: 20px; right: -15px; top: -3px; }
.product-number-info li b em { font-style: normal; font-size: 28px; font-weight: 100; padding-left: 2px; position: relative; top: -4px; }
/*lastest*/
.latest{padding:40px 0;}
.latestnews{padding: 0 0 20px;box-shadow: 0 0 15px rgba(0,0,0,0.15);transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;position: relative;border-bottom:3px solid #fcb026;}
.latestnews:hover {box-shadow: 0 0 25px rgba(0,0,0,0.15);transition:all .5s;-webkit-transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);}
.latestnews,.latestnews .item{list-style:none;}
.latestnews .item{position:relative;}
.latestnews .item:not(:first-child){ padding-left:30px; padding-right:15px;}
.latestnews .item:not(:first-child)::before{position:absolute;left:15px; top:10px; content:""; width:5px; height:5px; background:rgba(0,0,0,0.5); border-radius:50%;}
.latestnews .item-first{border-bottom: #eee 1px solid; margin-bottom:10px;}
.latestnews .item-first a{line-height:1.3;}
.latestnews .item-first .img-top{ overflow:hidden;}
.latestnews .item-first img{width: 100%;display: block;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;object-fit:cover;}
.latestnews .item:hover img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.latestnews a{display:block;color:rgba(0,0,0,0.7); line-height:2;}
.latestnews a:hover{text-decoration:underline;}
.latestnews .category-name{padding:20px 15px 15px;}
.latestnews .category-name a{display: inline-block;padding: 0 15px;border-radius: 3px;font-size: 16px;color: #000;background:#fcb026;font-family: bebas-neue-pro; line-height:30px; height:30px; text-transform:uppercase;}
.latestnews .first-title{font-size:18px;font-weight: bold;color: #111; margin-bottom:8px;padding-left:15px;padding-right:15px; font-family:bebas-neue-pro;}
.latestnews .introtext{ line-height:1.6;color:rgba(0,0,0,0.7); padding:0 15px 15px ;}
.latestnews .introtext p{margin-bottom:0;}
/*partner*/
.partner{padding:40px 0;}
.partner ul,.partner li{ list-style:none;}
.partner .nrjz { width:100%; height:100%; background:#fff;border:#eee 1px solid;border-radius: 10px;overflow: hidden;}
.partner .nrjz {transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.partner .nrjz:hover{transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}

.partner li img { -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;max-width: 100%;height:auto;}
.partner li:hover img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }
@media(max-width:576px){
.partner .col{ padding-left:0; padding-right:0;}
}

/*Newslatter*/
.subscribe .container-c{max-width: 655px;margin: 0 auto;}
.subscribe .tb {padding-top: 35px;text-align: center;}
.subscribe .tb a,.subscribe .tb .a {width: 30px;margin:0 8px;position: relative;display: inline-block;color: #fff;}
.subscribe .tb a:hover,.subscribe .tb .a:hover{color: #f0c400;}
.subscribe .tb a i,.subscribe .tb .a i{font-size:0;}
.subscribe .tb a i:before,.subscribe .tb .a i:before{font-size: 30px;}
.subscribe .tb a .wx,.subscribe .tb .a .wx {position: absolute;left:0;top:100%;width: 150px;background: #fff;display: none;}
.subscribe .tb a:hover .wx,.subscribe .tb .a:hover .wx{display: block;}
.subscribe .tb a img {width: 100%;}
.acym_module_form table{ width:100%; border-spacing:0;}
.acym_module_form .onefield input{padding: 0 0 0 20px;line-height:70px;background: #fff;border:none!important;height:70px;font-size:18px; color:#333;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
.acym_module_form .onefield input::placeholder{color:#888; display:none;}
.acym_module_form .onefield input:focus{outline:none!important; border:1px solid rgba(0,0,0,0.5);}
.acym_module_form td.acysubbuttons{ padding-left:15px;}
.acym_module_form td.acysubbuttons input{background:#fcb026;border: 0;font-size: 20px;font-weight: bold;color: #000;height:70px;cursor: pointer;}
.acym_module_form input{ max-width:100%; width:100%;}

@media (min-width: 992px){
.banner .btext {display:block;}
.home-tit {margin-bottom:25px;}
.home-tit .m-title{font-size:50px;}
.home-tit .sub-title{font-size: 25px;}
.forsale {padding: 60px 0;}
.service{padding:60px 0;}
.latest{padding:60px 0;}
.partner{padding:60px 0;}
/*world*/
.world .home-tit{margin-bottom:20px;}
.world .more { margin:20px auto;}
.customer_box{padding:60px 30px;}
.product-number-info li b{font-size: 55px;}
.product-number-info li p { font-size: 16px; }
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 10px;}
}