.one.mcb-wrap {
    background-size: contain;
    background-position: center !important;
}
.column_attr.align_center h3{
    line-height: 34px;
    color: #888;
    font-size: 16px;
}
.characteristics{
    color:#888;
    font-size:16px;
}
.column_fomat{
    font-size: 20px;
    color: #888;
    font-family: "Microsoft Yahei";
}
.firstTitle{
    font-size:60px !important;
    line-height: 60px !important;
    background: #00b8d4;
    padding: 20px !important;
}
.secondTitle{
    font-size: 30px !important;
    text-align: right !important;
    line-height: 40px !important;
    color: #888;
    padding-top: 50px !important;
}
.thirdTitle{
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 120px !important;
}
.thirdTitle .item{
    height:62px;
}
.thirdTitle .item .thirdTitle-image-box{

}
.thirdTitle .item .thirdTitle-image-box img{
    width:32px !important;
    height:32px !important;
}
.thirdTitle .item .thirdTitle-text-box{
    height: 30px;
    line-height: 30px !important;
    color: #444;
    font-size: 26px !important;
}
@media only screen and (max-width : 1200px) {
    #slider-1-layer-1{
        min-width:520px !important;
    }
}
  
@media only screen and (max-width : 992px) {
    #slider-1-layer-1{
        top:-100px;
        min-width: 470px !important;
    }
    .firstTitle {
        font-size: 45px !important;
        line-height: 45px !important;
    }
}

@media only screen and (max-width : 768px) {
    #slider-1-layer-1 {
        top: -160px;
        min-width: 430px !important;
    }
    h2{
        margin:15px 0;
    }

}

@media only screen and (max-width : 480px) {
    #slider-1-layer-1 {
        top: -160px;
        min-width: 300px !important;
    }
    .firstTitle {
        font-size: 32px !important;
        line-height: 40px !important;
    }
    .secondTitle {
        font-size: 18px !important;
        text-align: right !important;
        line-height: 26px !important;
        color: #888;
        padding-top: 30px !important;
    }
    .thirdTitle .item .thirdTitle-text-box {
        height: 30px;
        line-height: 30px !important;
        color: #444;
        font-size: 18px !important;
    }

}

@media only screen and (max-width : 320px) { 
    

}