* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

@media only screen and (min-width: 996px) {
    .fixdiv {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
    }
    .top {
        width: 100%;
        height: 40px;
        background-color: #1a4b4e;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top a {
        font-size: 14px;
        color: #fff;
    }
    .pchead {
        padding: 0 25px;
        height: 95px;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .pcheadleft {
        display: flex;
        align-items: center;
    }
    .pclogo {
        display: block;
        margin-right: 40px;
    }
    .pclogo img {
        width: 95px;
    }
    .pcnav>ul>li>a {
        display: block;
        margin-right: 30px;
    }
    .pcnav li a {
        font-size: 15px;
        color: #4a4a4a;
    }
    .pcnav>ul {
        display: flex;
        align-items: center;
    }
    .hoverchange {
        transition: all ease 0.3s;
    }
    .pcnav>ul>li {
        position: relative;
    }
    .pcnav>ul>li:hover .hoverchange {
        transform: rotate(180deg);
    }
    .pcnav>ul>li>a {
        height: 95px;
        line-height: 95px;
        display: block;
    }
    .pcdrop1>ul {
        display: flex;
    }
    .pcdrop1 {
        height: 70px;
    }
    .pcdrop1 {
        border-top: 1px solid #e0e0e0;
        width: 100%;
        position: fixed;
        top: 135px;
        left: 0;
        padding: 0 135px;
        z-index: 100;
        background-color: #fff;
    }
    .pcdrop1>ul>li>a {
        display: block;
        height: 70px;
        line-height: 70px;
        padding: 0 20px;
    }
    .pcdrop1>ul>li {
        position: relative;
    }
    .pcdrop2 {
        position: fixed;
        top: 205px;
        left: 0;
        padding: 20px 160px;
        border-top: 1px solid#e0e0e0;
        width: 100%;
        z-index: 100;
        background-color: #fff;
    }
    .pcdrop2 ul {
        display: flex;
    }
    .pcdrop2 ul li {
        padding: 0 20px;
        width: 25%;
        border-left: 1px solid #e0e0e0;
    }
    .pcdrop2 ul li a {
        display: block;
        position: relative;
    }
    .pcdrop2 ul li a img {
        width: 100%;
    }
    .pcdrop2 ul li a {
        font-size: 15px;
        color: #4a4a4a;
        margin-bottom: 15px;
    }
    .lastli {
        border-right: 1px solid #e0e0e0;
    }
    .pcdrop1 {
        display: none;
    }
    .pcnav>ul>li:hover .pcdrop1 {
        display: block;
    }
    .pcdrop2 {
        display: none;
    }
    .pcdrop1>ul>li:hover .pcdrop2 {
        display: block;
    }
    .pcsearchbtn {
        cursor: pointer;
    }
    .pcsearchcon {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        border-top: 1px solid #e0e0e0;
        background-color: #fff;
        height: 88px;
        display: none;
        z-index: 99;
    }
    .pcsearchcontent {
        width: 100%;
        height: 88px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pcsearchcontent input {
        width: 1120px;
        height: 40px;
        padding-left: 40px;
        display: block;
        background-image: url(../images/fdj.png);
        background-repeat: no-repeat;
        background-position: 5px center;
        outline: none;
        border: 1px solid #8b959a;
    }
    .banner {
        width: 100%;
        margin-top: 135px !important;
    }
    .banner img {
        width: 100%;
    }
    .mbhead {
        display: none;
    }
    .mbcover {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .pchide {
        display: none;
    }
    .con1 {
        padding: 60px 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .con1title {
        font-size: 36px;
        font-weight: bold;
        color: #4a4a4a;
        text-align: center;
        margin-bottom: 35px;
        width: 100%;
    }
    .con1 a {
        display: inline-block;
        margin: 0 auto;
        border-bottom: 1px solid#4a4a4a;
        font-size: 15px;
        color: #4a4a4a;
    }
    .con2 {
        padding: 25px;
    }
    .con2 ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .con2 ul li {
        width: 49%;
        position: relative;
        background-color: #27494c;
    }
    .con2 ul li img {
        width: 100%;
    }
    .licover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: space-between;
        padding: 25px;
    }
    .licover h1 {
        color: #fff;
    }
    .licover a {
        color: #fff;
        font-size: 15px;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
    }
    .con3 {
        padding: 25px;
    }
    .con3_1 {
        width: 100%;
        position: relative;
    }
    .con3_1 img {
        width: 100%;
    }
    .con3_1pos {
        position: absolute;
        bottom: 25px;
        left: 25px;
    }
    .con3_1pos h1 {
        font-size: 50px;
        color: #fff;
    }
    .con3_1pos a {
        color: #fff;
        font-size: 15px;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
    }
    .con3_2 {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .con3_2_1 {
        width: 49%;
    }
    .con3_2_2 {
        width: 49%;
    }
    .con3_2_1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3_2_1 ul li {
        width: 49%;
        position: relative;
        margin-bottom: 20px;
    }
    .con3_2_1 .con3_1pos h1 {
        font-size: 25px;
    }
    .con3_2_2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con3_2_1 ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con3_2_2 {
        position: relative;
    }
    .con3_2_2 .con3_1pos h1 {
        font-size: 25px;
    }
    .con4 {
        padding: 25px;
    }
    .con4 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4 ul li {
        width: 32%;
        padding: 15px;
        background-color: #f6f6f6;
    }
    .con4 ul li img {
        width: 100%;
    }
    .con4 ul li p {
        font-size: 16px;
        color: #4a4a4a;
        padding: 15px 0;
    }
    .con4 ul li span {
        font-size: 16px;
        color: #8A959C;
        display: block;
    }
    .part {
        padding: 0 25px;
    }
    .part ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .part ul li {
        width: 18%;
        padding: 0 25px;
    }
    .part ul li img {
        width: 100%;
    }
    .con5 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5 {
        padding: 25px;
    }
    .con5 ul li {
        width: 23%;
        position: relative;
    }
    .con5 ul li img {
        width: 100%;
    }
    .con5pos1 {
        color: #fff;
        font-size: 36px;
        left: 25px;
        top: 25px;
        position: absolute;
    }
    .con5pos2 {
        color: #fff;
        font-size: 16px;
        left: 25px;
        bottom: 25px;
        position: absolute;
    }
    .foot {
        padding: 30px 0;
        border-top: 1px solid #e0e0e0;
        background-color: #f5f5f5;
    }
    .footer {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .foot2 ul {
        display: flex;
        justify-content: space-between;
    }
    .foot2 ul li {
        padding: 0 20px;
    }
    .foot2 ul li a {
        color: #4a4a4a;
        font-size: 14px;
    }
    .tstrong {
        font-size: 18px;
        color: #4a4a4a;
        display: block;
        margin-bottom: 25px;
    }
    .foot3 p {
        font-size: 14px;
        color: #4a4a4a;
    }
    .finp {
        padding: 15px 0;
        display: flex;
        align-items: center;
    }
    .finp input {
        width: 205px;
        height: 42px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border: 1px solid #8b959a;
        outline: none;
        padding-left: 20px;
    }
    .finp a {
        display: block;
        width: 130px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background-color: #4a4a4a;
    }
    .link {
        display: flex;
        align-items: center;
    }
    .link a {
        display: block;
        margin-right: 15px;
        color: #4a4a4a;
    }
    .inbanner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 495px;
        margin-top: 135px;
    }
    .inbannerleft {
        width: 31%;
        height: 495px;
        background-color: #1a4b4e;
        padding-left: 50px;
        padding-top: 365px;
        color: white;
        font-weight: bold;
        font-size: 50px;
    }
    .inbannerright {
        width: 69%;
        height: 495px;
    }
    .inbannerright img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-us {
        max-width: 1250px;
        padding: 100px 0;
        margin: 0 auto;
    }
    .aboutitem {
        margin-bottom: 50px;
    }
    .aboutitem h1 {
        font-weight: normal;
        font-size: 36px;
        color: #4a4a4a;
        margin-bottom: 25px;
    }
    .aboutitem p {
        font-size: 15px;
        color: #8a95a9;
        margin-bottom: 20px;
    }
    .aboutitem a {
        text-decoration: underline;
        font-size: 15px;
        color: #4a4a4a;
    }
    .swatches {
        max-width: 800px;
        margin: 65px auto;
    }
    .swatchestop {
        text-align: center;
        margin-bottom: 50px;
    }
    .swatchestop h2 {
        color: #4a4a4a;
        font-size: 35px;
        text-align: center;
        font-weight: normal;
    }
    .swatchestop p {
        color: #8a959c;
        padding: 15px 0;
        font-size: 15px;
        text-align: center;
    }
    .swatchestop a {
        text-decoration: underline;
        font-size: 15px;
        color: #4a4a4a;
    }
    .swatcheslist {
        padding: 30px 0;
        border-top: 1px solid #e0e0e0;
    }
    .swatcheslist h3 {
        font-size: 17px;
        color: #4a4a4a;
    }
    .swatcheslist strong {
        font-weight: normal;
        font-size: 15px;
        color: #8A959C;
        display: block;
        margin-bottom: 15px;
    }
    .swatcheslist ul {
        display: flex;
        flex-wrap: wrap;
    }
    .swatcheslist ul li {
        width: 23%;
        padding: 10px;
    }
    .swatcheslist ul li img {
        width: 100%;
        border-radius: 50%;
    }
    .swatcheslist ul li span {
        display: block;
        padding: 10px 0;
        color: #4a4a4a;
        font-size: 15px;
        text-align: center;
    }
    .swatcheslist ul li .add {
        display: block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
        color: #4a4a4a;
        font-size: 14px;
        border: 1px solid #4a4a4a;
        transition: all ease 0.4s;
    }
    .add:hover {
        color: white !important;
        background-color: #4a4a4a !important;
    }
    .inside {
        max-width: 1250px;
        padding: 100px 25px;
        margin: 0 auto;
    }
    .pro li {
        margin-bottom: 30px;
    }
    .prodetail {
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        margin: 100px auto;
    }
    .prodetailleft {
        width: 48%;
    }
    .prodetailright {
        width: 48%;
    }
    .sjbanner {
        display: none;
    }
    .prodetailright strong {
        display: block;
        color: #000;
        font-size: 25px;
        margin-bottom: 25px;
    }
    .prodetailright p {
        color: #4a4a4a;
        font-size: 16px;
    }
    .tac {
        width: 440px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #4a4a4a;
        font-size: 16px;
        border: 1px solid #4a4a4a;
        transition: all ease 0.4s;
        display: block;
        margin-top: 20px;
    }
    .tac:hover {
        background-color: #4a4a4a;
        color: #fff !important;
    }
    .detail2 {
        max-width: 1500px;
        margin: 50px auto;
    }
    .contact4con {
        max-width: 1450px;
        margin: 0 auto;
    }
    .contact4con li {
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e5e5e5;
    }
    .jobfy {
        padding: 15px;
        border-bottom: 1px solid #ccc;
        border-top: none;
        display: none;
    }
    .jobfy p {
        font-size: 15px;
        color: #666;
    }
    .rela {
        max-width: 1450px;
        margin: 50px auto;
    }
}

@media only screen and (max-width: 996px) {
    .contact4con {
        width: 100%;
        padding: 15px;
        margin: 0 auto;
    }
    .contact4con li {
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #e5e5e5;
    }
    .jobfy {
        padding: 15px;
        border-bottom: 1px solid #ccc;
        border-top: none;
        display: none;
    }
    .jobfy p {
        font-size: 15px;
        color: #666;
    }
    .rela {
        padding: 15px;
        margin: 30px auto;
    }
    .detail2 {
        width: 100%;
    }
    .prodetail {
        width: 100%;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 30px auto;
    }
    .prodetailleft {
        width: 100%;
    }
    .prodetailright {
        width: 100%;
        margin-top: 20px;
    }
    .sjbanner {
        display: none;
    }
    .prodetailright strong {
        display: block;
        color: #000;
        font-size: 25px;
        margin-bottom: 25px;
    }
    .prodetailright p {
        color: #4a4a4a;
        font-size: 16px;
    }
    .tac {
        width: 90%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #4a4a4a;
        font-size: 16px;
        border: 1px solid #4a4a4a;
        transition: all ease 0.4s;
        display: block;
        margin-top: 20px;
    }
    .tac:hover {
        background-color: #4a4a4a;
        color: #fff !important;
    }
    .magnifier {
        display: none;
    }
    .inside {
        padding: 15px;
        margin: 30px auto;
    }
    .swatches {
        width: 100%;
        padding: 20px;
        margin: 25px auto;
    }
    .swatchestop {
        text-align: center;
        margin-bottom: 30px;
    }
    .swatchestop h2 {
        color: #4a4a4a;
        font-size: 25px;
        text-align: center;
        font-weight: normal;
    }
    .swatchestop p {
        color: #8a959c;
        padding: 15px 0;
        font-size: 15px;
        text-align: center;
    }
    .swatchestop a {
        text-decoration: underline;
        font-size: 15px;
        color: #4a4a4a;
    }
    .swatcheslist {
        padding: 30px 0;
        border-top: 1px solid #e0e0e0;
    }
    .swatcheslist h3 {
        font-size: 17px;
        color: #4a4a4a;
    }
    .swatcheslist strong {
        font-weight: normal;
        font-size: 15px;
        color: #8A959C;
        display: block;
        margin-bottom: 15px;
    }
    .swatcheslist ul {
        display: flex;
        flex-wrap: wrap;
    }
    .swatcheslist ul li {
        width: 48%;
        padding: 10px;
        margin-bottom: 20px;
    }
    .swatcheslist ul li img {
        width: 100%;
        border-radius: 50%;
    }
    .swatcheslist ul li span {
        display: block;
        padding: 10px 0;
        color: #4a4a4a;
        font-size: 15px;
        text-align: center;
    }
    .swatcheslist ul li .add {
        display: block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
        color: #4a4a4a;
        font-size: 14px;
        border: 1px solid #4a4a4a;
        transition: all ease 0.4s;
    }
    .add:hover {
        color: white !important;
        background-color: #4a4a4a !important;
    }
    .about-us {
        width: 100%;
        padding: 20px;
        margin: 0 auto;
    }
    .aboutitem {
        margin-bottom: 30px;
    }
    .aboutitem h1 {
        font-weight: normal;
        font-size: 25px;
        color: #4a4a4a;
        margin-bottom: 20px;
    }
    .aboutitem p {
        font-size: 15px;
        color: #8a95a9;
        margin-bottom: 20px;
    }
    .aboutitem a {
        text-decoration: underline;
        font-size: 15px;
        color: #4a4a4a;
    }
    .inbanner {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
    }
    .inbannerleft {
        width: 100%;
        background-color: #1a4b4e;
        padding: 30px;
        color: white;
        font-weight: bold;
        font-size: 25px;
        text-align: center;
    }
    .inbannerright {
        width: 100%;
    }
    .inbannerright img {
        width: 100%;
        object-fit: cover;
    }
    .foot {
        padding: 20px;
        border-top: 1px solid #e0e0e0;
        background-color: #f5f5f5;
    }
    .footitem {
        margin-bottom: 30px;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .foot2 ul {
        display: flex;
        justify-content: space-between;
    }
    .foot2 ul li {
        padding: 0 20px;
    }
    .foot2 ul li a {
        color: #4a4a4a;
        font-size: 14px;
    }
    .tstrong {
        font-size: 18px;
        color: #4a4a4a;
        display: block;
        margin-bottom: 25px;
    }
    .foot3 p {
        font-size: 14px;
        color: #4a4a4a;
    }
    .finp {
        padding: 15px 0;
        display: flex;
        align-items: center;
    }
    .finp input {
        width: 205px;
        height: 42px;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border: 1px solid #8b959a;
        outline: none;
        padding-left: 20px;
    }
    .finp a {
        display: block;
        width: 130px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 16px;
        color: #fff;
        background-color: #4a4a4a;
    }
    .link {
        display: flex;
        align-items: center;
    }
    .link a {
        display: block;
        margin-right: 15px;
        color: #4a4a4a;
    }
    .con5 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con5 {
        padding: 25px;
    }
    .con5 ul li {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .con5 ul li img {
        width: 100%;
    }
    .con5pos1 {
        color: #fff;
        font-size: 36px;
        left: 25px;
        top: 25px;
        position: absolute;
    }
    .con5pos2 {
        color: #fff;
        font-size: 16px;
        left: 25px;
        bottom: 25px;
        position: absolute;
    }
    .part {
        padding: 0 25px;
    }
    .part ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .part ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .part ul li img {
        width: 100%;
    }
    .con4 {
        padding: 20px;
    }
    .con4 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con4 ul li {
        width: 100%;
        padding: 15px;
        margin-bottom: 30px;
        background-color: #f6f6f6;
    }
    .con4 ul li img {
        width: 100%;
    }
    .con4 ul li p {
        font-size: 16px;
        color: #4a4a4a;
        padding: 15px 0;
    }
    .con4 ul li span {
        font-size: 16px;
        color: #8A959C;
        display: block;
    }
    .con3 {
        padding: 20px;
    }
    .con3_1 {
        width: 100%;
        position: relative;
    }
    .con3_1 img {
        width: 100%;
    }
    .con3_1pos {
        position: absolute;
        bottom: 25px;
        left: 25px;
    }
    .con3_1pos h1 {
        font-size: 25px;
        color: #fff;
    }
    .con3_1pos a {
        color: #fff;
        font-size: 15px;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
    }
    .con3_2 {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .con3_2_1 {
        width: 100%;
    }
    .con3_2_2 {
        width: 100%;
    }
    .con3_2_1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3_2_1 ul li {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .con3_2_1 .con3_1pos h1 {
        font-size: 25px;
    }
    .con3_2_2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con3_2_1 ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .con3_2_2 {
        position: relative;
    }
    .con3_2_2 .con3_1pos h1 {
        font-size: 25px;
    }
    .con2 {
        padding: 20px;
    }
    .con2 ul li {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
        background-color: #27494c;
    }
    .con2 ul li img {
        width: 100%;
    }
    .licover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: space-between;
        padding: 25px;
    }
    .licover h1 {
        color: #fff;
        font-size: 20px;
    }
    .licover a {
        color: #fff;
        font-size: 15px;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
    }
    .con1 {
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .con1title {
        font-size: 25px;
        font-weight: bold;
        color: #4a4a4a;
        text-align: center;
        margin-bottom: 35px;
        width: 100%;
    }
    .con1 a {
        display: inline-block;
        margin: 0 auto;
        border-bottom: 1px solid#4a4a4a;
        font-size: 15px;
        color: #4a4a4a;
    }
    .mbhide {
        display: none;
    }
    .fif {
        transition: all ease 0.4s;
    }
    .rr {
        transform: rotate(90deg);
    }
    .mbdrop {
        display: none;
    }
    .show {
        right: 0 !important;
    }
    .mbdrop a {
        display: block;
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
        font-size: 15px;
        color: #4a4a4a;
    }
    .mbnav ul li {
        display: flex;
        align-items: center;
        padding: 0 10px;
        justify-content: space-between;
    }
    .mbnav ul li a {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #4a4a4a;
    }
    .kind {
        height: 55px;
        line-height: 55px;
        font-size: 15px;
        color: #fff;
        background-color: #27494c;
        padding-left: 15px;
    }
    .mbnav {
        width: 85%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        right: -85%;
        z-index: 1001;
        overflow: scroll;
        transition: all ease 0.4s;
    }
    .mbcover {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
    }
    .close {
        position: absolute;
        left: 15px;
        top: 15px;
        font-size: 30px !important;
        color: #fff !important;
    }
    .banner {
        width: 100%;
        margin-top: 50px !important;
    }
    .banner img {
        width: 100%;
    }
    .fixdiv {
        display: none;
    }
    .mbhead {
        width: 100%;
        height: 50px;
        padding: 0 10px;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 999;
    }
    .mbright {
        display: flex;
        align-items: center;
    }
    .mbright i {
        margin-left: 20px;
    }
    .mblogo img {
        height: 45px;
    }
}