*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
	scroll-behavior: smooth;
}
body,html{
    font-size: inherit !important;
	width: 100%;
	height: auto;
}

img {
	display: block;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none
}
/* 引用字体 */
/*@font-face {*/
/*    font-family: HYKuiSu;*/
/*    src: url('https://honhjitang.oss-cn-beijing.aliyuncs.com/cn/HYKuiSuJ.ttf');*/
/*}*/

/* 模糊 */
/*.blur-effect {*/
/*  filter: blur(5px);*/
/*}*/
.blur-effect img{
  filter: blur(5px);
}
.blur-effect a p{
    display: none;
}
/*.proCon .swiper .swiper-slide p*/
.proCon .swiper .swiper-slide .blur-effect P{
    display: none !important;
}

/*单行省略*/

.omit1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.omit2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.omit3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content{
	width: 100%;
	max-width: 1260px;
    height: auto;
	margin: auto;
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
    height: auto !important;
}
.fullpage .section {
    overflow: hidden;
    width: 100%;
    max-height: 100vh !important;
    position: relative;
}

/* 顶部 */
.head{
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 0px);
    max-width: 1610px;
}

.headTop{
    width: 100%;
    height: 85px;
    /*overflow: hidden;*/
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headTop_left{
    display: flex;
    align-items: center;
}
.bot_top{
    width: 80px;
    height: 40px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 25px;
    overflow: hidden;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
}
.bot_top a{
    width: 33px;
    height: 33px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    position: relative;
    display: block;
    line-height: 33px;
    text-align: center;
}
.bot_top a.on{
    background: #d61818;
    color: #fff;
}
.logo{
    display: block;
    width: 146px;
    height: 38px;
    background-image: url(../img/logo_left.svg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.mallbutton{
    width: 21%;
    height: auto;
    /*overflow: hidden;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.mallbutton a{
    display: block;
    margin-bottom: 4px;
}
.mallbutton a:nth-child(3){
    margin-bottom: 0 !important;
}
.mallbutton a.xcxm{
    position: relative;
    cursor: pointer;
}
.mallbutton a.xcxm div>img{
    width: 150px;
    height: 0;
    position: absolute;
    top: 23px;
    left: 31px;
    transition: all 0.3s;
    border-radius: 10%;
}
.mallbutton a.xcxm:hover div>img{
    height: 150px;
    transition: all 0.3s;
}
.mallbutton a img{
    width: 26px;
    height: 26px;
    float: left;
}
.mallbutton a p{
    margin-left: 6px;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #59504C;
    display: inline-block;
    vertical-align: baseline;
}
/* 内页顶部 */
.ny_head{
    width: 100%;
    height: 178px;
    /*overflow: hidden;*/
    background-image: url('../img/topbg@2x.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -1px;
}
.ny_head .nyheadTop{
    width: 100%;
    max-width: 1500px;
    height: 85px;
    /*overflow: hidden;*/
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding-left: 6.4%;
}
.ny_head .ny_logo{
    display: block;
    width: 146px;
    height: 38px;
    background-image: url(../img/logo_left.svg);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.nymallbutton{
    width: 26%;
    height: auto;
    /*overflow: hidden;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.nymallbutton a{
    display: block;
    margin-bottom: 4px;
}
.nymallbutton a:nth-child(3){
    margin-bottom: 0 !important;
}
.nymallbutton a.xcxm{
    position: relative;
    cursor: pointer;
}
.nymallbutton a.xcxm div>img{
    width: 150px;
    height: 0;
    position: absolute;
    top: 23px;
    left: 31px;
    transition: all 0.3s;
    border-radius: 10%;
}
.nymallbutton a.xcxm:hover div>img{
    height: 150px;
    transition: all 0.3s;
}
.nymallbutton a img{
    width: 26px;
    height: 26px;
    float: left;
}
.nymallbutton a p{
    margin-left: 6px;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #333333;
    display: inline-block;
    vertical-align: baseline;
    line-height: 26px;
}
/* 内页导航 */
.nynav{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.nynav ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.nynav ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
    line-height: 60px;
    display: block;
    transition: .35s;
}
.nynav ul li:hover a{
    transition: .35s;
    color: #F8DF9D;
}
.nynav ul .nynav_actives a{
    color: #F8DF9D;
}

/* 导航 */
.pc_nav {
    width: 100%;
    height: 184px;
    /*height: 1.84rem;*/
    position: absolute;
    top: 17.6%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, 0px);
    overflow: hidden;
}
.nav_title {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px;
}
.nav_title li.zijianju a{
    letter-spacing: 37px;
}
.nav_title li a{
    font-family: HYKuiSu;
    font-size: 20px;
    color: #5A2416;
    display: block;
    transition: .35s;
    background-image: url(https://honhjitang.oss-cn-beijing.aliyuncs.com/cn/bg_menu_home@2x.png);
    background-size: 65px 184px;
    background-repeat: no-repeat;
    background-position: 0 0;
    writing-mode: tb-rl;
    line-height: 65px;
    width: 65px;
    height: 184px;
    padding-top: 70px;
}
.nav_title li:hover a{
    transition: .35s;
    margin-top: -42px;
}

/* 头部结束 */

/* 新加内容 */
.menushow{
    position: absolute;
    top: 50%;
    /* left: -54px; */
    left: -32px;
    width: 86px;
    height: 22px;
    transform: rotate(-90deg);
    display: block;
    z-index: 888;
}

.menushow img{
    width: 100%;
    height: 100%;
}
.newmenubox{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.open_gnb .menushow{
    display: none;
}
/* 新加内容 */
/* 右侧固定导航 */
.menu{
    width: 6.7%;
    height: 100%;
    /*overflow: hidden;*/
    position: fixed;
    top: 0;
    right: 0;
    border-left: 1px solid rgba(0,0,0,0.2);
    backdrop-filter: blur(14px);
    background-color:rgba(255,255,255,0.4);
    z-index: 9999;
    background-image: url();
}
.menuCon{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.menubtn{
    width: 100%;
    height: 117px;
    overflow: hidden;
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    color: #333;
    background-color: transparent !important;
    border-radius: 0 !important;
    border: 0 !important;
}
.menubtn span{
    display: block;
    height: 18px;
    position: relative;
    width: 40px;
    margin:0 auto 10px;
}
.menubtn span .itop {
    display: block;
    width: 50%;
    right: 0;
    top: 0;
    height: 2px;
    background: #333;
    position: absolute;
    transition: all 0.3s;
}
.menubtn span .imiddle {
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.menubtn span .iunder{
    display: block;
    width: 50%;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #333;
    position: absolute;
    transition: all 0.3s;
}
.menubtn:hover span .itop  {
    width: 100%;
}
.menubtn:hover .iunder {
    width: 100%;
}
.menubtn p{
    font-family: Microsoft YaHei UI;
    font-weight: bold;
    font-size: 12px;
    color: #333;
}
.menubox{
    width: 100%;
    height: 100vh;
    background-image: url('../img/bg_menu@2x.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding:70px 130px 0 0;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    /* display: none; */
    transition: opacity 0.5s;
    /* font-size: 36px;
    text-align: center;
    line-height: 50px; */
    z-index: -1;
}
.moindex{
    display: none;
}
.moindex p a{
    float: inherit;
    line-height: 50px;
    width: 100px;
    font-size: 20px;
    color: rgba(89, 80, 75, 0.4);
}
.menugroup{
    width: 100%;
    height: 80px;
    overflow: hidden;
    border-bottom: 1px solid rgba(238, 238, 238, 0.69);
}
.menugroup p{
    font-family: HYKuiSu;
    font-size: 24px;
    color: rgba(89, 80, 75, 0.4);
    float: right;
    line-height: 80px;
}
.menugroup ul{
    width: fit-content;
    height: 100%;
    overflow: hidden;
}
.menugroup ul li{
    margin-right: 33px;
    display: inline-block;
    height: 100%;
}
.menugroup ul li a{
    display: block;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    font-size: 14px;
    color: rgba(89, 80, 75, 0.4);
    line-height: 80px;
}
.menugroup:hover p,
.menugroup:hover ul li a{
    color: rgba(89, 80, 75, 1);
}
.menugroup ul li:hover a{
    color: rgba(199, 0, 10, 1);
    /* text-decoration: rgba(199, 0, 10, 1); */
    text-decoration: underline !important;
}
.bot{
    display: none;
    width: 50px;
    height: 100px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 25px;
    overflow: hidden;
    padding: 5px 3px;
    margin: auto;
    position: absolute;
    bottom: 109px;
    left: 50%;
    transform: translate(-50%,0);
}
.bot a{
    width: 43px;
    height: 43px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    position: relative;
    display: block;
    line-height: 43px;
    text-align: center;
}
.bot a.on{
    background: #d61818;
    color: #fff;
}
/* 点击以后追加open_gnb */
.open_gnb .menubtn {
    color: #333 !important;
}
.open_gnb .menubtn span .itop {
    opacity: 1;
    width: 100%;
    transform: rotate(-45deg);
    top: 50%;
    background: #333 !important;
}
.open_gnb .menubtn span .imiddle {
    opacity: 0;
    transform: rotate(-45deg);
    background: #333 !important;
}
.open_gnb .menubtn span .iunder {
    opacity: 1;
    width: 100%;
    transform: rotate(45deg);
    top: 50%;
    background: #333 !important;
}
.open_gnb .menubtn p {
    color: #333;
}
.open_gnb .menu{
    border-left: 1px solid rgba(0, 0, 0,0.2) !important;
}
.open_gnb .menu .bot{
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.open_gnb .menu .bot a.on{
    color: #fff !important;
}
.open_gnb .menu .bot a{
    color: #333 !important;
}
.complete .menubox {
    /* display: block; */
    /* right: 0; */
    opacity: 1;
    transition: opacity 0.5s;
    /* transition: all 0.5s; */
    z-index: 999;
}

/* 底部 */
.foot{
    width: 100%;
    height: auto;
    background-image: url(../img/bg_bottom.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    display: flex;
    justify-content: space-between;
    /*top: -10px;*/
    position: relative;
    z-index: 2;
    background-color: #AF2821;
}

.footLeft{
    width: 66.85%;
    height: auto;
    overflow: hidden;
}
.footNav{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 172px 0 50px 75px;
}
.footGroup {
    width: 20%;
    height: auto;
    overflow: hidden;
}
.footGroup p{
    font-size: 20px;
	color: #FFFFFF;
}
.footGroup ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}
.footGroup ul li a{
    width: 100%;
    height: auto;
    font-size: 14px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    display: block;
}
.footHonor{
    width: 100%;
	height: auto;
    overflow: hidden;
    padding: 0 15px 35px 75px;
}
.footHonor img{
    max-width: 100%;
	max-height: 100%;
}
.footFilingNo{
    width: 100%;
    height: 78px;
    overflow: hidden;
    padding: 30px 0 24px 40px;
    border-top: 1px solid rgba(221, 221, 221, 0.3);
}
.footFilingNo p{
    font-size: 12px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
}
.footFilingNo p img{
    display: inline-block;
}
.footFilingNo p a{
    font-size: 12px;
    color: #ffffff;
}
.footFilingNo p a:hover{
    color: #f2f2f2;
}
.footRight{
    width: 33.2%;
    height: auto;
    overflow: hidden;
    border-left: 1px solid rgba(221, 221, 221, 0.3);
    padding-top: 62px;
    position: relative;
    margin-top: 116px;
}
.footOne{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left:60px;
}
.footOne h4{
    font-size: 18px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
}
.footTel{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top:28px;
}
.footTel p{
    font-size: 16px;
	color: rgba(255, 255, 255, .6);
}
.footTel ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}
.footTel ul li{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: JDZhengHT;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}
.footTel ul li span{
    margin-left: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
}
.footTwo{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-left:60px;
    margin-top: 25px;
}
.footInfo{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.footInfo span{
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(255, 255, 255, .6);
}
.footInfo p{
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
}
.footTree{
    width: 100%;
    height: auto;
    padding-left:60px;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
}
.footCode{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../img/icon_code@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 24px 24px;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
    padding-left: 34px;
}
.footEwm{
    position: absolute;
    top: -36px;
    left: 229px;
    width: 100px;
    height: 100px;
    transition: all .35s;
}
/* .footTree:hover .footEwm{
    height: 100px;
    transition: all .35s;
} */
.footEwm img{
    width: 100%;
    height: 100%;
}
.footFive{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 130px 0 40px;
}
.footContact{
    width: 20%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footContact .footqq,
.footContact .footwx{
    position: relative;
}
.footContact .footqq>img,
.footContact .footwx>img{
    width: 36px;
    height: 36px;
    display: block;
}
.footqq .footqqimg img,
.footwx .footwximg img{
    width: 100%;
    height: 100%;
}   
.footqq .footqqimg{
    width: 80px;
    height: 0px;
    position: absolute;
    bottom: 40px;
    left: -23px;
    transition: all .35s;
}
.footwx .footwximg{
    width: 80px;
    height: 0px;
    position: absolute;
    bottom: 40px;
    left: -23px;
    transition: all .35s;
}
.footqq:hover .footqqimg,
.footwx:hover .footwximg{
    height: 80px;
    transition: all .35s;
}
.footLogo{
    width: 106px;
    height: 49px;
}
.footLogo img{
    width: 100%;
    height: 100%;
}
.lzhlogo,.mallbox,.mojtlogo{
    display: none;
}

@media screen and (max-width: 1750px){
    .nymallbutton {
        width: 30%;
    }
    .mallbutton a p {
        font-size: 12px;
    }
    .mallbutton a img {
        width: 22px;
        height: 22px;
    }
    .menugroup {
        height: 70px;
    }
    .menugroup p {
        line-height: 70px;
    }
    .menugroup ul li a {
        line-height: 70px;
    }
    .head {
        max-width: 1450px !important;
    }
    .logo{
        background-size: 90% auto;
    }
    .pc_nav {
        top: 16.9%;
    }
    .footNav {
        padding: 14.5% 0 5% 8%;
    }
    .footRight {
        margin-top: 6.2%;
    }
    .footHonor {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 0 0 3% 8%;
    }
    .bot {
        
        bottom: 10%;
    }
    .ny_head .nyheadTop {
        max-width: 1400px;
        padding-left: 4.4%;
    }
    .pc_nav {
        top: 17.5%;
    }
   .nymallbutton a p {
        line-height: 26px;
    }
}
@media screen and (max-width: 1700px){
    .pc_nav {
        top: 15.5%;
    }
    .footEwm {
        width: 90px;
        height: 90px;
    }
    .footContact {
        width: 25%;
    }
}

@media screen and (max-width: 1650px){
    .pc_nav {
        top: 14.5%;
    }
}
@media screen and (max-width: 1580px){
    .mallbutton {
        width: 22%;
    }
    .menugroup {
        height: 60px;
    }
    .menugroup p {
        line-height: 60px;
    }
    .menugroup ul li a {
        line-height: 60px;
    }
    .menubox {
        padding: 30px 103px 0 0;
    }
     .ny_head .nyheadTop {
        max-width: 1200px;
        padding-left: 3.4%;
    }
    .menubtn span {
        height: 16px;
        width: 27px;
        margin: 0 auto 5px;
    }
    .menubtn p {
        font-size: 11px;
    }
    .menubtn p {
        font-size: 10px;
    }
    .bot {
        width: 40px;
        height: auto;
    }
    .bot a {
        width: 32px;
        height: 32px;
        font-size: 12px;
        line-height: 32px;
    }
    .head {
        max-width: 1315px !important;
    }
    .nav_title li.zijianju a {
        letter-spacing: 30px;
    }
    .nav_title li a {
        font-size: 16px;
        background-size: 50px auto;
        background-position: 0 0;
        line-height: 50px;
        width: 50px;
        padding-top: 50px;
    }
    .paginationBg {
        width: 25.14%;
    }
    .content{
    	width: 100%;
    	max-width: 1100px;
        height: auto;
    	margin: auto;
    }
    .footGroup p {
        font-size: 18px;
    }
    .footFilingNo p {
        font-size: 12px;
    }
    .footFilingNo p a {
        font-size: 12px;
    }
    .footTel ul li {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .footInfo {
        margin-bottom: 20px;
    }
    .footInfo p {
        font-size: 14px;
    }
    .footInfo span {
        font-size: 14px;
    }
    .footCode {
        background-position: 0 50%;
        background-size: 20px 20px;
        font-size: 14px;
        line-height: 20px;
        padding-left: 30px;
    }
    .footEwm {
        left: 210px;
        width: 90px;
        height: 90px;
    }
    .footContact {
        width: 26%;
    }
    .pc_nav {
        top: 17.5%;
    }
    .nymallbutton a p {
        line-height: 26px;
    }
    
}
@media screen and (max-width: 1440px){
    
} 
@media screen and (max-width: 1366px){
   
}
@media screen and (max-width: 1350px){
   
}
@media screen and (max-width: 1300px){
    
    .menugroup p {
        font-size: 20px;
        line-height: 50px;
    }
    .menugroup {
        height: 50px;
    }
    .menugroup ul li a {
        line-height: 50px;
        font-size: 12px;
    }
    
    .pc_nav {
        top: 17.6%;
    }
    .ny_head {
        width: 100%;
        height: 117px;
    }
    
    .ny_head .ny_logo {
        width: 106px;
    }
    .nymallbutton {
        width: 30%;
    }
    .nymallbutton a p {
        margin-left: 4px;
        font-size: 12px;
        line-height: 26px;
    }
    .nynav ul li a {
        line-height: 31px;
        font-size: 12px;
        
    }
    .nybanner {
        height: 355px;
    }
    .nynav ul {
        margin-top: 31px;
    }
    .nymallbutton a img {
        width: 23px;
        height: 26px;
        float: left;
    }
    .nymallbutton a.xcxm div>img{
        width: 80px;
    }
    .nymallbutton a.xcxm:hover div>img{
        height: 80px;
    }
    .nymallbutton a {
        margin-bottom: 0;
    }

    .ny_head .nyheadTop {
        max-width: 1057px;
        height: 53px;
        padding-left: 2.4%;
    }
    .content{
    	width: 100%;
    	max-width: 1000px;
        height: auto;
    	margin: auto;
    }
   .logo {
        background-size: 67% auto;
    }
    .mallbutton a img {
        width: 18px;
        height: 18px;
    }
    .mallbutton a.xcxm div>img{
        width: 130px;
        top: 18px;
        left: 23px;
    }
    .mallbutton a.xcxm:hover div>img{
        height: 130px;
    }
    .mallbutton a {
        margin-bottom: 4px;
    }
    .mallbutton a p {
        font-size: 10px;
    }
    .mallbutton {
        width: 22%;
    }
    .headTop {
        width: 100%;
        height: 60px;
    }
    .head {
        max-width: 1100px !important;
    }
    .mallbutton a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .footRight {
        margin-top: 5%;
    }
    .footTel p {
        font-size: 14px;
    }
    .footTel ul li {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .footInfo {
        margin-bottom: 18px;
    }
    .footInfo p {
        font-size: 12px;
    }
    .footInfo span {
        font-size: 12px;
    }
    .footTwo {
        margin-top: 18px;
    }
    .footContact .footqq>img, .footContact .footwx>img {
        width: 28px;
    }
    .footFive {
        padding: 0 95px 0 40px;
    }
    .footCode {
        font-size: 12px;
    }
    .footLogo {
        width: 76px;
        height: auto; 
    }
    .footEwm {
        top: -29px;
        left: 210px;
        width: 80px;
        height: 80px;
    }
    .footGroup p {
        font-size: 16px;
    }
    .footGroup ul li a {
        font-size: 12px;
        line-height: 32px;
    }
    .footNav {
        width: 92%;
    }
    .footFilingNo p {
        font-size: 10px;
    }
    .footFilingNo p a {
        font-size: 10px;
    }
    .footTel ul li span {
        margin-left: 12px;
        font-size: 14px;
    }
    .footwx .footwximg,
    .footqq .footqqimg{
        width: 65px;
    }
    .footqq:hover .footqqimg, .footwx:hover .footwximg {
        height: 65px;
        transition: all .35s;
    }
    .footFilingNo {
        padding: 27px 0 24px 75px;
    }

    .bot_top{
        width: 58px;
        height: 30px;
        margin-left: 20px;
    }
    .bot_top a{
        width: 24px;
        height: 24px;
        border-radius: 50%;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        color: #333;
        position: relative;
        display: block;
        line-height: 24px;
        text-align: center;
    }
}
@media screen and (max-width: 1200px){
    
}
@media screen and (max-width: 1130px){
   
}
@media screen and (max-width: 1100px){
    
}
@media screen and (max-width: 800px){
    .moindex{
        display: block;
    }
    .menushow{
        display: none;
    }
    .fullpage .section {
        /*height: auto !important;*/
        max-height: inherit !important;
    }
    .menubtn p {
        margin-top: 27px !important;
        margin-left: -4px;
        /*margin-left: 16px;*/
    }
    .head,.bannerNav,.footNav,.footRight,.pc_nav {
        display: none;
    }
    .content{
        width: 92%;
    }
    .foot {
        background-position: center;
        background-size: cover;
        margin-top: 0px;
    }
    .footHonor {
        width: 92%;
        height: auto;
        overflow: hidden;
        overflow-x: scroll;
        margin-top: 30px;
        padding: 0 0px;
        white-space: nowrap;
        margin: 67px auto 0;
    }
    .footHonor img {
        /*width: 800px !important;*/
        max-width: 800px !important;
        max-height: 96px !important;
    }
    .footLeft {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .footFilingNo {
        width: 90%;
        height: auto;
        margin: auto;
        text-align: center;
        padding: 25px 0;
        border-top: 0px solid #DDDDDD;
    }
    .footFilingNo p{
        font-size: 13px;
    }
    .footFilingNo p a{
        font-size: 13px;
    }
    
    /* 固定导航 */
    .menu {
        width: 100%;
        height: 80px;
        top: 0;
        right: 0;
        border-left: 0px solid transparent !important;
        backdrop-filter:blur(0px);
        background-color: transparent;
        background-image: url(../img/mobgi.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    .momenu{
        background-image: url('');
    }
    .open_gnb .menu {
        border-left: 0px solid rgba(0, 0, 0,0.2) !important;
        border-bottom: 1px solid rgba(0, 0, 0,0.2) !important;
        background-color: rgba(255, 255, 255, .46) !important;
        backdrop-filter:blur(14px) !important;
        background-image: url() !important;
    }
    .menubtn span {
        width: 30px;
        margin: 0 15px 0 0;
        float: right;
    }
    .menuCon {
        width:15%;
        height: 100%;
        float: right;
    }
    .open_gnb .bot{
        opacity: 1;
        transition: all 0.5s;
    }
    .bot {
        display: block;
        width: 90px;
        height: 45px;
        border: 1px solid rgba(255, 255, 255, .46);
        /*bottom: 11px;*/
        /*left: 65%;*/
        bottom: 18px;
        left: 74%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        opacity: 0;
        transition: all 0.01s;
    }
    .open_gnb .bot a{
        font-size: 14px;
        color: #333333;
    }
    .open_gnb .bot a.on{
        color: #ffffff;
    }
    .bot a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .menubtn {
        width: 100%;
        height: 100%;
        padding-top: 3px;
    }
    .menubtn >>> #text{
        display: none;
    }
    .complete .menubox {
        z-index: 992;
    }
    .menubox {
        padding: 78px 0px 0 0;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 0;
        overflow: auto;
    }
    .mallbox{
        display: block;
        position: fixed;
        right: 35px;
        bottom: 50px;
    }
    .mallbox a{
        display: block;
        width: 30px;
        height: 30px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-bottom: 20px;
    }
    .mallbox a:nth-child(1){
        background-image: url(../img/JD.svg);
    }
    .mallbox a:nth-child(2){
        background-image: url(../img/TM.svg);
    }
    .mallbox a:nth-child(3){
        background-image: url(../img/xcx.svg);
    }
    .mallbox a.ydxcxm{
        position: relative;
    }
    .mallbox a.ydxcxm img{
        width: 90px;
        height: 90px;
        position: absolute;
        top: 0;
        right: 35px;
        border-radius: 10%;
        display: none;
    }
    .mallbox a.ydxcxm:hover img{
        display: block;
    }
    .menugroup {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #d1cece;
    }
    .mojtlogo{
        display: block;
        width: 67px;
        height: 38px;
        background-image: url(../img/logo_top.svg);
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin: 21px 0 0 15px;
        float: left;
    }
    
    .lzhlogo {
        display: block;
        width: 125px;
        height: 38px;
        background-image: url(../img/logo_left.svg);
        background-position: center center;
        background-size: 100% auto;
        background-repeat: no-repeat;
        margin: 21px 0 0 15px;
        float: left;
    }
    .menugroup p {
        float: inherit;
        line-height: 50px;
        width: 100px;
        font-size: 20px;
    }
    .menugroup ul {
        width: 100%;
        height: auto;
        white-space: nowrap;
        overflow-x: auto;
    }
    .menugroup ul::-webkit-scrollbar {
        width: 0px; /* 设置滚动条宽度 */
    }
    .menugroup ul li a {
        display: block;
        font-family: Microsoft YaHei UI;
        font-weight: 400;
        font-size: 14px;
        color: rgba(89, 80, 75, 0.4);
        line-height: 30px;
    }
    
}
@media screen and (max-width: 450px){
    
}
@media screen and (max-width: 360px){
    .lzhlogo {
        width: 120px;
        margin: 21px 0 0 9px;
    }
}
@media screen and (max-width: 340px){
    .bot a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .bot {
        width: 75px;
        height: 36px;
    }
    .menubtn span {
        width: 30px;
        margin: 0 10px 0 0;
        float: right;
    }
    .mojtlogo {
        width: 54px;
        height: 38px;
    }
    .lzhlogo {
        width: 110px;
        margin: 21px 0 0 5px;
    }
}