
.header.headerMain-bg {
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-0%);
    padding: 0;
}
.headerMain-bg .HNavBox .HNav{
    display: block;
}
.headerMain-bg .HNavBox ul {
    padding: 0;
}

.headerMain-bg .HNavBox ul li {
    height: 80px;
}

.headerMain-bg .HNavBox ul li a>span {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.headerMain-bg.header .img2 {
    width: 400px;
}

.headerMain-bg .HNavBox ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBox {
    margin-right: 5px;
    background-color: #81704C;
}

.searchBox a {
    height: 90px;
    display: block;
    padding: 0 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.headerMain-bg .searchBox .search2 {
    display: block;
}

.headerMain-bg .searchBox .search1 {
    display: none;
}

.searchBox img {
    width: 22px;
}

.searchBox .search2 {
    display: none;
}

.headerMain-bg .indbtn a {
    height: 80px;
}

.headerMain-bg .searchBox a {
    border: none;
    height: 80px;
}

.indbtn {
    height: 100%;
    background: rgb(255 255 255 / 90%);
}
.headerMain-bg .indbtn{
    background: rgb(255 255 255 / 0%);
}
.indbtn a {
    height: 90px;
    display: block;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indbtn img {
    width: 30px;
}

.Fright {
    display: flex;
    align-items: center;
    height: 100%;
}
.searchBox div{
    width: 20px;
    height: 2px;
    background: #fff;
    margin-top: 5px;
}
.headerMain-bg .searchBox{
    background-color: rgb(129, 112, 76,0);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.headerMain-bg .searchBox div{
    background: #333;
    opacity: .7;
}
.indNavBox {
    overflow: hidden;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.48s;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 9;
    /* height: 70px; */
    background: rgb(255 255 255 / 80%);
    height: 0;
}

.indNavBox .inner {
    width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.48s;
}

.indNavBox ul {
height: 100%;
display: flex;
align-items: center;
transition: all 0.48s;
}

.indNavBox ul li {
height: 100%;
margin-left: 60px;
}

.indNavBox ul li a {
height: 100%;
display: inline-block;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}

.indNavBox ul li a:hover span {
color: #B1924A;
font-weight: 600;
}

.indNavBox ul li span {
font-size: 16px;
color: #888;
transition: all 0.2s;
}

.indNavBox ul .on span {
color: #B1924A;
font-weight: 600;
}
.headerMain-bg .HNavBox ul li:hover .indNavBox{
height: 70px;
}
































.header {
    width: 90%;
    position: fixed;
    left: 5%;
    top: 80px;
    transform: translateY(-50%);
    z-index: 999;
    box-sizing: border-box;
    transition: all 0.48s;
}

.HNavBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid rgb(255 255 255 / 50%); */
}

.HNavBox .HNav {
    display: none;
}

.HNavBox ul {
    display: flex;
    align-items: center;
    padding: 50px 0 0;
}

.HNavBox ul li {
    height: 50px;
    box-sizing: border-box;
}

.hLogo {
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
}
.hLogo img {
    width: 250px;
}

.hLogo .img1 {
    display: none;
}
.hLogo .img3 {
    display: none;
}
.hLogo .HLBox {
   margin-left: 10px;
   padding-left: 10px;
   border-left: 1px solid rgb(0 0 0 / 18%);
}
.hLogo .HLBox .tit{
    font-size: 16px;
    
    color: rgb(0 0 0 / 60%);
}
.hLogo .HLBox .en{
    font-family: "SourceHanSerifCN";
    font-size: 14px;
    letter-spacing: -1px;
    color: rgb(0 0 0 / 60%);
}
.HNavBox ul li a {
    display: block;
    height: 100%;
    padding: 0 26px;
    position: relative;
}

.HNavBox ul li a span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 3;
    height: 100%;
    position: relative;
}

.HNavBox ul li a img {
    width: 30px;
    margin-top: 15px;
}

.HNavBox ul li a .search {
    width: 22px;
    margin-top: 15px;
}

.HNavBox ul li a:hover>span {
    font-weight: 600;
    color: #B1924A !important;
}

.HNavBox ul li .on>span {
    font-weight: 600;
    color: #B1924A !important;
}

.HNavBox ul li a>span::after {
    content: '';
    width: 0%;
    height: 2px;
    /* border-radius: 20px; */
    background: #B1924A;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: all 0.48s;
    transform: translateX(-50%);
}

.HNavBox ul li a:hover>span::after {
    width: 100%;
    color: #333;
    font-weight: 600;
}

.HNavBox ul li .on>span::after {
    width: 100%;
    color: #333;
    font-weight: 600;
}

.header.headerBg {
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-0%);
}

.headerBg .HNavBox .HNav {
    display: block;
}

.headerBg .HNavBox ul {
    padding: 0;
}

.headerBg .HNavBox ul li {
    height: 80px;
}

.headerBg .HNavBox ul li a>span {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.headerBg.header .img2 {
    width: 380px;
    padding-left: 15px;
}


.headerBg .HNavBox ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBox {
    margin-right: 5px;
    background-color: #81704C;
}

.searchBox a {
    height: 90px;
    display: block;
    padding: 0 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.headerBg .searchBox .search2 {
    display: block;
}

.headerBg .searchBox .search1 {
    display: none;
}
.headerBg .indbtn{
    display: none;
}
.headerBg .indbtn a {
    height: 80px;
}

.headerBg .searchBox a {
    border: none;
    height: 80px;
}

.indbtn {
    height: 100%;
    background: rgb(255 255 255 / 90%);
}

.headerBg .indbtn {
    background: rgb(255 255 255 / 0%);
}

.indbtn a {
    height: 90px;
    display: block;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indbtn img {
    width: 30px;
}

.Fright {
    display: flex;
    align-items: center;
    height: 100%;
}

.searchBox div {
    width: 20px;
    height: 2px;
    background: #fff;
    margin-top: 5px;
}

.headerBg .searchBox {
    background-color: rgb(129, 112, 76, 0);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.headerBg .searchBox div {
    background: #333;
    opacity: .7;
}
.headerBg.header {
position: fixed;
border-bottom: none;
background: rgba(256, 256,256);
box-shadow: 0 0px 2px 0 rgb(0 0 0 / 18%);
}
.indNavBox {
    overflow: hidden;
    width: 100%;
    /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
    transition: all 0.48s;
    position: fixed;
    left: 0;
    top: 80px;
    z-index: 9;
    /* height: 70px; */
    background: rgb(255 255 255 /90%);
    height: 0;
}

.indNavBox .inner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.48s;
}

.indNavBox ul {
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.48s;
}

.indNavBox ul li a:hover span {
    color: #B1924A;
    font-weight: 600;
}

.indNavBox ul li span {
    font-size: 16px;
    color: #888;
    transition: all 0.2s;
}

.indNavBox ul .on span {
    color: #B1924A;
    font-weight: 600;
}

.headerBg .HNavBox ul li:hover .indNavBox {
    height: 70px;
}
.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 12px;
}



.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    right: 0;
    display: none;
    margin-right: 12px;
}

.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #333;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.headerMain-bg .headMenu span {
    background: #333;
}

.headMenu.active span {
    background: #333;
}

.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}
.moHead_mlb {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(120%,100%);
    z-index: 9999;
    width: 70%;
    height: calc(100vh - 70px);
    box-shadow: 0 5px 5px rgb(0 0 0 / 50%);
    z-index: 3;
    transition: all 1s;
    background: #fff;
}
.moHead_zz{
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.moHead_mlb.active{
    transform: translate(0,100%);
}
.moHead_zz.active{
   display: block;
}
.moHead_mlbXq {
    padding-top: 10px;
}

.moHead_mlb li {
    width: 100%;
    max-width: none;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
}

.moHead_mlb li:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.moHead_mlb li a {
    font-size: 16px;
    color: #333;
    padding: 13px 20px;
    display: block;
}
.moHead_mlb li.open {
    border-bottom: none;
}

.moHead_mlb li.open a {
    color: #333;
}

.toggle {
    position: absolute;
    content: "";
    display: block;
    width: 51px;
    height: 52px;
    top: 0px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .48s;
}

.toggle img {
    width: 18px;
    transform: rotate(90deg);
}

.toggle.open {
    transform: rotate(180deg);
}

.mlb_zk {
    display: none;
}

.mlb_zk a {
    display: block;
    font-size: 16px !important;
    border-top: 1px solid rgb(255 255 255 / 5%);
    color: #333 !important;
    background: #f6f6f6;
    padding: 13px;
    padding-left: 30px !important;
}

























.footer {
    background: #000;
    padding: 80px 0 0;
}

.FTBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.Flogo a {
    display: block;
}

.Flogo img {
    width: 240px;
}

.footer ul {
    display: flex;
    align-items:flex-start;
}

.footer ul li {
    margin-left: 70px;
    text-align: center;
}

.footer ul li a {
    display: block;
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
}

.footer ul li a span {
    font-size: 16px;
    color: #fff;
    padding-bottom: 7px;
    display: block;
}

.footer ul li a:hover {
    color: #fff;
}
.FCBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    padding: 50px 0 40px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.FCLBox {
    display: flex;
    align-items: center;
}

.FCItem {
    max-width: 220px;
    margin-right: 80px;
}

.itemBox {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #333;
}

.itemBox img {
    width: 50%;
    opacity: .5;
}

.FBBox {
    padding: 30px 0;
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.FBBox span {
    font-size: 14px;
    color: #888;
}

.FBBox a {
    font-size: 14px;
    color: #888;
}

.FText {
    font-size: 14px;
    color: #888;
}

.FPhone {
    font-size: 32px;
    color: #888 !important;
    line-height: 1;
}


.FCRBox {
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
}

.FCRItem {
    margin-left: 20px;
    text-align: center
}

.FCRItem img {
    width: 90px;
    background: #fff;
    padding: 5px;
}

.FCRItem p {
    text-align: center;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
}
.FBox2{
    display: none;
}
.FBox2 .Fflex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0 30px;
}
.FBox2 .FCItem img{
    width: 15px;
    opacity: .5;
    margin-right: 10px;
}
.FBox2 .FCLBox{
    width: 60%;
}
.FBox2 .FCRBox{
    width: 60%;
}
.FBox2 .FCRBox{
    margin: 0;
    justify-content: end;
}
@media (max-width:1680px) {
    .footer ul li {
        margin-left: 50px;
    }
    .HNavBox ul li a{
        padding: 0 23px;
    }
}

@media(max-width:1480px) {
    .HNavBox ul li a{
        padding: 0 18px;
    }
    .headerBg.header .img2 {
        width: 360px;
    }
    .footer ul li {
        margin-left: 40px;
    }
}

@media(max-width:1368px) {
    .headerBg.header .img2 {
        width: 350px;
    }
    .headerBg .HNavBox ul li {
        height: 70px;
    }
    .headerBg .searchBox a,.headerBg .indbtn a {
        height: 70px;
    }
    .indNavBox{
        top: 70px;
    }
    .searchBox a{
        padding: 0 20px;
    }
    .searchBox img{
        width: 18px;
    }
    .indbtn img{
        width: 25px;
    }
    .newsNav .item {
        width: 145px;
    }
    .FCRItem img {
        width: 75px;
    }
    .FCRItem p {
        font-size: 12px;
    }
    .Flogo img {
        width: 230px;
    }
    .footer ul li {
        margin-left: 30px;
    }
    .FPhone {
        font-size: 28px;
    }
    .FCItem {
        max-width: 220px;
        margin-right: 50px;
    }
    .indNavBox ul li {
        margin-left: 45px;
    }
    .FBBox span {
        font-size: 12px;
    }
    .FBBox a {
        font-size: 12px;
    }
    .headerBg.header .img2 {
        width: 310px;
    }
    .hLogo .img3 {
        display: none;
    }
    .HNavBox ul li a {
        padding: 0 16px;
    }
    .HNavBox ul li a span{
        font-size: 15px;
    }
}
@media(max-width:1200px){
    .headerBg.header .img2 {
        width: 290px;
    }
    .HNavBox ul li a {
        padding: 0px 12px;
    }
    .searchBox a {
        padding: 0 17px;
    }
    .newsNav .item {
        width: 130px;
        font-size: 14px;
    }
    .FCBox {
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .FCLBox {
        display: none;
    }
    .footer ul {
        width: 100%;
    }
    .footer ul li{
        width: 14.2%;
        margin-left: 0;
    }
    .indNavBox ul li {
        margin-left: 30px;
    }
    .headerBg.header .img3 {
        width: 180px;
    }
    .HNavBox ul li a span {
        font-size: 14px;
    }
    
}
@media(max-width:1100px){
    .HNavBox ul li a {
        padding: 0px 9px;
    }
    .headerBg.header .img2 {
        width: 270px;
    }
}
@media(max-width:1024px){
    .headerBg.header .img3 {
        width: 160px;
    }
    .newsNav .item {
        width: 110px;
    }
    .headerBg.header .img2 {
        width: 240px;
    }
    
    .indNavBox ul li {
        margin-left: 25px;
    }
    .FCRItem img {
        width: 60px;
    }
    .Flogo img {
        width: 200px;
    }
    .footer ul li a span {
        font-size: 14px;
    }
    .footer ul li a {
        font-size: 12px;
    }
    .HNavBox .Fright{
        display: none;
    }
    .HNavBox .Fright{
        display: none;
    }
    .HNavBox .headMenu{
        display: block;
    }
    .HNavBox {
        padding: 23px 0;
    }
    .headerBg.header .img2{
        width: 290px;
    }
    .hLogo {
        margin-left: 15px;
    }
}
@media(max-width:900px){
    .newsNav .item {
        padding: 0 15px;
        width: auto;
    }
    .proFBox .jt {
        margin: 0 30px;
    }
    .proFBox {
        margin: 1% 0;
    }
    .footer {
        padding: 65px 0 0;
    }
    .FBBox {
        padding: 20px 0;
    }
    .FCRItem{
        margin-left: 5px;
    }
}
@media(max-width:768px){
    .toggle img {
        width: 16px;
    }
    .proFBox .jt {
        width: 40px;
        margin: 0 20px;
    }
    .proFBox a {
        width: 40px;
        height: 40px;
    }
    .proFBox a .jdt {
        transform: translate(-50%, -50%) scale(0.8);
    }
    .FCRItem img {
        width: 50px;
    }
    .Flogo img {
        width: 180px;
    }
    .footer {
        padding: 45px 0 0;
    }
    .FCBox {
        margin-top: 30px;
    }
}
@media(max-width:680px){
    .FCRItem{
        margin-left: 3px;
    }
    .Flogo a {
        display: block;
        text-align: center;
    }
    .FCBox {
        margin-top: 20px;
    }
    .FBBox {
        padding: 10px 0;
        flex-wrap: wrap;
    }
    .FPhone {
        font-size: 14px;
        margin: 0px;
    }
    .itemBox {
        width: 30px;
        height: 30px;
        margin-right: 15px;
        margin-bottom: 0;
    }
   
    .FCItem {
        max-width: none;
        margin-right: 0;
        display: flex;
        width: 100%;
        align-items: center;
        margin-bottom: 15px;
    }
    .FCBox {
        padding: 13px 0;
        border-top:none;
    }
    .footer ul {
        display: none;
    }
    .FCLBox {
        display: none;
    }
    .FCRBox {
        position: relative;
        margin: 35px 0 0;
        justify-content: center;
    }
    
    .newsNav .item {
        padding: 0 12px;
    }
    .moHead_mlb li a {
        font-size: 15px;
    }
    .mlb_zk a{
        font-size: 14px !important;
    }
    .IndTit span, .appText .ying {
        font-size: 26px;
    }
    .headMenu span{
        width: 22px;
    }
    .Flogo img {
        width: 160px;
    }
    .FTBox, .FCBox{
        display: none;
    }
    .FBox2{
        display: block;
    }
}
@media(max-width:500px){

    .Flogo img {
        width: 140px;
    }
    .FCBox {
        margin-top: 10px;
    }
    .FCItem {
        margin-bottom: 5px;
    }
    .headerBg.header .img2 {
        width: 230px;
        padding: 0;
    }
    .moHead_mlb li a {
        font-size: 14px;
    }
    .FCRItem {
        margin-left: 5px;
    }
    .itemBox {
        margin-right: 10px;
    }
}

