a:hover,a:active,a:focus,a:link,a:visited{
    text-decoration-line: none;
    color: white;
}
.navbar-default .navbar-nav > li > a:focus{
    color: white;
}
.btn-default:hover,.btn-default:active,.btn-default:active:hover{
    color: white;
    background-color: unset;
    border-color: unset;
    box-shadow: unset;
}
.w-100{
    width: 100%;
}
.flex{
    display: flex;
}
html,body{
    background: white;
}
.skin-white{
    padding-top: 0!important;
}
.show-xs{
    display: none;
}
.pos-relative{
    position: relative;
}
#floatbtn > a, #floatbtn .floatbtn-item {
    color: #ffffff;
    background-color: #d5d5d5;
}
@media screen and (max-width: 768px) {
    .index-focus{
        padding-top: 60px;
    }
}
@media screen and (max-width: 768px) {
    .show-xs{
        display: block;
    }
    .main-content > .container {
        padding-left: 15px;
        padding-right: 15px;
        overflow-x: hidden;
    }
}
.index-focus {
    margin-bottom: 0;
}
.logo{
    position: absolute;
    width: 241.58px;
    top: 34px;
    left: 118px;
    z-index: 2;
}
.carousel-indicators{
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 25px;
}
.carousel-indicators li{
    width: 101.52px;
    height: 13px;
    background: #ccc;
    border-radius: unset;
    margin: 0;
    border: unset;
}
.carousel-indicators .active{
    width: 101.52px;
    height: 13px;
    background: red;
}
.switch-language,.switch-language:hover,.switch-language:visited{
    display: inline-block;
    position: absolute;
    z-index: 2;
    right: 118px;
    top: 42px;
    font-size: 18.8px;
    font-weight: bold;
    letter-spacing: 2.8px;
    background: #C20101;
    border: unset;
    padding: 9px 18px 9px 13px;
    border-radius: 10px;
    color: white;
}
.switch-language:before, .nav-switch-language:before{
    content: '';
    display: inline-block;
    width: 9px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAASCAYAAACJgPRIAAAACXBIWXMAAAsSAAALEgHS3X78AAAAYklEQVQokYXOWw2AQAxE0eIACUhAAtZxgBRQcAkk3eyjnW0y83WSqQEXsAKW5Stm0JGENUphj0IYoQFmqIEKFbjwU3nnDD1mdqi5G9jVTwVkqAERGkCPQlCjFDiSwNGmAGAvvHn4G/TUvnAAAAAASUVORK5CYII=");
}
.btn.btn-import{
    font-size: 24px;
    line-height: 28px;
    color: white;
    background: #B9002B;
    border-radius: 12px;
    letter-spacing: 5px;
    font-weight: bold;
    text-shadow: 2px 3px #00000070;
    display: block;
    text-align: center;
    width: fit-content;
    padding:  16px 55px;
    margin: 42px auto 0;
}
@media screen and (max-width: 768px) {
    .btn.btn-import{
        font-size: 14px;
        line-height: 17px;
        padding:  11px 35px;
        border-radius: 5px;
        text-shadow: 1px 2px #00000070;
        margin: 2px auto 0;
    }
}


.section{
    margin: 58px 0 78px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .section{
        margin:59px 0 0 !important;
    }
    .section-news.section{
        margin-top: 20px!important;
    }
}

/*NAV设定*/
@media screen and (min-width: 768px) {
    .navbar-red .navbar-nav > li > a{
        height: auto!important;
    }
    .navbar-red .navbar-nav > li.active > a{
        color: white!important;
        background: #920B12!important;
    }
    .navbar-flex .nav.navbar-nav{
        width: 100%;
        display: flex;
        flex-grow: 1;
    }
    .navbar-flex .nav.navbar-nav>li{
        align-items: center;
        text-align: center;
        flex: 1;
    }
    .navbar-flex .navbar-collapse{
        padding: 0;
    }
    .navbar-red{
        color: #FFFFFF;
    }
    .navbar-red .navbar-nav > li{
        margin: 0 0.5px;
        background: #D70012;
    }
    .navbar-red .navbar-nav > li > a{
        font-family: "Noto Sans SC", "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: white;
        font-size: 22.56px;
        letter-spacing: 4px;
        font-weight: bold;
        height: 58px;
        line-height: 27.072px;
    }
    .navbar-red .navbar-nav > li > a:hover{
        background: #920B12;
        color: white;
    }
}

@media screen and (max-width: 768px) {
    .navbar{
        position: fixed;
        top:0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
    .navbar-red{
        background: #C20101;
    }
    .navbar-red .navbar-toggle{
        border: unset;
    }
    .navbar-red .navbar-toggle .icon-bar {
        background-color: white;
        width: 24px;
        border-radius: 0;
    }
    .navbar-red .navbar-toggle:hover {
        background-color: white;
    }
    .navbar-red .navbar-toggle:hover .icon-bar {
        background: #920B12;
    }
    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 5px;
    }
    .navbar .navbar-collapse {
        margin-left: 0;
        margin-right: -280px;
        right: 0;
    }
    .navbar .navbar-collapse.active{
        margin-right: -15px;
        margin-left: unset;
    }
    .navbar-header{
        padding: 5px 10px;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
    }
    .navbar-brand{
        padding: 0;
        flex-basis: 30%;
        height: auto;
    }
    .nav-switch-language{
        flex-basis: 53%;
        display: inline-block;
        z-index: 2;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 2.7px;
        color: white;
        background: unset;
        border: unset;
        padding: unset;
        border-radius: unset;
        text-align: right;
        padding-right: 20px;
    }
    .nav-switch-language:before{
        content: '';
        display: inline-block;
        width: 5.5px;
        height: 11px;
        margin-right: 5px;
        background-size: 100% 100%;
    }
    .navbar .navbar-collapse > ul.navbar-nav > li{
        border-bottom: 1px solid #E3E3E3;
    }
    .navbar-default .navbar-nav > li > a{
        color: black;
        line-height: 23px;
        font-weight: bold;
    }
}

/*Footer*/
footer{
    height: unset;
    padding: 14px 0 36px;
    background: #B9002B;
    font-size: 12px;
    margin-top: 80px;
}
.footer-flex{
    margin-top: 18px;
}
.footer-flex .img-list{
    margin-top: 18px;
    align-items: center;
    justify-content: center;
}
.footer-flex .img-list>*{
    margin: 0 5px;
}
.footer-flex>span{
    line-height: 35px;
}
@media screen and (max-width: 768px) {
    .footer-flex>span {
        display: block;
        line-height: 26px;
    }
}
.list-inline{
    font-size: 18px;
    line-height: 21px;
}
.list-inline a{
    text-decoration: unset;
    font-size: 12px;
}
.footer-line{
    display: block;
    width: 100%;
    height: 2px;
    margin: 40px 0 30px;
    background: linear-gradient(to right,#ef4d7130,#EF4D71,#ef4d7130);
}
.layui-layer-gudumami{
    padding: 54px 124px 48px 124px!important;
    -webkit-background-clip:unset!important;
}
.layui-layer-gudumami .layui-layer-title{
    display: none;
}
.layui-layer-gudumami>.layui-layer-content{
    font-size: 19px;
    height: auto;
}
.layui-layer-gudumami .layui-layer-close{
    font-size: 24px;
    line-height: 28px;
    color: white;
    background: #B9002B;
    border-radius: 12px;
    letter-spacing: 5px;
    font-weight: bold;
    text-shadow: 2px 3px #00000070;
    display: block;
    text-align: center;
    width: fit-content;
    padding:  16px 55px;
    margin: 42px auto 0;
}
@media screen and (max-width: 768px) {
    .layui-layer-gudumami{
        padding: 26px 32px 29px 32px!important;
    }
    .layui-layer-gudumami>.layui-layer-content{
        font-size: 14px;
        height: auto;
    }
    .layui-layer-gudumami>.layui-layer-content>.btn-import{
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    #index-focus .item .carousel-img {
        height: 531px;
        width: 100%;
    }
    .img-list img{
        width: 100%;
        height: auto;
    }
}
/*首页Banner图*/
@media screen and (min-width: 768px) {
    #index-focus .item .carousel-img {
        height: 400.14px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width: 768px) {
    .pos-relative>.col-lg-12{
        padding: 0;
    }
    #index-focus .item .carousel-img {
        height: 190px;
        width: 100%;
        background-position: center;
        background-size: cover;
    }
    .carousel-indicators li{
        width: 28.5px;
        height: 3.5px;
    }
    .carousel-indicators .active {
        width: 28.5px;
        height: 3.5px;
    }
}

.nav-label{
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    font-size: 38px;
    font-weight: bold;
    color: black;
}

.nav-label>span{
    display: block;
    flex-shrink: 0;
    margin-right: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.nav-label:after{
    content: '';
    display: block;
    height: 3px;
    flex-grow: 1;
    background-color: #B9002B;
}
.label-news{
    /*width: 235.94px;*/
    /*height: 38.54px;*/
    /*background-image: url("../image/news.png");*/
}
.label-news:after{
    content: '';
    display: inline-block;
    width: 71px;
    height: 38.54px;
    background-image: url("../image/news.png");
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-left: 5px;
}

.label-brand{
    /*width: 235.94px;*/
    /*height: 38.54px;*/
    /*background-image: url("../image/news.png");*/
}
.label-brand:after{
    content: '';
    display: inline-block;
    width: 87px;
    height: 38.54px;
    background-image: url("../image/brand.png");
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-left: 5px;
}


.label-joinus:after{
    content: '';
    display: inline-block;
    width: 105.78px;
    height: 51.7px;
    background-image: url("../image/join-us.png");
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-left: 5px;
}
.label-contact_us{
    background: white;
}
.label-contact_us:after{
    content: '';
    display: inline-block;
    width: 162px;
    height: 40.42px;
    background-image: url("../image/contact-us.png");
    background-repeat: no-repeat;
    vertical-align: bottom;
    margin-left: 5px;
}
.nav-label.no-line:after {
    content: unset;
}
.no-line{
    margin: 0;
}
.top-left{
    position: absolute;
    top: -32px;
    left: 10px;
    z-index: 2;
    background: white;
}
@media screen and (max-width: 768px) {
    .nav-label{
        margin: 0 0 10px;
        line-height:1;
    }
    .label-news{
        font-size: 18px;
    }
    .label-news:after{
        width: 32.7px;
        height: 13px;
        background-size: cover;
        vertical-align: baseline;
    }
    .label-brand{
        font-size: 18px;
    }
    .label-brand:after{
        width: 37.9px;
        height: 13px;
        background-size: cover;
        vertical-align: baseline;
    }
    .label-joinus{
        font-size: 18px;
    }
    .label-joinus:after{
        width: 57.7px;
        height: 24px;
        background-size: cover;
        vertical-align: text-bottom;
    }
    .top-left{
        top: -11px;
        left: -4px;
    }
    .label-contact_us{
        font-size: 18px;
        margin-right: 14px!important;
    }
    .label-contact_us:after{
        width: 68.5px;
        height: 12.5px;
        background-size: cover;
        vertical-align: baseline;
    }
}

/*文章页*/
.article-list .article-item {
    padding: 0 15px 0;
    border-bottom:unset;
}
.article-list .article-item>.media{
    padding: 48px 0 40px;
    border-bottom: 1px solid #B0B0B0;
}
.article-list .media .media-left a {
    width: 217px;
}
@media screen and (max-width: 768px) {
    .article-list .article-item{
        padding: 10px 15px;
    }
    .article-list .article-item>.media{
        padding: 0 0 15px;
    }
    .article-list .media .media-left a {
        width: 135px;
    }
}

.section-news>.article-list:last-of-type .article-item>.media{
   border: unset;
}
@media screen and (max-width: 768px) {
    .section-news>.article-list:last-of-type .article-item>.media{
        border-bottom: 1px solid #B0B0B0;
    }
    .section-news>.article-list:last-of-type .article-item:last-of-type>.media{
        border: unset;
    }
}

/*合作品牌*/
.product-item .card .title a {
    font-weight: bold;
    color: #000033;
    font-size: 1.25em;
    line-height: 1.45;
}
.product-item .card .operate{
    height: 45px;
}
.product-item .card .operate .mt-1 {
    height: 44px;
    line-height: 22px;
    color: #828a92;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.channel-list .row .col-xs-12 {
    min-height: unset;
}
.panel-default > .panel-body {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .product-item .card{
        min-height: 170px;
        margin-bottom: 10px;
    }
    .product-item .card .title a {
        font-size: 1em;
    }
    .product-item .card .operate .mt-1 {
        height: 44px;
        line-height: 22px;
        color: #828a92;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
    }
}
.product-item .card:hover {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-shadow: 0 26px 40px -24px rgb(0 36 100 / 30%);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    box-shadow: 0 26px 40px -24px rgb(0 36 100 / 30%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*加入我们页*/
.join-us_container{
    background-image: url("../image/join-us-bg.png");
    background-size: cover;
}
.position-panel{
    padding: 27px 29px;
    border-radius: 20px;
    background: url("../image/position-panel.png") no-repeat;
    background-size: cover;
    border: unset;
}
.position-panel>.panel-heading{
    border-bottom: 2px solid #B0B0B0;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    color: black;
    padding: 0 0 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.position-panel>.panel-heading:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 12px;
    height: 19px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAATCAYAAACk9eypAAAACXBIWXMAAAsSAAALEgHS3X78AAAApklEQVQokZWSzQ3CMAxGP2cBVuBODh2BU+aAyWANcuoIIOUOI5QJjFwZ1DZ/xqdYei9ObBMz459wwkbyp0h+iuSHnks3HPYAnpq/ARwDp3tGarjA6QXgrPkOwNiqND8pcLpaJfc9WCW3TCzSSrBImdCTmoOT+QC4aCotH4oVKiHtn6rC5vaHDrQs1ODip1twJvTglWCBf4IVltiudxOeKyzWuwsDwAcasGTXt7wS5gAAAABJRU5ErkJggg== ");
}
.position-panel>.panel-body{
    padding: 35px 0 0 0;
}
.position-panel .position-item{
    display: block;
    font-size: 18px;
    line-height: 31px;
    font-weight: 600;
    color: black;
    letter-spacing: 3px;
}
.position-panel .position-item>span{
    color: #333333;
    letter-spacing: 1px;
    font-weight: 400;
    padding-left: 4px;
}

@media screen and (max-width: 768px) {
    .position-panel{
        padding: 19px;
    }
    .position-panel>.panel-heading{
        font-size: 15.5px;
        line-height: 20px;
    }
    .position-panel .position-item{
        font-size: 14px;
        line-height: 24px;
    }
    .position-panel>.panel-body{
        padding: 12px 0 0 0;
    }
}

/*联系我们*/
.contact-us{
    padding: 70px 0 0;
    border:3px solid #B60022;
    position: relative;
    font-size: 20px;
    color: black;
    margin-top: 125px;
}
.contact-us #post-form input.form-control{
    height: 41px;
}
.contact-us #post-form input.form-control, #post-form textarea.form-control{
    border-radius: 7px!important;
    background: #EDF1F7;
    border: unset;
}
.contact-us .n-msg{
    font-size: 14px;
    color: #e74c3c;
}
#post-form .control-label{
    text-align-last:justify;
    padding: 0 25px;
}
@media screen and (max-width: 768px) {
    #post-form .control-label{
        font-size: 14px;
        padding: 0;
    }
    #post-form .form-group {
        margin-bottom: 24px;
    }
}


/*新闻列表-单页*/
.list_news .article-list>.article-item:last-child .media{
    border-bottom: none;
}
@media screen and (max-width: 768px) {
    .list_news{
        margin-top: 56px;
    }
    .list_news .swiper-container{
        display: none;
    }
}

footer{
    margin-top: 44px;
}

/*锚点*/
.target_span{
    position: absolute;
}
.target_span#joinus{
    top: -25px;
}
.target_span#contactus{
    top: -12%;
}
@media screen and (max-width: 768px) {
    .target_span#news,.target_span#brand{
        top: -60px;
    }
    .target_span#joinus{
        top: -65px;
    }
    .target_span#contactus{
        top: -85px;
    }
}
@media screen and (max-width: 768px) {
    .breadcrumb {
        margin-bottom: 0;
    }
}

