﻿
.Ritfixed {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    left: 0;
}

.container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.container:before {
    display: table;
    content: " ";
}

.row:before {
    display: table;
    content: " ";
}




.VerticalLine {
    width: 2px;
    height: 10px;
    background: white;
    display: inline-block;
    margin: 0 5px;
}
.SaicDetail_Lef {
    width: 970px;
    padding-bottom: 20px;
    float: left;
    padding-right: 20px;
}
    .SaicDetail_Lef .SaicDetailImg {
        width: 100%;
        overflow: hidden;
        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;
    }
.SaicDetail_Rit {
    width: 370px;
    float: left;
    color: white;
    background: white;
    padding-bottom: 10px;
}
    .SaicDetail_Rit .SaicDetail_RitCont{
        
    }
    .SaicDetail_Rit .SaicDetail_RitCont .SaicDetail_RitContImg {
        padding-bottom: 56.25%;
        position: relative;
        width: 100%;
    }
        .SaicDetail_Rit .SaicDetail_RitCont .SaicDetail_RitContImg img {
            width:100%;
            height:100%;
            position:absolute;
            top:0;
            left:0;
            object-fit:cover;
        }
        .SaicDetail_Rit .SaicDetail_RitCont h6 {
            color: black;
            font-size: 18px;
            /*text-indent: 10px;*/
            margin: 5px;
        }
        .SaicDetail_Rit .SaicDetail_RitCont p {
            color: black;
            font-size: 14px;
            text-indent: 10px;
        }
    .SaicDetail_Rit .SaicDetail_RitCont em {
        color: red;
    }
        .SaicDetail_Rit .SaicDetail_RitTitle {
            margin-bottom: 15px;
        }
/*.SaicDetail_Lef .SaicDetailImg img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}*/
.SaicDetail_Lef .SaicDe_Ml{
    margin-top:30px;
}
.SaicDetail_Lef .SaicDe_Ml span {
    color: #2871fe;
    font-weight: bold;
    line-height:33px;
}
    .SaicDetail_Lef .SaicDe_Ml a {
        float: right;
        padding: 6px 18px;
        background: #ff7700;
        border-radius: 5px;
        color:white;
    }




/* banner轮播 */

.slick_Img {

}

.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: #191919;
    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: #ffffff;
    }

    .arrow-location-right-top .slick-arrow:before {
        font-family: "wokiee";
        font-size: 20px;
        line-height: 1;
    }

.arrow-location-right-top .slick-slide img {
    width: 100%;
    border: 1px solid #efe9e9;
}

.arrow-location-right-top .slick-prev:before {
    content: "<";
}

.arrow-location-right-top .slick-next:before {
    content: ">";
}

@media (min-width: 0px) {
    .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: 61px;
    }
}


.arrow-location-right-top .slick-arrow {
    bottom: -44px;
}

.arrow-location-right-top .slick-prev {
    left: 61px;
}

.arrow-location-right-top .slick-next {
    bottom: -44px;
}

.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;
    }

/* banner轮播结束 */



/* 详情内容页 */
i {
    font-style: normal;
}


.NewConsultation .Colt_detail_bg .Colt_detail_box {
    /*padding: 15px 15px 15px;*/
    float: left;
    width: 100%;
    background: white;
}

.NewConsultation .Colt_detail {
    padding-top: 15px;
    /*border-left: 1px solid #ccc;*/
    float: left;
    padding-left: 10px;
    width: 800px;
}


/* 详情内容页结束 */




/*查看图片*/
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 20px;
    width: 187.5px;
    overflow: hidden;
    margin: 0 2px 4px 2px;
}
    .demo-gallery > ul > li a {
        border-radius: 3px;
        display: block;
        overflow: hidden;
        float: left;
        padding-bottom: 56.25%;
        position: relative;
        width: 100%;
    }
        .demo-gallery > ul > li a > img {
            -webkit-transition: -webkit-transform 0.15s ease 0s;
            -moz-transition: -moz-transform 0.15s ease 0s;
            -o-transition: -o-transform 0.15s ease 0s;
            transition: transform 0.15s ease 0s;
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            object-fit: cover;
        }


              

        .demo-gallery > ul > li a > img:hover {
            transform: scale(1.2);
        }

/*查看图片结束*/