/* 公共样式开始 */
html::-webkit-scrollbar,body::-webkit-scrollbar,.scrollBar::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 6px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}
html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,.scrollBar::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    background: #ddd;
}
a,span,p,h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
    color: #1F2836FF;
}
a:hover,a:active,a:focus,a:visited,a:link{
    text-decoration: none;
}
ul,li{
    list-style-type: none;
    padding: 0;
}
/* 公共样式结束 */
/*文字省略样式开始*/
.ellipsisOne{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipsisTwo{overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;}
.ellipsisThree{overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;display: -webkit-box;-webkit-box-orient: vertical;}
.ellipsisFour{overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 4;display: -webkit-box;-webkit-box-orient: vertical;}
/*文字省略样式结束*/
/* 菜单样式开始 */
#menuBox{
    background-color: #131314;
}
/* 菜单样式结束 */
/* banner样式开始 */
#bannerBox{
    width: 100%;
    background-color: #000000;
}
#bannerBoxLeft h2{
    color: #fff;
}
#bannerBoxLeft h1{
    color: #fff;
}
#bannerBoxLine li:nth-child(1){
    background-color: #fff;
}
#bannerBoxLine li:nth-child(2){
    background-color: #2F89FF;
}
#bannerBoxLeft p{
    margin-top: 40px;
    /* font-size: 24px; */
}
/* banner样式结束 */
/* 媒体介绍样式结束 */
#mediaIntroductionBox{
    background-color: #fff;
}
.mediaIntroductionTitle h1{
    margin: 0;
    color: #151B24;
    font-weight: 600;
}
.mediaIntroductionTitle h3{
    color: #696E74;
}
/* #mediaIntroductionRightUl li p::before{
    content: "●";
    position: absolute;
    color: #2F89FF;
} */
#mediaIntroductionRightUl li p{
    position: relative;
    text-align: justify;
    color: #1F2836;
    font-weight: 300;
}
/* 媒体介绍样式结束 */
/* 媒体优势样式开始 */
#mediaAdvantagesBox{
    background: #F6F8FB;
}
#mediaAdvantagesUl li{
    position: relative;
}
#mediaAdvantagesUl li h3{
    position: absolute;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#mediaAdvantagesUl li:nth-child(1) h3,#mediaAdvantagesUl li:nth-child(4) h3{
    background-color: #2F89FF;
}
#mediaAdvantagesUl li:nth-child(2) h3,#mediaAdvantagesUl li:nth-child(3) h3{
    background-color: #6F8CAB;
}
#mediaAdvantagesUl li h1{
    color: #151B24FF;
    font-weight: 600;
}
#mediaAdvantagesUl li p{
    color: #696E74;
}
/* 媒体优势样式结束 */
/* 客户案例样式开始 */
#customerStories{
    background-color: #fff;
}
.playBox{
    background-color: #F8F8F8FF;
    overflow: hidden;
}
.playBoxImg{
    position: relative;
    overflow: hidden;
}
.playStartBox{
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.playStartBox:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.playStartBox:hover .playStart{
    opacity: .9;
}
.playBoxCon{
    overflow: hidden;
}
.playBoxCon h1{
    padding: 0;
    margin: 0;
    font-size: 18px;
    color: #000000;
}
.playBoxCon p{
    color: #696E74;
}
.customerStoriesMore{
    overflow: hidden;
}
.customerStoriesMore a{
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #696E74;
    border: 1px solid #696E74;
}
.customerStoriesMore a:hover{
    color: #fff;
    background-color: #2F89FF;
    border: 1px solid #2F89FF;
}
/* 客户案例样式结束 */
/* 我们的客户样式开始 */
#ourCustomBox{
    background-color: #fff;
}
/* 我们的客户样式结束 */
/* 底部样式开始 */
#footerBox{
    /* padding-top: 54px;
    height: 465px; */
    background-color: #1F2836;
}
#footerUl{
    /* height: 212px; */
    overflow: hidden;
}
#footerUl>li{
    position: relative;
    /* float: left; */
    /* width: 140px; */
}
#footerUl>li>a{
    /* font-size: 16px; */
    color: #fff;
}
.footerUlList{
    /* position: absolute;
    top: 50px;
    left: 0; */
}
.footerUlList>li{
    /* margin-bottom: 20px; */
}
.footerUlList>li>a{
    font-size: 16px;
    color: #696E74;
}
#footerRightUl{
    /* float: right; */
    /* margin-top: 48px; */
}
#footerRightUl li{
    position: relative;
    float: left;
    /* display: flex; */
    /* justify-content: space-between; */
    /* margin-right: 16px;
    width: 105px;
    height: 100px; */
}
.floatImg{
    position: absolute;
    display: none;
    height: 147px;
    width: 147px;
    top: -157px;
    left: -21px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.floatImg img{
    max-width: 100%;
    min-height: 100%;
}
.footerImgBox{
    /* width: 105px;
    height: 71px; */
    border-radius: 4px;
    background-color: #353E4D;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#footerRightUl li p{
    line-height: 29px;
    color: #696E74;
    font-size: 16px;
    text-align: center;
}
#footerLogoPhone{
    /* height: 101px; */
    border-top: 1px solid #363E4B;
    border-bottom: 1px solid #363E4B;
}
#footerLogo{
    /* margin-top: 27px;
    width: 136px;
    height: 44px; */
    overflow: hidden;
}
#footerLogo img{
    max-height: 100%;
}
#footerPhone{
    /* margin: 23px 325px 0 0; */
}
#footerPhone p{
    padding: 0;
    margin: 0;
    color: #696E74;
    /* font-size: 16px; */
}
#footerPhone a{
    color: #fff;
    /* font-size: 24px; */
}
#footerCopy{
    margin-top: 28px;
}
#footerCopy,#footerCopy a{
    color: #696E74;
    /* font-size: 16px; */
}
/* 底部样式结束 */
 /* 超小屏 */
@media (max-width: 767px) {
    /* 菜单样式开始 */
    #menuBox{
        position: relative;
        height: 60px;
        border-bottom: 1px solid #333;
    }
    #logoBox{
        margin-left: 15px;
        height: 60px;
        line-height: 60px;
    }
    #logoBox img{
        height: 40px;
        width: auto;
    }
    #menuUl{
        z-index: 99999;
        position: absolute;
        padding: 0 15px 15px 15px;
        width: 100%;
        background-color: #fff;
    }
    #menuUl{
        display: none;
        top: 60px;
        left: 0;
    }
    #menuUl li{
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #ddd;
    }
    #menuUl li:first-child{
        border-bottom: none;
    }
    #menuUl li:first-child a{
        display: block;
        line-height: 60px;
        color: #2F89FF;
    }
    #menuUl li a{
        display: block;
        padding: 0 5px 0 5px;
        font-size: 16px;
    }
    #menuUl li a.active{
        color: #2F89FF;
    }
    #barVisible{
        padding: 13px 15px 0 0;
        height: 60px;
        /* line-height: 60px; */
        overflow: hidden;
    }
    #barVisible .navbar-toggle{
        float: none;
        margin: 0!important;
    }
    /* 菜单样式结束 */
    /* banner样式开始 */
    #bannerBox{
        padding: 20px 20px 0 20px;
    }
    #bannerBoxLeft{
        margin-top: 30px;
    }
    #bannerBoxLeft h2{
        font-size: 20px;
    }
    #bannerBoxLeft h1{
        margin-top: 15px;
        font-size: 28px;
    }
    #bannerBoxLine{
        margin: 25px 0;
        padding: 0;
    }
    #bannerBoxLine li{
        float: left;
        margin-right: 13px;
        height: 10px;
        border-radius: 8px;
    }
    #bannerBoxLine li:nth-child(1){
        width: 80px;
    }
    #bannerBoxLine li:nth-child(2){
        width: 16px;
    }
    #bannerBoxLeft p{
        margin-top: 25px;
        font-size: 16px;
        color: #fff;
        font-weight: none;
    }
    /* banner样式结束 */
    /* 媒体介绍样式结束 */
    #mediaIntroductionBox{
        padding: 30px 15px;
    }
    .mediaIntroductionTitle{
        margin-bottom: 15px;
    }
    .mediaIntroductionTitle h1{
        text-align: center;
        font-size: 26px;
        font-weight: 700;
    }
    .mediaIntroductionTitle h3{
        margin: 10px 0 0 0;
        font-size: 14px;
        text-align: center;
    }
    #mediaIntroductionRightUl{
        margin-top: 20px;
        padding: 0;
    }
    #mediaIntroductionRightUl li{
        margin-bottom: 20px;
        /* padding-left: 20px; */
    }
    /* #mediaIntroductionRightUl li p::before{
        font-size: 8px;
        left: -18px;
    } */
    #mediaIntroductionRightUl li p{
        line-height: 28px;
        font-size: 16px;
        text-indent: 2em;
        font-weight: 500;
    }
    /* 媒体介绍样式结束 */
    /* 媒体优势样式开始 */
    #mediaAdvantagesBox{
        padding: 30px 15px;
        background: #F6F8FB;
    }
    #mediaAdvantagesUl{
        margin: 10px 0 0 20px;
        padding: 30px 0 1px 40px;
        border-left: 4px solid #BDD4FD;
    }
    #mediaAdvantagesUl li{
        position: relative;
        margin-bottom: 40px;
    }
    #mediaAdvantagesUl li:last-child{
        margin-bottom: 0;
    }
    #mediaAdvantagesUl li h3{
        position: absolute;
        top: -10px;
        left: -64px;
        width: 46px;
        height: 46px;
        border: 3px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mediaAdvantagesUl li:nth-child(1) h3,#mediaAdvantagesUl li:nth-child(4) h3{
        background-color: #2F89FF;
    }
    #mediaAdvantagesUl li:nth-child(2) h3,#mediaAdvantagesUl li:nth-child(3) h3{
        background-color: #6F8CAB;
    }
    #mediaAdvantagesUl li h1{
        font-size: 18px;
    }
    #mediaAdvantagesUl li p{
        margin-top: 5px;
        line-height: 25px;
        font-size: 16px;
        text-align: justify;
    }
    #mediaIntroductionImg{
        margin-top: 40px;
    }
    /* 媒体优势样式结束 */
    /* 客户案例样式开始 */
    #customerStories{
        padding: 30px 15px;
    }
    .playStartBox{
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
    .playBigBox{
        margin-bottom: 20px;
    }
    .playBoxCon{
        padding: 15px;
        height: 72px;
    }
    .playBoxCon h1{
        padding: 0;
        margin: 0;
        font-size: 16px;
    }
    .playBoxCon p{
        line-height: 30px;
        font-size: 14px;
    }
    .customerStoriesMore a{
        width: 130px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        border-radius: 16px;
    }
    /* 客户案例样式结束 */
    /* 我们的客户样式开始 */
    #ourCustomBox{
        padding: 30px 0;
    }
    #ouCustomBoxOther{
        padding: 0 15px;
    }
    .ouCustomBoxOtherImgBox a{
        display: block;
        margin-bottom: 10px;
        padding: 5px 10px;
        height: 70px;
        border: 1px solid #DCDCDC;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ouCustomBoxOtherImgBox:nth-child(2n-1) a{
        margin-right: 5px;
    }
    .ouCustomBoxOtherImgBox:nth-child(2n) a{
        margin-left: 5px;
    }
    .ouCustomBoxOtherImgBox a img{
        max-height: 90%;
        max-width: 100%;
    }
    /* 我们的客户样式结束 */
    /* 底部样式开始 */
    #footerBox{
        padding: 30px 15px 20px;
        /* height: 465px; */
        background-color: #1F2836;
    }
    #footerUl{
        /* background-color: pink; */
        /* height: 212px; */
        /* overflow: hidden; */
    }
    #footerUl>li{
        /* position: relative; */
        margin-bottom: 1px;
        /* height: 40px; */
        line-height: 40px;
        /* float: left; */
        /* width: 140px; */
        /* background-color: red; */
        border-bottom: 1px solid #363E4B;
    }
    #footerUl>li>a{
        /* background-color: pink; */
        font-size: 16px;
        display: block;
        /* padding: 0 15px 0 5px; */
        color: #fff;
    }
    #footerUl>li>a>span{
        line-height: 37px;
        color: #fff;
        font-size: 12px;
    }
    #footerUl>li>a>span:last-child{
        display: none;
    }
    .footerUlList{
        /* height: 35px; */
        line-height: 35px;
        display: none;
        /* position: absolute;
        top: 50px;
        left: 0; */
    }
    .footerUlList>li{
        /* margin-bottom: 20px; */
        height: 35px;
        line-height: 35px;
    }
    .footerUlList>li:last-child{
        margin-bottom: 10px;
    }
    .footerUlList>li>a{
        display: block;
        padding: 0 15px 0 0;
        margin-left: 25px;
        font-size: 16px;
        color: #696E74;
        /* background-color: red; */
        border-bottom: 1px dotted #363E4B;
    }
    .footerUlList>li:last-child>a{
        border: none;
    }
    #footerRightUl{
        /* float: right; */
        margin-top: 20px;
    }
    #footerRightUl li{
        position: relative;
        float: left;
        padding: 0 5px 0 5px;
        width: 25%;
        /* margin-right: 16px;
        width: 105px;
        height: 100px; */
    }
    #footerRightUl li:first-child{
        padding-right: 5px;
        padding-left: 0;
    }
    #footerRightUl li:last-child{
        padding-right: 0;
        padding-left: 5px;
    }
    .floatImg{
        position: absolute;
        /* display: none; */
        height: 147px;
        width: 147px;
        top: -157px;
        left: 0;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;
    }
    #footerRightUl li:last-child .floatImg{
        left: -51px;
    }
    .floatImg img{
        max-width: 100%;
        min-height: 100%;
    }
    .footerImgBox{
        /* width: 105px;
        height: 71px; */
        border-radius: 4px;
        background-color: #353E4D;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #footerRightUl li p{
        line-height: 29px;
        color: #696E74;
        font-size: 14px;
        text-align: center;
    }
    #footerLogoPhone{
        margin-top: 15px;
        height: 101px;
        border-top: 1px solid #363E4B;
        border-bottom: 1px solid #363E4B;
    }
    #footerLogo{
        margin-top: 27px;
        width: 136px;
        height: 44px; 
        overflow: hidden;
    }
    #footerLogo img{
        max-height: 100%;
    }
    #footerPhone{
        margin: 23px 0 0 0;
    }
    #footerPhone p{
        padding: 0;
        margin: 0;
        color: #696E74;
        font-size: 14px;
        text-align: right;
    }
    #footerPhone a{
        color: #fff;
        font-size: 20px;
    }
    #footerCopy{
        margin-top: 28px;
        text-align: center;
    }
    #footerCopy,#footerCopy a{
        color: #696E74;
        font-size: 14px;
    }
    /* 底部样式结束 */
    /* 媒体介绍样式开始 */
    #mediumBannerBox{
        height: 250px;
        width: 100%;
    }
    #mediumBannerSpan{
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mediumBannerSpan span{
        margin: 0 30px;
        font-family: '黑体';
        font-size: 50px;
        color: transparent;
        -webkit-text-stroke: 1px #ADC1D4;
    }
    #mediaFormBox{
        padding-bottom: 30px;
        width: 100%;
        background-color: #F6F8FB;
    }
    #mediaFormCon{
        margin: 50px 0 30px 0;
        padding: 0 15px;
    }
    .mediumBannerTitle h1,.mediumBannerTitle p{
        text-align: center;
    }
    .mediumBannerTitle h1{
        margin-bottom: 10px;
        font-size: 26px;
    }
    .mediumBannerTitle p{
        letter-spacing: 2px;
        color: #8D9197;
        font-size: 18px;
    }
    .mediumBannerLeft{
        margin-top: 20px;
    }
    .mediumBannerRight{
        margin-top: 10px;
    }
    #mediaAdvantageBox{
        background-color: #fff;
    }
    #mediaAdvantageCon{
        padding: 50px 15px 0 15px;
    }
    .mediaAdvantageConUl{
        margin-top: 40px;
    }
    .mediaAdvantageConCenter{
        margin-top:35px;
    }
    .mediaAdvantageConUl li{
        margin-bottom: 30px;
    }
    .mediaAdvantageConUl li h1{
        margin-bottom: 10px;
        font-size: 18px;
        color: #2F89FFFF;
    }
    .mediaAdvantageConUl li p{
        font-size: 16px;
        font-weight: 400;
        color: #1F2836;
        text-align: justify;
    }
    #mediaBuildingCon{
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    #mediaBuildingImgTopLevel{
        margin-top: 30px;
    }
    .mediaBuildingImgTop{
        margin-bottom: 10px;
    }
    .mediaBuildingImgBox{
        width: 100%;
        overflow: hidden;
    }
    .mediaBuildingImg{
        overflow: hidden;
    }
    .mediaBuildingImg img{
        width: 100%;
    }
    .mediaBuildingP{
        padding: 0 15px;
        height: 49px;
        line-height: 49px;
        text-align: center;
        color: #000000FF;
        font-size: 16px;
    }
    /* 媒体介绍样式结束 */
    /* 物业合作样式开始 */
    #cooperateBox{
        padding: 0 15px;
        background-color: #F6F8FB;
    }
    #cooperateBoxCon{
        margin: 30px 0;
        padding: 30px 0;
        background-color: #fff;
    }
    #cooperateBoxConPBox{
        margin-top: 20px;
        padding: 0 15px;
        text-align: justify;
    }
    #cooperateBoxConPBox p{
        line-height: 30px;
        font-size: 16px;
        text-align: justify;
        text-indent: 2em;
    }
    #illustrateBox{
        padding: 30px 15px;
        /* height: 670px; */
        background-color: #fff;
    }
    #illustrateBoxCon{
        /* margin-top: 50px; */
    }
    #illustrateUl{
        padding: 25px 0 0 0;
    }
    #illustrateUl li{
        margin-bottom: 30px;
    }
    #illustrateUl li h1{
        margin-bottom: 10px;
        font-size: 18px;
        color: #151B24FF;
    }
    #illustrateUl li p{
        line-height: 26px;
        font-size: 16px;
        color: #696E74FF;
        text-align: justify;
    }
    #afterSalesBox{
        padding: 20px 15px 0 15px;
    }
    #afterSalesImgBox{
        margin-bottom: 60px;
        padding-top: 40px;
    }
    .afterSalesImg{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .afterSalesImg img{
        max-width: 100%;
    }
    #afterSalesP{
        font-size: 14px;
        color: #696E74FF;
        line-height:28px;
        margin-top: 20px;
    }
    /* 物业合作样式结束 */
    /* 用户分析样式开始 */
    #userAnalysisBox{
        padding: 30px 15px 0;
        /* height: 1073px; */
        background-color: #F6F8FB;
    }
    #userAnalysisConBox{
        margin-top: 70px;
    }
    #salesBox{
        padding: 30px 15px 0;
        /* height: 710px; */
        background-color: #fff;
    }
    #salesDataImg{
        margin-top: 30px;
    }
    #salesBoxConImg{
        margin-top: 30px;
    }
    #salesBoxCon .playBoxImg {
        /* width: 679px; */
        /* height: 378px; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .playBoxImg>img{
        width: 100%;
    }
    #salesBoxCon .playStartBox {
        height: 100%;
        width: 100%;
    }
    #caollaborationBox{
        /* height: 1000px; */
        padding: 50px 15px 0;
        background-color: #fff;
    }
    #caollaborationCon{
        margin: 35px 0 60px 0;
    }
    #caollaborationConImg{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #monitoringBox{
        padding-top: 30px;
    }
    #monitoringBox #illustrateUl{
        padding: 30px 15px 0 15px!important;
    }
    #illustrateImg{
        padding: 0 15px;
    }
    #illustrateImg img{
        max-width: 100%;
    }
    /* 用户分析样式结束 */
    /* 合作形式样式开始 */
    #channelCooperateBox{
        padding: 30px 15px;
        background-color: #F6F8FB;
    }
    #channelCooperateBoxCon{
        padding-top: 30px;
        /* height: 915px; */
        background-color: #fff;
    }
    #channelFormBox{
        margin-top: 30px;
        padding: 0 15px;
        overflow: hidden;
    }
    #channelFormBox p{
        line-height: 30px;
        text-align: justify;
        font-size: 16px;
        font-weight: 400;
        color: #1F2836FF;
        text-indent: 2em;
    }
    #channelFormImg{
        margin: 30px 15px;
    }
    #channelFormImg img{
        max-width: 100%;
        height: auto;
    }
    #channelTermsBox{
        padding-top: 30px;
        /* height: 720px; */
        background-color: #fff;
    }
    #termsConBox{
        padding: 30px 15px;
    }
    .termsBox{
        /* margin-right: 30px; */
        margin-bottom: 30px;
        padding: 22px 30px 12px 40px;
        height: 160px;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 8px 8px rgba(249,249,249,1);
        overflow: hidden;
    }
    .termsBox h1{
        color: #2F89FFFF;
        font-size: 38px;
        font-weight: 700;
    }
    .termsBox h1 span{
        font-size: 8px;
        color: #2F89FFFF;
    }
    .termsBox p{
        margin-top: 10px;
        line-height: 30px;
        color: #1F2836FF;
        font-size: 16px;
    }
    .cooperativeImg{
        /* height: 378px; */
        /* overflow: hidden; */
    }
    .cooperativeImg img{
        width: 100%;
        height: 100%;
    }
    #channelProcessBox{
        padding: 0;
        /* height: 1200px; */
    }
    #channelProcessImg{
        padding: 30px 15px;
    }
    #channelProcessImg img{
        max-width: 100%;
    }
    /* 合作形式样式结束 */
    /* 客户案例样式开始 */
    #customerBox{
        /* height: 985px; */
        background: #000000;
    }
    #customerBoxFront{
        /* width: 100%; */
        /* height: 985px; */
        background: url(../images/customer-bg.png) top center no-repeat fixed;
    }
    #customerCon{
        margin: 50px auto;
        padding: 0 15px;
        /* height: 640px;
        width: 940px; */
        /* background-color: red; */
    }
    #customerCon>h1{
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 28px;
        letter-spacing: 2px;
    }
    #customerCon>h1>span{
        color: #fff;
        font-weight: 100;
        font-size: 28px;
    }
    #customerCon h3{
        margin-top: 15px;
        text-align: center;
        color: #fff;
        font-weight: lighter;
        font-size: 20px;
    }
    #customerConImg{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #customerConCode{
        margin-top: 43px;
        /* padding: 43px 0 34px 40px; */
        height: 430px;
        width: 100%;
        border-radius: 10px;
        background: rgba(23,23,23,0.5); 
    }
    .customerImgTop{
        margin-bottom: 30px;
        padding: 22px 23px 0 22px;
        /* width: 262px; */
        /* height: 344px; */
        background-color: rgba(31, 31, 31, 1);
        /* background-color: green; */
        border-radius: 10px;
    }
    .customerImgBox{
        margin: 0 auto;
        width: 217px;
        height: 220px;
        border-radius: 10px;
        background-color: green;
        overflow: hidden;
    }
    .customerImgBox img{
        width: 100%;
        height: auto;
    }
    /* .customerImgTop:first-child{
        margin-left: 25px;
    } */
    .customerImgTop h1{
        margin-top: 3px;
        padding: 30px 15px;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: 100;
    }
    #customerfooterBox{
        height: 81px;
        background-color: #1F2836;
        /* overflow: hidden; */
    }
    #customerfooterBox #footerCopy{
        padding: 0 15px;
        /* margin-top: 0; */
        text-align: center;
    }
    /* 客户案例样式结束 */
    /* 关于我们样式开始 */
    #companyBox{
        padding: 30px 15px;
        /* height: 1075px; */
        background-color: #F6F8FBFF;
        overflow: hidden;
    }
    #companyBoxCon{
        padding: 30px 15px 15px;
        /* height: 915px; */
        background-color: #fff;
        overflow: hidden;
    }
    #companyConP{
        margin-top: 30px;
        padding: 0 15px;
    }
    #companyConP p{
        line-height: 35px;
        text-align: justify;
        text-indent: 2em;
        font-size: 16px;
        color: #1F2836FF;
        font-weight: 400;
    }
    #aboutUl{
        margin-top: 30px;
    }
    #aboutUl li{
        margin-bottom: 20px;
        padding: 20px;
        width: 100%;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 8px 8px rgba(249,249,249,1);
        overflow: hidden;
    }
    #aboutUl li h1{
        color: #2F89FFFF;
        font-size: 50px;
    }
    #aboutUl li h1 span{
        margin-left: 20px;
        color: #1F2836FF;
        font-size: 20px;
    }
    #aboutUl li p{
        margin-top: 10px;
        color: #1F2836FF;
        font-size: 16px;
    }
    #growthBox{
        padding: 30px 15px;
    }
    #growthListPhoneBox{
        margin-top: 30px;
    }
    #growthListPhoneBox li{
        margin-bottom: 20px;
        padding: 20px 15px;
        width: 100%;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 8px 8px rgba(249,249,249,1);
    }
    #growthListPhoneBox li h1{
        color: #1F2836FF;
        font-size: 22px;
    }
    #growthListPhoneBox li p{
        margin-top: 10px;
        line-height: 25px;
        color: #1F2836FF;
        font-size: 16px;
    }
    /* #growthListPhoneBox li:nth-child(3){ */
    #growthListPhoneBox li.activeLi{
        background-color: #2F89FF;
    }
    /* #growthListPhoneBox li:nth-child(3) h1{ */
    #growthListPhoneBox li h1.activeH1{
        color: #fff;
        font-size: 22px;
    }
    /* #growthListPhoneBox li:nth-child(3) p{ */
    #growthListPhoneBox li p.activeP{
        margin-top: 10px;
        line-height: 25px;
        color: #fff;
        font-size: 16px;
        font-weight: lighter;
    }
    #growthListBox{
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .industrialBox{
        padding: 30px 15px;
        background-color: #F6F8FB;
    }
    .growthImg{
        margin-top: 30px;
        padding-top: 5px;
        width: 100%;
        background-color: #fff;
        border-radius: 4px;
    }
    .growthImg li{
        margin: 10px auto 0;
        overflow: hidden;
    }
    .growthImg>li:last-child{
        margin-right: 0;
    }
    .zhuanliUl li:last-child{
        padding-bottom: 30px;
    }
    .growthImg li .growthImgBox{
        margin-top: 10px;
        height: 294px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .growthImg li .growthImgBox img{
        max-width: 100%;
        height: auto;
    }
    .growthImg li h1{
        padding: 30px 15px;
        text-align: center;
        color: #1F2836FF;
        font-size: 18px;
    }
    #contactBox{
        margin: 30px 0;
        padding: 0 15px;
        background-color: #fff;
    }
    #contactCon{
        margin-top: 30px;
        border: 1px solid #BCBCBC;
        border-radius: 4px;
        overflow: hidden;
    }
    #contactUl{
        padding: 50px 15px 30px 15px;
    }
    #contactUl li{
        margin-bottom: 10px;
        padding-left: 30px;
        color: #1F2836FF;
        font-size: 16px;
        text-align: justify;
    }
    #contactUl li:nth-child(1),#contactUl li:nth-child(5){
        padding-left: 0;
    }
    #contactUl li:nth-child(1) h1,#contactUl li:nth-child(5) h1{
        font-weight: bold;
        font-size: 18px;
    }
    #contactUl li:nth-child(2),#contactUl li:nth-child(6){
        background: url(../images/add-bg.png)left center no-repeat;
    }
    #contactUl li:nth-child(3),#contactUl li:nth-child(7){
        background: url(../images/mail-bg.png) left center no-repeat;
    }
    #contactUl li:nth-child(4),#contactUl li:nth-child(8){
        background: url(../images/phone-bg.png) left center no-repeat;
    }
    #contactUl li:nth-child(4){
        margin-bottom: 50px;
    }
    /* #contactUl li:nth-child(4){
        margin: 25px auto 0;
        width: 35%;
        height: 5px;
        border-radius: 2px;
        background-color: #2F89FF;
    } */
    #container {
        overflow: hidden;
        width: 100%;
        height: 500px;
        margin: 0;
        font-family: "微软雅黑";
    }
    /* 关于我们样式结束 */
    /* 回到顶部样式开始 */
    #returnTop{
        display: none;
        position: fixed;
        bottom: 50px;
        right: 20px;
        width: 35px;
        height: 35px;
        line-height: 45px;
        text-align: center;
        background-color: #131314;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 4px 4px rgba(19,19,20,1);
    }
    #returnTop span{
        font-size: 20px;
        color: #999;
    }
    #returnTop:hover{
        background-color: #2F89FF;
        box-shadow: 0 0 4px 4px rgba(47,137,255,1);
    }
    #returnTop:hover span{
        color: #eee;
    }
    /* 回到顶部样式结束 */
    /* 新闻中心样式开始 */
    #newsBoxCon{
        margin: 30px 15px 0 15px;
    }
    #newsBoxConBorderBox{
        margin-bottom: 40px;
        height: 160px;
        overflow: hidden;
    }
    #newsBoxConBorderLeft{
        height: 160px;
    }
    #newsBoxConBorder{
        height: 160px;
        border: 1px solid #BCBCBC;
        border-left: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #newsBoxConBorderTitle{
        margin: 15px;
        height: 128px;
        position: relative;
    }
    #newsBoxConBorderTitleP{
        color: #B3B3B3;
        font-size: 12px;
        line-height:20px;
    }
    #newsBoxConBorderTitleH1{
        color: #242424;
        font-size: 16px;
        line-height: 24px;
    }
    #newsBoxConBorderTitleP2{
        margin: 7px 5px 5px 0;
        width:74px;
        height: 2px;
        background: #2F89FF;
    }
    #newsBoxConBorderTitleP3{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .abstractImg{
        min-height: 100%;
        width: auto;
    }
    .newsaBtn{
        position: absolute;
        left: 0;
        bottom: 0;
        display:inline-block;
        width: 90px;
        height: 30px;
        line-height: 30px;
        background: #2F89FF;
        border-radius: 4px;
        color: #fff;
        font-size: 14px;
        text-align: center;
    }
    .newsaBtn:hover,.detailaBtn:hover{
        color: #fff;
        background-color: #4a93f9;
    }
    .detailaBtn{
        width: 116px;
        height: 34px;
        background: #2F89FF;
        border-radius: 4px 4px 4px 4px;
        color: #fff;
        font-size: 16px;
    }
    .detailConBox{
        margin-bottom: 30px;
    }
    /* .detailConBox:nth-child(3n-1){
        margin-left: 7px;
    }
    .detailConBox:nth-child(3n){
        float: right;
        margin-right: -14px;
    } */
    .newsConBoxImg{
        height: 250px;
        overflow: hidden;
    }
    .newsConBoxImg img{
        min-height:100%;
        max-width:100%;
    }
    .newsConBoxImgTitle{
        height: 230px;
        border: 1px solid #BCBCBC;
        border-top: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow: hidden;
    }
    .newsConBoxImgTitleCon{
        margin: 30px 15px;
        height: 169px;
        position: relative;
    }
    .detailTitle{
        font-size: 20px;
        color: #242424;
    }
    .detailAbstract{
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
        color: #B3B3B3;
    }
    .detailBtnBox{
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }
    .detailTime{
        color: #B3B3B3;
        font-size: 14px;"
    }
    .newsConBoxImg,.newsConBoxImgTitle{
        /* margin-right: 14px; */
    }
    /* 新闻中心样式结束 */
    /* 新闻详情样式开始 */
    #detailBox{
        margin: 30px 15px;
    }
    #detailUl li{
        float: left;
        padding: 0 5px;
        font-size: 14px;
    }
    #detailUl li:nth-child(1){
        color: #2F89FF;
    }
    #detailUl li:nth-child(2){
        color: #2F89FF;
    }
    #detailUl li:nth-child(3){
        color: #1F2836;
    }
    #detailUl li:nth-child(2) span{
        color: #2F89FF;
    }
    #detailContent{
        margin: 30px 0;
    }
    #detailTitle h1{
        font-size: 24px;
        color: #1F2836;
        text-align: center;
    }
    #detailTitle p{
        margin-bottom: 10px;
        line-height: 50px;
        text-align: center;
    }
    #detailTitle p span{
        margin-right: 25px;
        font-size: 10px;
        color: #B3B3B3;
    }
    #detailContentBox{
        padding: 30px 0;
        border-top: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
        overflow: hidden;
    }
    #detailContentBox img{
        display: block;
        width: 100%;
        height: auto;
    }
    #detailOtherUl{
        padding: 30px 0;
    }
    #detailOtherUl li{
        line-height: 25px;
    }
    #detailOtherUl li span{
        font-size: 14px;
        color: #B3B3B3;
    }
    #detailOtherUl li a{
        font-size: 14px;
        color: #2F89FF;
    }
    #detailOtherBtn{
        margin-top: 40px;
        background-color: red;
        text-align: center;
        float: right;
        padding: 5px 30px 5px 45px;
        color: #656565;
        background: url(../images/return.png) no-repeat 15px center;
        border: 1px solid #D6D6D6;
        border-radius: 15px;
    }
    #detailOtherBtn:hover{
        border: 1px solid #2F89FF;
        color: #656565;
    }
    /*  新闻详情样式结束 */
}

/* 小屏 */
@media (min-width: 768px) and (max-width: 991px) {
    /* 菜单样式开始 */
    #menuBox{
        position: relative;
        height: 60px;
        border-bottom: 1px solid #333;
    }
    #logoBox{
        margin-left: 15px;
        height: 60px;
        line-height: 60px;
    }
    #logoBox img{
        height: 40px;
        width: auto;
    }
    #menuUl{
        z-index: 99999;
        position: absolute;
        padding: 0 15px 15px 15px;
        width: 100%;
        background-color: #fff;
    }
    #menuUl{
        display: none;
        top: 60px;
        left: 0;
    }
    #menuUl li{
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #ddd;
    }
    #menuUl li:first-child{
        border-bottom: none;
    }
    #menuUl li:first-child a{
        display: block;
        line-height: 60px;
        color: #2F89FF;
    }
    #menuUl li a{
        display: block;
        padding: 0 5px 0 5px;
        font-size: 16px;
    }
    #menuUl li a.active{
        color: #2F89FF;
    }
    #barVisible{
        padding: 13px 15px 0 0;
        height: 60px;
        /* line-height: 60px; */
        overflow: hidden;
    }
    #barVisible .navbar-toggle{
        float: none;
        margin: 0!important;
    }
    /* 菜单样式结束 */
    /* banner样式开始 */
    #bannerBox{
        padding: 30px 15px;
        overflow: hidden;
    }
    #bannerBoxLeft{
        padding: 50px 30px;
    }
    #bannerBoxLeft h2{
        font-size: 22px;
    }
    #bannerBoxLeft h1{
        margin-top: 20px;
        font-size: 30px;
    }
    #bannerBoxLine{
        margin: 25px 0;
        padding: 0;
    }
    #bannerBoxLine li{
        float: left;
        margin-right: 13px;
        height: 10px;
        border-radius: 8px;
    }
    #bannerBoxLine li:nth-child(1){
        width: 80px;
    }
    #bannerBoxLine li:nth-child(2){
        width: 16px;
    }
    #bannerBoxLeft p{
        margin-top: 25px;
        font-size: 20px;
        color: #fff;
        font-weight: none;
    }
    #bannerBoxRightImg{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #bannerBoxRightImg img{
        width: 80%;
    }
    /* banner样式结束 */
    /* 媒体介绍样式结束 */
    #mediaIntroductionBox{
        padding: 30px 15px;
    }
    .mediaIntroductionTitle{
        margin-bottom: 15px;
    }
    .mediaIntroductionTitle h1{
        text-align: center;
        font-size: 26px;
        font-weight: 700;
    }
    .mediaIntroductionTitle h3{
        margin: 10px 0 0 0;
        font-size: 14px;
        text-align: center;
    }
    #mediaIntroductionRightUl{
        margin-top: 20px;
        margin-right: 15px;
        padding: 0;
    }
    #mediaIntroductionRightUl li{
        margin: 0 0 20px 0;
        /* padding-left: 20px; */
    }
    /* #mediaIntroductionRightUl li p::before{
        font-size: 8px;
        left: -18px;
    } */
    #mediaIntroductionRightUl li p{
        line-height: 28px;
        font-size: 16px;
        text-align: justify;
        text-indent: 2em;
    }
    .indexMediaImg{
        padding-right: 15px;
    }
    .indexMediaImg img{
        width: 100%;
    }
    /* 媒体介绍样式结束 */
    /* 媒体优势样式开始 */
    #mediaAdvantagesBox{
        padding: 30px 15px;
        background: #F6F8FB;
    }
    #mediaAdvantagesUl{
        margin: 0 15px 0 15px;
        padding: 30px 0 15px 40px;
        border-left: 4px solid #BDD4FD;
    }
    #mediaAdvantagesUl li{
        position: relative;
        margin-bottom: 40px;
    }
    #mediaAdvantagesUl li:last-child{
        margin-bottom: 0;
    }
    #mediaAdvantagesUl li h3{
        position: absolute;
        top: -10px;
        left: -64px;
        width: 46px;
        height: 46px;
        border: 3px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mediaAdvantagesUl li:nth-child(1) h3,#mediaAdvantagesUl li:nth-child(4) h3{
        background-color: #2F89FF;
    }
    #mediaAdvantagesUl li:nth-child(2) h3,#mediaAdvantagesUl li:nth-child(3) h3{
        background-color: #6F8CAB;
    }
    #mediaAdvantagesUl li h1{
        font-size: 22px;
    }
    #mediaAdvantagesUl li p{
        line-height: 28px;
        font-size: 16px;
        text-align: justify;
    }
    #mediaIntroductionImg{
        margin-top: 20px;
        padding-right: 15px;
    }
    #mediaIntroductionImg img{
        width: 100%;
    }
    /* 媒体优势样式结束 */
    /* 客户案例样式开始 */
    #customerStories{
        padding: 30px 15px;
    }
    .playStartBox{
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }
    .playBigBox{
        margin-bottom: 20px;
    }
    .playBoxCon{
        padding: 15px;
        height: 70px;
    }
    .playBoxCon h1{
        padding: 0;
        margin: 0;
        font-size: 18px;
    }
    .playBoxCon p{
        line-height: 30px;
        font-size: 16px;
    }
    .customerStoriesMore a{
        width: 130px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        border-radius: 16px;
    }
    /* 客户案例样式结束 */
    /* 我们的客户样式开始 */
    #ourCustomBox{
        padding: 30px 0;
    }
    #ouCustomBoxOther{
        padding: 0 15px;
    }
    .ouCustomBoxOtherImgBox a{
        display: block;
        margin-bottom: 10px;
        padding: 5px 10px;
        height: 70px;
        border: 1px solid #DCDCDC;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .ouCustomBoxOtherImgBox:nth-child(2n-1) a{
        margin-right: 5px;
    }
    .ouCustomBoxOtherImgBox:nth-child(2n) a{
        margin-left: 5px;
    }
    .ouCustomBoxOtherImgBox a img{
        max-height: 90%;
        max-width: 100%;
    }
    .playBox{
        margin-right: 15px;
    }
    .playBoxImg>img{
        width: 100%;
    }

    /* 我们的客户样式结束 */
    /* 底部样式开始 */
    #footerBox{
        padding: 30px 15px 20px;
        background-color: #1F2836;
    }
    #footerUl{
        margin-right: 15px;
        overflow: hidden;
    }
    #footerUl>li{
        margin-bottom: 1px;
        /* height: 40px; */
        line-height: 40px;
        border-bottom: 1px solid #363E4B;
    }
    #footerUl>li>a{
        /* background-color: pink; */
        font-size: 16px;
        display: block;
        /* padding: 0 15px 0 5px; */
        color: #fff;
    }
    #footerUl>li>a>span{
        line-height: 37px;
        color: #fff;
        font-size: 12px;
    }
    #footerUl>li>a>span:last-child{
        display: none;
    }
    .footerUlList{
        /* height: 35px; */
        line-height: 35px;
        display: none;
        /* position: absolute;
        top: 50px;
        left: 0; */
    }
    .footerUlList>li{
        /* margin-bottom: 20px; */
        height: 35px;
        line-height: 35px;
    }
    .footerUlList>li:last-child{
        margin-bottom: 10px;
    }
    .footerUlList>li>a{
        display: block;
        padding: 0 15px 0 0;
        margin-left: 25px;
        font-size: 16px;
        color: #696E74;
        /* background-color: red; */
        border-bottom: 1px dotted #363E4B;
    }
    .footerUlList>li:last-child>a{
        border: none;
    }
    #footerRightUl{
        /* float: right; */
        margin-top: 20px;
    }
    #footerRightUl li{
        position: relative;
        float: left;
        padding: 0 5px 0 5px;
        width: 25%;
        /* margin-right: 16px;
        width: 105px;
        height: 100px; */
    }
    #footerRightUl li:first-child{
        padding-right: 5px;
        padding-left: 0;
    }
    #footerRightUl li:last-child{
        padding-right: 12px;
        padding-left: 5px;
    }
    .floatImg{
        position: absolute;
        /* display: none; */
        height: 147px;
        width: 147px;
        top: -157px;
        left: 0;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;
    }
    #footerRightUl li:last-child .floatImg{
        left: -51px;
    }
    .floatImg img{
        max-width: 100%;
        min-height: 100%;
    }
    .footerImgBox{
        /* width: 105px;
        height: 71px; */
        border-radius: 4px;
        background-color: #353E4D;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #footerRightUl li p{
        line-height: 29px;
        color: #696E74;
        font-size: 14px;
        text-align: center;
    }
    #footerLogoPhone{
        margin-top: 15px;
        margin-right: 13px;
        height: 101px;
        border-top: 1px solid #363E4B;
        border-bottom: 1px solid #363E4B;
    }
    #footerLogo{
        margin-top: 27px;
        width: 136px;
        height: 44px; 
        overflow: hidden;
    }
    #footerLogo img{
        max-height: 100%;
    }
    #footerPhone{
        margin: 23px 0 0 0;
    }
    #footerPhone p{
        padding: 0;
        margin: 0;
        color: #696E74;
        font-size: 14px;
        text-align: right;
    }
    #footerPhone a{
        color: #fff;
        font-size: 20px;
    }
    #footerCopy{
        margin-top: 28px;
        text-align: center;
    }
    #footerCopy,#footerCopy a{
        color: #696E74;
        font-size: 14px;
    }
    /* 底部样式结束 */
    /* 媒体介绍样式开始 */
    #mediumBannerBox{
        height: 250px;
        width: 100%;
    }
    #mediumBannerSpan{
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mediumBannerSpan span{
        font-size: 60px;
        color:transparent;
        -webkit-text-stroke:1px #ADC1D4;
    }
    #mediaFormBox{
        width: 100%;
        background-color: #F6F8FB;
    }
    #mediaFormCon{
        margin: 50px 0 30px 0;
        padding: 0 15px;
    }
    .mediumBannerTitle h1,.mediumBannerTitle p{
        text-align: center;
    }
    .monitoringAuto{
        padding-top: 50px;
    }
    .mediumBannerTitle h1{
        margin-bottom: 10px;
    }
    .mediumBannerTitle p{
        letter-spacing: 2px;
        color: #8D9197;
        font-size: 18px;
    }
    .mediumBannerLeft,.mediumBannerRight{
        margin-top: 20px;
    }
    .mediumBannerRight{
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mediumBannerRight img{
        max-width: 100%;
    }
    #mediaAdvantageBox{
        background-color: #fff;
    }
    #mediaAdvantageCon{
        padding: 50px 15px 0 15px;
    }
    .mediaAdvantageConUl{
        margin-top: 40px;
    }
    .mediaAdvantageConCenter{
        margin-top:35px;
    }
    .mediaAdvantageConUl li{
        margin-bottom: 37px;
    }
    .mediaAdvantageConUl li h1{
        margin-bottom: 20px;
        font-size: 22px;
        color: #2F89FFFF;
    }
    .mediaAdvantageConUl li p{
        font-size: 16px;
        font-weight: 400;
        color: #1F2836;
        text-align: justify;
    }
    #mediaBuildingCon{
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    #mediaBuildingImgTopLevel{
        margin-top: 30px;
    }
    .mediaBuildingImgTop{
        margin-bottom: 10px;
    }
    .mediaBuildingImgBox{
        width: 100%;
        overflow: hidden;
    }
    .mediaBuildingImg{
        overflow: hidden;
    }
    .mediaBuildingImg img{
        width: 100%;
    }
    .mediaBuildingP{
        padding: 0 15px;
        height: 49px;
        line-height: 49px;
        text-align: center;
        color: #000000FF;
        font-size: 16px;
    }
    /* 媒体介绍样式结束 */
    /* 物业合作样式开始 */
    #cooperateBox{
        padding: 0 15px;
        background-color: #F6F8FB;
    }
    #cooperateBoxCon{
        margin: 30px 15px 30px 0;
        padding: 30px 0;
        background-color: #fff;
    }
    #cooperateBoxConPBox{
        margin-top: 20px;
        padding: 0 15px;
        text-align: justify;
    }
    #cooperateBoxConPBox p{
        line-height: 30px;
        text-indent: 2em;
        font-size: 16px;
        text-align: justify;
    }
    #illustrateBox{
        padding: 30px 15px;
        /* height: 670px; */
        background-color: #fff;
    }
    #illustrateBoxCon{
        /* margin-top: 50px; */
    }
    #illustrateUl{
        padding: 25px 0 0 0;
    }
    #illustrateUl li{
        margin: 0 15px 30px 15px;
    }
    #illustrateUl li h1{
        margin-bottom: 10px;
        font-size: 20px;
        color: #151B24FF;
    }
    #illustrateUl li p{
        line-height: 26px;
        font-size: 16px;
        color: #696E74FF;
        text-align: justify;
    }
    #illustrateImg{
        margin: 0 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #afterSalesBox{
        padding: 20px 15px 0 15px;
    }
    #afterSalesImgBox{
        margin-bottom: 60px;
        padding-top: 40px;
    }
    .afterSalesImg{
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .afterSalesImg img{
        max-width: 100%;
    }
    #afterSalesP{
        margin-top: 20px;
        line-height:28px;
        text-align: center;
        font-size: 14px;
        color: #696E74FF;
    }
    /* 物业合作样式结束 */
    /* 用户分析样式开始 */
    #userAnalysisBox{
        padding: 30px 15px 0;
        /* height: 1073px; */
        background-color: #F6F8FB;
    }
    #userAnalysisConBox{
        margin-top: 30px;
    }
    #userAnalysisBoxCon{
        margin-right: 15px;
    }
    #salesBox{
        padding: 30px 15px 0 15px;
        /* height: 710px; */
        background-color: #fff;
        /* background-color: red; */
    }
    #salesBoxConImg{
        margin-top: 30px;
    }
    #salesBoxCon .playBoxImg {
        /* width: 679px; */
        /* height: 378px; */
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #salesBoxCon .playStartBox {
        height: 100%;
        width: 100%;
    }
    #caollaborationBox{
        /* height: 1000px; */
        padding: 50px 15px 0;
        background-color: #fff;
    }
    #salesDataImg{
        margin-top: 30px;
        margin-right: 15px;
    }
    #salesDataImg img{
        width: 100%;
    }
    #caollaborationCon{
        margin: 35px 0 60px 0;
    }
    #caollaborationConImg{
        margin-right: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 用户分析样式结束 */
    /* 合作形式样式开始 */
    #channelCooperateBox{
        padding: 30px 15px;
        /* height: 1075px; */
        background-color: #F6F8FB;
    }
    #channelCooperateBoxCon{
        margin-right: 15px;
        padding: 30px 0;
        /* height: 915px; */
        background-color: #fff;
    }
    #channelFormBox{
        margin-top: 30px;
        padding: 0 15px;
        overflow: hidden;
    }
    #channelFormBox p{
        line-height: 40px;
        font-size: 20px;
        font-weight: 400;
        color: #1F2836FF;
        text-align: justify;
        text-indent: 2em;
    }
    #channelFormImg{
        margin: 30px 15px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    #channelTermsBox{
        padding: 30px 15px;
        box-sizing: border-box;
    }
    #termsConBox{
        padding: 40px 15px 0 0;
    }
    .termsBox{
        /* margin: 0 15px; */
        margin-bottom: 30px;
        padding: 30px 30px 22px 40px;
        height: 174px;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 8px 8px rgba(249,249,249,1);
        overflow: hidden;
    }
    .termsBox h1{
        color: #2F89FFFF;
        font-size: 44px;
        font-weight: 700;
    }
    .termsBox h1 span{
        font-size: 20px;
        color: #2F89FFFF;
    }
    .termsBox p{
        margin-top: 15px;
        line-height: 30px;
        letter-spacing: 3px;
        color: #1F2836FF;
        font-size: 18px;
    }
    .cooperativeImg{
        background-size: 100% 100%!important;
        overflow: hidden;
    }
    .cooperativeImg img{
        width: 100%;
        height: 100%;
    }
    #channelProcessBox{
        padding: 50px 0 0 0;
    }
    #channelProcessImg{
        padding: 40px 0;
    }
    #channelProcessImg img{
        width: 100%;
    }
    /* 合作形式样式结束 */
    /* 客户案例样式开始 */
    #customerBox{
        /* height: 985px; */
        background: #000000;
    }
    #customerBoxFront{
        width: 100%;
        /* height: 985px; */
        background: url(../images/customer-bg.png) top center no-repeat fixed;
    }
    #customerCon{
        margin: 50px auto;
        /* height: 640px;
        width: 940px; */
        /* background-color: red; */
    }
    #customerCon>h1{
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 48px;
        letter-spacing: 2px;
    }
    #customerCon>h1>span{
        color: #fff;
        font-weight: 100;
        font-size: 48px;
    }
    #customerCon h3{
        margin-top: 20px;
        text-align: center;
        color: #fff;
        font-weight: lighter;
        font-size: 24px;
    }
    #customerConImg{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #customerConCode{
        padding: 0 9px 30px;
        /* margin-top: 43px; */
        /* padding: 43px 0 34px 40px; */
        /* height: 430px; */
        /* width: 940px; */
        border-radius: 10px;
        background: rgba(23,23,23,0.5);
        /* background-color: red; */
    }
    .customerImgTop{
        margin-top: 30px;
        /* margin-bottom: 50px; */
        /* padding: 22px 23px 0 22px; */
        padding-top: 30px;
        width: 100%;
        height: 344px;
        background-color: rgba(31, 31, 31, 0.9);
        /* background-color: green; */
        border-radius: 10px;
    }
    .customerImgBox{
        margin: 0 auto;
        width: 217px;
        height: 220px;
        border-radius: 10px;
        overflow: hidden;
    }
    .customerImgBox img{
        width: 100%;
        height: auto;
    }
    /* .customerImgTop:first-child{
        margin-left: 25px;
    } */
    .customerImgTop h1{
        margin-top: 8px;
        padding: 30px 15px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: 100;
    }
    #customerfooterBox{
        height: 81px;
        background-color: #1F2836;
        /* overflow: hidden; */
    }
    #customerfooterBox #footerCopy{
        margin-top: 10px;
        text-align: center;
    }
    /* 客户案例样式结束 */
    /* 关于我们样式开始 */
    #companyBox{
        padding: 30px 15px;
        background-color: #F6F8FBFF;
        overflow: hidden;
    }
    #companyBoxCon{
        margin-right: 15px;
        padding: 30px 15px 15px;
        background-color: #fff;
        overflow: hidden;
    }
    #companyConP{
        margin-top: 30px;
        padding: 0 15px;
    }
    #companyConP p{
        line-height: 35px;
        text-align: justify;
        text-indent: 2em;
        font-size: 16px;
        color: #1F2836FF;
        font-weight: 400;
    }
    #aboutUl{
        margin-top: 30px;
    }
    #aboutUl li{
        margin-bottom: 20px;
        padding: 20px;
        width: 100%;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 8px 8px rgba(249,249,249,1);
        overflow: hidden;
    }
    #aboutUl li h1{
        color: #2F89FFFF;
        font-size: 50px;
    }
    #aboutUl li h1 span{
        margin-left: 20px;
        color: #1F2836FF;
        font-size: 20px;
    }
    #aboutUl li p{
        margin-top: 10px;
        color: #1F2836FF;
        font-size: 16px;
    }
    #growthBox{
        padding: 30px 15px;
    }
    #growthListPhoneBox{
        margin-top: 30px;
        margin-right: 15px;
    }
    #growthListPhoneBox li{
        margin-bottom: 20px;
        padding: 20px 15px;
        width: 100%;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 8px 8px rgba(249,249,249,1);
    }
    #growthListPhoneBox li h1{
        color: #1F2836FF;
        font-size: 22px;
        font-weight: 700;
    }
    #growthListPhoneBox li p{
        margin-top: 10px;
        line-height: 25px;
        color: #1F2836FF;
        font-size: 18px;
    }
    /* #growthListPhoneBox li:nth-child(3){ */
    #growthListPhoneBox li.activeLi{
        background-color: #2F89FF;
    }
    /* #growthListPhoneBox li:nth-child(3) h1{ */
    #growthListPhoneBox li h1.activeH1{
        color: #fff;
        font-size: 22px;
    }
    /* #growthListPhoneBox li:nth-child(3) p{ */
    #growthListPhoneBox li p.activeP{
        margin-top: 10px;
        line-height: 25px;
        color: #fff;
        font-size: 16px;
    }
    #growthListBox{
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .industrialBox{
        padding: 30px 15px;
        background-color: #F6F8FB;
    }
    .growthImg{
        margin-top: 30px;
        padding-top: 5px;
        width: 100%;
        background-color: #fff;
        border-radius: 4px;
    }
    .growthImg li{
        margin: 10px auto 0;
        overflow: hidden;
    }
    .growthImg>li:last-child{
        margin-right: 0;
    }
    .zhuanliUl li:last-child{
        padding-bottom: 30px;
    }
    .growthImg li .growthImgBox{
        margin-top: 10px;
        height: 294px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .growthImg li .growthImgBox img{
        max-width: 100%;
        height: auto;
    }
    .growthImg li h1{
        padding: 30px 15px;
        text-align: center;
        color: #1F2836FF;
        font-size: 18px;
    }
    #contactBox{
        margin: 30px 0;
        padding: 0 15px;
        background-color: #fff;
    }
    #contactCon{
        margin-top: 30px;
        margin-right: 15px;
        border: 1px solid #BCBCBC;
        border-radius: 4px;
        overflow: hidden;
    }
    #contactUl{
        padding: 50px 15px 30px 15px;
    }
    #contactUl li{
        margin-bottom: 20px;
        padding-left: 30px;
        color: #1F2836FF;
        font-size: 16px;
        text-align: justify;
    }
    #contactUl li:nth-child(1),#contactUl li:nth-child(5){
        padding-left: 0;
    }
    #contactUl li:nth-child(1) h1,#contactUl li:nth-child(5) h1{
        font-weight: bold;
        font-size: 20px;
    }
    #contactUl li:nth-child(2),#contactUl li:nth-child(6){
        background: url(../images/add-bg.png)left center no-repeat;
    }
    #contactUl li:nth-child(3),#contactUl li:nth-child(7){
        background: url(../images/mail-bg.png) left center no-repeat;
    }
    #contactUl li:nth-child(4),#contactUl li:nth-child(8){
        background: url(../images/phone-bg.png) left center no-repeat;
    }
    #contactUl li:nth-child(4){
        margin-bottom: 50px;
    }
    /* #contactUl li:nth-child(4){
        margin: 25px auto 0;
        width: 35%;
        height: 5px;
        border-radius: 2px;
        background-color: #2F89FF;
    } */
    #container {
        overflow: hidden;
        width: 100%;
        height: 550px;
        margin: 0;
        font-family: "微软雅黑";
    }
    /* 关于我们样式结束 */
    /* 回到顶部样式开始 */
    #returnTop{
        display: none;
        position: fixed;
        bottom: 100px;
        right: 50px;
        width: 45px;
        height: 45px;
        line-height: 55px;
        text-align: center;
        background-color: #131314;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 4px 4px rgba(19,19,20,1);
    }
    #returnTop span{
        font-size: 22px;
        color: #999;
    }
    #returnTop:hover{
        background-color: #2F89FF;
        box-shadow: 0 0 4px 4px rgba(47,137,255,1);
    }
    #returnTop:hover span{
        color: #eee;
    }
    /* 回到顶部样式结束 */
    /* 新闻中心样式开始 */
    #newsBoxCon{
        margin-top: 30px;
    }
    #newsBoxConBorderBox{
        margin-bottom: 40px;
        height: 230px;
        overflow: hidden;
    }
    #newsBoxConBorderLeft{
        height: 230px;
    }
    #newsBoxConBorder{
        height: 230px;
        border: 1px solid #BCBCBC;
        border-left: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #newsBoxConBorderTitle{
        margin: 20px;
        height: 188px;
        position: relative;
    }
    #newsBoxConBorderTitleP{
        color: #B3B3B3;
        font-size: 14px;
        line-height:25px;
    }
    #newsBoxConBorderTitleH1{
        color: #242424;
        font-size: 20px;
        line-height: 28px;
    }
    #newsBoxConBorderTitleP2{
        margin: 10px 0;
        width:74px;
        height: 3px;
        background: #2F89FF;
    }
    #newsBoxConBorderTitleP3{
        color: #333;
        font-size: 14px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .abstractImg{
        height: 100%;
        width: 100%;
    }
    .newsaBtn{
        position: absolute;
        left: 0;
        bottom: 0;
        display:inline-block;
        width: 100px;
        height: 30px;
        line-height: 30px;
        background: #2F89FF;
        border-radius: 4px;
        color: #fff;
        font-size: 18px;
        text-align: center;
    }
    .newsaBtn:hover,.detailaBtn:hover{
        color: #fff;
        background-color: #4a93f9;
    }
    .detailaBtn{
        width: 116px;
        height: 34px;
        background: #2F89FF;
        border-radius: 4px 4px 4px 4px;
        color: #fff;
        font-size: 18px;
    }
    .detailConBox{
        margin-bottom: 30px;
    }
    /* .detailConBox:nth-child(3n-1){
        margin-left: 7px;
    }
    .detailConBox:nth-child(3n){
        float: right;
        margin-right: -14px;
    } */
    .newsConBoxImg{
        height: 502px;
        overflow: hidden;
    }
    .newsConBoxImg img{
        min-height:100%;
        max-width:100%;
    }
    .newsConBoxImgTitle{
        height: 230px;
        border: 1px solid #BCBCBC;
        border-top: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow: hidden;
    }
    .newsConBoxImgTitleCon{
        margin: 30px 20px;
        height: 169px;
        position: relative;
    }
    .detailTitle{
        font-size: 24px;
        color: #242424;
    }
    .detailAbstract{
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
        color: #B3B3B3;
    }
    .detailBtnBox{
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }
    .detailTime{
        color: #B3B3B3;
        font-size: 14px;"
    }
    .newsConBoxImg,.newsConBoxImgTitle{
        /* margin-right: 14px; */
    }
    /* 新闻中心样式结束 */
    /* 新闻详情样式开始 */
    #detailBox{
        margin: 30px 15px;
    }
    #detailUl li{
        float: left;
        padding: 0 5px;
        font-size: 14px;
    }
    #detailUl li:nth-child(1){
        color: #2F89FF;
    }
    #detailUl li:nth-child(2){
        color: #2F89FF;
    }
    #detailUl li:nth-child(3){
        color: #1F2836;
    }
    #detailUl li:nth-child(2) span{
        color: #2F89FF;
    }
    #detailContent{
        margin: 30px 0;
    }
    #detailTitle h1{
        font-size: 24px;
        color: #1F2836;
        text-align: center;
    }
    #detailTitle p{
        margin-bottom: 10px;
        line-height: 50px;
        text-align: center;
    }
    #detailTitle p span{
        margin-right: 25px;
        font-size: 10px;
        color: #B3B3B3;
    }
    #detailContentBox{
        padding: 30px 0;
        border-top: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
        overflow: hidden;
    }
    #detailContentBox img{
        display: block;
    }
    #detailOtherUl{
        padding: 30px 0;
    }
    #detailOtherUl li{
        line-height: 25px;
    }
    #detailOtherUl li span{
        font-size: 14px;
        color: #B3B3B3;
    }
    #detailOtherUl li a{
        font-size: 14px;
        color: #2F89FF;
    }
    #detailOtherBtn{
        margin-top: 40px;
        background-color: red;
        text-align: center;
        float: right;
        padding: 5px 30px 5px 45px;
        color: #656565;
        background: url(../images/return.png) no-repeat 15px center;
        border: 1px solid #D6D6D6;
        border-radius: 15px;
    }
    #detailOtherBtn:hover{
        border: 1px solid #2F89FF;
        color: #656565;
    }
    /*  新闻详情样式结束 */
}

/* 中屏 */
@media (min-width: 992px) and (max-width: 1549px) {
    body{
        min-width: 1200px;
    }
    /* 菜单样式开始 */
    #menuBox{
        height: 60px;
        overflow: hidden;
    }
    #logoBox{
        margin-left: 30px;
        height: 60px;
        line-height: 60px;
    }
    #logoBox img{
        height: 40px;
    }
    #menuUl li{
        float: left;
        margin: 0 20px 0 20px;
        height: 60px;
        line-height: 60px;
    }
    #menuUl li a{
        display: block;
        padding: 0 5px;
        height: 60px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
    }
    #menuUl li a.active{
        border-bottom: 4px solid #2F89FF;
        color: #2F89FF;
    }
    #menuUl li a:hover{
        border-bottom: 4px solid #2F89FF;
    }
    #phoneBox a{
        margin-right: 30px;
        padding-left: 22px;
        height: 60px;
        line-height: 63px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        background: url(../images/phone.png) no-repeat left center;
    }
    /* 菜单样式结束 */

    /* banner样式开始 */
    #bannerBox{
        height: 600px;
        overflow: hidden;
    }
    .container{
        width: 1170px;
        /* background-color: pink; */
    }
    #bannerBoxLeft{
        margin-top:184px;
    }
    #bannerBoxLeft h2{
        font-size: 30px;
    }
    #bannerBoxLeft h1{
        margin-top: 15px;
        font-size: 44px;
    }
    #bannerBoxLine{
        margin: 30px 0;
        padding: 0;
    }
    #bannerBoxLine li{
        float: left;
        margin-right: 13px;
        height: 12px;
        border-radius: 8px;
    }
    #bannerBoxLine li:nth-child(1){
        width: 80px;
    }
    #bannerBoxLine li:nth-child(2){
        width: 16px;
    }
    #bannerBoxLeft p{
        margin-top: 25px;
        color: #fff;
        font-weight: lighter;
        font-size: 22px;
    }
    #bannerBoxRightImg{
        height: 600px;
        line-height:600px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* banner样式结束 */
    /* 媒体介绍样式结束 */
    #mediaIntroductionBox{
        padding: 80px 0;
        height: 619px;
    }
    .mediaIntroductionTitle{
        margin-bottom: 40px;
    }
    .mediaIntroductionTitle h1{
        font-size: 34px;
    }
    .mediaIntroductionTitle h3{
        margin: 15px 0 0 0;
        font-size: 18px;
    }
    #mediaIntroductionRightUl{
        margin-top: 40px;
        margin-left: 40px;
    }
    #mediaFormBox #mediaIntroductionRightUl{
        margin-top: 15px;
    }
    #mediaIntroductionRightUl li{
        margin-bottom: 15px;
    }
    /* #mediaIntroductionRightUl li p::before{
        font-size: 20px;
        left: -20px;
    } */
    #mediaIntroductionRightUl li p{
        line-height: 32px;
        font-size: 18px;
        font-weight: 300;
        text-align: justify;
        font-weight: 500;
    }
    /* 媒体介绍样式结束 */
    /* 媒体优势样式开始 */
    #mediaAdvantagesBox{
        padding: 80px 0 0 0;
        height: 720px;
    }
    #mediaAdvantagesUl{
        margin: 25px 40px 0 10px;
        padding: 25px 0 1px 40px;
        border-left: 4px solid #BDD4FD;
    }
    #mediaAdvantagesUl li{
        padding-right: 40px;
        margin-bottom: 25px;
    }
    #mediaAdvantagesUl li h3{
        top: -7px;
        left: -64px;
        width: 46px;
        height: 46px;
    }
    #mediaAdvantagesUl li h1{
        font-size: 20px;
    }
    #mediaAdvantagesUl li p{
        margin-top: 5px;
        line-height: 25px;
        font-size: 16px;
        text-align: justify;
    }
    #mediaIntroductionImg{
        height: 485px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    /* 媒体优势样式结束 */
    /* 客户案例样式开始 */
    #customerStories{
        padding: 80px 0;
        height: 594px;
    }
    .playBox{
        /* margin: 0 10px 0 0; */
        width: 380px;
        height: 268px;
    }
    .playBigBox:nth-child(3) .playBox{
        margin-left: 5px;
    }
    .playBigBox:nth-child(4) .playBox{
        margin-left: 10px;
    }
    .playBoxImg{
        width: 380px;
        height: 196px;
    }
    .playStartBox{
        height: 243px;
        width: 380px;
    }
    .playBoxCon{
        padding: 15px;
        height: 72px;
    }
    .playBoxCon p{
        line-height: 30px;
        font-size: 14px;
    }
    .customerStoriesMore{
        margin-top: 35px;
        height: 40px;
    }
    .customerStoriesMore a{
        width: 140px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        border-radius: 20px;
    }
    /* 客户案例样式结束 */
    /* 我们的客户样式开始 */
    #ourCustomBox{
        padding: 50px 0 100px 0;
        /*height: 670px;*/
    }
    #ourCustomBoxUl{
        padding: 0;
    }
    #ourCustomBoxUl li{
        float: left;
        margin: 0 18px 18px 0;
        width: 180px;
        height: 84px;
        overflow: hidden;
    }
    #ourCustomBoxUl li:nth-child(6n){
        margin-right: 0;
    }
    #ourCustomBoxUl li a{
        display: block;
        padding: 10px;
        height: inherit;
        border: 1px solid #DCDCDC;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: default;
    }
    #ourCustomBoxUl li a:hover{
        border: 1px solid #2F89FF;
    }
    #ourCustomBoxUl li a img{
        max-width: 100%;
        max-height: 100%;
    }
    /* 我们的客户样式结束 */
    /* 底部样式开始 */
    #footerBox{
        padding-top: 54px;
        height: 465px;
        background-color: #1F2836;
    }
    #footerUl{
        height: 212px;
        overflow: hidden;
    }
    #footerUl>li{
        position: relative;
        float: left;
        width: 113px;
    }
    #footerUl>li>a{
        font-size: 16px;
        color: #fff;
    }
    .footerUlList{
        position: absolute;
        top: 50px;
        left: 0;
    }
    .footerUlList>li{
        margin-bottom: 20px;
    }
    .footerUlList>li>a{
        font-size: 16px;
        color: #696E74;
    }
    #footerRightUl{
        float: right;
        margin-top: 48px;
    }
    #footerRightUl li{
        position: relative;
        float: left;
        margin-right: 16px;
        width: 105px;
        height: 100px;
    }
    .floatImg{
        position: absolute;
        display: none;
        height: 147px;
        width: 147px;
        top: -157px;
        left: -21px;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;
    }
    .floatImg img{
        max-width: 100%;
        min-height: 100%;
    }
    .footerImgBox{
        width: 105px;
        height: 71px;
        border-radius: 4px;
        background-color: #353E4D;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #footerRightUl li p{
        line-height: 29px;
        color: #696E74;
        font-size: 16px;
        text-align: center;
    }
    #footerLogoPhone{
        height: 101px;
        border-top: 1px solid #363E4B;
        border-bottom: 1px solid #363E4B;
    }
    #footerLogo{
        margin-top: 27px;
        width: 136px;
        height: 44px;
        overflow: hidden;
    }
    #footerLogo img{
        max-height: 100%;
    }
    #footerPhone{
        margin: 23px 325px 0 0;
    }
    #footerPhone p{
        padding: 0;
        margin: 0;
        color: #696E74;
        font-size: 16px;
    }
    #footerPhone a{
        color: #fff;
        font-size: 24px;
    }
    #footerCopy{
        margin-top: 28px;
    }
    #footerCopy,#footerCopy a{
        color: #696E74;
        font-size: 16px;
    }
    /* 底部样式结束 */
    /* 媒体介绍样式开始 */
    #mediumBannerBox{
        height: 327px;
        width: 100%;
    }
    #mediumBannerSpan{
        height: 327px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mediumBannerSpan span{
        /* font-family: 'Bebas Neue-Regular, Bebas Neue'; */
        font-size: 100px;
        color:transparent;
        -webkit-text-stroke:1px #ADC1D4;
    }
    #mediaFormBox{
        height: 652px;
        width: 100%;
        background-color: #F6F8FB;
    }
    #mediaFormCon{
        margin: 80px 0 80px 0;
    }
    .mediumBannerTitle h1,.mediumBannerTitle p{
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .mediumBannerTitle h1{
        margin-bottom: 10px;
    }
    .mediumBannerTitle p{
        letter-spacing: 2px;
        color: #8D9197;
        font-size: 18px;
    }
    .mediumBannerLeft,.mediumBannerRight{
        margin-top: 70px;
    }
    #mediaAdvantageBox{
        height: 720px;
        background-color: #fff;
    }
    #mediaAdvantageCon{
        padding: 80px 0 0 0;
    }
    .mediaAdvantageConUl{
        margin-top: 65px;
    }
    .mediaAdvantageConCenter{
        margin-top:35px;
        padding: 30px;
    }
    .mediaAdvantageConUl li{
        margin-bottom: 37px;
    }
    .mediaAdvantageConUl li h1{
        margin-bottom: 15px;
        font-size: 22px;
        color: #2F89FFFF;
    }
    .mediaAdvantageConUl li p{
        font-size: 17px;
        font-weight: 400;
        color: #1F2836;
    }
    #mediaBuildingBox{
        height: 690px;
    }
    #mediaBuildingImgTopLevel{
        margin-top: 30px;
    }
    .mediaBuildingImgTop{
        margin-bottom: 20px;
    }
    .mediaBuildingImgTop:nth-child(4n-3) .mediaBuildingImgBox{
        margin-left: 0;
    }
    .mediaBuildingImgTop:nth-child(4n-2) .mediaBuildingImgBox{
        margin-left: 4px;
    }
    .mediaBuildingImgTop:nth-child(4n-1) .mediaBuildingImgBox{
        margin-left: 9px;
    }
    .mediaBuildingImgTop:nth-child(4n-4) .mediaBuildingImgBox{
        margin-left: 12px;
    }
    .mediaBuildingImgBox{
        width: 280px;
        height: 231px;
        overflow: hidden;
    }
    .mediaBuildingImg{
        width: 280px;
        height: 172px;
        overflow: hidden;
    }
    .mediaBuildingP{
        padding: 0 15px;
        height: 49px;
        line-height: 49px;
        text-align: center;
        color: #000000FF;
        font-size: 16px;
    }
    /* 媒体介绍样式结束 */
    /* 物业合作样式开始 */
    #cooperateBox{
        padding: 80px 0;
        height: 740px;
        background-color: #F6F8FB;
    }
    #cooperateBoxCon{
        padding-top: 70px;
        height: 580px;
        background-color: #fff;
    }
    #cooperateBoxConPBox{
        margin-top: 40px;
        padding: 0 100px;
        text-align: justify;
    }
    #cooperateBoxConPBox p{
        line-height: 50px;
        font-size: 20px;
        text-align: justify;
        text-indent: 2em;
    }
    #illustrateBox{
        padding: 80px 0 0 0;
        height: 576px;
        background-color: #fff;
    }
    #illustrateBoxCon{
        margin-top: 30px;
    }
    #illustrateUl{
        padding: 25px 0 0 0;
    }
    #illustrateUl li{
        margin-bottom: 25px;
    }
    #illustrateUl li h1{
        margin-bottom: 10px;
        font-size: 20px;
        color: #151B24FF;
        font-weight: 700;
    }
    #illustrateUl li p{
        line-height: 30px;
        font-size: 16px;
        color: #696E74FF;
    }
    #illustrateImg img{
        padding-top: 20px;
    }
    #afterSalesBox{
        padding-top: 50px;
    }
    #afterSalesImgBox{
        margin-bottom: 120px;
        padding-top: 40px;
    }
    .afterSalesImg{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .afterSalesImg img{
        max-width: 100%;
    }
    #afterSalesP{
        font-size: 16px;
        color: #696E74FF;
        line-height:30px;
        margin-top: 30px;
    }
    /* 物业合作样式结束 */
    /* 用户分析样式开始 */
    #userAnalysisBox{
        padding-top: 80px;
        height: 840px;
        background-color: #F6F8FB;
    }
    #userAnalysisConBox{
        margin-top: 30px;
    }
    #salesBox{
        padding-top: 80px;
        height: 543px;
        background-color: #fff;
    }
    #salesBoxConImg{
        margin-top: 30px;
    }
    #salesBoxCon .playBoxImg {
        margin-right: 81px;
        width: 585px;
        height: 279px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #salesDataImg{
        padding-left: 88px;
    }
    #salesBoxCon .playStartBox {
        height: 100%;
        width: 100%;
    }
    #caollaborationBox{
        /* height: 885px; */
        padding-top: 30px;
        background-color: #fff;
    }
    #caollaborationCon{
        margin: 40px 0 40px 0;
    }
    #caollaborationConImg{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 用户分析样式结束 */
    /* 合作形式样式开始 */
    #channelCooperateBox{
        padding-top: 70px;
        height: 1075px;
        background-color: #F6F8FB;
    }
    #channelCooperateBoxCon{
        padding-top: 70px;
        height: 968px;
        background-color: #fff;
    }
    #channelFormBox{
        margin-top: 50px;
        padding: 0 100px;
        overflow: hidden;
    }
    #channelFormBox p{
        line-height: 50px;
        letter-spacing: 2px;
        font-size: 24px;
        font-weight: 400;
        color: #1F2836FF;
        text-indent: 2em;
    }
    #channelFormImg{
        margin: 30px 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    #channelTermsBox{
        padding-top: 80px;
        height: 540px;
        background-color: #fff;
    }
    #termsConBox{
        padding: 40px 0 0 0;
    }
    .termsBox{
        margin-top: 3px;
        margin-right: 30px;
        margin-bottom: 30px;
        padding: 10px 20px 20px 20px;
        height: 115px;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 8px 8px rgba(249,249,249,1);
        overflow: hidden;
    }
    .termsBox h1{
        color: #2F89FFFF;
        font-size: 42px;
        font-weight: 700;
    }
    .termsBox h1 span{
        font-size: 18px;
        color: #2F89FFFF;
    }
    .termsBox p{
        margin-top: 5px;
        line-height: 22px;
        letter-spacing: 3px;
        color: #1F2836FF;
        font-size: 16px;
    }
    .cooperativeImg{
        height: 270px;
        background-color: red;
        overflow: hidden;
    }
    .cooperativeImg img{
        width: 100%;
        height: auto;
    }
    #channelProcessBox{
        padding: 50px 0 0 0;
        height: 1080px;
    }
    #channelProcessImg{
        padding: 30px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 合作形式样式结束 */
    /* 客户案例样式开始 */
    #customerBox{
        height: 860px;
        background: #000000;
    }
    #customerBoxFront{
        width: 100%;
        height: 860px;
        background: url(../images/customer-bg.png) top center no-repeat fixed;
    }
    #customerCon{
        margin: 90px auto;
        height: 611px;
        width: 940px;
    }
    #customerCon>h1{
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 44px;
        letter-spacing: 2px;
    }
    #customerCon>h1>span{
        color: #fff;
        font-weight: 100;
        font-size: 48px;
    }
    #customerCon h3{
        margin-top: 20px;
        text-align: center;
        color: #fff;
        font-weight: lighter;
        font-size: 22px;
    }
    #customerConImg{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #customerConCode{
        margin-top: 43px;
        padding: 43px 0 34px 40px;
        height: 430px;
        width: 940px;
        border-radius: 10px;
        background: rgba(23,23,23,0.5);
    }
    .customerImgTop{
        padding: 22px 23px 0 22px;
        width: 262px;
        height: 344px;
        background-color: rgba(31, 31, 31, .4);
        /* background-color: green; */
        border-radius: 10px;
    }
    .customerImgBox{
        width: 217px;
        height: 220px;
        border-radius: 10px;
        overflow: hidden;
    }
    .customerImgBox img{
        width: 100%;
        height: auto;
    }
    /* .customerImgTop:first-child{
        margin-left: 25px;
    } */
    .customerImgTop h1{
        margin-top: 8px;
        padding: 30px 15px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: 100;
    }
    #customerfooterBox{
        height: 81px;
        line-height: 71px;
        background-color: #1F2836;
        /* overflow: hidden; */
    }
    #customerfooterBox #footerCopy{
        margin-top: 0;
        text-align: center;
    }
    /* 客户案例样式结束 */
    /* 关于我们样式开始 */
    #companyBox{
        padding: 80px 0 80px 0;
        height: 1075px;
        background-color: #F6F8FBFF;
        overflow: hidden;
    }
    #companyBoxCon{
        padding: 80px 94px 0;
        height: 900px;
        background-color: #fff;
        overflow: hidden;
    }
    #companyConP{
        margin-top: 40px;
    }
    #companyConP p{
        line-height: 45px;
        text-align: justify;
        font-size: 20px;
        color: #1F2836FF;
        font-weight: 400;
        letter-spacing: 1px;
        text-indent: 2em;
    }
    #aboutUl{
        margin-top: 70px;
    }
    #aboutUl li{
        float: left;
        margin-left: -15px;
        margin-right: 30px;
        padding: 26px 20px 26px 30px;
        width: 322px;
        height: 160px;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 8px 8px rgba(249,249,249,1);
        overflow: hidden;
    }
    #aboutUl li:last-child{
        margin-right: 0;
    }
    #aboutUl li h1{
        color: #2F89FFFF;
        font-size: 44px;
    }
    #aboutUl li h1 span{
        margin-left: 20px;
        color: #1F2836FF;
        font-size: 20px;
    }
    #aboutUl li p{
        margin-top: 10px;
        color: #1F2836FF;
        font-size: 18px;
    }
    #growthBox{
        padding-top: 100px;
        height: 650px;
    }











    
    /* #growthListBox{
        margin-top: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    } */
    #growthListBox img{
        max-width: 100%;
        height: auto;
    }
    #growthListTop{
        margin: 8px 8px 50px 4px;
    }
    #growthListTop li{
        position: relative;
        float: left;
        padding: 15px;
        margin-right: 66px;
        width: 240px;
        height: 103px;
        background-color: #fff;
        box-shadow: 3px 3px 20px 1px rgba(0,0,0,0.1);
    }
    #growthListTop li:last-child{
        margin-right: 0;
    }
    #growthListTop li:hover,.activeTop{
        background-color: #2F89FF!important;
    }
    #growthListTop li:hover h1,.activeTopH1,#growthListTop li:hover p,.activeTopP{
        color: #fff!important;
    }
    #growthListTop li:hover div,.activeTriangleTop{
        border-top: 16px solid #2F89FF!important;
    }
    #growthListTop li h1{
        font-size: 22px;
        color: #000000;
    }
    #growthListTop li p{
        margin-top: 5px;
        font-size: 16px;
        color: #1F2836;
        text-align: justify;
        overflow: hidden;
    }
    .triangleTop{
        position: absolute;
        top: 100px;
        left: 114px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 16px solid #fff;
    }
    #growthListBottom{
        margin: 40px 8px 0 162px;
    }
    #growthListBottom li{
        position: relative;
        float: left;
        padding: 15px;
        margin-right: 66px;
        margin-bottom: 20px;
        width: 240px;
        height: 122px;
        background-color: #fff;
        box-shadow: 3px 3px 20px 1px rgba(0,0,0,0.1);
    }
    #growthListBottom li:last-child{
        margin-right: 0;
    }
    #growthListBottom li:hover,.activeBottom{
        background-color: #2F89FF!important;
    }
    #growthListBottom li:hover h1,.activeBottomH1,#growthListBottom li:hover p,.activeBottomP{
        color: #fff!important;
    }
    #growthListBottom li:hover div,.activeTriangleBottom{
        border-bottom: 16px solid #2F89FF!important;
    }
    #growthListBottom li h1{
        font-size: 24px;
        color: #000000;
    }
    #growthListBottom li p{
        margin-top: 5px;
        font-size: 16px;
        color: #1F2836;
        text-align: justify;
        overflow: hidden;
    }
    .triangleBottom{
        position: absolute;
        top: -16px;
        left: 113px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 16px solid #fff;
    }
    #growthListLineBox{
        width: 100%;
        margin-top: 40px;
        height: 31px;
    }
    #growthListUl{
        margin-left: 108px;
    }
    #growthListUl li{
        float: left;
        margin-right: 121px;
        width: 33px;
        height: 33px;
        background-color: #fff;
        border: 1px solid #9B9EB3;
        border-radius: 50%;
    }
    #growthListUl li:last-child{
        margin-right: 0;
    }
    #growthListUl li p{
        width: 31px;
        height: 31px;
        background-color: #9B9EB3;
        border: 1px solid #fff;
        border-radius: 50%;
    }
    #growthListUl li.activeHover{
        border: 1px solid #2F89FF;
    }
    #growthListUl li .activeHoverP{
        background-color: #2F89FF;
    }
    #growthListLine{
        height: 16px;
        border-bottom: 1px solid #9B9EB3;
    }











    .industrialBox{
        padding: 60px 0;
        background-color: #F6F8FB;
    }
    #zhuanliBox{
        padding-top: 0;
    }
    .growthImg{
        margin-top: 50px;
        height: 380px;
        width: 100%;
        background: url(../images/growth-bg.png) center bottom no-repeat;
        /* background-color: green; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .growthImg li{
        /* background-color: red; */
        margin-right: 55px;
        float: left;
        width: 225px;
        height: 480px;
        overflow: hidden;
    }
    .growthImg>li:last-child{
        margin-right: 0;
    }
    .growthImg li .growthImgBox{
        margin-top: 42px;
        width: 206px;
        height: 270px;
        overflow: hidden;
    }
    .growthImg li .growthImgBox img{
        width: 100%;
        height: auto;
    }
    .growthImg li h1{
        margin-top: 42px;
        text-align: center;
        color: #1F2836FF;
        font-size: 18px;
    }
    .zhuanliUl{
        margin-top: 0;
        height: 330px!important;
        background-image: none;
    }
    #contactBox{
        margin-top: 80px;
        height: 750px;
        background-color: #fff;
    }
    #contactCon{
        margin-top: 50px;
        height: 600px;
        border: 1px solid #BCBCBC;
        border-radius: 4px;
    }
    #contactUl{
        padding: 60px 0 0 30px;
    }
    #contactUl li{
        margin-right: 35px;
        padding-left: 35px;
        color: #1F2836FF;
        font-size: 22px;
        margin-bottom: 20px;
    }
    #contactUl li:nth-child(1),#contactUl li:nth-child(5){
        padding-left: 0;
    }
    #contactUl li:nth-child(1) h1,#contactUl li:nth-child(5) h1{
        font-weight: bold;
        font-size: 22px;
    }
    #contactUl li:nth-child(2),#contactUl li:nth-child(6){
        background: url(../images/add-bg.png)left center no-repeat;
    }
    #contactUl li:nth-child(3),#contactUl li:nth-child(7){
        background: url(../images/mail-bg.png) left center no-repeat;
    }
    #contactUl li:nth-child(4),#contactUl li:nth-child(8){
        background: url(../images/phone-bg.png) left center no-repeat;
    }
    #contactUl li:nth-child(4){
        margin-bottom: 80px;
    }
    /* #contactUl li:nth-child(4){
        margin-top: 25px;
        width: 87px;
        height: 6px;
        background-color: #2F89FF;
    } */
    #container {
        overflow: hidden;
        width: 100%;
        height: 598px;
        margin: 0;
        font-family: "微软雅黑";
    }
    /* 关于我们样式结束 */
    /* 回到顶部样式开始 */
    #returnTop{
        display: none;
        position: fixed;
        bottom: 100px;
        right: 50px;
        width: 45px;
        height: 45px;
        line-height: 55px;
        text-align: center;
        background-color: #131314;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 4px 4px rgba(19,19,20,1);
    }
    #returnTop span{
        font-size: 22px;
        color: #999;
    }
    #returnTop:hover{
        background-color: #2F89FF;
        box-shadow: 0 0 4px 4px rgba(47,137,255,1);
    }
    #returnTop:hover span{
        color: #eee;
    }
    /* 回到顶部样式结束 */
    /* 新闻中心样式开始 */
    #newsBoxCon{
        margin-top: 70px;
    }
    #newsBoxConBorderBox{
        margin-bottom: 60px;
        height: 330px;
        overflow: hidden;
    }
    #newsBoxConBorderLeft{
        height: 330px;
    }
    #newsBoxConBorder{
        height: 330px;
        border: 1px solid #BCBCBC;
        border-left: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #newsBoxConBorderTitle{
        margin: 20px;
        height: 288px;
        position: relative;
    }
    #newsBoxConBorderTitleP{
        color: #B3B3B3;
        font-size: 14px;
        line-height:30px;
    }
    #newsBoxConBorderTitleH1{
        color: #242424;
        font-size: 26px;
        line-height: 35px;
    }
    #newsBoxConBorderTitleP2{
        margin: 20px 0 18px 0;
        width:74px;
        height: 4px;
        background: #2F89FF;
    }
    #newsBoxConBorderTitleP3{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .abstractImg{
        height: 100%;
        width: 100%;
    }
    .newsaBtn{
        position: absolute;
        left: 0;
        bottom: 0;
        display:inline-block;
        width: 130px;
        height: 35px;
        line-height: 35px;
        background: #2F89FF;
        border-radius: 4px;
        color: #fff;
        font-size: 20px;
        text-align: center;
    }
    .newsaBtn:hover,.detailaBtn:hover{
        color: #fff;
        background-color: #4a93f9;
    }
    .detailaBtn{
        width: 116px;
        height: 34px;
        background: #2F89FF;
        border-radius: 4px 4px 4px 4px;
        color: #fff;
        font-size: 18px;
    }
    .detailConBox{
        margin-bottom: 60px;
    }
    .detailConBox:nth-child(3n-1){
        margin-left: 7px;
    }
    .detailConBox:nth-child(3n){
        float: right;
        margin-right: -14px;
    }
    .newsConBoxImg{
        height: 252px;
        overflow: hidden;
    }
    .newsConBoxImgTitle{
        height: 230px;
        border: 1px solid #BCBCBC;
        border-top: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow: hidden;
    }
    .newsConBoxImgTitleCon{
        margin: 30px 40px;
        height: 169px;
        position: relative;
    }
    .detailTitle{
        font-size: 24px;
        color: #242424;
    }
    .detailAbstract{
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
        color: #B3B3B3;
    }
    .detailBtnBox{
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }
    .detailTime{
        color: #B3B3B3;
        font-size: 14px;"
    }
    .newsConBoxImg,.newsConBoxImgTitle{
        margin-right: 14px;
    }
    /* 新闻中心样式结束 */
    /* 新闻详情样式开始 */
    #detailBox{
        margin: 60px 15px;
    }
    #detailUl li{
        float: left;
        padding: 0 5px;
        font-size: 14px;
    }
    #detailUl li:nth-child(1){
        color: #2F89FF;
    }
    #detailUl li:nth-child(2){
        color: #2F89FF;
    }
    #detailUl li:nth-child(3){
        color: #1F2836;
    }
    #detailUl li:nth-child(2) span{
        color: #2F89FF;
    }
    #detailContent{
        margin: 30px;
    }
    #detailTitle h1{
        font-size: 36px;
        color: #1F2836;
    }
    #detailTitle p{
        margin-bottom: 10px;
        line-height: 50px;
    }
    #detailTitle p span{
        margin-right: 50px;
        font-size: 10px;
        color: #B3B3B3;
    }
    #detailContentBox{
        padding: 30px 0;
        border-top: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
        overflow: hidden;
    }
    #detailOtherUl{
        padding: 30px 0;
    }
    #detailOtherUl li{
        line-height: 25px;
    }
    #detailOtherUl li span{
        font-size: 14px;
        color: #B3B3B3;
    }
    #detailOtherUl li a{
        font-size: 14px;
        color: #2F89FF;
    }
    #detailOtherBtn{
        margin-top: 40px;
        background-color: red;
        text-align: center;
        float: right;
        padding: 5px 30px 5px 45px;
        color: #656565;
        background: url(../images/return.png) no-repeat 15px center;
        border: 1px solid #D6D6D6;
        border-radius: 15px;
    }
    #detailOtherBtn:hover{
        border: 1px solid #2F89FF;
        color: #656565;
    }
    /*  新闻详情样式结束 */
}

/* 大屏 */
@media (min-width: 1550px) {
    body{
        min-width: 1550px;
    }
    /* 菜单样式开始 */
    #menuBox{
        height: 60px;
        overflow: hidden;
    }
    #logoBox{
        margin-left: 30px;
        height: 60px;
        line-height: 60px;
    }
    #logoBox img{
        height: 40px;
    }
    #menuUl li{
        float: left;
        margin: 0 20px 0 20px;
        height: 60px;
        line-height: 60px;
    }
    #menuUl li a{
        display: block;
        padding: 0 5px;
        height: 60px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
    }
    #menuUl li a.active{
        border-bottom: 4px solid #2F89FF;
        color: #2F89FF;
    }
    #menuUl li a:hover{
        border-bottom: 4px solid #2F89FF;
    }
    #phoneBox a{
        margin-right: 30px;
        padding-left: 22px;
        height: 60px;
        line-height: 63px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 600;
        background: url(../images/phone.png) no-repeat left center;
    }
    /* 菜单样式结束 */

    /* banner样式开始 */
    #bannerBox{
        height: 660px;
        overflow: hidden;
    }
    .container{
        width: 1520px;
    }
    #bannerBoxLeft{
        margin-top:184px;
    }
    #bannerBoxLeft h2{
        /* font-family: '黑体'; */
        font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
        font-weight: lighter;
        font-size: 40px;
    }
    #bannerBoxLeft h1{
        font-family: "SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
        margin-top: 20px;
        font-size: 54px;
    }
    #bannerBoxLine{
        margin: 40px 0;
        padding: 0;
    }
    #bannerBoxLine li{
        float: left;
        margin-right: 13px;
        height: 12px;
        border-radius: 8px;
    }
    #bannerBoxLine li:nth-child(1){
        width: 80px;
    }
    #bannerBoxLine li:nth-child(2){
        width: 16px;
    }
    #bannerBoxLeft p{
        color: #878787;
        font-weight: 300;
        font-size: 24px;
    }
    #bannerBoxRightImg{
        height: 660px;
        line-height:660px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* banner样式结束 */
    /* 媒体介绍样式结束 */
    #mediaIntroductionBox{
        padding: 100px 0;
        height: 724px;
    }
    .mediaIntroductionTitle{
        margin-bottom: 40px;
    }
    .mediaIntroductionTitle h1{
        font-size: 38px;
    }
    .mediaIntroductionTitle h3{
        margin: 15px 0 0 0;
        font-size: 18px;
    }
    #mediaIntroductionRightUl{
        padding-top: 35px;
    }
    #mediaIntroductionRightUl li{
        margin-bottom: 35px;
    }
    /* #mediaIntroductionRightUl li p::before{
        font-size: 20px;
        left: -20px;
    } */
    #mediaIntroductionRightUl li p{
        line-height: 40px;
        font-size: 22px;
        font-weight: 400;
        text-align: justify;
    }
    /* 媒体介绍样式结束 */
    /* 媒体优势样式开始 */
    #mediaAdvantagesBox{
        padding: 100px 0 0 0;
        height: 832px;
    }
    #mediaAdvantagesUl{
        margin: 10px 40px 0 20px;
        padding: 50px 50px 1px 40px;
        border-left: 4px solid #BDD4FD;
    }
    #mediaAdvantagesUl li{
        margin-bottom: 50px;
    }
    #mediaAdvantagesUl li h3{
        top: -7px;
        left: -64px;
        width: 46px;
        height: 46px;
    }
    #mediaAdvantagesUl li h1{
        font-size: 26px;
    }
    #mediaAdvantagesUl li p{
        padding-right: 50px;
        margin-top: 10px;
        line-height: 24px;
        font-size: 18px;
    }
    #mediaIntroductionImg{
        margin-top: 30px;
        height: 532px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    /* 媒体优势样式结束 */
    /* 客户案例样式开始 */
    #customerStories{
        padding: 100px 0;
        height: 634px;
    }
    .playBox{
        margin: 0 10px 0 0;
        width: 497px;
        height: 359px;
    }
    .playBoxImg{
        width: 497px;
        height: 287px;
    }
    .playStartBox{
        height: 287px;
        width: 497px;
        overflow: hidden;
    }
    .playBigBox{
        margin-right: -10px;
    }
    .playBigBox:nth-child(2){
    }
    .playBigBox:nth-child(3){
        margin: 0 5px 0 0;
        margin-left: 15px;
    }
    .playBigBox:nth-child(4){
        float: right;
    }
    .playBoxCon{
        padding: 15px;
        height: 72px;
    }
    .playBoxCon p{
        line-height: 30px;
        font-size: 14px;
    }
    .customerStoriesMore{
        margin-top: 35px;
        height: 40px;
    }
    .customerStoriesMore a{
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        border-radius: 20px;
    }
    /* 客户案例样式结束 */
    /* 我们的客户样式开始 */
    #ourCustomBox{
        padding: 115px 0 100px 0;
        height: 678px;
    }
    #ourCustomBoxUl{
        padding: 0;
    }
    #ourCustomBoxUl li{
        float: left;
        margin: 0 14px 14px 0;
        width: 205px;
        height: 84px;
        overflow: hidden;
    }
    #ourCustomBoxUl li:nth-child(7n){
        margin-right: 0;
    }
    #ourCustomBoxUl li a{
        display: block;
        padding: 10px;
        height: inherit;
        border: 1px solid #DCDCDC;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor:default;
    }
    #ourCustomBoxUl li a:hover{
        border: 1px solid #2F89FF;
    }
    #ourCustomBoxUl li a img{
        max-width: 100%;
        max-height: 100%;
    }
    /* 我们的客户样式结束 */
    /* 底部样式开始 */
    #footerBox{
        padding-top: 54px;
        height: 465px;
        background-color: #1F2836;
    }
    #footerUl{
        height: 212px;
        overflow: hidden;
    }
    #footerUl>li{
        position: relative;
        float: left;
        width: 140px;
    }
    #footerUl>li>a{
        font-size: 16px;
        color: #fff;
    }
    .footerUlList{
        position: absolute;
        top: 50px;
        left: 0;
    }
    .footerUlList>li{
        margin-bottom: 20px;
    }
    .footerUlList>li>a{
        font-size: 16px;
        color: #696E74;
    }
    #footerRightUl{
        float: right;
        margin-top: 48px;
    }
    #footerRightUl li{
        position: relative;
        float: left;
        margin-right: 16px;
        width: 105px;
        height: 100px;
    }
    .floatImg{
        position: absolute;
        display: none;
        height: 147px;
        width: 147px;
        top: -157px;
        left: -21px;
        background-color: #fff;
        border-radius: 4px;
        overflow: hidden;
    }
    .floatImg img{
        max-width: 100%;
        min-height: 100%;
    }
    .footerImgBox{
        width: 105px;
        height: 71px;
        border-radius: 4px;
        background-color: #353E4D;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
    #footerRightUl li p{
        line-height: 29px;
        color: #696E74;
        font-size: 16px;
        text-align: center;
    }
    #footerLogoPhone{
        height: 101px;
        border-top: 1px solid #363E4B;
        border-bottom: 1px solid #363E4B;
    }
    #footerLogo{
        margin-top: 27px;
        width: 136px;
        height: 44px;
        overflow: hidden;
    }
    #footerLogo img{
        max-height: 100%;
    }
    #footerPhone{
        margin: 23px 325px 0 0;
    }
    #footerPhone p{
        padding: 0;
        margin: 0;
        color: #696E74;
        font-size: 16px;
    }
    #footerPhone a{
        color: #fff;
        font-size: 24px;
    }
    #footerCopy{
        margin-top: 28px;
    }
    #footerCopy,#footerCopy a{
        color: #696E74;
        font-size: 16px;
    }
    /* 底部样式结束 */
    /* 媒体介绍样式开始 */
    #mediumBannerBox{
        height: 327px;
        width: 100%;
    }
    #mediumBannerSpan{
        height: 327px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mediumBannerSpan span{
        font-family: '黑体';
        font-size: 120px;
        color:transparent;
        -webkit-text-stroke:1px #ADC1D4;
    }
    #mediaFormBox{
        height: 798px;
        width: 100%;
        background-color: #F6F8FB;
    }
    #mediaFormCon{
        margin: 140px 0 100px 0;
    }
    .mediumBannerTitle h1,.mediumBannerTitle p{
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .mediumBannerTitle h1{
        margin-bottom: 10px;
    }
    .mediumBannerTitle p{
        letter-spacing: 2px;
        color: #8D9197;
        font-size: 18px;
    }
    .mediumBannerLeft,.mediumBannerRight{
        margin-top: 70px;
    }
    #mediaAdvantageBox{
        height: 730px;
        background-color: #fff;
    }
    #mediaAdvantageCon{
        padding: 85px 0 0 0;
    }
    .mediaAdvantageConUl{
        margin-top: 65px;
    }
    .mediaAdvantageConCenter{
        margin-top:35px;
    }
    .mediaAdvantageConUl li{
        margin-bottom: 37px;
    }
    .mediaAdvantageConUl li h1{
        margin-bottom: 20px;
        font-size: 24px;
        color: #2F89FFFF;
    }
    .mediaAdvantageConUl li p{
        font-size: 18px;
        font-weight: 400;
        color: #1F2836;
        text-align: justify;
    }
    #mediaBuildingBox{
        height: 770px;
    }
    #mediaBuildingImgTopLevel{
        margin-top: 50px;
    }
    .mediaBuildingImgTop{
        margin-bottom: 30px;
    }
    .mediaBuildingImgTop:nth-child(4n-7) .mediaBuildingImgBox{
        margin-left: -7px!important;
    }
    .mediaBuildingImgTop:nth-child(4n-1) .mediaBuildingImgBox{
        margin-left: 7px;
    }
    .mediaBuildingImgTop:nth-child(4n-4) .mediaBuildingImgBox{
        margin-left: 14px;
    }
    .mediaBuildingImgTop:nth-child(4n-3) .mediaBuildingImgBox{
        margin-left: 21px;
    }
    .mediaBuildingImgBox{
        width: 359px;
        height: 270px;
        overflow: hidden;
    }
    .mediaBuildingImg{
        width: 359px;
        height: 221px;
        overflow: hidden;
    }
    .mediaBuildingP{
        padding: 0 15px;
        height: 49px;
        line-height: 49px;
        text-align: center;
        color: #000000FF;
        font-size: 16px;
    }
    /* 媒体介绍样式结束 */
    /* 物业合作样式开始 */
    #cooperateBox{
        height: 720px;
        background-color: #F6F8FB;
    }
    #cooperateBoxCon{
        margin-top: 70px;
        padding-top: 70px;
        height: 555px;
        background-color: #fff;
    }
    #cooperateBoxConPBox{
        margin-top: 40px;
        padding: 0 100px;
        text-align: justify;
    }
    #cooperateBoxConPBox p{
        text-indent: 2em;
        line-height: 55px;
        font-size: 24px;
    }
    #illustrateBox{
        padding: 100px 0 0 0;
        height: 670px;
        background-color: #fff;
    }
    #illustrateBoxCon{
        margin-top: 50px;
    }
    #illustrateUl{
        padding: 25px 0 0 0;
    }
    #illustrateUl li{
        margin-bottom: 35px;
    }
    #illustrateUl li h1{
        margin-bottom: 10px;
        font-size: 24px;
        font-weight: 600;
        color: #151B24FF;
    }
    #illustrateUl li p{
        line-height: 26px;
        font-size: 18px;
        color: #696E74FF;
        text-align: justify;
    }
    #afterSalesBox{
        padding-top: 50px;
    }
    #afterSalesImgBox{
        margin-bottom: 120px;
        padding-top: 40px;
    }
    .afterSalesImg{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #afterSalesP{
        font-size: 16px;
        color: #696E74FF;
        line-height:30px;
        margin-top: 30px;
    }
    /* 物业合作样式结束 */
    /* 用户分析样式开始 */
    #userAnalysisBox{
        padding-top: 138px;
        height: 1100px;
        background-color: #F6F8FB;
    }
    #userAnalysisConBox{
        margin-top: 70px;
    }
    #salesBox{
        padding-top: 100px;
        height: 710px;
        background-color: #fff;
    }
    #salesBoxConImg{
        margin-top: 60px;
    }
    #salesBoxCon .playBoxImg {
        margin-right: 81px;
        width: 679px;
        height: 378px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #salesDataImg{
        padding-left: 88px;
    }
    #salesBoxCon .playStartBox {
        height: 100%;
        width: 100%;
    }
    #caollaborationBox{
        padding-top: 50px;
        background-color: #fff;
    }
    #caollaborationCon{
        margin: 75px 0 120px 0;
    }
    #caollaborationConImg{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 用户分析样式结束 */
    /* 合作形式样式开始 */
    #channelCooperateBox{
        padding-top: 70px;
        height: 1075px;
        background-color: #F6F8FB;
    }
    #channelCooperateBoxCon{
        padding-top: 70px;
        height: 915px;
        background-color: #fff;
    }
    #channelFormBox{
        margin-top: 50px;
        padding: 0 100px;
        overflow: hidden;
    }
    #channelFormBox p{
        text-indent: 2em;
        line-height: 50px;
        letter-spacing: 2px;
        font-size: 24px;
        font-weight: 400;
        color: #1F2836FF;
    }
    #channelFormImg{
        margin: 30px 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    #channelTermsBox{
        padding-top: 100px;
        height: 720px;
        background-color: #fff;
    }
    #termsConBox{
        padding: 60px 0 0 0;
    }
    .termsBox{
        margin-right: 30px;
        margin-bottom: 30px;
        padding: 22px 30px 22px 40px;
        height: 174px;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 8px 8px rgba(249,249,249,1);
        overflow: hidden;
    }
    .termsBox h1{
        color: #2F89FFFF;
        font-size: 48px;
        font-weight: 700;
    }
    .termsBox h1 span{
        /* font-size: 22px;
        color: #2F89FFFF; */
    }
    .termsBox p{
        margin-top: 15px;
        line-height: 30px;
        letter-spacing: 3px;
        color: #1F2836FF;
        font-size: 18px;
    }
    .cooperativeImg{
        height: 378px;
        overflow: hidden;
    }
    .cooperativeImg img{
        width: 100%;
        height: 100%;
    }
    #channelProcessBox{
        padding: 50px 0 0 0;
        height: 1200px;
    }
    #channelProcessImg{
        padding: 60px 0 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* 合作形式样式结束 */
    /* 客户案例样式开始 */
    #customerBox{
        height: 985px;
        background: #000000;
    }
    #customerBoxFront{
        width: 100%;
        height: 985px;
        background: url(../images/customer-bg.png) top center no-repeat fixed;
    }
    #customerCon{
        margin: 190px auto;
        height: 640px;
        width: 940px;
        /* background-color: red; */
    }
    #customerCon>h1{
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 48px;
        letter-spacing: 2px;
    }
    #customerCon>h1>span{
        color: #fff;
        font-weight: 100;
        font-size: 48px;
    }
    #customerCon h3{
        margin-top: 20px;
        text-align: center;
        color: #fff;
        font-weight: lighter;
        font-size: 24px;
    }
    #customerConImg{
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #customerConCode{
        margin-top: 43px;
        padding: 43px 0 34px 40px;
        height: 430px;
        width: 940px;
        border-radius: 10px;
        background: rgba(23,23,23,0.5);
    }
    .customerImgTop{
        padding: 22px 23px 0 22px;
        width: 262px;
        height: 344px;
        background-color: rgba(31, 31, 31, .4);
        /* background-color: green; */
        border-radius: 10px;
    }
    .customerImgBox{
        width: 217px;
        height: 220px;
        border-radius: 10px;
        overflow: hidden;
    }
    .customerImgBox img{
        width: 100%;
        height: auto;
    }
    /* .customerImgTop:first-child{
        margin-left: 25px;
    } */
    .customerImgTop h1{
        margin-top: 8px;
        padding: 30px 15px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        font-weight: 100;
    }
    #customerfooterBox{
        height: 81px;
        background-color: #1F2836;
        /* overflow: hidden; */
    }
    #customerfooterBox #footerCopy{
        margin-top: 0;
        text-align: center;
    }
    /* 客户案例样式结束 */
    /* 关于我们样式开始 */
    #companyBox{
        padding: 70px 0 90px 0;
        height: 1075px;
        background-color: #F6F8FBFF;
        overflow: hidden;
    }
    #companyBoxCon{
        padding: 80px 94px 0;
        height: 915px;
        background-color: #fff;
        overflow: hidden;
    }
    #companyConP{
        margin-top: 40px;
    }
    #companyConP p{
        text-indent: 2em;
        line-height: 50px;
        text-align: justify;
        font-size: 24px;
        color: #1F2836FF;
        font-weight: 400;
        letter-spacing: 2px;
    }
    #aboutUl{
        margin-top: 70px;
    }
    #aboutUl li{
        float: left;
        margin-left: -15px;
        margin-right: 88px;
        padding: 26px 47px;
        width: 400px;
        height: 174px;
        border-radius: 4px;
        background-color: #fff;
        box-shadow: 0 0 8px 8px rgba(249,249,249,1);
        overflow: hidden;
    }
    #aboutUl li:last-child{
        margin-right: 0;
    }
    #aboutUl li h1{
        color: #2F89FFFF;
        font-size: 60px;
    }
    #aboutUl li h1 span{
        margin-left: 20px;
        color: #1F2836FF;
        font-size: 24px;
    }
    #aboutUl li p{
        margin-top: 10px;
        color: #1F2836FF;
        font-size: 18px;
    }
    #growthBox{
        padding-top: 100px;
        height: 750px;
    }
    #growthListBox{
        margin-top: 40px;
        overflow: hidden;
    }
    #growthListTop{
        margin: 8px 8px 50px 8px;
    }
    #growthListTop li{
        position: relative;
        float: left;
        padding: 30px 20px;
        margin-right: 86px;
        width: 310px;
        height: 142px;
        background-color: #fff;
        box-shadow: 3px 3px 20px 1px rgba(0,0,0,0.1);
    }
    #growthListTop li:last-child{
        margin-right: 0;
    }
    #growthListTop li:hover,.activeTop{
        background-color: #2F89FF!important;
    }
    #growthListTop li:hover h1,.activeTopH1,#growthListTop li:hover p,.activeTopP{
        color: #fff!important;
    }
    #growthListTop li:hover div,.activeTriangleTop{
        border-top: 16px solid #2F89FF!important;
    }
    #growthListTop li h1{
        font-size: 24px;
        color: #000000;
    }
    #growthListTop li p{
        margin-top: 5px;
        font-size: 18px;
        color: #1F2836;
    }
    .triangleTop{
        position: absolute;
        top: 142px;
        left: 140px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 16px solid #fff;
    }
    #growthListBottom{
        margin: 50px 8px 0 208px;
    }
    #growthListBottom li{
        position: relative;
        float: left;
        padding: 30px 20px;
        margin-right: 86px;
        margin-bottom: 20px;
        width: 310px;
        height: 142px;
        background-color: #fff;
        box-shadow: 3px 3px 20px 1px rgba(0,0,0,0.1);
    }
    #growthListBottom li:last-child{
        margin-right: 0;
    }
    #growthListBottom li:hover,.activeBottom{
        background-color: #2F89FF!important;
    }
    #growthListBottom li:hover h1,.activeBottomH1,#growthListBottom li:hover p,.activeBottomP{
        color: #fff!important;
    }
    #growthListBottom li:hover div,.activeTriangleBottom{
        border-bottom: 16px solid #2F89FF!important;
    }
    #growthListBottom li h1{
        font-size: 24px;
        color: #000000;
    }
    #growthListBottom li p{
        margin-top: 5px;
        font-size: 18px;
        color: #1F2836;
    }
    .triangleBottom{
        position: absolute;
        top: -16px;
        left: 140px;
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 16px solid #fff;
    }
    #growthListLineBox{
        margin-top: 50px;
        height: 31px;
    }
    #growthListUl{
        margin-left: 140px;
    }
    #growthListUl li{
        float: left;
        margin-right: 165px;
        width: 33px;
        height: 33px;
        background-color: #fff;
        border: 1px solid #9B9EB3;
        border-radius: 50%;
    }
    #growthListUl li:last-child{
        margin-right: 0;
    }
    #growthListUl li p{
        width: 31px;
        height: 31px;
        background-color: #9B9EB3;
        border: 1px solid #fff;
        border-radius: 50%;
    }
    #growthListUl li.activeHover{
        border: 1px solid #2F89FF;
    }
    #growthListUl li .activeHoverP{
        background-color: #2F89FF;
    }
    #growthListLine{
        height: 16px;
        border-bottom: 1px solid #9B9EB3;
    }


















    .industrialBox{
        padding-top: 30px;
        background-color: #F6F8FB;
    }
    .growthImg{
        height: 460px;
        width: 100%;
        background: url(../images/growth-bg.png) right bottom no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .growthImg li{
        /* background-color: red; */
        margin-right: 55px;
        float: left;
        width: 225px;
        height: 480px;
        overflow: hidden;
    }
    .growthImg>li:last-child{
        margin-right: 0;
    }
    .growthImg li .growthImgBox{
        margin-top: 60px;
        width: 225px;
        height: 294px;
        overflow: hidden;
    }
    .growthImg li .growthImgBox img{
        width: 100%;
        height: auto;
    }
    .growthImg li h1{
        margin-top: 42px;
        text-align: center;
        color: #1F2836FF;
        font-size: 18px;
    }
    .zhuanliUl{
        margin-top: 50px;
        height: 320px;
        background-image: none!important;
    }
    #contactBox{
        margin-top: 150px;
        height: 838px;
        background-color: #fff;
    }
    #contactCon{
        margin-top: 50px;
        height: 590px;
        border: 1px solid #BCBCBC;
        border-radius: 4px;
        overflow: hidden;
    }
    #contactUl{
        padding: 77px 0 0 30px;
    }
    #contactUl li{
        margin-right: 35px;
        padding-left: 35px;
        color: #1F2836FF;
        font-size: 22px;
        margin-bottom: 20px;
    }
    #contactUl li:nth-child(1),#contactUl li:nth-child(5){
        padding-left: 0;
    }
    #contactUl li:nth-child(1) h1,#contactUl li:nth-child(5) h1{
        font-weight: bold;
        font-size: 24px;
    }
    #contactUl li:nth-child(2),#contactUl li:nth-child(6){
        background: url(../images/add-bg.png)left center no-repeat;
    }
    #contactUl li:nth-child(3),#contactUl li:nth-child(7){
        background: url(../images/mail-bg.png) left center no-repeat;
    }
    #contactUl li:nth-child(4),#contactUl li:nth-child(8){
        background: url(../images/phone-bg.png) left center no-repeat;
    }
    #contactUl li:nth-child(4){
        margin-bottom: 80px;
    }
    /* #contactUl li:nth-child(4){
        margin-top: 25px;
        width: 87px;
        height: 6px;
        background-color: #2F89FF;
    } */
    #container {
        overflow: hidden;
        width: 100%;
        height: 588px;
        margin: 0;
        font-family: "微软雅黑";
    }
    /* 关于我们样式结束 */
    /* 回到顶部样式开始 */
    #returnTop{
        display: none;
        position: fixed;
        bottom: 100px;
        right: 50px;
        width: 50px;
        height: 50px;
        line-height: 60px;
        text-align: center;
        background-color: #131314;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 0 4px 4px rgba(19,19,20,1);
    }
    #returnTop span{
        font-size: 22px;
        color: #999;
    }
    #returnTop:hover{
        background-color: #2F89FF;
        box-shadow: 0 0 4px 4px rgba(47,137,255,1);
    }
    #returnTop:hover span{
        color: #eee;
    }
    /* 回到顶部样式结束 */
    /* 新闻中心样式开始 */
    #newsBoxCon{
        margin-top: 100px;
    }
    #newsBoxConBorderBox{
        margin-bottom: 60px;
        height: 405px;
        overflow: hidden;
    }
    #newsBoxConBorderLeft{
        height: 405px;
    }
    #newsBoxConBorder{
        height: 405px;
        border: 1px solid #BCBCBC;
        border-left: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    #newsBoxConBorderTitle{
        margin: 40px;
        height: 325px;
        position: relative;
    }
    #newsBoxConBorderTitleP{
        color: #B3B3B3;
        font-size: 14px;
        line-height:35px;
    }
    #newsBoxConBorderTitleH1{
        color: #242424;
        font-size: 30px;
        line-height: 40px;
    }
    #newsBoxConBorderTitleP2{
        margin: 20px 0;
        width:74px;
        height: 4px;
        background: #2F89FF;
    }
    #newsBoxConBorderTitleP3{
        color: #333;
        font-size: 14px;
        line-height: 24px;
    }
    .abstractImg{
        height: 100%;
        width: 100%;
    }
    .newsaBtn{
        position: absolute;
        left: 0;
        bottom: 0;
        display:inline-block;
        width: 148px;
        height: 42px;
        line-height: 42px;
        background: #2F89FF;
        border-radius: 4px;
        color: #fff;
        font-size: 22px;
        text-align: center;
    }
    .newsaBtn:hover,.detailaBtn:hover{
        color: #fff;
        background-color: #4a93f9;
    }
    .detailaBtn{
        width: 116px;
        height: 34px;
        background: #2F89FF;
        border-radius: 4px 4px 4px 4px;
        color: #fff;
        font-size: 18px;
    }
    .detailConBox{
        margin-bottom: 60px;
    }
    .detailConBox:nth-child(3n-1){
        margin-left: 7px;
    }
    .detailConBox:nth-child(3n){
        float: right;
        margin-right: -14px;
    }
    .newsConBoxImg{
        height: 330px;
        overflow: hidden;
    }
    .newsConBoxImgTitle{
        height: 230px;
        border: 1px solid #BCBCBC;
        border-top: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow: hidden;
    }
    .newsConBoxImgTitleCon{
        margin: 30px 40px;
        height: 169px;
        position: relative;
    }
    .detailTitle{
        font-size: 24px;
        color: #242424;
    }
    .detailAbstract{
        margin-top: 15px;
        font-size: 14px;
        line-height: 24px;
        color: #B3B3B3;
    }
    .detailBtnBox{
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 34px;
        line-height: 34px;
        text-align: center;
    }
    .detailTime{
        color: #B3B3B3;
        font-size: 14px;"
    }
    .newsConBoxImg,.newsConBoxImgTitle{
        margin-right: 14px;
    }
    /* 新闻中心样式结束 */
    /* 新闻详情样式开始 */
    #detailBox{
        margin: 60px 15px;
    }
    #detailUl li{
        float: left;
        padding: 0 5px;
        font-size: 14px;
    }
    #detailUl li:nth-child(1){
        color: #2F89FF;
    }
    #detailUl li:nth-child(2){
        color: #2F89FF;
    }
    #detailUl li:nth-child(3){
        color: #1F2836;
    }
    #detailUl li:nth-child(2) span{
        color: #2F89FF;
    }
    #detailContent{
        margin: 30px;
    }
    #detailTitle h1{
        font-size: 36px;
        color: #1F2836;
    }
    #detailTitle p{
        margin-bottom: 10px;
        line-height: 50px;
    }
    #detailTitle p span{
        margin-right: 50px;
        font-size: 10px;
        color: #B3B3B3;
    }
    #detailContentBox{
        padding: 30px 0;
        border-top: 1px solid #D6D6D6;
        border-bottom: 1px solid #D6D6D6;
        overflow: hidden;
    }
    #detailOtherUl{
        padding: 30px 0;
    }
    #detailOtherUl li{
        line-height: 25px;
    }
    #detailOtherUl li span{
        font-size: 14px;
        color: #B3B3B3;
    }
    #detailOtherUl li a{
        font-size: 14px;
        color: #2F89FF;
    }
    #detailOtherBtn{
        margin-top: 40px;
        background-color: red;
        text-align: center;
        float: right;
        padding: 5px 30px 5px 45px;
        color: #656565;
        background: url(/static/site/images/return.png) no-repeat 15px center;
        border: 1px solid #D6D6D6;
        border-radius: 15px;
    }
    #detailOtherBtn:hover{
        border: 1px solid #2F89FF;
        color: #656565;
    }
    /*  新闻详情样式结束 */
}