.page {
    width: 100%;
}
.mobile-banner{
    display: none;
}
.pc-banner{
    display: block;
}

.footer_below {
    height: auto;
}

.u-listB {
    white-space: nowrap;
}

.page-num {
    border: 1px solid #ccc;
    padding: 0 5px;
    border-radius: 3px;
    margin-right: 5px;
}

.header .container .logo {
    min-width: 30%;
}

.header .container img {
    width: 100%;
}

.my-menu {
    display: none;
}

.navbar-toggler {
    width: auto;
    height: 50px;
    color: #76838f;
    line-height: normal;
    border-color: transparent;
    position: relative;
    float: right;
    margin-top: 0;
    margin-right: 0.9375rem;
    margin-bottom: 0;
    padding: 1.5715rem 0.9375rem;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0.215rem;
}

.navbar-toggler:hover {
    background: 0 0 !important;
    text-decoration: none;
    -webkit-appearance: button;
}

.hamburger {
    transition: transform .2s ease-in-out;
    vertical-align: middle;
    font-size: 17px;
}

.p-x-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

@media screen and (max-width: 1100px) {

    .container,
    .content,
    .wd,
    .bt,
    .bt1,
    .bt2,
    .bt3,
    .focus,
    .footer_middle,
    .sub_content,
    .nav1,
    .nav2,
    .tempWrap {
        width: 100% !important;
    }

    .nav1 {
        display: flex;
    }

    .nav1 li {
        flex: 1;
        width: 100%;
    }

    .nav1 li a {
        width: 100%;
    }

    .fullSlide .bd li {
        background-size: cover;
    }

    .focus_con {
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .focus_con .fs_lt {
        width: 100%;
    }

    .fs_lt {
        height: 200px;
    }

    .focus_con .fs_lt h4 {
        display: none;
    }

    .focus_con .fs_lt .fs_pic {
        width: 100%;
        display: flex;
        position: relative;
    }

    .focus_con .fs_lt .fs_pic .fs_txt {
        flex: 1;
        margin-left: 20px;
    }

    .focus_con .fs_lt .fs_more {
        position: absolute;
        bottom: 20px;
        right: 0;
    }

    .fs_rt {
        width: 100%;
    }

    .n_list li {
        display: flex;
    }

    .n_list li dl {
        flex: 1;
    }

    .two_dimension_code div {
        padding-left: 0 !important;
    }

    .footer_middle_logo {
        display: none;
    }

    .footer_middle {
        display: flex;
    }

    .footer_middle>div {
        flex: 1;
    }

    .footer_middle_nav ul .footer_middle_motorcycle_type_bt,
    .footer_middle_nav {
        width: 100%;
    }

    /* about */
    .sub_content_left {
        display: none;
    }

    .sub_content_right {
        width: 90%;
        margin: 30px auto 0;
        float: none;
    }

    /* list_news */
    .news_list {
        width: 100%;
        display: flex;
    }

    .news_list .news_list_right {
        flex: 1;
        width: 100%;
    }

    .news_list .news_list_right h4,
    .news_list .news_list_right p {
        width: 100%;
    }

    .news_list_right p a:first-child {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* list_image */
    .car_list {
        height: auto;
    }

    .sub_content_right_below .car_list ul {
        display: flex;
        flex-wrap: wrap;
    }

    .sub_content_right_below .car_list ul li {
        width: 33.3%;
        margin: 0;
        /* padding-bottom: 20px; */
    }

    .sub_content_right_below .car_list ul li a {
        width: 90%;
        height: auto;
        padding-bottom: 20px;
        box-sizing: border-box;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .car_list ul li a img,
    .car_list ul li a div {
        width: 100%;
    }

    .car_list ul li a img {
        height: 130px;
    }

    /* show_news */
    .news_content_middle img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 600px) {
    .mobile-banner{
        display: block;
    }
    .pc-banner{
        display: none;
    }
    .my-menu {
        display: block;
    }

    .welcome .container {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .sy-more {
        width: 80%;
    }

    .focus_con .fs_lt .fs_pic {
        flex-direction: column;
    }

    .focus_con .fs_lt .fs_more {
        display: none !important;
    }

    .fs_lt {
        min-height: 280px;
    }

    .fs_pic {
        height: auto;
        align-items: center;
    }

    .fs_rt h4 {
        background: none;
    }

    .footer1 {
        height: auto;
    }

    .footer_middle_nav {
        flex: none !important;
        margin-left: 0;
        width: 100vw;
        height: 50px;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .footer_middle {
        height: auto;
        flex-wrap: wrap;
    }

    .two_dimension_code div {
        height: auto;
    }

    .welcome .container .phone {
        display: none;
    }

    .header {
        padding: 10px 20px 10px 0;
        box-sizing: border-box;
    }

    .header .container .logo {
        width: 100%;
        height: auto;
    }

    .nav {
        height: auto;
        display: none;
        position: absolute;
        top: 36px;
        z-index: 999;
    }

    .nav1 {
        height: auto;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .nav1>li{
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ccc !important;
    }
    .nav2 {
        position: static !important;
    }
    .nav2 li {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border-top: 1px solid #ccc !important;
    }

    .nav1 li:last-child {
        border-bottom: none;
    }

    .nav1 li a {
        height: auto;
    }
    .nav1 li:hover ul {
        display: none
    }
    .fullSlide,.index_slide{
        background: transparent;
    }
    .index_slide,.fullSlide,.fullSlide ul {
        height: 260px;
        /* height: auto; */
        
    }

    .fullSlide .bd li {
        /* background-size: 200%; */
         background-size: 100%; 
    }

    .hd,.prev,.next {
        visibility: hidden;
        display: none;
    }

    .u-listB {
        white-space: nowrap;
    }

    .u-listB li {
        width: 45vw !important;
    }

    /* list_news */
    .news_list_right {
        position: relative;
    }

    .news_list_right p a {
        display: none !important;
    }

    .news_list_right p span {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    /* list_image */
    .sub_content_right_below .car_list ul li {
        width: 50%;
        height: 180px;
        margin: 0;
        /* padding-bottom: 20px; */
    }

    .side-bar {
        top: 60%;
    }
    .my-menu>img{
        width: 30px;
        height: 30px;
        vertical-align: middle;
    }
    
    .sub_banner{
        width: 100%;
        height: 80px;
        background-size: 100%!important;
        background-repeat: no-repeat!important;
    }
}

@media screen and (max-width: 375px) {

    /* list_image */
    .sub_content_right_below .car_list ul li {
        width: 100%;
        margin: 0;
        /* padding-bottom: 20px; */
    }

    .sub_content_right_below .car_list ul li a {
        width: 100%;
    }

    .two_dimension_code {
        display: none;
    }
}