.section1 {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.section1 .bg {
    width: 100%;
}

.section1 .inner1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 18.125em;
}

.section1 .text-box {
    margin-bottom: 9.375em;
    -webkit-transition: transform 1s, opacity 1s;
    -moz-transition: transform 1s, opacity 1s;
    -ms-transition: transform 1s, opacity 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    opacity: 0;
    -webkit-transform: translateY(2em);
    -moz-transform: translateY(2em);
    -ms-transform: translateY(2em);
    -o-transform: translateY(2em);
    transform: translateY(2em);
}

.section1 .text-box {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.section1 .text-box h3 {
    font-size: 4.5em;
    font-weight: bold;
    color: #efefef;
    margin-bottom: 0.61em;
}

.section1 .text-box p {
    font-size: 1.375em;
    color: #efefef;
    font-weight: bold;
    line-height: 1.273;
}

.section1 li {
    display: inline-block;
    vertical-align: middle;
    width: 21.375%;
    margin-right: 4.43%;
    -webkit-transition: transform 1s, opacity 1s;
    -moz-transition: transform 1s, opacity 1s;
    -ms-transition: transform 1s, opacity 1s;
    -o-transition: transform 1s, opacity 1s;
    transition: transform 1s, opacity 1s;
    opacity: 0;
    -webkit-transform: translateY(2em);
    -moz-transform: translateY(2em);
    -ms-transform: translateY(2em);
    -o-transform: translateY(2em);
    transform: translateY(2em);
}

.section1 li:nth-child(1) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.section1 li:nth-child(2) {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    -ms-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s;
}

.section1 li:nth-child(3) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.section1 li:nth-child(4) {
    -webkit-transition-delay: 1.75s;
    -moz-transition-delay: 1.75s;
    -ms-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
    margin-right: 0;
}

.section1 li {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.section1 li img {
    width: 100%;
}

@media only screen and (max-width:1023px) {
    .section1 .inner1 {
        padding-top: 4%;
    }
    .section1 .text-box {
        margin-bottom: 1.625em;
    }
    .section1 .text-box h3 {
        font-size: 1.125em;
        margin-bottom: 0.875em;
    }
    .section1 .text-box p {
        font-size: 0.6875em;
        line-height: 1.5;
    }
    .section2 {
        padding: 1.5625em 0 0.375em;
    }
    .section2 .text-box {
        margin-bottom: 0.375em;
    }
    .section2 .text-box h3 {
        font-size: 1.1875em;
        margin-bottom: 1em;
    }
    .section2 .text-box p {
        font-size: 0.75em;
        line-height: 1.5;
    }
    .section2 ul {
        -webkit-display: block;
        -moz-display: block;
        -ms-display: block;
        -o-display: block;
        display: block;
    }
    .section2 li {
        width: 66.65%;
        margin-right: 0;
        margin-bottom: 0.625em;
        border-bottom: 0.15625em solid #7a7c7b;
        padding: 2.25em 0 1.6875em;
        border-top-left-radius: 0.375em;
    }
    .section2 li:nth-child(3) {
        margin-bottom: 0;
    }
    .section2 li img {
        height: 1.75em;
        margin-bottom: 1.5em;
    }
    .section2 li h5 {
        font-size: 0.75em;
    }
    .section2 li .line {
        width: 1.5625em;
        height: 1px;
        margin: 0.5em auto 0.8125em;
    }
    .section2 li p {
        font-size: 0.625em;
    }
    .section3 .text-box {
        top: 10%;
    }
    .section3 .text-box h3 {
        font-size: 0.9375em;
        margin-bottom: 1.33em;
    }
    .section3 .text-box p {
        font-size: 0.625em;
        line-height: 1.2;
    }
    .section4 .text-box {
        top: 8.7%;
    }
    .section4 .text-box h3 {
        font-size: 0.9375em;
        margin-bottom: 1.33em;
    }
    .section4 .text-box p {
        font-size: 0.625em;
        line-height: 1.2;
    }
   



}



.countBox {
    width: 1400px;
    font-size: 16px;
    text-align: left;
    margin: auto;
    word-break: break-all;
    font-weight:normal;
    padding:30px 0;
    line-height:20px;
}

    .countBox img {
        max-width: 100%;
        max-height: 100%;
    }
@media only screen and (max-width:1400px) {
    .countBox{
        width:96%;
    }
}