*{
    margin: 0;
    padding: 0;
    list-style: none;
}

html,body{
    width: 100%;
    height: 100%;
}
.top{
    background-color:#ED8F03;
}
.bnner{
    width: 70%;
    margin: auto;
    /* height: 100%; */
    min-width: 1080px;
    /* background-color: red; */
}

/* 导航栏 */
.top ul {
    display: flex;
    float: right;
    margin-top: 40px;
}
.top ul li{
    margin: 0 20px;
    color: white;
}
.top ul li h1{
    width: 30%;
    height: 3px;
    background-color: black;
    margin: 0 auto;
    margin-top: 24px;
    display: none;
}
.top ul li:hover{
    color: black;
    cursor: pointer;
}
.top ul li:hover h1{
    display: block;
}



/* 第一个图片 */
.one-img{
    width: 100%;
    /* height: 90%; */
    /* margin-top: 100px; */
}
.one-img>img {
    width: 100%;
    margin-top: -29px;
}

/* 路径 */
.way{
    margin-top: 10px ;
    color: #555555;
    position: relative;
    margin-bottom: 50px;
}
.way p{
    margin-bottom: 40px;
    font-size: 14px;
    height: 20px;
}
 .way p a{
     color: #999999;
     text-decoration: none;
 } 
 .way p a:hover{
     color: blueviolet;
 }
 .way p span>a{
     color: rgb(89, 89, 156);
 }
 .btn{
     width: 140px;
     height: 40px;
     background-color:#ED8F03 ;
     text-align: center;
     position: relative;
     left: 50%;
     transform: translateX(-50%);
     margin-top: 50px;
   }
 .btn a{
     line-height: 40px;
     color:white;
     text-decoration: none;
     font-weight: 600;
 }
 .name{
    /* height: 400px; */
    /* margin-bottom: 50px; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
 }
 .name h3{
     margin: 20px 0;
 }
 .name h4{
     /* margin-top: 80px; */
     /* width: 1080px; */
     text-align: left;
     font-weight: normal;
     margin-bottom: 20px;
     line-height: 28px;
 }
 .name .line{
     width: 60px;
     height: 2px;
     background-color: #999999;
     margin-top: 10px;
     position: relative;
     left: 3%;
     transform: translateX(-50%);
     margin-bottom: 50px;
 }
 .two-img{
     margin: auto;
     text-align: center;
 }
 h4{
     text-indent: 2em;
 }
 .bnner img{
 	width: 100%;
 }

