
.index-products-title.index-case-title{
    font-size:34px;
    margin: 20px 0 56px 0;
    font-weight:bold;
    text-align: center;
    color: #333333
}

.index-case-wrap{
    padding: 20px 0 0 0;
}

.index-case-list{
    border:1px solid #DDDDDD;
    text-align: center;
    display: block;
}

.index-case-list .case-list-img{
    width: 100%;
    height:146px;
    background:#BDBDBD;
    background-size: cover;
}

.index-case-list .case-list-text{
    padding: 20px 0;
}

.index-case-list .case-list-text p:nth-child(1){
    font-size:18px;
    margin-bottom: 14px;
    font-weight:500;
    color:#333333;
}

.index-case-list .case-list-text p:nth-child(2){
    display: -webkit-flex; /* Safari */
    display:flex;-webkit-align-items:center;align-items:center;
    -webkit-justify-content:center;
    justify-content:center;
}

.index-case-box{
    margin-bottom: 30px;
}

.index-case-list .case-list-text p:nth-child(2) span:nth-child(1),
.index-case-list .case-list-text p:nth-child(2) span:nth-child(3){
    font-size: 12px;
    color: #D2D2D2;
    margin-right: 6px;
}

.index-case-list .case-list-text p:nth-child(2) span:nth-child(3){
    margin-left: 6px;
}

.product-manual-content{
    display: -webkit-flex; /* Safari */
    display:flex;-webkit-align-items:center;align-items:center;
    -webkit-flex-direction: column; /* Safari 6.1+ */
    flex-direction: column;
}

.index-case-list .case-list-text p:nth-child(2) span:nth-child(2){
    font-size:12px;
    font-weight:500;
    color:#0455A7;
}

.product-manual-wrap{
    padding: 34px 0;
    background: #F5F5F5;
    background-image: url("../../images/trip_new/products/manual_bg.png");
    background-position:right bottom;
    background-size: 334px;
    background-repeat: no-repeat;
}

.index-products-title1{
    font-size:23px;
    font-weight:500;
    color:#666666;
    text-align: center;
    margin-bottom: 60px;
}

.product-manual-box{
    margin: 0 auto;
    background:#ffffff;
    box-shadow:0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 22px 54px;
    margin-bottom: 56px;
}

.product-manual-input input{
    width: 100%;
    font-size:14px;
    padding: 8px 10px;
    border:1px solid #D3D3D3;
    font-weight:500;
    color:#999999;
}

.product-manual-bottom{
    display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-between; /* Safari 6.1+ */
    display: flex;
    justify-content: space-between;
}

.manual-bottom-left{
    font-size:18px;
    padding: 10px 20px;
    border:1px solid #0455A7;
    font-weight:500;
    color:#0455A7;
    margin-right: 93px;
}

.manual-bottom-right{
    font-size:18px;
    padding: 10px 20px;
    background:#0455A7;
    border:1px solid #0455A7;
    font-weight:500;
    color:#FFFFFF;
}

@media (max-width: 992px) {
    .index-case-list .case-list-img{
        height:83px;
    }
    .index-case-list .case-list-text p:nth-child(1){
        font-size:15px;
        font-weight:500;
        color:#333333;
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        margin: 0 auto;
        margin-bottom: 13px;
        -webkit-box-orient: vertical;
    }
    .index-case-list .case-list-text{
        padding: 13px 0;
    }
    .index-case-box{
        margin-bottom: 15px;
    }
    .product-manual-wrap{
        display: none;
    }
}

@media (min-width: 993px) {

}
/* 2020/2/7
*  修改案例一览
*/

#service-wrap {
    width: 100%;
}

#service-wrap .service-content {
    /* width: 1200px;
    margin: 0 auto; */
    padding: 80px 0 0 0;
}

#service-wrap .service-content .service-box {
    margin-bottom: 30px;

    /* background: #F0F0F0 */


}

#service-wrap .service-content .service-box>a {
    width: 375px;
    position: relative;
    margin-right: 34px;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #333333;
    display: inline-block;
}

#service-wrap .service-content .service-box>a:nth-child(3n) {
    margin-right: 0;
}

#service-wrap .service-content .service-box .service-list {

    width: 100%;
}

#service-wrap .service-content .service-box .service-list:nth-child(2n) {
    margin-right: 0;
}

#service-wrap .service-content .service-box .service-list .service-img {
    width: 100%;
    height: 250px;
    position: relative;
    /* margin-bottom: 25px; */
    background: white no-repeat center center;
    background-size: cover;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

#service-wrap .service-content .service-box .service-list .service-img-box {
    width: 100%;
    height: 250px;
    overflow: hidden;
    /* margin-bottom: 25px; */
}

/* #service-wrap .service-content .service-box .service-list:hover .service-img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
} */


#service-wrap .service-content .service-box .service-list .service-img>p {
    position: absolute;
    /* top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .35);
    color: #fff;
    line-height: 278px;
    vertical-align: middle; */
    font-size: 20px;
    color: #FFFFFF;
    background: rgba(48, 131, 244, 1);
    border: 1px solid rgba(225, 232, 239, 1);
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    top: 10px;
    right: 16px;
}

.case_check {
    width: 95%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;

}

.case_check li {
    padding: 0 20px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #AAAAAA;
    color: #666666;
    font-size: 24px;
    box-sizing: border-box;
}

.case_check li:hover {
    cursor: pointer;
}

.case_check .checked {
    background: #3083F4;
    border: 1px solid #3083F4;
    color: #FFFFFF;
}

.service_text_box {
    height: 94px;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    background: #FFFFFF;

}

.service_title {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    text-align: left;
    height: 56px;
    line-height: 56px;

}

.service_typeTime {
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.service_type {
    float: left;
    border: 1px solid #3083F4;
    padding: 0 8px;
    color: #3083F4
}

.service_Time {
    float: right;
    color: #666666
}

.display_show {
    display: block;
}

.display_hidden {
    display: none;
}

.service-box a:hover {
    /* top: -10px; */
    box-shadow:0px 6px 10px 0px rgba(28,30,33,0.1);
}