/* CSS Document */
@font-face {
  font-family: 'OPlusSans3'; /* 自定义字体名称 */
  src: url('../font/OPlusSans3-Regular.woff') format('woff'),
       url('../font/OPlusSans3-Regular.ttf') format('truetype');
  font-weight: 400; /* Regular 对应 400 */
  font-style: normal;
  font-display: swap; /* 优化加载体验，防止白屏 */
}
@font-face {
  font-family: 'OPlusSans3_Light'; /* 自定义字体名称 */
  src: url('../font/OPlusSans3-Light.woff') format('woff'),
       url('../font/OPlusSans3-Light.ttf') format('truetype');
  font-weight: 400; /* Regular 对应 400 */
  font-style: normal;
  font-display: swap; /* 优化加载体验，防止白屏 */
}
@font-face {
  font-family: 'OPlusSans3_ExtraLight'; /* 自定义字体名称 */
  src: url('../font/OPlusSans3-ExtraLight.woff') format('woff'),
       url('../font/OPlusSans3-ExtraLight.ttf') format('truetype');
  font-weight: 400; /* Regular 对应 400 */
  font-style: normal;
  font-display: swap; /* 优化加载体验，防止白屏 */
}
@font-face {
  font-family: 'OPlusSans3_Medium'; /* 自定义字体名称 */
  src: url('../font/OPlusSans3-Medium.woff') format('woff'),
       url('../font/OPlusSans3-Medium.ttf') format('truetype');
  font-weight: 400; /* Regular 对应 400 */
  font-style: normal;
  font-display: swap; /* 优化加载体验，防止白屏 */
}
@font-face {
  font-family: 'OPlusSans3_Bold'; /* 自定义字体名称 */
  src: url('../font/OPlusSans3-Bold.woff') format('woff'),
       url('../font/OPlusSans3-Bold.ttf') format('truetype');
  font-weight: 400; /* Regular 对应 400 */
  font-style: normal;
  font-display: swap; /* 优化加载体验，防止白屏 */
}
@font-face {
  font-family: 'SourceHanSansSC_ExtraLight'; /* 思源黑体ExtraLigh */
  src: url('../font/SourceHanSansSC-ExtraLight.woff2') format('woff2'),
       url('../font/SourceHanSansSC-ExtraLight.otf') format('opentype');
  font-weight: 250; /* ExtraLight 对应 250 */
  font-style: normal;
  font-display: swap; /* 优化加载体验，防止白屏 */
}


body{ margin:0; padding:0; font-family: 'SourceHanSansSC_ExtraLight','Helvetica Neue','Helvetica','PingFang SC','Tahoma','Arial','sans-serif'; font-size:12px; color:#373737; background:#ffffff;}
ul,li,dl,dt,dd{ list-style:none; margin:0; padding:0; outline:none;}
a{ text-decoration:none; color:#373737; margin:0; padding:0; border:0; outline:none;}
p,h2,h3,h4,img,div{ border:0; margin:0; padding:0; outline:none; font-weight:normal;}
input,textarea{ border:0; outline:none; outline:none;}
img{ display:block; max-width:100%; max-height:100%; outline:none;}
.w1400{ width:96%; margin:0 auto;}
.layer{ width: 82.3%; margin:0 auto;}
.flex{ display: flex;flex-wrap: wrap;}


header{
    width: 100%;
    height: 80px;
    background: rgba(0,0,0,0.6);
    border-bottom: 1px solid rgb(255, 255, 255, 0.2);
    position:absolute;
    left:0;
    top:0;
    z-index: 999;
    color:#ffffff;
}
header .logo{
    height: 80px;
    aspect-ratio: 195/80;
    background-size: 100% 100%;
}
header .logo svg{
    fill: white !important;
    stroke: white !important;
}
header .flex{
    justify-content: space-between;
}
header .flex .r{
    display: flex;
    line-height: 80px;
}
header .flex .r .menu{
    display: flex;
}
header .flex .r .menu>li{
    margin-right:38px;
    position: relative;
}
header .flex .r .menu>li>a{
    display: block;
    font-size:20px;
    line-height:80px;
    color:#ffffff;
}
header .flex .r .menu>li>a:hover{
    color:#b49766;
}
header .flex .r .menu>li:last-child{
    margin-right:0;
}
header .flex .r .menu>li.active a{
    color:#b49766;
}
header .flex .r .menu>li .box{
    width: 150%;
    padding:10px 0;
    background:rgba(0,0,0,0.6);
    position:absolute;
    left:50%;
    top:80px;
    transform: translateX(-50%);
    display:none;
}
header .flex .r .menu>li .box .layer{
    display:flex;
    flex-direction: column;
}
header .flex .r .menu>li .box .layer dd{
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
header .flex .r .menu>li .box .layer dd a{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
}
header .flex .r .menu>li .box .layer dd:last-child{
    border-bottom: 0;
}
header .flex .r .menu>li .box .layer dd:hover a{
    color: #b49766;
}
header .flex .r .mobile_menu{
    display:flex;
    justify-content:center;
    align-items:center;
    display:none;
}
header .flex .r .mobile_menu .iconfont{
    font-size: 30px;
}
header.action{
    background: rgba(0,0,0,0.6);
}

footer{
    background:url(../images/index_80.jpg) no-repeat center center;
    background-size:cover;
}
footer .foot1 h3{
    font-size:20px;
    line-height:30px;
    margin-bottom:25px;
}
footer .foot1 h3 a{
    color:#ffffff;
}
footer .foot1{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    padding:4.1666% 0 1.0416%;
    border-bottom:1px solid rgba(255,255,255,0.5);
}
footer .foot1 dt{
    width: 65%;
    display:flex;
}
footer .foot1 .l{
    display:flex;
    width:53.8461%;
    border-right:1px solid rgba(255,255,255,0.5);
    box-sizing:border-box;
}
footer .foot1 .l .item{
    width:45%;
}
footer .foot1 .l .item p{
    font-size:14px;
    line-height:25px;
}
footer .foot1 .l .item p a{
    color:#ffffff;
}
footer .foot1 .c{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    width:46.1538%;
    padding:0 0 0 8%;
    box-sizing:border-box;
}
footer .foot1 .c h3{
    width:100%;
}
footer .foot1 .c .item{
    width:48%;
    max-width:130px;
}
footer .foot1 .c .item p{
    font-size:12px;
    line-height:20px;
    color:#ffffff;
    opacity:0.5;
    text-align:center;
    margin-top:10px;
}
footer .foot1 dd{
    width: 30%;
}
footer .foot1 .r{
    padding:0 0 0 4%;
    box-sizing:border-box;
}
footer .foot1 .r span{
    line-height: 25px;
    font-size: 14px;
    color:#ffffff;
    opacity:0.5;
}
footer .foot1 .r p{
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 15px;
}
footer .foot2{
    font-size:14px;
    line-height:60px;
    color:#ffffff;
    opacity:0.5;
}
footer .foot2 a{
    color:#ffffff;
}

.ny_mbx{
    width:100%;
    height:50px;
    background-color: #f5f3f4;
    border-bottom: 1px solid #e9e9e9;
    box-sizing:border-box;
}
.ny_mbx .layer{
    justify-content: space-between;
    font-size: 12px;
    line-height: 50px;
}
.ny_mbx .lj{
    color: #999999;
}
.ny_mbx .lj a{
    color: #999999;
    font-weight: lighter;
}
.ny_mbx .lj a:hover{
    color: #b49766;
}


#pages{
    display: flex;
    justify-content: center;
    margin: 1.041% 0 0;
}
#pages li{
    margin: 0 2px;
    border: 1px solid #666666;
    border-radius: 2px;
    font-size: 14px;
}
#pages li a{
    display: block;
    padding: 5px 8px;
}
#pages li:hover{
    border: 1px solid #b49766;
}
#pages li:hover a{
    color: #b49766;
}
#pages li.active{
    border: 1px solid #b49766;
    background: #b49766;
}
#pages li.active a{
    color: #ffffff;
}
#pages li.active:hover a{
    color: #ffffff;
}
#pages li.disabled{
    border: 1px solid #cccccc;
    color: #cccccc;
}
#pages li.disabled a{
    color: #cccccc;
}
#pages li.disabled:hover{
    border: 1px solid #cccccc;
    color: #cccccc;
}
#pages li.disabled:hover a{
    color: #cccccc;
}


@media only screen and (min-width:1600px) and (max-width: 1920px){
}
@media only screen and (min-width:1440px) and (max-width: 1599px){
}
@media only screen and (min-width:1360px) and (max-width: 1439px){
}
@media only screen and (min-width:1200px) and (max-width: 1359px){
}
@media only screen and (min-width:1024px) and (max-width: 1199px){	
}
@media only screen and (max-width: 1170px) {
    .layer{
        width: calc(100% - 20px);
    }
    header{
        height:50px;
    }
    header .logo{
        height:50px;
    }
    header .flex .r .menu{
        display:none;
    }
    header .flex .r .mobile_menu{
        display: block;
        height: 50px;
        line-height: 50px;
    }
    header .flex .r .menu.active{
        display: block;
        position: absolute;
        left: 0;
        top: 50px;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        background: rgba(0, 0, 0, 0.8);
    }
    header .flex .r .menu>li{
        margin-right: 0;
        padding: 0 2%;
    }
    header .flex .r .menu>li a{
        font-size: 16px;
        line-height: 50px;
    }
    header .flex .r .menu>li .box{
        width: 100%;
        background: none;
        position: static;
        transform: translateX(0);
    }
    header .flex .r .menu>li .box .layer dd{
        text-align: left;
        padding-left: 15px;
    }

    footer .foot1{
        flex-wrap: wrap;
    }
    footer .foot1 dt{
        width: 100%;
        flex-wrap: wrap;
    }
    footer .foot1 .l{
        display: none;
    }
    footer .foot1 .c{
        width: 100%;
        padding: 0;
    }
    footer .foot1 dd{
        width: 100%;
    }
    footer .foot1 .r{
        padding: 20px 0 0;
    }
    footer .foot2{
        line-height: 1.5;
        padding: 10px 0;
    }
}