@charset "UTF-8";

bady {
    background-color: #999;
    font-family: "微软雅黑", Arial;
}

html {
    /*必须添加，否则mbanner会有左右下拉条*/
    overflow-x: hidden;
}

a {
    color: #000;
    text-decoration: none;
    outline: none
}

a:hover {
    color: #000;
    text-decoration: none
}

ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

.lt{
    float: left;
}

.rt{
    float: right;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: 700;
}

.lfrt {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

a:hover {
    text-decoration: none;
}

.nav-wei {
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0%;
    /* height: 10vw; */
}

.navbar-brand img {
    /* max-width: 18vw; */
    width: 9vw;
}

.navbar-icons img {
    width: 1.3vw;
    margin-left: 1.5vw;
}

.navbar-icons .bigicon {
    width: 2.4vw;
}

.nav-link {
    font-size: 1.1vw;
    letter-spacing: 0.22vw;
    color: #999 !important;
    margin: 0 3vw;
}

.nav-link:hover{
    color: #333 !important;
}

/* 主菜单下拉时加入的效果 */
.navadd_logo {
    margin-left: 7.1vw !important;
    margin-right: unset !important;
    margin-bottom: 0.58vw;
    margin-top: -0.6vw;
    transition: all 0.3s ease;
}

.bg-light{
    /* background-color: #FFF !important; */
}

.mx-auto{
    transition: all 0.3s ease;
}

.navadd_links {
    width: 62%;
    margin: 0 auto;
    margin-top: -5.4vw;
    padding: 0.8vw 0 0 0;
    background-color: transparent !important;
    transition: all 0.1s ease;
}

.navadd_iconlinks {
    position: fixed !important;
    top: 5vw !important;
    width: 100% !important;
    transition: all 0.5s ease;
}

.navadd_righticon {
    margin-top: -0.8vw;
    margin-bottom: 0.8vw;
    transition: all 0.5s ease;
}

.navadd_line{
    border-bottom:1px solid #ddd ;
}

/* 主菜单下拉时加入的效果，结束 */

.button-primary {
    padding: 0.4vw 1.2vw;
    font-size: 1.1vw;
    color: #000;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #666;
    border-radius: 0.45vw;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.22vw;
    font-weight: 500;
    margin-top: 0.8vw;
}

.button-primary:hover {
    background-color: #333;
    color: #FFF;
    transition: all 0.5s ease;
}

.myweizhi {
    position: absolute;
    right: 8.5%;
    white-space: nowrap;
}

.text-right {
    white-space: nowrap;
    padding-right: 0;
    margin-right: -12vw;
}

.container {
    margin-top: 1.3vw;
    max-width: unset;
}

/*主菜单下拉*/
.dropdown {
    position: unset;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    /* height: 56vw; */
    height: auto;
    z-index: 1000;
    display: none;
    /* display: block; */
    margin: 0;
    border: unset;
    border-radius: unset;
    padding-bottom: 1.6vw;
}

.mychicun {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset;
}

.toubugd {
    margin-top: 10.1vw !important;
}

.havbottom {
    margin-top: 0.7vw !important;
    margin-bottom: 0.8vw !important;
}

.wxewm {
    position: absolute;
    z-index: 1000;
    text-align: center;
    margin-top: 16vw;
    margin-left: -3.8vw;
    width: 12vw;
}

.wxewm2 {
    position: absolute;
    z-index: 1000;
    text-align: center;
    width: 30vw;
    margin-top: -22vw;
    margin-left: -10vw;
}

.wxewm3 {
    position: absolute;
    z-index: 1000;
    text-align: center;
    width: 12vw;
    margin-left: -5.2vw;
    margin-top: -14vw;
}

.wxewm4 {
    position: absolute;
    z-index: 1000;
    text-align: center;
    width: 30vw;
    margin-left: -12vw;
    margin-top: -38vw;
}

.wxewm5 {
    position: absolute;
    z-index: 1000;
    text-align: center;
    margin-top: 16vw;
    margin-left: -4.2vw;
    width: 13vw;
}

.wxewm6 {
    position: absolute;
    z-index: 1000;
    text-align: center;
    width: 12vw;
    margin-left: 5vw;
    margin-top: -14vw;
}

.wxewm7 {
    position: absolute;
    z-index: 1000;
    text-align: center;
    width: 30vw;
    margin-left: 18vw;
    margin-top: -38vw;
}

.wxxcx {
    position: absolute;
    z-index: 1000;
    text-align: center;
    width: 12vw;
    margin-left: -5.2vw;
    margin-top: -14vw;
}

.wxewm img,
.wxewm2 img,
.wxewm3 img,
.wxewm4 img,
.wxewm5 img,
.wxewm6 img,
.wxewm7 img,
.wxxcx img {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.cdgap {
    position: absolute;
    top: -1.5vw;
    width: 100%;
    height: 1.8vw;
    background-color: transparent;
    /* background-color: #BBB; */
}

.bann-qy {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}

.bann-qy-big {
    width: 45%;
    margin: 0 auto;
}

.bann-left {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    margin-left: 0.5vw;
}

.bann-right {
    display: inline-block;
    width: 23%;
    vertical-align: top;
}

.bann-linktitle {
    width: 100%;
    height: 2vw;
    line-height: 2.4vw;
    text-align: center;
    font-size: 0.95vw;
    font-weight: 600;
    color: #666;
    margin-bottom: 0;
}

.toptitles {
    margin-top: 0.67vw;
    text-align: left;
    margin-left: 0.65vw;
    color: black;
}

.toptitles2 {
    margin-top: -0.12vw;
    margin-bottom: 0.67vw;
}

.bann-smlinkes {
    font-size: 0.85vw;
    letter-spacing: 0.1vw;
    font-weight: 400;
    text-align: center;
    height: 1.5vw;
    line-height: 1.8vw;
    color: black;
}

.dropdown-menu li {
    width: 25%;
    display: inline-block;
}

.dropdown-menu .bgli {
    width: 29%;
}

.dropdown-item {
    display: inline-block;
    padding: 0 0.6vw;
    background-color: unset !important;
    padding-top: 0.6vw;
}

.dropdown-item img {
    transition: transform 0.3s ease;
}

.dropdown-item:hover {
    background-color: unset !important;
}

.dropdown-item:hover img {
    transition: transform 0.3s ease;
    transform: scale(1.1);
}

.dropdown-item:hover .bann-linktitle {
    transition: transform 0.2s ease;
    color: #000;
    font-size: 1vw;
}

.dropdown-item .bann-linktitle {
    /* transition: transform 0.4s ease; */
}

.dropdown-item img {
    width: 100%;
}

.nav-item:hover .dropdown-menu {
    display: block;
    /* 悬停时显示下拉菜单 */
}

.nav-item .active {
    color: #111 !important;
}

.dropdown-toggle::after {
    display: none;
}

.rightce {
    position: fixed;
    right: 0;
    bottom: 0%;
    transform: translateY(-50%);
    z-index: 1000;
    width: 6.5vw;
}

.rightwz {
    width: 100%;
    position: relative;
}

.rightwz img {
    width: 100%;
}

.right-wxxcx {
    position: absolute;
    top: 34%;
    left: 21.2%;
    font-size: 0.65vw;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.07vw;
}

.right-ann {
    width: 56%;
    text-align: center;
    margin: 0 auto;
}

/* foot部分 */
.foot-kj {
    width: 100%;
    height: 20vw;
    background-color: #C2C2C4;
    text-align: center;
    padding-top: 2.3vw;
}

.foot-conn {
    width: 70%;
    height: auto;
    margin: 0 auto;
}

.foot-link-kj {
    width: 14%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}

.foot-title {
    font-size: 0.9vw;
    letter-spacing: 0.3vw;
    font-weight: 600;
    height: 2.8vw;
    line-height: 2.8vw;
}

.foot-smtitle {
    font-size: 0.8vw;
    letter-spacing: 0.18vw;
    height: 2vw;
    line-height: 2vw;
}

.foot-smtitle img {
    height: 1.1vw;
}

.foot-smtitle-sm {
    font-size: 0.65vw;
    letter-spacing: 0.18vw;
    height: 1.5vw;
    line-height: 1.5vw;
}

.foot-smtitle-sm a,
.foot-smtitle a {
    color: #333;
}

.foot-tel {
    font-size: 0.8vw;
    letter-spacing: 0.18vw;
    line-height: 1.2vw;
    margin-top: 0.3vw;
}

.foot-times {
    font-size: 0.6vw;
    letter-spacing: 0vw;
    line-height: 1.2vw;
    margin-top: 1.4vw;
}

.all-products-menu{
    width: 14vw;
    background-color: #FFF;
    position: absolute; 
    bottom: 160%;
    left: 21%;
    border: 1px solid #DDD;
    z-index: 999;
}

.all-products-menu2{
    width: 11vw;
    background-color: #FFF;
    position: absolute; 
    bottom: 160%;
    left: 48%;
    border: 1px solid #DDD;
    z-index: 999;
}

.ejlink{
    height: 2.3vw;
    line-height: 2.3vw;
    display: block;
    font-size: 0.95vw;
    background-color: #f6f6f6;
}

.sub-menu a{
    height: 2vw;
    line-height: 2vw;
    display: block;
    font-size: 0.9vw;
}

.bo_bord{
    border-top: 1px solid #DDD;
}


@media (max-width: 1600px) {
    .navadd_links {
        margin-top: -5.7vw;
    }

    .navadd_iconlinks {
        top: 5vw !important
    }

    .dropdown-item {
        padding-top: 1vw;
    }
}

@media (max-width: 1260px) {
    .navadd_links {
        margin-top: -6.2vw;
        font-size: 1.2vw;
    }

    .navadd_iconlinks {
        top: 6vw !important
    }

    .dropdown-item {
        padding-top: 0.7vw;
    }

    .bann-left{
        width: 74%;
    }
}


@media (min-width: 993px) {
    .pc_noshow {
        display: none !important;
    }
}

@media (max-width: 992px) {
    body {
        overflow-x: hidden;
    }

    .mobiles_noshow {
        display: none !important;
    }

    .m-nav {
        vertical-align: middle;
        align-items: center;
        text-align: center;
        height: 24vw;
        display: -webkit-box;
        /* Safari 6.1+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Standard */
        border-bottom: 1px solid #DDD;
    }

    .m-nav-lf {
        display: inline-block;
        width: 24%;
        text-align: center;
    }

    .m-nav-ce {
        display: inline-block;
        width: 50%;
        text-align: center;
    }

    .m-nav-rt {
        display: inline-block;
        width: 25%;
        text-align: center;
    }

    .m-nav-links {
        width: 26%;
        text-align: center;
        margin: 0 auto;
    }

    .m-nav-links img {
        width: 100%;
        margin-left: -4vw;
    }

    .m-nav-logo {
        display: inline-block;
        margin: 0 auto;
        width: 66%;
        vertical-align: middle;
    }

    .m-nav-logo img {
        width: 100%;
        vertical-align: middle;
    }

    .m-nav-toplink {
        width: 100%;
        text-align: center;
    }

    .m-nav-toplinkl {
        width: 22%;
        display: inline-block;
        margin-right: 1.3vw;
    }

    .m-nav-toplinkr {
        width: 22%;
        display: inline-block;
        margin-left: 1.3vw;
    }

    .m-nav-toplinkr img,
    .m-nav-toplinkl img {
        width: 100%;
    }

    .m-linkbigk {
        position: absolute;
        top: 24vw;
        left: 0;
        width: 80%;
        background-color: rgb(255, 255, 255, 0.85);
        z-index: 1000;
    }

    .m-link-topline {
        width: 100%;
        height: 16vw;
        position: relative;
        border-bottom: 1px solid #BBB;
    }

    .m-link-logo {
        width: 32%;
        position: absolute;
        left: 8%;
        top: 29%;
    }

    .m-link-x img,
    .m-link-logo img {
        width: 100%;
    }

    .m-link-x {
        width: 5%;
        position: absolute;
        right: 8%;
        top: 29%;
    }

    .m-alllink {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }

    .m-toplinks {
        font-size: 4vw;
        letter-spacing: 0.5vw;
        font-weight: 600;
        color: #333;
        height: 11.2vw;
        display: -webkit-box;
        /* Safari 6.1+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Standard */
        align-items: center;
        border-bottom: 1px solid #AAA;
        padding-left: 9%;
    }

    .m-toplinks-er {
        font-size: 3.6vw;
        letter-spacing: 0.5vw;
        font-weight: 600;
        color: #333;
        height: 10vw;
        display: -webkit-box;
        /* Safari 6.1+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Standard */
        align-items: center;
        padding-left: 9%;
        background-color: rgba(212, 212, 212, 0.5);
    }

    .m-toplinks-er2 {
        font-size: 3.4vw;
        letter-spacing: 0.5vw;
        font-weight: 400;
        color: #333;
        height: 10vw;
        display: -webkit-box;
        /* Safari 6.1+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Standard */
        align-items: center;
        padding-left: 9%;
        background-color: rgba(212, 212, 212, 0.5);
    }

    .m-toplinks-san {
        font-size: 3.4vw;
        letter-spacing: 0.5vw;
        font-weight: 400;
        color: #333;
        height: 9.5vw;
        display: -webkit-box;
        /* Safari 6.1+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Standard */
        align-items: center;
        padding-left: 9%;
    }

    .m-toplinkfh {
        position: absolute;
        left: 86%;
        font-size: 6.6vw;
        font-weight: 400;
        color: #666;
        pointer-events: none;
    }

    .m-toplinks-unline {
        border-bottom: 1px solid #AAA;
        padding-top: 1.3vw;
        background-color: rgba(212, 212, 212, 0.5);
    }

    .m-toplinks2 {
        font-size: 4vw;
        letter-spacing: 0.5vw;
        font-weight: 600;
        color: #333;
        height: 16vw;
        display: -webkit-box;
        /* Safari 6.1+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Standard */
        align-items: center;
        border-bottom: 1px solid #AAA;
        padding-left: 13%;
    }

    .m-topicon {
        width: 9%;
        margin: 0 5vw;
    }

    .m-topicon-b {
        width: 17.5%;
        margin: 0 5vw;
    }

    .m-topicon-b img,
    .m-topicon img {
        width: 100%;
    }

    .toubugd {
        margin-top: 0vw !important;
    }

    .rightce {
        margin-right: -5vw;
        width: 30vw;
    }

    .m-foot-index {
        padding: 50vw 0 10vw 0;
    }

    .m-ud-linkbigk {
        left: 0;
        width: 100%;
        background-color: rgb(255, 255, 255, 0.75);
        z-index: 1000;
    }

    .m-toplinks3 {
        font-size: 4vw;
        letter-spacing: 0.5vw;
        font-weight: 600;
        color: #333;
        height: 11.2vw;
        display: -webkit-box;
        /* Safari 6.1+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Standard */
        align-items: center;
        padding-left: 9%;
    }

    .m-topicon2 {
        width: 6.8%;
        margin: 0 5vw;
    }

    .m-topicon2-b {
        width: 12%;
        margin: 0 5vw;
    }

    .m-topicon2-b img,
    .m-topicon2 img {
        width: 100%;
    }

    .m-top-at {
        margin-right: 10vw;
    }


    .m-footer {
        background-color: #000;
        height: 20vw;
        text-align: center;
        padding-bottom: 22vw;
    }

    .m-footer-link {
        width: 100%;
        text-align: center;
        height: 12vw;
        line-height: 12vw;
    }

    .m-foot-linkcon {
        color: #FFF;
        font-size: 3.2vw;
        letter-spacing: 0.8vw;
    }

    .m-footer-icon {
        width: 100%;
        text-align: center;
    }

    .m-footer-ic1 {
        width: 5%;
        margin: 0 4%;
        display: inline-block;
    }

    .m-footer-ic2 {
        width: 10%;
        margin: 0 4%;
        display: inline-block;
    }

    .m-footer-ic2 img,
    .m-footer-ic1 img {
        width: 100%;
    }

    .right-ann {
        width: 45%;
    }

}

@media (min-width: 1900px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: unset;
    }
}