.cpdz1 {
    background: url(../img/cpdz1_bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.cpdz1>.cpdz1_bg {
    background: url(../img/cpdz1_light.png) no-repeat center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    animation-name: fanchu;
    animation-duration: 1.5s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    z-index: 1;
}

.cpdz1>.cpdz1_lf {
    position: absolute;
    z-index: 10;
    width: 25%;
    left: 27%;
    top: 37%;
    height: auto;
}

.cpdz1>.cpdz1_lf>h3 {
    color: #333;
    font-size: 0.5rem;
    margin-bottom: 5%;
}

.cpdz1>.cpdz1_lf>p {
    font-size: 16px;
    color: #333;
    line-height: 2vw;
}

/* *****************************cpdz2********************** */
.cpdz2 {
    margin-top: 5%;
    position: relative;
    overflow: hidden;
}

.cpdz2>h3 {
    font-size: 0.6rem;
    color: #333;
    text-align: center;
}

.cpdz2>p {
    font-size: 0.24rem;
    text-align: center;
    color: #777;
    margin: 1% 0 3% 0;
}

.cpdz2>div {
    width: 100%;
    height: 84%;
    background: url(../img/cpdz2_bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

.cpdz2>div>span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../img/cpdz2_light.png) no-repeat center center;
    background-size: cover;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
    opacity: 0;
}

.cpdz2.active>div>span {
    animation-name: fanchu;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.cpdz2>div>.cpdz2_lf {
    position: absolute;
    top: 30%;
    left: 9%;
    width: 40%;
    height: 70%;
    color: #fff;
    z-index: 10;
}

.cpdz2>div>.cpdz2_lf>h3 {
    font-size: 0.36rem;
}

.cpdz2>div>.cpdz2_lf>p {
    font-size: 0.16rem;
    margin: 3% 0 15% 0;
}

.cpdz2>div>.cpdz2_lf>ul {
    width: 100%;
    height: 30%;
    margin-top: 2%;
}

.cpdz2>div>.cpdz2_lf>ul>li {
    width: 10%;
    float: left;
    margin-right: 4%;
}

.cpdz2>div>.cpdz2_lf>ul>li>span {
    display: block;
    width: 100%;
    height: 80%;
}

.cpdz2>div>.cpdz2_lf>ul>li>span>img {
    width: 100%;
}

.cpdz2>div>.cpdz2_lf>ul>li>p {
    font-size: 0.16rem;
    text-align: center;
}

.cpdz2>div>img {
    position: absolute;
    width: 38%;
    height: 37%;
    top: 33%;
    right: 11.5%;
    z-index: 10;
}

/* *****************************cpdz3********************** */
.cpdz3 {
    padding-top: 5%;
    background: #E3E9ED;
    position: relative;
}

.cpdz3>h3 {
    font-size: 0.48rem;
    text-align: center;
    color: #333;
    margin-bottom: 3%;
}

.cpdz3>div {
    width: 100%;
    height: 75%;
    position: relative;
}

.cpdz3>div>div {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}
.cpdz3>div>div.active{
    opacity: 1;
    z-index: 10;
}
.cpdz3>div>div>ul {
    width: 100%;
    height: 48%;
    margin-bottom: 10px;
    
}

.cpdz3>div>div>ul>li {
    height: 100%;
    float: left;
    width: 19%;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    overflow: hidden;
}

.cpdz3>div>div>ul>li:first-child {
    width: 10%;
    height: 100%;
}

.cpdz3>div>div>ul>li:last-child {
    width: 11%;
    margin: 0;
}

.cpdz3>div>div>ul>li>img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.cpdz3>div>div>ul>li:first-child>img {
    width: 220%;
    transform: translateX(-55%);
    -webkit-transform: translateX(-55%);
    -moz-transform: translateX(-55%);
    -ms-transform: translateX(-55%);
    -o-transform: translateX(-55%);
    opacity: 0.5;
}

.cpdz3>div>div>ul>li:last-child>img {
    width: 220%;
}

.cpdz3>div>div>ul>li:hover>img {
    transform: scale(1.2);
    -webkit-transform: ;
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.cpdz3>div>div>ul>li:hover:first-child>img {
    width: 220%;
    transform: translateX(-55%) scale(1.2);
    -webkit-transform: translateX(-55%) scale(1.2);
    -moz-transform: translateX(-55%) scale(1.2);
    -ms-transform: translateX(-55%) scale(1.2);
    -o-transform: translateX(-55%) scale(1.2);
}

.cpdz3>div>div>ul>li>p {
    position: absolute;
    z-index: 10;
    font-size: 0.24rem;
    color: #333;
    text-align: center;
    width: 100%;
    bottom: 10%;
}

.cpdz3>ul {
    position: absolute;
    bottom: 3%;
    right: 48.1%;
    width: 150px;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.cpdz3>ul>li {
    width: 50px;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
}

.cpdz3>ul>li:first-child {
    background: url(../img/left.png) no-repeat #B5B8BD center;
}

.cpdz3>ul>li:last-child {
    background: url(../img/left.png) no-repeat #B5B8BD 40% 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.cpdz3>ul>li:hover {
    background-color: #F06E1B;
}
/* *****************************cpdz4********************** */
.cpdz4 {
    padding-top: 5%;
    background: url(../img/cpdz4_bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.cpdz4>h3 {
    font-size: 0.36rem;
    color: #fff;
    text-align: center;
}

.cpdz4>p {
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    margin-top: 2%;
}

.cpdz4>.cpdz4_mid {
    width: 70%;
    position: relative;
    margin: 0 auto;
    height: 80%;
}

.cpdz4>.cpdz4_mid>img {
    position: absolute;
    transition: 2.5s;
    -webkit-transition: 2.5s;
    -moz-transition: 2.5s;
    -ms-transition: 2.5s;
    -o-transition: 2.5s;
    transition-delay: 1.5s;
}

.cpdz4>.cpdz4_mid>img:nth-child(1) {
    top: 7%;
    right: 0%;
    width: 19%;
    height: 24%;
    z-index: 10;

}

.active>.cpdz4_mid>img:nth-child(1) {
    right: 39.4%;
}

.cpdz4>.cpdz4_mid>img:nth-child(2) {
    top: 12%;
    left: 0%;
    width: 13.5%;
    height: 19%;
    z-index: 15;
}

.active>.cpdz4_mid>img:nth-child(2) {
    left: 44%;
}

.cpdz4>.cpdz4_mid>img:nth-child(3) {
    top: 36.5%;
    left: 10%;
    width: 13%;
    height: 18%;
    z-index: 15;
}

.active>.cpdz4_mid>img:nth-child(3) {
    left: 44.4%;
}

.cpdz4>.cpdz4_mid>img:nth-child(4) {
    top: 25%;
    left: 37%;
    width: 29%;
    height: 50%;
    z-index: 5;
}

.active>.cpdz4_mid>img:nth-child(4) {}

.cpdz4>.cpdz4_mid>img:nth-child(5) {
    bottom: 7%;
    right: 10%;
    width: 21%;
    height: 24%;
    z-index: 1;
}

.active>.cpdz4_mid>img:nth-child(5) {
    right: 38%;
}

/* *****************************cpdz5********************** */
.cpdz5 {
    padding-top: 5%;
    overflow: hidden;
    position: relative;
    background: url(../img/cpdz5_bg.png) no-repeat 41% 20%;
    background-size: 100% 72%;
    background-position: 0% 100%;
}

.cpdz5>h3 {
    text-align: center;
    font-size: 0.6rem;
    color: #333;
}

.cpdz5>b {
    font-size: 0.24rem;
    text-align: center;
    width: 100%;
    display: block;
    color: #777;
    margin: 1% 0 4% 0;
}

.cpdz5>h4 {
    font-size: 0.36rem;
    color: #333;
    text-align: center;
}

.cpdz5>p {
    font-size: 0.16rem;
    text-align: center;
    color: #777;
    margin: 0.5% 0 3% 0;
}

.cpdz5>div {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    height: 58.6%;
    position: absolute;
    bottom: 0%;
    left: 10%;
}

.cpdz5>div>ul {
    width: 280%;
    height: 60%;
    padding-top: 2%;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}

.cpdz5>div>ul>li {
    width: 10%;
    float: left;
    height: 90%;
    position: relative;
    margin-right: 2.5%;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}

.cpdz5>div>ul>li.on {
    transform: scale(1.2);
}

.cpdz5>div>ul>li>img {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}

.cpdz5>div>ul>li>img:nth-child(2) {
    opacity: 1;
}

.cpdz5>div>ul>li.on>img:nth-child(2) {
    opacity: 0;
}

.cpdz5>div>div {
    height: 32%;
    width: 23%;
    margin: 0 auto;
    background: url(../img/cpdz5_ico2.png) no-repeat center center;
    background-size: contain;
    margin-top: 3%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    position: absolute;
    bottom: -3%;
    left: 38%;
}

.cpdz5>div>div>ul {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cpdz5>div>div>ul>li {
    width: 11%;
    height: 30%;
    position: absolute;
    cursor: pointer;
}

.cpdz5>div>div>ul>li:nth-child(1) {
    bottom: 5%;
    left: 5%;
}

.cpdz5>div>div>ul>li:nth-child(2) {
    bottom: 35%;
    left: 13%;
}

.cpdz5>div>div>ul>li:nth-child(3) {
    bottom: 50%;
    left: 24%;
}

.cpdz5>div>div>ul>li:nth-child(4) {
    bottom: 60%;
    left: 37%;
}

.cpdz5>div>div>ul>li:nth-child(5) {
    bottom: 60%;
    right: 38%;
}

.cpdz5>div>div>ul>li:nth-child(6) {
    bottom: 50%;
    right: 25%;
}

.cpdz5>div>div>ul>li:nth-child(7) {
    bottom: 35%;
    right: 13%;
}

.cpdz5>div>div>ul>li:nth-child(8) {
    bottom: 5%;
    right: 5%;
}

/* *****************************cpdz6********************** */
.cpdz6 {
    background: url(../img/cpdz6_bg.png) no-repeat center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.cpdz6>.cpdz6_lf {
    width: 50%;
    position: absolute;
    top: 40%;
    left: 10%;
    color: #fff;
}

.cpdz6>.cpdz6_lf>h3 {
    font-size: 0.36rem;
    margin-bottom: 10%;
}

.cpdz6>.cpdz6_lf>p {
    font-size: 0.16rem;
}

.cpdz6>.cpdz6_lf>p>b {
    font-size: 0.48rem;
    background-color: #F06E1B;
    padding: 1% 1.5%;
    margin: 0 1%;
}

/* *****************************cpdz7********************** */
.cpdz7 {
    padding-top: 5%;
    background-color: #E3E9ED;
}

.cpdz7>h3 {
    font-size: 0.36rem;
    text-align: center;
    color: #333;
    margin-bottom: 3%;
}

.cpdz7>ul {
    width: 85%;
    margin: 0 auto;
    height: 85%;
}

.cpdz7>ul>li {
    width: 30%;
    float: left;
    margin-right: 4%;
    height: 49%;
}

.cpdz7>ul>li:nth-child(3),
.cpdz7>ul>li:last-child {
    margin: 0;
}

.cpdz7>ul>li>span {
    width: 100%;
    display: block;
    height: 80%;
    overflow: hidden;
}

.cpdz7>ul>li>span>img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}

.cpdz7>ul>li:hover>span>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.cpdz7>ul>li>p {
    font-size: 0.24rem;
    text-align: center;
    margin-top: 4%;
}

/* *****************************cpdz8********************** */
.cpdz8 {
    padding-top: 5%;
}

.cpdz8>h3 {
    font-size: 0.6rem;
    text-align: center;
}

.cpdz8>p {
    font-size: 0.24rem;
    color: #777;
    text-align: center;
    margin: 1% 0 4% 0;
}

.cpdz8>ul {
    width: 85%;
    margin: 0 auto;
    height: 68%;
}

.cpdz8>ul>li {
    width: 49%;
    float: left;
    margin-right: 1%;
    position: relative;
    height: 100%;
}

.cpdz8>ul>li>img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cpdz8>ul>li>p {
    font-size: 0.24rem;
    color: #fff;
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.cpdz8>ul>li:last-child {
    margin: 0;
}

/* *****************************cpdz9********************** */
.cpdz9 {
    padding-top: 5%;
}

.cpdz9>h3 {
    font-size: 0.48rem;
    color: #333;
    text-align: center;
}

.cpdz9>ul {
    width: 85%;
    margin: 3% auto 0 auto;
    height: 75%;
    background: url(../img/cpdz8_bg.png) no-repeat center center;
    background-size: contain;
    position: relative;
}

.cpdz9>ul>li {
    /* width: 30%;
    float: left;
    height: 100%; */
    width: 29%;
    float: left;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 42.5%;
    display: none;
}

.cpdz9>ul>li:first-child {
    /* width: 42%;
    height: 100%;
    padding: 6% 11% 6% 9%;
    float: left; */
    width: 21%;
    height: 44%;
    position: absolute;
    float: left;
    top: 31%;
    left: 10%;
}

.cpdz9>ul>li:last-child {
    /* width: 28%;
    padding: 6% 9% 6% 10%; */
    width: 10%;
    height: 72%;
    padding-top: 6%;
    position: absolute;
    left: 81%;

}

.cpdz9>ul>li>div {
    /* width: 45%;
    height: 100%;
    padding-top: 6%;
    float: left;
    margin-right: 10%; */
    top: 0;
    width: 45%;
    height: 100%;
    padding-top: 6%;
    float: left;
    margin-right: 10%;
}

.cpdz9>ul>li>div>span {
    display: block;
    width: 25%;
    height: 40%;
    margin: 0 auto;
}

.cpdz9>ul>li>div>span>img {
    width: 100%;
    display: block;
}

.cpdz9>ul>li>div>p {
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
}

.cpdz9>ul>li>div>b {
    display: none;
}

.cpdz9>ul>li>div:last-child {
    margin: 0;
}

.cpdz9>ul>li:nth-child(2)>ul {
    width: 100%;
    height: 30%;
    margin-bottom: 30%;
}

.cpdz9>ul>li:nth-child(2)>ul>li {
    width: 21.5%;
    height: 100%;
    padding: 5%;
    float: left;
    margin-right: 3.5%;
}

.cpdz9>ul>li:nth-child(2)>ul>li>p {
    font-size: 0.24rem;
    text-align: center;
    color: #fff;
}

.cpdz9>ul>li:nth-child(2)>ul:last-child {
    margin: 0;
}

.cpdz9>ul>li:last-child>div {
    width: 100%;
    padding-top: 20%;
}

/* *****************************cpdz10********************** */
.cpdz10 {
    position: relative;
}

.cpdz10>ul {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    padding: 5% 0% 0 7%;
    opacity: 0;
    z-index: 1;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.cpdz10>ul>li {
    width: 32%;
    float: left;
    height: 100%;
    padding-right: 3%;
}

.cpdz10>ul>li>div {
    height: 46%;
    margin-bottom: 8%;
}

.cpdz10>ul>li>div:last-child {
    margin: 0;
}

.cpdz10>ul>li>div>span {
    display: block;
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.cpdz10>ul>li>div>span>img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1.5s;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -ms-transition: 1.5s;
    -o-transition: 1.5s;
}

.cpdz10>ul>li>div:hover>span>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.cpdz10>ul>li>div>p {
    font-size: 0.16rem;
    text-align: center;
    color: #333;
    margin-top: 3%;
}

.cpdz10>ul>li>h3 {
    font-size: 0.6rem;
    text-align: center;
}

.cpdz10>ul>li>p {
    font-size: 0.24rem;
    color: #777;
    text-align: center;
    margin-bottom: 20%;
}

.cpdz10>ul.on {
    opacity: 1;
    z-index: 10;
}

.cpdz10>div {
    width: 150px;
    height: 50px;
    position: absolute;
    bottom: 13%;
    left: 47%;
    display: flex;
    justify-content: space-between;
    z-index: 15;
}

.cpdz10>div>span {
    width: 50px;
    height: 100%;
    display: block;
    border-radius: 50%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    cursor: pointer;
}

.cpdz10>div>span:first-child {
    background: url(../img/left.png) no-repeat #B5B8BD center;
}

.cpdz10>div>span:last-child {
    background: url(../img/left.png) no-repeat #B5B8BD 40% 50%;
    transform: rotate(180deg);
}

.cpdz10>div>span:hover {
    background-color: #F06E1B;
}

.top_8>h2 {
    margin-top: 0%;
}

.top_8>ul {
    display: flex;
}

@media screen and (max-width:1680px) {
    .cpdz9>ul>li:first-child {
        /* width: 41%;
        height: 96%;
        padding: 7% 13% 6% 3%;
        float: left; */
    }

    .cpdz9>ul>li {
        width: 32%;
        float: left;
        height: 100%;
    }

    .cpdz9>ul>li:nth-child(2)>ul>li:nth-child(3),
    .cpdz9>ul>li:nth-child(2)>ul>li:nth-child(4) {
        padding: 5% 0% 5% 8%;
    }

    .cpdz9>ul>li:last-child {
        /* width: 27%;
        padding: 7% 4% 7% 13%; */
    }

    .cpdz5>div {
        height: 63.6%;
    }

    .cpdz5>div>div {
        width: 31.4%;
    }

    .cpdz3>div>ul>li {
        width: 18%;
    }

    .cpdz3 {
        padding-left: 4%;
    }

    .cpdz2>div {
        height: 85%;
    }
}

@media screen and (max-width:1600px) {
    .cpdz5>div>div {
        width: 26.4%;
        height: 34%;
    }

    .cpdz9>ul>li:first-child {
        /* width: 42.5%;
    height: 100%;
    padding: 6% 11% 6% 10%;
    float: left; */
        left: 10.5%;
    }

    .cpdz9>ul>li:last-child {
        /* width: 24%;
        padding: 6% 4% 6% 11%; */
        left: 80%;
    }

    .cpdz9>ul>li {
        width: 27%;
    }

    .cpdz5>div>div {
        width: 23%;
        height: 30%;
        margin-top: 0.4%;
    }
}

@media screen and (max-width:1440px) {
    .cpdz2>div {
        height: 84.5%;
    }

    .cpdz3>div>ul>li {
        width: 18.5%;
    }

    .cpdz5>div>div {
        width: 25.4%;
        height: 30%;
        margin-top: 2.8%;
    }

    .cpdz9>ul {
        width: 93%;
    }

    .cpdz9>ul>li:first-child {
        /* width: 42.5%;
        padding: 6% 12% 6% 9%; */
        left: 9%;
    }

    .cpdz9>ul>li:nth-child(2)>ul {
        margin-bottom: 33%;
    }

    .cpdz9>ul>li:last-child {
        /* width: 26%;
        padding: 6% 4% 6% 12%; */
        left: 81.5%;
    }

    .cpdz9>ul>li {
        width: 28%;
    }
}

@media screen and (max-width:1600px) and (max-height:850px) {
    .cpdz5>div>div {
        width: 26%;
        height: 30%;
        margin-top: 3.4%;
    }
}

@media screen and (max-width:1440px) and (max-height:850px) {
    .cpdz5>div {
        height: 66.6%;
    }
    .cpdz3>div>div>ul>li {
        width: 18%;
    }
    .cpdz5>b {
        margin: 1% 0 6% 0;
    }
    .cpdz3>ul {
        right: 43.1%;
    }
    .cpdz5>div>ul {
        width: 280%;
        height: 50%;
        margin-top: 10%;
    }
    .cpdz3>div {
        height: 60%;
    }

    .cpdz3 {
        padding-top: 7%;
        background: #E3E9ED;
    }

    .cpdz3>h3 {
        margin-bottom: 7%;
    }

    .cpdz3>div {
        height: 65%;
    }

    .cpdz5>div>div {
        width: 30%;
        height: 30%;
        margin-top: 4.8%;
    }

    .cpdz2>div {
        height: 86.5%;
    }

    .cpdz2>div>img {
        top: 29%;
        right: 10.5%;
    }

    .cpdz5 {
        background-size: 100% 76%;
    }
}

@media screen and (max-width:1440px) and (max-height:850px) {
    .cpdz5>div>div {
        width: 29%;
        height: 30%;
        margin-top: 3.4%;
    }
}

@media screen and (max-width:1440px) and (max-height:780px) {
    .cpdz5>div>div {
        width: 28%;
        height: 30%;
        margin-top: 2%;
    }
}

/* @media screen and (max-width: 1280px) and (max-height: 850px){
    .cpdz5>div {
        height: 67%;
    }
} */


@media screen and (max-width:1440px) and (max-height:757px) {
    .cpdz5>div>div {
        width: 23.4%;
        height: 26%;
        margin-top: 3.2%;
    }
}

@media screen and (max-width:1440px) and (max-height:720px) {
    .cpdz5>div>div {
        width: 23.4%;
        height: 28%;
        margin-top: 0.5%;
    }
}

@media screen and (max-width:1440px) and (max-height:661px) {
    .cpdz5>div>div {
        width: 15.4%;
        height: 20%;
        margin-top: 1.1%;
    }
}

@media screen and (max-width: 1280px) and (max-height: 800px) {
    .cpdz5>div {
        height: 67.9%;
    }

    .cpdz5>div>div {
        width: 32.8%;
        height: 30%;
        margin-top: 5.5%;
    }
}

@media screen and (max-width: 1280px) and (max-height: 790px) {
    .cpdz5>div>div {
        width: 32.5%;
        height: 30%;
        margin-top: 5.5%;
    }
}

@media screen and (max-width: 1280px) and (max-height: 780px) {
    .cpdz5>div>div {
        width: 31.5%;
        height: 30%;
        margin-top: 5.5%;
    }


}

@media screen and (max-width: 1280px) and (max-height: 770px) {
    .cpdz5>div>div {
        height: 26%;
        width: 26.5%;
        margin-top: 7%;
    }

    .cpdz5>div {
        height: 66.6%;
    }
}

@media screen and (max-width: 1280px) and (max-height: 760px) {
    .cpdz5>div>div {
        height: 26%;
        margin-top: 6.5%;
        width: 26.4%;
    }
}

@media screen and (max-width:1280px) and (max-height:750px) {
    .cpdz5>div>div {
        width: 26.4%;
        height: 26.5%;
        margin-top: 6.2%;
    }
}

@media screen and (max-width:1280px) and (max-height:740px) {
    .cpdz9>ul>li:first-child {
        /* width: 42.5%;
        padding: 6% 12% 6% 9%; */
    }

    .cpdz9>ul {
        width: 85%;
    }

    .cpdz3 {
        padding-left: 3%;
    }

    .cpdz5>div>div {
        height: 25%;
        width: 24.4%;
        margin-top: 6.5%;
    }
}

@media screen and (max-width:1280px) and (max-height:730px) {
    .cpdz5>div>div {
        height: 25%;
        width: 24.4%;
        margin-top: 6%;
    }
}

@media screen and (max-width:1280px) and (max-height:720px) {
    .cpdz5>div>div {
        height: 25.5%;
        width: 24.4%;
        margin-top: 5.5%;
    }
}

@media screen and (max-width:1280px) and (max-height:710px) {
    .cpdz5>div>div {
        height: 25%;
        width: 23.4%;
        margin-top: 5%;
    }
}

@media screen and (max-width:1280px) and (max-height:700px) {
    .cpdz5>div>div {
        height: 26%;
        width: 24%;
        margin-top: 3.8%;
    }
}

@media screen and (max-width:1280px) and (max-height:690px) {
    .cpdz5>div>div {
        height: 27%;
        width: 24.3%;
        margin-top: 3%;
    }
}

@media screen and (max-width:1280px) and (max-height:670px) {
    .cpdz5>div>div {
        height: 27.5%;
        width: 24.3%;
        margin-top: 2.5%;
    }
}

@media screen and (max-width:1280px) and (max-height:660px) {
    .cpdz5>div>div {
        height: 27.5%;
        width: 24%;
        margin-top: 1.8%;
    }
}

@media screen and (max-width:1280px) and (max-height:650px) {
    .cpdz5>div>div {
        height: 28%;
        width: 24%;
        margin-top: 1.2%;
    }
}

@media screen and (max-width:1280px) and (max-height:600px) {
    .cpdz5>div>div {
        height: 23%;
        margin-top: 1.2%;
        width: 17%;
    }

    .cpdz9>ul>li:first-child {
        /* width: 43%;
        padding: 6% 11% 6% 13%; */
        left: 12%;
    }

    .cpdz9>ul>li {
        width: 26%;
    }

    .cpdz9>ul>li:nth-child(2)>ul {
        margin-bottom: 30%;
    }

    .cpdz9>ul>li:nth-child(2)>ul>li:nth-child(3),
    .cpdz9>ul>li:nth-child(2)>ul>li:nth-child(4) {
        padding: 5% 0% 0% 7%;
    }

    .cpdz9>ul>li:last-child {
        /* width: 26%;
        padding: 6% 8% 6% 10%; */
        left: 78.3%;
    }

    .cpdz10>div>span {
        width: 35px;
    }

    .cpdz10>div {
        height: 35px;
    }

    .top_9>.center>div {
        top: 15%;
    }
}

@media screen and (max-width:1024px) {
    .cpdz2>div {
        height: 85.5%;
    }

    .cpdz5>div>div {
        width: 39.4%;
    }

    .cpdz5>div {
        height: 69.6%;
    }

    .cpdz5>div>div {
        width: 46.4%;
        margin-top: 2%;
    }

    .cpdz9>ul>li:first-child {
        /* width: 41%;
        padding: 8% 13% 7% 3%; */
    }

    .cpdz9>ul>li {
        width: 34%;
    }

    .cpdz9>ul>li:last-child {
        /* width: 25%;
        padding: 7% 2% 6% 12%; */
    }

    .cpdz10>div {
        left: 45%;
    }

}

@media screen and (max-width:768px) {
    .cpdz3>div>ul>li {
        width: 18%;
    }
}

@media screen and (max-width:450px) {
    .cpdz1>.cpdz1_lf {
        width: 80%;
        left: 10%;
        top: 10%;
    }

    .cpdz1>.cpdz1_lf>h3,
    .cpdz2>h3,
    .cpdz2>div>.cpdz2_lf>h3,
    .cpdz3>h3,
    .cpdz4>h3,
    .cpdz5>h3,
    .cpdz6>.cpdz6_lf>h3,
    .cpdz6>.cpdz6_lf>p>b,
    .cpdz7>h3,
    .cpdz8>h3,
    .cpdz9>h3,
    .cpdz10>ul>li>h3,
    .cpdz5>h4 {
        font-size: 1rem;
    }

    .cpdz1>.cpdz1_lf>p,
    .cpdz2>p,
    .cpdz2>div>.cpdz2_lf>p,
    .cpdz5>b,
    .cpdz5>p,
    .cpdz6>.cpdz6_lf>p,
    .cpdz7>ul>li>p,
    .cpdz8>p,
    .cpdz8>ul>li>p,
    .cpdz9>ul>li>div>p,
    .cpdz10>ul>li>div>p {
        font-size: 0.7rem;
        line-height: 5vw;
    }

    .cpdz2>div>.cpdz2_lf>ul>li>p {
        font-size: 13px;
    }

    .cpdz2>div>.cpdz2_lf {
        top: 10%;
        left: 10%;
        width: 80%;
        height: 50%;
    }

    .cpdz2>div>img {
        width: 64%;
        height: 15%;
        top: 48%;
        right: 13.5%;
    }

    .cpdz2>div {
        height: 93.5%;
    }

    .cpdz3>div {
        height: 85%;
        padding-left: 1.5%;
    }

    .cpdz3>div>div {
        height: 95%;
    }
    
    .cpdz3>div>div>ul>li:first-child,
    .cpdz3>div>div>ul>li:last-child {
        display: none;
    }
    .cpdz3>ul {
        right: 26%;
    }
    .cpdz3>div>div>ul>li {
        width: 46%;
        margin-bottom: 3%;
        height: 48%;
    }
    .cpdz3 {
        overflow: hidden;
    }
    .cpdz3>div>div>ul>li>p {
        font-size: 14px;
    }

    .cpdz4>.cpdz4_mid {
        width: 132%;
        position: relative;
        margin: 0 auto;
        height: 43%;
        left: -18%;
        top: 12%;
    }

    .cpdz4>h3 {
        margin-top: 33%;
    }

    .cpdz4>p {
        width: 80%;
        margin: 0 auto;
        font-size: 0.7rem;
        margin-top: 5%;
    }

    .cpdz5>div {
        height: 76.4%;
    }
    .cpdz5 {
        background-size: 100% 83%;
    }
    .cpdz5>div>ul {
        height: 25%;
        margin-top: 20%;
    }
    .cpdz5>div>div{
        left: 0%;
    }
    .cpdz5>div>div {
        margin-top: 22%;
        width: 295px;
        height: 130px;
    }

    .cpdz6>.cpdz6_lf {
        width: 65%;
        top: 10%;
    }

    .cpdz6>.cpdz6_lf>p {
        line-height: 8vw;
    }

    .cpdz7>ul>li {
        width: 46%;
        margin-right: 4%;
        height: 33%;
    }

    .cpdz7>ul>li:nth-child(3) {
        margin-right: 4%;
    }

    .cpdz8>ul>li {
        width: 100%;
        margin-right: 1%;
        margin-bottom: 10%;
        height: 48%;
    }

    .cpdz9>ul {
        width: 90%;
        margin-left: 10%;
        overflow: auto;
        background: none;
    }
    .cpdz9>ul>li:first-child {
        height: 61%;
        display: block;
        width: 200%;
        background: url(../img/cpdz8_bg.png) no-repeat center center;
        background-size: contain;
        position: relative;
    }
    .cpdz9>ul>li:first-child>div{
        display: none;
    }
    .cpdz9>ul>li>div>span {
        /* width: 40%;
        height: 20%;
        margin: 51% auto 10% auto; */
        width: 40%;
        height: 20%;
        margin: 21% auto 41% auto;
    }

    .cpdz9>ul>li {
        width: 34%;
        left: 41%;
    }

    .cpdz9>ul>li:nth-child(2)>ul {
        margin-bottom: 20%;
        margin-top: 20%;
    }

    .cpdz9>ul>li:nth-child(2)>ul>li:nth-child(3),
    .cpdz9>ul>li:nth-child(2)>ul>li:nth-child(4) {
        padding: 5% 2% 0 7%;
        margin-right: 3.5%;
    }

    .cpdz9>ul>li:last-child {
        /* width: 25%;
        padding: 7% 0% 6% 14%; */
        left: 89.3%;
        top: 16%;
        height: 25%;
    }

    .cpdz10>div {
        width: 100px;
        height: 35px;
        bottom: 10%;
        left: 39%;
    }

    .cpdz10>div>span {
        width: 35px;
    }
    .cpdz10>ul>li>div>span {
        height: 60%;
    }
    .cpdz10>ul>li>p{
        display: none;
    }
}
@media screen and (max-width:736px) and (max-height:815px) {
    .cpdz4>.cpdz4_mid{
        top: 17%;
    }
    .cpdz5 {
        background-size: 100% 86%;
    }
}
@media screen and (max-width:736px) and (max-height:670px){
    .cpdz4>.cpdz4_mid{
        top: 12%;
    }
    .cpdz5 {
        background-size: 100% 82%;
    }
}