blockquote, body, button, caption, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, hr, html, input, legend, li, menu, ol, p, pre, table, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}
.banner_box .title{
    color: #343434;
    font-weight: bold;
    font-size: 48px;

}
.SuperMapSolution{
    background-color: #F7F8FA;
}

.industrylist {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px auto 160px;
}
.industrylist-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 352px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding:  15px 10px;
}
.industrylist-nav .nav-item {
    height: 56px;
    position: relative;
    margin: 8px 0;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.industrylist-nav .nav-item b {
    display: block;
    height: 56px;
    line-height: 56px;
    position: relative;
    padding: 0 36px 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.industrylist-nav .nav-item.on b {
    background: linear-gradient(135deg, #D7000F 0%, #ff1a2b 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(215, 0, 15, 0.3);
}

.industrylist-nav .nav-item:hover{
    background-color: rgba(215, 0, 15, 0.05);
}

.industrylist-nav .nav-item:hover b{
    color: #D7000F;
}
.industrylist-center {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.industrylist-center .pro-level2 .level2-tit {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
    display: block;
    margin-bottom: 25px;
    color: #343434;
}

.industrylist-center .pro-level2 .level2-tit::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 5px;
    height: 24px;
    background: linear-gradient(to bottom, #D7000F 0%, #ff1a2b 100%);
    border-radius: 3px;
}

.industrylist-center .pro-level2 .level2-tit span{
    font-size: 16px;
    margin-left: 10px;
    color: #999;
    transition: transform 0.3s ease;
}

.industrylist-center .pro-level2 .level2-tit .level2-tit-desc{
    font-size: 14px;
    color: #6B6B6B;
    line-height: 22px;
    font-weight: normal;
    margin-top: 10px;
}
.industrylist-center .pro-level2:first-child{
    padding-top: 0;
}
.industrylist-center .pro-level2 {
    padding-top: 20px;
    margin-bottom: 40px;
    margin-left: 24px;
}

.pro-level3 {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 32.9%;
    min-height: 70px;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

.pro-level3 .level3-item {
    display: block;
    border: 1px solid #E8E9EA;
    min-height: 74px;
    padding: 20px 14px;
    font-size: 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #FFFFFF;
}

.pro-level3 .level3-item:hover{
    color: #FFFFFF;
    background: linear-gradient(135deg, #D7000F 0%, #ff1a2b 100%);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(215, 0, 15, 0.2);
}
.pro-level3 .level3-item em{
    font-style: normal;
}
.pro-level3 .level3-item .item-center .tit {
    font-size: 16px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
@media (max-width: 768px){
    .industrylist{
        margin: 40px auto 80px;
    }
   .industrylist-left {
        display: none;
    }
    .industrylist-center {
        background: #fff;
        padding: 16px;
    }
    .industrylist-center .pro-level2 {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 16px;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-left: 0;
    }
    .industrylist-center .pro-level2:last-child{
        border-bottom: none;
    }

    .pro-level3 {
        font-size: 14px;
        width: 49%;
        min-height: 0;
        margin-bottom: 10px;
        padding-left: 0px;

    }
    .pro-level3 .level3-item{
        padding: 8px 10px;
        font-size: 12px;
        min-height: 46px;
    }
    .industrylist-center .pro-level2 .level2-tit span{
        font-size: 14px;
        margin-left: 10px;
        vertical-align: text-bottom;
    }
    .banner_box .title{
        font-size: 24px;
    }
    .industrylist-center .pro-level2 .level2-tit{
        font-size: 18px;
        padding-left: 20px;
    }
}
@media (min-width: 1200px){
    .container {
        max-width: 1420px;
    }
    .banner_box .title{
        font-size: 38px;
    }
}
@media (min-width: 1400px){

    .banner_box .title{
        font-size: 46px;
    }
}