.mainbox{
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.mainbox .headbar{
    width: 100%;
    height: 45px;
    font-size: 13px;
    clear: both;
    background-color: #e6eaec;
}
.mainbox .headbar-detail{
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
}
.mainbox .headbar-detail .logo{
    width: 4%;
    line-height: 45px;
}
.mainbox .headbar-detail .logo img{
    max-height: 40px;
}
.mainbox .headbar-detail .welcome {
    width: 15%;
    line-height: 45px;

}
.mainbox .headbar-detail .welcome a{
    color: #B0A171;
}
.mainbox .headbar-detail .marquee {
    width: 30%;
    line-height: 45px;
    color: #B0A171;
}
.mainbox .headbar-detail .login{
    text-align: right;
    width: 46%;
    line-height: 42px;
}
.mainbox .headbar-detail .login a{
    color: #B0A171;
}
.swiper-box{
    height: 600px;
    width: 100%;
    text-align: center;
    margin: -1px auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #F8F8F8;
    box-shadow: 0 0 1px #888;
}
.footer{
    margin: 0 auto;
    max-width: 1400px;
}
.footer p{
    margin-top: 155px;
    padding-bottom: 40px;
    text-align: center;
}
.mainbox .column{
    width: 100%;
    height: 60px;
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    background: rgba(255,255,255,.8);
    padding: 0;
    margin-bottom: 20px;
}
.mainbox .column .column-main{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 60px;
    display: flex;
}
.mainbox .column .column-rate{
    vertical-align: middle;
    display: inline-block;
    line-height: 60px;
    min-width: 150px;
    font-size: 16px;
    width: 20%;
}
.mainbox .column .column-contact{
    width: 69.5%;
    text-align: right;
    line-height: 60px;
}

.mainbox .column .column-menu ul{
    float: right;
}
.mainbox .column .column-menu li{
    float: left;
    height: 60px;
    font-size: 13px;
    line-height: 60px;
    margin-right: 40px;
    position: relative;
}
.mainbox .column .column-menu li a{
    color: #B0A171;
}
.container .user-info{
    background: #f7f7f7;
    border: 1px solid #d7d7d7;
    max-width: 1400px;
    margin: 0 auto;
}
.layui-table-page{
    border: 0;
    text-align: right;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #1E9FFF;
}