/* PC 专用样式 */
@media screen and (min-width: 961px) {
* {
    margin: 0;
    padding: 0;
}

/* 公用 */
header, section, footer, ul, li, p, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
}

html,body {
    width:100%;
    height:100%;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

/*测试 class*/
.coral {
    background-color: lightcoral;
}
.blue {
    background-color: lightblue;
}
.green {
    background-color: lightgreen;
}
.pink {
    background-color: lightpink;
}
.gray {
    background-color: lightgray;
}


    /* .pc {
        display: block;
    }

    .mobile {
        display: none;
    } */

    html, body {
        width: 100%;
        height: 100%;
        font-size: 16px;
        /* overflow: hidden; */
    }

    .stbz-main {
        width: 100%;
        margin: 0 auto;
        height: 100%;
        overflow: auto;
    }

    .stbz-main > section {
        position: relative;
    }
    /* header start */
    header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: rgba(53,53,53,.1);
    }

    .header-con {
        width: 60%;
        margin: 0 auto;
        height: 60px;
        color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
    }

    .scroll-active {
        background-color: #353535;
    }

    .nav {
        width: 80%;
        height: 100px;
        color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
    }

    .nav > li {
        padding: 10px 25px;
    }

    .nav > li:first-child {
        padding-left: 0;
        padding-top: 15px;
    }


    .nav > li > a {
        color: #fff;
    }

    .top-logo {
        width:114px;
        height:35px;
        border: none;
    }

    .register-login-btn {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: center;
        font-size :16px;
    }

    .register-btn, .login-btn {
        padding: 2px 12px;
        border-radius: 4px;
        cursor: pointer;
    }

    .register-btn {
        border: 1px solid #fff;
    }

    .login-btn {
        border: 1px solid #1D8EFE;
        background: #1D8EFE;
        margin-left: 20px;
    }
    /* header end */

    /* case-statistics-main start */
    .case-statistics-main {
        z-index: 9;
        width: 60%;
        height: 140px;
        margin: -70px 20% 60px;
        background-color: #fff;
        border-radius: 5px;
        position: absolute;
        box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .pre-case-con {
        width: 100%;
        text-align: center;
        color: #858484;
        /*border-right: 1px solid #d4d4d4;*/
    }

    .pre-case-con:nth-child(4) {
        border: none;
    }
    .case-num {
        font-size: 52px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #333;
    }

    .case-unit {
        display: inline-block;
        vertical-align: top;
    }

    .case-desc {
        padding-right: 20px;
        font-size: 14px;
    }
    /* case-statistics-main end */

    #banner-swiper{
        width: 100%;
        height: 631px;
        position: relative;
    }

    .hxz-bullet {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #fff;
        opacity:1;
        margin: 0 4px;
        padding-top: 1px;
    }

    .hxz-bullet-active {
        width: 30px;
        padding-top: 1px;
        border-radius: 10px;
        background-color: #fff;
        opacity: 1;
    }

    .active {
        background-color: #1e1e1e!important;
    }

    #banner-swiper .ban-swiper-img {
        width: 100%;
        height: 631px;
    }

    /* banner */
    .banner {
        width: 100%;
        height: 562px;
        margin-right: auto;
        margin-left: auto;
        overflow: hidden;
    }

    /* 系统通知 */
    .sys-notice-main {
        font-size: 20px;
        width: 60%;
        height: 60px;
        line-height: 60px;
        margin: 90px 20% 40px;
        background: url("./../image/tip.png") 0 no-repeat;
        background-size: 32px;
        padding-left: 45px;
        overflow: hidden;
        color: #3161d6;
        font-family: 'Microsoft YaHei', Arial, sans-serif;
        font-weight: 400;
    }

    .notice-p {
        float: left;
    }

    .sys-notice-main > .swiper-container {
        float: left;
    }

    .sys-notice-swiper a {
        color: #3161d6;
    }

    .ps-con {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .pre-ps {

    }

    /* 产品服务 */
    .product-service-main {
        width: 60%;
        margin: 0 20% 100px;
    }

    .ps-first-title {
        font-size: 32px;
        text-align: center;
        padding: 20px 0 60px;
    }

    .pre-ps {
        width: 24%;
        box-shadow: 0 5px 25px 4px rgba(0, 0, 0, 0.1);
        padding: 34px 27px;
    }

    .ps-img {
        display: block;
        width: 100px;
        height: 90px;
        margin: 0 auto;
    }

    .ps-title {
        text-align: center;
        padding: 20px 0 25px;
        height: 18px;
        line-height: 18px;
        font-size: 18px;
        font-weight: 400;
        color: #000000;
    }

    .ps-desc {
        height: 150px;
        font-size: 14px;
        font-weight: 400;
        color: #5E5E5E;
        line-height: 24px;
        padding-top: 10px;
        overflow: hidden;
    }

    .ps-btn {
        width: 180px;
        height: 38px;
        background: linear-gradient(117deg, #4AA2F1 0%, #4D97EF 100%);
        border-radius: 5px;
        text-align: center;
        line-height: 38px;
        color: #fff;
        margin: 34px auto 0;
        cursor: pointer;
    }

    /*解决方案*/
    .platform-solution-main {
        width: 100%;
        height: 603px;
        background: url("./../image/platform-solution-bg.png") center center no-repeat;
        background-size: cover;
    }

    .pfs-con {

    }

    .pfs-title {
        height: 38px;
        line-height: 38px;
        font-size: 38px;
        text-align: center;
        font-weight: 400;
        color: #FFFFFF;
        padding: 90px 0 80px;
    }

    .pfs-main {
        width: 78%;
        height: 333px;
        margin: 0 auto 0;
        overflow: hidden;
        color: #fff;
        /*background: #fff;*/
    }
    .pfs-main-title {
        width: 160px;
        height: 100%;
        float: left;
        padding: 20px 30px 0 0;
        border-right: 1px solid #6a696d;
        text-align: right;
        font-size: 18px;/*color: #508FED;*/
    }

    .pfs-main-title > p {
        height: 50px;
        line-height: 50px;
        margin-bottom: 18px;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        position: relative;
        cursor: pointer;
    }

.pfs-main-title .pfs-tip-bg {
        display: none;
        position: absolute;
        width: 12px;
        height: 40px;
        top: 4px;
        right: -36px;
        background: linear-gradient(0deg, #4F90ED 0%, #586FE8 100%);
        border-radius: 6px;
    }

    .pfs-main-desc {
        width: calc(100% - 280px);
        float: right;
        margin: 30px 20px 0 10px;
    }

    .single-pfs-desc {
        display: none;
        color: #fff;
    }
    .pfs-main-title p:first-child .pfs-tip-bg {
        display: block;
    }

    .single-pfs-desc:nth-child(1) {
        display: block;
    }

    .pfs-desc-title {
        height: 20px;
        line-height: 20px;
        font-size: 20px;
        margin: 0 5px 28px 0;
    }

    .pfs-desc-text {
        line-height: 30px;
        font-size: 14px;
    }

    .solution-bg-main {
        display: flex;
        justify-content: start;
        margin-top: 90px;
        /*align-items: center;*/
    }

    .sl-bg-pre {
        text-align: center;
    }

    .sl-bg-img1 {
        width: 36px;
        height: 29px;
        margin: 0 auto;
    }
    .sl-bg-img2 {
        width: 35px;
        height: 32px;
        margin: 0 auto;
    }
    .sl-bg-img3 {
        width: 35px;
        height: 32px;
        margin: 0 auto;
    }
    .sl-bg-img4 {
        width: 32px;
        height: 32px;
        margin: 0 auto;
    }

    .sl-bg-arrow {
        width: 65px;
        height: 13px;
        margin: 8px 5px 0;
        background: url("./../image/arrow.png") 0 0 no-repeat;
    }

    .sl-bg-title {
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        margin-top: 20px;
    }

    /* click 效果*/
    .pfs-main-title .click-pfs-main-title {
        color: #508FED;
    }

    /* 新闻资讯 */
    .new-main {
        width: 100%;
        background: url("./../image/new-bg.png") 0 0 no-repeat;
        background-size: cover;
        overflow: hidden;
        padding-bottom: 100px;
    }
    .new-title {
        height: 40px;
        line-height: 40px;
        font-size: 38px;
        color: #333333;
        text-align: center;
        margin: 80px 0;
    }

    .new-con {
        width: 60%;
        margin: 0 auto;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        /*align-items: center;*/
        flex-direction: row;
    }

    .top-new-con {
        width: 55%;
        background: #f6f6f6;
        cursor: pointer;
    }

    .top-new-con > a {
        display:inline-block;
        width: calc(100% - 40px)
    }

    .top-new-con-img {
        width: calc(100% - 40px);
        margin: 20px 20px 10px;
    }

    .new-pre-con {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        padding: 20px;
    }

    .new-time-con {
        width: 50px;
        padding-right: 20px;
    }

    .new-time-con > .new-time-year {
        text-align: center;
        height: 18px;
        line-height: 18px;
        font-size: 18px;
        color: #333333;
        padding: 0 0 7px;
        border-bottom: 1px solid #DEDEDE;
    }

    .new-time-con > .new-time-month {
        text-align: center;
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        padding: 7px 0 0;
        color: #898989;
    }

    .new-single-desc {
        width: calc(100% - 50px)
    }

    .new-single-desc >.new-single-title {
        text-align: left;
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        color: #333333;
        padding: 4px 0 7px;

        /*display: inline-block;*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }

    .new-single-desc > .new-single-text {
        text-align: left;
        height: 14px;
        line-height: 14px;
        font-size: 14px;
        padding: 7px 0 0;
        color: #898989;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow:ellipsis;
    }

    .new-reset-con {
        width: 45%;
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .new-reset-con > a {
        display: inline-block;
        width: calc(100% - 40px);
    }
    .top-new-con > a,.new-reset-con > a{
        margin: 0 20px 10px ;
    }
    .new-reset-con > .custom-new-con {
        width: calc(100% - 55px);
        margin: 0 0 12px 15px;
        background: #F6F6F6;
        padding: 15px 20px;
        cursor: pointer;
    }

    .new-reset-con > .custom-new-con:last-child {
        margin-bottom: 0;
    }

    .new-reset-con > .active-custom-new-con {

    }

    .custom-new-con:hover {
        background: linear-gradient(85deg, #5577EA 0%, #4D97EF 100%);
    }


    .custom-new-con:hover .new-time-year,.custom-new-con:hover .new-time-month,
    .custom-new-con:hover .new-single-title,.custom-new-con:hover .new-single-text{
        color: #fff!important;
    }

    /* 新闻详情 */
    .news-details-main {
        width: 100%;
        overflow: auto;
    }
    .news-header-spe {
        background-color: #547BEB;;
    }
    .new-details-con {
        width: 60%;
        /*height: 600px;*/
        background-color: #fff;
        margin: 40px 20%;
        padding-top: 100px;
    }

    .new-det-title {
        height: 20px;
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        text-align: center;
        margin: 0 0 40px;
    }

    .new-det-abstract {
        height: 28px;
        line-height: 28px;
    }

    .new-det-content {
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        line-height: 34px;
    }

    .new-det-content > p {
        margin: 10px 0;
        text-indent: 28px;
    }

    .new-det-content img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    /* middle-banner */
    .middle-banner-main {
        width: 100%;
        height: 196px;
        background: url("./../image/middle-banner-bg.png") 0 0 no-repeat;
        background-size: cover;
    }
    /* 供应商logo */
    .supplier-logo-main {
        width: 60%;
        margin: 0 auto 70px;
    }

    .sl-title {
        font-size: 38px;
        text-align: center;
        padding: 70px 0;
    }

    .sl-title > .sl-title-spe-span {
        color: #059BF9;
    }

    .sl-con {
        display: flex;
        justify-content: center;
        flex-direction: row;
        align-items: center;
    }

    .sl-img-pre-con {
        width: calc(16.67% - 38px);
        height: calc(100% - 32px);
        border: 1px solid #D2DDE5;
        padding: 5px 8px;
        margin: 0 10px 20px;
        overflow: hidden;
    }

    .sl-img-pre {
        width:100%;
        height:85px;
        /*margin:auto;*/
    }

    /* 我要合作 */
    .coo-main {
        height: 209px;
        width: 100%;
        background: url("./../image/cooperation-bg.png") 0 0 no-repeat;
        background-size: cover;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .coo-title {
        font-size: 34px;
        font-weight: 400;
        text-align: center;
        padding-bottom: 30px;
    }

    .coo-btn {
        width: 215px;
        height: 52px;
        font-size: 24px;
        border: 1px solid #FFFFFF;
        border-radius: 10px;
        margin: 0 auto;
        text-align: center;
        line-height: 52px;
        cursor: pointer;
    }

    /*关于我们-底部*/
    .contact {
        height: 243px;
        /*background: url("./../image/f") no-repeat center 0;*/
        /*background-size: 100% 100%;*/
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact > p {
        letter-spacing: 2px;
        text-align: center;
        font-size: 26px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 46px;
    }

    .contact > p > span {
        color: #1966FF;
    }

    .about-con {
        /*height: 200px;*/
        color: #fff;
        background: #242A37;
        display: flex;
        flex-direction: row;
        justify-content: center;
        /*align-items: center;*/
        font-size: 14px;
        /*padding-top: 30px ;*/
        padding: 40px 0;
    }

    .about-list, .about-us {}

    .about-list {
        height: 110px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #50555f;
        padding-right: 80px;
    }

    .about-list > ul {
        height: 66px;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .about-list > ul > li {
        height: 30px;
        padding: 0 40px;
        line-height: 30px;
        border-right: 1px solid #50555f;
        cursor: pointer;
    }

    .about-list > ul > li:last-child {
        border: none;
    }

    .about-list a {
        color: #fff;
    }

    .about-gs {
        font-size: 14px;
        font-weight: 400;
        color: #959BA8;
    }

    .about-us {
        /*margin-left: 80px;*/
        width: calc(36% - 160px);
        margin: 0 80px;
        align-self: flex-start;
    }

    .about-us > p {
        letter-spacing: 1px;
        font-weight: 400;
        color: #959BA8;
        line-height: 26px;
    }

    .about-us .us-title {
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 40px;
    }

    /* 我要合作对话框 */
    .to-coo-dialog {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3)!important;
        z-index: 99999;
        filter: alpha(opacity=30);
    }

    .tc-main-con {
        width: 700px;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: -30px auto 0;
    }

    .tc-main {
        width: 100%;
        height: 70%;
        background-color: #fff;
        color: #333;
    }

    .tc-title {
        height: 55px;
        line-height: 55px;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        color: #000000;
        border-bottom: 1px solid #E7E7EB;
        position: relative;
    }

    .tc-close-x {
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        top: 13px;
        right: 13px;
        cursor: pointer;
        color: #ccc;
        font-size: 14px;
        font-weight: 600;
    }

    .tc-close-x:hover {
        color: #333;
    }

    .tc-con {
        height: calc(100% - 142px);
        overflow-y: auto;
        margin: 10px 5px 10px 0;
    }

    .tc-con-pre {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        width: 80%;
        margin: 25px 10%;
        font-size: 14px;
        font-weight: 400;
        color: #202020;
    }

    .tcp-title {
        width: 90px;
        text-align: right;
        /*line-height: 28px;*/
    }

    .tcp-title:before {
        color: red;
        content: "*";
        vertical-align: bottom;
        padding-right: 5px;
    }

    .radio-con {
        padding: 0 20px 0 10px;
    }

    .tcp-text {
        flex: 1;
        width: 100%;
        height: 28px;
        line-height: 28px;
        padding: 2px 5px;
        border: 1px solid #D7D7D8;
        border-radius: 5px;
        color: #333;
        background-color: #F7F8FA;
    }

    .tcp-text-area {
        flex: 1;
        width: 100%;
        line-height: 24px;
        padding: 5px;
        border: 1px solid #D7D7D8;
        border-radius: 5px;
        color: #333;
        background-color: #F7F8FA;
    }

    .tc-btn-con {
        height: 65px;
        line-height: 65px;
        text-align: center;
        border-top: 1px solid #E7E7EB;
    }

    .tc-cancel,.tc-submit {
        padding: 6px 20px;
        border-radius: 5px;
        background: #fff;
        border: 1px solid #D5D6DE;
        margin: 0 10px;
        font-size: 16px;
        cursor: pointer;
    }

    .tc-submit {
        color: #fff;
        background: #4D97EF;
    }

    /* 联系我们 fixed 左下角 */
    .contact-us-main {
        position: fixed;
        width: 70px;
        height: 141px;
        background-color: #1d8efe;
        z-index: 999;
        right: 10px;
        bottom: 60px;
        border-radius: 5px 0 0 5px;
    }

    .cu-con {
        /*overflow: hidden;*/
        position: relative;
    }

    .cu-phone-con,.cu-wechat-con {
        width: 50px;
        height: 50px;
        margin: 15px 10px;
        color: #fff;
        text-align: center;
        font-size: 12px;
        z-index: 1000;
        position: relative;
    }

    .cu-phone-con {
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
    }

    .cu-wechat-con {
        /*margin-top: 20px;*/
    }

    .cu-phone-img, .cu-wechat-img {
        width: 24px;
        margin: 0 auto;
    }

    .cu-phone-text,.cu-wechat-text {
        line-height: 22px;
    }

    .cu-phone-con-hover {
        display: none;
        position: absolute;
        top: -15px;
        right: 60px;
        width: 200px;
        padding: 15px 20px;
        border-radius: 4px;
        border: 1px solid #e6ebf5;
        background-color: #fff;
        overflow: hidden;
        color: #303133;
        text-align: start;
    }

    .cu-phone-con-hover > p {
        font-size: 14px;
        height: 26px;
        line-height: 26px;
        color: #374666;
        text-indent: 24px;
    }

    .cup-hover-phone,.cup-hover-time {
        height: 30px;
        line-height: 30px;
        font-size: 16px
    }

    .cup-hover-phone{
        background: url("./../image/fixed-phone-sm.png") 0 center no-repeat;
    }

    .cup-hover-time {
        margin-top: 6px;
        background: url("./../image/fixed-clock.png") 0 center no-repeat;
    }

    .cu-phone-con-hover .spe-color {
        color: #1d8efe;
    }

    .cu-wechat-con-hover {
        display: none;
        position: absolute;
        top: -86px;
        right: 60px;
        width: 137px;
        border-radius: 4px;
        border: 1px solid #e6ebf5;
        background-color: #fff;
        overflow: hidden;
    }

    .cuwc-hover-img {
        width: 107px;
        height: 107px;
        padding: 15px;
    }

    #cuPhoneCon:hover > #cuPhoneConHover{
        display: block;
    }

    #cuWechatCon:hover  #cuWechatConHover {
        display: block;
    }

    /* 公共样式 */
    /*增加 手指标*/
    .custom-cursor {
        cursor: pointer;
    }

    /* 取消a标签默认样式 */
    a {
        text-decoration: none;
    }
    /*正常的未被访问过的链接*/
    a:link {
        text-decoration: none;
    }
    /*已经访问过的链接*/
    a:visited {
        text-decoration: none;
    }
    /*鼠标划过(停留)的链接*/
    a:hover {
        text-decoration: none;
    }
    /* 正在点击的链接*/
    a:active {
        text-decoration: none;
    }

    /* 可以自定义 滚动条样式 */
    /* 滚动条宽度 */
    /*::-webkit-scrollbar {*/
    /*  width: 12px;*/
    /*  height: 12px;*/
    /*}*/

    /* 滚动条的滑块 */
    /*::-webkit-scrollbar-thumb {*/
    /*  background-color: #c0ccda;*/
    /*  border-radius: 6px;*/
    /*}*/
}
/* pc end */
