
/* 移动端适配媒体查询 */
@media only screen and (max-width:767px) {

    #sd_main_first_title_No1{
        display: block;
    }
    .w6b_titel{
        display: none;
    }

    body {
        background: url(bg.jpg) no-repeat center top #ffffff;
        /* display: flex;
        flex-direction: column;
        align-items: center;
        justify-items: center; */
        /* zoom: 1.2; */
        /* transform: scale(1.2); */
    }

.sd_main {
    margin-top: 464px;
    height: auto;
    background-color: #ffffff;
    padding: 30px 0 30px 0;
}

.sd_main_first {
    /* background-color: pink; */
    height: auto;
    padding-top: 10px;
    margin-bottom: 30px;
}

.sd_main_first:nth-of-type(1){
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.sd_main_first_title {
    width: 100%;
    height: 60px;
    margin-bottom: 13px;
    background: url(6b6w_t.png) no-repeat center;
}

.sd_main_first_title a {
    display: block;
    width: 298px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #025dce;
}

.sd_main_first_box ul li {
    width: 100%;
    height: 47px;
    line-height: 47px;

}

.w6b_titel a {
	font-size: 20px; 
	font-weight: bold; 
	color: #025dce;

}

.sd_main_first_box ul li a {
    text-align: center;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    border-bottom: 1px dashed #bfbfbf;
}

.sd_main_second_title {
    background: url(xxxx_04.png) no-repeat center;
}


.sd_main_first_box{
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sd_main_first>div:first-child{
    width: auto !important;
    margin-bottom: 30px;
}
.text-tag{
    display: none;
}
.footer-content>.text-tag{
    display: block;
}

}