.top-container {
    width: 100%;
    background-color: #fff;
    padding-bottom: 15px;

}

.top-box {
    padding-top: 18px;
    background-color: #fff;
}

.index-nav {
    /*margin-top: 39px;*/
}

.logo-box {

}

.logo-box .logo {
    display: block;
    /*width: 274px;*/
    width: auto;
    /*height: 37px;*/
    height: 54px;
}

.logo-box .logo-title {
    font-size: 18px;
}

.logo-box .logo-en {
    font-size: 8px;
}



/*.nav-item {
    line-height: 56px;
    padding: 0 20px;
    margin-left: 0;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    float: left;
    text-align: center;
}

.nav-item:hover {
    color: #ffffff;
}

!*包含下一级*!
.nav-item.has-sub {
    background: url("../images/nav-triangle.png") no-repeat center right;
    background-position: 92% center;

}

.nav-item.current:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 4px;
    background: #fff;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);


}





.nav-item.has-sub:hover .sub-nav {
    display: block;
}

.sub-nav {
    width: 100px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: none;
    padding: 6px 0;
    box-shadow:1px 1px 4px rgb(0 0 0 / 8%);
    position: absolute;
    left: 0;
    top: 50px;
}

.sub-nav-item {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #111;
    font-weight: normal;
    transition: all ease 0.3s;

}
.sub-nav-item:hover {
    background: #f6f6f6;
    color: #1064EC;
    transition: all ease 0.3s;
    font-weight: bold;

}*/




.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt60 {
    margin-top: 60px;
}


.color-active {
    color: #1064EC;
}

.color111 {
    color: #111111;
}

.font16 {
    font-size: 16px;
}

.color999 {
    color: #999999;
}

.bold {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.mt10 {
    margin-top: 10px;
}

.bg-white {
    background-color: #ffffff;
}
.location-box-container{
    width: 100%;
    background-color: #FBFBFD;
}
.location-box {
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0;
}

.pagewd.border {
    border: 1px solid #ECECEC;
}


/*搜索框*/
.search_main {
    width: 347px;
    height: 34px;
    background: #ffffff;
    border: 1px solid #1064EC;
    border-radius: 4px;
    margin-top: 25px;
    overflow: hidden;
}

.search_main .search_inp {
    display: block;
    float: left;
    width: 300px;
    height: 34px;
    font-size: 15px;
    color: #333333;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 10px;
    background: #FFFFFF;
    border: none;
}


.search_main .search_btn {
    font-size: 16px;
    position: relative;
    background: #1064EC;
    color: #fff;
    line-height: 58px;
    height: 34px;
    width: 40px;
    border: none;
    cursor: pointer;

    background: url("../images/search.png") no-repeat center;
    background-color: #1064EC;

}


/*筛选*/
.filter-box {
    margin-top: 14px;
}

.filter-box .filter-row {
    padding: 4px 0 14px;
    border-top: 1px solid #F3F3F3;
}

.filter-box .filter-tags {
    width: 1064px;
}
.filter-box .filter-checkboxs{
    width: 1064px;
}
.filter-box .filter-title {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
    width: 70px;
    margin-top: 12px;
    margin-left: 16px;
    margin-right: 7px;
    text-align: right;
}

.filter-box .filter-tag {
    font-size: 14px;
    color: #111;
    line-height: 26px;
    border-radius: 13px;
    padding: 0 15px;
    margin-right: 25px;
    float: left;
    margin-top: 12px;
    cursor: pointer;
    transition: all ease 0.3s;

}

.filter-box .filter-tag.select {

    background: #1064EC;
    color: #fff;
    transition: all ease 0.3s;
}

.top-box .frt{
    margin-top: 15px;
}
.ftopbox{
    width: 100%;
    background-color: #1064EC;
    min-width: 1200px;
}
