
.title_div_01{
    background-color:#f3f5fb;
    padding-bottom: 0px;
    margin-top: 0px;
}

.title_div_02{
    background-color:#f3f5fb;
    padding-bottom: 0px;
    margin-top: 0px;
}

.title_div_01 ul{
    height: 270px;
    overflow: hidden;
    padding: 0;
    display: flex;
    justify-content: space-between;

}
.title_div_01 .title{
    text-align: center;
    line-height: 30px;
    font-size: 25px;
    color: #ece9e980;
}
.title_div_01 .subtitle{
    text-align: center;
    line-height: 30px;
    font-size: 23px;
    margin-top: -10px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.title_div_01 .subtitle img{
    width: 25px;
    padding-right: 10px;
}


.common_header_4 em{
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    display: block;
    font-weight: bold;
    color: rgb(71,133,208);
    margin-bottom: 15px;
}

.common_header_4_main{
    text-align: center;
    position: relative;
    height: 22px;
    line-height: 22px;
    /*margin-bottom: 40px;*/
    margin-bottom: 15px;
}

.common_header_4_main span{
    box-sizing: border-box;
    display: inline-block;
    height: 22px;
    line-height: 20px;
    color:rgb(52,52,52);
    font-size: 16px;
    padding:0 15px;
    background: #FFFFFF;
    border-top:1px solid #BEBEBE;
    border-bottom:1px solid #BEBEBE;
    position: relative;
}

.common_header_4_main span:before{
    content: "";
    border-top:11px solid transparent;
    border-right:8px solid #BEBEBE;
    border-bottom:11px solid transparent;
    position: absolute;
    top:-1px;
    left: -8px;
}

.common_header_4_main span:after{
    content: "";
    border-top:11px solid transparent;
    border-left:8px solid #BEBEBE;
    border-bottom:11px solid transparent;
    position: absolute;
    top:-1px;
    right:-8px;
}

.common_header_4_main span i{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.common_header_4_main span i:before{
    content: "";
    border-top:10px solid transparent;
    border-right:7px solid #FFFFFF;
    border-bottom:10px solid transparent;
    position: absolute;
    top:0;
    left: -7px;
    z-index: 1;
}

.common_header_4_main span i:after{
    content: "";
    border-top:10px solid transparent;
    border-left:7px solid #FFFFFF;
    border-bottom:10px solid transparent;
    position: absolute;
    top:0;
    right: -7px;
    z-index: 1;
}

.common_header_4_main em{
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e3e3e3;
}

.title_div_01 .tab {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: url(/resources/img/home1/ghome_bg02.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}
.title_div_01 .tab_1{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
}
.tab_img{
    background: url(/resources/img/home1/ghome_bg02.png);
}
.title_div_01 .tab_name_sub {
    font-size: 15px;
    padding-left: 10px;
    color: #b0acac;
}

.title_div_01  .tab_name {
    display: flex;
    height: 50px;
    line-height: 50px;
}
.title_div_01  .list_main {
    text-align: center;
    font-size: 24px;
    color: #000;
    padding-top: 17px;
    padding-bottom: 1px;
}
@media (max-width:1200px) and (min-width: 175px){
    .title_div_01 .subtitle {
        font-size: 16px;
    }
    .title_div_01 .title {
        font-size: 20px;
    }
    .common_header_4_main span {
        font-size: 12px;
    }
    .title_div_01 .subtitle img {
        width: 25px;
        max-height: 25px;
        padding-right: 3px;
        padding-left: 13px;
    }
    .title_div_01 .tab_name_n {
        font-size: 14px;
        line-height: 16px;
        padding: 6px 3px;
        text-align: left;
    }

    .title_div_01 .title_text {
        font-size: 12px;
        margin-bottom: 0px;
        padding: 0 5px;
    }
    .title_div_01 .tab_name_sub {
        font-size: 10px;

    }
}
.title_text{
    font-size: 15px;
    text-align: left;
    text-indent: 2em;
    padding-top: 10px;
    margin-bottom: 15px;
}

.asdd .cate_title{
    width: 100%;
    height: 120px;
    font-size: 30px;
    line-height: 44px;
    padding-top: 30px;
    text-align: center;
}
.asdd{
    background: url("/resources/img/home1/title_bg1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.asdd1{
    background: url("/resources/img/home1/title_bg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
.cate_desc {
    font-size: 18px;
    color: #999;
    padding-top: 30px;
}

@media (max-width: 900px) and (min-width: 351px) {
    .asdd .cate_title{
        width: 100%;
        height: 74px;
        font-size: 18px;
        line-height: 63px;
        padding-top: 0px;
        text-align: center;
    }
    .asdd{
        background: url("/resources/img/home1/title_bg2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
    }
}