.NewConsultation .Colt_left{
    width:195px;
}
.NewConsultation .Colt_center {
    padding:0 0 10px 10px;
    float:right;
    width: 975px;
}

/* 轮播 */
.autoplay1 .slick-prev {
    left: -86px;
}

.autoplay1 .slick-next {
    right: -86px;
}

.autoplay1 .slick-track {
    width: 100%;
}

.autoplay1 .slick-prev:before {
    content: " ";
    display: block;
    height: 48px;
    width: 28px;
    background: url(/Views/Home/images/left_p.png) no-repeat;
    background-size: 100%;
}

.autoplay1 .slick-next:before {
    content: " ";
    display: block;
    height: 48px;
    width: 28px;
    background: url(/Views/Home/images/right_p.png) no-repeat;
    background-size: 100%;
}

.autoplay1.slick-slider {
    height: 120px;
}
/*.autoplay1 .slick-track{
    width:4200px!important;
}*/
.autoplay1 .slidImgBox img:nth-child(2) {
    margin-top: 12px;
}
/* 轮播结束 */


/* 视频 */

.LdVideoImg {
    position: relative;
    border-bottom: 4px solid #bfbfbf;
    float: left;
    width: 305px;
    height: 175px;
    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;
}
    .LdVideoImg img{
        width:100%;
    }
    .LdVideoImg span {
        position: absolute;
        z-index: 888;
    }
        .LdVideoImg span:nth-child(1) {
            top: 6px;
            left: 8px;
            width: 82px;
            height: 23px;
            background: #00a0ea;
            text-align: center;
            line-height: 23px;
            -webkit-border-radius: 6px;
            -ms-border-radius: 6px;
            -o-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 4px;
            color: white;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
            .LdVideoImg span:nth-child(1).active_red{
                background:red;
            }
        .LdVideoImg span:nth-child(2) {
            bottom: 6px;
            color: white;
            left: 8px;
            background: black;
            padding: 2px 6px;
            background-color: rgba(0, 0, 0,0.6);
            filter: Alpha(opacity=40);
            opacity: 1;
            -webkit-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }
                .LdVideoImg span:nth-child(1).active_gre {
                    background:green;
                }
    .LdVideoImg .videoBtn {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 42px;
        margin-left: -18px;
        margin-top: -21px;
        z-index:888;
    }
    .LdVideoImg a img {
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .LdVideoImg:hover a img {
        transform: scale(1.2)
    }
    .LdVideoImg:hover .videoBtn {
        color: #f54835;
    }
    .LdVideo dl dt {
        float: left;
        font-size: 19px;
        font-weight: bold;
        margin-right: 15px;
    }
.LdVideo dl {
    float: left;
    line-height: 25px;
    /*margin-top: 10px;*/
    width: 100%;
}
    .LdVideo dl dd {
        float: left;
        font-size: 12px;
    }
.LdVideo ul {
    float: left;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
    .LdVideo ul li {
        float: left;
        width: 305px;
        margin: 0 10px 20px;
        box-shadow: 0px 1px 9px #939393;
    }
        .LdVideo ul li p {
            line-height: 32px;
            text-indent: 1em;
            float: left;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 246px;
        }
        /* 视频结束 */
        /* banner轮播 */
        .ljProduct {
            float: left;
            width: 100%;
        }
.ljProductLb img{
    width:100%;
}
.arrow-location-right-top .slick-arrow {
    position: absolute;
    z-index: 7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background: none;
    border: none;
    width: 38px;
    height: 38px;
    /*background: #f7f8fa;*/
    color: #b1b1b1;
    font-weight: 500;
    transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

    .arrow-location-right-top .slick-arrow:hover {
        /*background: #2879fe;*/
        color: #2879fe;
    }

    .arrow-location-right-top .slick-arrow:before {
        font-family: "wokiee";
        font-size: 55px;
        line-height: 1;
    }

.LdVideoLb .arrow-location-right-top .slick-slide img {
    width: 175px;
    height: 175px;
    border: 1px solid #efe9e9;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.arrow-location-right-top .slick-prev:before {
    content: "<";
}

.arrow-location-right-top .slick-next:before {
    content: ">";
}

@media (min-width: 1025px) {
    .arrow-location-right-top .slick-prev {
        top: 50%;
        left: 10px;
    }

    .arrow-location-right-top .slick-next {
        top: 50%;
        right: 10px;
    }
    /*.arrow-location-right-top .slick-arrow {
      top: -28px;
  }

  .arrow-location-right-top .slick-prev {
      right: 57px;
  }*/

    .arrow-location-right-top .slick-next {
        right: 10px;
    }
}


.arrow-location-right-top .slick-arrow {
    top: 50%;
}

.arrow-location-right-top .slick-prev {
    left: -54px;
}

.arrow-location-right-top .slick-next {
    right: -54px;
}

.slick-slider .slick-dots {
    margin-top: 22px;
    position: absolute;
    width: 100%;
    bottom: 18px;
    text-align: center;
}

    .slick-slider .slick-dots li {
        margin: 0 auto 3px;
        padding: 0 2px;
        cursor: pointer;
        display: inline-block;
    }

        .slick-slider .slick-dots li button {
            width: 50px;
            height: 7px;
            background-color: #fff;
            filter: Alpha(opacity=40);
            opacity: 0.4;
            border: none;
            font-size: 0;
            line-height: 0;
            cursor: pointer;
            -webkit-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            -webkit-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
        }

        .slick-slider .slick-dots li:hover button {
            background: #fff;
            filter: Alpha(opacity=100);
            opacity: 1;
        }

    .slick-slider .slick-dots .slick-active button {
        background: #fff;
        filter: Alpha(opacity=100);
        opacity: 1;
    }

.LdVideoLb{
    float:left;
    width:100%;
}
.slick_Img {
    padding: 32px;
    text-align: center;
}
.slick_Img h6{
    margin-top: 10px;
}
/* banner轮播结束 */
/* 翻页 */
.page_ctrl {
    text-align: left;
    margin: 10px auto;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

    .page_ctrl * {
        line-height: 26px;
    }

    .page_ctrl button {
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 15px;
        height: 30px;
        line-height: 28px;
        margin: 1px 7px 5px 0;
        font-size: 12px;
        background-color: #fff;
    }

        .page_ctrl button:hover {
            background: #0bc957;
            color: #ffffff;
        }

    .page_ctrl .btn_dis {
        cursor: default;
        /*opacity: .7;*/
        background: #eeeeee;
        color: #5e5e5e;
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 8px;
        height: 30px;
        line-height: 28px;
        margin: 1px 1px 5px 0;
        font-size: 12px;
    }

    .page_ctrl .page_num {
        background-color: #fff;
        color: #5e5e5e;
        min-width: 30px;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        text-align: center;
        display: inline-block;
        zoom: 1;
        vertical-align: middle;
        padding: 0 8px;
        height: 30px;
        line-height: 28px;
        margin: 1px 1px 5px 0;
        font-size: 12px;
    }

    .page_ctrl .current_page {
        background: #0bc957;
        color: #ffffff;
    }

    .page_ctrl .page_num:hover {
        background: #0bc957;
        color: white;
    }


    .page_ctrl .input_page_num {
        background: #ffffff;
        border: 1px solid #e5e5e5;
        color: #5e5e5e;
        width: 40px;
        margin: 0 10px;
        padding: 0 3px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-radius: 2px;
        vertical-align: top;
        background-color: #fff;
        box-sizing: border-box;
    }

    .page_ctrl .page_total, .page_ctrl .page_text {
        color: #2b2b2b;
        font-size: 13px;
    }

.to_page_num {
    margin-left: 10px !important;
}

.page_select {
    height: 30px;
    padding: 3px;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 5px;
}

.Altogether {
    margin-right: 9px;
}
/* 翻页结束 */
