  .advantage_region{
    width:1200px;
    margin:0 auto;
}
.advantage_link a{
    color: #666666;
    font-size: 16px;
    font-family: MontserratLight;
}
.mold_type{
    text-align: center;   
    margin-bottom: 40px;
    cursor:pointer;
}
.mold_type_top{
    padding-top: 30px;
    height:195px;
    border-radius: 10px;
}
.mold_type h4{
    font-family: "MontserratRegular";
    color:#333;
    margin-top:15px;
    line-height: 26px;
}
.mold_type.active h4{
    color:#fff;
}
.mold_type.active .mold_type_top{
    background-color:#d61518;
}
.mold_img>a{
    width:85px;
    display:inline-block;
    background-size:200% 100%;
    background-repeat: no-repeat;
}
.mold_img{
    height:85px;
}
.mold_type.active .mold_img>a{
    background-position:100% 0;
}
.mold_img>a>img{
    opacity:0;
} 
.mode_type_con{
    display:none;
}
.advantage_link{
    margin: 25px 0 40px;   
}
.advantage_link a:last-of-type{
    color: #d61518;
}
.advantage_ban{
    background-image: url(/Theme/default/image/advan_ban.jpg);
}
.advantage_title h2{
    font-size: 36px;
    font-family: "OswaldMed";
    color:#d61518;
    text-align:center;
    margin-bottom: 40px;
}
.advantage_para {
    font-family: "MontserratLight";
    font-size:20px;
    color:#666;
    text-align: left;
    line-height: 2;
    margin-bottom: 25px;
}
.advantage_para>ul>p{
    font-family: "MontserratLight";
    font-size:20px;
    color:#666;
    text-align: left;
    line-height: 2;
    margin-bottom: 15px;
    text-indent:45px;
}
.advantage_para p{
    font-family: "MontserratLight";
    font-size:20px;
    color:#666;
    text-align: left;
    line-height: 2;
    margin-bottom: 25px;
}
.advantage_para .mold_type_con_box p{
    font-size:18px;
    line-height: 30px;
    color:#d61518;
}
.advantage_para .sinomould_con p{
    margin-top:20px;
    margin-bottom: 0;
}
.advantage_img{
    margin-bottom: 30px;    
}
.advantage_con{
    padding-bottom: 35px;
}
.sinomould_con .advantage_img{
    margin-bottom: 0;
}
.advantage_img:first-of-type{
    margin-bottom: 60px;
}
.sinomould_con:first-of-type{
    padding-top:40px;
}
.advantage_table table{
    width:100%;
}

@media screen and (max-width:1201px){
    .advantage_region{
        width:100%;
        padding:0 15px;
    }
}
@media screen and (max-width:768px){
    .mold_type_bottom{
        margin-top:15px;
    }
    .mold_type_bottom.pc_hide{
        display:none;
    }
    .mold_type_box{
        margin-top:40px;
    }
    .advantage_para p{
        font-size:16px;
        line-height: 1.5;
    }
    .advantage_img:first-of-type{
        margin-bottom: 0;
    }
    .advantage_img{
        margin-top:20px;
        margin-bottom: 10px;
    }
    .sinomould_con:first-of-type{
        padding-top: 0;
    }
}