a {
    color: #222
}
a:hover {
    color: #23527c;
}
.AdverTisement{
    font-size:0;
}
.LookData {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
    .LookData .li:nth-child(1){
        text-align:unset;
        position:relative;
    }
        .LookData .li:nth-child(1):after {
            content: '';
            width: 2px;
            height: 30px;
            background: #009fff;
            position: absolute;
            right: 6px;
            top: 14px;
        }
    .LookData .li {
        float: left;
        width: 25%;
        text-align: center;
        color: #000000;
    }
    .LookData .li .title {
        margin-top: 6px;
    }
    .LookData .li text {
        margin-top: 6px;
        display: inline-block;
    }
    .LookData .li img {
        width: 50px;
    }
    /* 业界咨询 */
    .Inst_Tile {
        height: 27px;
        line-height: 27px;
        margin: 33px 0 20px 0;
        position: relative;
        padding-left: 20px;
        float: left;
        width: 100%;
    }
    .Inst_Tile img {
        float: left;
        width: 102px;
        height: 102px;
        margin-top: -41px;
        margin-right: 30px;
    }
    .Inst_Tile .LookMore{
        margin-right:5px;
    }
    .Inst_Tile:after {
        content: '';
        background: url(/Views/Home/images/point.png) no-repeat;
        height: 10px;
        position: absolute;
        bottom: -20px;
        width: 100%;
        height: 15px;
        left: 0;
    }

    .Inst_Tile span {
        font-size: 20px;
        position: relative;
        padding-left: 15px;
        float: left;
        font-weight: bold;
    }

    .Inst_Tile .Inst_Tile_firi {
        float: left;
        color: #858585;
        font-size: 14px;
        margin-top: 2px;
        margin-left: 12px;
        margin-right: 30px;
    }
    .Inst_Tile .fa {
        margin-left: 5px;
    }
    .Inst_Tile a:hover {
        color: #23527c;
    }
    .Inst_Tile em {
        color: #868686;
        margin-top: 2px;
        float: left;
        margin-right: 20px;
    }
        .Inst_Tile em a {
            font-size: 16px;
        }
        .Inst_Tile span:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 4px;
            height: 27px;
            background: #459dff;
        }

    .Inst_Tile a {
        font-size: 14px;
        float: right;
        color: #ababab;
    }
    .Inst_Tile strong {
        float: right;
        color: #a9a9a9;
        font-size: 16px;
        font-weight: unset;
        margin-right: 35px;
    }

    .Inst_Tile ul li {
        float: left;
        margin-right: 20px;

        margin-top: 2px;
    }

        .Inst_Tile ul li a {
            font-size: 14px;
            color: #000000;
        }

.hotIcon a {
    position: relative;
}

    .hotIcon a:before {
        content: '';
        background: url(/Views/Home/images/hotd.gif) no-repeat;
        position: absolute;
        top: -9px;
        width: 25px;
        height: 21px;
        background-size: 100%;
    }
.IndCons {
    float: left;
    width: 100%;
    background: #f5f5f5;
    display: table;
}
    .IndCons_content {
        padding: 20px;
        float: left;
        width: 100%;
        background: white;
        border: 1px solid #e2e2e2;
    }

.IndCons_left{
    width: 28.666%;
    float: left;
}
    .IndCons_left .liBox {
        position: absolute;
        bottom: 10px;
        padding: 10px;
        box-sizing: border-box;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.05) 100%);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        color: white;
    }
    .IndCons_middle {
        width: 34.666%;
        margin: 0 4%;
        float: left;
    }
.IndCons_right {
    width: 28.666%;
    float: left;
}
.TyYbBox {
    margin-left: -5px;
    margin-right: -5px;
}
.Inds_midYb {
    width: 50%;
    float: left;
    padding: 10px 5px 0 5px;
}
    .Inds_midYb p {
        color: #000000;
        font-size: 14px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 8px;
        margin-bottom: 10px;
    }
.IndCons_leftBtn {
    border-top: 1px solid #ccc;
    float: left;
    width: 100%;
}
.IndCons_leftBtnTit {
    font-size: 23.14px;
    color: #4b8ae9;
    display: inline-block;
    border-top: 3px solid #4b8ae9;
    padding: 3px 0 6px 0;
}
.IndCons_middle h6 {
    text-align: center;
}
    .IndCons_middle h6 a {
        font-size: 18px;
        color: #ff0000;
        margin-bottom: 20px;
        display: inline-block;
    }
.IndCons_middle ul li {
    line-height: 32px;
}
    .IndCons_middle ul li span {
        font-size: 12px;
        color: #a9a9a9;
        float: left;
    }
    .IndCons_middle ul li i {
        color: #a9a9a9;
        margin: 0 10px;
        font-size: 16px;
        float: left;
    }
    .IndCons_middle ul li a {
        font-size: 14px;
        color: #000000;
        overflow: hidden;
        width: 334px;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
    }
        .IndCons_middle ul li a:hover {
            color: #23527c;
        }
        .ggtu {
            width: 100%;
            margin-top: 15px;
        }
.kxhxICon {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    float: left;
    width: 100%;
}
.kxhxICon .kxhxIConkuaixun {
    float: left;
}
.kxhxICon .kxhxIConjcjt{
    float:right;
    cursor:pointer;
}
.IndCons_right ul {
    font-size: 0;
    float: left;
    height: 422px;
    overflow: hidden;
}
    .IndCons_right ul li {
        float: left;
        padding-top: 17px;
        height: 83px;
    }
        .IndCons_right ul li .Cotlef {
            float: left;
            width: 215.63px;
        }
            .IndCons_right ul li .Cotlef p {
                margin-top: 2px;
            }
        .IndCons_right ul li .CotRit {
            float: right;
            width: 106.7px;
        }
        .IndCons_right ul li .Cotlef a {
            font-size: 14px;
            color: #000000;
            line-height: 24px;
            text-overflow: -o-ellipsis-lastline;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            -webkit-box-orient: vertical;
            padding-right: 10px;
        }
        .IndCons_right ul li .Cotlef a:hover {
            color: #23527c;
        }
    .IndCons_right ul li p img {
        margin-top: -10px;
    }
    .IndCons_right ul li p span {
        font-size: 12px;
        color: #a9a9a9;
        margin-left: 5px;
    }
    /* 业界咨询结束 */


    /* 新闻列表 */
.Inst_content{
    height:702.58px;
}
.InstListYb {
    margin-left: -10px;
    margin-right: -10px;
}
.NewsList {
    padding-bottom: 20px;
}
    .NewsList .NewsList_lef {
        width: 780px;
        float: left;
        margin-right: 10px;
    }
    .NewsList .NewsList_Rit {
        width: 380px;
        float: left;

    }
  
    .NewsList .Inst_content .InstList {
        width: 33.333%;
        float: left;
        padding:0 10px 20px 10px;
    }


            .NewsList .Inst_content .InstList .instimg img {
                width: 100%;
            }

        .NewsList .Inst_content .InstList h6 {
            font-size: 15px;
            font-weight: bold;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            color: #222;
            padding: 10px 0 10px 5px;
        }
            .NewsList .Inst_content .InstList h6:hover {
                color: #23527c;
            }
        .NewsList .Inst_content .InstList p {
            color: #999;
            white-space: nowrap;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            padding-left: 5px;
            font-size: 12px;
        }

    .NewsList .InstOnLine .OnLineimg {
        width: 125px;
        display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
        display: -moz-box; /* 老版本语法: Firefox (buggy) */
        display: -ms-flexbox; /* 混合版本语法: IE 10 */
        display: -webkit-flex; /* 新版本语法: Chrome 21+ */
        display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
        overflow: hidden;
        float: left;
    }

        .NewsList .InstOnLine .OnLineimg img {
            width: 100%;
        }

    .NewsList .InstOnLine .LineRight {
        float: left;
        width: 213px;
        padding: 5px 0 5px 15px;
    }

        .NewsList .InstOnLine .LineRight h6 {
            font-size: 13px;
            font-weight: unset;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 9px;
        }

        .NewsList .InstOnLine .LineRight .LineBottmInf {
            float: left;
        }

        .NewsList .InstOnLine .LineRight .LineBottm {
            float: left;
            padding: 3px 0 0 0;
            width: 100%;
            border-top: 1px solid #ccc;
            color: #999;
        }

            .NewsList .InstOnLine .LineRight .LineBottm .LineBottmInf:nth-of-type(1) {
                margin-right: 10px;
            }
            .NewsList .InstOnLine .LineRight .LineBottm .LineBottmInf span{
                font-size:12px;
            }
            .NewsList .InstOnLine {
                max-height: 310px;
                overflow: hidden;
            }

        .NewsList .InstOnLine .OnLineList {
            display: inline-block;
            margin-bottom: 20px;
            width: 100%;
        }

    .NewsList .userInf {
        float: left;
        padding-left: 32px;
        height: 312px;
        overflow: hidden;
    }

        .NewsList .userInf .userInfList {
            float: left;
            width: 100%;
        }
            .NewsList .userInf .userInfList .userInfsj {
                display: inline-block;
                margin-top: 4px;
            }

            .NewsList .userInf .userInfList .ciryq {
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: red;
                display: inline-block;
                position: relative;
            }

                .NewsList .userInf .userInfList .ciryq .smallz {
                    position: absolute;
                    top: 5px;
                    left: 5px;
                    right: 0;
                    bottom: 0;
                    width: 10px;
                    height: 10px;
                    border-radius: 50%;
                    background: white;
                }

                .NewsList .userInf .userInfList .ciryq::after {
                    content: '';
                    position: absolute;
                    height: 4px;
                    width: 16px;
                    background: #e8e6e6;
                    right: -20px;
                    top: 9px;
                    border-radius: 5px;
                }

            .NewsList .userInf .userInfList .ciryq, .NewsList .userInf .userInfList .unsercontent {
                float: left;
            }

            .NewsList .userInf .userInfList .unsercontent {
                border-left: 3px solid #e8e6e6;
                padding-left: 45px;
                margin-left: 8px;
                margin-top: 5px;
                height: 68px;
                width: 100%;
            }

            .NewsList .userInf .userInfList .userInfsj .userInftime {
                margin-left: 30px;
                background: #e8e6e6;
                border-radius: 11px;
                padding: 3px 26px;
            }

            .NewsList .userInf .userInfList .unsercontent .unserctrq span:nth-of-type(2) {
                font-size: 14px;
            }

            .NewsList .userInf .userInfList .unsercontent .unserctrq {
                margin: 5px 0;
                color: #a7a2a2;
            }

            .NewsList .userInf .userInfList .unsercontent label {
                font-size: 14px;
                color: #459dff;
                font-weight: 700;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                margin-bottom: 20px;
            }
/* 新闻列表结束 */

/* 广告图 */
.AdvertisementImg{
    min-width:1170px;
}
    .AdvertisementImg img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

/* 最新机台 */
.NewsMaePla {
    float: left;
    width: 100%;
}

    .NewsMaePla .PlaContent .PlaContet_let {
        position: relative;
        width: 21%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .NewsMaePla .PlaContent .PlaContet_let img {
            width: 100%;
        }

        .NewsMaePla .PlaContent .PlaContet_let h6 {
            position: absolute;
            top: 12px;
            left: 12px;
            font-size: 21px;
            color: white;
        }

        .NewsMaePla .PlaContent .PlaContet_let .laContet_letBtm {
            position: absolute;
            bottom: 0;
            background-color: rgba(255,255,255,0.2);
            height: 73px;
            text-align: center;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -moz-justify-content: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -moz-align-items: center;
            -webkit-align-items: center;
            align-items: center;
            width: 100%;
        }

            .NewsMaePla .PlaContent .PlaContet_let .laContet_letBtm span:nth-of-type(1) {
                border-right: 1px solid white;
                padding-right: 5px;
                width: 44px;
            }

            .NewsMaePla .PlaContent .PlaContet_let .laContet_letBtm span:nth-of-type(2) {
                width: 131px;
            }

            .NewsMaePla .PlaContent .PlaContet_let .laContet_letBtm span {
                color: white;
            }
    .NewsMaePla .PlaContent .PlaContet_let {
        width: 250px;
        height: 380px;
        overflow: hidden;
    }
        .NewsMaePla .PlaContent .PlaContet_let, .NewsMaePla .PlaContent .PlaContet_rit {
            float: left;
        }

    .NewsMaePla .PlaContent .PlaContet_rit {
        width: 878px;
    }


        .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt {
            float: left;
            font-size: 0;
            padding-left: 20px;
        }

            .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList {
                border: 1px dashed #ccc;
                text-align: center;
                width: 19.5%;
                display: inline-block;
                padding: 0 15px;
                box-sizing:border-box;
            }

                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList:nth-of-type(1) {
                    border-top: 0;
                    border-left: 0;
                }

                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList:nth-of-type(2) {
                    border-top: 0;
                    border-left: 0;
                }

                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList:nth-of-type(3) {
                    border-top: 0;
                    border-left: 0;
                }
                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList:nth-of-type(4) {
                    border-top: 0;
                    border-left: 0;
                }

                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList:nth-of-type(5) {
                    border-top: 0;
                    border-left: 0;
                    border-right:0;
                }

                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList:nth-of-type(6) {
                    border-top: 0;
                    border-bottom: 0;
                    border-left: 0;
                }

                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList:nth-of-type(7) {
                    border-top: 0;
                    border-bottom: 0;
                    border-left: 0;
                }

                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList:nth-of-type(8) {
                    border-top: 0;
                    border-bottom: 0;
                    border-left: 0;
                }
                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList:nth-of-type(9) {
                    border-top: 0;
                    border-bottom: 0;
                    border-left: 0;
                }
                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList:nth-of-type(10) {
                    border: 0;
                }
                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList .JtListimg {
                    height: 144px;
                    width: 264.86px;
                    padding: 5px 0;
                    cursor: pointer;
                    display: table-cell;
                    vertical-align: middle;
                }

                    .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList .JtListimg img {
                        width: 100%;
                        max-height: 100%;
                        text-align: center;
                        -webkit-transition: all 0.5s;
                        -o-transition: all 0.5s;
                        transition: all 0.5s;
                    }
                        .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList .JtListimg img:hover {
                            transform: scale(1.1);
                        }

                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList h6 {
                    font-size: 14px;
                    display: inline-block;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    width: 143px;
                }

                .NewsMaePla .PlaContent .PlaContet_rit .PlaContet_Jt .PlaContet_JtList p {
                    font-size: 12px;
                    margin: 5px 0;
                    color: red;
                }

/* 最新机台结束 */

/* 全球展会 */s
.GloExhtn {
    float: left;
    width: 100%;
}

.GloExhtnContLef {
    width: 860px;
    float: left;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
}
.GloExhtnContRit {
    width: 250px;
    float: right;
    height: 380px;
}
    .GloExhtnContRit img{
        width:100%;
    }
    .GloExhtnContList {
        float: left;
        text-align: center;
        width: 20%;
        padding: 0 10px 10px 10px;
    }
.GloExhtnContListWbk {
    float: left;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding-bottom: 10px;
    width: 152px;
    height: 185px;
    padding-top: 5px;
}
.GloExhtnContListImgBox {
    float:left;
}
.GloExhtnContListImg {
    width: 150px;
    display: table-cell;
    vertical-align: middle;
    height: 120px;
}
.GloExhtnContList img {
    width: 80%;
    max-height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
    .GloExhtnContList img:hover {
        transform: scale(1.1);
    }
.GloExhtnContList h6 {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.GloExhtnContList span {
    padding: 3px 15px;
    background: #4b8ae9;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    width: 106px;
    text-overflow: ellipsis;
    overflow: hidden;
}
    /* 全球展会结束 */

    /* 优选厂商 */
    .manufacturer {
        float: left;
        width: 100%;
    }
.maufar_Alllist {
    float: left;
    padding-bottom: 24px;
    width: 12.5%;
    padding-top: 24px;
    border-bottom: 1px solid #999;
}
    .maufar_Alllist:nth-last-of-type(1), .maufar_Alllist:nth-last-of-type(2), .maufar_Alllist:nth-last-of-type(3), .maufar_Alllist:nth-last-of-type(4), .maufar_Alllist:nth-last-of-type(5), .maufar_Alllist:nth-last-of-type(6), .maufar_Alllist:nth-last-of-type(7), .maufar_Alllist:nth-last-of-type(8) {
        border-bottom: none;
    }
.maufar_list {
    float: left;
    height: 125px;
    border-right: 1px dashed #ccc;
    overflow: hidden;
}
.maufar_Alllist:nth-of-type(8) .maufar_list, .maufar_Alllist:nth-of-type(16) .maufar_list, .maufar_Alllist:nth-of-type(24) .maufar_list {
    border-right: none;
}
.maufar_list img {
    width: 90%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.maufar_list img:hover {
    transform: scale(1.1);
}
.maufar_listBox {
    display: table-cell;
    vertical-align: middle;
    height: 125px;
    text-align: center;
    width: 146.25px;
}
/* 优选厂商结束 */
/* 视频专区 */
.VideoArea {
    float: left;
    width: 100%;
}

    .VideoArea .VideoArea_mdl .VideoArea_mdlLef, .VideoArea .VideoArea_mdlRit {
        float: left;
    }
.VideoArea_mdlLef{
    width:28%;
}
    .VideoArea_mdlLef ul {
        float: left;
        margin-top: -11px;
    }
        .VideoArea_mdlLef ul li {
            float: left;
            line-height: 50px;
        }
            .VideoArea_mdlLef ul li a {
                font-size: 14px;
                color: #000000;
                float: left;
                width: 255px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }
                .VideoArea_mdlLef ul li a:hover {
                    color: #23527c;
                }

                .VideoArea_mdlLef ul li span {
                    float: right;
                    font-size: 14px;
                    color: #000000;
                }
    .VideoArea_mdlRit {
        width: 72%;
    }
        .VideoArea_mdlRit .InstList {
            width: 25%;
            float: left;
            padding: 0 10px 20px 10px;
        }
            .VideoArea_mdlRit .InstList .videoicon {
                -webkit-transition: all 1s;
                -o-transition: all 1s;
                transition: all 0.5s;
            }
            .VideoArea_mdlRit .InstList:hover .videoicon {
               transform:scale(0.7);
            }
            .VideoArea_mdlRit .InstList h6 {
                font-size: 15px;
                font-weight: bold;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 100%;
                color: #222;
                padding: 10px 0 10px 5px;
            }
            .VideoArea_mdlRit .InstList p {
                color: #999;
                white-space: nowrap;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                width: 100%;
                padding-left: 5px;
                font-size: 12px;
            }

.InstListBox {
    position: relative;
}

    /* 视频专区结束 */

    /* 行业杂志 */
    .Industry_zz {
        float: left;
        width: 100%;
        display: table;
    }

    .Industry_zz .Industry_img {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
.Industry_imgWbk{
    float: left;
    margin-left: -10px;
    margin-right: -10px;
}


        .Industry_zz .Industry_img .mfdy {
            font-size: 15px;
            color: black;
            float:right;
        }

        .Industry_zz .Industry_img .Ind_imgList {
            text-align: center;
            width: 20%;
            float: left;
            padding: 10px;
            padding-top: 42px;
        }

            .Industry_zz .Industry_img .Ind_imgList img {
                width: 210px;
                height: 287px;
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            }

            .Industry_zz .Industry_img .Ind_imgList p {
                font-size: 15px;
                font-weight: bold;
                margin-top: 15px;
            }

/* 行业杂志结束 */

/* 我们的优势 */
.Industry_botm {
    background: none;
    border: none;
}
.Ind_ysListBox {
    margin-left: -28px;
    margin-right: -45px;
}
.Ind_ysListBoxWbk {
    float: left;
    width: 31.333%;
    border: 1px solid #ccc;
    margin: 0 0.8%;
}
.Ind_ysList {
    text-align: center;
    float: left;
    padding: 0 5px;
    background: white;
    width: 100%;
}
.Ind_ysListWbk {
    display: table-cell;
    vertical-align: middle;
    height: 95px;
}
    .Ind_ysListWbk img {
        margin-left: 20px;
        margin-right: 10px;
    }
    .Ind_ysListWbk h6 {
        text-align: left;
        font-size: 18px;
        font-weight: normal;
    }
    .Ind_ysListWbk p {
        text-align: left;
        font-size: 12px;
        color: #7a7a7a;
        margin-top: 6px;
    }
        /* 我们的优势结束 */
        /* 合作伙伴 */
.Partner {
    float: left;
    width: 100%;
    padding-bottom: 30px;
}

.Partner_btlef {
    float: left;
    width: 20px;
    font-size: 14px;
    background: #bfbdbd;
    color: white;
    padding: 8px 3px;
}
.Partner .Inst_Tile em{
    cursor:pointer;
}
.Partner .Inst_Tile em.active {
    border-bottom: 2px solid red;
}
.Partner_bottom .Partner_bottomBox {
    float: left;
    margin-top: 16px;
    display: none;
}
.Partner_bottom .Partner_bottomBox.active {
    display:block
}
    .Partner_bottom .Partner_bottomBox .Par_bomWk {
        float: left;
        width: 100%;
    }
.Partner_btRit {
    float: left;
    width: 1108px;
    overflow: hidden;
    padding-left: 10px;
}
    .Partner_btRit .Partner_btRitTit {
        float: left;
        margin-right: -15px;
        width: 100%;
    }

        .Partner_btRit .Partner_btRitTit li {
            float: left;
            text-align: center;
            width: 16.66666%;
            padding: 5px 15px;
            border-right: 1px dashed #ccc;
        }

            .Partner_btRit .Partner_btRitTit li:nth-of-type(6n) {
                border-right: unset;
            }
            .Partner_btRit .ParTitBox {
                width: 100%;
                height: 70px;
                line-height: 70px;
            }
        .Partner_btRit .Partner_btRitTit li img {
            max-width: 100%;
            max-height: 100%;
            height: auto;
            width: auto;
        }
            .Partner_btRit .Partner_btRitTit li p {
                margin-top: 10px;
                font-size: 14px;
                font-weight: bold;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }
.Partner_btRitBtn {
    float: left;
    margin: 15px 15px 0 15px;
    border-top: 1px dashed #ccc;
    padding-top: 8px;
    width: 1108px;
    padding-left: 5px;
}
    .Partner_btRitBtn span {
        font-size: 14px;
        color: #666;
    }
    .Partner_btRitBtn a {
        font-size: 14px;
        color: #666;
        margin-left: 5px;
    }
    /* 合作伙伴结束 */
    .PartnerArea_lb {
        position: relative;
        padding: 0 42px;
    }

    .PartnerArea_lb .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: -53px;
    }
    .PartnerArea_lb .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: -53px;
    }



