* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 13.3333vw;
}

body {
    font-size: 0.16rem;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.product {
    width: 100%;
    position: relative;
    transition: all 1s;
    right: 0;
}

@media screen and (min-width:1201px) {
    .header {
        background: #FFFFFF;
    }

    .ding {
        width: 100%;
        position: fixed;
        left: 0;
        top: 73px;
        z-index: 99;
    }

    .ding img {
        width: 100%;
    }



    .product .pr1 {
        width: 100%;
        position: relative;
        top: 70px;
    }

    .product .pr1 img {
        width: 100%;
    }

    .product .pr1 p {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        font-size: 36px;
        /* font-family: PingFangSC-Semibold, PingFang SC; */
        color: #FFFFFF;
        font-weight: 600;
        /* line-height: 112px; */
        letter-spacing: 2px;
    }

    .product .pr1 span {
        font-size: 16px;
        /* font-family: PingFangSC-Semibold, PingFang SC; */
        font-weight: 600;
        color: #FFFFFF;
        line-height: 40px;
        letter-spacing: 0.5px;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 70%;
    }

    .product .juzhong {
        width: 90%;
        margin: 0 auto;
        margin-top: 120px;
    }

    .product .juzhong .pr2 {
        width: 100%;
        /* height: 2.5rem; */
        display: flex;
        /* overflow: hidden; */
    }

    .product .pr2 .pro {
        width: 50%;
        /* height: 2rem; */
        position: relative;
    }

    .product .pr2 .pro img {
        width: 100%;
        margin-top: 6%;
    }

    .product .pr2 .infor {
        width: 50%;
        /* height: 2rem; */
        margin-left: 4%;
    }

    .product .pr2 .infor .line {
        width: 64px;
        height: 3px;
        background: #78B64C;
    }

    .product .pr2 .infor .title1 {
        font-size: 30px;
        /* font-family: PingFangSC-Regular, PingFang SC; */
        font-weight: 400;
        color: #004FA3;
        line-height: 53px;
        margin-top: 15px;
    }

    .product .pr2 .infor .intro1 {
        font-size: 14px;
        /* font-family: PingFangSC-Light, PingFang SC; */
        font-weight: 300;
        color: #333333;
        line-height: 24px;
        margin-top: 12px;
    }

    .product .pr2 .infor .title2 {
        font-size: 18px;
        /* font-family: PingFangSC-Semibold, PingFang SC; */
        font-weight: 600;
        color: #333333;
        line-height: 25px;
        margin-top: 12px;
    }

    .product .pr2 .infor .intro2 {
        margin-top: 12px;
        margin-left: 30px;
    }

    .product .pr2 .infor .intro2 .block {
        font-size: 14px;
        /* font-family: PingFangSC-Light, PingFang SC; */
        font-weight: 300;
        color: #333333;
        line-height: 24px;
        /*letter-spacing: 2px;*/
        position: relative;
        margin-top: 14px;
    }

    .product .pr2 .infor .intro2 .block .lv {
        width: 12px;
        height: 12px;
        background: #78B64C;
        border-radius: 2px;
        position: absolute;
        left: -30px;
        top: 7px;
        transform: rotate(45deg);
    }


    /* 板块3 */
    .pr3 {
        margin-top: 80px;
    }

    .pr3 #ul {
        height: 40px;
        border-bottom-color: #979797;
    }

    .pr3 #ul .layui-this:after {
        height: 41px;
    }

    .pr3 .canshu p {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 20px;
        text-align: center;
        /* font-family: PingFangSC-Semibold, PingFang SC; */
        font-weight: 600;
        color: #333333;
        line-height: 28px;
    }

    .pr3 .layui-table td,
    .layui-table th {
        text-align: center;
        border-color: #dbdbdb;
    }

    .pr3 table thead tr th {
        text-align: center;
    }

    .pr3 table tbody {
        background: #F6F6F6;
    }

    .pr3 .canshu table thead tr {
        background: #004FA3;
        font-size: 20px;
        /* font-family: PingFangSC-Semibold, PingFang SC; */
        font-weight: 600;
        color: #FFFFFF;
        line-height: 28px;
    }

    .pr3 .yuanli {
        margin-top: 50px;
        width: 70%;
    }

    .pr3 .yuanli img {
        width: 100%;
    }

    .pr3 .yuanli2 {
        margin-top: 50px;
        font-size: 14px;
        /* font-family: PingFangSC-Light, PingFang SC; */
        font-weight: 300;
        color: #000000;
        line-height: 20px;
    }

    .pr3 .youdian {
        width: 100%;
        margin-left: 30px;
        margin-top: 20px;
    }

    .pr3 .youdian .block {
        font-size: 14px;
        /* font-family: PingFangSC-Light, PingFang SC; */
        font-weight: 300;
        color: #000000;
        line-height: 30px;
        position: relative;
    }

    .pr3 .youdian .block .lv {
        width: 4px;
        height: 4px;
        background: #78B64C;
        position: absolute;
        left: -15px;
        top: 12px;
    }

    .footer {
        margin-top: 150px;
    }
}






/* 移动端 */
@media screen and (max-width:1200px) {

    #header {
        background: #FFFFFF;
    }

    .ding {
        width: 100%;
        position: fixed;
        left: 0;
        top: 53px;
        /* z-index: 999; */
    }

    .ding img {
        width: 100%;
    }

    .product {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .product .pr1 {
        width: 100%;
        position: relative;
        top: 60px;
    }

    .product .pr1 img {
        width: 100%;
    }

    .product .pr1 p {
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 42%;
        font-size: 20px;
        /* font-family: PingFangSC-Semibold, PingFang SC; */
        color: #FFFFFF;
        font-weight: 600;
        /* line-height: 112px; */
        letter-spacing: 2px;
    }

    .product .pr1 span {
        font-size: 12px;
        /* font-family: PingFangSC-Semibold, PingFang SC; */
        font-weight: 600;
        color: #FFFFFF;
        line-height: 40px;
        /* letter-spacing: 0.5px; */
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 70%;
    }

    .product .juzhong {
        width: 95%;
        margin: 0 auto;
        margin-top: 100px;
    }

    .product .juzhong .pr2 {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        /* overflow: hidden; */
    }

    .product .pr2 .pro {
        width: 100%;
        position: relative;
    }

    .product .pr2 .pro img {
        width: 100%;
        margin-top: 6%;
    }

    .product .pr2 .infor {
        width: 98%;
    }

    .product .pr2 .infor .line {
        width: 55px;
        height: 2px;
        background: #78B64C;
    }

    .product .pr2 .infor .title1 {
        font-size: 20px;
        /* font-family: PingFangSC-Regular, PingFang SC; */
        font-weight: 400;
        color: #004FA3;
        line-height: 40px;
    }

    .product .pr2 .infor .intro1 {
        font-size: 14px;
        /* font-family: PingFangSC-Light, PingFang SC; */
        font-weight: 300;
        color: #333333;
        line-height: 24px;
        width: 99%;
        text-align: justify;
    }

    .product .pr2 .infor .title2 {
        font-size: 18px;
        /* font-family: PingFangSC-Semibold, PingFang SC; */
        font-weight: 600;
        color: #333333;
        line-height: 25px;
        margin-top: 12px;
    }

    .product .pr2 .infor .intro2 {
        margin-top: 12px;
        margin-left: 33px;
        width: 90%;
        text-align: justify;
    }

    .product .pr2 .infor .intro2 .block {
        font-size: 14px;
        /* font-family: PingFangSC-Light, PingFang SC; */
        font-weight: 300;
        color: #333333;
        line-height: 24px;
        /*letter-spacing: 2px;*/
        position: relative;
        margin-top: 14px;
    }

    .product .pr2 .infor .intro2 .block .lv {
        width: 12px;
        height: 12px;
        background: #78B64C;
        border-radius: 2px;
        position: absolute;
        left: -30px;
        top: 7px;
        transform: rotate(45deg);
    }


    /* 板块3 */
    .pr3 {
        margin-top: 80px;
    }

    .pr3 #ul {
        height: 40px;
        border-bottom-color: #979797;
    }

    .pr3 #ul .layui-this:after {
        height: 41px;
    }

    .pr3 .canshu p {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 20px;
        text-align: center;
        /* font-family: PingFangSC-Semibold, PingFang SC; */
        font-weight: 600;
        color: #333333;
        line-height: 28px;
    }

    .pr3 .layui-table td,
    .layui-table th {
        text-align: center;
        border-color: #dbdbdb;
    }

    .pr3 table thead tr th {
        text-align: center;
    }

    .pr3 table tbody {
        background: #F6F6F6;
    }

    .pr3 .canshu table thead tr {
        background: #004FA3;
        font-size: 20px;
        /* font-family: PingFangSC-Semibold, PingFang SC; */
        font-weight: 600;
        color: #FFFFFF;
        line-height: 28px;
    }

    .pr3 .yuanli {
        margin-top: 30px;
        width: 100%;
    }

    .pr3 .yuanli img {
        width: 100%;
    }

    .pr3 .yuanli2 {
        margin-top: 50px;
        font-size: 14px;
        /* font-family: PingFangSC-Light, PingFang SC; */
        font-weight: 300;
        color: #000000;
        line-height: 26px;
    }

    .pr3 .youdian {
        width: 100%;
        margin-left: 30px;
        margin-top: 20px;
    }

    .pr3 .youdian .block {
        width: 85%;
        font-size: 14px;
        /* font-family: PingFangSC-Light, PingFang SC; */
        font-weight: 300;
        color: #000000;
        line-height: 26px;
        position: relative;
        text-align: justify;
        margin-top: 10px;
    }

    .pr3 .youdian .block .lv {
        width: 4px;
        height: 4px;
        background: #78B64C;
        position: absolute;
        left: -15px;
        top: 12px;
    }

    .footer {
        margin-top: 100px;
    }
}