.footer-box{
    width: 100%;
  	min-width: 1420px;
    background-color: #374B57;
}
.footer-top{
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.top-left{
    width: 61%;
    border-right: 1px solid rgba(255,255,255,0.15);
}
.top-left-one{
    width: 100%;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 62px 0px 227px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    box-sizing: border-box;
}
.footer-logo{
    width: 184px;
    height: 40px;
}
.follow{
    position: relative;
    display: flex;
    align-items: center;
}
.follow-text{
    font-size: 17px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 24px;
    margin-right: 15px;
}
.footer-icon{
    width: 51px;
    height: 51px;
    cursor: pointer;
}
.top-left-two{
    width: 100%;
    height: 80px;
    padding: 0px 62px 0px 211px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.15);
    box-sizing: border-box;
}
.footer-nav{
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #FFFFFF;
}
.top-left-three{
    width: 100%;
    height: 58px;
    padding: 0px 61px 0px 211px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.footer-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(255,255,255,0.5);
}
.top-right{
    padding-top: 50px;
    padding-left: 75px;
}
.address-text{
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    color: #FFFFFF;
}
.footer-bottom{
    width: 100%;
    height: 79px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-emblem{
    width: 13px;
    height: 14px;
    margin-right: 8px;
}
.hide-box{
    position: absolute;
    padding: 10px;
    background-color: #FFFFFF;
    top: -140px;
    left: 65px;
    display: none;
  	z-index: 1000;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.hide-box>img{
    width: 100px;
    height: 100px;
}
.hide-box2{
    position: absolute;
    padding: 10px;
    background-color: #FFFFFF;
    top: -140px;
    left: 135px;
    display: none;
  	z-index: 1000;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.hide-box2>img{
    width: 100px;
    height: 100px;
}
@media screen and (max-width: 1800px){
  	.top-left-one{
  		padding: 0px 62px 0px 125px;
  	}	
  	.top-left-two{
    	padding: 0px 62px 0px 125px;
	}
  	.top-left-three{
    	padding: 0px 61px 0px 125px;
	}
}