* {
    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) {
    .in {
        width: 100%;
        height: 480px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .n_pro {
        width: 100%;
        padding: 100px 0;
    }
    .n_procon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .n_procon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .n_procon ul li {
        width: 20%;
        padding: 10px;
        margin-bottom: 30px;
    }
    .n_procon ul li img {
        width: 100%;
    }
    .n_procon ul li .proname {
        color: #000;
        transition: all ease 0.4s;
        font-size: 16px;
        display: block;
        text-align: center;
        padding: 10px 0;
        line-height: 25px;
        font-weight: bold;
    }
    .n_procon ul li .proname:hover {
        color: #50c3ef;
    }
    .n_procon ul li span {
        display: inline-block;
        background-color: #000000;
        color: #fff;
        margin-bottom: 15px;
        padding: 5px 10px;
    }
    .line {
        width: 100%;
        height: 1px;
        background-color: #303133;
        margin: 50px auto;
    }
    .prodetail {
        max-width: 1200px;
        margin: 100px auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prodetailleft {
        width: 48%;
    }
    .prodetailright {
        width: 48%;
    }
    .prodetailright h1 {
        font-size: 30px;
        color: #000;
        position: relative;
        margin-bottom: 50px;
    }
    .prodetailright h1::after {
        position: absolute;
        height: 3px;
        width: 60px;
        bottom: -20px;
        left: 0;
        background-color: #50c3ef;
        content: '';
    }
    .prodetailleft .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .prodetailleft .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .prodetailleft .mySwiper2 {
        width: 100%;
    }
    .prodetailleft .mySwiper {
        box-sizing: border-box;
        padding: 10px 0;
    }
    .prodetailleft .mySwiper .swiper-slide {
        width: 25%;
        opacity: 0.4;
    }
    .prodetailleft .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }
    .prodetailleft .swiper-slide img {
        display: block;
        width: 100%;
    }
    .des {
        max-width: 1200px;
        margin: 40px auto;
    }
    .descontop {
        height: 1px;
        background-color: #caedfa;
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .descontop::after {
        position: absolute;
        width: 120px;
        height: 3px;
        background-color: #50c3ef;
        content: '';
        top: 0;
        left: 0;
    }
    .inside {
        max-width: 1200px;
        margin: 0 auto;
        padding: 50px 0;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
    }
    .prodetail {
        width: 100%;
        padding: 30px 15px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .prodetailleft {
        width: 100%;
        margin-bottom: 30px;
    }
    .prodetailright {
        width: 100%;
    }
    .prodetailright h1 {
        font-size: 25px;
        color: #000;
        position: relative;
        margin-bottom: 50px;
    }
    .prodetailright h1::after {
        position: absolute;
        height: 3px;
        width: 60px;
        bottom: -20px;
        left: 0;
        background-color: #50c3ef;
        content: '';
    }
    .prodetailleft .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .prodetailleft .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .prodetailleft .mySwiper2 {
        width: 100%;
    }
    .prodetailleft .mySwiper {
        box-sizing: border-box;
        padding: 10px 0;
    }
    .prodetailleft .mySwiper .swiper-slide {
        width: 25%;
        opacity: 0.4;
    }
    .prodetailleft .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }
    .prodetailleft .swiper-slide img {
        display: block;
        width: 100%;
    }
    .des {
        padding: 15px;
        width: 100%;
        margin: 40px auto;
    }
    .descontop {
        height: 1px;
        background-color: #caedfa;
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .descontop::after {
        position: absolute;
        width: 120px;
        height: 3px;
        background-color: #50c3ef;
        content: '';
        top: 0;
        left: 0;
    }
    .in {
        width: 100%;
        height: 280px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .n_pro {
        width: 100%;
        padding: 50px 15px;
    }
    .n_procon {
        width: 100%;
        margin: 0 auto;
    }
    .n_procon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .n_procon ul li {
        width: 49%;
        padding: 10px;
        margin-bottom: 30px;
    }
    .n_procon ul li img {
        width: 100%;
    }
    .n_procon ul li .proname {
        color: #000;
        transition: all ease 0.4s;
        font-size: 16px;
        display: block;
        text-align: center;
        padding: 10px 0;
        line-height: 25px;
        font-weight: bold;
    }
    .n_procon ul li .proname:hover {
        color: #50c3ef;
    }
    .n_procon ul li span {
        display: inline-block;
        background-color: #000000;
        color: #fff;
        margin-bottom: 15px;
        padding: 5px 10px;
    }
    .line {
        width: 100%;
        height: 1px;
        background-color: #303133;
        margin: 50px auto;
    }
}