@import url(animate.min.css);
@import url(reset.css);
@import url(iconfont.css);
/*@import url(font.css);*/
@import url(swiper-bundle.min.css);



.swiper-pagination-bullet{ border-radius: 0; }
.swiper-pagination-bullet-active{ background: #000; }


.pc{display:inline-block;}
.mo{display:none;}
.common-page-header{ padding-left: 3.84rem; padding-top: 1.32rem; padding-bottom: 1.8rem; }
.common-entry-header{ text-align: justify; writing-mode: vertical-lr; font-family:'Noto Serif SC'; font-weight: 500;}
.common-entry-header .entry-title{ font-size: 0.8rem; font-weight: 700; }
.common-entry-header .entry-meta{ font-size: 0.24rem;padding-top: 15px; }
@media screen and (max-width:768px){
    .pc{display:none;}
    .mo{display:inline-block;}
    .common-page-header { padding-left: 20px; padding-right:20px ; padding-top: 34px; padding-bottom:66px; }
    .common-entry-header{ text-align: center; writing-mode: inherit; }
    .common-entry-header .entry-title { font-size: 32px; }
    .common-entry-header .entry-meta{ font-size: 16px;padding-top: 5px; }
}

/*---- 通用框体 --------*/
.common-wrap{display: flex; justify-content: space-between;}
.common-navigation-wrap{ width:3.84rem; position: relative;z-index: 9;}
.common-content{ overflow: hidden;padding:0 1.5rem; width: 100%; }
.common-navigation-wrap .entry-header,
.common-navigation-wrap .navigation{ margin-left:1.50rem;display: flex; position: sticky; top:1.26rem; margin-bottom: 1.26rem; }
.common-navigation-wrap .entry-header.entry-right{display: flex; justify-content: flex-end;margin-right:1.50rem;margin-left:0;}
.common-navigation-wrap .entry-header .entry-title,
.common-navigation-wrap .entry-header .entry-meta{text-align: justify; writing-mode: vertical-lr; font-family:'Noto Serif SC'; font-weight: 500;}
.common-navigation-wrap .entry-header .entry-title{ font-size: 0.36rem; }
.common-navigation-wrap .entry-header .entry-meta{ font-size: 0.24rem; margin-top: 0.02rem; }
.common-navigation-wrap .navigation .item{ margin-bottom: 0.18rem; }
.common-navigation-wrap .navigation .item a{display:inline-block;font-size:0.16rem;line-height:2;position:relative;}
.common-navigation-wrap .navigation .item a:after{ position: absolute;bottom: 0;left: 0;content: '';background-color: #000;height: 1px;width: 0; }
.common-navigation-wrap .navigation .item.on a:after,
.common-navigation-wrap .navigation .item a:hover:after{width: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.common-main-wrap{ width:calc(100% - 3.84rem); display: flex; justify-content: space-between; }
.common-main-wrap.no-flex{ display: block; }
.common-main-wrap .common-main__box{ width: 100%; }
.common-main-wrap .common-main__content{width:calc(100% - 3.84rem);}
@media screen and (max-width:768px){
    .common-wrap{flex-flow: wrap; }
    .common-content{padding:0 20px;  }
    .common-navigation-wrap{ width:100%; padding: 0 20px; }
    .common-navigation-wrap .entry-header,
    .common-navigation-wrap .entry-header.entry-right,
    .common-navigation-wrap .navigation{margin-left: 0; display: block;margin-right:0;white-space: nowrap;overflow-x: auto;margin-bottom: 0;}
    .common-navigation-wrap .entry-header .entry-title,
    .common-navigation-wrap .entry-header .entry-meta{text-align: center; writing-mode:initial; display: block; }
    .common-navigation-wrap .entry-header .entry-title{font-size: 24px;}
    .common-navigation-wrap .entry-header .entry-meta{font-size: 16px;}
    .common-navigation-wrap .navigation .items{text-align: center;}
    .common-navigation-wrap .navigation .item{margin-bottom: 12px; display: inline-block; margin-right: 12px;}
    .common-navigation-wrap .navigation .item:last-child{margin-right: 0;}
    .common-navigation-wrap .navigation .item a{font-size: 15px; font-family:'黑体';}
    .common-main-wrap{  width:100%; padding: 0 20px;display: block; }  
    .common-main-wrap .common-main__content{width: 100%;padding: 0; }
}

@media screen and (max-width:393px){
    .common-navigation-wrap .navigation .item a {
        font-size: 14.8px;
    }
}
@media screen and (max-width:375px){
    .common-navigation-wrap .navigation .item a {
        font-size: 14px;
    }
}
@media screen and (max-width:360px){
    .common-navigation-wrap .navigation .item a {
        font-size: 13.4px;
    }
}

.common-loading{ line-height: 1; display:none; }
.common-loading span{ vertical-align: middle; }
.common-loading .icon{ animation:rotate 2s linear infinite;display: inline-block;height: 0.25rem; width: 0.25rem; background-image:url(../images/icon-loading.png); background-size:100% auto; background-position: center; }
.common-loading .text{margin-left: 0.13rem;  color: #000; font-size: 0.14rem; }
@media screen and (max-width:768px){
    .common-loading .icon{ margin-right:10px; height:18px; width:18px; }
    .common-loading .text{ font-size: 12px; }
}
@keyframes rotate{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}



/*---- 页首 --------*/
/*---- 导航 --------*/
.header-height{height: 1.26rem;}
header{ position:fixed; top: 0;left: 0;width: 100%;z-index: 99;}
header.mini{ pointer-events: none; }
header nav{padding: 0.45rem;}
header.mini nav{}
header.lock nav{padding: 0.45rem;pointer-events: auto;}
header nav .items{ position: relative; display: flex;justify-content: space-between; align-items: center; width: 100%; }
header.mini nav .items .item>a,
header.mini nav .items .logo a.icon,
header.mini nav .items .logo p.desc{ opacity: 0; visibility: hidden; }
header._open nav .items .item>a,
header._open nav .items .logo a.icon,
header._open nav .items .logo p.desc{ opacity: 1; visibility:visible; }
header._open nav .items .logo p.desc{ color: #333;}
header nav .items .item{ width: 100%;position: relative;}
header nav .items .logo{ width: 100%; height: 100%; display: flex; align-items: center;flex-wrap: wrap;}
header nav .items .logo>a{ display: inline-block;font-size: 0; }
header nav .items .logo>a.icon{ display: inline-block; overflow: hidden; width: 1.43rem; flex-shrink: 0; height: 0.23rem; }
header nav .items .logo>a.icon .img{height: 100%;}
header nav .items .logo>a.icon .img path {fill: #000;}
header nav .items .logo>p.desc{overflow: hidden;width: 100%;font-size: 0;color: white;height: 16px;margin-top: 12px;}
header nav .items .logo>p.desc .text{ height: 100%; transform: translateY(-100%);filter: drop-shadow(0 16px #333);}
header.home nav .items .logo>a.icon{  }
header.home nav .items .logo>a.icon .img{transform: translateY(-100%);filter: drop-shadow(0 0.23rem white);}
header.home nav .items .logo>a.icon .img path {fill: white;}
header.home nav .items .logo>p.desc .text{ filter: drop-shadow(0 16px white);}

header nav .items .item .children{ display: ;position: absolute; top: 60px; left: 0;}
header nav .items .item{ font-family:'Noto Serif SC'; font-weight: 400; font-size: 0.24rem; }
header nav .items .item span{ position: relative; }
header nav .items .item span:after{ content: ''; width: 0px; height: 1px; background-color:#808080;position:absolute;bottom: 0px; left: 0;}
header.home nav .items .item span:after{background-color:white;}
header nav .items .item.on span:after,
header nav .items .item>a:hover span:after{width: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
header nav .items .other{ width: auto;position: relative;pointer-events: auto;}
header nav .items .other:after{ position: absolute;top:-0.2rem; left: -0.2rem; width:0.66rem;height:0.61rem; content: '';background-color: white; transform:scale(0.1);transition: all .5s ease .1s;opacity: 0;}
header.mini nav .items .other:after{ transform:scale(1);opacity: 1;}
header nav .items .item .children{ display:none;opacity: 0; }
header nav .items .item .children a{ display: flex; align-items: center; line-height: 1;margin-top: 0.1rem; line-height: 0.32rem; }
header nav .items .item .children a .line{margin-right: 0.17rem;border-bottom:1px solid #b9b9b9;height:0;width:9px; }
header nav .items .item .children a .text{ position: relative; font-size: 0.16rem;}
header nav .items .item .children a .text:after{ content: ''; width: 0px; height: 1px; background-color:#808080;position:absolute;bottom: 0px; left: 0;}
header nav .items .item .children a:hover .text:after{width: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
header.home nav .items .item .children a .text{ color:white; }
header nav .btn {display:block;position:relative;width:0.26rem;height:0.21rem; margin-right: 0.11rem;z-index: 2;  }
header nav .btn:after,
header nav .btn:before,
header nav .btn span {display:block;position:absolute;left:0;width:0.26rem;height:2px;background-color:#080808;}
header.home nav .btn:after,
header.home nav .btn:before,
header.home nav .btn span {background-color:white;}
header nav .btn:after, 
header nav .btn:before {content:"";transition:all .3s; }
header nav .btn:before {top:0;}
header nav .btn:after {top:0.20rem;}
header nav .btn span {position:absolute;top:0.10rem;transition:opacity .3s;}
header nav .btn._open:before,
header nav .btn._open:after{top:0.10rem;}
header nav .btn._close:before{top:0;}
header nav .btn._close:after {top:0.20rem;}
header.home nav .items .item a{ color: white;}
.header-mask-wrap{ display: none; border:0;background-color:white;width: 100%; height: auto;position: fixed;z-index: 98;top:0;left: 0;box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.05); }
.mobile_menu__box {display: none;}
@media screen and (max-width:768px){
    .header-height{height:66px;}
    header nav,
    header.mini nav{padding:24px;}
    header nav .items .logo>a.icon{ width:auto;height:20px;  }
    header.home nav .items .logo>a.icon .img{filter: drop-shadow(0 20px white);}
    header nav .items .logo>p.desc{height:7.2px;margin-top:6px;}
    header nav .items .logo>p.desc .text{ filter: drop-shadow(0 7.2px #333);}
    header.home nav .items .logo>p.desc .text{ filter: drop-shadow(0 7.2px white);}
    header nav .items .item{display: none;}
    header nav .items .other:after{top: -10px; left: -8px; width: 32px; height: 32px;transform:scale(0.8)!important;}
    header nav .btn { width:16px;height:12px; margin-right:0; }
    header nav .btn:before {top:0;}
    header nav .btn:after {top:20px;}
    header nav .btn:after,
    header nav .btn:before,
    header nav .btn span {width:16px;}
    header nav .btn span {top:5px; }
    header nav .btn:before {top:0;}
    header nav .btn._open:before{top: 10px;transform: rotate(45deg);} 
    header nav .btn._open:after{top: 10px;transform: rotate(-45deg);}
    header nav .btn._open span {opacity: 0;}
    header nav .btn:after,
    header nav .btn._close:after {top:10px;}
    .mobile_menu__box { position:fixed;overflow:hidden;top:-100%;width:100%;height:calc(100% - 66px);top:66px;z-index:100;transition:left .3s;}
    .mobile_menu__box._open {display: block;}
    .mobile_menu__box._close {display: none;}
    .mobile_menu__box ._main{padding:25px; height:100%; overflow-y: auto; }
    .mobile_menu__box ._main>ul.items{}
    .mobile_menu__box ._main>ul.items>li.item{font-family:'黑体'; font-weight: 400;}
    .mobile_menu__box ._main>ul.items>li.item>a{border-bottom:1px solid #ddd;font-size:16px; position: relative; width: 100%; text-align: left;display: flex;justify-content: space-between;align-items: center;}
    .mobile_menu__box ._main>ul.items>li.item>a span{padding:18px 0px;display: inline-block;}
    .mobile_menu__box ._main>ul.items>li.item>a span:first-child{width: 100%;}
    .mobile_menu__box ._main>ul.items>li.item>a i{ background-image: url(../images/ico-arrow-down.png); background-size: 80% auto; background-position: center; background-repeat: no-repeat; width: 24px;height: 24px;display: block;}
    .mobile_menu__box ._main>ul.items>li.item .children {display:none;padding:17px 16px;}
   
    .mobile_menu__box ._main>ul.items>li.item .children>a{display: flex; color: #777; font-size: 14px; align-items: center; line-height: 42px;}
    .mobile_menu__box ._main>ul.items>li.item .children>a .line{margin-right: 17px;border-bottom:1px solid #b9b9b9;height:0;width:9px; }

    .mobile_menu__box ._main>ul.items>li.item .children>a:hover,
    .mobile_menu__box ._main>ul.items>li.item .children>a span.more{ color:#0044ff;}
}
@media screen and (max-width:414px) {
    header nav .items .logo>a.icon{ height:17px; }
    header.home nav .items .logo>a.icon .img {filter: drop-shadow(0 17px white);}
    header nav .items .logo>p.desc{height:6.2px;margin-top: 5px;}
    header nav .items .logo>p.desc .text{ filter: drop-shadow(0 6.2px #333);}
    header.home nav .items .logo>p.desc .text{ filter: drop-shadow(0 6.2px white);}
}
@media screen and (max-width:390px) {
    header nav .items .logo>a.icon{ height:16px; }
    header.home nav .items .logo>a.icon .img {filter: drop-shadow(0 16px white);}
    header nav .items .logo>p.desc{height:5.8px;margin-top: 5px;}
    header nav .items .logo>p.desc .text{ filter: drop-shadow(0 5.8px #333);}
    header.home nav .items .logo>p.desc .text{ filter: drop-shadow(0 5.8px white);}
}
@media screen and (max-width:375px) {
    header nav .items .logo>a.icon{ height:15px; }
    header.home nav .items .logo>a.icon .img {filter: drop-shadow(0 15px white);}
    header nav .items .logo>p.desc{height:5.5px;margin-top: 5px;}
    header nav .items .logo>p.desc .text{ filter: drop-shadow(0 5.5px #333);}
    header.home nav .items .logo>p.desc .text{ filter: drop-shadow(0 5.5px white);}
}

/*---- 首页 --------*/
/*---- 首页 --- 通用 -- */
.home-entry-header{ font-family: 'Noto Serif SC'; font-weight: 500;}
.home-entry-header .entry-title{ font-size: 0.36rem; }
.home-entry-header .entry-meta{ font-size: 0.24rem; }
@media screen and (max-width:768px){
    .home-entry-header .entry-title { font-size: 24px; }
    .home-entry-header .entry-meta{ font-size: 16px; }
}
/*---- 首页 --- 幻灯片 -- */
.home-swiper{width: 100%;height: 100vh;background:#ccc;position: relative;overflow: hidden;}
.home-swiper .slide-item{ position: relative; }
.home-swiper .slide-item::before{ content: ''; position: absolute; left: 0;top: 0; width: 100%;height: 100vh;background-color:rgba(0,0,0,.25);z-index: 1;}
.home-swiper .slide-item .video{object-fit: cover;background:#000; display: block; width: 100%;height: 100vh;}
.home-swiper .slide-item .video:focus {outline: none;}
.home-swiper .slide-item img{width: 100%;height: 100vh;object-fit: cover;object-position: center;}
.home-swiper .slide-item .video{display: block;}
.home-swiper .slide-item img.pc{display: block;}
.home-swiper .slide-item img.mobile{display: none;}
.home-swiper .slide-item .wrap{ height: 100%; position: relative;  display: flex; justify-content: center; align-items: center;z-index: 2; }
.home-swiper .slide-item .slide-info{user-select: none;z-index: 2; top: 0; left: 0; position: absolute; width:100%;height: 100%;}
.home-swiper .slide-item .slide-info .info-box{width:6.5rem;margin: auto; text-align: center; font-family:'Noto Serif SC'; font-weight: 500;letter-spacing: 1px; }
.home-swiper .slide-item .slide-info .info-box .desc{font-size:0.32rem; line-height:1.8; color: white;}
.home-swiper .slide-item .slide-info .info-box .more{font-size: 0.18rem; margin-top: 0.12rem; color: white; display: inline-block;cursor: pointer;}
/*.home-swiper .slide-item.swiper-slide-active .slide-info .info-box .desc{opacity: 1; -webkit-animation: zoomIn 1s; -moz-animation: zoomIn 1s; animation: zoomIn 1s; transition: all 0.5s; -webkit-transition: all 0.5s;}
.home-swiper .slide-item.swiper-slide-active .slide-info .info-box h1,
.home-swiper .slide-item.swiper-slide-active .slide-info .info-box .more{opacity: 1; -webkit-animation: zoomInDown 1s; -moz-animation: zoomInDown 1s; animation: zoomInDown 1s; transition: all 0.5s; -webkit-transition: all 0.5s;}*/
.home-swiper .swiper-pagination-progressbar{ background: rgba(255,255,255,.8); }
.home-swiper .swiper-pagination-progressbar:after{position: relative;}
.home-swiper .swiper-logo{ opacity: 0.5;user-select: none;position: absolute; bottom: -0.1rem;left:0; z-index: 3; width: 4.32rem;height: auto;}
.home-swiper .scroll-btn{ display: inline-block; position: absolute; bottom:0.2rem;left:0; right: 0; margin: auto; z-index: 4;width: 0.15rem; text-align: center; user-select: none;}
.home-swiper .scroll-btn .text{font-size:0.14rem;-ms-writing-mode: tb-rl; writing-mode: vertical-rl; line-height: 1;letter-spacing: 1px; color: white; }
.home-swiper .scroll-btn .icon{width:100%;display: block;height:0.10rem; background-image: url(../images/icon-scroll.png); background-size:auto 100% ; background-position: center; background-repeat: no-repeat; display: inline-block;font-size: 0; margin-top: 10px;animation: heart 1.3s ease-in-out 2.7s infinite alternate; }
@media screen and (max-width:1024px){
    .home-swiper .scroll-btn{ width:15px;}
}
@media screen and (max-width:768px) {
    .home-swiper,
    .home-swiper .slide-item::before,
    .home-swiper .slide-item .video,
    .home-swiper .slide-item img{height:562px;}
    .home-swiper .slide-item .video,
    .home-swiper .slide-item img.pc{display: none;}
    .home-swiper .slide-item img.mobile{display: block;}
    .home-swiper .slide-item .slide-info{display: none;}
    .home-swiper .slide-item .slide-info .info-box{width:100%; padding: 0 20px;}
    .home-swiper .slide-item .slide-info .info-box .desc{font-size:18px; line-height:32px;}
    .home-swiper .slide-item .slide-info .info-box .more{ font-size: 12px; margin-top: 15px; }
    .home-swiper .swiper-logo{opacity: 0.5;bottom: -5px; left: 0px; width: 150px; max-width: 100%;}
    .home-swiper .scroll-btn{ bottom:20px; display: none;}
    .home-swiper .scroll-btn .text{font-size:12px;}
    .home-swiper .scroll-btn .icon{width:15px;height:10px;}
}
@media screen and (max-width:414px) {
    .home-swiper,
    .home-swiper .slide-item::before,
    .home-swiper .slide-item .video,
    .home-swiper .slide-item img{height: 302px;}
    .home-swiper .swiper-logo{width:98px;}
}
@media screen and (max-width:390px) {
    .home-swiper,
    .home-swiper .slide-item::before,
    .home-swiper .slide-item .video,
    .home-swiper .slide-item img{height: 302px;}
    .home-swiper .swiper-logo{width:96px;}
}
@media screen and (max-width:375px) {
    .home-swiper,
    .home-swiper .slide-item::before,
    .home-swiper .slide-item .video,
    .home-swiper .slide-item img{height:272px;}
    .home-swiper .swiper-logo{width:94px;}
}
/*---- 首页 --- 案例 -- */
.home-case-wrap{ margin-top:1.1rem; }
.home-case-wrap .common-wrap{ margin-top: 0.8rem; }
.home-case-wrap .home-case-swiper{position: relative; width:100%; max-width: 100%; margin: auto; }
.home-case-wrap .case-swiper {}
.home-case-wrap .case-swiper .swiper-slide{ width:3.82rem; margin-right: 0.46rem; }
.home-case-wrap .case-swiper .swiper-slide:last-child{ margin-right: 0; }
.home-case-wrap .case-swiper .image{ width: 100%; font-size: 0; position: relative; overflow: hidden;}
.home-case-wrap .case-swiper .swiper-slide .image img{position: relative;z-index: 13; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s;}
.home-case-wrap .case-swiper .swiper-slide:hover .image img{  opacity: 0.5;-webkit-transform: scale3d(1.2,1.2,1);transform: scale3d(1.2,1.2,1);}
.home-case-wrap .case-swiper .swiper-slide:hover .swiper-lazy-preloader{opacity: 0;}
.home-case-wrap .case-swiper .title{ font-size:0.16rem; padding:0.45rem 0; }

.home-case-wrap .home-case-swiper .swiper-button{width:100%; display:flex; justify-content: space-between;align-items: center; padding: 0.38rem 0;}
.home-case-wrap .home-case-swiper .swiper-button .more{ position: relative;line-height: 1;font-weight: bold;display: flex; align-items: center; }
.home-case-wrap .home-case-swiper .swiper-button .more:after{ position: absolute;bottom:-0.1rem;left: 0;content: '';background-color: #000;height: 1px;width: 0; }
.home-case-wrap .home-case-swiper .swiper-button .more:hover:after{width: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.home-case-wrap .home-case-swiper .swiper-button .more .iconfont{font-size:0.16rem;  margin-right: 0.08rem; }
.home-case-wrap .home-case-swiper .swiper-button .more .text{font-size:0.16rem; }
.home-case-wrap .home-case-swiper .swiper-button .button{position: relative;display: flex; align-items: center; padding-right: 0.34rem;}
.home-case-wrap .home-case-swiper .swiper-button .button .iconfont{ font-size: 0.16rem; }
.home-case-wrap .home-case-swiper .swiper-button .swiper-button-next,
.home-case-wrap .home-case-swiper .swiper-button .swiper-button-play,
.home-case-wrap .home-case-swiper .swiper-button .swiper-button-prev{ position: unset; outline: none; width: auto; height: auto; display: block; color: #000; margin-top: 0; padding: 0 0.1rem;line-height: 1;}
.home-case-wrap .home-case-swiper .swiper-button .swiper-button-next:after,
.home-case-wrap .home-case-swiper .swiper-button .swiper-button-prev:after{content: ''; font-size: 0;}
.home-case-wrap .home-case-swiper .swiper-button .swiper-button-disabled{opacity: .35;}
.home-case-wrap .home-case-swiper .swiper-pagination-progressbar{ background: none; }
.home-case-wrap .home-case-swiper .swiper-pagination-progressbar:after{position: absolute; content:'';height:1px; background:rgba(0,0,0,.25); top: 0; left: 0; width: 100%;}
.home-case-wrap .home-case-swiper .swiper-horizontal>.swiper-pagination-progressbar, 
.home-case-wrap .home-case-swiper .swiper-pagination-progressbar.swiper-pagination-horizontal{bottom: 0;top: auto;height: 1px;}
.home-case-wrap .home-case-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #000;}
@media screen and (max-width:768px){
    .home-case-wrap{ margin-top:54px; }
    .home-case-wrap .common-wrap { margin-top:24px; }
    .home-case-wrap .swiper-grid-column>.swiper-wrapper{flex-direction: unset;}
    .home-case-wrap .home-case-swiper{ margin-top:5px; width: 100%;overflow: hidden;}
    .home-case-wrap .case-swiper .image{width:100%; height:366px;}
    .home-case-wrap .case-swiper .title { font-size: 14px; padding:10px 0 20px 0; }
    .home-case-wrap .case-swiper .swiper-slide{ width:100%; margin-right: 0;}
    .home-case-wrap .home-case-swiper .swiper-button{padding:6px 0 20px 0;}
    .home-case-wrap .home-case-swiper .swiper-button .button{ padding-right:0; }
    .home-case-wrap .home-case-swiper .swiper-button .button .iconfont{ font-size:10px; }
    .home-case-wrap .home-case-swiper .swiper-button .more .iconfont{font-size: 14px; margin-right: 8px;}
    .home-case-wrap .home-case-swiper .swiper-button .more .text { font-size: 14px;font-family: '黑体';font-weight: normal; }
    .home-case-wrap .home-case-swiper .swiper-button .swiper-button-next,
    .home-case-wrap .home-case-swiper .swiper-button .swiper-button-play,
    .home-case-wrap .home-case-swiper .swiper-button .swiper-button-prev{padding: 0 10px;}
}
@media screen and (max-width:414px) {
    .home-case-wrap .case-swiper .image{height:198px;}
    .home-case-wrap .case-swiper .title{ font-family:'黑体';font-weight: normal;}
}
@media screen and (max-width:390px) {
    .home-case-wrap .case-swiper .image{height:185px;}
    .home-case-wrap .case-swiper .title{  font-size:12px;padding:4px 0 14px 0;}
    .home-case-wrap .home-case-swiper .swiper-button .more .text{ font-size:12px;}
}
@media screen and (max-width:375px) {
    .home-case-wrap .case-swiper .image{height:178px;}
}

/*---- 首页 --- 关于 -- */
.home-about-wrap{margin-top:1.05rem;}
.home-about-wrap .home-about__logo{ text-align: center; padding: 0.40rem 0 0.74rem; }
.home-about-wrap .home-about__content{font-weight: 500; padding: 0 0.74rem; font-size: 0.28rem; line-height: 2;letter-spacing:1.6px; }
.home-about-wrap .home-about__other{ text-align: center; margin-top: 0.9rem;font-size: 0; }
.home-about-wrap .home-about__other .more{white-space: nowrap;display: block; border: 1px solid #E60012; font-size: 0.16rem; line-height: 0.69rem; padding: 0 0.25rem; margin: auto; width: 2.35rem; letter-spacing: 1.6px;overflow: hidden;border-radius:0.345rem;background: #E60012;border-color: rgb(230, 0, 18);color: white;font-family: '黑体'; font-weight: 700;}
.home-about-wrap .home-about__other .more .m-arrow-right{ margin-left:0.1rem; display: inline-block; }
.home-about-wrap .home-about__other .more .iconfont {font-size:0.12rem; margin-left: -0.14rem;opacity: 0;}
.home-about-wrap .home-about__other .more:hover{ opacity:0.6;}
.home-about-wrap .home-about__other .more:hover .text {  }
.home-about-wrap .home-about__other .more:hover .iconfont { margin-left: 0.3rem;  opacity: 1;}
@media screen and (max-width:1024px){
    .home-about-wrap .home-about__other .more{ width:3rem;}
}
@media screen and (max-width:768px){
    .home-about-wrap{ margin-top:54px;}
    .home-about-wrap .home-about__logo{padding:42px 0 32px 0 ;display: none;}
    .home-about-wrap .home-about__logo img{ max-width:200px;}
    .home-about-wrap .home-about__content{padding: 0 24px;margin-top: 24px;font-family: '黑体'; font-weight:normal; letter-spacing: 0;line-height: 1.6;font-size: 14.5px; }
    .home-about-wrap .home-about__other{margin-top: 42px;}
    .home-about-wrap .home-about__other .more{font-size: 14px;line-height: 42px; padding: 0 21px; width: 180px; border-radius: 21px;   letter-spacing: 0;}
    .home-about-wrap .home-about__other .more .m-arrow-right{ margin-left: 5px; }
    .home-about-wrap .home-about__other .more .iconfont {font-size:12px; margin-left:-14px;}
    .home-about-wrap .home-about__other .more:hover .iconfont { margin-left:24px;display: none;}
}
@media screen and (max-width:375px){
    .home-about-wrap .home-about__content{}
}
/*---- 首页 --- 视频 -- */
.home-video-wrap{margin-top:1.5rem;}
.home-video-wrap.sticky{}
.home-video-wrap .linex{position: relative; margin-top:1.15rem; width: 100%; height: 1px;}
.home-video-wrap .linex:after{position: absolute; content: ''; width: 23px; height: 1px; background-color: #454545; margin: auto; left: 0; right: 0;}
.home-video-wrap .video-box{ text-align: center; width:3.20rem; position: relative; margin: auto; }
.home-video-wrap .video-box .icon{ font-size: 0;display: inline-block; width: 0.67rem;height: 0.67rem; }
.home-video-wrap .video-box .info{margin-bottom: 0.45rem; line-height: 1; font-family: 'Noto Serif SC';font-weight: 500; }
.home-video-wrap .video-box .info .cn-text{ margin-bottom: 0.15rem;font-size: 0.24rem;  }
.home-video-wrap .video-box .info .en-text{ font-size: 0.18rem; }
.home-video-wrap .video-mobile{ display:none;position:fixed;bottom:24px;left:0;right:0;margin:auto;z-index:9;    text-align:center;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.home-video-wrap .video-mobile .icon{font-size: 0;display: inline-block; width: 0.67rem;height: 0.67rem;}
.home-video-wrap .video-mobile img{}
@media screen and (max-width:768px){
    .home-video-wrap{margin-top:54px;}
    .home-video-wrap .linex{margin-top:45px;order: 3;}
    .home-video-wrap .video-box{width: 100%;display: flex; flex-wrap: wrap;}
    .home-video-wrap .video-box .icon{ width: 67px;height: 67px; margin: 42px auto 24px; order: 2;}
    .home-video-wrap.sticky .video-mobile{ display: block; }
    .home-video-wrap.sticky .video-mobile .icon{width:67px;height:67px;border-radius:50%;background-color:white; }
    .home-video-wrap .video-box .info{margin-top:32px; order: 1; width: 100%;}
    .home-video-wrap .video-box .info .cn-text{ margin-bottom:15px;font-size:18px;  }
    .home-video-wrap .video-box .info .en-text{ font-size:14px; } 
}


/*---- 首页 --- 合作 -- */
.home-cooperative-wrap{margin-top:1.25rem;}
.home-cooperative-wrap .home-partner-swiper{height:auto; overflow: hidden;padding-top: 0.50rem;padding-bottom: 0.5rem;}
.home-cooperative-wrap .home-partner-swiper .swiper-slide{display: grid;grid-template-columns:min-content min-content min-content min-content min-content min-content;grid-template-rows: auto; justify-content: space-between;}   
.home-cooperative-wrap .home-partner-swiper .swiper-slide .item{flex-shrink: 0; width: 130px; height: 72px; display: block; margin-bottom:0.8rem; margin-top: 0.8rem;}
.home-cooperative-wrap .home-partner-swiper .swiper-slide img{ object-fit:contain; } 
.home-cooperative-wrap .swiper-horizontal>.swiper-pagination-bullets{ bottom: 0.15rem; }
@media screen and (max-width:1440px){
    .home-cooperative-wrap .home-partner-swiper .swiper-slide{grid-template-columns:min-content min-content min-content min-content min-content min-content;}   
    .home-cooperative-wrap .home-partner-swiper .swiper-slide .item{ width: 130px;height: auto; }
}
@media screen and (max-width:1280px){
    .home-cooperative-wrap .home-partner-swiper .swiper-slide .item{width: 120px;}
}
@media screen and (max-width:1024px){
    .home-cooperative-wrap .home-partner-swiper .swiper-slide{grid-template-columns:min-content min-content min-content min-content min-content;}   
    .home-cooperative-wrap .home-partner-swiper .swiper-slide .item{width: 100px;}
}
@media screen and (max-width:768px){
    .home-cooperative-wrap{margin-top:54px;}
    .home-cooperative-wrap .home-partner-swiper{padding-top:32px;padding-bottom:32px;} 
    .home-cooperative-wrap .home-partner-swiper .swiper-slide{grid-template-columns:min-content min-content min-content min-content; }
    .home-cooperative-wrap .swiper-horizontal>.swiper-pagination-bullets{bottom:8px;}
}
@media screen and (max-width:544px){
    .home-cooperative-wrap .home-partner-swiper .swiper-slide .item{ width: 94px;  }
}
@media screen and (max-width:414px){
    .home-cooperative-wrap .home-partner-swiper .swiper-slide .item{ width:72px;}
    .home-cooperative-wrap .home-partner-swiper .swiper-slide{grid-template-columns:min-content min-content min-content min-content; }
}
/*---- 首页 --- 新闻 -- */
.home-news-wrap{margin-top:1rem; margin-bottom: 0.65rem;}
.home-news-wrap .home-entry-header{display: none;}
.home-news-wrap .home-news__box{ margin-top: 0.08rem; width: calc(100% - 3.84rem); }

.home-news-wrap .home-news__box .home-news__items{border-top: 1px solid #d7d7d7;}
.home-news-wrap .home-news__box .home-news__items .item{ position:relative; padding:0.30rem 0 0.35rem; display: flex; border-bottom: 1px solid #d7d7d7; align-items: center;color: #000;}
.home-news-wrap .home-news__box .home-news__items .item:after{content:"";width: 0%; height: 1px; display: block;background: #333;position:absolute; bottom:-1px; left:0;z-index: 1;}  
.home-news-wrap .home-news__box .home-news__items .item:hover:after{width: 100%;-webkit-transition: all .9s linear;-moz-transition: all .9s linear;-ms-transition: all .9s linear;-o-transition: all .9s linear;transition: all .9s linear;}
.home-news-wrap .home-news__box .home-news__items .item .date{ margin-right: 0.4rem;  font-size:0.14rem ;}
.home-news-wrap .home-news__box .home-news__items .item .text{ flex: 1;font-size: 0.2rem;font-weight: 700;font-family: 黑体;}
.home-news-wrap .home-news__box .home-news__other{width:100%; display:flex; justify-content: space-between;align-items: center; padding: 0.52rem 0;}
.home-news-wrap .home-news__box .home-news__other .more{ position: relative; line-height: 1;font-weight: bold;display: flex; align-items: center; }
.home-news-wrap .home-news__box .home-news__other .more:after{ position: absolute;bottom:-0.1rem;left: 0;content: '';background-color: #000;height: 1px;width: 0; }
.home-news-wrap .home-news__box .home-news__other .more:hover:after{width: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}
.home-news-wrap .home-news__box .home-news__other .more .iconfont{font-size:0.16rem;  margin-right: 0.08rem; }
.home-news-wrap .home-news__box .home-news__other .more .text{font-size:0.16rem; }
.home-news-wrap .home-news__box .home-news__menu{border-bottom: 1px solid #d7d7d7; display: none;}
.home-news-wrap .home-news__box .home-news__menu .items{ display: flex; justify-content:space-around;padding: 24px 0; font-size: 14px;}
@media screen and (max-width:768px){
    .home-news-wrap{margin-top: 54px;margin-bottom: 24px;}
    .home-news-wrap .home-entry-header{display: block;margin-bottom: 32px;}
    .home-news-wrap .common-navigation-wrap .navigation{ margin-bottom: 10px; }
    .home-news-wrap .common-navigation-wrap .navigation .item{ display: none; }
    .home-news-wrap .common-navigation-wrap .navigation .item:nth-child(1),
    .home-news-wrap .common-navigation-wrap .navigation .item:nth-child(2){display: inline-block;}
    .home-news-wrap .common-navigation-wrap .navigation .item a { font-size: 16px; }

    .home-news-wrap .common-main-wrap  .common-navigation-wrap{ display: none; }
    .home-news-wrap .home-news__box{width: 100%; margin-top: 0px;}
    .home-news-wrap .home-news__box .home-news__items .item{padding: 24px 0;}
    .home-news-wrap .home-news__box .home-news__items .item .date { margin-right: 20px; font-size: 12px; }
    .home-news-wrap .home-news__box .home-news__items .item .text {  font-size: 14px;font-family: '黑体';}
    .home-news-wrap .home-news__box .home-news__menu{ display:block; }
    .home-news-wrap .home-news__box .home-news__other{ padding:32px 0; }
    .home-news-wrap .home-news__box .home-news__other .more .iconfont{font-size: 14px; margin-right: 8px;}
    .home-news-wrap .home-news__box .home-news__other .more .text { font-size: 14px; font-weight: normal;}
}
@media screen and (max-width:375px){
    .home-news-wrap .common-navigation-wrap .navigation .item a{ font-size:14px;}
    .home-news-wrap .home-news__box .home-news__items .item .date { font-size: 10px; }
    .home-news-wrap .home-news__box .home-news__items .item .text,
    .home-news-wrap .home-news__box .home-news__other .more .text { font-size: 12px; }
    .home-news-wrap .home-news__box .home-news__menu .items{ font-size:12px;}
}

/*---- 案例列表 --------*/
.case-wrap{}
.case-wrap .case-items{ width: 100%;font-size: 0; }
.case-wrap .case-items .item { visibility: hidden;display: inline-block;margin-right: 0.72rem; width: calc(25% - 0.54rem);}
.case-wrap .case-items .item:nth-child(4n){margin-right: 0;}
.case-wrap .case-items .item .image{background-color: #000;font-size: 0; position: relative; overflow: hidden;}
.case-wrap .case-items .item .image.video:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(../images/icon-play-btn.png); background-color: rgba(0,0,0,0.1); background-repeat: no-repeat; background-size: 0.87rem; background-position: center; z-index: 14; }
.case-wrap .case-items .item .image img{position: relative;z-index: 13; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s;}
.case-wrap .case-items .item:hover .image img{  opacity: 0.5;-webkit-transform: scale3d(1.2,1.2,1);transform: scale3d(1.2,1.2,1);}
.case-wrap .case-items .item .title{ font-size:0.16rem; padding:0.16rem 0 0.42rem; }
.case-wrap .case-items__other{ margin-bottom: 0.78rem;  }
.case-wrap .case-items__other .line{margin-bottom: 0.65rem; margin-top: 0.31rem; background-color: #000; width: 18px; height: 1px; }
/*@media screen and (max-width:1320px){*/
/*    .case-wrap .case-items .item { margin-right:0.81rem; width: calc(33.33333% - 0.54rem);}*/
/*    .case-wrap .case-items .item:nth-child(4n){margin-right: 0.81rem;}*/
/*    .case-wrap .case-items .item:nth-child(3n){margin-right: 0;}*/
/*}*/
@media screen and (max-width:1180px){
  .case-wrap .case-items .item{visibility:visible;}  
}
@media screen and (max-width:768px){
    .case-wrap .case-items {display: flex;justify-content: space-between; flex-wrap: wrap;margin-top: 15px;}
    .case-wrap .case-items .item {visibility:visible; margin-right:0; width:100%;}
    .case-wrap .case-items .item.item-video{width: calc(50% - 0.54rem)!important;}
    .case-wrap .case-items .item:nth-child(4n){margin-right: 0;}
    .case-wrap .case-items .item .image{ height:366px;}
    .case-wrap .case-items .item.item-video .image{ height:auto!important;}
    .case-wrap .case-items .item .image.video:before{background-size:54px; }
    .case-wrap .case-items .item .title { font-size: 14px; padding:10px 0 20px 0; }
    .case-wrap .case-items__other{ margin-bottom:54px;  }
    .case-wrap .case-items__other .line{margin-bottom:54px; margin-top:32px;}
}
@media screen and (max-width:414px){
    .case-wrap .case-items .item .image{height:198px;}
    .case-wrap .case-items .item .title{font-family: '黑体';font-weight: normal;}
    
}
@media screen and (max-width:390px){
    .case-wrap .case-items .item .image {height:185px;}
    .case-wrap .case-items .item .title{font-size: 12px; padding: 4px 0 14px 0;}
}
@media screen and (max-width:375px){
    .case-wrap .case-items .item .image {height:178px;}
}

/*---- 案例内容 --------*/
.case-show-wrap{padding-top: 1.8rem;}
.case-show-wrap .case-title-height{ height:2.98rem; }
.case-show-wrap .common-page-header{ display: none; }
.case-show-wrap .case-show .category{line-height: 1; font-size: 0.14rem; margin-bottom: 0.2rem; }
.case-show-wrap .case-show .title{line-height: 1;font-size: 0.40rem; font-weight: bold; margin-bottom:0.42rem;}
.case-show-wrap .case-show .case-body{ letter-spacing:0.8px; width: calc(100% - 3rem); line-height:0.3rem;font-size:0.14rem; color: #616161; margin-bottom:0.68rem; position: relative; height:1rem; overflow:hidden;}
.case-show-wrap .case-show .case-body.opened{ height: auto; }
.case-show-wrap .case-show .case-body .toggle .close,
.case-show-wrap .case-show .case-body.opened .toggle .open{ display: none; }
.case-show-wrap .case-show .case-body .toggle .opened,
.case-show-wrap .case-show .case-body.opened .toggle .close { display: inline; }
.case-show-wrap .case-show .case-body .toggle .iconfont{ font-size:0.15rem;}
.case-show-wrap .case-show .case-body .case-content-more{ position: absolute;bottom: -0.015rem;right: 0; background-image:linear-gradient(to right, transparent, rgba(255,255,255,.6), #ffffff); text-align: right; width: 1rem;}
.case-show-wrap .case-show .case-body .case-content-more.unset{ position: unset;}
.case-show-wrap .case-show .case-album{font-size: 0; overflow:hidden;}
/*.case-show-wrap .case-show .case-album{font-size: 0; display: flex;display: -webkit-box; display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;-webkit-flex-wrap: wrap; flex-wrap: wrap;overflow:hidden;}*/
.case-show-wrap .case-show .case-album img {margin-bottom: 0.38rem; }
.case-show-wrap .case-show .case-other{}
.case-show-wrap .case-show .case-other{  margin-bottom:0.54rem; }
.case-show-wrap .case-show .case-other .pages{display: flex;align-items: center; justify-content: space-between; padding: 0.25rem 0;}
.case-show-wrap .case-show .case-other .pages .pre{}
.case-show-wrap .case-show .case-other .pages .menu{text-align: center;}
.case-show-wrap .case-show .case-other .pages .next{text-align: right;}
.case-show-wrap .case-show .case-other .pages a:hover .text{color: #000;}
.case-show-wrap .case-show .case-other .pages .iconfont{ color: #000; font-size: 0.20rem; }
.case-show-wrap .case-show .case-other .pages .text{ padding: 0.18rem 0; display: block; color: #111111; font-size: 0.12rem; }
@media screen and (max-width:1440px){
    .case-show-wrap .case-show .case-body{width: 100%;}
}
@media screen and (max-width:1180px){
  .case-show-wrap .case-show .case-body{height:0.9rem;}
}
@media screen and (max-width:768px){
    .case-show-wrap .case-title-height{height: 0;}
    .case-show-wrap .common-page-header{display: block;}
    .case-show-wrap .case-categroy-menu .navigation{display: none;}
    .case-show-wrap .news-categroy-title{display:none;}
    .case-show-wrap .case-show .category{font-size: 12px;margin-bottom: 10px;}
    .case-show-wrap .case-show .title{font-size: 18px;margin-bottom: 45px;}
    .case-show-wrap .case-show .case-body{font-size: 14px; line-height: 2; width: 100%; margin-bottom: 54px;height:90px;} 
    .case-show-wrap .case-show .case-body .toggle .iconfont{ font-size:15px;}
    .case-show-wrap .case-show .case-body .case-content-more{ width:100px;bottom: -2px; }
    .case-show-wrap .case-show .case-other{  margin-top:42px ;margin-bottom: 0; }
    .case-show-wrap .case-show .case-other .pages{ padding:25px 0; }
    .case-show-wrap .case-show .case-other .pages .iconfont { font-size: 20px; }
    .case-show-wrap .case-show .case-other .pages .text { padding: 12px 0; font-size: 12px; }
}


/*---- 新闻列表 --------*/
.news-wrap .news-items{border-top: 1px solid #d7d7d7;}
.news-wrap .news-items .item{ position:relative; padding:0.30rem 0 0.35rem; display: flex; border-bottom: 1px solid #d7d7d7; align-items: center;color: #000;}
.news-wrap .news-items .item:after{content:"";width: 0%; height: 1px; display: block;background: #333;position:absolute; bottom:-1px; left:0;z-index: 1;}  
.news-wrap .news-items .item:hover:after{width: 100%;-webkit-transition: all .9s linear;-moz-transition: all .9s linear;-ms-transition: all .9s linear;-o-transition: all .9s linear;transition: all .9s linear;}
.news-wrap .news-items .item .date{ margin-right: 0.4rem;  font-size:0.14rem ;}
.news-wrap .news-items .item .text{ flex: 1;font-size: 0.2rem; font-family:"黑体";font-weight: 700; }
.news-wrap .news__menu{border-bottom: 1px solid #d7d7d7; display: none;}
.news-wrap .news__menu .items{ display: flex; justify-content:space-around;padding: 24px 0; font-size: 14px;}
.news-wrap .news__menu .items .item a{ position:relative;line-height: 2;display:inline-block; font-size:12px;}
.news-wrap .news__menu .items .item a:after{ position: absolute;bottom: 0;left: 0;content: '';background-color: #000;height: 1px;width: 0; }
.news-wrap .news__menu .items .item.on a:after,
.news-wrap .news__menu .items .item a:hover:after{width: 100%;-webkit-transition: all .3s linear;-moz-transition: all .3s linear;-ms-transition: all .3s linear;-o-transition: all .3s linear;transition: all .3s linear;}

.news-wrap .news-items__other{ margin: 0.65rem 0 0.6rem; }
@media screen and (max-width:768px){
    .news-wrap .common-navigation-wrap .navigation .items .item:nth-child(n+3){display:none;}
    .news-wrap .news-items{margin-top: 15px;}
    .news-wrap .news-items .item{padding: 24px 0;}
    .news-wrap .news-items .item .date { margin-right: 20px; font-size: 12px; }
    .news-wrap .news-items .item .text { font-family: '黑体'; font-size: 14px;    font-weight: 700;}
    .news-wrap .news__menu{ display:block;}
    .news-wrap .news-items__other{ padding:32px 0; }
    .news-wrap .news-categroy-title{display: none;}
}
@media screen and (max-width:375px){
    .news-wrap .news-items .item .text {font-size: 12px;}
}

/*---- 新闻内容 --------*/
.news-show-wrap{ padding-top: 1.8rem; }
.news-show-wrap .news-title-height{ height:2.98rem; }
.news-show-wrap .common-page-header{ display: none; }
.news-show-wrap .news-show{}
.news-show-wrap .news-show .date{line-height: 1; font-size: 0.12rem; margin-bottom: 0.1rem; font-weight: 600;}
.news-show-wrap .news-show .title{line-height: 1;font-size: 0.40rem; font-weight: bold; margin-bottom: 2.1rem;}
.news-show-wrap .news-show .news-body{ padding-top: 0.55rem; font-size: 0.16rem; line-height: 2; position: relative; }
.news-show-wrap .news-show .news-body:after{position: absolute;top: 0;left: 0;width: 18px;height: 1px; background-color: #000; content: '';}
.news-show-wrap .news-show .news-other{}
.news-show-wrap .news-show .news-other{ border-top: 1px solid #c8c8c8; margin:0.54rem 0; }
.news-show-wrap .news-show .news-other .pages{display: flex;align-items: center; justify-content: space-between; padding: 0.25rem 0;}
.news-show-wrap .news-show .news-other .pages .pre{}
.news-show-wrap .news-show .news-other .pages .menu{text-align: center;}
.news-show-wrap .news-show .news-other .pages .next{text-align: right;}
.news-show-wrap .news-show .news-other .pages a:hover .text{color: #000;}
.news-show-wrap .news-show .news-other .pages .iconfont{ color: #000; font-size: 0.20rem; }
.news-show-wrap .news-show .news-other .pages .text{ padding: 0.18rem 0; display: block; color: #111111; font-size: 0.12rem; }
@media screen and (max-width:768px){
    .news-show-wrap{ padding-top: 0px; }
    .news-show-wrap .news-title-height{height:0px;}
    .news-show-wrap .news-categroy-menu .navigation ,
    .news-show-wrap .news-categroy-title .entry-header{ display: none; }
    .news-show-wrap .common-page-header{ display: block; }
    .news-show-wrap .news-show{margin-top: 15px;}
    .news-show-wrap .news-show .date{font-size: 12px;margin-bottom: 10px;}
    .news-show-wrap .news-show .title{font-size: 18px;margin-bottom: 45px;line-height: 1.5;}
    .news-show-wrap .news-show .news-body{ padding-top:45px; font-size: 14px;}
    .news-show-wrap .news-show .news-other{  margin-top:42px ;margin-bottom: 0; }
    .news-show-wrap .news-show .news-other .pages{ padding:25px 0; }
    .news-show-wrap .news-show .news-other .pages .iconfont { font-size: 20px; }
    .news-show-wrap .news-show .news-other .pages .text { padding: 12px 0; font-size: 12px; }
}




/*---- 通用空页 --------*/
.fullsite-empty{ padding:1.2rem 0; text-align: center;width: 100%;background: #fefefe;}
.fullsite-empty .separator{ margin-top: 0.5rem; color: #666; font-size: 0.14rem; text-align: center; display: flex; justify-content: center; align-items: center; }
.fullsite-empty .separator::after, 
.fullsite-empty .separator::before { content: ""; background:#d7d7d7;max-width: 20%;height: 1px;margin: 0 1em;flex: 1;}
@media screen and (max-width:768px){
    .fullsite-empty{ padding:54px 0; }
    .fullsite-empty .separator{ margin-top:25px; font-size:14px; }

}


/*---- 通用单页 --------*/
.page-index-wrap{}
.page-index-bottom{ height: 1.58rem; }
@media screen and (max-width:768px){
   .page-index-bottom{ height:54px; } 
   .page-index-wrap .common-navigation-wrap{ margin-bottom:32px;}
}
/*---- 模块 图文一 --------*/
.page-index-wrap .text-image-01{ position: relative; width: 100%; margin-bottom: 1.38rem; }
.page-index-wrap .text-image-01 .box{ position: relative; display: flex; justify-content: space-between; }
.page-index-wrap .text-image-01 .box .content{ width: 5.65rem; font-size: 0.16rem; line-height: 2; padding-bottom: 1.68rem; }
.page-index-wrap .text-image-01 .box .image{ width: 7.68rem;height:8.76rem; position: absolute; top: -3.40rem;background-position: center; background-repeat: no-repeat; background-size: cover;right: 0; font-size:0;}
.page-index-wrap .text-image-01 .box .image img{}
.page-index-wrap .text-image-01 .rolling-text{position: absolute; bottom: -32px; left: -62.5%; width: 250%; z-index: 1; white-space: nowrap; -webkit-transform-origin: center center; transform-origin: center center; pointer-events: none; }
.page-index-wrap .text-image-01 .rolling-text .ticker{ display: -webkit-box; display: flex; white-space: nowrap;}
.page-index-wrap .text-image-01 .rolling-text .ticker .ticker__list{display: -webkit-box; display: flex; -webkit-animation: ticker 60s infinite linear; animation: ticker 60s infinite linear;}
.page-index-wrap .text-image-01 .rolling-text .ticker .ticker__list .ticker__item{ margin-right:15px;letter-spacing:1px;font-size:0.85rem;line-height:1; font-family:'Noto Serif SC'; font-weight: 500;}
.page-index-wrap .text-image-01 .rolling-text .ticker-hover .ticker__list { -webkit-animation-play-state:play;animation-play-state:play;}
@-webkit-keyframes ticker {
    100% { -webkit-transform:translateX(-100%); transform:translateX(-100%);}
}
@keyframes ticker {
    100% { -webkit-transform:translateX(-100%); transform:translateX(-100%);}
}
@media screen and (max-width:1540px){
    .page-index-wrap .text-image-01 .box .content{ width:45%;}
    .page-index-wrap .text-image-01 .box .image{ display:flex;align-items:center; /*width: 5.68rem;*/ }
}
@media screen and (max-width:768px){
    .page-index-wrap .text-image-01{ position: relative; width: 100%; margin-bottom:72px; }
    .page-index-wrap .text-image-01 .box { flex-wrap: wrap; }
    .page-index-wrap .text-image-01 .box .content{ width:100%; padding-bottom: 45px; font-size: 14px;}
    .page-index-wrap .text-image-01 .box .image{ width:100%; height:auto;position: unset; }
    .page-index-wrap .text-image-01 .box .image img{display: block;}
    .page-index-wrap .text-image-01 .rolling-text{width: calc(100% + 40px); bottom: -12px;left: -20px; overflow: hidden;}
    .page-index-wrap .text-image-01 .rolling-text .ticker .ticker__list .ticker__item{font-size: 32px;}
}
/*---- 模块 图文二 --------*/
.page-index-wrap .text-image-02-line{position: relative; margin: 0.7rem 0;height: 1px; }
.page-index-wrap .text-image-02-line:after{ position: absolute; content: '';top: 0;width:19px;height: 1px; background-color: #000;}
.page-index-wrap .text-image-02-line.align-left:after{left: 0;}
.page-index-wrap .text-image-02-line.align-right:after{right: 0;}
.page-index-wrap .text-image-02{}
.page-index-wrap .text-image-02 .en-title{ margin-bottom: 0.16rem; font-size: 0.12rem;font-family:'Noto Serif SC'; font-weight: 500;}
.page-index-wrap .text-image-02 .cn-title{font-size: 0.36rem; font-family:'Noto Serif SC'; font-weight: 700;}
.page-index-wrap .text-image-02 .content{font-size: 0.16rem;line-height: 2;display: inline-block; margin-top: 0.45rem; margin-bottom: 0.55rem;}
.page-index-wrap .text-image-02 .content.content-3{ width: 66.66666%; }
.page-index-wrap .text-image-02 .content.content-3-1{ width: 50%; }
.page-index-wrap .text-image-02 .content.content-4{ width: 50%; }
.page-index-wrap .text-image-02 .images{display: flex;justify-content: space-between; flex-wrap: wrap;}
.page-index-wrap .text-image-02 .images.image-3{}
.page-index-wrap .text-image-02 .images.image-4{}
.page-index-wrap .text-image-02 .images .item{ margin-top: 0.40rem; }
.page-index-wrap .text-image-02 .images .item .thumb{font-size: 0;}
.page-index-wrap .text-image-02 .images.image-3 .item{ width: 3.53rem; }
.page-index-wrap .text-image-02 .images.image-4 .item{ width: 2.57rem; }
.page-index-wrap .text-image-02 .images .item .title{ text-align: left; padding-top: 0.25rem ; font-size: 0.12rem; line-height: 1;}
.page-index-wrap .text-image-02 .images .item .title .cn{ font-weight: bold; }
.page-index-wrap .text-image-02 .images .item .title .en{}
@media screen and (max-width:1520px){
    .page-index-wrap .text-image-02 .images .item{ margin-top: 0.3rem; }
    .page-index-wrap .text-image-02 .images.image-3 .item{ width:calc(33% - 0.15rem); }
    .page-index-wrap .text-image-02 .images.image-4 .item{ width:calc(25% - 0.25rem); }
}
@media screen and (max-width:768px){
    .page-index-wrap .text-image-02-line{margin:54px 0; }
    .page-index-wrap .text-image-02 .en-title { margin-bottom:10px; font-size:12px;}
    .page-index-wrap .text-image-02 .cn-title { font-size:24px;}
    .page-index-wrap .text-image-02 .content{font-size:14px;margin-top:32px; margin-bottom:32px;}
    .page-index-wrap .text-image-02 .content.content-3,
    .page-index-wrap .text-image-02 .content.content-3-1,
    .page-index-wrap .text-image-02 .content.content-4{ width:100%; text-align: left;}
    .page-index-wrap .text-image-02 .images .item{ margin-top:15px; }
    .page-index-wrap .text-image-02 .images.image-3 .item{ width:calc(100%); }
    .page-index-wrap .text-image-02 .images.image-4 .item{ width:calc(50% - 7.5px); }
    .page-index-wrap .text-image-02 .images .item .title{ padding-bottom: 10px;padding-top: 25px; font-size:12px;}
}
/*---- 模块 文本列表一 --------*/
.page-index-wrap .text-items-03{}
.page-index-wrap .text-items-03 .item{display:flex;justify-content: space-between;align-items: center;}
.page-index-wrap .text-items-03 .item .label { width:1.80rem;line-height:1.5;  }
.page-index-wrap .text-items-03 .item .label .cn_title{ font-size: 0.14rem;font-weight: bold; }
.page-index-wrap .text-items-03 .item .label .en_title{ font-size: 0.12rem;font-weight: 400;  }
.page-index-wrap .text-items-03 .item .value{width:calc(100% - 1.80rem); font-size: 0.24rem;line-height:1.8; }
.page-index-wrap .text-items-02-line{position: relative; margin: 0.4rem 0 0.5rem;height: 1px; }
.page-index-wrap .text-items-02-line:after{ position: absolute; content: '';top: 0;left:1.80rem;width:14px;height: 1px; background-color: #000;}
@media screen and (max-width:768px){
    .page-index-wrap .text-items-03 .item{display: block;}
    .page-index-wrap .text-items-03 .item .label { width:100%;display: flex; align-items: flex-end; }
    .page-index-wrap .text-items-03 .item .label .cn_title{ font-size:14px;}
    .page-index-wrap .text-items-03 .item .label .en_title{ margin-left: 10px; font-size:12px;  }
    .page-index-wrap .text-items-03 .item .value{ margin-top: 5px; width:100%; font-size:14px; opacity: 0.8;}
    .page-index-wrap .text-items-02-line{margin:30px 0 40px; }
    .page-index-wrap .text-items-02-line:after{left: 0;}

}
/*---- 模块 文本列表二 --------*/
.page-index-wrap .text-items-04{border-bottom: 1px solid #e2e2e2;}
.page-index-wrap .text-items-04 .items{ padding: 0.54rem 0; display: flex; align-items: flex-start; justify-content: space-between; border-top: 1px solid #e2e2e2; }
.page-index-wrap .text-items-04 .items .year{ line-height: 1; width: 3.77rem; font-size: 0.36rem; font-weight: bold; font-family:'Noto Serif SC'; font-weight: 700;}
.page-index-wrap .text-items-04 .items .content{ width: calc(100% - 3.77rem); }
.page-index-wrap .text-items-04 .items .content .item{display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 0.38rem;}
.page-index-wrap .text-items-04 .items .content .item:last-child{margin-bottom: 0;}
.page-index-wrap .text-items-04 .items .content .item .title{ width:calc(40% - 0.2rem); margin-right: 0.2rem; font-size: 0.14rem; font-weight: bold; }
.page-index-wrap .text-items-04 .items .content .item .con{ width: 60%; font-size: 0.14rem; }
@media screen and (max-width:1520px){
    .page-index-wrap .text-items-04 .items .year{ width: 30%;}
    .page-index-wrap .text-items-04 .items .content{ width:70%; }
}
@media screen and (max-width:768px){
    .page-index-wrap .text-items-04 .items{ padding:40px 0;display: block;}
    .page-index-wrap .text-items-04 .items .year{font-size:24px;}
    .page-index-wrap .text-items-04 .items .content{width: 100%; margin-top: 24px;}
    .page-index-wrap .text-items-04 .items .content .item{display: block; line-height: 2;margin-bottom:16px;}
    .page-index-wrap .text-items-04 .items .content .item .title{width: 100%;margin-right: 0;font-size: 14px;}
    .page-index-wrap .text-items-04 .items .content .item .con{width: 100%;font-size: 14px;}
}
/*---- 模块 文本列表三 --------*/
.page-index-wrap .text-items-05-line{position: relative; margin: 0.58rem 0;height: 1px; }
.page-index-wrap .text-items-05-line:after{ position: absolute; content: '';top: 0; left: 1.06rem;width:15px;height: 1px; background-color: #000;}
.page-index-wrap .text-items-05-line:last-child{display: none;}
.page-index-wrap .text-items-05{ display: flex; justify-content: space-between; }
.page-index-wrap .text-items-05 .left-items{ width:5.32rem; margin-right: 0.2rem; }
.page-index-wrap .text-items-05 .right-items{ width:3.85rem; }
.page-index-wrap .right-items .text-items-05-line:first-child{display: none;}
.page-index-wrap .text-items-05 .item{ display:flex;justify-content: space-between; }
.page-index-wrap .text-items-05 .item .number{ line-height: 1; font-size: 0.36rem; width: 1.06rem; font-family:'Noto Serif SC'; font-weight: 500;}
.page-index-wrap .text-items-05 .item .content{ width: calc(100% - 1.06rem); }
.page-index-wrap .text-items-05 .item .content .cn-title{ line-height:1.5; font-size: 0.14rem; font-weight: bold; }
.page-index-wrap .text-items-05 .item .content .en-title{ line-height:1.5;font-size: 0.12rem; }
.page-index-wrap .text-items-05 .item .content .con{ margin-top: 0.3rem; font-size: 0.14rem; line-height:1.5; }
.page-index-wrap .text-items-05 .item .content{}
@media screen and (max-width:768px){
    .page-index-wrap .text-items-05-line{margin:32px 0;}
    .page-index-wrap .text-items-05-line:after{ left: 60px;}
    .page-index-wrap .text-items-05{display: block;}
    .page-index-wrap .text-items-05 .left-items{ width:100%; margin-right: 0; }
    .page-index-wrap .text-items-05 .right-items{ width:100%; }
    .page-index-wrap .left-items .text-items-05-line:last-child{display: none;}
    .page-index-wrap .right-items .text-items-05-line:first-child{display: block;}
    .page-index-wrap .text-items-05 .item .number{ font-size:24px; width: 60px;}
    .page-index-wrap .text-items-05 .item .content .cn-title{ font-size: 14px; }
    .page-index-wrap .text-items-05 .item .content .en-title{ font-size: 12px; }
    .page-index-wrap .text-items-05 .item .content .con{margin-top:15px; font-size:14px;line-height: 2;}
}

.page-index-wrap .text-content-06{margin-bottom: 1.38rem;}
.page-index-wrap .text-image-07{margin-bottom: 1.38rem;}
.page-index-wrap .text-image-07 .content{margin-top: 0.54rem;}
.page-index-wrap .text-image-07 .en-title{ margin-bottom: 0.16rem; font-size: 0.12rem;font-family:'Noto Serif SC'; font-weight: 500;}
.page-index-wrap .text-image-07 .cn-title{font-size: 0.36rem; font-family:'Noto Serif SC'; font-weight: 700;}
@media screen and (max-width:768px){
    .page-index-wrap .text-content-06{margin-bottom: 72px;}
    .page-index-wrap .text-image-07 .en-title { margin-bottom:10px; font-size:12px;}
    .page-index-wrap .text-image-07 .cn-title { font-size:24px;}
    .page-index-wrap .text-image-07{margin-bottom: 72px;}
    .page-index-wrap .text-image-07 .content{margin-top:36px;}
}


/*---- 单页 联系方式 --------*/
.page-contact-wrap{  }
.page-contact-wrap .entry-header{}
.page-contact-wrap .entry-header .en-title{ font-size:0.14rem;font-family:'Noto Serif SC'; font-weight: 500; }
.page-contact-wrap .entry-header .cn-title{ font-size:0.36rem;font-family:'Noto Serif SC'; font-weight: 700;}
.page-contact-wrap .contact-main-wrap{ display:flex; justify-content: space-between;padding-bottom: 1.5rem; }
.page-contact-wrap .contact-wrap{width: calc(100% - 3.81rem);}
.page-contact-wrap .contact-wrap .items{ margin-top: 0.7rem; }
.page-contact-wrap .contact-wrap .items .line{margin: 0.4rem 0 0.4rem 1.1rem; width: 15px; height: 1px; background-color: #000; }
.page-contact-wrap .contact-wrap .items .item{ display: flex; }
.page-contact-wrap .contact-wrap .items .item .label{ line-height:0.24rem; width: 1.14rem; font-size: 0.14rem; }
.page-contact-wrap .contact-wrap .items .item .value{ letter-spacing: 0.8px;line-height:0.24rem;}
.page-contact-wrap .contact-wrap .items .item .value .tel{ font-weight: 500; margin-bottom: 0.1rem; font-size: 0.2rem; }
.page-contact-wrap .contact-wrap .items .item .value .text{ font-size: 0.14rem; }
.page-contact-wrap .contact-wrap .items .item .value .map{ margin-top: 0.1rem;display:inline-block;font-size:0.12rem; font-weight: bold;}
.page-contact-wrap .contact-wrap .items .item .value .map .iconfont{ font-size: 0.10rem; }
.page-contact-wrap .contact-wrap .items .item .value .map:hover .iconfont{ margin-left: 0.05rem; }
.page-contact-wrap .message-wrap{ width: 3.81rem; }
.page-contact-wrap .message-wrap .items{margin-top: 0.7rem;}
.page-contact-wrap .message-wrap .items .item{}
.page-contact-wrap .message-wrap .items .item .label{ padding: 0.2rem 0 0.08rem; font-size: 0.12rem; line-height: 1.5; }
.page-contact-wrap .message-wrap .items .item .text-input,
.page-contact-wrap .message-wrap .items .item .text-textarea{ width: 100%; background: none; border: none; border-bottom: 1px solid #000; line-height: 0.48rem; }
.page-contact-wrap .message-wrap .items .item .text-textarea{resize: none;word-break: break-all; line-height: 0.24rem; padding: 0.12rem 0;max-height:2.5rem;}
.page-contact-wrap .message-wrap .items .item .tips{ font-size: 0.12rem; padding: 0.3rem 0; }
.page-contact-wrap .message-wrap .items .submit{ font-size: 0.14rem; line-height: 0.68rem;  width: 100%; border: 1px solid #000; font-weight: bold; text-align: center; display: block; }
@media screen and (max-width:1440px){
    .page-contact-wrap .contact-wrap{width:calc(100% - 3.2rem);}
    .page-contact-wrap .message-wrap{width: 3rem;}
}
@media screen and (max-width:768px){
    .page-contact-wrap .entry-header .en-title{ font-size:12px; }
    .page-contact-wrap .entry-header .cn-title{ font-size:20px;}
    .page-contact-wrap .contact-main-wrap{ flex-wrap: wrap;padding-bottom: 54px;}
    .page-contact-wrap .contact-wrap{width:100%; margin-bottom: 54px;}
    .page-contact-wrap .contact-wrap .items{ margin-top:42px; }
    .page-contact-wrap .contact-wrap .items .line{margin:30px 0 30px 60px;}
    .page-contact-wrap .contact-wrap .items .item .label{ font-size: 14px; width: 60px; line-height: 24px; }
    .page-contact-wrap .contact-wrap .items .item .value{ line-height: 24px; }
    .page-contact-wrap .contact-wrap .items .item .value .tel{ font-size: 16px; margin-bottom: 5px; }
    .page-contact-wrap .contact-wrap .items .item .value .text{font-size: 14px;}
    .page-contact-wrap .contact-wrap .items .item .value .map{ margin-top:10px;font-size:12px;}
    .page-contact-wrap .contact-wrap .items .item .value .map .iconfont{ font-size:10px; }
    .page-contact-wrap .contact-wrap .items .item .value .map:hover .iconfont{ margin-left:5px; }
    .page-contact-wrap .message-wrap{width:100%;}
    .page-contact-wrap .message-wrap .items{margin-top:22px; }
    .page-contact-wrap .message-wrap .items .item .label { padding:20px 0 8px; font-size:12px; }
    .page-contact-wrap .message-wrap .items .item .text-input{ line-height: 48px; }
    .page-contact-wrap .message-wrap .items .item .text-textarea{line-height:24px; padding: 12px 0;max-height:260px;}

    .page-contact-wrap .message-wrap .items .item .tips { font-size:12px; padding:30px 0; }
    .page-contact-wrap .message-wrap .items .submit{ line-height:48px; font-size:14px;}

}


/*---- 通用面包屑 --------*/
.common-crumbs{}
.common-crumbs .common-crumbs__items{ display: flex; justify-items: center; padding:0.28rem 0; font-size: 0.12rem;     line-height: 0.24rem;}
.common-crumbs .common-crumbs__items span{color: #000;font-size: 0.12rem; display: inline-block; margin: 0 0.025rem;}
.common-crumbs .common-crumbs__items a{color: #000; font-weight: 500;}
.common-crumbs .common-crumbs__items a:hover{ text-decoration: underline; color: #0044ff;; }
@media screen and (max-width:768px) {
    .common-crumbs{display: none;}
}

/*---- 分页 --------*/
.pagination {margin-left: -0.12rem;}
.pagination .item {padding: 0 0.12rem;font-size: 0.18rem;line-height:1;color: #000;}
.pagination .item span.iconfont {color: #000;font-size: 0.14rem;font-weight: bold; }
.pagination .item.active {position: relative;font-weight: bold;}
.pagination .item.active:after {position: absolute;left: 0;right: 0;margin: auto;width:calc(100% - 0.2rem);height: 0.02rem;content:'';bottom: -0.02rem;background-color: #000;}
@media screen and (max-width:768px) {
    .pagination .item {padding: 0 10px;font-size:16px;line-height:32px;}
    .pagination .item.active:after {width:calc(100% - 20px);height:1.5px;bottom: -1.5px;}
}



/*---- 页脚 --------*/
footer{ background-color: #242424; }
footer .footer{ color: white; }
footer .footer .contact-wrap{padding: 0.85rem 1.10rem 0.35rem 0.70rem; display: flex; align-items: flex-start; justify-content: space-between; }
footer .footer .contact-wrap .footer-logo{ flex-shrink: 0; margin-right: 1.9rem; }
footer .footer .contact-wrap .footer-logo a{ display: inline-block; font-size: 0; width: 1.24rem; }
footer .footer .contact-wrap .footer-logo a.image .img{ width:1.25rem; }
footer .footer .contact-wrap .footer-logo a.image .img path {fill: white;}
footer .footer .contact-wrap .contact-box{width: 100%;display: flex; justify-content: space-between; align-items: flex-start;  }
footer .footer .contact-wrap .contact-box .items{ display: flex; justify-content: space-between; align-items: flex-start;width: 100%; }
footer .footer .contact-wrap .contact-box .items>div{width: 50%;}
footer .footer .contact-wrap .contact-box .items>div.items-box{width: 100%;}
footer .footer .contact-wrap .contact-box .items .item {letter-spacing: 1px; margin-bottom: 0.64rem; display:flex;align-items: flex-start;line-height:2;  }
/*footer .footer .contact-wrap .contact-box .items>div.items-box .item{ width: 50%; }*/
footer .footer .contact-wrap .contact-box .items .item .label{ font-size: 0.14rem; color: rgba(255,255,255,0.3); width: 1.05rem; flex-shrink: 0; }
footer .footer .contact-wrap .contact-box .items .item .telephone{ margin-top:-0.05rem;display:block;font-size: 0.2rem;}
footer .footer .contact-wrap .contact-box .items .item .text{font-size: 0.14rem; }
footer .footer .contact-wrap .contact-box .items .item .map{ font-weight: bold; font-size: 0.12rem; text-decoration: underline; color: white; display: block;}
footer .footer .contact-wrap .contact-box .qrcode-items{flex-shrink:0;display: flex;}
footer .footer .contact-wrap .contact-box .qrcode{ font-size:0; width: 1.26rem; min-width: 108px; flex-shrink: 0; }
footer .footer .contact-wrap .contact-box .qrcode:last-child{margin-left: 0.45rem;}
footer .footer .contact-wrap .contact-box .qrcode .text{ margin-top:0.32rem;text-align: center; color: #919191;  font-size: 0.12rem; }
footer .footer .copyright-wrap{padding: 0.3rem 1.10rem 0.3rem 0.75rem; border-top: 1px solid #505050; display: flex; justify-content: space-between; align-items: center; font-size: 0.12rem;}
footer .footer .copyright-wrap .link{  }
footer .footer .copyright-wrap .btn{ margin-left: 0.55rem; color:white; }
footer .footer .copyright-wrap .btn:first-child{ margin-left: 0; }
footer .footer .copyright-wrap .btn:hover{color: #ddd;}
footer .footer .copyright-wrap .copyright{}
@media screen and (max-width:1024px) {
    footer .footer .contact-wrap .footer-logo{margin-right:1rem;}
    footer .footer .contact-wrap .contact-box .qrcode{width:1.2rem; min-width:80px;}
    footer .footer .contact-wrap .contact-box .qrcode .text span{ display:none;}
    footer .footer .contact-wrap .contact-box .items .item .label{ width: 1.2rem;}
    footer .footer .contact-wrap .contact-box .items .item{ line-height:1.5;}
}
@media screen and (max-width:768px) {
    footer .footer .contact-wrap{padding: 45px 20px 20px; display: block;}
    footer .footer .contact-wrap .footer-logo { display: none; margin-right: 0; margin-bottom: 32px;}
    footer .footer .contact-wrap .footer-logo a.image { width: 64px;}
    footer .footer .contact-wrap .footer-logo a.image .img{ width:100%; }
    
    footer .footer .contact-wrap .contact-box .items{width:50%;display: flex; flex-wrap: wrap;}
    footer .footer .contact-wrap .contact-box .items>div{ width: 100%;order: 1; }
    footer .footer .contact-wrap .contact-box .items>div:last-child{ order: 0; }
    footer .footer .contact-wrap .contact-box .items .item{ margin-bottom:12px; }
    footer .footer .contact-wrap .contact-box .items .item .label { font-size: 12px;  width: 82px;}
    footer .footer .contact-wrap .contact-box .items .item .telephone { margin-top: -1px; font-size: 12px; }
    footer .footer .contact-wrap .contact-box .items .item .text{ font-size: 12px; }
    footer .footer .contact-wrap .contact-box .items .item .map{text-decoration: none; font-size: 12px;}
    footer .footer .contact-wrap .contact-box .qrcode-items{ width:50%; margin-top:32px;margin-bottom: 12px;}
    footer .footer .contact-wrap .contact-box .qrcode{ margin-left: 82px; }
    footer .footer .contact-wrap .contact-box .qrcode:last-child{margin-left:25px;}
    footer .footer .contact-wrap .contact-box .qrcode .text{ margin-top:20px;font-size:12px;color: white; }
    footer .footer .copyright-wrap { padding: 15px 20px; display: block;  font-size: 12px; line-height:2;text-align: center;opacity: 0.6;}
    footer .footer .copyright-wrap .btn { margin-left:5px;}
    footer .footer .copyright-wrap .beian,
    footer .footer .copyright-wrap .from{display: block; margin-left: 0;}
}
@media screen and (max-width:544px) {
    footer .footer .contact-wrap .contact-box{display: block;}
    footer .footer .contact-wrap .contact-box .items{width:100%;}
    footer .footer .contact-wrap .contact-box .qrcode-items{ width:100%; }
}
@media screen and (max-width:414px) {
    
}
@media screen and (max-width:375px) {
    footer .footer .contact-wrap .contact-box .qrcode{ min-width: 80px; width:80px; }
    footer .footer .contact-wrap .contact-box .qrcode:last-child{ margin-left:32px;}
    footer .footer .contact-wrap .contact-box .qrcode .text span{display:none; }
}


.m-footer-height{ height: 49px; display: none;  }
.m-footer{ border-top: 1px solid #ddd; display: none; position: fixed;bottom: 0;left: 0; z-index: 95; width: 100%;background:#f1f1f1;}
.m-footer .items{ display: flex; justify-content: space-around;height: 48px; align-items: center; }
.m-footer .items .item{ font-size: 0; display: flex; align-items: center; width: 50%; text-align: center; justify-content: center;border-left: 1px solid #ddd;}
.m-footer .items .item:first-child{ border-left: 0; }
.m-footer .items .item .btn{ display: flex; align-items: center; }
.m-footer .items .item .btn .icon{ height: 24px; margin: 0 12px; }
.m-footer .items .item .btn .text{ font-size: 14px; font-weight: 700; color: #83827E; }
@media screen and (max-width:768px) {
    .m-footer,.m-footer-height{display: block;}
}