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

.top_0>.top_1_lf {
    width: 40%;
    height: auto;
    position: absolute;
    top: 26%;
    left: 21%;
    line-height: 2.5vw;
}

.top_0>.top_1_lf>h3 {
    font-size: 0.5rem;
    color: #2b2e3d;
}

.top_0>.top_1_lf>b {
    font-size: 0.5rem;
    font-weight: 600;
    color: #2b2e3d;
    margin-bottom: 7%;
    display: inline-block;
}

.top_0>.top_1_lf>p {
    font-size: 0.16rem;
    line-height: 1.5vw;
    color: #333;
}

.top_0>.top_1_lf>ul {
    width: 100%;
    margin-top: 7%;
}

.top_0>.top_1_lf>ul>li {
    border-radius: 50%;
    background-color: #2E3142;
    overflow: hidden;
    height: 130px;
    width: 130px;
    margin-right: 8%;
    float: left;
    transition: 2.5s;
    -webkit-transition: 2.5s;
    -moz-transition: 2.5s;
    -ms-transition: 2.5s;
    -o-transition: 2.5s;
}

.top_0>.top_1_lf>ul>li:first-child {
    transform: translateY(450%);
    -webkit-transform: translateY(450%);
    -moz-transform: translateY(450%);
    -ms-transform: translateY(450%);
    -o-transform: translateY(450%);
}

.top_0>.top_1_lf>ul>li:last-child {
    transform: translateY(650%);
    -webkit-transform: translateY(650%);
    -moz-transform: translateY(650%);
    -ms-transform: translateY(650%);
    -o-transform: translateY(650%);
}

.active>.top_1_lf>ul>li:first-child {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.active>.top_1_lf>ul>li:last-child {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
}

.top_0>.top_1_lf>ul>li>span {
    display: block;
    width: 40%;
    height: 40%;
    margin: 20% auto 0% auto;
}

.top_0>.top_1_lf>ul>li>span>img {
    display: block;
    width: 100%;
}

.top_0>.top_1_lf>ul>li>p {
    font-size: 0.16rem;
    text-align: center;
    color: #fff;
    line-height: 1;
}

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

.top_1_rt {
    width: 60%;
    top: 25%;
    right: 5%;
}

/* .top_1_rt .navDiv button:first-child {
    left: 25%;
} */
.top_1>img:nth-child(1) {
    position: absolute;
    top: 32%;
    left: 46%;
    width: 9%;
    transition: 5s;
    -webkit-transition: 5s;
    -moz-transition: 5s;
    -ms-transition: 5s;
    -o-transition: 5s;
    transition-delay: 1s;
}

.active>img:nth-child(1) {
    top: 21%;
    left: 28%;
    width: 46%;
}

.top_1>.rt {
    position: absolute;
    top: 25%;
    right: 0%;
    width: 38%;
    z-index: 20;
}

.top_1>.rt>h3 {
    font-size: 0.5rem;
    color: #fff;
    margin-bottom: 9%;
    line-height: 2;
}

.top_1>.rt>h3>b {
    font-size: 0.5rem;
    color: #fff;
    background-color: #F16E1B;
    font-weight: 600;
    padding: 2% 4%;
    margin-left: 5%;
}

.top_1>.rt>p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 2vw;
}

.top_1>.rt>ul {
    width: 100%;
    margin-top: 15%;
}

.top_1>.rt>ul>li {
    overflow: hidden;
    height: 190px;
    width: 140px;
    margin-right: 8%;
    float: left;
    transition: 2.5s;
    -webkit-transition: 2.5s;
    -moz-transition: 2.5s;
    -ms-transition: 2.5s;
    -o-transition: 2.5s;
}

.top_1>.rt>ul>li>span {
    display: block;
    width: 100%;
    height: 72%;
    border-radius: 50%;
    border: 1px dashed #F16E1B;
}

.top_1>.rt>ul>li>span>img {
    display: block;
    width: 40%;
    margin: 30% auto;
}

.top_1>.rt>ul>li>p {
    font-size: 0.16rem;
    text-align: center;
    color: #fff;
    margin-top: 0%;
}

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

.top_2>.lf {
    width: 40%;
    position: absolute;
    top: 15%;
    left: 9%;
    z-index: 20;
}

.top_2>.lf>h3 {
    font-size: 0.5rem;
    color: #2b2e3d;
    margin-bottom: 15%;
}

.top_2>.lf>h3>b {
    font-size: 0.5rem;
    background-color: #2B2E3D;
    color: #F16E1B;
    font-weight: 600;
    padding: 1.5% 2.5%;
    margin-right: 2%;
}

.top_2>.lf>p {
    font-size: 0.16rem;
    color: #333;
    line-height: 2vw;
    width: 45%;
}

.top_2>.lf>ul {
    width: 100%;
    margin-top: 13%;
}

.top_2>.lf>ul>li {
    border-radius: 50%;
    overflow: hidden;
    height: 110px;
    border: 1px dashed #F16E1B;
    width: 110px;
    margin-right: 8%;
    float: left;
    transition: 2.5s;
    -webkit-transition: 2.5s;
    -moz-transition: 2.5s;
    -ms-transition: 2.5s;
    -o-transition: 2.5s;
}

.top_2>.lf>ul>li>span {
    display: block;
    width: 90%;
    height: 90%;
    background-color: #2E3142;
    margin: 5% auto;
    border-radius: 50%;
    position: relative;
}

.top_2>.lf>ul>li>span>img {
    display: block;
    width: 40%;
    position: absolute;
    top: 30%;
    left: 30%;
}

.top_2>.lf>ul>li>p {
    position: absolute;
    font-size: 0.16rem;
    color: #333;
    margin-left: 2%;
    margin-top: 1%;
    text-align: center;
}

.top_2>img:nth-child(2) {
    width: 45%;
    position: absolute;
    bottom: 31%;
    right: 27.5%;
    opacity: 0;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition-delay: 1s;
}

.top_2>img:nth-child(3) {
    width: 12%;
    position: absolute;
    bottom: 0;
    right: 26%;
}

.top_2>img:nth-child(4) {
    width: 4.6%;
    position: absolute;
    bottom: 38.5%;
    right: 28%;
    opacity: 0;
    transition: 2s;
    transition-delay: 1s;
}

.active>img:nth-child(2),
.active>img:nth-child(4) {
    opacity: 1;
}

.top_2 img {
    display: none;
}

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

.top_3>.rt {
    position: absolute;
    top: 8%;
    right: -5%;
    width: 50%;
    z-index: 20;
}

.top_3>.rt>h3 {
    font-size: 0.5rem;
    color: #2E3142;
    background-color: #F16E1B;
    font-weight: 600;
    width: 80%;
    padding: 2% 3%;
    margin-bottom: 5%;
}

.top_3>.rt>p {
    font-size: 0.16rem;
    color: #333;
    line-height: 2vw;
    width: 80%;
}

.top_3>.rt>ul {
    width: 85%;
    height: 20%;
    margin-top: 10%;
}

.top_3>.rt>ul>li {
    width: 35%;
    margin-right: 5%;
    padding: 1.3% 0;
    text-align: center;
    font-size: 0.2rem;
    float: left;
    border-radius: 25px;
    background-color: #2E3142;
    color: #fff;
    margin-bottom: 3%;
}

.top_3>.rt>ul>li>span {
    display: block;
    float: left;
    margin-left: 5%;
    width: 10%;
    height: 100%;
}

.top_3>.rt>ul>li>span>img {
    display: block;
    height: 100%;
}

.top_3>.rt>ul>li>p {
    text-align: left;
    line-height: 2vw;
}

.top_3>img:nth-child(5) {
    width: 32.8%;
    position: absolute;
    top: 9%;
    left: 21.5%;
    opacity: 0;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
    transition-delay: 1s;
}

.active>img:nth-child(5) {
    opacity: 1;
}

.top_3>img:nth-child(6) {
    width: 13%;
    position: absolute;
    bottom: 7%;
    left: 13%;
}

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

.top_4>.lf {
    width: 60%;
    position: absolute;
    top: 22%;
    left: 9%;
    z-index: 20;
}

.top_4>.lf>h3 {
    font-size: 0.5rem;
    color: #fff;
    margin-bottom: 6%;
    line-height: 2;
}

.top_4>.lf>h3>b {
    font-size: 0.5rem;
    color: #fff;
    background-color: #F16E1B;
    font-weight: 600;
    padding: 1.5% 2.5%;
    margin-right: 3%;
}

.top_4>.lf>p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 2vw;
}

.top_4>.lf>ul {
    width: 100%;
    margin-top: 10%;
}

.top_4>.lf>ul>li {
    border-radius: 50%;
    overflow: hidden;
    height: 110px;
    border: 1px dashed #F16E1B;
    width: 110px;
    margin-right: 5%;
    float: left;
    /* transition: 2.5s;
    -webkit-transition: 2.5s;
    -moz-transition: 2.5s;
    -ms-transition: 2.5s;
    -o-transition: 2.5s; */
}

.top_4>.lf>ul>li>span {
    display: block;
    width: 90%;
    height: 90%;
    background-color: #fff;
    margin: 5% auto;
    border-radius: 50%;
    position: relative;
}

.top_4>.lf>ul>li>span>img {
    display: block;
    width: 40%;
    position: absolute;
    top: 30%;
    left: 30%;
}

.top_4>.lf>ul>li>p {
    position: absolute;
    font-size: 0.16rem;
    color: #fff;
    margin-left: 0%;
    margin-top: 1%;
    text-align: center;
}

.top_4>img:nth-child(7) {
    width: 10%;
    position: absolute;
    bottom: 40%;
    right: 21%;
    z-index: 10;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;
    transition-delay: 1s;
}

.active>img:nth-child(7) {
    width: 30%;
    position: absolute;
    bottom: 35%;
    right: 10%;
    z-index: 10;
}

.top_4>img:nth-child(8) {
    width: 20%;
    position: absolute;
    bottom: 0%;
    right: 15%;
}

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

.top_5>.mid {
    width: 40%;
    margin: 0 auto;
}

.top_5>.mid>h3 {
    font-size: 0.5rem;
    color: #fff;
    margin-bottom: 6%;
    text-align: center;
    margin-top: 15%;
}

.top_5>.mid>h3>b {
    font-size: 0.5rem;
    color: #fff;
    background-color: #F16E1B;
    font-weight: 600;
    padding: 1.5% 2.5%;
    margin-right: 3%;
}

.top_5>.mid>p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 2vw;
    text-align: center;
}

.top_5>.mid>ul {
    width: 100%;
    margin-top: 13%;
    padding-left: 10%;
}

.top_6>.center>.center_rt {
    width: 40%;
}

.top_5>.mid>ul>li {
    border-radius: 50%;
    overflow: inherit;
    height: 110px;
    border: 1px dashed #fff;
    width: 110px;
    margin-right: 7%;
    float: left;
    transition: 2.5s;
    -webkit-transition: 2.5s;
    -moz-transition: 2.5s;
    -ms-transition: 2.5s;
    -o-transition: 2.5s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateX(1200%) rotate(360deg);
    -webkit-transform: translateX(1200%) rotate(360deg);
    -moz-transform: translateX(1200%) rotate(360deg);
    -ms-transform: translateX(1200%) rotate(360deg);
    -o-transform: translateX(1200%) rotate(360deg);
    transition-delay: 1s;
}

.active>.mid>ul>li {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.top_5>.mid>ul>li>span {
    display: block;
    width: 90%;
    height: 90%;
    margin: 5% auto;
    border-radius: 50%;
    position: relative;
}

.top_5>.mid>ul>li>span>img {
    display: block;
    width: 40%;
    position: absolute;
    top: 30%;
    left: 30%;
}

.top_5>.mid>ul>li>p {
    font-size: 0.16rem;
    color: #fff;
    margin-top: 1%;
    text-align: center;
}

.top_5>.mid>ul>li:first-child>p {
    margin-left: 0;
}

.top_5>.mid>img:nth-child(4) {
    position: absolute;
    bottom: 29%;
    left: 46%;
    width: 7%;
    z-index: 10;
    transition: 1.2s;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -ms-transition: 1.2s;
    -o-transition: 1.2s;
    transition-delay: 1s;
}

.active>.mid>img:nth-child(4) {
    position: absolute;
    bottom: 25%;
    left: 40.5%;
    width: 18%;
    z-index: 10;
}

.top_5>.mid>img:nth-child(5) {
    position: absolute;
    bottom: 0%;
    left: 44%;
    width: 11%;
}

/* *************************top6*********************** */
.top_6>.center>.center_lf>ul {
    opacity: 1;
}

.top_6>.center>.center_lf {
    width: 87%;
    position: absolute;
    top: 40%;
    left: 7%;
}

.top_6>.center>.center_lf>ul {
    width: 100%;
}

.top_6>.center>.center_lf>ul>li {
    width: 23%;
}

@media screen and (max-width:1600px) {
    .top_5>.mid>ul>li {
        height: 100px;
        width: 100px;
    }
}

@media screen and (max-width:1440px) {
    .top_3>.rt>ul>li {
        width: 45%;
    }

    .top_3>.rt>ul>li>span {
        margin-left: 10%;
        width: 20%;
    }
}

@media screen and (max-width:1440px) and (max-height:900px) {
    .top_3>img:nth-child(5) {
        top: 12%;
    }

    .top_3>.rt>ul>li>p {
        line-height: 2vw;
    }

    .top_5>.mid>ul>li,
    .top_4>.lf>ul>li,
    .top_2>.lf>ul>li,
    .top_0>.top_1_lf>ul>li {
        height: 110px;
        width: 110px;
    }

    .top_1>.rt>ul>li {
        height: 150px;
        width: 110px;
    }
}

@media screen and (max-width:1850px) {
    .top_3>img:nth-child(5) {
        top: 13%;
    }
}

@media screen and (max-width:1600px) and (max-height:850px) {
    .top_2>img:nth-child(3) {
        width: 13%;
    }

    /* .top_3>img:nth-child(5) {
        top: 12%;
    } */
    .top_3>img:nth-child(5) {
        top: 8%;
    }


    .active>img:nth-child(7) {
        bottom: 33%;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 23%;
    }
}

@media screen and (max-width:1440px) and (max-height:850px) {
    .top_2>img:nth-child(3) {
        width: 14%;
    }

    .top_3>img:nth-child(6) {
        width: 15.5%;
    }

    .active>img:nth-child(7) {
        bottom: 29%;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 20%;
    }

    .top_3>img:nth-child(5) {
        top: 14%;
        left: 21.5%;
        width: 31.8%;
    }
}

@media screen and (max-width:1440px) and (max-height:780px) {
    .top_3>img:nth-child(5) {
        top: 12%;
        left: 20.5%;
        width: 33.8%;
    }

    .active>img:nth-child(7) {
        bottom: 32%;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 23%;
    }
}

@media screen and (max-width:1440px) and (max-height:757px) {

    /* .top_3>img:nth-child(5) {
        top: 12%;
        left: 21.5%;
        width: 32.8%;
    } */
    .top_3>img:nth-child(5) {
        top: 13% !important;
        left: 21.5%;
        width: 6.2rem;
    }

    .top_3>img:nth-child(6) {
        width: 14%;
    }

    .active>img:nth-child(7) {
        bottom: 33%;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 23%;
    }

}

@media screen and (max-width:1440px) and (max-height:720px) {
    .top_2>img:nth-child(3) {
        width: 12%;
    }

    .top_3>img:nth-child(5) {
        top: 10%;
    }

    /* .top_3>img:nth-child(6) {
        width: 13%;
    } */
    .top_3>img:nth-child(6) {
        width: 2.75rem;
    }

    .active>img:nth-child(7) {
        bottom: 35%;
    }

}

@media screen and (max-width:1280px) and (max-height:768px) {

    .top_1>img:nth-child(1) {
        top: 33%;
    }

    .top_2>img:nth-child(2) {
        width: 50%;
        bottom: 33%;
        right: 24.5%;
    }

    .top_2>img:nth-child(4) {
        width: 5%;
        bottom: 39.5%;
        right: 25%;
    }

    .top_2>img:nth-child(3) {
        width: 16%;
        right: 23%;
    }

    .top_3>img:nth-child(5) {
        top: 15%;
    }

    .top_3>img:nth-child(6) {
        width: 15%;
        position: absolute;
        bottom: 12%;
        left: 11%;
    }

    .top_4>img:nth-child(7) {
        bottom: 30%;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 28%;
    }

    .top_5 {
        background: url(../img/haj_top6_bg.png) no-repeat center center !important;
    }

    .top_5>.mid>img:nth-child(5) {
        position: absolute;
        bottom: 0%;
        left: 43%;
        width: 14%;
    }
}

@media screen and (max-width:1280px) and (max-height:730px) {
    .top_3>img:nth-child(5) {
        top: 13%;
    }
}

@media screen and (max-width:1280px) and (max-height:740px) {
    .top_2 {
        overflow: hidden;
        position: relative;
        background: url(../img/haj_top3_bg.png) no-repeat 24% 22%;
        background-size: 105%;
    }

    .top_3>.rt>ul>li>span {
        margin-right: 5%;
    }

    .top_3>img:nth-child(6) {
        width: 14%;
        position: absolute;
        bottom: 10%;
        left: 12%;
    }

    .top_3>img:nth-child(5) {
        left: 20.5%;
        width: 33.8%;
    }
}

@media screen and (max-width:1280px) and (max-height:600px) {
    .top_2>img:nth-child(3) {
        width: 12%;
    }

    .top_3>img:nth-child(6) {
        width: 12%;
        position: absolute;
        bottom: 7%;
        left: 12%;
    }

    .top_3>img:nth-child(5) {
        top: 6%;
    }

    .top_4>img:nth-child(7) {
        bottom: 38%;
    }

    .top_5>.mid>img:nth-child(5) {
        width: 9%;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 20%;
        left: 38.5%;
    }

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

@media screen and (max-width:1024px) {
    .top_2>img:nth-child(2) {
        z-index: 25;
    }

    .top_3>img:nth-child(5) {
        top: 20%;
    }

    /* .top_3>img:nth-child(5) {
        top: 14%;
        left: 16%;
        width: 39%;
    } */
    .top_3>img:nth-child(5) {
        left: 20%;
        width: 33%;
    }

    .top_3>.rt>ul>li {
        width: 40%;
    }

    .top_3>.rt>ul>li>p {
        line-height: 3vw;
    }

    /* .top_3>img:nth-child(6) {
        width: 16%;
        position: absolute;
        bottom: 12%;
        left: 4%;
    } */

    .top_5>.mid>ul>li,
    .top_4>.lf>ul>li,
    .top_2>.lf>ul>li,
    .top_0>.top_1_lf>ul>li {
        height: 60px;
        width: 60px;
    }

    .top_5>.mid>ul>li>p {
        margin-left: .5%;
    }
}

@media screen and (max-width: 1920px) {
    .top_1 {
        min-height: 937.5px !important;
    }
}

@media screen and (max-width: 1850px) {
    .top_2>img:nth-child(2) {
        bottom: 33%;
        top: auto !important;
    }

    .top_2>img:nth-child(3) {
        width: 14%;
    }

    .top_2>img:nth-child(4) {
        bottom: 39.5%;
    }

    .top_5>.mid>ul>li {
        height: 80px !important;
        width: 80px !important;
    }
}

@media screen and (max-width: 1800px) {
    /* .active>img:nth-child(7) {
        bottom: 32% !important;
    }
    .active>.mid>img:nth-child(4) {
        bottom: 22% !important;
    } */
}

@media screen and (max-width: 1700px) {
    .active>img:nth-child(7) {
        bottom: 32% !important;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 22% !important;
    }
}

@media screen and (max-width: 1680px) {
    .top_1 {
        min-height: 750.5px !important;
        max-height: 750.5px !important;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 25% !important;
    }

    .active>img:nth-child(1) {
        top: 35% !important;
    }

    .active>img:nth-child(2) {
        top: 25% !important;
        left: auto !important;
    }

    .top_3>img:nth-child(5) {
        top: 6% !important;
    }

    .top_2>img:nth-child(3) {
        width: 12%;
    }

    .top_2>img:nth-child(4) {
        bottom: 38.5%;
    }

    .top_5>.mid>ul>li {
        height: 80px !important;
        width: 80px !important;
    }

    .active>img:nth-child(7) {
        bottom: 38% !important;
    }
}

@media screen and (max-width:1600px) {
    .active>img:nth-child(7) {
        bottom: 37% !important;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 24% !important;
    }
}

@media screen and (max-width: 1500px) {
    .active>img:nth-child(7) {
        bottom: 35% !important;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 23% !important;
    }
}

@media screen and (max-width:1440px) {
    .active>img:nth-child(1) {
        top: 15% !important;
    }

    .top_2>img:nth-child(2) {
        width: 45%;
        bottom: 32% !important;
        right: 27.5% !important;
        top: auto !important;
        left: auto !important;
    }

    .top_2>img:nth-child(3) {
        width: 13.5%;

    }

    .top_3>img:nth-child(5) {
        top: 12.5% !important;
    }

    .active>img:nth-child(7) {
        bottom: 32% !important;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 21% !important;
    }
}

@media screen and (max-width: 1366px) {
    .active>img:nth-child(2) {
        top: 30% !important;
        left: 28% !important;
    }

    .top_3>img:nth-child(5) {
        top: 15% !important;
    }

    .top_2>img:nth-child(4) {
        bottom: 39.5%;
        right: 27.5%;
    }

    .top_2>img:nth-child(3) {
        width: 192px;
        height: 369px;
    }
}

@media screen and (max-width:1280px) {
    .top_1 {
        min-height: 750.5px !important;
        max-height: 750.5px !important;
    }

    .top_1>img:nth-child(1) {
        top: 35% !important;
    }

    .active>img:nth-child(2) {
        top: 30% !important;
        left: 30.2% !important;
        bottom: auto !important;
        right: auto !important;
    }

    .top_2>img:nth-child(3) {
        width: 14.5%;
    }

    .top_2>img:nth-child(4) {
        width: 5%;
        bottom: 39.5%;
        right: 25%;
    }

    .top_3>img:nth-child(5) {
        top: 15% !important;
    }

    .top_3>img:nth-child(6) {
        width: 15% !important;
    }

    .top_4>img:nth-child(7) {
        bottom: 30% !important;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 15% !important;
        left: 38.5%;
    }

    .top_5>.mid>img:nth-child(5) {
        width: 9% !important;
    }
}

@media screen and (max-width:768px) {
    .top_5>.mid>ul>li {
        margin-right: 2%;
    }
}



@media screen and (max-width:450px) {
    .top_1_rt {
        width: 100%;
        top: 38%;
        right: 21%;
    }

    .top_1>.rt>ul>li>p,
    .top_2>.lf>ul>li>p,
    .top_3>.rt>ul>li>p {
        font-size: 14px;
    }

    .top_2>.lf>ul>li>p {
        margin-left: 0%;
    }

    .top_0>.top_1_lf {
        line-height: 5.5vw;
        width: 80%;
        top: 10%;
        left: 10%;
    }

    .top_2>.lf>p {
        width: 100%;
    }

    .top_0>.top_1_lf>ul>li>p {
        font-size: 14px;
    }

    .top_2>.lf>ul>li:first-child {
        margin-right: 30%;
    }

    .top_0>.top_1_lf>p,
    .top_1>.rt>p,
    .top_2>.lf>p,
    .top_4>.lf>p {
        line-height: 5.5vw;
        font-size: 0.7rem;
    }

    .top_3>.rt>p,
    .top_5>.mid>p {
        line-height: 5vw;
        font-size: 0.7rem;
    }

    .top_0>.top_1_lf>h3,
    .top_1>.rt>h3,
    .top_2>.lf>h3,
    .top_3>.rt>h3,
    .top_4>.lf>h3,
    .top_5>.mid>h3 {
        font-size: 22px;
    }

    .top_0>.top_1_lf>b {
        margin-top: 3%;
    }

    .top_0>.top_1_lf>b,
    .top_1>.rt>h3>b,
    .top_2>.lf>h3>b,
    .top_4>.lf>h3>b,
    .top_5>.mid>h3>b {
        font-size: 22px;
    }

    .top_1>img:nth-child(1) {
        top: 40%;
        left: 38%;
        width: 30%;
    }

    .active>img:nth-child(1) {
        top: 54%;
        left: 8%;
        width: 90%;
    }

    .top_2 {
        background: url(../img/haj_top3_bg.png) no-repeat 10% 0;
        background-size: cover;
    }

    .top_2>img:nth-child(4),
    .top_2>img:nth-child(2),
    .top_3>img:nth-child(5) {
        display: none;
    }

    .top_1>.rt {
        top: 10%;
        right: 5%;
        width: 80%;
    }

    .top_2>img:nth-child(3) {
        width: 40%;
        right: 25%;
    }

    .top_2>.lf {
        width: 80%;
    }

    .top_3>.rt {
        top: 0%;
        right: 2%;
        width: 95%;
    }

    .top_3>.rt>ul {
        width: 100%;
    }

    .top_3>.rt>ul>li {
        width: 46%;
        margin-right: 2%;
    }

    .top_1>.rt>ul>li>p {
        margin-top: 1%;
    }

    .top_3>.rt>h3 {
        width: 48%;
    }

    .top_3>.rt>ul>li>p {
        line-height: 8vw;
        text-align: center;
    }

    .top_3>img:nth-child(6) {
        width: 40%;
    }

    .top_4>img:nth-child(8) {
        width: 60%;
    }

    .top_4>.lf {
        width: 80%;
        top: 10%;
        left: 10%;
    }

    .top_4>img:nth-child(7) {
        bottom: 34%;
        width: 30%;
        right: 30%;
    }

    .active>img:nth-child(7) {
        bottom: 29%;
        width: 90%;
        right: 1%;
        display: none;
    }

    .top_4>.lf>ul>li>p {
        margin-left: 2%;
        font-size: 14px;
    }

    .top_5>.mid {
        width: 90%;
    }

    .top_5>.mid>ul {
        padding-left: 6%;
        font-size: 14px;
    }

    .top_5>.mid>ul>li>p {
        margin-left: 3.5%;
        font-size: 14px;
    }

    .top_7>.center>.center_rt>ul>li {
        font-size: 0.14px;
    }

    .top_5>.mid>ul>li {
        margin-right: 2%;
        height: 70px;
        width: 70px;
    }

    .top_5>.mid>img:nth-child(5) {
        left: 30%;
        width: 40% !important;
    }

    .top_5>.mid>img:nth-child(4) {
        bottom: 29%;
        left: 38.5%;
        width: 25%;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 25%;
        left: 22.5%;
        width: 55%;
        display: none;
    }

    /* ********************************************************** */
    .top_6>.center>.center_lf>ul>li {
        width: 45%;
    }

    .top_6>.center>.center_rt {
        width: 90%;
    }

    .top_6_1>.lf {
        width: 90%;
        top: 10%;
    }

    .top_6_1>.lf>ul>li {
        width: 33%;
        line-height: 6.5vw;
    }

    .top_6_1>.lf>p {
        line-height: 5vw;
    }

    .top_6_1>.rt {
        width: 100%;
        height: 34%;
        top: 50%;
        left: 5%;
        position: absolute;
    }

    .top_6_1>.rt>img:nth-child(1) {
        width: 32%;
        left: 18%;
        top: -10%;
    }

    .top_6_1>.rt>span {
        left: -5%;
        height: 57%;
    }

    .top_6>.center>.center_rt>p {
        line-height: 6.5vw;
    }

    .top_7>.center>.center_lf>ul>li>h3 {
        font-size: 1rem;
    }

    .top_6>.center {
        border-bottom-left-radius: 40% 30%;
    }

    .top_6>.center>.center_lf {
        width: 90%;
        top: 35% !important;
        left: 7%;
    }

    .top_6>.center>.center_rt {
        width: 80%;
        top: 0%;
        right: 5%;
    }

    .top_6>.center>.center_rt>b,
    .top_7>.center>.center_lf>ul>li>p,
    .top_8>p {
        display: none;
    }

    .top_6>.center>.center_rt>p {
        font-size: 0.7rem;
    }

    .top_6>.center>.center_lf>ul>li>p>b {
        font-size: 0.2rem;
        display: none;
    }

    .top_6>.center>.center_rt>h2 {
        margin-top: 25%;
    }

    .top_6>.center>.center_lf>ul>li>p {
        font-size: 14px;
    }

    .top_6>.center>.center_span {
        bottom: 15%;
        right: 30%;
    }

    .top_7>.center {
        border-bottom-right-radius: 40% 30%;
    }

    .top_7>.center>.center_lf {
        width: 90%;
        top: 25%;
        left: 7%;
        height: 40%;
    }

    .top_7>.center>.center_lf>ul {
        width: 100%;
        height: 100%;
    }

    .top_7>.center>.center_rt {
        width: 90%;
        height: 8%;
        top: 10%;
        right: 5%;
    }

    .top_7>.center>.center_rt>ul {
        height: 100%;
        width: 260%;
    }

    .top_7>.center>.center_rt>ul>li {
        font-size: 14px;
        float: left;
        width: 9%;
        height: 80%;
        margin-bottom: 0%;
        margin-right: 3%;
        line-height: 10vw;
    }

    .top_7>.center>.center_span {
        bottom: 16%;
        right: 35%;
    }

    .top_7>.center>.center_rt::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 10px;
        /*高宽分别对应横竖滚动条的尺寸*/
        height: 6px;
    }

    .top_7>.center>.center_rt::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.8);
        background: rgba(0, 0, 0, 0.2);
    }

    .top_7>.center>.center_rt::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
        border-radius: 0;
        background: rgba(0, 0, 0, 0.1);
    }

    .top_8>ul {
        bottom: 10%;
        left: 35%;
    }

    .top_8>span {
        top: 57%;
        left: 40%;
    }

    .active>h2 {
        margin-top: 15%;
    }

    .top_8>div {
        margin-top: 4%;
        width: 100%;
        height: 80%;
        top: 13%;
        left: 0%;
    }

    .top_8>div>.shipin {
        width: 85%;
        height: 35%;
        top: 40%;
        left: 7%;
    }

    .top_8>div>.top_8_rt {
        width: 80%;
        left: 7%;
        padding-top: 7%;
        position: absolute;
    }

    .top_8>div>.top_8_rt>h3 {
        font-size: 0.75rem;
        margin-bottom: 3%;
    }

    .top_8>div>.top_8_rt>p {
        font-size: 0.25rem;
        line-height: 6.5vw;
    }

    .top_8>div>.top_8_rt {
        width: 80%;
    }

    .top_8>div>.top_8_rt>p {
        line-height: 6vw;
        font-size: 0.7rem;
    }

    .top_9>.center>div {
        top: 20%;
        height: 60%;
        width: 90%;
    }

    .top_9>.center>div>ul {
        height: 20%;
        margin-bottom: 2%;
        display: block;
    }

    .top_9>.center>div>ul>li {
        width: 100%;
        height: 40%;
        line-height: 2.5vw;
    }

    .top_9>.center>div>ul>li>p {
        font-size: 0.25rem;
        color: #333;
        line-height: 11vw;
    }

    .top_9>.center>div>ul>li>input {
        width: 70%;
        font-size: 0.35rem;
    }

    .top_9>.center>div>.liuyan {
        width: 100%;
    }

    .top_9>.center>div>.liuyan>p {
        font-size: 0.25rem;
    }

    .top_9>.center>div>.liuyan>input {
        width: 70%;
        font-size: 0.35rem;
        padding-left: 4%;
    }

    .top_9>.center>div>.anniu>button {
        height: 30px;
    }

    .top_9>.center>div>.anniu {
        width: 70%;
        margin-top: 20%;
    }

    .footer>.main>.ft_left>div>h2 {
        font-size: 0.36rem;
    }

    .footer>.main>.ft_left>div>h5,
    .footer>.main>.ft_left>div>ul>li,
    .footer>.main>.ft_left>.ft_rt_two>ul>li,
    .footer>.main>.ft_left>div>p,
    .footer>.main>.ft_left>.ft_rt_three>span {
        font-size: 0.2rem;
    }

    .footer>.main>.ft_right>ul {
        height: 135px;
    }

    .footer>.main>.ft_right>.ft_rt_one>p,
    .footer>.main>.ft_left>.ft_rt_two>p,
    .footer>.main>.ft_left>.ft_rt_three>p,
    .footer>.main>.ft_left>.ft_rt_three>p:first-child {
        font-size: 0.2rem;
    }

    .nav_two {
        display: none;
    }
}

@media screen and (max-width:736px) and (max-height:815px) {
    .active>img:nth-child(7) {
        bottom: 24%;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 21%;
    }
}

@media screen and (max-width:736px) and (max-height:670px) {
    .active>img:nth-child(7) {
        bottom: 29%;
    }

    .active>.mid>img:nth-child(4) {
        bottom: 25%;
    }
}

@media screen and (max-width:540px) {
    .top_1>img:nth-child(1) {
        top: 54% !important;
    }

    .top_3>img:nth-child(6) {
        width: 40% !important;
    }

    .top_5 {
        background: url(../img/haj_top6_bg.png) no-repeat center center !important;
        background-size: cover !important;
    }

    .top_5>.mid>ul>li {
        height: 70px !important;
        width: 70px !important;
    }

    .top_0>.top_1_lf,
    .top_1>.rt {
        width: 90% !important;
    }

    .top_9>.center>div>ul>li>p,
    .top_9>.center>div>.liuyan>p {
        font-size: 0.7rem;
    }
}