body{
    /*overflow-x: hidden;*/
    background-color: #fff;
    min-width: 1600px;
}
.header{
    background-color: #fafafa;
    color: #0986fb;
}
.header .nav_item{
    color: #0986fb;
}
.header .nav_item.acti ve:after, .header .nav_item:hover:after {
    background-color: #0986fb;
}
.header .sub_nav{
    border: 1px solid #0986fb;
}
.foot{
    background-color: #fff;
}
.foot .footer{
    background-color: #0986fb;
}
.foot .footer:before {
    background-image: url(../images/bg_1.png);
    z-index: 99;
    
}
.footer .company,.footer .code{
    color: #fff;
}
.sub_banner{
    width: 100%;
    height: 705px;
}
.sub_banner:after{
    content: "";
    position: absolute;
    bottom:-2px;
    left: 0;
    width: 100%;
    height: 175px;
    background-image: url(../images/bg_5_fff.png);
    background-position: top;
    background-size: auto 175px;
    background-repeat: no-repeat;
}
.title img{
    margin: 0;
}
.container{
    width: 100%;
    height: auto;
    margin-top: 0;
}
.about_wrap{
    width: 1345px;
    height: auto;
    margin: 0 auto;
}
.about_wrap .img{
    width: 530px;
    height: 710px;
    margin-right: 125px;
    background-color: rgba(255,255,255,.65);
    box-shadow: 0px 0px 68px 0px 
        rgba(52, 52, 52, 0.38);
    border-radius: 12px;
    padding: 25px;
    overflow: hidden;
    margin-top: -245px;
    z-index: 99;
}    
.about_wrap .caption{
    height: auto;
}
.about_wrap .title{
    height: 70px;
    margin:20px 0;
}
.about_wrap .content{
    font-family: 'SourceHanSansCN-Medium';
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #343434;
    height: 355px;
    overflow: hidden;
    width: 100%;
}
.story_wrap{
    margin-top: 50px;
    width: 100%;
    height: auto;
    padding-top: 370px;
    background-image: url(../images/bg_2.png);
    background-position: top center;
    background-size: auto 750px;
} 
.story_wrap .innerWidth{
    width: 1405px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: 0px 0px 54px 0px 
        rgba(52, 52, 52, 0.25);
    border-radius: 12px;
    margin: 0 auto;
}
.story_wrap .img{
    width: 710px;
    height: 100%;
    background-color: #0066CC;
    overflow: hidden;
}
.story_wrap .caption{
    padding: 0 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.story_wrap .title{
    height: 75px;
    margin-bottom: 15px;
}
.story_wrap .content{
    width: 100%;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #323232;
    height: 280px;
    overflow: hidden;
}
.core_value{
    width: 1440px;
    height: auto;
    margin: 95px auto 200px;
    overflow: hidden;
}
.core_value .title{
    height: 70px;
}
.core_value .title img{
    margin: 0 auto;
}
.core_value_list{
    width: calc(100% + 40px);
    height: auto;
    margin-top: 80px;
}
.core_value_item{
    float: left;
    width: 25%;
    height: 555px;
    padding-right: 40px;
}
.core_value_item .box{
    width: 100%;
    height: 100%;
    background-color: #78b2eb;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 50px;
    padding: 15px;
}
.core_value_item:hover .box{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-color: #a078eb;
}
.core_value_item .img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
    background-color: #fff;
}
.core_value_item .icon_tit{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%,0);
    width: 127px;
    height: 138px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    line-height: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    background-image: url(../images/icon_9.png);
    z-index: 9;
}
.core_value_item:hover .icon_tit{
    background-image: url(../images/icon_9_active.png);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.core_value_item .icon_tit .h1{
    font-family: 'SourceHanSansCN-Bold';
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.core_value_item .icon_tit .h2{
    font-family: 'SourceHanSansCN-Medium';
    font-size: 14px;
    letter-spacing: 1px;
}
.culture_wrap{
    width: 100%;
    height: 1135px;
    background-image: url(../images/bg_4.png);
    background-size: auto 1135px;
    padding-top: 130px;
}
.culture_wrap .title{
    height: 70px;
    margin-bottom: 50px;
}
.culture_wrap .title img,.certificate_wrap .title img{
    margin: 0 auto;
}
.culture_list{
    width: 1600px;
    height: 705px;
    background-color: #ffffff;
    box-shadow: 2px 2px 43px 0px 
        rgba(52, 52, 52, 0.67);
    border-radius: 12px;
    padding: 20px;
    margin: 0 auto;
}
.culture_item{
    float: left;
    width: calc(100% / 6);
    height: 100%;
    overflow: hidden;
}
.culture_item .img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.culture_item .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,.35);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.culture_item:hover .mask{
    background-color: rgba(0,0,0,0);
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}
.culture_item .tit{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 24px;
    line-height: 1;
    letter-spacing: 1px;
    color: #ffffff;
}
.culture_item .tit .h1{
    margin-bottom: 5px;
}
.certificate_wrap{
    width: 100%;
    height: auto;
    padding: 90px 0 20px;
}
.certificate_swiper{
    width: calc(100% + 85px);
    height: auto;
    padding: 150px 0 115px;
    margin-left: -85px;
}
.certificate_item{
    width: 375px;
    height: 510px;
    border: 1px solid #f6f6f6;
    border-radius: 12px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.certificate_item .img{
    width: 100%;
    height: 100%;
    background-color: #ddd;
    border-radius: 12px;
}
.certificate_item p{
    display: none;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 24px;
    margin-top: 35px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #000000;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.certificate_item.swiper-slide-active{
    width: 465px !important;
    height: 610px;
    margin-top: -50px;
    background-color: #e95341;
    box-shadow: 0px 0px 49px 0px 
        rgba(42, 42, 42, 0.32);
    border-radius: 12px;
    border: solid 1px #a0a0a0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.certificate_item.swiper-slide-active p{
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.certificate_wrap .more{
    width: 180px;
    height: 55px;
    line-height: 55px;
    background-color: #0090fb;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
    padding: 0;
    justify-content: center;
}
.right_menu{
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
    width: 250px;
    height: auto;
    background-image: linear-gradient(269deg, 
        #5e32db 0%, 
        #0986fb 100%), 
    linear-gradient(
        #5e32db, 
        #5e32db);
    background-blend-mode: normal, 
        normal;
    box-shadow: 0px 13px 21px 0px 
        rgba(0, 0, 0, 0.24);
    border-radius: 24px;
    padding: 50px 25px;
}
.right_menu_item{
    width: 100%;
    display: block;
    height: 55px;
    line-height: 55px;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
}
.right_menu_item:hover,.right_menu_item.active{
    background-color: #f5f5f5;
    color: #0986fb;
}
.right_menu_item:last-child{
    margin: 0;
}



@media only screen and (max-width: 750px){
    body{
        min-width: 100vw;
    }
    .header{
        background-color: #0986fb;
    }
    
    .foot .footer:before {
        height: 1.1rem;
        top: -1.1rem;
        background-size: auto 1.1rem;
    }
    .footer .company,.footer .code{
        color:  #fff;
    }
    .sub_banner{
        height: 8rem;
    }
    .sub_banner:after{
        height: 1rem;
        background-size: auto 1rem;
    }
    .title img{
        margin: 0;
    }
    .about_wrap{
        width: 100%;
        height: auto;
        padding:0 .6rem 1.3rem;
        margin: 0 auto;
    }
    .about_wrap .caption{
        width: 100%;
    }
    .about_wrap .title{
        height: .7rem;
        margin:0 0 .2rem;
    }
    .about_wrap .content{
        font-size: 0.2rem;
        line-height: normal;
        height: auto;
    }
    .story_wrap{
        margin-top: 0;
        width: 100%;
        height: auto;
        padding-top: 3.2rem;
        padding:3.2rem .25rem 1rem;
        background-image: url(../images/bg_2_sm.jpg);
        background-size: auto 7.4rem;
    } 
    .story_wrap .innerWidth{
        width: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0rem 0rem 0.54rem 0rem 
        		rgba(52, 52, 52, 0.25);
        border-radius: 0;
        padding: .05rem .1rem;
    }
    .story_wrap .img{
        width: 100%;
        height: 4.9rem;
    }
    .story_wrap .caption{
        padding: .65rem;
        height: auto;
    }
    .story_wrap .title{
        height: .75rem;
        margin-bottom: .2rem;
    }
    .story_wrap .content{
        font-size: 0.2rem;
        line-height: 0.32rem;
        height: auto;
    }
    .core_value{
        width: 100%;
        margin: 0 auto 0;
        padding: 0 .25rem 1.5rem;
    }
    .core_value .title{
        height: .75rem; 
    }
    .core_value_list{
        width: calc(100% + .5rem);
        height: auto;
        margin-top: 0;
    }
    .core_value_item{
        width: 50%;
        height: 5.56rem;
        padding-right: .5rem;
        margin-top: 1.1rem;
    }
    .core_value_item .box{
        border-radius: 0.5rem;
        padding: .15rem;
    }
    .core_value_item .img{
        border-radius: 0.4rem;
    }
    .core_value_item .icon_tit{
        top: -.5rem;
        width: 1.27rem;
        height: 1.38rem;
    }
    .core_value_item .icon_tit .h1{
        font-size: 0.24rem;
        margin-bottom: .05rem;
    }
    .core_value_item .icon_tit .h2{
        font-size: 0.2rem;
    }
    .culture_wrap{
        height: 20rem;
        background-image: url(../images/bg_4_sm.jpg);
        background-size: auto 20rem;
        padding-top: 1rem;
    }
    .culture_wrap .title{
        height: .7rem;
        margin-bottom: .6rem;
    }
    .culture_list{
        width: 100%;
        height: auto;
        box-shadow: 0.02rem 0.02rem 0.43rem 0rem 
            rgba(52, 52, 52, 0.67);
        border-radius: 0.12rem;
        padding: .2rem;
    }
    .culture_item{
        float: none;
        width: 100%;
        height: 2.6rem;
    }
    .culture_item .tit{
        font-size: 0.24rem;
    }
    .culture_item .tit .h1{
        margin-bottom: .05rem;
    }
    .certificate_wrap{
        padding: 90px 0 20px;
    }
    .certificate_swiper{
        width: calc(100% + 0.85rem);
        height: auto;
        padding: .95rem  0 .5rem;
        margin-left: -.85rem;
    }
    .certificate_item{
        width: 3.8rem;
        height: 5rem;
        border-radius: 0.12rem;
        overflow: hidden;
    }
    .certificate_item .img{
        border-radius: 0.12rem;
    }
    .certificate_item.swiper-slide-active{
        width: 4.65rem !important;
        height: 6.1rem;
        margin-top: -.55rem;
        box-shadow: 0rem 0rem 0.49rem 0rem 
        		rgba(42, 42, 42, 0.32);
    }
    .certificate_wrap .more{
        width: 1.75rem;
        height: 0.58rem;
        line-height: 0.58rem;
        background-color: #1e7fdd;
        border-radius: 0.08rem;
        margin-top: 1.5rem;
    }
    
}