@keyframes warn {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes warn1 {
    0% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.3);
        -webkit-transform: scale(0.3);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }

    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        opacity: 0;
    }
}

.yuan {
    position: relative;
    width: 2.8%;
    height: 5.817%;
    left: 10px;
    top: 10px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/* 保持大小不变的小圆点 */

.dot {
    position: absolute;
    width: 12.5%;
    height: 12.5%;
    left: 28.9%;
    top: 29%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #ea5529;
    border-radius: 50%;
    background-color: #ea5529;
    /* 实心圆 ，如果没有这个就是一个小圆圈 */
    z-index: 2;
}

/* 产生动画（向外扩散变大）的圆圈 第一个圆 */

.pulse {
    position: absolute;
    width: 70%;
    height: 70%;
    left: 0px;
    top: 0px;
    border: 1px solid #ea5529;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 3s ease-out;
    -moz-animation: warn 3s ease-out;
    animation: warn 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 1px 1px 30px #ea5529;
    /* 阴影效果 */
}

/* 产生动画（向外扩散变大）的圆圈 第二个圆 */

.pulse1 {
    position: absolute;
    width: 70%;
    height: 70%;
    left: 0px;
    top: 0px;
    border: 1px solid #ea5529;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn1 3s ease-out;
    -moz-animation: warn1 3s ease-out;
    animation: warn1 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 1px 1px 30px #ea5529;
    /* 阴影效果 */
}

/* 产生动画（向外扩散变大）的圆圈 第一个圆 */

.pulse2 {
    position: absolute;
    width: 70%;
    height: 70%;
    left: 0px;
    top: 0px;
    border: 1px solid #ea5529;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn 2s ease-out;
    -moz-animation: warn 2s ease-out;
    animation: warn 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 1px 1px 30px #ea5529;
    /* 阴影效果 */
}

/* 产生动画（向外扩散变大）的圆圈 第二个圆 */

.pulse3 {
    position: absolute;
    width: 70%;
    height: 70%;
    left: 0px;
    top: 0px;
    border: 1px solid #ea5529;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    -webkit-animation: warn1 2s ease-out;
    -moz-animation: warn1 2s ease-out;
    animation: warn1 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 1px 1px 30px #ea5529;
    /* 阴影效果 */
}

.body1 {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
	border-radius: 0px;
}

p {
    font-size: 16px;
}

img {
    width: 100%;
}

.box {
    position: absolute;
    left: 30%;
    top: 48%;
    border: none !important;
    background: none;
}

.box1 {
    position: absolute;
    left: 30.5%;
    top: 61.5%;
}

.box2 {
    position: absolute;
    left: 31.5%;
    top: 66%;
}

.box3 {
    position: absolute;
    left: 36%;
    top: 68%;
}

.box4 {
    position: absolute;
    left: 46%;
    top: 48%;
}

.box5 {
    position: absolute;
    left: 46.3%;
    top: 42%;
}

.box6 {
    position: absolute;
    left: 49.7%;
    top: 44%;
}

.box7 {
    position: absolute;
    left: 47%;
    top: 46%;
}

.box8 {
    position: absolute;
    left: 50%;
    top: 36%;
}

.box9 {
    position: absolute;
    left: 51.3%;
    top: 39%;
}

.box10 {
    position: absolute;
    left: 62.5%;
    top: 57%;
}

.box11 {
    position: absolute;
    left: 66%;
    top: 59.2%;
}

.box12 {
    position: absolute;
    left: 48.5%;
    top: 40.5%;
}

.box13 {
    position: absolute;
    left: 70.3%;
    top: 61%;
}

.box14 {
    position: absolute;
    left: 51%;
    top: 50.3%;
}

.box15 {
    position: absolute;
    left: 73%;
    top: 74%;
}

.box16 {
    position: absolute;
    left: 34.5%;
    top: 80%;
}

.box17 {
    position: absolute;
    left: 35.5%;
    top: 74.6%;
}

.box18 {
    position: absolute;
    left: 51.4%;
    top: 77%;
}

.box19 {
    position: absolute;
    left: 60.5%;
    top: 44%;
}

.box20 {
    position: absolute;
    left: 64%;
    top: 56%;
}

.box21 {
    position: absolute;
    left: 27%;
    top: 38%;
}

.box22 {
    position: absolute;
    left: 56%;
    top: 55%;
}

.box24 {
    position: absolute;
    left: 66%;
    top: 46%;
}

.box25 {
    position: absolute;
    left: 70%;
    top: 56%;
}

.box26 {
    position: absolute;
    left: 68.3%;
    top: 45%;
}

.box27 {
    position: absolute;
    left: 51.5%;
    top: 47.5%;
}

.box28 {
    position: absolute;
    left: 49.5%;
    top: 50%;
}

.box29 {
    position: absolute;
    left: 49.5%;
    top: 48%;
}

.box30 {
    position: absolute;
    left: 52.5%;
    top: 54.5%;
}

.box31 {
    position: absolute;
    left: 27%;
    top: 56%;
}

.box32 {
    position: absolute;
    left: 32.5%;
    top: 63.5%;
}

.box33 {
    position: absolute;
    left: 71.2%;
    top: 50.5%;
}

.box-img1 img,
.box-img2 img,
.box-img3 img,
.box-img4 img,
.box-img5 img,
.box-img6 img,
.box-img7 img,
.box-img8 img,
.box-img9 img,
.box-img10 img,
.box-img11 img,
.box-img12 img,
.box-img13 img,
.box-img14 img,
.box-img15 img,
.box-img16 img,
.box-img17 img,
.box-img18 img,
.box-img19 img,
.box-img20 img,
.box-img21 img,
.box-img22 img {
    width: 30%;
    height: auto;
}

.box-img1 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 43.5%;
    top: 45%;
}

.box-img2 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 36%;
    top: 73%;
}

.box-img3 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 61.3%;
    top: 60%;
}

.box-img4 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 48.5%;
    top: 41%;
}

.box-img5 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 72.5%;
    top: 77%;
}

.box-img6 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    display: none;
    position: absolute;
    left: 48.7%;
    top: 52.2%;
}

.box-img7 {
    height: 14%;
    width: 14%;
    z-index: 1;
    display: none;
    position: absolute;
    left: 37%;
    top: 75%;
}

.box-img8 {
    height: 14%;
    width: 14%;
    z-index: 1;
    display: none;
    position: absolute;
    left: 47%;
    top: 50.4%;
}

.box-img9 {
    height: 14%;
    width: 14%;
    z-index: 1;
    display: none;
    position: absolute;
    left: 37.5%;
    top: 70%;
}

.box-img11 {
    height: 14%;
    width: 14%;
    z-index: 1;
    display: none;
    position: absolute;
    left: 45.5%;
    top: 34%;
}

.box-img12 {
    height: 14%;
    width: 14%;
    z-index: 1;
    display: none;
    position: absolute;
    left: 46.5%;
    top: 29%;
}

.box-img13 {
    height: 14%;
    width: 14%;
    z-index: 1;
    display: none;
    position: absolute;
    left: 28.3%;
    top: 59%;
}

.box-img14 {
    height: 14%;
    width: 14%;
    z-index: 1;
    display: none;
    position: absolute;
    left: 47.5%;
    top: 79%;
}

.box-img15 {
    height: 14%;
    width: 14%;
    z-index: 1;
    display: none;
    position: absolute;
    left: 43%;
    top: 45%;
}

.box-img16 {
    height: 14%;
    width: 14%;
    z-index: 1;
    display: none;
    position: absolute;
    left: 63%;
    top: 58.5%;
}

.box-img17 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 71.5%;
    top: 59%;
}

.box-img18 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 27%;
    top: 64%;
}

.box-img19 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 57%;
    top: 37%;
}

.box-img20 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 70.3%;
    top: 52.5%;
}

.box-img21 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 46.5%;
    top: 38%;
}

.box-img22 {
    height: 14%;
    width: 14%;
    display: none;
    z-index: 1;
    position: absolute;
    left: 26.5%;
    top: 50%;
}

.partner-video {
    width: 100%;
    height: 100%;
    background: #000000;
    margin: 0 auto;
    display: none;
    z-index: 999999;
    position: fixed;
    left: 0%;
    top: 0%;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -moz-opacity: 0.5;
}

.us,
.uk,
.spain,
.greece,
.india,
.thailand,
.sweden,
.south-africa,
.bangladesh,
.czech-republic,
.korea,
.kazakhstan,
.philippines,
.france,
.ecuador,
.denmark,
.brazil,
.paraguay,
.australia,
.estonia,
.argentina,
.costa-rica,
.mongolia2,
.romania,
.italy,
.italy2,
.russia,
.mexico,
.colombia,
.egypt {
    display: none;
    margin: 0 auto;
    margin-top: 10%;
    width: 43.69%;
    height: 49.5%;
    position: fixed;
    z-index: 99999999993;
    left: 28%;
    top: 0%;
}

.taiwan,
.shate {
    display: none;
    margin: 0 auto;
    margin-top: 10%;
    width: 23.69%;
    height: 49.5%;
    position: fixed;
    z-index: 99999999993;
    left: 36%;
    top: 0%;
    vertical-align: middle;
}

.video-close {
    position: absolute;
    left: 71%;
    top: 16.5%;
    cursor: pointer;
}

.voice {
    position: absolute;
    width: 34%;
    height: 5.817%;
    left: 25%;
    top: 6%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #ea5529;
}

.voice hr {
    width: 50px;
    color: rgb(255 255 255);
    height: 1px;
    display: block;
    background-color: rgb(255 255 255);
}

.voice h2 {
    font-size: 4.2rem;
    text-align: center;
    color: #fff;
}

.customerstory {
    background: #fff;
    margin: 0;
    padding: 50px 0;
}
#customerstory-swiper hr {
    width: 30px;
    height: 1px;
    display: block;
    left: 0;
    margin-left: 0;
    background-color: #ea5529;
}
#customerstory-swiper h3 {
    color: #ea5529;
}
#customerstory-swiper img {
    width: 100%;
	border-radius: 8px 8px 0 0;
}
#customerstory-swiper .storycontent {
    background-color: #f7f8f8;
	padding: 10px 24px;
	border-radius: 0 0 8px 8px;
}

#customerstory-swiper .storycontent p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#customerstory-swiper a {
    color: #333;
    font-weight: bolder;
}
#customerstory-swiper .customerstory-slide {
    cursor: pointer;
    padding-bottom: 50px;
}
.textshowup {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#customerstory-swiper .customerstory-slide a {
    margin-top: 15px;
}
.partner {
    background: #f0f0f0;
    margin: 0;
    padding: 50px 0;
}

.container > h2 {
    color: #ea5529;
    text-align: center;
    padding: 0 0;
}

.container > hr {
    display: block;
    width: 50px;
    height: 1.5px;
    background-color: #ea5529;
}

.container > p {
    text-align: center;
    padding: 0% 0 2% 0;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5px 0 5px;
}

#swiper-wrapper-foot .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: none;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px !important;
}

#swiper-wrapper-foot .swiper-slide {
    display: block;
    margin: 10px 0 10px 0;
    cursor: pointer;
}

#swiper-wrapper-foot .swiper-slide:hover {
    box-shadow: 0 2px 5px #333;
}

#swiper-wrapper-foot .swiper-slide h2 {
    color: #ea5529;
    margin-bottom: 0 !important;
    font-size: 2rem;
}

#swiper-wrapper-foot .swiper-slide img {
    border-radius: 10px 10px 0 0;
}

#swiper-wrapper-foot .swiper-slide div {
    display: flex;
    background-color: #fff;
    padding: 10px 0 10px 0;
    border-radius: 0 0 10px 10px;
}

#swiper-wrapper-foot .swiper-slide h2,
#swiper-wrapper-foot .swiper-slide p {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0px;
}

@media (max-width: 480px) {
    .voice h2 {
        font-size: 1.6rem;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .voice h2 {
        font-size: 2rem;
        color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .voice h2 {
        font-size: 2.2rem;
        color: #fff;
    }
}

@media (min-width: 980px) {
    .voice h2 {
        font-size: 2.5rem;
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .voice h2 {
        font-size: 4.2rem;
        text-align: center;
        color: #fff;
    }

    .voice {
        width: 45%;
    }
}
