@charset "UTF-8";

.homepage {
    /*width: 1367px;*/
    margin: 0 auto;
    background: #FFF;
    flex: 1;

}
.homepage .header .top .topOne {
    width: 1100px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    justify-content: space-between;
}
.homepage .header .top .topOne .enongImage {
    float: left;
    height: 40px;
    margin-top: 5px;
}

.homepage .header .top .topOne .searchBoxOther {
    float: left;
    height: 36px;
    margin-top: 7px;
}
.homepage .header .top .topOne .searchBoxOther .search {
    background: url("../../image/搜索框.png");
    width: 368px;
    float: left;
    height: 36px;
    border: none;
    padding-left: 15px;
}
.homepage .header .top .topOne .searchBoxOther .search input {
    float: left;
    width: 300px;
    height: 24px;
    border: none;
    margin-top: 6px;
}
.homepage .header .top .topOne .searchBoxOther .kuang {
    float: left;
    width: 383px;
    height: 36px;
}
.homepage .header .top .topOne .searchBoxOther .serbutton {
    float: left;
    margin-left: -15px;
    width: 78px;
    height: 36px;
}


.homepage .header .top .topOne .searchBox {
    float: left;
    height: 36px;
    margin-top: 7px;
    margin-left: 296px;
}
.homepage .header .top .topOne .searchBox .search {
    background: url("../../image/搜索框.png");
    width: 368px;
    float: left;
    height: 36px;
    border: none;
    padding-left: 15px;
}
.homepage .header .top .topOne .searchBox .search input {
    float: left;
    width: 300px;
    height: 24px;
    border: none;
    margin-top: 6px;
}
.homepage .header .top .topOne .searchBox .kuang {
    float: left;
    width: 383px;
    height: 36px;
}
.homepage .header .top .topOne .searchBox .serbutton {
    float: left;
    margin-left: -15px;
    width: 78px;
    height: 36px;
}
.homepage .header .top .topOne .textBox {
    float: right;
    margin-left: 52px;
}
.homepage .header .top .topOne .textBox .loginBox, .homepage .header .top .topOne .textBox .personalBox {
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 50px;
}
.homepage .header .top .topOne .textBox .personalBox {
    margin-left: 20px;
}
.homepage .header .top .topTwo {
    height: 32px;
    background: #FFFFFF;
}
.homepage .header .top .topTwo .twoSec {
    width: 1100px;
    margin: 0 auto;
}
.homepage .header .top .topTwo .twoSec .nav-button {
    float: left;
    width: 130px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #000;
}
.homepage .header .top .topTwo .twoSec .nav-button:hover {
    cursor: default;
}
.homepage .header .top .topTwo .twoSec .option {
    font-weight: bold;
    background: #FFFFFF !important;
}
.homepage .header .imageBox {
    /*height: 360px;*/
}

.homepage .header .imageBox img{
    width: 100%;
    height: 350px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

