.top_4>.lf>a {
    text-decoration: none;
    color: white !important;
        font-size: 58px;
}
.top_6>.lf>a {
    text-decoration: none;
    color: white !important;
        font-size: 58px;
}
.top_5>.lf>a {
    text-decoration: none;
    color: white !important;
        font-size: 58px;
}
.btn {
    display: block;
    width: 200px;
    text-align: center;
    line-height: 60px;
    background: rgb(231,79,118);
    border-radius: 20px;
    font-size: 26px !important;
    margin-top: 50px;
}
.top_0 {
    overflow: hidden;
    position: relative;
    background: url(/css/files/bg/top1_bg.png) no-repeat center center;
    background-size: cover;
}

.top_1_rt>p {
    bottom: 8%;
}

.top_0>.lf {
    width: 40%;
    height: auto;
    position: absolute;
    top: 26%;
    left: 21%;
    line-height: 2.5vw;
}
.top_0>.lf>.zx {
    font-size: 44px;
    color: #2b2e3d;
    margin: 16% 60% 0% 0%;
    border: 2px solid black;
    border-radius: 25px;
    padding: 2.5% 8%;
}
.top_0>.lf>h2 {
   font-size: 58px;
    color: #2b2e3d;
    font-weight: bold;
    padding-bottom: 30px;
}

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

.top_0>.lf>p {
    font-size: 20px;
    line-height: 1.5vw;
    color: #333;
}

.top_0>.lf>ul {
    padding: 0 !important;
    margin: 0 !important;
}

.top_0>.lf>ul>li {
   float: left;
    padding: 0px 40px 20px 0px;
    width: 24.2%;
    height: 100%;
    border-radius: 10px;
    font-size: 22px;
    text-align: center;
}
.top_0>.lf>ul li p:before{
content: "";
    position: absolute;
    top: 47%;
    width: 2px;
    height: 20%;
    background: gray;
    margin-left: 100px;
}
.top_0>.lf>ul>li>img {
    max-width: 100%;
}

/* **************************top_1********************** */
.top_1 {
    position: relative;
    background: url(/css/files/bg/zwx_top1_bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.top_1_rt {
    width: 66%;
    height: auto;
    position: absolute;
    top: 24%;
    right: -3%;
}

.top_1_rt .navDiv button:last-child {
    /* background: url(/css/files/bg/left.png) no-repeat #2B2E3D center; */
    top: 30%;
    left: 30%;
}

.top_1>img {}

.top_1>img:nth-child(3) {
    width: 100%;
    transition: 2.5s;
    opacity: 0;
    transition: 3.5s;
}

.active>img:nth-child(3) {
    /* opacity: 1; */
    position: absolute;
    top: -7%;
    animation-name: chuxian;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-iteration-count: initial;
    animation-fill-mode: forwards;
}

.top_1>img:nth-child(4) {
    position: absolute;
    top: 30%;
    left: 12%;
    width: 11%;
}

.top_1>.rt {
    position: absolute;
    top: 25%;
    right: 8%;
    width: 20%;
}

.top_1>.rt>h2 {
    font-size: 58px;
    color: #fff;
    margin-bottom: 20%;
}

.top_1>.rt>h2>b {
    font-size: 58px;
    color: #fff;
    background-color: #F16E1B;
    font-weight: 600;
    padding: 4% 6%;
    margin-right: 5%;
}

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

.top_1>.rt>ul {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: space-between;
    margin-top: 27%;
}

.top_1>.rt>ul>li {
    width: 22%;
}

.top_1>.rt>ul>li>span {
    width: 50%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.top_1>.rt>ul>li>span>img {
    width: 100%;
    display: block;
}

.top_1>.rt>ul>li>p {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 5%;
}

/* ***************************top_2********************** */
.top_2 {
    position: relative;
    background: url(/css/files/bg/22.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.top_2>.lf {
    width: 25%;
    position: absolute;
    top: 22%;
    left: 9%;
}

.top_2>.lf>h2 {
    font-size: 58px;
    color: #fff;
    margin-bottom: 15%;
}

.top_2>.lf>h2>b {
    font-size: 58px;
    color: #fff;
    background-color: #F16E1B;
    font-weight: 600;
    padding: 4% 6%;
    margin-left: 5%;
}

.top_2>.lf>p {
    font-size: 20px;
    color: #fff;
    line-height: 2vw;
}

.top_2>.lf>ul {
    width: 85%;
    height: 30%;
    display: flex;
    justify-content: space-between;
    margin-top: 20%;
}

.top_2>.lf>ul>li {
    width: 35%;
    border-radius: 50%;
    background-color: #000;
    border: 1px dashed #C46527;
    height: 100%;
    overflow: hidden;
    transition: 2.5s;
    -webkit-transition: 2.5s;
    -moz-transition: 2.5s;
    -ms-transition: 2.5s;
    -o-transition: 2.5s;
}


.top_2>.lf>ul>li>img {
    width: 100%;
    display: block;
}

.top_2>.rt {
    width: 40%;
    position: absolute;
    top: 10%;
    right: 10%;
    height: auto;
}

.top_2>.rt>img {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.top_2>.rt>ul {
    width: 100%;
    display: flex;
    margin: 24% 0 0 18%;
    justify-content: space-between;
    z-index: 10;
}

.top_2>.rt>ul>li {
    width: 20%;
    color: #F06E1C;
}

.top_2>.rt>ul>li>h3 {
    font-size: 0.6rem;
    font-family: "PANGMENZHENGDAOBIAOTITI-1";
}

.top_2>.rt>ul>li>p {
    font-size: 0.22rem;
    color: #fff;
}

/* ****************************top_3********************** */
.top_3 {
    position: relative;
    background: url(/css/files/bg/11.jpg) no-repeat 0 100%;
    background-size: cover;
    overflow: hidden;
}

.top_3>img:nth-child(1) {
    width: 100%;
    position: absolute;
    top: -11%;
    left: -2%;
    /* transition: 1s; */
    opacity: 0;
    /* -webkit-transition: 1s; */
    /* -moz-transition: 1s; */
    /* -ms-transition: 1s; */
    /* -o-transition: 1s; */
}

.top_3>img:nth-child(2) {
    width: 13%;
    position: absolute;
    top: 34%;
    left: 0%;
    transition: 2.5s;
    z-index: 10;
}

.top_3>img:nth-child(4) {
    width: 15%;
    position: absolute;
    top: 57%;
    left: 6.5%;
    z-index: 1;
}

.top_3>img:nth-child(5) {
    width: 17%;
    position: absolute;
    bottom: 0%;
    right: 25%;
}

.active>img:nth-child(1) {
    /* opacity: 1; */
    animation-name: chuxian;
    animation-delay: 2s;
    animation-duration: 1s;
    animation-iteration-count: initial;
    animation-fill-mode: forwards;
}

.active>img:nth-child(2) {
    width: 13%;
    position: absolute;
    top: 16%;
    left: 35%;
}

.top_3>.rt {
       width: 40%;
    height: auto;
    position: absolute;
    top: 40%;
    right: 2%;
}

.top_3>.rt>h2 {
    font-size: 58px;
    color: #fff;
        font-weight: bold;
        margin-bottom: 40px;
}

.top_3>.rt>h2:nth-child(2) {
    margin: 5% 0 10% 5%;
}

.top_3>.rt>h2>b {
    font-size: 58px;
    color: #333;
    background-color: #F16E1B;
    font-weight: 600;
    padding: 4% 6%;
    margin-right: 5%;
}

.top_3>.rt>p {
    font-size: 20px;
    color: #fff;
    line-height: 2vw;
}

/* ***************************top_4*********************** */
.top_4 {
      position: relative;
    overflow: hidden;
    background: url(/css/files/bg/22.jpg) no-repeat center center;
    background-size: cover;
}

.top_4>.lf {
  width: 40%;
    position: absolute;
    top: 15%;
    left: 15%;
}

.top_4>.lf>b {
    font-size: 44px;
    color: white;
    background-color: rgb(231,79,118);
    font-weight: 600;
    padding: 4% 6%;
    border-radius: 50px;
}

.top_4>.lf>h2 {
  font-size: 58px;
    color: #fff;
    font-weight: bold;
}

.top_4>.lf>p {
  font-size: 22px;
    color: white;
    line-height: 3vw;
}
.top_4>.lf>ul>li {
    padding: 1.5% 0;
    border-radius: 30px;
}
.top_4>.lf>ul>li>span {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
}
.top_4>.lf>ul>li>p {
     font-size: 16px;
    color: #fff;
        margin-left: 10%;
        padding-bottom: 5px;
        
}
.top_4>.lf>ul>li>nav {
     font-size: 22px;
    color: white;
    margin-left: 10%;
    font-weight: bold;
     margin-bottom: 8px;
}
.top_4>.lf>span {
    width: 100%;
    height: auto;
    display: block;
}
.top_4>.lf>h3 {
  font-size: 28px;
    color: white;
    background-color: rgb(70,94,176);
    font-weight: 600;
    padding: 1% 2%;
    max-width: 200px;
    border-bottom-right-radius: 20px;
        margin-top: 3%;
    margin-bottom: 3%;
}
.top_4>.lf>span>img {
    width: 100%;
}

.top_4>.mid {
    width: 25%;
    position: absolute;
    top: 20%;
    left: 35%;
}

.top_4>.mid>img {
    position: absolute;
    width: 100%;
}

.top_4>.mid>img:nth-child(1) {}

.top_4>.mid>img:nth-child(2) {
    transition: 2s;
    opacity: 1;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

.active>.mid>img:nth-child(2) {
    animation-name: fanchu;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.top_4>.rt {
    width: 30%;
    position: absolute;
    top: 25%;
    right: 10.3%;
}

.top_4>.rt>img {
    position: absolute;
    width: 100%;
    transition: 2.5s;
}

.top_4>.rt>img:nth-child(1) {
    width: 36%;
    right: 0%;
    transform: translateX(200%);
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
}

.active>.rt>img:nth-child(1) {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.top_4>.rt>img:nth-child(2) {
    opacity: 0;
}

.active>.rt>img:nth-child(2) {
    animation-name: chuxian;
    animation-delay: 2s;
    animation-duration: 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

/* ***************************top_5************************ */
.top_5 {
    position: relative;
    background: url(/css/files/bg/44.jpg) no-repeat 0 100%;
    background-size: 100%;
    overflow: hidden;
}

.top_5>.lf {
    width: 40%;
    position: absolute;
    top: 20%;
    left: 15%;
}

.top_5>.lf>ul>li {
    padding: 1.5% 0;
    border-radius: 30px;
}
.top_5>.lf>ul>li>span {
    display: block;
    width: 25px;
    height: 25px;
    float: left;
}
.top_5>.lf>ul>li>p {
     font-size: 16px;
    color: #fff;
        margin-left: 10%;
        padding-bottom: 5px;
        
}
.top_5>.lf>ul>li>nav {
     font-size: 22px;
    color: white;
    margin-left: 10%;
    font-weight: bold;
     margin-bottom: 8px;
}
.top_5>.lf>span {
    width: 100%;
    height: auto;
    display: block;
}
.top_5>.lf>h3 {
  font-size: 28px;
    color: white;
    background-color: rgb(70,94,176);
    font-weight: 600;
    padding: 1% 2%;
    max-width: 200px;
    border-bottom-right-radius: 20px;
        margin-top: 3%;
    margin-bottom: 3%;
}
.top_5>.lf>p {
    font-size: 22px;
    color: white;
    line-height: 3vw;
}
.top_5>.lf>span>img {
    width: 100%;
}


.top_5>.lf>h2 {
    font-size: 58px;
    color: #fff;
    font-weight: bold;
}



@media screen and (max-width:1440px) and (max-height:900px) {
    .top_0>.lf>ul>li {
    float: left;
    padding: 0px 30px 10px 0px;
    width: 25%;
    height: 100%;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
}
.top_0>.lf>.zx {
    font-size: 34px;
    color: #2b2e3d;
    margin: 16% 60% 0% 0%;
    border: 2px solid black;
    border-radius: 25px;
    padding: 2.5% 8%;
}
    .top_3>img:nth-child(2) {
        top: 38%;
    }

    .active>img:nth-child(2) {
        top: 22%;
        left: 37%;
    }

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

    .top_3>img:nth-child(4) {
        width: 15%;
        top: 56.5%;
        left: 7.5%;
    }

    .top_3>img:nth-child(5) {
        right: 23.5%;
    }

    .top_4>.mid {
        top: 30%;
    }

    .top_4>.rt {
        top: 30%;
    }
    .top_4>.lf>b {
    font-size: 34px;
    color: white;
    background-color: rgb(231,79,118);
    font-weight: 600;
    padding: 4% 6%;
    border-radius: 50px;
}
.top_4>.lf>h2 {
     font-size: 34px;
    color: #2b2e3d;
    margin: 5% 13% 10% 0%;
    border: 3px solid rgb(46,79,171);
    border-radius: 50px;
    padding: 0% 10%;
}

}
@media screen and (max-width:1500px){
.top_3>.rt {
   width: auto !important;}
   .top_6>.lf {
    width: 35% !important;  }
    .section6 .more .btn {
    margin-top: -50px;
}
.top_6>.center>.center_lf>ul>li>img {
    width: auto;
    transition: 1s;
    max-height: 226px;
    width: auto;
}
    }
@media screen and (max-width:1600px) and (max-height:850px) {
    .top_3>img:nth-child(1) {
        top: -5%;
    }

    .active>img:nth-child(2) {
        top: 22%;
    }

    .top_4>.mid,
    .top_4>.rt {
        top: 30%;
    }


        .top_4>.lf>b {
    font-size: 38px;
    color: white;
    background-color: rgb(231,79,118);
    font-weight: 600;
    padding: 4% 6%;
    border-radius: 50px;
}
.top_4>.lf>h2 {
    font-size: 58px;
    color: #fff;
    font-weight: bold;
}
.top_0>.lf>ul>li {
    float: left;
    padding: 0px 30px 10px 0px;
    width: 25%;
    height: 100%;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
}
.top_0>.lf>.zx {
    font-size: 34px;
    color: #2b2e3d;
    margin: 16% 60% 0% 0%;
    border: 2px solid black;
    border-radius: 25px;
    padding: 2.5% 8%;
}
}

@media screen and (max-width:1440px) and (max-height:850px) {
    .top_5 {
        background-size: cover;
    }

}

@media screen and (max-width:1440px) and (max-height:860px) {
    .top_3>img:nth-child(1) {
        top: 0%;
        /* left: 2%; */
        width: 100%;
        height: 100%;
    }

    .active>img:nth-child(2) {
        top: 29%;
        /* left: 39%; */
    }

    .active>img:nth-child(3) {
        top: 0%;
    }

    .top_3>img:nth-child(4) {
        width: 15%;
        top: 60.5%;
        /* left: 10.5%; */
    }

    .top_3>img:nth-child(5) {
        /* right: 21.5%; */
    }

    .top_4>.mid {
        top: 38%;
    }

    .top_4>.rt {
        top: 38%;
    }
}

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

    /* .active>img:nth-child(2) {
        top: 22%;
        left: 36%;
        
    } */
    /* .top_3>img:nth-child(1) {
        top: 0%;
        left: -1%;
    } */
    /* .top_3>img:nth-child(4) {
        width: 15%;
        top: 58.5%;
        left: 7.5%;
    } */
    /* .top_3>img:nth-child(5) {
        right: 24.5%;
    } */
   
}

@media screen and (max-width:1570px) {
    .top_1 {
        max-height: 720px;
    }
}

@media screen and (max-width:1440px) {
    .top_1 {
        max-height: 680px;
    }

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

@media screen and (max-width:1440px) and (max-height:720px) {
    .active>img:nth-child(3) {
        top: -6%;
    }
    .active>img:nth-child(2) {
        top: 17%;
    }
   
}

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

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

    .top_3>img:nth-child(5) {
        right: 23.5%;
    }

    .top_3>img:nth-child(2) {
        top: 50%;
    }

    .active>img:nth-child(3) {
        top: 0%;
    }

    .active>img:nth-child(2) {
        top: 29%;
        left: 37%;
    }

    .top_3>img:nth-child(4) {
        top: 62.5%;
        left: 8.5%;
    }

    .top_3>img:nth-child(1) {
        top: 3%;
        left: 0%;
    }

    .top_4>.mid {
        top: 43%;
    }

    .top_4>.rt {
        top: 43%;
    }

    .top_5 {
        background: url(/css/files/bg/33.jpg) no-repeat 0 100% !important;
    }

  
}

@media screen and (max-width:1280px) and (max-height:600px) {
    .top_1_rt>p {
        bottom: 10%;
    }

    .active>img:nth-child(3) {
        top: -10%;
    }

    .top_3>img:nth-child(2) {
        top: 30%;
    }

    .active>img:nth-child(2) {
        top: 10%;
    }

    .top_3>img:nth-child(1) {
        top: -9%;
    }

    .top_4>.lf>span {
        margin-top: 15%;
    }

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

@media screen and (max-width:1280px) {
    .top_5 {
        background: url(/css/files/bg/44.jpg) no-repeat 15% 100% !important;
    }
}

@media screen and (max-width:1024px) {
    .top_0>.lf>p {
        font-size: 16px;
        line-height: 2.5vw;
    }

    .active>img:nth-child(3) {
        top: 0%;
    }

    .top_3>img:nth-child(2) {
        top: 50%;
    }

    .active>img:nth-child(2) {
        top: 35%;
        left: 45%;
    }

    .top_3>img:nth-child(1) {
        top: 16%;
        left: 7%;
    }

    .top_3>img:nth-child(4) {
        top: 66%;
        left: 16.5%;
    }

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

    .top_4>.mid,
    .top_4>.rt {
        top: 44%;
    }

    .top_5 {
        background: url(/css/files/bg/44.jpg) no-repeat 15% 100% !important;
    }

    .nav_two>ul {
        width: 75%;
    }
}

@media screen and (max-width:540px) {
    .top_3 {
        background: url(/css/files/bg/11.jpg) no-repeat 38% 0%;
        background-size: cover;
        background-color: #494D5E;
        height: 750px !important;
    }
}

@media screen and (max-width:736px) and (max-height:815px) {}

@media screen and (max-width:736px) and (max-height:670px) {}

@media screen and (max-width:540px) {
    .active>img:nth-child(2) {
        top: 45% !important;
        left: 8rem !important;
    }

    .top_4>.lf {
        top: 22% !important;
    }

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

    .top_2>.rt {
        min-width: 80%;
    }
    .top_5>.up {
        margin-top: 23% !important;
    }
}
.section6 .more .btn {
    display: block;
    width: 294px;
    text-align: center;
    line-height: 90px;
    background: rgb(231,79,118);
    border-radius: 20px;
    font-size: 36px;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 50px;
}
/* ****************************top_6********************** */
.top_6 {
    position: relative;
    background: url(/css/files/bg/33.jpg) no-repeat 0 100%;
    background-size: cover;
    overflow: hidden;
}
.top_6>.lf {
  width: 40%;
    position: absolute;
    top: 15%;
    right: 10%;
}

.top_6>.lf>b {
    font-size: 44px;
    color: white;
    background-color: rgb(231,79,118);
    font-weight: 600;
    padding: 4% 6%;
    border-radius: 50px;
}

.top_6>.lf>h2 {
  font-size: 58px;
    color: #fff;
    font-weight: bold;
}
.top_6>.lf>h3 {
    font-size: 28px;
    color: white;
    background-color: rgb(70,94,176);
    font-weight: 600;
    padding: 1% 2%;
    max-width: 200px;
    border-bottom-right-radius: 20px;
    margin-top: 3%;
    margin-bottom: 3%;
}
.top_6>.lf>p {
  font-size: 22px;
    color: white;
    line-height: 3vw;
}

.top_6>.lf>span {
font-size: 20px;
    color: rgb(231,79,118);
    line-height: 3vw;
}
@media screen and (max-width:540px) {
    .top_6 {
        background: url(/css/files/bg/33.jpg) no-repeat 38% 0%;
        background-size: cover;
        background-color: #494D5E;
        height: 750px !important;
    }
}

    .honor01 li{
	float: left;
    width: 120px;
    height: 120px;
    margin-right: 40px;
    border: 1px solid rgb(231,79,118);
    border-radius: 10px;}
    
.honor01 h3 {
      height: 10px;
    margin: 0;
    padding: 20px 0px 10px 5px;
    font-size: 22px;
    color: white;
    text-align: center;
}