@font-face {
    font-family: "SourceHanSerifCN";
    src: url(../font/SourceHanSerifCN-Medium.otf);
}

@font-face {
    font-family: "NotoSansCJK";
    font-weight: 500;
    src: url(../font/NotoSansCJK-DemiLight-4.otf);
}
@font-face {
    font-family: "NotoSansCJK";
    font-weight: 500;
    src: url(../font/NotoSansCJK-DemiLight-4.otf);
}
@font-face {
    font-family: "NotoSansCJK";
    font-weight: 600;
    src: url(../font/NotoSansCJK-Medium-5.otf);
}
@font-face {
    font-family: "NotoSansCJK";
    font-weight: 300;
    src: url(../font/NotoSansCJK-Thin-2.otf);
}

/* ===============================index*/

/* 标题 */
.IndTit span {
    font-family: "SourceHanSerifCN";
    font-size: 52px;
    position: relative;
    background: linear-gradient(to right, #C08F5B, #DDB67D);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.IndText span {
    font-size: 32px;
    position: relative;
    background: linear-gradient(to right, #B1924A, #B1924A);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1;
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.color_b span {
    color: #fff;
}

.color_h span {
    color: #333;
}

.color_b {
    color: #fff !important;
}

.color_h {
    color: #333 !important;
}

.appText .ying {
    font-family: "SourceHanSerifCN";
    font-size: 52px;
    position: relative;
    background: linear-gradient(to right, #C08F5B, #DDB67D);
    -webkit-background-clip: text;
    color: transparent;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.appText .tit {
    font-size: 32px;
    position: relative;
    background: linear-gradient(to right, #B1924A, #B1924A);
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1;
    text-transform: uppercase;
}

.appText .text {
    margin-top: 50px;
    font-size: 24px;
    letter-spacing: 3px;
    color: #333;
    /* font-weight: bold; */
}

.appText .tit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 20px;
    height: 2px;
    background: #e60012;
    transform: translateX(-50%);
}

.tit.color_b::after {
    background: #fff;
}

.tit.color_n::after {
    background: transparent;
}

/* 下拉导航变化 */


.headerMain-bg.header {
    position: fixed;
    border-bottom: none;
    background: rgba(256, 256, 256);
    box-shadow: 0 0px 2px 0 rgb(0 0 0 / 18%);
}

.headerMain-bg.header .img1 {
    display: none;
}

.headerMain-bg.header .img2 {
    display: block;
}

.headerMain-bg .hNav ul li a {
    padding: 24px 38px;
    color: #333;
}



/* =====================================================================公共 */

/*滚动条宽高及背景*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: fff;
    border-radius: 0px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555555;
}

/*两端按钮*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*右下角汇合处样式*/
::-webkit-scrollbar-corner {
    background: khaki;
}

/*  */



@media (max-width:1368px) {
    .IndTit span,.appText .ying{
        font-size: 46px;
    }
    .IndText span,.appText .tit{
        font-size: 28px;
    }
    .appText .text{
        font-size: 22px;
    }
}
@media (max-width:1200px) {
    .IndText span,.appText .tit {
        font-size: 26px;
    }
    .IndTit span,.appText .ying {
        font-size: 42px;
    }
    .appText .text{
        font-size: 20px;
    }
    
}
@media (max-width:1024px) {
    .IndTit span,.appText .ying {
        font-size: 36px;
    }
    .IndText span,.appText .tit {
        font-size: 24px;
    }
    .appText .text{
        font-size: 18px;
    }
}
@media (max-width:900px) {
    .IndTit span,.appText .ying {
        font-size: 32px;
    }
    .IndText span,.appText .tit {
        font-size: 20px;
    }
    .appText .text{
        font-size: 16px;
        letter-spacing: 1px;
    }
    .appText .tit::after{
        width: 0;
    }
}
@media (max-width:768px) {
    .IndTit span,.appText .ying {
        font-size: 28px;
    }
    .IndText span,.appText .tit {
        font-size: 18px;
    }
}
























/* =====================================================index */