@charset "utf-8";
#wpthemedemobar{display: none;}
#crumbs{
    display: inline-block;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}
.main-container{
    width:1200px;
    margin: 0 auto;
}

.advantage-wrap .title-bg{
    height: 200px;
   
    overflow: hidden;
}
.advantage-wrap .title-bg .title{
    margin-top: 40px;
    position: relative;
    padding-left: 20px;
}
.advantage-wrap .title-bg .title:after{
    content: '';
    display: block;
    width: 4px;
    height: 56px;
    background: #e6212a;
    position: absolute;
    left: 0;
    top: 45px;
}
.advantage-wrap .title-bg .title p{
    font-size: 38px;
    color: #ffffff;
    line-height: 1;
}
.advantage-wrap .title-bg .title p strong{
    font-size: 90px;
    color: #e6212a;
}
.advantage-wrap .title-bg .title p em{
    color: #e6212a;
}
.advantage-wrap .title-bg .title span{
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
}
.advantage-list-bg{
    background: url(../images/advan-bg.png) top center;
    padding: 30px 0;
}
.advantage-list-bg ul li{
    margin: 40px 0;
}
.advantage-list-bg .text{
    width: 600px;
    float: left;
    box-sizing: border-box;
    padding-left: 120px;
    position: relative;
    padding-top: 40px;
}
.advantage-list-bg .text .nub{
    width: 91px;
    height: 91px;
    text-align: center;
    line-height: 91px;
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    background: url(../images/nub-bg.png);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 30px;
}
.advantage-list-bg .text .top{
    font-size: 38px;
    color: #e6212a;
    font-weight: bold;
    line-height: 1.8;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.advantage-list-bg .text .top em{
    color: #333333;
}
.advantage-list-bg .text .bottom span{
    font-size: 16px;
    color: #333333;
    display: block;
    padding-left: 20px;
    position: relative;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.advantage-list-bg .text .bottom span:before{
    content: '';
    width: 9px;
    height: 1px;
    display: block;
    background: #333333;
    position: absolute;
    left: 0;
    top: 20px;
}
.advantage-list-bg .text .bottom span em{
    color: #e6212a;
}
.advantage-list-bg .img{
    float: right;
}
.advantage-list-bg ul li:nth-child(2n+2) .img{
    float: left;
    margin-right: 85px;
}
.advantage-list-bg .img img{
    width: 515px;
    height: 323px;
    display: block;
}
@media only screen and (max-width: 760px){
    .main-container {
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .advantage-wrap .title-bg .title p{
        font-size: 26px;
    }
    .advantage-wrap .title-bg .title p strong {
        font-size: 60px;
    }
    .advantage-wrap .title-bg .title::after {
        content: '';
        display: block;
        width: 4px;
        height: 56px;
        background: #e6212a;
        position: absolute;
        left: 0;
        top: 35px;
    }
    .advantage-list-bg .text{
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .advantage-list-bg .img{
        float: none;
    }
    .advantage-list-bg ul li:nth-child(2n+2) .img{
        float: none;
        margin-right: 0;
    }
    .advantage-list-bg .img img{
        width: 100%;
        height: auto;
        display: block;
    }
    .advantage-list-bg .text .nub{
        top: -50px;
    }
    .advantage-list-bg .text .top {
        font-size: 30px;

    }  
}
