html,body{  height: 100%;  }
#banner {
    position: relative;
    overflow: hidden;
}

#banner .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 12px;
    height: 12px;
}

#banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #1b8be9;
}

#banner img {
    width: 100%;
}
#banner .pc {
    display: block;
}
#banner .mobile {
    display: none;
}

.arrow_r1,
.arrow_l1 {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 2;
    cursor: pointer;
}

.arrow_r1 {
    right: 25px
}

.arrow_l1 {
    left: 25px
}

.section {
    text-align: center;
    overflow: hidden;
}
.section h2 {
    margin-top: 60px;
    font-size: 32px;
    color: #32383e;
    font-weight: bold;
}
.section h3 {
    margin-top: 40px;
    font-size: 24px;
    color: #262626;
    
}
.section p {
    width: 850px;
    margin: auto;
    font-size: 14px;
    color: #525252;
    line-height: 1.5em;
}
.section-1 {
    height: 670px;
    background: url("../images/background-section-1.jpg") center center no-repeat;
}
.section-2 {
    height: 599px;
    background: url("../images/background-section-2.jpg") center center no-repeat;
}
.section-3 {
    height: 620px;
    background: url("../images/background-section-3.jpg") center bottom no-repeat;
}
.section-4 {
    height: 487px;
    background: url("../images/background-section-4.jpg") center center no-repeat;
}
.section-5 {
    height: 500px;
    background: url("../images/background-section-5.jpg") center center no-repeat;
}
.section-6 {
    height: 500px;
    background: url("../images/background-section-6.jpg") center center no-repeat;
}
.section-7 {
    height: 500px;
    background: url("../images/background-section-7.jpg") center center no-repeat;
}
.section-8 {
    height: 631px;
    background: url("../images/background-section-8.jpg") center center no-repeat;
}
.section-9 {
    height: 609px;
    background: url("../images/background-section-9.jpg") center center no-repeat;
}

.links {
    padding: 60px 0;
    text-align: center;
}
.links a.cta {
    display: inline-block;
    width: 380px;
    height: 70px;
    font-size: 22px;
    color: white;
    line-height: 70px;
}
.links a.cta.blue {
    background-color: #10218b;
}
.links a.cta.yellow {
    background-color: #ffb717;
}
/* footer div {
    float: none;
} */
.footer {
    text-align: center;
}

.right-nav {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    transition: 0.4s;
    z-index: 9;
}
.right-nav .closeImg {
    display: flex;
    position: relative;
}
.right-nav .closeImg img{
    width: 2.1875vw;
    margin: auto 0;
}
.right-nav .closeImg .handle-text {
    font-size: 0.9375vw;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    writing-mode: tb;
    white-space: nowrap;
    letter-spacing: 3px;
}
.right-nav .closeImg .nav-open {
    display: none;
}
.right-nav .closeImg .nav-close {
    display: block;
  }
.right-nav.active {
    right: -7.2916vw;
}
.right-nav.active .closeImg .nav-open {
    display: block;
}
.right-nav.active .closeImg .nav-close {
    display: none;
}
.right-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.right-nav ul li {
    width: 7.2916vw;
    border-bottom: 1px solid #adb2b8;
}
.right-nav ul li a {
    display: block;
    background-color: #8a9199;
    font-size: 1.0248vw;
    color: white;
    padding: 1.5625vw 0;
    text-align: center;
}
.right-nav ul li a.active,
.right-nav ul li a:hover
{
    background-color: #737980 !important;
}

.epa_zz{
    display: none;
    position: fixed;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    top: 15%;
    background: #fff;
    z-index: 99;
    padding: 40px 20px;
    box-shadow: 0 0 10px #888888;
}
/*.epa_zz .kuang{
    width: 100%;
    height: 100%;
    border: 1px solid #d1d1d1;
    padding: 20px 30px;
    overflow-y: auto;
    overflow-x: hidden;
}*/
.epa_zz ul,.epa_zz ul li{
 padding: 0; margin: 5px 0;
}
.epa_zz .left_span{ width: 100px; float: left; line-height: 30px;  }
.epa_zz .left_span.lang{line-height: 20px;  }
.epa_zz input{ width: 100%; border: 1px solid #eee; height: 30px; padding: 0 10px; }
.epa_zz textarea{ width: 100%; border: 1px solid #eee; height: 60px;  padding: 0 10px; resize: none; }
.epa_zz .right_input{float: right; 
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);}
.epa_zz .name input{ width: 48%;  float: left; }
.epa_zz .name input:first-child{ margin-right: 4%; }
.epa_zz p{
    color: #333;
    margin:0;
    line-height: 1.5em;
}
.epa_zz h2{
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    color: #000;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.epa_zz .form_info{
    background: #f7f7f7;
    padding: 30px 5%;
}
.epa_zz .closezz{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.btn_submit{ width: 40%; margin: 20px auto; }
.btn_submit input{ line-height: 40px;color: #fff; background: #1b8be9; height: 40px; }
.epa_zz_bg{ width: 100%; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 98; display: none }

@media all and (max-width: 768px) {
    /*.epa_zz_bg{background: #fff }*/

    .epa_zz .form_info{
        padding: 20px;
    }
    .epa_zz{
        width: 90%;
        left: 5%;
        margin: 0;
        right: 5%;
        top: 10%;
    }
    #banner .pc {
        display: none;
    }
    #banner .mobile {
        display: block;
    }
    .section h2 {
        margin-top: 30px;
        font-size: 16px;
        color: #32383e;
    }
    .section h3 {
        margin-top: 20px;
        font-size: 14px;
        color: #262626;
    }
    .section p {
        width: 90%;
        margin: auto;
        font-size: 12px;
        color: #525252;
        line-height: 1.5em;
    }
    .section-1 {
        height: 324px;
        background: url("../images/background-section-1_m.jpg") center bottom no-repeat;
        background-size: 100%;
    }
    .section-2 {
        height: 252px;
        background: url("../images/background-section-2_m.jpg") center bottom no-repeat;
        background-size: 100%;
    }
    .section-3 {
        height: 246px;
        background: url("../images/background-section-3_m.jpg") center bottom no-repeat;
        background-size: 100%;
    }
    .section-4 {
        height: 227px;
        background: url("../images/background-section-4_m.jpg") center bottom no-repeat;
        background-size: 100%;
    }
    .section-5 {
        height: 230px;
        background: url("../images/background-section-5_m.jpg") center bottom no-repeat;
        background-size: 100%;
    }
    .section-6 {
        height: 190px;
        background: url("../images/background-section-6_m.jpg") center bottom no-repeat;
        background-size: 100%;
    }
    .section-7 {
        height: 208px;
        background: url("../images/background-section-7_m.jpg") center bottom no-repeat;
        background-size: 100%;
    }
    .section-8 {
        height: 260px;
        background: url("../images/background-section-8_m.jpg") center bottom no-repeat;
        background-size: 100%;
    }
    .section-9 {
        height: 300px;
        background: url("../images/background-section-9_m.jpg") center bottom no-repeat;
        background-size: 100%;
    }

    .links {
        padding: 30px 0;
        text-align: center;
    }
    .links a.cta {
        display: inline-block;
        width: 75%;
        height: auto;
        font-size: 14px;
        color: white;
        line-height: 2em;
    }


    .right-nav {
        right: 0;
    }
    .right-nav.active{
        right: -18.6666vw;
    }
    .right-nav .closeImg {
        display: flex;
        position: relative;
    }
    .right-nav .closeImg img{
        width: 5.6vw;
        padding: 10vw 0;
    }
    .right-nav .closeImg .handle-text {
        font-size: 2.9333vw;
    }
    .right-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .right-nav ul li {
        width: 18.6666vw;
        border-bottom: 1px solid #adb2b8;
    }
    .right-nav ul li a {
        display: block;
        background-color: #8a9199;
        font-size: 2.9333vw;
        color: white;
        padding: 2.6666vw 0;
    }
    .right-nav ul li a.active,
    .right-nav ul li a:hover
    {
        background-color: #737980 !important;
    }
    .right-nav ul li a.back-top {
        background: #8a9199 !important;
    }
    /* .right-nav ul li a.back-top:hover {
        background-color: #737980 !important;
    } */
}