* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: '';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

ul li {
    list-style: none;
}

@media only screen and (min-width: 996px) {
    .pchead {
        background-color: #2b343c;
        height: 65px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }
    .pcheader {
        max-width: 1350px;
        height: 65px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pclogo img {
        height: 41px;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav>li {
        position: relative;
    }
    .pcnav>li>a {
        display: block;
        transition: all ease 0.4s;
        height: 65px;
        line-height: 65px;
        font-size: 15px;
        color: #fff;
        padding: 0 40px;
        border-bottom: 5px solid transparent;
    }
    .pcnav>li>a:hover {
        border-bottom: 5px solid #188ffe !important;
        color: #188ffe;
    }
    .pcdrop {
        position: absolute;
        top: 100%;
        left: 0;
        width: 160px;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.4s;
    }
    .pcdropcon {
        padding: 5px 0;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        width:200px;
    }
        .pcdropcon a {
            display: block;
            height: 40px;
            line-height: 40px;
            padding-left: 15px;
            color: #595959;
            font-size: 15px;
            transition: all ease 0.4s;
            width: 300px;
        }
    .pcdropcon a:hover {
        color: #188ffe;
    }
    .pcnav li:hover .pcdrop {
        opacity: 1 !important;
        visibility: visible !important;
    }
    .sep {
        height: 65px;
    }
    .banner {
        max-width: 1500px;
        margin: 0 auto;
    }
    .banner img {
        width: 100%;
    }
    .banner .swiper-pagination {
        bottom: 130px !important;
    }
    .banner .swiper-pagination-bullet {
        background-color: #1890ff !important;
        transition: all ease 0.4s;
        width: 24px !important;
        height: 8px !important;
        border-radius: 6px !important;
    }
    .banner .swiper-pagination-bullet-active {
        width: 32px !important;
    }
    .mbbanner {
        display: none;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .con1 {
        max-width: 1100px;
        margin: 0 auto;
        margin-top: 0px;
        border-radius: 6px;
        box-shadow: 0 32px 32px #edefef;
        padding: 40px 60px;
        background-color: #fff;
        position: relative;
        z-index: 10;
        margin-bottom: 120px;
    }
    .con1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1 ul li {
        width: 31%;
        cursor: pointer;
    }
    .con1 ul li img {
        display: block;
        width: 240px;
        margin: 0 auto;
    }
    .con1 ul li span {
        display: block;
        margin: 10px auto;
        text-align: center;
        font-size: 17px;
        color: #000;
    }
    .con1 ul li p {
        font-size: 14px;
        color: #737373;
        line-height: 25px;
    }
    .con2 {
        background-color: #fff;
        padding: 30px 25px;
        box-shadow: 0 32px 32px #edefef;
        max-width: 1100px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .con2 h1 {
        text-align: center;
        color: #595959;
        font-size: 32px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .con2 strong {
        display: block;
        text-align: center;
        color: #000000a6;
        font-size: 14px;
        margin-bottom: 70px;
        font-weight: normal;
    }
    .con2 ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 65px;
    }
    .con2lileft {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con2lileft img {
        display: block;
        width: 80px;
    }
    .con2liright {
        flex: 1;
    }
    .con2liright p {
        font-size: 21px;
        color: #000000d9;
        margin-bottom: 20px;
    }
    .con2liright span {
        color: #000000a6;
        font-size: 14px;
        line-height: 25px;
    }
    .con3 {
        padding: 130px 0;
        background-color: #fafafa;
    }
    .con3 h1 {
        text-align: center;
        margin-bottom: 50px;
        font-size: 32px;
        color: #000000a6;
        font-weight: normal;
    }
    .con3 ul {
        max-width: 1350px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .con3 ul li {
        cursor: pointer;
        width: 32%;
        transition: all ease 0.4s;
    }
    .con3 ul li:hover {
        transform: translateY(-15px);
        box-shadow: 0 32px 32px #edefef;
    }
    .con3 ul li img {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .con3 ul li h3 {
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 19px;
        background-color: #1890ff;
        color: #fff;
    }
    .con3 ul li p {
        text-align: center;
        padding: 10px 10px 20px;
        font-size: 14px;
        color: #333;
        line-height: 25px;
        background-color: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .foot {
        width: 100%;
        background-color: #2b343c;
    }
    .footer {
        max-width: 1350px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        padding: 70px 0;
        border-bottom: 1px solid #3f474e;
    }
    .footeritem {
        width: calc(100% / 7);
        padding: 0 35px;
    }
    .footeritem1 img {
        width: 100%;
    }
    .footeritem1 span {
        display: block;
        text-align: center;
        padding: 10px 0;
        color: #999;
        font-size: 12px;
    }
    .footeritem1 p {
        display: block;
        text-align: center;
        padding: 10px 0;
        color: #999;
        font-size: 12px;
    }
    .footeritem_nav strong {
        font-size: 21px;
        color: #ccc;
        margin-bottom: 24px;
        display: block;
        font-weight: normal;
        text-align: center;
    }
    .footeritem_nav a {
        display: block;
        width: 100%;
        text-align: center;
        color: #999;
        font-size: 14px;
        margin-bottom: 5px;
        transition: all ease 0.4s;
    }
    .footeritem_nav a:hover {
        color: #188ffe;
    }
    .copy {
        background-color: #2b343c;
        padding: 25px 0;
        text-align: center;
        font-size: 14px;
        color: #999999;
    }
    .bread {
        width: 100%;
        height: 50px;
        background-color: #e3e3e3;
    }
    .breadcon {
        max-width: 1100px;
        height: 50px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .breadcon span {
        font-size: 15px;
        color: #00000073;
        display: block;
        padding: 0 10px;
    }
    .breadcon a {
        font-size: 15px;
        color: #188ffe;
    }
    .inbanner {
        max-width: 1100px;
        margin: 0 auto;
    }
        .inbanner img {
            width: 100%;
            height: 300px;
            object-fit: cover;
            margin-top: 15px;
        }
    .pro {
        max-width: 1100px;
        margin: 0 auto;
    }
    .protitle {
        padding: 30px 0;
        text-align: center;
        font-size: 24px;
        color: #000000d9;
    }
    .protab {
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #e8e8e8;
    }
    .protab span {
        display: block;
        cursor: pointer;
        padding: 15px 30px;
        font-size: 14px;
        border-bottom: 3px solid transparent;
        color: #000000a6;
    }
    .profy {
        display: none;
    }
    .profy ul {
        display: flex;
        flex-wrap: wrap;
    }
    .profy ul li {
        padding: 15px 60px;
        width: calc(100% / 3);
        transition: all ease 0.4s;
        margin-bottom: 30px;
    }
    .profy ul li:hover {
        box-shadow: 0 32px 32px #edefef;
    }
    .profy ul li img {
        width: 100%;
    }
    .profy ul li p {
        text-align: center;
        font-size: 16px;
        padding: 20px 0;
        color: #000000d9;
    }
    .profy ul li span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #00000073;
        margin-bottom: 15px;
    }
    .tag {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
        .tag a {
            display: inline-block;
            background-color: #d4d4d400;
            font-size: 14px;
            color: #000;
            margin-right: 10px;
            margin-bottom: 10px;
            padding: 5px;
            font-size: 12px;
        }
    .more {
        display: block;
        margin: 0 auto;
        width: 88px;
        height: 32px;
        line-height: 32px;
        border-radius: 3px;
        border: 1px solid #1890ff;
        color: #1890ff;
        font-size: 13px;
        text-align: center;
        margin-top: 30px;
    }
    .sel {
        border-bottom: 3px solid #188ffe !important;
        color: #188ffe !important;
    }
    .prodetail {
        max-width: 1350px;
        margin: 0 auto;
        padding: 65px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prodetailleft {
        width: 41%;
        padding: 0 50px;
    }
    .prodetailleft img {
        width: 100%;
    }
    .prodetailright {
        width: 58%;
    }
    .prodetailright strong {
        display: block;
        font-size: 32px;
        color: #404040;
        margin-bottom: 10px;
        font-weight: normal;
    }
    .des {
        font-size: 14px;
        color: #000000a6;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .listul {
        cursor: pointer;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .listul span {
        color: #188ffe;
        font-size: 14px;
        display: block;
        margin-left: 5px;
    }
    .tail {
        max-width: 1100px;
        margin: 40px auto;
    }
    .tailtab {
        border-bottom: 1px solid #e8e8e8;
        display: flex;
        align-items: center;
        margin-bottom: 25px;
    }
    .tailtab span {
        padding: 12px 16px;
        font-size: 14px;
        color: #188ffe;
        border-bottom: 3px solid #1890ff;
    }
    .aftersale {
        max-width: 1150px;
        margin: 30px auto;
    }
    .title-h1 {
        text-align: center;
    }
    .profy img {
        width: 100%;
    }
    .inside {
        max-width: 1200px;
        padding: 15px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        padding: 15px;
        width: 100%;
    }
    .profy img {
        width: 100%;
    }
    .aftersale {
        padding: 15px;
        width: 100%;
        margin: 30px auto;
    }
    .tail {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
    }
    .tailtab {
        border-bottom: 1px solid #e8e8e8;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 25px;
    }
    .tailtab span {
        padding: 12px 16px;
        font-size: 14px;
        color: #188ffe;
        border-bottom: 3px solid #1890ff;
    }
    .prodetail {
        width: 100%;
        padding: 15px;
        margin: 30px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prodetailleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .prodetailleft img {
        width: 100%;
    }
    .prodetailright {
        width: 100%;
    }
    .prodetailright strong {
        display: block;
        font-size: 32px;
        color: #404040;
        margin-bottom: 10px;
        font-weight: normal;
    }
    .des {
        font-size: 14px;
        color: #000000a6;
        margin-bottom: 20px;
        line-height: 20px;
    }
    .listul {
        cursor: pointer;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .listul span {
        color: #188ffe;
        font-size: 14px;
        display: block;
        margin-left: 5px;
    }
    .pro {
        width: 100%;
        margin: 30px auto;
    }
    .protitle {
        padding: 15px;
        text-align: center;
        font-size: 20px;
        color: #000000d9;
    }
    .protab {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #e8e8e8;
    }
    .protab span {
        display: block;
        cursor: pointer;
        padding: 15px;
        font-size: 14px;
        border-bottom: 3px solid transparent;
        color: #000000a6;
    }
    .profy {
        display: none;
    }
    .profy ul {
        display: flex;
        flex-wrap: wrap;
    }
    .profy ul li {
        padding: 30px;
        width: 100%;
        transition: all ease 0.4s;
        margin-bottom: 30px;
    }
    .profy ul li:hover {
        box-shadow: 0 32px 32px #edefef;
    }
    .profy ul li img {
        width: 100%;
    }
    .profy ul li p {
        text-align: center;
        font-size: 16px;
        padding: 20px 0;
        color: #000000d9;
    }
    .profy ul li span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
        font-size: 14px;
        color: #00000073;
        margin-bottom: 15px;
    }
    .tag {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .tag a {
        display: inline-block;
        background-color: #1890ff;
        font-size: 14px;
        color: #fff;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 5px;
        font-size: 12px;
    }
    .more {
        display: block;
        margin: 0 auto;
        width: 88px;
        height: 32px;
        line-height: 32px;
        border-radius: 3px;
        border: 1px solid #1890ff;
        color: #1890ff;
        font-size: 13px;
        text-align: center;
        margin-top: 30px;
    }
    .sel {
        border-bottom: 3px solid #188ffe !important;
        color: #188ffe !important;
    }
    .inbanner {
        width: 100%;
    }
    .inbanner img {
        width: 100%;
    }
    .bread {
        width: 100%;
        height: 50px;
        background-color: #e3e3e3;
    }
    .breadcon {
        width: 100%;
        padding: 0 15px;
        height: 50px;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .breadcon span {
        font-size: 14px;
        color: #00000073;
        display: block;
        padding: 0 10px;
    }
    .breadcon a {
        font-size: 14px;
        color: #188ffe;
    }
    .copy {
        background-color: #2b343c;
        padding: 25px 0;
        text-align: center;
        font-size: 14px;
        color: #999999;
    }
    .foot {
        width: 100%;
        padding: 50px 45px;
        background-color: #2b343c;
    }
    .f_logo {
        width: 180px;
        display: block;
        margin: 0 auto;
    }
    .code {
        width: 120px;
        display: block;
        margin: 0 auto;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
    }
    .footeritem {
        width: 100%;
        margin-bottom: 30px;
    }
    .footeritem1 span {
        display: block;
        text-align: center;
        padding: 10px 0;
        color: #999;
        font-size: 12px;
    }
    .footeritem1 p {
        display: block;
        text-align: center;
        padding: 10px 0;
        color: #999;
        font-size: 12px;
    }
    .footeritem_nav strong {
        font-size: 21px;
        color: #ccc;
        margin-bottom: 24px;
        display: block;
        font-weight: normal;
        text-align: center;
    }
    .footeritem_nav a {
        display: block;
        width: 100%;
        text-align: center;
        color: #999;
        font-size: 14px;
        margin-bottom: 5px;
        transition: all ease 0.4s;
    }
    .footeritem_nav a:hover {
        color: #188ffe;
    }
    .con3 {
        padding: 45px 20px;
        background-color: #fafafa;
    }
    .con3 h1 {
        text-align: center;
        margin-bottom: 50px;
        font-size: 32px;
        color: #000000a6;
        font-weight: normal;
    }
    .con3 ul {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3 ul li {
        cursor: pointer;
        width: 100%;
        transition: all ease 0.4s;
        margin-bottom: 30px;
    }
    .con3 ul li:hover {
        transform: translateY(-15px);
        box-shadow: 0 32px 32px #edefef;
    }
    .con3 ul li img {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    .con3 ul li h3 {
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 19px;
        background-color: #1890ff;
        color: #fff;
    }
    .con3 ul li p {
        text-align: center;
        padding: 10px 10px 20px;
        font-size: 14px;
        color: #333;
        line-height: 25px;
        background-color: #fff;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    .con2 {
        background-color: #fff;
        padding: 30px 25px;
        box-shadow: 0 32px 32px #edefef;
        width: 96%;
        margin: 0 auto;
    }
    .con2 h1 {
        text-align: center;
        color: #595959;
        font-size: 32px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .con2 strong {
        display: block;
        text-align: center;
        color: #000000a6;
        font-size: 14px;
        margin-bottom: 30px;
        font-weight: normal;
    }
    .con2 ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 35px;
        flex-wrap: wrap;
    }
    .con2lileft {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con2lileft img {
        display: block;
        width: 80px;
    }
    .con2liright {
        width: 100%;
    }
    .con2liright p {
        font-size: 21px;
        color: #000000d9;
        margin-bottom: 20px;
    }
    .con2liright span {
        color: #000000a6;
        font-size: 14px;
        line-height: 25px;
    }
    .con1 {
        width: 90%;
        margin: 0 auto;
        margin-top: -50px;
        border-radius: 6px;
        box-shadow: 0 32px 32px #edefef;
        padding: 25px 50px;
        background-color: #fff;
        position: relative;
        z-index: 10;
        margin-bottom: 50px;
    }
    .con1 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con1 ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .con1 ul li img {
        display: block;
        width: 100px;
        margin: 0 auto;
    }
    .con1 ul li span {
        display: block;
        margin: 10px auto;
        text-align: center;
        font-size: 17px;
        color: #000;
    }
    .con1 ul li p {
        font-size: 14px;
        color: #737373;
        line-height: 25px;
    }
    .mbnav {
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        background-color: #2b343c;
        z-index: 99;
        display: none;
    }
    .mbnav ul li {
        display: flex;
        align-items: center;
        padding: 0 15px;
        justify-content: space-between;
    }
    .mbnav ul li a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 14px;
    }
    .c_down {
        color: #fff;
        font-size: 15px;
        transition: all ease 0.4s;
    }
    .mbdrop {
        display: none;
    }
    .mbdrop a {
        background-color: #000c17;
        height: 40px;
        line-height: 40px;
        padding-left: 40px;
        font-size: 14px;
        color: #fff;
        display: block;
    }
    .mbhead {
        display: flex;
        width: 100%;
        height: 65px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background-color: #2b343c;
        padding: 0 20px;
        align-items: center;
        justify-content: space-between;
    }
    .mblogo img {
        height: 41px;
    }
    .hb {
        color: #fff;
        font-size: 20px;
    }
    .pcbanner {
        display: none;
    }
    .pchead {
        display: none;
    }
    .sep {
        height: 65px;
    }
    .banner {
        width: 100%;
    }
    .banner img {
        width: 100%;
    }
    .banner .swiper-pagination {
        bottom: 60px !important;
    }
    .banner .swiper-pagination-bullet {
        background-color: #1890ff !important;
        transition: all ease 0.4s;
        width: 24px !important;
        height: 8px !important;
        border-radius: 6px !important;
    }
    .banner .swiper-pagination-bullet-active {
        width: 32px !important;
    }
}