@charset "utf-8";
.detail_content section{
    overflow: hidden;
    color: #333333;
}
.service_list{
    margin-right: -21px;
    margin-bottom: -21px;
}
.service_list li{
    position: relative;
    float: left;
    width: 332px;
    margin-right: 21px;
    margin-bottom: 21px;
}
.service_list li img{
    width: 100%;
}
.service_list .masking{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: url("../images/icon/cover_bg.png") repeat 0 0;
    background: rgba(0,0,0,0.3);
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service_list li a:hover .masking{
    background: url("../images/icon/cover_bg_h.png") repeat 0 0;
    background: rgba(6,22,45,0.6);
}
.service_list li a .masking h4 span{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service_list li a:hover .masking h4 span{
    border-top: 2px solid #ffffff;
    line-height: 1;
    border-bottom: 2px solid #ffffff;
    padding: 18px 5px;
}
.service_list .masking .main{
    margin-top: 25.5%;
}
.service_list .masking .main h4.style01{
    font-size: 18px;
    text-align: center;
}
/* 详情页 */
.txt_tip01{
    display: block;
    color: #ae2c3d;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 1;
}
.s_detail_list01 li{
    padding-left: 22px;
    background: url("../images/icon/check_icon01.png") no-repeat 0 4px;
}
.s_detail_list02 li{
    padding-left: 22px;
    background: url("../images/icon/circle_icon01.png") no-repeat 0 4px;
}
.txt_tip02{
    margin-bottom: 18px;
}
.txt_tip02 p{
    padding-left: 16px;
    text-indent: -16px;
}
.service_table{
    width: 100%;
    border: 1px solid #e7e7e7;
}
.service_table th{
    font-size: 16px;
}
.service_table td{
    color: #666666;
}
.service_table th,
.service_table td{
    border: 1px solid #e7e7e7;
    text-align: center;
    height: 40px;
}
.service_table .col01{
    width: 13%;
}
.service_table .col02{
    width: 26%;
}
.service_table .col03{
    width: 61%;
}

/* SP */
@media only screen and (max-width: 767px){
    .service_list{
        margin-right: 0;
        margin-bottom: -20px;
    }
    .txt_tip01 {
        font-size: 14px;
    }
    .s_detail_list01 li,
    .s_detail_list02 li,
    .txt_tip02 p{
        font-size: 12px;
    }
    .service_list li {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .service_table th {
        font-size: 14px;
    }
    .service_table td {
        font-size: 12px;
        padding: 10px 5px;
        text-align: left;
    }
}