@charset "UTF-8";

a,
a:hover,
a:focus {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}
.bg_img_set{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hover_img,
.hover_img>div {
    overflow: hidden;
}

.hover_img img {
    -WEBkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.hover_img:hover img {
    transform: scale(1.2);
}

.hover_news:hover img {
    opacity: 0.7;
}

.hover_news:hover p ,.hover_news:hover h4{
    color: #105BAA !important;
}

.header_fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    height: 110px;
    top: 0;
    left: 0;
    z-index: 1000;
}

#page_content {
    margin-top: 149px;
    margin-bottom: 50px;
    position: relative;
}

.nav_header {
    background-color: #000;
    color: #fff;
    height: 40px;
    line-height: 40px;
}

.header_menu_01 {
    margin-right: 60px;
}

.header_menu_01>div {
    width: 660px;
}

.header_menu_01 a {
    color: #fff;
}

.header_menu_01 a>i {
    font-size: 20px;
    padding-right: 5px;
}

.header_menu_01 a:hover,.rwd-breadcrumb a:hover,.footer_bg a:hover{
    color: #105BAA;
}
.media_box{
    align-items: center;
}
.media_box_show{
    display: none;
    position: absolute;
    width: 288px;
    left: -161px;
    z-index: 99;
    bottom: -186px;
}
.media_box_hover{
    background: rgb(244,244,244);
    justify-content: space-between;
}
.media_pt{
    width: calc(100% - 187px);
    text-align: center;
    overflow: hidden;
}
.media_pt>div{
    height: 37px;
    line-height: 34px;
    position: relative;
}
.media_pt>div:last-child{
    padding-bottom: 0;
}
.media_pt img{
    width: 25px;
}
.media_pt>.active::after{
    background-color: #fff;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: -9px;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -9px;
}
.media_qcode{
    width: 187px;
}
.media_more{
    color: #000!important;
    font-size: 13px;
}
.media_more:hover{
    color: #105BAA!important;
}

.media_box>div {
    cursor: pointer;
    position: relative;
}


.media_box div>img {
    /* position: absolute;
    width: auto;
    z-index: 1;
    left: 50%;
    bottom: -192px;
    margin-left: -93.5px;
    display: none; */
}

.media_box div:last-child>img {
    margin-left: 0;
    right: 0;
    left: unset;
}

.media_box i {
    font-size: 20px;
}

.menu_box {
    margin: 0 60px;
    height: 100%;
    padding: 0;
}

.menu_logo {
    position: absolute;
    left: 60px;
    top: auto;
    width: 137px;
}

.menu_bg {
    background-color: #fff;
    /* border-bottom: 3px solid #DCE3EE; */
    height: 70px;
    padding: 0;
    position: relative;
    box-shadow: 0 0 15px rgb(120 116 116 / 10%);
}

#navbarSupportedContent {
    height: inherit;
}

#navbarSupportedContent>ul>li{
    width: auto;
    white-space: nowrap;
    margin-right: 2%;
}

#navbarSupportedContent>ul>li>a {
    position: relative;
}

#navbarSupportedContent>ul>li>a.active::after {
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(57, 119, 185);
    z-index: 3;
}

.menu_product_box {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 109px;
    padding-top: 50px;
    background-color: #fff;
    z-index: -1;
    display: none;
    /* border-top: 1px solid rgb(230, 230, 230); */
    transition: top 0.5s;
    margin-right: auto;
    margin-left: auto;
}

.menu_product_box02 {
    width: 80%;
    margin: 0 auto;
}

.product_lsit_menu>li {
    font-weight: bold;
    margin-bottom: 25px;
    cursor: pointer;
    position: relative;
    text-align: left;
}

.product_lsit_hover.active a {
    color: rgb(57, 119, 185);
}

.product_lsit_hover.active a::after {
    content: "\f285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: auto;
}

.product_lsit_menu>li>a {
    display: block;
    color: #000;
}

.flex_set {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu_product_box_right a {
    display: block;
    color: #000;
    width: 18%;
    margin-bottom: 20px;
    margin-right: 2.5%;
}

.menu_product_box_right a:nth-of-type(5n) {
    margin-right: 0%;
}

.menu_product_box_right a>img {
    max-width: 180px;
}

.new_head_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 131px;
    left: 0;
    display: none;
    z-index: -2;
    transition: all 0.5s;
}

.menu_product_box_right>div {
    display: none;
}

.menu_product_box_right>div.show {
    display: -webkit-flex;
    display: flex;

}

.menu_product_box_right>div>a:hover img {
    opacity: 0.7;
}

.menu_product_box_right>div>a:hover p {
    color: rgb(57, 119, 185);
}

.navbar-toggler:focus:not(:focus-visible) {
    box-shadow: unset;
}

.footer_bg {
    background-color: #000;
    padding-bottom: 3rem;
}

.footer_box {
    color: #fff;
    width: 70%;
    margin: 0 auto;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.footer_bg a {
    color: #fff;
}

.footer_ul li {
    margin-bottom: 20px;
}

.footer_bottom {
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

.dash_set {
    position: relative;
}

.dash_set::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 17px;
    background-color: #fff;
    margin-top: -8.5px;
}

.dash_set:last-child::after {
    display: none;
}

.footet_text_muted {
    text-align: center;
    color: rgb(143, 143, 143);
    margin: 0 auto;
    margin-bottom: 0.5rem;
    font-size: 13px;
}

.footet_text_muted span.footer_box_mobile {
    display: inline-block;
}

.footet_text_muted a {
    color: rgb(143, 143, 143);
}

.head_scroll {
    top: 0 !important;
    z-index: 3;
}

.menu_product_box_right .marinenews a {
    width: 23.5%;
    margin-right: 2%;
}

.menu_product_box_right .marinenews a:nth-child(4n) {
    margin-right: 0;
}

.marinenews>a>img {
    max-width: 100%;
    margin-bottom: 10px;
}

.marinenews .news_time {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

.marinenews .news_contents {
    text-align: left;
}

.menu_product_box_right .marinehistory a {
    width: 23.5%;
}

.menu_product_box_right .marinehistory a>img {
    max-width: 100%;
}

.border_top {
    border-top: 1px solid #dadbdd;
}

.rwd-wrap-breadcrumb {
    background-color: #f7f7f7 !important;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 110px;

}

.rwd-footer-inner {
    max-width: 1320px;
    margin: 0 60px;
    display: block;
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.rwd-breadcrumb ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 0 9px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.rwd-breadcrumb li {
    padding: 0 0 0 14px;
    font-size: 13px;
    position: relative;
}

.rwd-breadcrumb li:first-child {
    padding: 0;
}

.rwd-breadcrumb li:last-child {
    color: #105BAA;
}

.rwd-breadcrumb a {
    color: #000;
    font-size: 100%;
}

.rwd-breadcrumb li::after {
    content: "\3e";
    font-size: 13px;
    margin-left: 14px;
}

.h1_common_title {
    font-size: 1.8rem;
    font-weight: bold;
}

.h1_common_title span {
    padding-bottom: 10px;
    border-bottom: 4px solid #105BAA;
}

.rumenzn_box {
    padding: 5% 0;
}

.rwd-breadcrumb li:last-child:after {
    display: none;
}



.rumenzn_common_set a {
    display: block;
    background-color: #fff;
    position: relative;
}

.rumenzn_common_set a p {
    padding: 0 20px;
    margin-bottom: 10px;
}

.rumenzn_common_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #000;
}

.rumenzn_common_com {
    margin-bottom: 20px !important;
    color: #666666;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.rumenzn_common_date {
    color: #999999;
    padding-bottom: 20px !important;
    padding-left: 51px !important;
}

.common_wechat {
    position: relative;
}

.common_wechat::before {
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 22px;
}

.news_common_flag {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff !important;
    width: 80px;
    height: 24px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.news_common_flag_red {
    background-color: #E70200;
}

.news_common_flag_blue {
    background-color: #105BAA;
}
.my-swiper-pagination .swiper-pagination-bullet {
    width: 60px;
    height: 6px;
    margin: 0 12px;
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
  }
  
  .my-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #105BAA;
  }

  .my-swiper-button-prev::after,
  .my-swiper-button-next::after {
    padding: 10px;
    font-size: 27px;
  }
  
  .my-swiper-button-prev,
  .my-swiper-button-next{
    width: 60px;
    padding: 30px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    display: none;
  }

  .my-swiper-button-prev {
    left: 0;
  }
  
  .my-swiper-button-next {
    right: 0;
  }
  .bi-bilibili::before,
  .bi-xiaohongshu::before,
  .bi-jingdong::before,
  .bi-tianmao::before
  {
    content: ''!important;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .bi-bilibili::before{
    background-image: url("../img/icon_bilibili.svg");
  }
  .bi-xiaohongshu::before{
    background-image: url("../img/icon_xiaohongshu.svg");
  }
  .bi-jingdong::before{
    background-image: url("../img/icon-jingdong.png");
  }
  .bi-tianmao::before{
    background-image: url("../img/icon-tianmao.png");
  }

#leftsead {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 0;
    right: 0px;
    z-index: 100;
}

#leftsead ul {
    padding: 0;
}

#leftsead li {
    width: 50px;
    height: 50px;
}
.homepage_menulist{
    
}
.homepage_menulist>a:not(:nth-child(4n)){
    margin-right: 2%;
}
.homepage_menulist>a{
    margin-bottom: 4%;
    display: block;
    width: 23.5%;
}
.homepage_menulist>a>img,.homepage_menulist_dealer02>div>a>img{
    width: 80px;
}
.homepage_menulist>a>p{
    color: #000;
}
.homeMenu_ProductSwiper{
    padding-bottom: 45px;
}
.home_menu-swiper-pagination{

}
.home_menu-swiper-pagination span{
    opacity: 1;
    width: 25px;
    border-radius: 4px;
    background: rgb(78, 78, 78);
    margin: 0 8px!important;
}
.home_menu-swiper-pagination span.swiper-pagination-bullet-active{
    background: #105BAA;
}
.homepage_menulist_other_com>h1{
    margin: 0;
    width: 100%;
    margin-bottom: 1.5rem;
}
.homepage_menulist_other_com>h1>a{
    color: #111111;
    font-size: 20px;
    font-weight: bold;
    display: block;
    text-align: left;
}


.homepage_menulist_dealer_com>div{
    width: 100%;
}
.menu_qjd_margin>div>div{
    width: 30%;
    margin-bottom: 2%;
    position: relative;
}
.menu_qjd_margin>div>div{
    margin-right: 2%;
}
.homepage_menulist_dealer02>div{
    text-align: left;
    width: 32%;
    margin-bottom: 2%;
}
.homepage_menulist_dealer02>div:not(:nth-child(3n)){
    margin-right: 2%;
}
.homepage_menulist_dealer02>div>a>span{
    color: #000;
    padding-left: 8px;
}
.homepage_menulist_dealer02_02>a{
    display: block;
}
.homepage_menulist_dealer02_02>a>p,.menu_race_box>a>p{
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}
.homepage_menulist_dealer02_02>a:hover p{
    color: #fff!important;
}
.img_hidden{
    overflow: hidden;
}
.homepage_menulist_other_com02>div{
    text-align: left;
    width: 32%;
    margin-bottom: 1.5rem;
}
.homepage_menulist_other_com02>div:not(:nth-child(3n)){
    margin-right: 2%;
}
.homepage_menulist_other_com02>div>a{
    color: #999999;
}
.homepage_menulist_about_code img{
    max-width: 180px;
}
.homepage_menulist_about_code p{
    margin-top: 8px;
}

.homepage_menulist_race_com>div{
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.homepage_menulist_race_com .menu_race_box{
    width: 24%;
    position: relative;
}


.navbar-nav .nav-link.active,
.nav-link:focus,
.nav-link:hover,
.homepage_menulist_other_com>h1>a:hover,
.homepage_menulist_dealer02>div>a:hover span,
.homepage_menulist_other_com02>div>a:hover{
    color: #105BAA;
}
#homePage_menu_dealer>div,#homePage_menu_about>div,#homePage_menu_jishu>div,#homePage_menu_race>div{
    padding-bottom: 50px;
}

.profile_page_footer{

}
.profile_page_footer>h3{
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.profile_page_footer_div{
    justify-content: center;
    -webkit-justify-content: center;
}
.profile_page_footer_div>div:not(:last-child){
    margin-right: 40px;
    margin-bottom: 13px;
}

.profile_page_footer_div>div>a{
    color: #000;
}

.profile_page_footer_div>div.active a{
    color: #105BAA;
    font-weight: bold;
}
.page_content01{
    padding-top: 40px;
}
.page_content01 p{
    margin-top: 30px;
    margin-bottom: 30px;
}
.page_content_title {
    padding: 15px 25px 15px 20px;
    border: 2px solid #b9b9b9;
    font-weight: normal;
    line-height: 1.4;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 40px;
}

@media (min-width: 1400px) {
    .menu_product_box_left {
        margin-right: 4%;
    }
}

@media (min-width: 1400px) and (max-width: 1550px) {


}
@media (min-width: 992px) and (max-width: 1223px) {

}

@media (min-width: 992px) and (max-width: 1399px) {

    .menu_product_box_left {
        width: 20%;
        margin-right: 4%;
    }

    .menu_product_box02 {
        width: 97%;
    }
    .menu_box{
        margin: 0 20px;
    }
    .menu_logo{
        left: 20px;
    }
    .rwd-footer-inner {
        margin: 0 20px;
    }

}
@media (min-width: 992px) and (max-width: 1199px) {
    #navbarSupportedContent>ul>li{
        margin-right: 1%;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin: 0 auto;
        text-align: center;
        height: inherit;
    }

    .navbar-expand-lg .navbar-nav>li {
        height: inherit;
    }

    .navbar-expand-lg .navbar-nav>li>a {
        height: inherit;
        line-height: 70px;
        padding: 0;
    }

    .mobile_menu,
    .footer_box_mobile {
        display: none;
    }
    .my-swiper-button-prev::after, .my-swiper-button-next::after{
        padding: 17px 10px;
        font-size: 27px;
        position: absolute;
        top: 0;
    }
}

@media (max-width: 991px) {
    .page_content_title {
        font-size: 17px;
        padding: 9px 2% 7px 3%;
        margin: 40px 0 30px 0;
        border: 2px solid #b9b9b9;
        line-height: 1.65;
        display: block;
        font-weight: bold;
    }
    .my-swiper-button-prev,
    .my-swiper-button-next {
      width: 30px;
      padding: 15px;
      display: flex;
    }
  
    .my-swiper-button-prev::after,
    .my-swiper-button-next::after ,.mypriduct-swiper-button-prev:after, .mypriduct-swiper-button-next:after{
      padding: 10px;
      font-size: 20px!important;
    }
    .mypriduct-swiper-button-prev:after, .mypriduct-swiper-button-next:after{
        color: #fff!important;
    }
    #page_content {
        margin-top: 70px;
    }

    .header_fixed {
        height: 70px;
    }

    .footer_box_mobile {
        display: block;
    }

    .menu_logo {
        position: relative;
        left: 0;
        line-height: 60px;
        width: 113px;
    }

    #navbarSupportedContent {
        height: auto;
        margin-top: 0px;
    }

    .nav_header,
    .my_navbar_nav,
    .footer_box_pc,
    .rwd-sp-none {
        display: none;
    }

    .mobile_menu {
        display: block;
        background-color: #fff;
        height: calc(100vh - 70px);
        margin: 0;
        padding: 0;
        position: absolute;
        width: 100%;
        left: 0;
        overflow: hidden;
        overflow-y: auto;
    }

    .navbar-toggler {
        border: unset;
    }

    .navbar-toggler span {
        transition: all 0.5s;
        box-sizing: border-box;
        background-color: black;
        border-radius: 0px !important;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px;
        transition: all 0.5s;
    }

    .navbar-toggler span:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-toggler.collapsed span:nth-of-type(2) {
        opacity: 1;
    }

    .navbar-toggler span:nth-of-type(1) {
        transform: translateY(4px) rotate(-45deg);
    }

    .navbar-toggler span:nth-of-type(3) {
        transform: translateY(-8px) rotate(45deg);
    }

    .navbar-toggler.collapsed span:nth-of-type(3),
    .navbar-toggler.collapsed span:nth-of-type(1) {
        transform: translateY(0px) rotate(0deg);
    }

    .menu_box {
        margin: 0 15px;
    }

    #navbarSupportedContent>ul>li {
        width: 100%;
        border-bottom: 1px solid #dadbdd;
        text-align: left;
    }

    #navbarSupportedContent>ul>li>a,
    .mobile_menu_03 a {
        display: block;
        color: #000;
        padding: 10px 16px;
        position: relative;
        text-align: left;
        border: none;
        font-size: 16px;
    }
    .media_box_mobile_more a{
		padding: 10px 12px!important;
	}
	.media_box_mobile_more .media_box_mobile_more_a{
		font-size: 12px!important;
		padding-top:6px!important;
	}

    .mobile_menu_02.show {
        background-color: #dadbdd;
    }
    .mobile_menu_01>img{
        max-width: 45px;
    }
    .mobile_menu_01>span{
        padding-left: 10px;
    }

    .mobile_menu_01::after,
    .mobile_menu_02::after,
    .mobile_menu_05::after {
        content: "\f285";
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-weight: bold;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -12px;
    }

    .mobile_menu .dropdown-toggle::after {
        border: none;
    }

    .mobile_menu_02::after,
    .mobile_menu_05::after {
        content: "\F64D";
    }

    .mobile_menu_02.show::after,
    .mobile_menu_05.show::after {
        content: "\F63B";
    }

    .mobile_menu .dropdown-menu {
        position: unset;
        border: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
    }
    .mobile_menu .dropdown-menu>li {
        border-top: 1px solid #dadbdd;
    }
    

    .mobile_menu_03,
    .mobile_menu_04 {
        border-top: 1px solid #dadbdd;
        padding: 0;
    }
    .mobile_menu_03>li{
        border-top: 1px solid #dadbdd;
    }
    
    .mobile_menu_03>li:first-child {
        border-top: none;
    }

    .mobile_menu_03 a {
        padding-left: 50px;
    }

    .mobile_menu_04 .dropdown-menu a {
        padding-left: 60px;
    }

    .mobile_menu_03 {
        display: none;
    }

    .mobile_menu_06 {
        display: -webkit-flex !important;
        display: flex !important;
        align-items: center;
        -webkit-align-items: center;
    }

    .mobile_menu_06 img {
        max-width: 100px;
    }

    .mobile_menu_06 p {
        margin: 0;
        margin-left: 1.5rem;
        text-align: center;
    }

    .mobile_menu_06:hover {
        background-color: #fff !important;
    }

    .dash_set {
        width: auto;
    }

    .mobile_footer_box {
        width: 90%;
        margin: 0 auto;
        padding-top: 8%;
    }

    .footer_bottom {
        margin-bottom: 1rem;
        border-bottom: 1px solid rgb(153, 153, 153);
        ;
        padding: 1rem 0;
    }

    .footer_bg {
        padding-bottom: 1.5rem;
    }

    .media_box_mobile a {
        color: #171A23;
    }

    .media_box_mobile a img {
        width: 27px;
        -webkit-filter: invert(1);
        filter: invert(1);
    }

    .media_box_mobile {
        border-bottom: none !important;
        margin-top: 10px;
    }

    .media_footer_wechat {
        position: relative;
        color: #fff;
        padding-left: 30px;
        display: block;
        white-space:nowrap;
    }

    .media_footer_wechat::before,
    .media_footer_xiaohongshu::before,
    .media_footer_bilibili::before,
    .media_footer_douyin::before,
    .media_footer_tianmao::before,
    .media_footer_jingdong::before {
        content: "";
        position: absolute;
        left: 0;
        top: 1px;
        width: 23px;
        height: 23px;
        background-image: url("../img/icon_weixin-s.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .modal-dialog-myself {
        width: 64%;
        margin: 0 auto;
    }

    .media_footer_xiaohongshu::before {
        background-image: url("../img/icon_xiaohongshu-s.svg");
    }
    .media_footer_bilibili::before {
        background-image: url("../img/icon_bilibili-s.svg");
    }

    .media_footer_douyin::before {
        background-image: url("../img/icon_douyin-s.svg");
    }
    .media_footer_tianmao::before {
        background-image: url("../img/icon-tianmao.png");
    }
    .media_footer_jingdong::before {
        background-image: url("../img/icon-jingdong.png");
    }

    .mobile_media_footer>div>div {
        margin-bottom: 1.2rem;
    }
    .h1_common_title{
        font-size: 1.6rem;
    }
    #leftsead li {
        width: 30px;
        height: 30px;
    }
   
    .profile_page_footer>h3{
        text-align: left;
        margin-bottom: 10px;
    }
    .profile_page_footer_div{
        justify-content: center;
        -webkit-justify-content: center;
    }
    .profile_page_footer_div>div{
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
        width: 100%;
    }
    .profile_page_footer_div>div:not(:last-child){
        margin-right: 0px;
        margin-bottom: 10px;
    }
}
