/* <=== tpdetailbn ===> */
.tpdetailbn .bngrip{
    display: flex;
    flex-wrap: wrap;
}
.tpdetailbn .bngrip .lcol{
    width: calc(100% - 400px);
}
.tpdetailbn .bngrip .rcol{
    width: 400px;
}
.tpdetailbn .bnthumb img{
    width: 100%;
}
.tpdetailbn .bndecss{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 20px 25px;
    background-color: #af1f26;
}
.tpdetailbn .bndecss, .tpdetailbn .bndecss a{
    color: #fff;
}
.tpdetailbn .dstitle{
    margin-bottom: 15px;
    padding: 0 25px 15px 25px;
    position: relative;
    text-align: center;
}
.tpdetailbn .dstitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 2px;
    background-color: #fff;
}
.tpdetailbn .dstitle, .tpdetailbn .dstitle h1, .tpdetailbn .dstitle h2{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
}
.tpdetailbn .dsconts{
    text-align: center;
    font-size: 25px;
    line-height: 35px;
}
.tpdetailbn .dsconts .ctname{
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 5px;
}
/* <=== tpdetailbn ===> */

/* <=== tpdetailct ===> */
.tpdetailct{
    padding: 30px 0 55px;
}
.tpdetailct .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpdetailct .ctgrip > div{
    padding: 0 15px;
}
.tpdetailct .ctgrip .lcol{
    width: 300px;
}
.tpdetailct .ctgrip .rcol{
    width: calc(100% - 300px);
}
/* <=== tpdetailct ===> */

/* <=== itofficeall ===> */
.itofficeall{
    margin-bottom: 20px;
    padding: 15px 17px 17px;
    background-color: #f5f5f5;
}
.itofficeall .oftitle{
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
}
.itofficeall .oftitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #af1f26;
}
.itofficeall .oftitle, .itofficeall .oftitle h2{
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}
.itofficeall .ofconts > div{
    margin-bottom: 15px;
}
.itofficeall .ofconts > div:last-child{
    margin-bottom: 0;
}
.itofficeall .mname, .itofficeall .pname{
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 5px;
}
.itofficeall .minfo li{
    margin-bottom: 8px;
}
.itofficeall .minfo li a{
    display: inline-block;
    color: #aa1e25;
    border-bottom: 1px solid #aa1e25;
    line-height: 12px;
}
.itofficeall .vvphone .pinfo{
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
}
.itofficeall .vvphone .pinfo, .itofficeall .vvphone .pinfo a{
    color: #aa1e25;
}
.itofficeall .vvponsi .pinfo{
    font-size: 15px;
    line-height: 25px;
}
/* <=== itofficeall ===> */

/* <=== itfolowsall ===> */
.itfolowsall{
    margin-bottom: 20px;
    padding: 15px 17px 17px;
    background-color: #f5f5f5;
}
.itfolowsall .fltitle{
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
}
.itfolowsall .fltitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #af1f26;
}
.itfolowsall .fltitle, .itfolowsall .fltitle h2{
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}
.itfolowsall .vvdecs{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}
.itfolowsall .vvinfo li{
    margin-bottom: 18px;
}
.itfolowsall .vvinfo li:last-child{
    margin-bottom: 0;
}
.itfolowsall .vvinfo li a{
    display: flex;
    align-items: center;
    align-content: center;
}
.itfolowsall .vvinfo li a .vicon{
    min-width: 30px;
    max-width: 30px;
    margin-right: 12px;
}
.itfolowsall .vvinfo li a .vtxts{
    font-size: 16px;
    line-height: 20px;
    padding-top: 2px;
}
/* <=== itfolowsall ===> */

/* <=== itnewsmores ===> */
.itnewsmores{
    padding: 15px 20px 15px;
    background-color: #fafafa;
}
.itnewsmores .nmtitle{
    margin-bottom: 20px;
    text-transform: uppercase;
}
.itnewsmores .nmtitle, .itnewsmores .nmtitle h3{
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}
.itnewsmores .i-image{
    margin-bottom: 10px;
}
.itnewsmores .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
    overflow: hidden;
}
.itnewsmores .i-image a img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itnewsmores .i-image a:hover img{
    transform: scale(1.05);
}
.itnewsmores .i-title{
    font-size: 16px;
    line-height: 24px;
}
.slnewsmores .slick-arrow{
    width: 25px;
    height: 45px;
    border-radius: 0;
    background-color: rgba(175, 31, 39, 0.8);
    top: 40%;
}
.slnewsmores .slick-arrow::before{
    font-size: 18px;
}
.slnewsmores .slick-prev{
    left: 0;
}
.slnewsmores .slick-next{
    right: 0;
}
/* <=== itnewsmores ===> */

/* <=== tpdetailbv ===> */
.tpdetailbv{
    padding: 30px 0 50px;
}
.tpdetailbv .bvgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpdetailbv .bvgrip > div{
    padding: 0 15px;
}
.tpdetailbv .bvgrip .mcol{
    width: 300px;
}
.tpdetailbv .bvgrip .hcol{
    width: calc(100% - 540px);
}
.tpdetailbv .bvgrip .bcol{
    width: 240px;
}
/* <=== tpdetailbv ===> */

/* <=== itlinkfdall ===> */
.itlinkfdall{
    margin-bottom: 20px;
}
.itlinkfdall li{
    margin-bottom: 2px;
}
.itlinkfdall li a{
    display: block;
    font-size: 17px;
    line-height: 25px;
    padding: 10px 18px;
    font-weight: bold;
    background-color: #af1f26;
    color: #fff;
    border-radius: 5px;
}
/* <=== itlinkfdall ===> */

/* <=== itloginsall ===> */
.itloginsall{
    padding: 16px 16px 26px;
    background-color: #f5f5f5;
}
.itloginsall .lgtitle{
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    color: #333333;
}
.itloginsall .lgtitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #af1f26;
}
.itloginsall .lgtitle, .itloginsall .lgtitle h2{
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}
.itloginsall .ctdecss{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
}
.itloginsall .ctlink a{
    font-size: 17px;
    line-height: 25px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #af1f26;
    color: #fff;
    display: block;
    text-align: center;
}
/* <=== itloginsall ===> */

/* <=== itcontactall ===> */
.itcontactall{
    margin-bottom: 20px;
    padding: 16px 16px 16px;
    background-color: #f5f5f5;
}
.itcontactall .cctitle{
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    color: #333333;
}
.itcontactall .cctitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #af1f26;
}
.itcontactall .cctitle, .itcontactall .cctitle h2{
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}
.itcontactall .vname{
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
.itcontactall .vdecs{
    font-size: 15px;
    line-height: 21px;
}
.itcontactall .vdecs .dponi{
    margin-bottom: 10px;
}
.itcontactall .vdecs li{
    margin-bottom: 4px;
}
/* <=== itcontactall ===> */

/* <=== itsytembvall ===> */
.itsytembvall{
    margin-bottom: 20px;
    padding: 16px 16px 16px;
    background-color: #f5f5f5;
}
.itsytembvall .sttitle{
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
    color: #333333;
}
.itsytembvall .sttitle::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 2px;
    background-color: #af1f26;
}
.itsytembvall .sttitle, .itsytembvall .sttitle h2{
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}
.itsytembvall .ctitem{
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 23px;
}
.itsytembvall .ctitem:last-child{
    margin-bottom: 0;
}
.itsytembvall .vvname{
    color: #af1f26;
    text-decoration: underline;
}
/* <=== itsytembvall ===> */

/* <=== itthecont ===> */
.itthecont{
    color: #333333;
}
.itthecont .vvtitle{
    margin-bottom: 5px;
}
.itthecont .vvtitle, .itthecont .vvtitle h1, .itthecont .vvtitle h2{
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
}
.itthecont .vvconts{
    font-size: 16px;
    line-height: 25px;
}
.itthecont .ctcapts{
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
}
.itthecont .dsitem{
    margin-bottom: 15px;
}
.itthecont .dsitem:last-child{
    margin-bottom: 0;
}
.itthecont .cttitle{
    margin-top: 8px;
}
.itthecont .cttitle, .itthecont .cttitle h2, .itthecont .cttitle h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.itthecont .cttexts h3{
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    margin: 5px 0;
}
/* <=== itthecont ===> */

@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== tpdetailbn ===> */
    .tpdetailbn .bngrip{
        margin: 0 -15px;
    }
    .tpdetailbn .bngrip .lcol{
        width: 100%;
    }
    .tpdetailbn .bngrip .rcol{
        width: 100%;
    }
    .tpdetailbn .bndecss{
        padding: 20px 20px 30px;
    }
    .tpdetailbn .dstitle{
        padding: 0 0 15px 0;
    }
    .tpdetailbn .dstitle, .tpdetailbn .dstitle h1, .tpdetailbn .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    /* <=== tpdetailbn ===> */

    /* <=== tpdetailct ===> */
    .tpdetailct{
        padding: 20px 0 35px;
    }
    .tpdetailct .ctgrip{
        flex-direction: column-reverse;
    }
    .tpdetailct .ctgrip .lcol{
        width: 100%;
    }
    .tpdetailct .ctgrip .rcol{
        width: 100%;
        margin-bottom: 25px;
    }
    /* <=== tpdetailct ===> */

    /* <=== tpdetailbv ===> */
    .tpdetailbv .bvgrip .mcol{
        width: 100%;
        order: 3;
    }
    .tpdetailbv .bvgrip .hcol{
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }
    .tpdetailbv .bvgrip .bcol{
        width: 100%;
        order: 2;
        margin-bottom: 20px;
    }
    .itthecont .vvtitle, .itthecont .vvtitle h1, .itthecont .vvtitle h2{
        font-size: 25px;
        line-height: 37px;
    }
    .itthecont .ctcapts{
        font-size: 15px;
        line-height: 23px;
    }
    .itthecont .cttitle, .itthecont .cttitle h2, .itthecont .cttitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itthecont .vvconts{
        font-size: 15px;
        line-height: 23px;
    }
    .itsytembvall{
        margin-bottom: 0;
    }
    .itloginsall .ctlink a{
        display: inline-block;
        padding: 5px 25px;
    }
    /* <=== tpdetailbv ===> */
}
@media all and (max-width: 767px){
    
}