body{
    background-color: #def6ff;
}
.hy-container{
    width: 1000px;
    margin: 0 auto;
  }


  @media screen and (max-width:768px){
    .hy-container{
      width: 92%;
    }
  }
  @media screen and (max-width:480px){

  }
  @media screen and (max-width:375px){
    .hy-container{
      width: 94%;
    }
  }
.hy-plan-banner{
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
}
.banner-img{
    width: 100%;
    height:100%;
    overflow: hidden;
}
.banner-img img{
    min-width: 100%;
    height:100%;
    position: relative;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hy-logo{
    position: absolute;
    top:27%;
    left:45%;
    width: 10%;
    height: auto;
}
.hy-logo img{
    width:100%;
    height: auto;
}

.hy-plan-nav{
    width: 100%;
    background-color: #fff;
}
.hy-plan-nav .hy-container{
    width: 1200px;

}
.hy-container{
    margin:0 auto;
}
.hy-plan-nav li{
    float: left;
    width: 16.66%;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
}
.hy-plan-nav li.on,.hy-plan-nav li:hover{
    background-color: #ff8604;
    background-image: linear-gradient(to bottom,#046eff 0% ,#5212b0 70% )
}

.hy-plan-nav li a{
    color: #094ebe;
    display: block;
    width: 100%;
    height: 100%;
}
.hy-plan-nav li.on a,.hy-plan-nav li:hover a{
    color: #fff;
}

.hy-title{
    position: relative;
    margin-bottom: 50px;
    text-align: center;

}

.hy-title img{
    margin: 0 auto;
}

.hy-section{
    padding: 100px 0 80px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    position: relative;
    z-index: 1;
}
.hy-section-1{
    background-color:#def6ff;
}

.hy-section-1 p{
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.8;
    color: #0854c5;
    text-indent: 48px;
    text-align: justify;
}


.hy-section-1{
    padding-bottom: 300px;
    background: url(../img/hy-17.png) no-repeat center bottom;
    background-size: 60% auto;

}
.hy-section-2,.hy-section-4{
    background-color: #def6ff;
}


.hy-section-3 li{
    margin-bottom: 30px;
    padding:15px 30px;
    background-color:#8764f5;
    background-image:linear-gradient(to bottom,#8764f5 10% ,#1278fe 100% );
    border-radius: 5px;
}
.hy-section-3 li p{
    padding-left: 60px;
    background: url(../img/hy-18.png) no-repeat left center;
    font-size: 20px;
    line-height: 44px;
    color: #fff;
}

.hy-process li{
    float: left;
    width: 14.25%;
    padding:0 10px;
    box-sizing: border-box;
    text-align: center;
}
.hy-process .img-box{
    width: 100%;
    margin-bottom: 15px;
}
.hy-process .img-box img{
    width: 100%;
}
.hy-process li p{
    font-size: 20px;
    color:#fff;
}

.hy-bg-img{
    width: auto;
}
.hy-section-6 .left-bg-img{
    float: left;
    width: 50%;
}
.left-bg-img img{
    width: 100%;
}


.hy-section-6{
    box-shadow: none;
}

.hy-section-6 .hy-container::after{
    content: '';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}
.hy-area{
    float: right;
    width: 50%;
}

.hy-bottom{
    width: 100%;
    overflow: hidden;
}

.hy-bottom img{
    width: 100%;;
}
.hy-area{
    margin-top: 40px;
}

.hy-temp-area{
    float: left;
    width: 46%;

}
.hy-area-1{
    margin-right: 8%;
}
.hy-temp-area h2{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 40px;
    color: #252689;
}
.hy-temp-area ul{
    margin-bottom: 30px;
}
.hy-temp-area ul:nth-child(6),.hy-temp-area ul:nth-child(5),.hy-temp-area ul:nth-child(4),.hy-temp-area ul:nth-child(3){
    display: none;
}
.hy-temp-area li{
    margin-bottom: 5px;

}

.hy-temp-area li::before{
    float: left;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;

    margin-top: 5px;
    margin-right: 8px;
}
.hy-temp-area ul:nth-child(2) li::before{
    background-color: #f29600;
}
.hy-temp-area ul:nth-child(3) li::before{
    background-color: #2ca6e0;
}
.hy-temp-area ul:nth-child(4) li::before{
    background-color: #e73828;
}
.hy-temp-area ul:nth-child(5) li::before{
    background-color: #faed00;
}
.hy-temp-area ul:nth-child(6) li::before{
    background-color: #8dc21f;
}
.hy-temp-area li:after{
    content: '';
    height:0;
    display:block;
    clear: both;
    visibility: hidden;
}
.hy-temp-area li span{
    font-size: 14px;
}
.left-name{
    float: left;
    color: #333;
}
.right-name{
    float: right;
    color:#aaaeb1;
}

.hy-fixed{
    position: fixed;
    top:50%;
    right: 0;
    z-index: 19;
    margin-top: -75px;
}
.hy-fixed img{
    height: 150px;
    width: auto;
}

.plan-light-list{
    position: relative;
}
.light-bg{
    width: 100%;
}
.light-bg img{
    width: 100%;
}
.plan-light-list li{
    position: absolute;
    width: 73%;
    color: #fff;

}
.plan-light-list li h2{
    display: none;
}
.plan-light-list li p{
    font-size: 18px;
    line-height: 1.8;
}
.plan-light-list li.light-1{
    top:7%;
    right:0%;
}
.plan-light-list li.light-2{
    top:44%;
    left:6%;
}
.plan-light-list li.light-3{
    top:80%;
    right:0%;
}

.hy-section-4 .hy-container{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hy-section-4 .left-bg-img{
    position: relative;
    float: left;
    width: 90%;
}
.hy-section-4 .hy-dev{
    position: absolute;
    left:20%;
    top:10%;
    width: 60%;
}
.hy-section-4 .hy-dev img{
    width: 100%;
}
.hy-section-5 .hy-container{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hy-section-5 .right-bg-img{
    position: relative;
    float: right;
    width: 90%;
}
.hy-section-5 .right-bg-img img{
    width: 100%;
}
.hy-section-5 .hy-process{
    position: absolute;
    left: 15%;
    top: 29%;
    width: 75%;
}
.hy-section-5 .hy-dev img{
    width: 100%;
}







@media screen and (max-width:1600px){
    .banner-img img{
        margin:0 auto;
    }
}

@media screen and (max-width:1440px){
    .hy-section{
        padding: 60px 0;
    }
    .hy-plan-nav .hy-container{
        width: 1000px;

    }
    .hy-plan-nav li{
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    .hy-fixed{
        margin-top: -45px;
    }
    .hy-fixed img{
        height: 90px;
    }
    .hy-title{
        margin-bottom: 40px;
    }
    .hy-title img{
        height: 90px;
    }
    .hy-section-1 p{
        font-size: 16px;
        margin-bottom: 50px;
    }
    .hy-section-3 li{
        padding: 10px 20px;;
    }
    .hy-section-3 li p{
        font-size: 16px;
        background-size: auto 30px;
        padding-left: 45px;
        line-height:30px;
    }
    .hy-section-5 .hy-process{
        top:25%;
    }
    .hy-process li p{
        font-size: 16px;
    }
    .light-bg img{
        width: 900px;
        margin:0 auto;
    }
    .plan-light-list li p{
        font-size: 16px;
        line-height: 2;
        padding-left: 50px;
    }
    
    .hy-process .img-box img{
        width:90%;
        margin:0 auto;
    }
    .hy-temp-area h2{
        font-size: 20px;
        margin-bottom: 25px;
    }
    .hy-plan-banner{
        height:calc(100vh - 48px);
    }
    .banner-img{
        background:url(../img/hy-08.jpg) no-repeat center center;
        background-size: cover;
    }
    .banner-img img{
        display: none;
    }
}



@media screen and (max-width:1366px){
    .hy-section{
        padding: 50px 0;
    }
    .hy-plan-nav .hy-container{
        width: 1000px;

    }
    .hy-plan-nav li{
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    .hy-fixed{
        margin-top: -45px;
    }
    .hy-fixed img{
        height: 90px;
    }
    .hy-title{
        margin-bottom: 40px;
    }
    .hy-title img{
        height: 80px;
    }
    .hy-section-1 p{
        font-size: 16px;
    }
    .hy-section-3 li{
        padding: 10px 20px;;
    }
    .hy-section-3 li p{
        font-size: 16px;
        background-size: auto 30px;
        padding-left: 45px;
        line-height:30px;
    }
    .hy-section-5 .hy-process{
        top:25%;
    }
    .hy-process li p{
        font-size: 16px;
    }
}

@media screen and (max-width:1280px){
    .hy-plan-nav .hy-container{
        width: 88%;
    }
    .hy-container{
        width: 88%;

    }

}

@media screen and (max-width:1024px){
    .hy-plan-nav .hy-container{
        width: 100%;
    }
    .plan-light-list li p{
        font-size: 16px;
    }
    .banner-img{
        background:none;
    }
    .banner-img img{
        display: block;
    }
}
@media screen and (max-width: 768px){
    .hy-plan-banner{
        height: auto;
    }
    .plan-light-list li.light-1{
        top:5%;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .plan-light-list li.light-2{
        top:42%;
    }
    .plan-light-list li.light-3{
        top:79%;
    }
    .banner-img{
        height: 400px;
        overflow: hidden;
    }
    .banner-img img{
        width: auto;
        height: 460px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .hy-logo{
        width: 100px;
        top:25%;
        left:50%;
        margin-left: -50px;
    }
    .hy-plan-nav li{
        height: 48px;
        line-height: 48px;
        font-size: 16px;
    }
    .hy-title img{
        height:70px;
    }
    .hy-process li p{
        font-size: 16px;
    }

    .hy-section-2 .hy-container{
        width: 96%;
    }
    .plan-light-list li p{
        font-size: 16px;
    }
    .hy-section-6 .left-bg-img{
        float: none;
        width: 100%;
    }
    .hy-area{
        float: none;
        width:100%;
    }

    .hy-plan-nav li:hover{
        background: none;
    }

    .hy-plan-nav li:hover a{
        color: #094ebe;
    }
    .hy-plan-nav li.on{
        background-color: #5212b0;
        background-image: linear-gradient(to bottom,#046eff 0% ,#5212b0 70% )
    }
    .hy-plan-nav li.on a{
        color: #fff;
    }
    .hy-section-5 .hy-process{
        top:22%;
        width: 80%;
    }
    .hy-section{
        padding: 40px 0;
    }
    .light-bg img{
        width: 94%;
    }
    .plan-light-list li p{
        padding-left: 0;
    }
}
@media screen and (max-width: 640px){
    .hy-plan-nav li span{
        display: none;
    }
}
@media screen and (max-width: 480px){
    .hy-plan-nav .hy-container{
        width: 100%;
    }
    .hy-container{
        width:90%;
    }
    .hy-plan-nav li{
        font-size: 12px;
    }

    .hy-section-1 p{
        font-size: 14px;
        line-height: 1.6;
    }
    .hy-section-2 .hy-context p{
        font-size: 16px;
    }
    .hy-section-2 h3{
        font-size: 18px;
    }
    .plan-dev-list li .dev-title{
        width: 100px;
        height:100px;
        padding-left:5px;
        padding-right: 5px;
    }

    .light-bg{
        display: none;
    }
    .plan-light-list{
        padding: 20px 20px;
        background-image: linear-gradient(to bottom,#048afd 10% ,#0a40ae 100% )
    }
    .plan-light-list li{
        position: static;
        width: 100%;
        margin-bottom: 15px;
    }
    .plan-light-list li h2{
        display: block;
        font-size: 16px;
        margin-bottom: 8px;
    }
    .plan-light-list li.light-1{
        padding-left: 0;
    }
    .plan-light-list li p{
        font-size: 14px;
    }
    .hy-section-4 .left-bg-img{
        width: 100%;
        height:300px;
    }
    .hy-section-4 .hy-dev{
        width: 90%;
        left:5%;
    }
    .hy-section-4 .left-bg-img img{
        height: 100%;
        width: auto;
    }
    .hy-fixed img{
        height: 40px;
    }
    .hy-section-3 li p{
        font-size: 14px;
        background-size: auto 22px;
        padding-left: 30px;
        line-height: 1.5;
    }
    .hy-section-3 li{
        padding: 10px 10px;
    }
    .hy-title img{
        height: 50px;
    }
    .hy-section{
        padding: 30px 0;
    }
    .hy-temp-area h2{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .hy-temp-area{
        width: 100%;
    }
    .banner-img img{
        height: 400px;
    }
    .hy-section-5 .right-bg-img{
        width: 100%;
        display: none;
    }
    .hy-section-5 .hy-process{
        position: static;
        width: 100%;
        padding: 10px 10px 0;
        background: url(../img/hy-22.png) no-repeat left bottom;
        background-size: cover;
        box-sizing: border-box;
    }
    .hy-process .img-box{
        margin-bottom: 8px;
    }
    .hy-process li{
        width: 25%;
        margin-bottom: 10px;
    }
    .hy-process li p{
        font-size: 12px;
    }
    .hy-process .img-box img{
        width: 80%;
        margin: 0 auto
    }
    .plan-light-list li p{
        padding-left: 0;
    }
}
@media screen and (max-width: 320px){
    .hy-section-4 .left-bg-img{
        height: 250px;
    }
}