/* ==================== 顶部工具栏 ==================== */
.tfy-header .mt {
    background: #f5f5f6;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #8f9aa8;
}

.tfy-header .mt a {
    color: #8f9aa8;
}

.tfy-header .mt img {
    vertical-align: -4px;
    margin-right: 6px;
}

.tfy-header .mt .fr dd {
    float: right;
    position: relative;
    padding: 0 10px;
}

.tfy-header .mt .fr dt {
    float: right;
    width: 10px;
}

.tfy-header .mt .fr dd ul {
    width: 100%;
    position: absolute;
    top: 36px;
    left: 0;
    box-shadow: 2px 2px 0 0 rgba(0,0,0,.1);
    border-top: 0;
    background: #fff;
    display: none;
    z-index: 12;
}

.tfy-header .mt .fr dd:hover ul {
    display: block;
}

.tfy-header .mt .fr dd li {
    text-align: center;
}

.tfy-header .mt .fr dd li a {
    font-size: 12px;
    line-height: 30px;
    display: block;
}

.tfy-header .mt .fr dd li a:hover {
    color: #ff5c00;
}

/* ==================== Logo和搜索区 ==================== */
.tfy-mc {
    width: 100%;
    height: 120px;
    background: #ffffff;
    margin: 0 auto;
    z-index: 99;
}

.head-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 4px 0px #ccc;
    border-bottom: solid 1px #e8e8e8;
}

.tfy_con {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.tfy-mc .tfy-logo {
    float: left;
    width: 330px;
    margin-top: 26px;
}

.tfy-mc .tfy-logo img {
    max-width: 330px;
    max-height: 86px;
    overflow: hidden;
}

.tfy-mc .tfy-search {
    float: left;
    margin-left: 20px;
}

.tfy-mc .tfy-search .tfy-t {
    margin-top: 14px;
    overflow: hidden;
    margin-bottom: 10px;
}

.tfy-mc .tfy-search .tfy-t li {
    float: left;
    font-size: 14px;
    color: #8f9aa8;
    line-height: 32px;
    position: relative;
    cursor: pointer;
    margin-right: 40px;
}

.tfy-mc .tfy-search .tfy-t li.active {
    font-weight: bold;
    color: #333333;
}

.tfy-mc .tfy-search .tfy-t li.active:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff5b6a;
}

.tfy-mc .tfy-search .tfy-b {
    position: relative;
}

.tfy-mc .tfy-search .tfy-b .search {
    float: left;
    width: 410px;
    height: 38px;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    padding: 0 20px;
    font-size: 14px;
}

.tfy-mc .tfy-search .tfy-b .button {
    float: left;
    width: 80px;
    height: 40px;
    border: 0;
    cursor: pointer;
    background: linear-gradient(to right, #ff5b6a, #ff3b4b);
    color: #fff;
    font-size: 14px;
    border-radius: 0 4px 4px 0;
}

.tfy-mc .tfy-btn {
    float: right;
    margin-top: 40px;
    overflow: hidden;
}

.tfy-mc .tfy-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 0;
    height: 42px;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 42px;
    font-weight: bold;
    text-align: center;
    border-radius: 21px;
}

.tfy-mc .tfy-btn .tfy-map {
    background: #fff;
    border: 1px solid #ff5c00;
    color: #ff5c00;
}

.tfy-mc .tfy-btn .tfy-new {
    background: linear-gradient(135deg, #ff6b6b, #ff3b4b);
    color: #fff;
    box-shadow: 0 2px 8px rgba(255, 59, 75, 0.3);
}

.tfy-mc .tfy-btn .tfy-new .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M2.01 21L23 12 2.01 3 2 10l15 2-15 2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

/* ==================== 主导航菜单 ==================== */
.tfy-mb {
    height: 50px;
    background: #ff3b4b;
}

.tfy-mb .w {
    overflow: hidden;
}

.tfy-mb .slide li {
    width: 9%;
    float: left;
    text-align: center;
}

.tfy-mb .slide li h3 {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
}

.tfy-mb .slide li h3 a {
    color: #fff;
}

.tfy-mb .slide li.active h3 {
    background: #fa1d30;
}

.tfy-mb .slide li:hover h3 {
    background: rgba(255,255,255,0.1);
}

/* ==================== 底部 ==================== */
.tfy-footer {
    background: #333;
    color: #999;
    padding: 30px 0;
    margin-top: 50px;
}

.footer-links {
    text-align: center;
    margin-bottom: 15px;
}

.footer-links a {
    color: #ccc;
    margin: 0 10px;
}

.footer-copyright {
    text-align: center;
    font-size: 12px;
}

.footer-copyright p {
    margin: 5px 0;
}
