.f48 {
    font-size: 48px;
}

.f36 {
    font-size: 36px;
}

.f34 {
    font-size: 34px;
}

.h1 {
    font-size: 30px;
}

.h2 {
    font-size: 28px;
}

.h3 {
    font-size: 24px;
}

.f22 {
    font-size: 22px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 18px;
}

.h6 {
    font-size: 16px;
}

.fc33 {
    color: #333333;
}

.fc66 {
    color: #666666;
}

.fcff {
    color: #fff;
}

.fc5e {
    color: #5E5E5E;
}

.fw600 {
    font-weight: 600;
}

.fl225 {
    line-height: 2.25;
}

.fl1875{
    line-height: 1.875;
}
.fl172{
    line-height: 1.72;
}
.width1440 {
    width: 88%;
    max-width: 1440px;
    margin: 0 auto;
}
.pt100 {
   padding-top: 100px;
}

.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}

.pt50 {
    padding-top: 50px;
}

.pt70 {
    padding-top: 70px;
}

.pt80 {
    padding-top: 80px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt90 {
    padding-top: 90px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb100 {
    padding-bottom: 100px;
}
.mt90{
    margin-top: 90px;
}
.none {
    display: none !important;
}

/* 英文字母全部大写 */
.text-upp {
    text-transform: uppercase;
}
/* 英文首字母大写 */
.text-cap {
    text-transform: capitalize;
}


@media only screen and (max-width:1200px) {
    .width1440{
        width: 92%;
    }
    .pb80 {
        padding-bottom: 60px;
    }
    .pt100 {
        padding-top: 80px;
    }
    .pb100 {
        padding-bottom: 80px;
    }
    .pt90 {
        padding-top: 60px;
    }
}
@media only screen and (max-width:1180px) {
    footer .link {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 960px) {
    .f48 {
        font-size: 34px;
    }
    .h1 {
        font-size: 24px;
    }
    .h2 {
        font-size: 22px;
    }
    .h3 {
        font-size: 20px;
    }
    .f22 {
        font-size: 18px;
    }
    .h4 {
        font-size: 16px;
    }
    .h5 {
        font-size: 15px;
    }
    .h6 {
        font-size: 14px;
    }
    .mt35 {
        margin-top: 30px;
    }

    .mt50 {
        margin-top: 40px;
    }

    .mt60 {
        margin-top: 45px;
    }

    .pt20 {
        padding-top: 20px;
    }

    .pt50 {
        padding-top: 40px;
    }

    .pt70 {
        padding-top: 45px;
    }

    .pt80 {
        padding-top: 50px;
    }

    .pb80 {
        padding-bottom: 50px;
    }

    .pt90 {
        padding-top: 50px;
    }

    .pb90 {
        padding-bottom: 50px;
    }

    .pb100 {
        padding-bottom: 60px;
    }
    .pt100 {
        padding-top: 60px;
    }

}

@media only screen and (max-width: 768px) {
    .crumbs{
        display: none;
    }
    .f48 {
        font-size: 30px;
    }
    .h1 {
        font-size: 22px;
    }
    .h2 {
        font-size: 20px;
    }
    .h3 {
        font-size: 18px;
    }
    .f22 {
        font-size: 16px;
    }
    .pb100 {
        padding-bottom: 30px;
    }
    .pt100 {
        padding-top: 30px;
    }
    .pt80 {
        padding-top: 30px;
    }
    .pt50 {
        padding-top: 30px;
    }
    .pt70 {
        padding-top: 30px;
    }
    .pb90 {
        padding-bottom: 30px;
    }
    .pt90{
        padding-top: 30px;
    }
    
    .mt60 {
        margin-top: 25px;
    }
    .mt50{
        margin-top: 20px;
    }
    .mt35 {
        margin-top: 20px;
    }
    .pb80 {
        padding-bottom: 30px;
    }
    .pb90 {
        padding-bottom: 30px;
    }
    
}

.bg {
    position: relative;
    overflow: hidden;
}

.bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 10000px;
    transition: all .4s;
}

.page-fy {
    line-height: 1;
    text-align: center;
    margin-top: 40px;
}

.page-fy a {
    text-decoration: none;
    display: inline-block;
    height: 40px;
    border: 1px #dedede solid;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #333;
    margin: 5px !important;
    padding: 0 15px;
}

.page-fy a:hover {
    background: #DFB25B;
    border: 1px #DFB25B solid;
    color: #fff;
}

.page-fy span {
    background: #DFB25B;
    border: 1px #DFB25B solid;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    padding: 0 15px;
    margin: 5px !important;
    font-weight: normal !important;
}

@media only screen and (max-width: 768px) {
    .fl225 {
        line-height: 1.875;
    }
    .page-fy{
        margin-top: 20px;
    }
    .page-fy span {
        padding: 0 5px;
        width: auto;
        height: auto;
        line-height: initial;
    }
    .page-fy a {
        height: auto;
        border: none;
        line-height: initial;
        margin: 5px !important;
        padding: 0 5px;
    }
}

.page-desc {
    margin-top: 14px;
}
.page-line{
    width: 40px;
    height: 1px;
    background: #D0AC64;
    margin: 12px auto 0;
}

.crumbs .width1440{
   
    background: #FFFFFF;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
    z-index: 4;
    margin-top: -32px;
}

.crumbs .item{
    line-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all .4s;
}
.crumbs .item::before{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #DFB25B;
    transform: scale(0);
    transition: all .4s;
    position: absolute;
    left: 0;
    top: 0;
}
.crumbs .item::after{
    content: "";
    display: block;
    width: 12px;
    height: 8px;
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/crumbs_next.png) no-repeat center/cover;
    opacity: 0;
}
.crumbs .item a{
    padding: 0 48px;
    box-sizing: border-box;
    position: relative;
    text-transform: uppercase;
}
.crumbs .item a::after{
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #DCDCDC;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.crumbs .item:last-child a::after{
    display: none;
}
.crumbs .item.active::before{
    transform: scale(1);
}
.crumbs .item.active a{
    color: #DFB25B;
}
.crumbs .item.active::after{
    opacity: 1;
}

/* 
.scroll_top{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #DFB25B;
    position: fixed;
    right: 5.5%;
    bottom: 10%;
    border-radius: 3px;
    z-index: 9999;
    opacity: 0;
    transition: all .4s;
}
.scroll_top.show{
    opacity: 1;
} */

.scroll_top{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #D0AC64;
    position: fixed;
    right: 1%;
    bottom: 20%;
    border-radius: 3px;
    z-index: 99;
}

@media only screen and (max-width: 1366px) {
    .crumbs .item a {
        padding: 0 45px;
    }
}
@media only screen and (max-width: 1280px) {
    .crumbs .item a {
        padding: 0 35px;
    }
}
@media only screen and (max-width: 1043px) {
    .crumbs{
        display: none;
    }
}