* {
    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;
}

.inside img {
    width: 100%;
}

@media only screen and (min-width: 996px) {
    .loadani {
        display: none;
        width: 100%;
        position: fixed;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #323f44;
    }
    .loadanicon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .loadanicon img {
        max-width: 450px;
        display: block;
        animation: fadein 4s alternate;
    }
    @keyframes fadein {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .pchead {
        width: 100%;
        height: 100px;
        background-color: #323f44;
        padding: 0 5%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .pclogo img {
        height: 80px;
    }
    .pcnav {
        display: flex;
        align-items: center;
    }
    .pcnav li a {
        display: block;
        height: 100px;
        line-height: 100px;
        font-size: 20px;
        padding: 0 20px;
        color: #fff;
    }
    .mbhead {
        display: none;
    }
    .mbnav {
        display: none;
    }
    .sep {
        height: 100px;
    }
    .banner {
        width: 100%;
    }
    .banner img {
        width: 100%;
    }
    .bannerpos {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10%;
        justify-content: center;
        z-index: 10;
    }
    .bannerpos h1 {
        font-size: 50px;
        font-weight: normal;
        color: #fff;
    }
    .con1 {
        padding: 150px 10%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1left {
        width: 48%;
    }
    .con1left strong {
        display: block;
        color: #fff;
        font-size: 40px;
        font-weight: normal;
        margin-bottom: 30px;
    }
    .con1left p {
        color: #fff;
        font-size: 20px;
        line-height: 40px;
    }
    .con1right {
        width: 48%;
    }
    .con1right video {
        width: 100%;
    }
    .con1right img {
        width: 100%;
    }
    .con2 {
        width: 100%;
        padding: 0 10%;
        padding-bottom: 150px;
    }
    .con2top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con2top strong {
        display: block;
        color: #fff;
        font-size: 40px;
        font-weight: normal;
        margin-bottom: 30px;
    }
    .con2conitem {
        display: flex;
        justify-content: space-between;
    }
    .con2conitem_1 {
        width: 31%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con2conitem_2 {
        width: 60%;
    }
    .mySwiper1 {
        width: 100%;
    }
    .mySwiper1 img {
        width: 100%;
    }
    .mySwiper2 {
        width: 100%;
    }
    .mySwiper2 img {
        width: 100%;
    }
    .con2conitem_1 span img {
        width: 40px;
        display: block;
        margin: 0 30px;
        cursor: pointer;
    }
    .con2conitem {
        margin-bottom: 50px;
    }
    .foot {
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        border-top: 3px solid #ffffff;
        padding: 30px 0;
    }
    .footleft {
        width: 50%;
    }
    .footright {
        width: 50%;
    }
    .footleft a img {
        width: 170px;
    }
    .footright p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 5px;
    }
    .copy {
        padding: 20px 0;
        width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .copy a {
        color: #fff;
        font-size: 20px;
        margin: 0 20px;
    }
    .pro {
        width: 100%;
        padding: 60px 10%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .proleft {
        width: 48%;
    }
    .proleft img {
        width: 100%;
    }
    .proright {
        width: 48%;
    }
    .proright strong {
        display: block;
        color: #fff;
        font-size: 40px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .proright p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px
    }
    .proright a {
        display: block;
        width: 100%;
        text-align: center;
        color: #000;
        background: #fff;
        height: 60px;
        background-image: url(../images/cart.png);
        background-repeat: no-repeat;
        background-position: 15px center;
        line-height: 60px;
        background-size: 45px;
    }
    .tail {
        max-width: 90%;
        margin: 0 auto;
        border-top: 4px solid #fff;
        padding: 55px 0;
    }
    .tailtit {
        font-size: 30px;
        display: block;
        margin-bottom: 30px;
        color: #fff;
    }
    .tail p {
        font-size: 20px;
        color: #fff;
        line-height: 30px;
    }
    .tail img {
        max-width: 50%;
        display: block;
        margin: 20px auto;
    }
    .contact {
        max-width: 1200px;
        margin: 100px auto;
    }
    .contacttit {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 40px;
        color: #fff;
        font-weight: normal;
        margin-bottom: 40px;
    }
    .text {
        font-size: 20px;
        color: #fff;
        text-align: center;
        margin-bottom: 30px;
    }
    .formitem p {
        font-size: 20px;
        margin-bottom: 10px;
        color: #fff;
    }
    .formitem {
        margin-bottom: 30px;
    }
    .formitem input {
        display: block;
        height: 40px;
        width: 100%;
        padding-left: 15px;
        border: 2px solid #ffffff;
        color: #fff;
        background: transparent;
        outline: none;
    }
    .formitem textarea {
        display: block;
        height: 200px;
        width: 100%;
        padding-left: 15px;
        padding-top: 15px;
        border: 2px solid #ffffff;
        color: #fff;
        background: transparent;
        outline: none;
    }
    .send {
        width: 300px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #000;
        background-color: #fff;
        display: block;
        font-size: 20px;
        margin: 0 auto;
    }
    .inside {
        width: 100%;
        padding: 100px 10%;
    }
    .inside p {
        font-size: 15px;
        color: #fff;
        line-height: 30px;
    }
    .picbox {
        width: 100%;
        padding: 100px 10%;
    }
    .picbox strong {
        display: block;
        font-size: 35px;
        font-weight: normal;
        color: #fff;
    }
}

@media only screen and (max-width: 996px) {
    .picbox {
        width: 100%;
        padding: 30px 15px;
    }
    .picbox strong {
        display: block;
        font-size: 25px;
        font-weight: normal;
        color: #fff;
    }
    .inside {
        width: 100%;
        padding: 30px 15px;
    }
    .inside p {
        font-size: 15px;
        color: #fff;
        line-height: 30px;
    }
    .contact {
        width: 100%;
        padding: 30px 15px;
    }
    .contacttit {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 25px;
        color: #fff;
        font-weight: normal;
        margin-bottom: 30px;
    }
    .text {
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }
    .formitem p {
        font-size: 15px;
        margin-bottom: 10px;
        color: #fff;
    }
    .formitem {
        margin-bottom: 25px;
    }
    .formitem input {
        display: block;
        height: 40px;
        width: 100%;
        padding-left: 15px;
        border: 2px solid #ffffff;
        color: #fff;
        background: transparent;
        outline: none;
    }
    .formitem textarea {
        display: block;
        height: 200px;
        width: 100%;
        padding-left: 15px;
        padding-top: 15px;
        border: 2px solid #ffffff;
        color: #fff;
        background: transparent;
        outline: none;
    }
    .send {
        width: 300px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #000;
        background-color: #fff;
        display: block;
        font-size: 20px;
        margin: 0 auto;
    }
    .tail {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
        border-top: 4px solid #fff;
    }
    .tailtit {
        font-size: 25px;
        display: block;
        margin-bottom: 20px;
        color: #fff;
    }
    .tail p {
        font-size: 17px;
        color: #fff;
        line-height: 25px;
    }
    .tail img {
        max-width: 100%;
        display: block;
        margin: 20px auto;
    }
    .pro {
        width: 100%;
        padding: 30px 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .proleft {
        width: 100%;
        margin-bottom: 20px;
    }
    .proleft img {
        width: 100%;
    }
    .proright {
        width: 100%;
    }
    .proright strong {
        display: block;
        color: #fff;
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .proright p {
        color: #fff;
        font-size: 17px;
        margin-bottom: 20px
    }
    .proright a {
        display: block;
        width: 100%;
        text-align: center;
        color: #000;
        background: #fff;
        height: 40px;
        background-image: url(../images/cart.png);
        background-repeat: no-repeat;
        background-position: 15px center;
        line-height: 40px;
        background-size: 25px;
    }
    .foot {
        width: 100%;
        padding: 30px 15px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        border-top: 3px solid #ffffff;
        flex-wrap: wrap;
    }
    .footleft {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .footright {
        width: 100%;
    }
    .footleft a img {
        max-width: 170px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .footright p {
        font-size: 18px;
        color: #fff;
        margin-bottom: 5px;
        text-align: center;
    }
    .copy {
        padding: 20px 0;
        width: 90%;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .copy a {
        color: #fff;
        font-size: 16px;
        margin: 0 15px;
    }
    .con2 {
        width: 100%;
        padding: 0 15px;
        padding-bottom: 30px;
    }
    .con2top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }
    .con2top a img {
        width: 130px;
    }
    .con2top strong {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 25px;
        font-weight: normal;
    }
    .con2conitem {
        display: flex;
        justify-content: space-between;
    }
    .con2conitem_1 {
        width: 31%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .con2conitem_2 {
        width: 60%;
    }
    .mySwiper1 {
        width: 100%;
    }
    .mySwiper1 img {
        width: 100%;
    }
    .mySwiper2 {
        width: 100%;
    }
    .mySwiper2 img {
        width: 100%;
    }
    .con2conitem_1 span img {
        width: 30px;
        display: block;
        margin: 0 12px;
        cursor: pointer;
    }
    .con2conitem {
        margin-bottom: 50px;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con1left {
        width: 100%;
        margin-bottom: 30px;
    }
    .con1left strong {
        display: block;
        color: #fff;
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 20px;
    }
    .con1left p {
        color: #fff;
        font-size: 17px;
        line-height: 30px;
    }
    .con1right {
        width: 100%;
    }
    .con1right video {
        width: 100%;
    }
    .con1right img {
        width: 100%;
    }
    .banner {
        width: 100%;
    }
    .banner img {
        width: 100%;
    }
    .bannerpos {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0 10%;
        justify-content: center;
        z-index: 10;
    }
    .bannerpos h1 {
        font-size: 18px;
        font-weight: normal;
        color: #fff;
    }
    .sep {
        height: 60px;
    }
    .mbnav {
        width: 100%;
        height: calc(100% - 60px);
        top: 60px;
        left: 0;
        z-index: 999;
        background-color: #323f44;
        position: fixed;
        border-top: 1px solid #fff;
        display: none;
    }
    .mbnav ul li a {
        display: block;
        height: 50px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 17px;
    }
    .mblogo img {
        height: 45px;
    }
    .hb {
        color: #fff !important;
    }
    .mbhead {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        width: 100%;
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 60px;
        background-color: #323f44;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }
    .pchead {
        display: none;
    }
    .loadani {
        display: none;
        width: 100%;
        position: fixed;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #323f44;
    }
    .loadanicon {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .loadanicon img {
        width: 75%;
        display: block;
        animation: fadein 4s alternate;
    }
    @keyframes fadein {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
}