.hide{
    display: none;
}

.kcc-list{
    width: 350px;
    height: 58px;
}

.kcc-list li{
    width: auto;
    padding: 0 15px;
    height: 35px;
    margin-top: 15px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
}
.kcc-list li a{
    color: #ffffff;
}
.kcc-list li a:hover{
    color: #ffffff;
    font-weight: bold;
}

.kingshiper-other-btn {
    width: 263px;
    height: 66px;
    background: #fff;
    border-radius: 38px;
    margin: 0px auto 0;
    transition: all .2s ease-in-out;
    font-weight: 700;
    cursor: pointer
}

.kingshiper-other-btn:hover {
    background: #f5f5f5
}

.kingshiper-other-btn a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 66px;
    font-family: "Microsoft YaHei";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: #000
}

.kingshiper-other-btn a img {
    margin-left: 12px
}


.footer-box{
    width: 300px;
    height: 180px;
    color: #ffffff;
    margin-right: 30px;
}
.footer-box:last-child{
    margin-right: 0;
}
.footer-box .title{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.footer-box a{
    color: #ffffff;
}
.footer-box a:hover{
    color: #ffffff;
    text-decoration: underline;
}

.footer-box .item{
    font-size: 14px;
    line-height: 30px;
}

.footer-box .qrcodebox{
    width: 110px;
    height: 110px;
}

.footer-box .qrcodebox img{
    width: 110px;
    height: 110px;
}
.kingshiper-footer-bottom-t span{
    color: rgba(140,140,140,1) !important;
}

.kefu a{
    text-indent: 18px;
    width: 90px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    border: #ffffff 1px solid;
    border-radius: 3px;
    background-image: url("/img/kf.png");
    background-size: 20px;
    background-position: 5px 5px;
    background-repeat: no-repeat;
}
.kefu a:hover{
    text-decoration:none ;
    background-color: #5d5d5d;
}

.kingshiper-recommend-content{
    position: relative;
    padding-bottom: 60px;
}

.kingshiper-recommend-content .more{
    position: absolute;
    bottom: 30px;
    left: 0;
}

.kingshiper-recommend-content .more-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 35px;
    width: 600px;
}

.kingshiper-recommend-content .more-btn .btn{
    float: left;
    width: 120px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}

.kingshiper-recommend-content .more-btn .btn2{
    float: right;
    width: 280px;
    height: 45px;
    background-color: #4095e5;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    margin-right: 20px;
    margin-top: -10px;
    border-radius: 5px;
    cursor: pointer;
    background-image: url("/img/win.png");
    background-size: 30px;
    background-position: 70px 8px;
    text-indent: 20px;
    background-repeat: no-repeat;
}
.kingshiper-recommend-content .more-btn .btn2 a{
    color: #ffffff;
    line-height: 45px;
   text-indent: 120px;
    width: 280px;
}

.kingshiper-recommend-content .more-btn .btn2:hover{
    background-color: #4095e5;
}


.kingshiper-recommend-content .desc{
   min-height: 80px;
    width: 620px;
}

.kingshiper-recommend-content .desc .txt{
    float: left;
    width: 250px;
    height: 200px;
    font-size: 14px;
    margin-right: 15px;
    line-height: 25px;
}

.kingshiper-recommend-content .desc .imgbox{
    float: left;
    width: 350px;
    height: 250px;
    font-size: 14px;
    line-height: 25px;
}

.kingshiper-recommend-content .desc .imgbox img{
    width: 350px;
    height: 250px;
}


.kingshiper-recommend-content .title{
    margin-bottom: 20px;
    height: 52px;
}
.kingshiper-recommend-content .title h3{
    display: inline-block;
    padding-top: 30px;
    width: auto !important;
    font-weight: 500;
    font-size: 20px;
    vertical-align: bottom;
    padding-left: 20px;
}
.kingshiper-recommend-content .title .img-icon{
    display: inline-block;
}
.kingshiper-recommend-content .title .img-icon img{
    height: 52px;
    width: 52px;
}

.ellipsis {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;  /* 控制显示的最大行数，根据具体需求调整 */
    line-height: 1.5;       /* 设置行高，便于计算行数 */
    text-overflow: ellipsis;
    word-break: break-all;
}

.select-kingshipe-box img{
    max-width: 1200px;
}
.kingshiper-article{
    width: 1100px;
    height: 400px;
    margin:20px auto;
    border: 1px solid #efefef;
    border-radius: 16px ;
    align-items:normal;

}


.kingshiper-article .more-line{
    width: 500px;
    padding: 10px 20px 0 20px;
    position: relative;

}
.kingshiper-article .more-line .more-tag{
    position: absolute;
    top:15px;
    right: 15px;
}
.kingshiper-article li{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    line-height: 35px;

}
.kingshiper-article a:hover{
    text-decoration: underline;
}
.kingshiper-article .spline{
    width: 1px;
    background-color: #efefef;
    height: 280px;
    margin-top: 10px;
}

.kingshiper-article .more-line .title{
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 10px;
}
.product-item-bar{
    width: 990px;
    height: 310px;
    margin-bottom: 20px;
    border-radius: 15px;
    padding: 20px 30px 20px 80px;
    border: 2px solid #d3d3d3;
    position: relative;
}
.product-item-bar .target-cc{
    position: absolute;
    width: 10px;
    height: 10px;
    top: -80px;
    left: 0;
}

.product-item-bar .lcc{
    float: left;
    height: 276px;
    width: 435px;
    position: relative;
}
.product-item-bar .rcc{
    float: left;
    width: 350px;
    height: 250px;
    margin-top: 20px;
    position: relative;
    margin-left:120px;
}
.product-item-bar .rcc img{
    width: 350px;
    height: 250px;
}


.product-item-bar .lcc .logo{
    width: 51px;
    height: 51px;
    position: absolute;
    top:0px;
    left: 0px;
}
.product-item-bar .lcc .logo img{
    width: 51px;
    height: 51px;
}
.product-item-bar .lcc .title{
    position: absolute;
    left: 83px;
    top: 16px;
    font-size: 25px;
    line-height: 35px;
    vertical-align: bottom;
}

.product-item-bar .lcc .desc{
    position: absolute;
    color: #5d5d5d;
    top:75px;
    left: 0px;
    font-size: 16px;
    width: 100%;
    line-height: 23px;
    height: 150px;
    overflow: hidden;                /* 隐藏超出内容 */
}


.lcc .more-btn{
    position: absolute;
    bottom: 0;
    height: 38px;
    width: 100%;
}

.lcc .more-btn .btn a{
    color: rgb(0 20 183);
    font-size: 14px;
}

.lcc .more-btn .btn{
    float: left;
    width: 120px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
}

.lcc .more-btn .btn2{
    float: right;
    width: 181px;
    height: 38px;
    background-color: #4095e5;
    color: #ffffff;

    font-size: 14px;
    line-height: 38px;
    border-radius: 5px;
    cursor: pointer;
    background-image: url("/img/win.png");
    background-size: 24px;
    background-position: 30px 7px;
    background-repeat: no-repeat;
}
.lcc .more-btn .btn2 a{
    color: #ffffff;
    display: inline-block;
    text-align: left;
    text-indent: 68px;
    width: 181px;
    height: 38px;

}

.nav-item{
    padding-right: 20px;
}

.assess-box3{
    width: 1100px;
    margin: 20px auto;
    padding-bottom: 20px;
    border: 1px solid #5d5d5d;
    border-radius: 15px;
    box-shadow: 0px 0px 30px rgba(155, 155, 155, 0.2);
    position: relative;
    height: 228px;
}
.assess-box3 h1{
    padding-top: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
}
.assess-box3 .line{
    height: 10px;
    width: 90%;
    border-bottom: 1px solid #cccccc;
    margin: 0 auto;
}
.assess-box3 .container{
    padding: 10px 20px;
    width: 950px;
    height: 120px;
    margin: 0 auto;
    line-height: 39px;
    font-size: 22px;
    position: relative;
    text-align: center;
}
.assess-box3 .uname{
    width: 1000px;
    margin: 10px auto 5px auto;
    line-height: 29px;
    font-size: 25px;
    position: relative;
}

.assess-box3 .left3{
    width: 40px;
    height: 40px;
    background: #ffffff;
    position: absolute;
    bottom: -21px;
    left: 530px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-right: 1px solid #5d5d5d;
    border-bottom: 1px solid #5d5d5d;
}


.product-item-bar2{
    width: 1180px;
    height: 318px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 2px solid #d3d3d3;
}

.product-item-bar2  .article-info-img{
    width: 320px;
    height: 240px;
    margin: 43px 20px 0 20px;
    float: left;
}

.product-item-bar2 img{
    width: 320px;
    height: 240px;
    border-radius: 6px;
    object-fit: cover;
}

.product-item-bar2 .article-info-text{
    position: relative;
    width: 818px;
    height: 230px;
    float: left;
    margin-top: 43px;
}

.product-item-bar2 .article-info-text h1{
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
}

.product-item-bar2 .article-info-text .desc{
    width: 818px;
    height: 160px;
    margin-top: 22px;
    font-size: 18px;
    line-height: 25px;
    color: #707070;
}

.product-item-bar2 .article-tag-box{
    position: absolute;
    width: 818px;
    height: 25px;
    bottom: -20px;
    left: 0;
}

.product-item-bar2 .article-tag-box .article-tag-date{
    float: right;
    font-size: 18px;
    line-height: 25px;
    padding-right: 45px;
}

.product-item-bar2 .article-tag-box .article-tag-text{
    float: left;

}
.product-item-bar2 .article-tag-box .article-tag-text a{
    font-size: 18px;
    line-height: 25px;
    color: #0014B7;
}

.scc{
    min-height: 300px;
    margin: 46px auto 49px auto;
    width: 1420px;
}
.scc .title{
    height: 39px;
    margin-bottom: 37px;
    font-size: 28px;
    line-height: 39px;
}
.scc .title img{
    height: 36px;
}
.scc .item{
    width: 100%;
    height: auto;
}
.scc .item li{
    padding: 43px 28px 0 20px;
    width: 650px;
    height: 257px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    position: relative;
    border-radius: 15px;
}

.scc .item li:nth-child(2n){
    margin-right: 0px;
}

.scc .item li .img-a{
    display: inline-block;
    width: 300px;
    height: 200px;
}

.scc .item li img{
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.scc .item li h1{
    font-size: 18px;
    line-height: 30px;
}
.scc .item li p{
    line-height: 25px;
}

.scc .item li .article-info-text{
    position: absolute;
    width: 323px;
    height: 202px;
    right: 28px;
    top: 43px;
}
.scc .item li .article-info-text h1{
    display: inline-block;
    width: 100%;
    line-height: 34px;
    font-size: 24px;
    margin-bottom: 5px;
}
.scc .item li .article-info-text .desc{
    font-size: 18px;
    line-height: 25px;
    color: #707070;
}


.scc .item li .article-tag-box{
    position: absolute;
    bottom: -28px;
    left: 0;
}

.scc .item li .article-tag-box a{
    font-size: 18px;
    line-height: 25px;
    color: #0014B7;
}

.zcc{
    width: 1300px;
    height: 900px;
    margin: 30px auto 20px auto;
}

.zcc img{
    width: 1300px;
    height: 900px;
}

.contact{
    width: 1300px;
    height: auto;
    margin: 20px auto 50px auto;
    text-align: center;
}
.contact img{
    max-width: 1200px;
}

.home-soft{
    width: 1420px;
    min-height: 200px;
    margin: 30px auto;
}

.home-soft .sitem{
    width: 660px;
    height: 410px;
    background-color: #EDF8FD;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px 20px;
}
.home-soft .sitem:nth-child(2n){
    margin-right: 0;
}
.home-soft .sitem:nth-child(2){
   background-color: #FFF4E6;
}
.home-soft .sitem:nth-child(3){
   background-color:#FAEBEC;
}
.home-soft .sitem:nth-child(4){
   background-color: #EFFDE1;
}



.home-soft .sitem .title{
    height: 51px;
    width: 400px;
    margin-left: 50px;
    vertical-align: bottom;
}
.home-soft .sitem .title .img-icon{
    width: 51px;
    height: 51px;

    float: left;
}
.home-soft .sitem .title .img-icon img{
    width: 51px;
    height: 51px;
}

.home-soft .sitem .title .stt{
    font-size: 25px;
    line-height: 35px;
    height: 35px;
    padding-top: 16px;
    text-indent: 20px;
    margin-right: 20px;
}

.home-soft .sitem .conline{
    width: 600px;
    margin-left: 50px;
    height: 250px;
    margin-top: 15px;
    position: relative;
}

.home-soft .sitem .conline .desc{
    width: 250px;
    height: 200px;
    padding-top: 20px;
    line-height: 23px;
    font-size: 16px;
    float: left;
}
.home-soft .sitem .conline .thumb1{
    width: 350px;
    height: 250px;
    float: right;
}
.home-soft .sitem .conline .thumb1 img{
    width: 350px;
    height: 250px;
}
.home-soft .sitem .conline .more-btn1{
    position: absolute;
    bottom: 0;
}
.home-soft .sitem .conline .more-btn1 a{
    color: #0014B7;
    line-height: 23px;
    font-size: 16px;
}



.home-soft .sitem .more-btn{

    height: 55px;
    width: 610px;
    margin-left: 50px;
    margin-top: 35px;
}


.home-soft .sitem .more-btn .btn{
    float: left;
    width: 120px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
}

.home-soft .sitem .more-btn .btn2{
    float: left;

    width: 244px;
    height: 46px;
    background-color: #4095E5;
    color: #ffffff;

    font-size: 14px;
    line-height: 45px;
    margin-left: 50px;
    border-radius: 5px;
    cursor: pointer;
    background-image: url("/img/win.png");
    background-size: 30px;
    background-position: 70px 8px;
    text-indent: 20px;
    background-repeat: no-repeat;
}
.home-soft .sitem .more-btn .btn2 a{
    color: #ffffff;
    display: inline-block;
    text-align: left;
    text-indent: 90px;
    width: 280px;
    height: 45px;

}

.kingshiper-procenter-banner2{
    width: 1500px;
    height: 120px;
    margin: 65px auto 58px auto;
}
.kingshiper-procenter-banner2 .title{
    width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    margin: 0 auto 0 auto;
    padding-top: 41px;
    text-align: center;
}

.w-1311{
    width: 1311px;
    margin: 0 auto;
}

.w-1410{
    width: 1410px;
    margin: 0 auto;
}

.kingshiper-procenter-container .kingshiper-procenter-container-left3{
    width: 220px;
    position: relative;
}
.kingshiper-procenter-container .kingshiper-procenter-container-left3 .kingshiper-procenter-container-item{
    width: 200px;
    margin-bottom:0px;
}
.kingshiper-procenter-container .kingshiper-procenter-container-left3 .kingshiper-procenter-container-item p{
    width: 200px;
    white-space: nowrap;      /* 禁止换行 */
    overflow: hidden;         /* 超出部分隐藏 */
    text-overflow: ellipsis;  /* 超出部分显示省略号 */
    display: inline-block;
}

.kingshiper-procenter-container .kingshiper-procenter-container-right2{
    width: 1212px;
    padding-left: 46px;
}

.kingshiper-procenter-container .kingshiper-procenter-container-right3{
    width: 1060px;
    padding-left: 46px !important;
}

.article-crumbs{
    position: relative;
}
.article-crumbs .submenu{
    position: absolute;
    width: 265px;
    height: 25px;
    top: 0;
    right: 10px;
}
.article-crumbs .sub{
    width: 64px;
    height: 24px;
    float: left;
    margin-left: 35px;
}
.article-crumbs .sub:first-child{
    margin-left: 0;
}
.article-crumbs .sub a{
    display: inline-block;
    width: 64px;
    height: 24px;
    font-size: 16px;
}
.kingshiper-secondary-header-right a{
    font-size: 20px;
}
.gif-application .title{
    line-height: 50px;
    font-size: 32px;
}
.gif-application .ad-video{
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    background-color: #efefef;
}

.product-line{
    width: 1240px;
    height: 480px;
    margin: 10px auto 100px;
}

.product-line .intro1{
    float: left;
    text-align: left;
    width: 420px;
    height: 422px;
    padding-right:60px;
}

.product-line .intro2{
    padding-left:60px;
    padding-right:0;
    width: 420px;
    float: right;

}


.product-line .thumb1{

    float: right;
}

.product-line .thumb2{
    float: left;
}

.product-line .thumb1 img{
    width: 760px;
    height: 495px;
}


.product-line .intro1 .title{
    font-size: 30px;
    color: #333333;
    line-height: 45px;
    margin: 88px 0 17px 0;
}
.product-line .intro1 .desc{
    font-size: 20px;
    color: #666666;
    line-height: 30px;
}

.product-line .intro1 .btn{
    margin-top: 98px;
    width: 280px;
    height: 84px;
    background-color: #0089FF;
    border-radius: 8px;
    font-size: 32px;
    line-height: 84px;
    color: #FFFFFF;

    cursor: pointer;
    background-image: url("/img/win.png");
    background-size: 35px;
    background-position: 20px 25px;


    background-repeat: no-repeat;
}
.product-line .intro1 .btn a{
    display:block;
    height: 84px;
    font-size: 32px;
    line-height: 84px;
    text-indent: 60px;
    color: #FFFFFF;
}
.contact-btn{
    width: 385px;
    height: 87px;
    line-height: 87px;
    border-radius: 20px;
    background-color: rgba(189,49,36,1);
    color: rgba(255,255,255,1);
    font-size: 36px;
    text-align: center;
    border: 1px solid rgba(187,187,187,1);
    margin: 35px auto 50px auto;
    cursor: pointer;

}

/* 图片弹框的样式 */
.tooltip {
    display: none;
    position: absolute;
    border: 1px solid #333;
    background-color: white;
    padding: 10px;
    z-index: 1000;
}

.tooltip img {
    width: 350px;
    height: 350px;
}

.zw-title{
    line-height: 50px;
    color: rgba(16,16,16,1);
    font-size: 36px;
    margin-top: 30px;
}
.zw-content{
    margin-top: 37px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
}

.zw-content h2{
    font-size: 20px;
    font-weight: bold;
}
.fixbar{
    position: fixed;
    width: 220px;
}
.fixbar2{
    position: fixed;
    width: 174px;
}
.static {
    position: fixed; /* 当滚动到一定位置时使用静态定位 */
}
.page-num-current{
    color: #ffffff !important;
}
.swiper-slide{
    cursor: pointer;
    margin-top: 20px;
}
.swiper-slide img{
    border-radius: 50%;
    padding-top: 0 !important;
}
.swiper-container{
    position: relative;
}

.l1,.l2,.l3{
    line-height: 30px;
}
.l2{
    padding-left: 14px;
}
.l3{
    padding-left: 28px;
}

.l1 a{
    font-size: 18px !important;
    text-decoration: none !important;
}
.l2 a{
    font-size: 16px !important;
    text-decoration: none !important;
}
.l3 a{
    font-size: 14px !important;
    text-decoration: none !important;
}