.btn.focus, .btn:focus, .btn:hover{
    color:#fff;
}
.nav-menu .menu-link:hover{
    text-decoration: underline;
}
.fullpage {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.page1,.page1-cont,.partner-item,.news-item{
    /* text-align: center; */
    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;
}
/* .page1-cont{
    padding-top: 0;
} */
/* .swiper-container-vertical .swiper-nav{
    right: 100px;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    background: #e4e4e4;
    margin: 16px auto;
    outline: none;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    width: 22px;
    height: 22px;
    background: url('../images/index/selected.png')
} */

.page1{
    background-color: #000;
    color: #fff;
}
.page1  a{
    display: block;
    width: 100%;
    height: 100%;
    /*background: url('../images/index/countDown/Count-down-06.jpg') no-repeat;*/
    /*background-size: cover;*/
    /*background-position: center;*/
}
@media screen and (max-width: 640px){
    .page1  a{
        display: block;
        width: 100%;
        height: 100%;
        /*background: url('../images/index/countDown/Count-down-phone-06.jpg') no-repeat;*/
        /*background-size: cover;*/
        /*background-position: center;*/
    }
}
.page2{
    background: url('../image/m3-bg.png') no-repeat;
    background-size: cover;
    color:#fff;
}
.page2 .btn,.page2 .btn:hover{
    color: #fff;
}
.page2 .icon-wrap{
    display: flex;
    align-content: center;
    justify-content: space-around;
    width: 1000px;
    margin: 80px auto;
}
.page2 .icon-wrap .icon-block p{
    line-height: 1.5;

}
.page2 .icon-wrap img{
    width: 40px;
    margin-bottom: 15px;
}
.page2 .icon-wrap img:last-of-type{
    width: 38px;
}
.page3{
    background: url('../image/page_bg_1.png') no-repeat;
    background-size: cover;
}
.page3 .btn,.page3 .btn:hover{
    color: #fff;
}
.page4 .btn:hover{
    color: #0070c9;
}
.page4{
    background: url('../image/page_banner1.png') no-repeat;
    background-size: cover;
}
.page5{
    background-color: #f9f9fa;
}
.page6 a{
    transition: all  ease .5s;
}
.page6 a:hover{
    color:#008eff;
}
.page6 .page-cont{
    padding-top: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.page1-item{
    width: 50%;
}
.page_img_2{
    width: 100%;
}
.page-text{
    font-size: 20px;
    line-height: 1.4;
    margin:10px 0 100px;
}
.service-item{
    margin:40px 0;
}
.service-item li{
    display: inline-block;
    padding: 0 36px;
    position: relative;
}
.service-item li:before,.service-item li:nth-last-of-type(1)::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:0;
    height: 100%;
    width: 1px;
    background:rgba(0,0,0,.2)
}
.service-item li:nth-last-of-type(1):before{
    left: 100%;
}
.page4 .service-item li:before,.page4 .service-item li:nth-last-of-type(1)::after{
    background: #dedede;
}
.service-item-title{
    font-size: 24px;
}
.service-item-text{
    margin-top: 10px;
    line-height: 1.4;
    color: #666;
}
.partner{
    padding-top: 90px;
    overflow: hidden;
}
.partner-item li{
    display: inline-block;
    width: 350px;
    margin-right: 30px;
    position: relative;
    background-color: #fff;
    height: 516px;
    float: left;
    transition: transform .4s ease-in-out;
}
.bg{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    background: #0070c9;
    z-index: 0;
    transition: bottom .4s ease-in-out;
}
.partner-item li:nth-of-type(2n) .partner-info .bg{
    bottom: 100%
}
.partner-item-cont{
    position: absolute;
    background-color: #fff;
}
.partner-item li img, .news-item li a>img{
    width: 100%;
    display: block;
}
.partner-item li:nth-last-of-type(1){
    margin-right: 0;
}
.partner-info{
    width: 100%;
    height: 258px;
    position: relative;
    overflow: hidden
}
.partner-info-cont,.news-info-cont{
    /* width: 100%; */
    padding: 40px 46px;
    position: absolute;
    text-align: left;
    z-index: 1
}
.partner-info-cont .service-item-text{
    margin-top: 25px;
    line-height: 1.6;
}
.news{
    padding-top: 80px;
}
.news-item li{
    width:30%;
    display: inline-block;
    background-color: #f9f9fa;
    margin-right: 4.6%;
    overflow: hidden;
}
.news-item li:nth-last-of-type(1){
    margin-right: 0;
}
.news-item li a{
    color: #333;
}
.news-item li a>img{
    transition: transform .68s ease-in-out;
}
.news-info{
    position: relative;
    width: 100%;
    height: 130px;
    overflow: hidden;
}
.news-info-cont{
    padding:20px 15px;
}
.news-info-cont h3{
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 20px;
    /* text-align: left; */
    white-space: normal;
}
.news-info-cont img,.news-info-cont span{
    vertical-align: middle;
}
.news .btn-gray{
    margin-top: 6%;
    display: inline-block;
}
.partner-icon{
    background-color: #156CBC;
    color: #fff;
    overflow: hidden;
    height: 90%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.page7 .partner-icon{
    min-height: 50vh;
}
.page7 .footer{
    min-height: 50vh;
}
.partner-icon .page-title{
    margin-bottom: 50px;
}
.partner-icon .page-cont{
    padding-top: 0;

}
.earth-img{
    margin-top: 100px;
}
.partner-title{
    width: 35%;
}
.partner-title .page-title{
    width: 100%;
    text-align: left;
}
.partner-icon-info{
    width: 65%;
}
.partner-icon-info ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.partner-icon-info li{
    float: left;
    width: 20%;
    margin-bottom: 30px;
}
.partner-icon-info li img{
    width: 55%;
}
/*.partner-icon-info li:nth-of-type(4n){*/
    /*margin-right: 0;*/
/*}*/

.swiper-container{
    width: 100vw;
    height: 100vh;
}
.page1-item{
    width: auto;
}
.page1 .slide1{
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page1 .slide2{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide img{
    max-width: 100%;
}
.swiper-button-next, .swiper-button-prev{
    position: fixed;
}
.swiper-button-prev{
    left: 10vw;
}
.swiper-button-next{
    right: 10vw;
    left: unset;
}
#title_m3{
    font-size:80px;
}
@media (max-width: 1366px){
    .page1 .page1-cont {
        width: 100%;
    }
}

@media (max-width: 1365px) {
    .partner-icon-info li{
        width: 33.33%;
        margin-bottom: 20px;
    }
    .partner-icon-info li img{
        width: 40%;
    }
}

