.bottom-menu .menu-icon:nth-child(3) {
    background-color: #ffa502;
}

.banner {
    width: 100%;
    height: 600px;
    background: url('../images/jtsg-banner.png') no-repeat center top;
    background-size: cover;
    position: relative;
}
.banner .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
.banner h2 {
    font-size: 56px;
    margin-bottom: 15px;
}
.banner h3 {
    font-size: 38px;
    margin-bottom: 40px;
}
.banner p {
    font-size: 32px;
    margin-bottom: 50px;
}
.banner .banner-btn {
    display: block;
    width: 184px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background-color: rgba(5, 81, 154, .5);
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
}
.banner .banner-btn:hover {
    background-color: #ffa502;
}





/* 难题 */
.trouble {
    margin-bottom: 65px;
}
.trouble .trouble-info {
    padding: 0 7.5px;
}
.trouble-info p{
    padding: 30px 20px;
    background-color: #e1eaf2;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
}
.trouble-info p:hover {
    background-color: #05519a;
    color: #fff;
}





.keypoint {
    padding: 80px 0;
    width: 100%;
    background: url("../images/jtsg-keypoint-bg.png") no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center;
}
.keypoint .title {
    margin-top: 0;
}
.keypoint-desc p{
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 50px 0;
}
.keypoint-list {
    margin-bottom: 40px;
}
.keypoint-info {
    padding: 0 7.5px;
    font-size: 16px;
}
.keypoint-info p {
    padding: 34px 20px;
    background-color: #5a88b5;
    border-radius: 8px;
}
.keypoint-active p{
    background-color: #c14d4c;
}
.k-more-btn a {
    display: block;
    margin: 0 auto 0 auto;
    width: 184px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background-color: #ffa502;
    color: #fff;
}
.keypoint-tel {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}



/* 交通诉讼流程 */
.process {
    margin-bottom: 80px;
}
.process-desc {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    color: #ff0000;
    margin-top: 50px;
}





/* 标语 */
.slogan {
    width: 100%;
    padding: 80px 0;
    color: #fff;
    text-align: center;
    background-color: #05519a;
    font-size: 26px;
    line-height: 32px;
}





/* 服务优势 */
.advantage {
    margin-bottom: 80px;
}
.advantage-pic {
    height: 316px;
    overflow: hidden;
}
.advantage-pic img {
    width: 100%;
    height: 316px;
    object-fit: cover;
}
.advantage-info h3 {
    font-size: 22px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.advantage-info p {
    font-size: 16px;
    margin-bottom: 12px;
}






@media screen and (max-width: 600px) {

    .banner {
        height: 460px;
        padding-top: 50px;
    }
    .banner h2 {
        font-size: 38px;
        margin-bottom: 24px;
    }
    .banner h3 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 10px;
    }
    .banner p {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .banner a {
        width: 140px;
        height: 44px;
        line-height: 39px;
        font-size: 20px;
    }


    /*  trouble  */
    .trouble {
        margin-bottom: 45px;
    }
    .trouble .trouble-info {
        padding: 0 15px;
    }


    /*  keypoint  */
    .keypoint {
        padding: 45px 0;
    }
    .keypoint-info {
        padding: 0 15px;
    }
    .keypoint-desc p {
        font-size: 20px !important;
        line-height: 26px;
        margin: 0 0 20px 0;
    }


    /* process */
    .process {
        margin-bottom: 45px;
    }
    .process-desc {
        font-size: 20px;
        line-height: 26px;
        margin-top: 30px;
    }

    /* slogan */
    .slogan {
        padding: 45px 15px;
        box-sizing: border-box;
        font-size: 22px;
    }


    /*  advantage  */
    .advantage-info h3 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .advantage-info p {
        margin-bottom: 0;
    }
    .advantage-pic {
        margin-top: 25px;
        height: 210px;
    }
    .advantage-pic img {
        width: 100%;
    }
    .advantage {
        margin-bottom: 45px;
    }

}










