.content{
    /*padding: 0 120px;*/
    width: 100%;
    overflow: hidden;
}

.bannerBox{
    /*background: #D7F0FF;
     */
    width: 100%;
    background: #FFFFFF;
}
.banner {
    display: flex;
    height: 55.2rem;
    justify-content: space-between;
    /*padding: 0 2rem;*/
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.banner .messages {
    flex: 1;
    padding-top: 15.3rem;
    position: relative;
    margin-left: 24.5rem;
    z-index: 9;
}
.banner .messages h2 {
    width: 45.1rem;
    height: 6.3rem;
    font-size: 4.5rem;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #000000;
    line-height: 6.3rem;
    margin-bottom: 1rem;
}
.banner .messages .short_message {
    /* height: 10rem; */
    font-size: 1.6rem;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #000000;
    line-height: 3.1rem;
}
.banner .messages .watch {
    width: 15.3rem;
    height: 3.8rem;
    line-height: 3.8rem;
    background: #005EEA;
    border-radius: 1.9rem;
    text-align: center;
    margin-top: 2.5rem;
    cursor: pointer;
}
.banner .messages .watch .watch_text {
    font-size: 1.8rem;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #FFFFFF;
}
.banner .banner_pic {
    width: 69.7rem;
    height: 25.2rem;
    background-color: #005eea;
    border-radius: 12.6rem;
    margin-top: 16.2rem;
    margin-left: 20rem;
    position: relative;
}
.banner .banner_pic .pic {
    padding-left: 23.7rem;
}
.banner .banner_pic .pic img {
    width: 13.7rem;
    height: 28.6rem;
}
.banner .banner_pic .pic .pic_one {
    position: absolute;
    left: 23.7rem;
    top: -2.2rem;
}
.banner .banner_pic .pic .pic_tow {
    position: absolute;
    left: 39.2rem;
    top: -13rem;
}
.banner .banner_pic .pic .pic_three {
    position: absolute;
    left: 54.1rem;
    top: -5.8rem;
}
.banner .banner_right,.banner .banner_right>img{
    width: 101.3rem;
    height: 55.2rem;
}
.banner .banner_left{
    position: absolute;
    width: 96.2rem;
    height: 45.4rem;
    top: 5rem;
    right: 101.1rem;
}
.bbanner{
    width: 204.8rem;
    height: 55.2rem;
}
/*轮播*/
.swiperBox{
    /*box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);*/
    /*-webkit-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);*/
    /*-moz-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);*/
    /*-o-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);*/
    position: relative;
    z-index: 9;
}
.swiper_container,.swiper_container .swiper_wrapper,.swiper_container .swiper_wrapper .swiper_slide{
    width: 100%;
    height: 55.2rem;
    overflow: hidden;
}
.swiper_container .swiper_wrapper .swiper_slide,.swiper_slide{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55.2rem;
    overflow: hidden;
}

.notice {
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    -webkit-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    -moz-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    -o-box-shadow: 0px 2px 24px 0px rgba(226, 226, 226, 0.5);
    position: relative;
    z-index: 11;
}
.notice .notice_message {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.notice .notice_message .notice_text {
    height: 64px;
    line-height: 64px;
    /*padding-right: 104px;*/
    padding-right: 34px;
    font-size: 15px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #2F2F2F;
}
.notice .notice_message .notice_nav {
    height: 44px;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
.notice .notice_message .notice_nav::after {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 1px;
    height: 37px;
    color: #979797;
    border-left: 1px solid #979797;
}
.notice .notice_message .notice_nav .nav_content {
    display: flex;
    align-items: center;
    height: 22px;
}
.notice .notice_message .notice_nav .nav_content .new {
    width: 30px;
    height: 14px;
    line-height: 14px;
    background: #005EEA;
    font-size: 10px;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
}
.notice .notice_message .notice_nav .nav_content .new_content {
    /*width: 322px;*/
    width: 412px;
    padding-left: 15px;
    height: 16px;
    font-size: 16px;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice .notice_message .notice_nav .time {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
    padding-top: 4px;
}
.notice .notice_message .see_more {
    text-align: center;
    position: relative;
    padding: 15px;
}
.notice .notice_message .see_more::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8.5px;
    width: 1px;
    height: 37px;
    color: #979797;
    border-left: 1px solid #979797;
}
.notice .notice_message .see_more a {
    height: 22px;
    font-size: 15px;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
    line-height: 22px;
}
.notice .notice_message .see_more a span {
    font-size: 20px;
    color: #0071E4;
}
.tradition {
    display: flex;
    justify-content: center;
    margin-top: 78px;
    font-size: 28px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
}
.tradition_text {
    width: 580px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
}
.pic_share {
    display: flex;
    /*justify-content: center;*/
    margin: 92px auto 0;
    width: 1110px;
    justify-content: space-between;
}
.pic_share .share_lbs {
    /*padding-left: 71px;*/
    text-align: center;
    width: 250px;
}
.pic_share .share_lbs .share_img{
    margin-bottom: 50px;
    position: relative;
}
.pic_share .share_lbs .share_img img {
    /*width: 212px;*/
    /*height: 339px;*/
    height: 302px;
}
.pic_share .share_lbs .share_bg{
    position: absolute;
    z-index: -1;
    top: 49px;
    left: -1px;
}
.pic_share .share_lbs .share_img .share_bg{
    width: 252px;
    height: 217px;
}
.pic_share .share_lbs .share_img .share_bg2{
    width: 242px;
    height: 174px;
    top: 162px;
    left: -13px;
}
.pic_share .share_lbs .share_img .share_bg3{
    width: 212px;
    height: 339px;
    top: -14px;
    left: 5px;
}
.pic_share .share_lbs .share_img .share_bg4{
    width: 227px;
    height: 186px;
    top: 116px;
    left: 27px;
}
/*.pic_share .share_lbs .share_img2{*/
/*    margin-top: -15px;*/
/*    margin-bottom: 15px;*/
/*}*/
.pic_share .share_lbs .share_text {
    margin: 0 auto;
    width: 177px;
    height: 42px;
    line-height: 42px;
    background: #005DFD;
    border-radius: 21px;
    font-size: 16px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #FFFFFF;
}
.big_wisdom {
    display: flex;
    justify-content: center;
    margin-top: 192px;
    font-size: 28px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
}
.application_text {
    width: 582px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
}
.bg_circlechart {
    position: relative;
    z-index: -1;
}
.bg_circlechart img {
    width: 278px;
    height: 683px;
    position: absolute;
    left: 0;
    top: 310px;
}
.application_bg {
    position: relative;
    background: url(../image/home/Bubble.png) no-repeat;
    width: 1143px;
    height: 436px;
    margin: 0 auto;
    margin-top: 176px;
}
.application_bg .application_img img {
    position: absolute;
    left: 276px;
    top: -146px;
    width: 653px;
    height: 581px;
}
.app_pic {
    display: flex;
    justify-content: center;
    margin-top: 94px;
}
.app_pic .pic_content {
    width: 365px;
    height: 597px;
    background: #F9F9F9;
    border-radius: 30px;
    margin-right: 28px;
}
.app_pic .pic_content .pic_img {
    /*padding-left: 106px;*/
    /*margin: 0 auto;*/
    text-align: center;
    padding-top: 50px;
}
.app_pic .pic_content .pic_img img {
    width: 172px;
    height: 355px;
}
.app_pic .pic_content .pic_text {
    padding-top: 40px;
    padding-left: 60px;
    font-size: 16px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #0071E4;
}
.app_pic .pic_content .app_text {
    width: 266px;
    padding-top: 12px;
    margin: 0 auto;
    font-size: 14px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #6A6A6A;
}

.btnlist{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.btnlist .linkBtn{
    width: 190px;
    margin: 0 104px;
}
.btnlist .linkBtn .name{
    line-height: 40px;
    text-align: center;
    width: 190px;
    height: 40px;
    background: #005DFD;
    border-radius: 6px;
    font-size: 16px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.btnlist .linkBtn .name span{
    position: relative;
}
.btnlist .linkBtn .name span::after{
    content: '';
    display: block;
    width: 8px;
    height: 12px;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -6px;
    background: url(../image/home/right.png) no-repeat;
    background-size: cover;
}
.btnlist .linkBtn .tips{
    text-align: center;
    font-size: 12px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #BCBCBC;
    line-height: 17px;
    letter-spacing: 1px;
    margin-top: 12px;
}

.bg_ring {
    position: relative;
    z-index: -1;
}
.bg_ring img {
    width: 487px;
    height: 556px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

/*视频*/
.introduce{
    background: #fafafa;
    overflow: hidden;
}
.introduce .title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    /*font-family: Helvetica;*/
    color: #000000;
    line-height: 40px;
    margin: 50px 0;
}
.introduce .video_list{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
.introduce .video_list .item{
    width: 400px;
    margin: 0 12px;
}
.introduce .video_list .item .video,.introduce .video_list .item .video>img,.introduce .video_list .item .video2{
    width: 400px;
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    outline:none;
}
.introduce .video_list .item .video2{
    display: none;
    background: #000000;
}
.introduce .video_list .item .name{
    color: #000000;
    margin-top: 20px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}

/* 分割线 */
.line{
    height: 5px;
    background: #fafafa;
    margin-top: 5px;
}

/*优点*/
.advantage{
    overflow: hidden;
    background: #FFFFFF;
    padding: 49px 0 85px;
}
.advantage .title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    color: #000000;
    line-height: 40px;
    /* margin: 50px 0; */
    margin-bottom: 83px;
}
.advantage .advantage_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    /*margin-bottom: 50px;*/
}
.advantage .advantage_list .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.advantage .advantage_list .item:nth-child(3n){
    margin-right: 0;
}
.advantage .advantage_list .item .icon{
    width: 74px;
    height: 74px;
    margin: 0 auto 27px;
}
.advantage .advantage_list .item .text1{
    /* width: 67px; */
    height: 22px;
    font-size: 16px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #292929;
    line-height: 22px;
}
.advantage .advantage_list .item .text2{
    width: 240px;
    height: 44px;
    font-size: 16px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #6A6A6A;
    line-height: 22px;
    text-align: center;
}
.advantage .advantage_list .item .text3{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

/*特点*/
.trait{
    background: #fafafa;
    padding: 60px 0 112px;
}

.trait .title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    color: #000000;
    line-height: 40px;
    /* margin: 50px 0; */
    margin-bottom: 71px;
}
.trait .trait_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    /*margin-bottom: 50px;*/
}
.trait .trait_list .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 220px;
    /* width: 260px; */
    height: 300px;
    background: #FFFFFF;
    padding: 0 20px;
}
/* .trait .trait_list .item:nth-child(3n){
    margin-right: 0;
} */
.trait .trait_list .item .icon{
    width: 89px;
    height: 87px;
    margin: 0 auto 42px;
}
.trait .trait_list .item .text1{
    width: 75px;
    height: 25px;
    font-size: 18px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
    line-height: 25px;
    margin-bottom: 12px;
}
.trait .trait_list .item .text2{
    width: 240px;
    height: 44px;
    font-size: 16px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #6A6A6A;
    line-height: 22px;
    text-align: center;
}
.trait .trait_list .item .text3{
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

/* 优秀案例 */
.case{
    background: #FFFFFF;
    padding: 52px 0 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    flex-direction: column;
}

.case .title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    color: #000000;
    line-height: 40px;
    /* margin: 50px 0; */
    margin-bottom: 71px;
}

.case .case-content{
    display: flex;
    flex-direction: column;
}
.case .case-content .case-top{
    display: none;
    width: 1101px;
    height: 458px;
    background: #FFFFFF;
    box-shadow: 0px 2px 19px 0px rgba(182, 182, 182, 0.2);
    border-radius: 16px;
}

.active{
    display: flex !important;
}

.case .case-content .case-bottom{
    display: flex;
    margin-top: 29px;
    width: 1100px;
    justify-content: space-between;
}
.case .banner{
    width: 467px;
    height: 458px;
}

.case .case-right{
    /* margin-top: 82px; */
    margin-top: 60px;
    margin-left: 84px;
}
/* .case .logo{
    width: 120px;
    height: 30px;
    margin-bottom: 44px;
} */

.case .case-right img{
    margin-bottom: 44px;
}

.case .logo1 , .case .case-bottom .brand-logo1{
    width: 119px;
    height: 26px;
}

.case .logo2 , .case .case-bottom .brand-logo2{
    width: 90px;
    height: 26px;
}

.case .logo3 , .case .case-bottom .brand-logo3{
    width: 94px;
    height: 36px;
}

.case .logo4 , .case .case-bottom .brand-logo4{
    width: 120px;
    height: 30px;
}

.case .logo5 , .case .case-bottom .brand-logo5{
    width: 108px;
    height: 43px;
}

.case .text{
    font-size: 19px;
    /*font-family: PingFangSC-Medium, PingFang SC;*/
    font-weight: 500;
    color: #2F2F2F;
    line-height: 38px;
    height: 38px;
}

.case .case-bottom .item{
    width: 170px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 2px 19px 0px rgba(182, 182, 182, 0.2);
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.case .case-bottom .item .selectedBrand{
    width: 100%;
    height: 5px;
    position: absolute;
    background: #005DF3;
    top: 0;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

/* .case .case-bottom .brand-logo1{
    width: 119px;
    height: 26px;
}

.case .case-bottom .brand-logo2{
    width: 90px;
    height: 26px;
}

.case .case-bottom .brand-logo3{
    width: 94px;
    height: 36px;
}

.case .case-bottom .brand-logo4{
    width: 120px;
    height: 30px;
}

.case .case-bottom .brand-logo5{
    width: 108px;
    height: 43px;
} */

/* 基础配套可选能力 */
.ability{
    background: #fafafa;
    padding: 50px 0 44px;
}

.ability .title{
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    color: #000000;
    line-height: 40px;
    /* margin: 50px 0; */
    margin-bottom: 71px;
}
.ability .ability_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1100px;
    margin: 0 auto;
    /*margin-bottom: 50px;*/
}
.ability .ability_list .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: #FFFFFF; */
}

.ability .ability_list .item .icon{
    /* width: 325px;
    height: 325px; */
    width: 165px;
    height: 165px;
}
.ability .ability_list .item .text{
    /* width: 93px; */
    height: 25px;
    font-size: 18px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
    line-height: 25px;
}

/*能力支持*/
.support {
    padding-top: 50px;
    padding-bottom: 90px;
}
.support .ring{
    position: absolute;
    width: 1217px;
    height: 560px;
    left: -73px;
    top: -30px;
    z-index: -1;
}
.support .title {
    text-align: center;
    margin: 0 auto 50px;
    font-size: 28px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
    line-height: 40px;
}
.support .warpList {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: relative;
}
.ableSupport {
    justify-content:center !important;
}
.support .warpList .item {
    width: 492px;
    height: 501px;
    /* background: #FFFFFF; */
    box-shadow: 2px 2px 20px 0px rgba(196, 195, 195, 0.5);
    border-radius: 33px;
    position: relative;
}
.support .warpList .item .bg-left, .support .warpList .item .bg-right{
    position: absolute;
    width: 492px;
    height: 501px;
    left: 0px;
    top: 0;
    z-index: -1;
}
.support .warpList .item .title {
    height: 33px;
    font-size: 24px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
    line-height: 33px;
    text-align: center;
    margin: 45px auto;
}
.support .warpList .item .icon {
    width: 213px;
    height: 147px;
    margin: 0 auto 17px;
}
.support .warpList .item .icon img {
    width: 213px;
    height: 147px;
}
.support .warpList .item .icon2 img {
    width: 203px;
    height: 147px;
}
.support .warpList .item .text {
    width: 372px;
    height: 120px;
    font-size: 14px;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
    line-height: 20px;
    margin: 0 auto 27px;
    overflow: hidden;
}
.support .warpList .item .button {
    height: 25px;
    font-size: 18px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #0071E4;
    line-height: 25px;
    text-align: center;
}

/*账号分类*/
.account {
    padding-top: 67px;
    padding-bottom: 101px;
    position: relative;
    background: #FBFBFC;
}
.account .ring{
    position: absolute;
    width: 442px;
    height: 420px;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.account .title {
    text-align: center;
    margin: 0 auto 50px;
    font-size: 28px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
    line-height: 40px;
}
.account .warpList {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.account .warpList .item {
    width: 493px;
    height: 443px;
    background: #FFFFFF;
    box-shadow: 1px 1px 30px 0px rgba(196, 195, 195, 0.5);
    border-radius: 33px;
}
.account .warpList .item .title {
    width: 75px;
    height: 33px;
    font-size: 24px;
    /*font-family: PingFangSC-Semibold, PingFang SC;*/
    font-weight: 600;
    color: #2F2F2F;
    line-height: 33px;
    margin: 45px auto 28px;
}
.account .warpList .item .icon {
    width: 213px;
    height: 147px;
    margin: 0 auto 38px;

}
.account .warpList .item .icon img {
    /* width: 213px;
    height: 147px; */
    width: 141px;
    height: 143px;
}
.account .warpList .item .icon2 img {
    /* width: 203px;
    height: 147px; */
    width: 125px;
    height: 144px;
}
.account .warpList .item .text {
    width: 372px;
    height: 60px;
    font-size: 14px;
    /*font-family: PingFangSC-Light, PingFang SC;*/
    font-weight: 300;
    color: #2F2F2F;
    line-height: 20px;
    margin: 0 auto 21px;
    text-align: left;
    overflow: hidden;
}
.account .warpList .item .button {
    height: 25px;
    font-size: 18px;
    /*font-family: PingFangSC-Regular, PingFang SC;*/
    font-weight: 400;
    color: #0071E4;
    line-height: 25px;
    text-align: center;
}