.Platforms_bg{
    ;
    background: #001354;
    background: url(../../img/front/Platforms_bg.svg)center center no-repeat;
    min-height: 498px;

}
.Platforms_title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 498px;
    width: 1%;
}

.Platforms_title .Platforms{
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    color: #333333;
    letter-spacing: 0;
    margin-top: 32px;
    text-align: left;

}
.Platforms_title .point {
    text-align: left;
    color: #FFF;
    letter-spacing: 10px;
    font-weight: bold;
}
.Platforms_title .Platforms-info {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    line-height: 36px;
    margin: 45px 0;
    max-width: 600px;
}


.Platforms_pattern_bg {
    background: #FFFFFF;
    margin-top: 40px;
}

.Platforms_pattern_head {
    font-family: Arial-Black;
    font-size: 50px;
    color: #F5F7FA;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
    display: none;
}
.Platforms_pattern_text {
    font-family: PingFangSC-Regular;
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    margin-top: 60px;
}
.Platforms_pattern_info{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 0px;
}
.Platforms_pattern_info_bg{

}
.Platforms_pattern_info_bgs{
    height: 420px;
    cursor:pointer;
}
.Platforms_pattern_info_block{
    cursor:pointer;
    width:560px ;
    height: 140px;
    background: #FFFFFF;
    line-height: 140px;
    display: block;
}
.Platforms_pattern_info_block.default{
    background:#F9F9F9;
    cursor:pointer;
}
.Platforms_pattern_info_block :hover{
    background:#F9F9F9;
    cursor:pointer;
}

.Platforms_pattern_info_bgs .Platforms_pattern_info_block:hover{
    width:560px ;
    height: 140px;
    background:#F9F9F9;
    line-height: 140px;
    display: block;
}
.Platforms_pattern_info_block_left{
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.Platforms_pattern_info_title{
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    line-height: 20px;
    margin-bottom: 20px;
}
.Platforms_pattern_info_title_text{
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: left;
    line-height: 16px;
    min-width: 380px;
}
.Platforms_pattern_info_title .spans{
    font-size: 48px;
    margin-right: 10px;
    color: #FF6F00;
    line-height: 48px;
}

.Platforms_pattern_info_img{
    display: block;
    max-width: 100%;
    height: auto;
    overflow-x: auto;
    background: url(../../img/front/Platforms_mode.png) center center no-repeat;
}


.Platforms_characteristic_img{
    min-width: 280px;
    min-height: 180px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 4px rgba(238,238,238,0.50);
}
.Platforms_characteristic_imgs{
    vertical-align: top;
    width: 100%;
}
.Platforms_characteristic_type{
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    text-align: left;
    margin: 20px;
}
.Platforms_characteristic_info{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666666;
    min-width: 240px;
    letter-spacing: 0;
    line-height: 26px;
    text-align: left;
    margin: 20px;
}
.Platforms_pattern_info_line{
    margin-top: 60px;
}

.Platforms_trade_bg{
    background: #FFFFFF;
}
.Platforms_trade_head{
    font-family: Arial-Black;
    font-size: 50px;
    color: #F2F2F2;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
}
.Platforms_trade_info_text{
    margin-top: 20px;
}
.Platforms_trade_info_img{
    margin-top: 20px;
}

.Platforms_trade_info{
    text-align: center;
    margin-top: 60px;
    padding-bottom: 60px;
}
.Platforms_trade_info .col-md-2{
    width: 20%;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .Platforms_pattern_info .col-md-12{
        padding-left: 0px;
        padding-right: 0px;
    }
}


@media (max-width: 768px) {
    .Platforms_bg {
        ;
        background: #001354;
        min-height: 320px;
        background: url(../../img/front/Platforms_bg.svg)center center no-repeat;
    }
    .Platforms_title {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 320px;
        width: 1%;
        padding-top: 80px;
    }

}

/*小屏幕适配*/
@media (max-width: 414px) {
    .Platforms_bg {
        ;
        background: #001354;
        min-height: 320px;
        background: url(../../img/front/Platforms_bg.svg)center center no-repeat;
    }
    .Platforms_title {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        height: 320px;
        width: 1%;
        padding-top: 80px;
    }

}
