.headline{
    width: 70%;
    height: auto;
    background: linear-gradient(#EE7419,#F5A916,#EE7419);
    margin: 3vw auto;
    text-align: center;
    font-size: 5vw;
    color: #FFFFFF;
    border-radius: 5px;
    letter-spacing:20px; 
}

.img{
    width: 65%;
    height:auto;
    display: flex;
    justify-content:space-around;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
}

.img img{
    width: 45%;
    height:  auto;
}


.lists{
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 30px 0 ;
    background: #fff;
    overflow: hidden;
    font-size: 1.5vw;
}
.lists ul{
    width: 60%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lists ul li{
    background: #E78319;
    width: 8vw;
    height: auto;
    border: 1px solid white;
    border-radius: 10vw;
    line-height: 40px;
    color: white;
    padding: 10px 5px;
}

.lists ul li:hover{
    background: white;
}

.lists ul li:hover a{
    background: white;
    text-decoration:none;
    color: #E78319;
}
.container {
    text-align: center;
    margin: 0 auto;
    width: 80%;
    height: auto;
    max-width: 80%;
}
.carousel img{
    width: 100%;
    text-align: center;
}
.sign{
    width: auto;
    height: 40%;
}


