/* 字体 */
@font-face {
    font-family: "SourceHanSansSC";
    /*定义字体名*/
    src: url(../css/font/SourceHanSansSC-Regular.otf);
    /*字体包的引入路径*/
}

html,
body,
#app,
.swiper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fffbef;
}

a {
    color: #313131;
    text-decoration: none;
}

.nav_banner {
    width: 100%;
}

.nav_menu {
    height: 50px;
    color: #E13A00;
    font-size: 14px;
    padding: 0 100px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_menu .nav_menu_left {
    font-size: 16px;
    cursor: pointer;
}

.nav_menu .nav_menu_left img {
    transform: translate(-5px, 2px);
}


.copyright {
    width: 1080px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 50px 0;
}

.copyright>img {
    width: 224px;
    height: 71px;
}

.copyright>div {
    float: right;
    margin-left: 21px;
    margin-top: 16px;
}

.copyright p {
    margin: 0 auto;
    font-size: 14px;
    font-family: 'SourceHanSansSC', 'Microsoft Yahei' !important;
    color: rgb(53, 53, 53);
    line-height: 1.714;
}

.list {
    text-align: center;
}

.list .list_hd {
    display: flex;
    justify-content: center;
    margin: 0 235px;
    border-bottom: 1px solid #CBCBCB;
}

.list_hd .box {
    width: 744px;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    height: 0 !important;
    -webkit-appearance: none;
    background: transparent;
}

.list_hd .hd_item {
    display: inline-block;
    width: 182px;
    color: #666;
    font-size: 24px;
    padding: 44px 0 44px;
    user-select: none;
}

.hd_active {
    color: #E68555 !important;
    background: url(/static/pc-h5/images/tafang/list_active_bg.png) no-repeat;
    background-position: 0 56px;
}

.list_td .td_col {
    padding: 0 235px;
}

.list_td .td_col:hover {
    background: #f9eedd;
}

.list_td .td_col .td_item {
    display: flex;
    justify-content: center;

    padding: 71px 0;
    border-bottom: 1px solid #CBCBCB;
    font-size: 18px;
}

.list_td .td_col .td_item .title:first-child {
    width: 650px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.pagination {
    display: flex;
    justify-content: center;
    padding: 110px 0;
}

.page_active {
    color: #fff !important;
    background: #E68555 !important;
}

.up,
.next,
.page a,
.first_page,
.last_page {
    display: inline-block;
    color: #E68555;
    font-size: 16px;
    border: 1px solid #E68555;
    padding: 0 10px;
    margin: 0 2px;
    cursor: pointer;
}

.first_page,
.up {}

.page {
    margin: 0 2px;
}

.page a {
    margin: 0;
}

.page .none {
    border: none;
    cursor: default;
}