.fullimgs{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    display: none;
}
.fullimgs>.Imgs{
    /*min-width: 1200px;*/
    width: 100%;
    height: 100%;
}
.contents{
    visibility: hidden;
}

/*------ Banner ---------------------------------------------------------------------------------------*/

.bannerSlide > .swiper-pagination .swiper-pagination-bullet-active{
    background: #d93b3d;
}

/*--------------------------------------------------------------------------------------------*/
.second-content {
    background: url("../imgs/main/background3.png") no-repeat;
    background-size: 100% 100%;
    margin: 100px 0 70px 0px;
    width: 100%;
    height: 100%;
    background-position: center center
}
.second-content-dtl{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 36px;
    position: relative;
}
.second-content-left{
    width: 35%;
    padding: 16px;
    min-width: 350px;
}
.second-left .title-cn{
    color: #121212;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
}

.second-left .title-en{
    color: #b4b4b4;
    padding-top: 10px;
    padding-bottom: 10px;
}
.second-left .description{
    color: #272064;
    margin-bottom: 35px;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
}

.second-content-right{
    width: 65%;
    padding: 16px;
}
.second-right {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.second-imgs-dtl {
    text-align: center;
    width: 190px;
    margin-top: 1.5rem;
}
.second-imgs-dtl .img-style{
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.second-imgs-dtl .img-title{
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #2d323d;
    margin-top: 16px;
    margin-bottom: 14px;
}
.second-imgs-dtl .img-text{
    font-size: 14px;
}


.second-content button{
    margin-bottom: 1rem;
    position: absolute;
    bottom: 150px;
    left: 16px;
}
/*--------------------------------------*/



@media (max-width: 768px) {
    .second-content {
        background: #f7fbff;
        padding: 30px 0 70px 0px;
        margin: 30px 0 30px 0px;

    }  
    .second-content button{
        margin: 0 ;
        bottom: -16px;
        left: 50%;
        margin-left: -50px;
    }
    @media (width: 768px) {
        .second-left div:last-child{
            position: static;
        }
    }
}
/*--------------------------------------------------------------------------------------------*/

.third-content{
    /*height: 1133px;
    background-image: url("../imgs/backgrond.png");
    background-repeat: no-repeat;
    background-position: center center;*/
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;

}

.third-title h2{

    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #121212;
    margin-bottom: 28px;
}

.third-title h5{
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #272064;
    margin-bottom: 28px;
}
.third-img img{
    max-width: 100%;
    height: auto;
    margin-left: -50px;
}

.consulting{
    margin: 14px auto;

}
@media (max-width: 768px) {
    .third-img img{
        margin-left: -8px;
    }
    .consulting{
        margin: 5px auto;
    }
    .consulting>button{
        position: relative;
        left: -10px;
    }
}

/*----------------------------------------- four --------------------------------------------------*/
.four-content{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
/*--================================== five ====================================--*/
.five-content{
    margin-top: 60px;
    margin-bottom: 60px;
}

.five-text{
    max-width: 343px;
    text-align: center;
    margin: 0 auto;
}
.five-text p{
    margin-top: 14px;
    margin-bottom: 20px;
    color: #b4b4b4;
    font-size: 1rem;
}
.five-text h2{

}
.five-text h5{
    color: #272064;
    line-height: 2;
}
.five-shuffling{
    padding: 20px 20px 20px 20px;
    width: 58%;
}

/*---------------------------------------------------------------------------------------*/
.six-content{
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.six-text{
    line-height: 3;
}
.six-text h2{
    color: #121212;
    margin-bottom: 14px;
}
.six-text h5{

    margin-bottom: 38px;
    color: #272064;
}


.sixth-img{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: auto;
}
.sixth-img span{
    position: relative;
    margin: 10px 12px;
    max-width: 266px;
    max-height: 380px;
    filter: brightness(85%);  /*亮度*/
    -webkit-filter: brightness(85%); /* Chrome, Safari, Opera */
    transition: all 1s;  /*过渡效果*/
    -webkit-transition:all 1s;
}
.sixth-img span p{
    overflow-y: auto;
    max-height: 100px;
    -ms-overflow-style: none;
}
.sixth-img span p::-webkit-scrollbar{
    width: 0 !important;
}

@media (max-width: 768px) {
}

.the-text{
    position: relative;
    max-width: 286px;
    height: 85px;
    padding: 5px 10px;
    background-color: rgba(217,55,68,0.7);
    color: #ffffff;
    bottom: 200px;
    text-align: center;
    line-height: 85px;
    overflow: hidden;
}

.the-text h4{
    display: inline;
}

.the-text p{
    line-height: 1.4;
    color: #ffffff;
    max-width: 245px;
    max-height: 100px;
    /*margin-top: -8px;*/
    text-align: left;
    margin: 0 auto;
}

.sixth-img span:hover{
    max-width: 286px;
    height: auto;
    filter: brightness(100%);  /*亮度*/
    -webkit-filter: brightness(100%); /* Chrome, Safari, Opera */
    filter: drop-shadow(0px 0px 10px #818182); /*阴影*/
    -webkit-filter: drop-shadow(0px 0px 10px #818182); /* Chrome, Safari, Opera */
}

/*----------------------------------------------------------------------------------------------*/
.seven-content{
    padding: 60px 5px 65px 5px;
    background-color: #f7faff;
}

#seven-characters{
    text-align: center;
    line-height: 1.7em;
}

#seven-characters > #e2 p{
    color: #b4b4b4;
    line-height: 2;
    font-size: 1rem;
}
#seven-characters > #e3,#e4{
    color: #272064;
    margin-bottom: 8px;
    padding: 0 10px;
    line-height: 2;
}
.seven-shuffling{
    height: 100%;
    position: relative;
}
.seven-shuffling .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 4px;
    outline: none;
}

#e5 ul{
    padding: 0;
    font-max-size: 1rem;
    line-height: 38px;
    margin-top: 12px;
    margin-bottom: 30px;
    list-style: none;

}
#e5 ul li{

    padding-left: 30px;
    padding-right: 30px;
    display:inline-block;
}

/*.active{
    !*background-color:#d93b3d ;
    color: #ffffff;*!
    width: 90px;
    height: 38px;
    color: #ffffff;
    font-max-size: 1rem;
    border-radius: 36px;
}*/

/*--==============================eight====================================--*/

.eight-content{
    margin-top: 20px;
    margin-bottom: 60px;
}
/*----------------slide style------------------------------*/
.eight-shuffling{
    /*border: 1px solid black;*/
    max-width: 800px;
    padding: 10px;
    margin: 0 auto;
}
.eight-shuffling>div:nth-child(2){
    margin-top: 80px;

}
.eight-shuffling h4{
    font-size: 1.125rem;
    text-align: center;
}
.slide{
    max-width: 800px;
    min-height: 180px;
    /*overflow: hidden;*/
    position: relative;
    /*border: 1px solid white;*/
}

.slide .img{
    overflow: hidden;
    position: absolute;
    transition: width 0.4s,height 0.4s,top 0.4s,left 0.4s,z-index 0.4s;
}
.slide .img img{
    width: calc(55% - 14px);
    height: calc(100% - 14px);
    margin: 7px;
}
.slide .img1{
    width: 40%;
    height: 40%;
    top: 30%;
    left: -50%;
    z-index: 1;
}
.slide .img2{
    /*width: 60%;
    height: 60%;
    top: 20%;
    left: 6%;*/
    width: 50%;
    height: 50%;
    top: 23%;
    left: 4%;
    z-index: 2;
}
.slide .img3{
   /* width: 80%;
    height: 80%;
    top: 10%;
    left: 28%;*/
    width: 111%;
    height: 108%;
    top: -7%;
    left: 20%;
    z-index: 3;
}
.slide .img4{
    /*width: 60%;
    height: 60%;
    top: 20%;
    left: 62%;*/
    width: 50%;
    height: 50%;
    top: 23%;
    left: 70%;
    z-index: 2;
}
.slide .img5{
    width: 40%;
    height: 40%;
    top: 30%;
    left: 110%;
    z-index: 1;
}
.slide-bt{
    position: absolute;
    left: 54%;
    bottom: -10%;
    z-index: 10;
}
.slide-bt span{
    width: 8px;
    height: 8px;
    background: #c9caca;
    float: left;
    margin: 5px;
    border-radius: 50%;
}
.slide .slide-bt .on{
    background: #d93b3d;
}
@media (max-width: 768px) {
    .slide{
        max-width: 800px;
        min-height: 180px;
        overflow: hidden;
        position: relative;
        /*border: 1px solid white;*/
    }

    .slide .img2{
        width: 60%;
        height: 60%;
        top: 20%;
        left: 8%;
        z-index: 2;
    }
    .slide .img3{
        width: 80%;
         height: 80%;
         top: 10%;
         left: 28%;
        z-index: 3;
    }
    .slide .img4{
        width: 60%;
        height: 60%;
        top: 20%;
        left: 60%;
        z-index: 2;
    }

    .slide-bt{
        position: absolute;
        left: 57%;
        bottom: 0%;
        z-index: 10;
    }
    .slide-bt span{
        width: 8px;
        height: 8px;
        background: #c9caca;
        float: left;
        margin: 5px;
        border-radius: 50%;
    }
    .slide .slide-bt .on{
        background: #d93b3d;
    }
    .eight-shuffling>div:nth-child(2){
        margin-top: 10px;
    }
}

/*----------------------------------*/
.eight-text{
    line-height: 2rem;
    padding: 0 30px 0 30px;
    margin-bottom: 33px;
    margin-top: 33px;


}

.eight-text>div:nth-child(2){
    margin-top: 10px;
    margin-bottom: 12px;
    color: #b4b4b4;
    font-size: 1rem;
}


.eight-text p{
    text-indent: 2em;
}

.eight-content button{
    text-align: center;

}
@media (max-width: 768px) {
}

/*--======================================footer===============================--*/


/*-----------------------------------------全局样式-----------------------------------------------------*/
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /*background: #fff;*/

    /* Center slide text vertically */
    /*部分浏览器为 webkit内核*/
    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;
    transition: 300ms;
}
.five-shuffling .swiper-slide:not(.swiper-slide-active){
    transform: scale(0.8);
}
.hide{
    display: none;
}
