@font-face {
    font-family: "Bebas";
    src: url("../fonts/bebas-webfont.woff2") format("woff2"), url("../fonts/bebas-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "GOTHICB_0";
    src: url("../fonts/GOTHICB_0.TTF");
}

@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url("../fonts/SourceHanSansCN-Bold.otf") format("otf");
}
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("../fonts/SourceHanSansCN-Regular.otf") format("otf");
}
.f55{
    font-size: 55px;
    line-height: 1;
}
.f45 {
    font-size: 45px;
    line-height: 1;
}

.f36 {
    font-size: 36px;
}

.f34 {
    font-size: 34px;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

.f16 {
    font-size: 16px;
}
@media only screen and (max-width: 1200px) {
    .f55{
        font-size: 40px;
        line-height: 1;
    }
    .f45 {
        font-size: 36px;
        line-height: 1;
    }
    .f36 {
        font-size: 32px;
    }
    
    .f34 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 960px) {
    .f55{
        font-size: 30px;
        line-height: 1;
    }
    .f45 {
        font-size: 28px;
        line-height: 1;
    }
    .f36 {
        font-size: 26px;
    }
    
    .f34 {
        font-size: 24px;
    }
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

}

@media only screen and (max-width: 640px) {
    .f55 {
        font-size: 18px;
    }
    .f45 {
        font-size: 24px;
    }
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }
}

.fw600 {
    font-weight: 600;
}

.fc33 {
    color: #333333;
}

.fcff {
    color: #FFFFFF;
}

.fce8 {
    color: #E8E8E8;
}

.fc55 {
    color: #555555;
}

.fc66 {
    color: #666666;
}

.fc99 {
    color: #999999;
}

.fl1875 {
    line-height: 1.875;
}

.width1440 {
    width: 84%;
    max-width: 1440px;
    margin: 0 auto;
}

/* 底部开始 */
footer {
    background: url(../img/footer-bg.png) no-repeat center/cover;
}

footer .foot-top {
    padding: 56px 0 34px;
    box-sizing: border-box;
}

footer .foot-top-texts {
    width: 382px;
}

footer .foot-top-nav {
    width: calc(100% - 382px);
}

footer .foot-top-nav .nav-box {
    width: 78%;
    margin-left: auto;
}

footer .foot-name {
    color: #9C9C9C;
}

footer .foot-text {
    color: #9C9C9C;
    margin-top: 6px;
}

footer .foot-text-box .text {
    margin-bottom: 18px;
}

footer .foot-texts {
    margin-top: 22px;
}

footer .foot-text-box .text:last-child {
    margin-bottom: 0;
}

footer .foot-tel {
    color: #FFFFFF;
    line-height: 1;
}

footer .foot-top-nav a {
    display: block;
    font-size: 16px;
}

footer .foot-top-nav .tit {
    color: #FFFFFF;
    margin-bottom: 20px;
    margin-top: 16px;
}

footer .foot-top-nav .link {
    color: #9C9C9C;
    margin-top: 8px;
    transition: all .4s;
}

footer .copyright {
    color: #9C9C9C;
    padding: 32px 0;
    box-sizing: border-box;
    font-size: 16px;
    border-top: 1px solid #313131;
}

footer .copyright .record a {
    color: #9C9C9C;
}

/* 面包屑开始 */
.crumbs {
    position: relative;
    margin-top: -60px;
}

.crumbs .item {
    width: 230px;
    height: 60px;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    transition: all .4s;
}

.crumbs .item.active {
    background: rgba(255, 255, 255, .6);
    color: #333333;
}

.mt60 {
    margin-top: 60px;
}

.mt45 {
    margin-top: 45px;
}

.mt40 {
    margin-top: 40px;
}

.pt35 {
    padding-top: 35px;
}

.pt100 {
    padding-top: 100px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb80 {
    padding-bottom: 80px;
}
.pt65 {
    padding-top: 65px;
}
.pt80 {
    padding-top: 80px;
}

.pb60 {
    padding-bottom: 60px;
}



.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-line {
    width: 53px;
    height: 2px;
    background: #E83239;
    margin-top: 14px;
}

.page-desc {
    margin-top: 20px;
}


::-webkit-scrollbar {
    width : 3px;  
    height: 1px;
}
::-webkit-scrollbar-thumb {
    background   : #E83239;
}
::-webkit-scrollbar-track {
    background   : #dddd;
}

@media only screen and (min-width: 960px) {
    footer .foot-top-nav .link:hover{
        transform: translateX(8px);
        color: #E5222A;
    }
}
@media only screen and (max-width: 1440px) {
    footer .foot-top-nav .nav-box {
        width: 85%;
    }
}

@media only screen and (max-width: 1200px) {
    .width1440{
        width: 92%;
    }
    .pt100 {
        padding-top: 80px;
    }
    .pb100 {
        padding-bottom: 80px;
    }
    footer .foot-top-nav .nav-box {
        width: 88%;
    }

}

@media only screen and (max-width: 1043px) {
    .crumbs{
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .pt100 {
        padding-top: 60px;
    }
    .pb80 {
        padding-bottom: 60px;
    }
    .pb70 {
        padding-bottom: 60px;
    }
    .pb100 {
        padding-bottom: 60px;
    }
    .pt80 {
        padding-top: 60px;
    }
    .pt65 {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 960px){
    footer .foot-top{
        display: none;
    }
}

@media only screen and (max-width: 768px){
    .pb80 {
        padding-bottom: 30px;
    }
    .pt100 {
        padding-top: 30px;
    }
    .mt60 {
        margin-top: 30px;
    }
    .mt40 {
        margin-top: 30px;
    }
    .pb70 {
        padding-bottom: 30px;
    }
    .pb100 {
        padding-bottom: 30px;
    }
    .pt80 {
        padding-top: 30px;
    }
    .pb60 {
        padding-bottom: 30px;
    }
    .mt45 {
        margin-top: 20px;
    }
    .pt65 {
        padding-top: 20px;
    }
    .page-line{
        width: 38px;
    }
    footer .copyright{
        text-align: center;
        justify-content: center;
        line-height: 1.72;
        padding: 25px 0;
    }
    footer .copyright-l{
        margin-bottom: 5px;
    }
}
