@media (max-width: 768px){
  html{
    font-size:  calc(100vw/4.14); 
  }
  body{
    min-width: 100%;
    overflow-x: hidden;
    font-size: .14rem;
  }
  .page{
    margin-top: .7rem;
  }
  /* .inner-page{
    padding-top: 2.6rem;
  } */
  .inner-page h1{
    font-size: .28rem;
    line-height: 1;
    padding-bottom: .05rem;
  }
  .inner-page .banner::before{
    background: url(../img/line01-mob.png) center 0 no-repeat;
    background-size: auto 0.29rem;
    height: 0.29rem;
    bottom: -.02rem;
  }
  .inner-page .banner{
    height: 2.26rem;
  }
  .inner-page .title{
    height: .4rem;
  }
  .header{
    display: none;
  }
  .mob-header{
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: block;
  }
  .mob-header .fix-top{
    height: .7rem;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mob-header .logo{
    height: 88%;
    display: block;
    margin-left: .15rem;
  }
  .mob-header .logo>*{
    height: 100%;
  }
  .mob-header>ul{
    height: calc(100vh - .7rem);
    background: #fff;
    overflow: auto;
    display: none;
    border-top: 1px solid rgba(200,159,99,0.30);
    padding-bottom: .3rem;
  }
  .mob-header>ul>li{
    border-bottom: 1px solid rgba(200,159,99,0.30);
    padding: .26rem 0 .28rem 0;
    background: url(../img/menu/menu-arrow-btn.png) .2rem .28rem no-repeat;
    background-size: .18rem;
  }
  .mob-header>ul>li.open{
    padding-bottom: 0;
  }
  .mob-header>ul>li.open>a{
    padding-bottom: .26rem;
   
  }
  .mob-header>ul ul li:first-of-type{
    border-top: 1px solid rgba(200,159,99,0.30);
  }
  .mob-header>ul>li>a{
    font-size: .16rem;
    display: inline-block;
    padding-left: .5rem;
  }
  .mob-header>ul ul{
    display: none;
  }
  .mob-header>ul ul li{
    line-height: .56rem;
    font-size: .14rem;
    background: url(../img/menu/menu-arrow.png) .56rem center no-repeat;
    background-size: .06rem auto;
    border-bottom: 1px solid rgba(200,159,99,0.20);
    padding-left: .75rem;
  }
  .mob-header>ul ul li:last-of-type{
    border: 0;
  }
  .mob-header>ul ul li a{
    display: block;
  }
  .mob-header .hasChild{
    position: relative;
  }
  .mob-header .hasChild::after{
    content: "";
    width: .24rem;
    height: .24rem;
    background: url(../img/menu/menu-min.png)  no-repeat;
    background-size: .24rem;
    position: absolute;
    right: .24rem;
    top: .28rem;
  }
  .mob-header .hasChild.open::after{
    background: url(../img/menu/menu-plus.png)  no-repeat;
    background-size: .24rem;
  }
  .mob-header .btn{
    float: right;
    width: .7rem;
    height: .7rem;
    background: url(../img/menu/menu-mob.png) center center no-repeat;
    background-size: .34rem auto;
  }
  .mob-header .btn.open{
    float: right;
    width: .7rem;
    height: .7rem;
    background: url(../img/menu/menu-close.png) center center no-repeat;
    background-size: .34rem auto;
  }
  .mob-header>ul>li.online{
    background: #EE7E1A;
    color: #fff;
    line-height: .48rem;
    width: 2.7rem;
    border-radius: 0.48rem;
    text-align: center;
    padding: 0;
    margin: 0.3rem auto 0;
  }
  .mob-header>ul>li.online a{
    padding-left: 0;
  }
  .max-content{
    max-width: 100%;
    padding: 0 .3rem;
  }
  .container-connect{
    padding-bottom: .85rem;
  }
  .container-connect .banner{
    background: url(../img/connect/connect-banner-mob.png) no-repeat;
    background-size: cover;
  }
  .container-connect .title{
    height: .4rem;
  }
  .container-connect .block{
    width: 100%;
  }
  .container-connect .pic{
    width: 100%;
    margin: .2rem 0 .65rem;
  }
  .container-connect .block{
    margin-top: .3rem;
    border-width: 1px;
  }
  .container-connect .info-title{
    font-size: .2rem;
    width: 2.4rem;
    margin-left: -1.2rem;
  }
  .container-connect .info{
    padding: .34rem 0 .04rem;
    font-size: .14rem;
    line-height: .22rem;
  }
  .container-connect .block p:nth-of-type(3){
    margin-bottom: .08rem;
  }
  .container-connect .links{
    display: block;
    height: auto;
    border-top:  1px solid #EE7E1A;
    border-left: 0;
  }
  .container-connect .links a{
    display: flex;
    align-items: center;
    padding: .3rem .7rem;
    border-top: 0;
    border-left: 4px solid;
    /* justify-content: space-between; */
    font-size: .14rem;
  }
  .container-connect .links a p{
    padding-left: .2rem;
  }
  .container-connect .links img{
    margin: 0;
    width: .76rem;
  }
  .container-connect .links a:nth-of-type(1)::after, .container-connect .links a:nth-of-type(2)::after{
    width: 2.94rem;
    height: 1px;
    left: .3rem;
    bottom: 0;
    top: auto
  }
  .container-news-detail .back, .container-recruitment-detail .back{
    font-size: .14rem;
    background: url(../img/news/details-arrow.jpg) 0 center no-repeat;
    background-size: 0.16rem;
    padding-left: .2rem;
  }
  .container-news-detail, .container-recruitment-detail{
    width: 100%;
    padding: .36rem .3rem .85rem;
  }
  .container-recruitment-detail .info,.container-recruitment-detail .detail{
    width: 100%;
    float: none;
  }
  .container-recruitment-detail .detail{
    padding-top: .4rem;
  }
  .container-recruitment-detail .content{
    padding-top: .36rem;
  }
  .container-recruitment-detail .position{
    font-size: .2rem;
    line-height: .28rem;
    text-align: center;
    margin-bottom: .24rem;
  }
  .container-recruitment-detail .info div{
    font-size: .14rem;
    text-align: center;
  }
  .container-recruitment-detail .info div p{
    display: inline-block;
    margin: 0 .16rem;
  }
  .container-recruitment-detail .info a{
    width: 1.66rem;
    line-height: .32rem;
    margin: .24rem auto 0;
  }
  .container-recruitment-detail li{
    font-size: .14rem;
    line-height: .24rem;
  }
  .container-recruitment-detail li span{
    padding: .13rem .2rem;
  }
  .container-recruitment-detail span.title{
    position: static;
    width: 100%;
    border-bottom: 1px solid rgba(200,159,99,0.50);
    padding: .13rem .2rem;
  }
  .container-recruitment-detail span.contact{
    line-height: .24rem;
  }
  .container-recruitment-detail .desc-title{
    font-size: .16rem;
    line-height: .16rem;
    margin-bottom: .15rem;
  }
  .container-recruitment .banner{
    background: url(../img/recruitment/recruitment-banner-mob.jpg) center no-repeat;
    background-size: cover;
  }
  .container-recruitment .banner::before{
    background: url(../img/recruitment/line-mob.png) center 0 no-repeat;
    background-size: 100% auto;
  }
  .container-recruitment .tabs{
    width: 100%;
    font-size: .16rem;
    margin: .2rem 0 .4rem;
  }

  .container-recruitment .recruitment-list{
    margin: 0;
  }
  .container-recruitment li{
    float: none;
    width: 100%;
    height: 2.08rem;
    padding: 0 .4rem ;
    margin: 0 0 .24rem 0;
  }
  .container-recruitment li::before{
    top: -.71rem;
    right: -1.05rem;

  }
  .container-recruitment li .type{
    line-height: .18rem;
    font-size: .18rem;
  }
  .container-recruitment li .desc{
    font-size: .14rem;
    line-height: .24rem;
  }
  .container-recruitment li a{
    width: 1.1rem;
    line-height: .36rem;
    margin-top: .16rem;
  }
  .container-recruitment .title,.container-news .title{
    height: .4rem;
  }

  .container-recruitment .pagination{
    padding: .26rem 0  .85rem;
  }
  .pagination span{
    width: .34rem;
    height: .34rem;
    line-height: .32rem;
    margin: .05rem;
  }
  .pagination span.prev{
    font-size: .1rem;
    padding-left: .16rem;
    margin-right: .18rem;
    background: url(../img/news/pagearrow-left.png) 0 .085rem no-repeat;
    background-size: 0.14rem;
  }
  .pagination span.next{
    font-size: .1rem;
    padding-right: .16rem;
    margin-left: .18rem;
    background: url(../img/news/pagearrow-right.png) right .085rem no-repeat;
    background-size: 0.14rem;
  }
  .container-news .banner{
    background: url(../img/news/news-banner-mob.jpg) right center no-repeat;
    background-size: cover;
  }
  .container-news .tabs{
    display: flex;
    margin-top: .32rem;
  }
  .container-news .tabs span{
    margin: 0 .07rem;
    font-size: .16rem;
  }
  .container-news .tabs span:first-of-type{
    margin-left: 0;
  }
  .container-news .tabs span:last-of-type{
    margin-right: 0;
  }
  .container-news .news-list{
    margin-top: .37rem;
  }
  .container-news .news-list::before{
    width: 0;
  }
  .container-news .news-list li{
    width: 100%;
    float: none;
    font-size: .14rem;
    padding: .14rem 0;
    border-bottom: 1px solid #E3E3E3;
    line-height: .24rem;
  }
  .container-news .news-list a{
    height: .93rem;
    padding-left: 1.08rem;
  }
  /* .container-news .news-list li:nth-of-type(2n+1){
    border: 0;
  } */
  .container-news .news-title{
    /* line-height: .18rem; */
  }
  .container-news .news-list .date{
    margin-bottom: .06rem;
    padding-top: .1rem;
  }
  .container-news .pagination{
    padding: .5rem 0 .85rem;
  }
  .container-news-detail .title{
    font-size: .2rem;
    /* line-height: .3rem; */
    margin-top: .36rem;
    padding-bottom: .1rem;
    line-height: .28rem;
   
  }
  .container-news-detail p{
    font-size: .14rem;
    line-height: .24rem;
    margin-top: .24rem;
  }
  .container-news-detail .center{
    font-size: .12rem;
  }
  .container-news-detail h2{
    line-height: .24rem;
    padding: .06rem .2rem;
    font-size: .16rem;
    margin-top: .36rem;
  }
  .container-news-detail img{
    max-width: 100%!important;
  }
  .container-news-detail .info{
    margin: .16rem 0 .24rem;
  }
  .container-news-detail .info span,.container-news-detail .info .date{
    font-size: .14rem;
  }
  .container-news-detail .info .tag{
    line-height: .25rem;
  }
  .container-about .banner{
    background: url(../img/about/aboutus-banner-mob.jpg) no-repeat;
    background-size: 100% auto;
  }
  .container-about .tabs{
    margin-top: .57rem;
    height: 1.2rem;
  }
  .container-about .tabs a{
    width: 33.33%;
    float: left;
    height: 1.2rem;
    font-size: .16rem;
    padding: .5rem 0 0;
    background: url(../img/about/aboutus-arrowdown.png) center .9rem no-repeat;
    background-size: 0.14rem auto;
  }
  .container-about .tabs a::before{
    width: .66rem;
    height: .66rem;
    margin-left: -.33rem;
    top: -.27rem;
  }
  .container-about .part-1{
    padding: .5rem 0 .6rem;
  }
  .container-about .part-1 h2{
    font-size: .24rem;
    line-height: .24rem;
    margin-bottom: .24rem;
    text-align: center;
  }
  .container-about .part-1 .detail-infomation{
    float: none;
    width: 100%;
  }
  .container-about .part-1 p{
    font-size: .14rem;
    line-height: .24rem;
    margin-bottom: .24rem;
  }
  .container-about .part-1 .pic{
    float: none;
    width: 100%;
    margin-top: .4rem;
    top: 0;
  }
  .container-about .part-2{
    background: url(../img/about/line-mob.jpg) #FBF7EE center 0 no-repeat;
    background-size: 100% auto;
  }
  .container-about .part-2 h2{
    font-size: .24rem;
    margin-bottom: 0;
  }
  .container-about .part-2 ul{
    margin-top: .4rem;
  }
  .container-about .part-2 .period::before{
    width: .22rem;
    height: .16rem;
    top: .09rem;
    
  }
  .container-about .part-2 .period{
    font-size: .18rem;
    padding-left: .56rem;
    line-height: .33rem;
    margin-bottom: .2rem;
    background: url(../img/about/aboutus-plus.png) right center no-repeat;
    background-size: .24rem;
    width: 100%;
  }
  .container-about .part-2 .open .period{
    background: url(../img/about/aboutus-min.png) right center no-repeat;
    background-size: .24rem;
  }
  .container-about .part-2 li{
    padding-bottom: .3rem;
  }
  .container-about .part-2 li::before{
    left:.11rem;
  }
  .container-about .part-2 li p{
    width: 100%;
    padding-left: .6rem;
    float: none;
  }
  .container-about .part-2 li .right{
    width: 100%;
    float: none;
    margin-bottom: 0.12rem;
    padding-left: 0.6rem;
  }
  .container-about .part-2 li p:last-of-type{
    margin-bottom: 0;
    padding-left: 0;
  }
  .container-about .part-2 .event{
    width: 100%;
    font-size: .14rem;
    line-height: .24rem;
  }
  .container-about .part-2 .year{
    font-size: .16rem;
    line-height: .24rem;
    margin-bottom: .04rem;
    margin-top: .1rem;
    font-family: 'SourceHanSansCNNormal';
  }
  .container-about .part-2 .item-group{
    display: none;
  }
  .container-about .part-2 .open .item-group{
    display: block;
  }
  .container-about .part-2 li:last-of-type::before{
    width: 0;
  }
  .container-about .part-3 ul{
    width: 100%;
  }
  .container-about .part-3 .info{
    width: 2.58rem;
  }
  .container-about .part-3 .info-title{
    width: .96rem;
    line-height: .24rem;
  }
  .container-about .part-3 li{
    font-size: .14rem;
    line-height: .24rem;
    padding: .22rem 0;
  }
  .container-about .part-3 .info p{
    line-height: .24rem;
    margin-bottom: 0;
  }
  .container-about .part-2 li:last-of-type.open::before{
    width: 1px;
  }
  .container-about h2{
    font-size: .24rem;
  }
  .container-story .banner{
    background: url(../img/story/brand-banner-mob.png) center 0 no-repeat;
    background-size: cover;
    height: 2.26rem;
  }
  .container-story .brand-top{
    /* height: 4.6rem; */
  }
  .container-story .slogan{
    font-size: .18rem;
    line-height: .24rem;
    margin-top: .24rem;
  }
  .container-story .slogan-2{
    font-size: .2rem;
    line-height: .36rem;
    margin-top: .02rem;
  }
  .container-story .video-box .start{
    background-size: .72rem;
  }
  .container-story .brand-content{
    padding-top: 1.04rem;padding-bottom: .95rem;
    background: url(../img/story/ware-bg-mob.png) center 0 no-repeat;
    background-size: 100% auto;
  }
  .container-story .brand-content .item-1{
    background: url(../img/story/brand-pic1-mob.png) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 2.16rem;
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }
  .container-story .brand-content p{
    font-size: .14rem;
    line-height: .24rem;
  }
  .container-story .brand-content .item-title{
    font-size: .2rem;
    margin-bottom: .24rem;
  }
  .container-story .brand-content .item-1 p{
    max-width: 100%;
  }
  .container-story .brand-content .item-2{
    background: url(../img/story/brand-pic2-mob.png) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 2.16rem;
    height: auto;
    padding-left: 0;
    padding-top: 0;
    margin-top: .6rem;
  }
  .container-story .brand-story{
    margin-top: .64rem;
  }
  .container-story .brand-story .logo{
    width: 1.46rem;
  }
  .container-story .brand-story p{
    margin-top: .12rem;
    font-size: .16rem;
    line-height: .28rem;
  }
  .container-story .brand-top::before{
    width: 1.55rem;
    height: 3.55rem;
    top: 1.4rem;
  }
  .container-story .brand-top::after{
    width: 1.13rem;
    height: 3.99rem;
    top: 0;
  }
  .container-story .video-box, .container-quality .video-box{
    margin-top: .36rem;
  }
  .container-quality .banner{
    background: url(../img/quality/quality-banner-mob.jpg) no-repeat;
    background-size: 100% auto;
  }
  .container-quality .slogan{
    font-size: .16rem;
    line-height: .26rem;
  }
  .container-quality .video-box .start{
    background-size: .72rem;
  }
  .container-quality .top-max-content{
    padding: 0;
  }
  .container-quality .group{
    margin-top: .56rem;
  }
  .container-quality .group .item{
    width: 100%;
    float: none;
    height: 1.02rem;
    border-top: 1px solid #E3CFB0;
    padding: 0;
    margin: 0;
    font-size: .16rem;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
  }
  .container-quality .group .item-1{
    background: url(../img/quality/qa-li1.jpg) .15rem center no-repeat;
    background-size: auto 100%;
  }
  .container-quality .group .item-2{
    background: url(../img/quality/qa-li2.jpg) .15rem center no-repeat;
    background-size: auto 100%;
  }
  .container-quality .group .item-3{
    background: url(../img/quality/qa-li3.jpg) .15rem center no-repeat;
    background-size: auto 100%;
  }
  .container-quality .group .item-4{
    background: url(../img/quality/qa-li4.png) .15rem center no-repeat;
    background-size: auto 100%;
  }
  .container-quality .group .item-5{
    background: url(../img/quality/qa-li5.jpg) .15rem center no-repeat;
    background-size: auto 100%;
  }
  .container-quality .group .item-6{
    background: url(../img/quality/qa-li6.jpg) .15rem center no-repeat;
    background-size: auto 100%;
  }
  .container-quality .group .item-7{
    background: url(../img/quality/qa-li7.jpg) .15rem center no-repeat;
    background-size: auto 100%;
  }
  .container-quality .group .item-8{
    background: url(../img/quality/qa-li8.jpg) .15rem center no-repeat;
    background-size: auto 100%;
    border-bottom: 1px solid #E3CFB0;
  }
  .container-quality .group .item::before{
    width: .4rem;
    height: .4rem;
    top: .35rem;
    right: .3rem;
    left: auto;
    box-shadow: 0 0 .07rem 0 rgba(207,198,186,0.50);
    background-size: .12rem auto;
  }
  .container-quality .group .point{
    /* font-size: .16rem; */
  }
  .container-quality .group p{
    line-height: .2rem;
    height: auto;
    width: 1.4rem;
    text-align: center;
  }
  .container-quality .group p.text2{
    padding-top: 0;
  }
  .container-quality .item-info{
    font-size: .14rem;
    line-height: .24rem;
    padding-top: .88rem;
  }
  .container-quality .group-info{
    margin-top: .64rem;
    padding-top: .02rem;
    background: url(../img/quality/line.jpg) #FBF7EE center 0 no-repeat;
    background-size: 100% auto;
    padding-bottom: .85rem;
  }
  .container-quality .item-info h3{
    font-size: .18rem;
    border-width: 1px;
    margin-bottom: .35rem;
    padding-bottom: .08rem;
  }
  .container-quality .item-info h3::after{
    width: .1rem;
    height: .1rem;
    bottom: -.1rem;
  }
  .container-quality .item-info img{
    margin-top: .2rem;
    border-radius: .12rem;
  }
  .container-quality .item-info .graphic-interpretation{
    font-size: .12rem;
  }
  .container-quality .item-info h3::before{
    width: .45rem;
    height: .45rem;
    margin-left: -.225rem;
    top: -.45rem;

  }
  .container-quality .item-info .graphic-interpretation-1{
    font-size: .14rem;
  }
  .container-product .banner{
    background: url(../img/product/product-banner-mob.jpg) no-repeat;
    background-size: cover;
  }
  .container-product ul{
    padding: .36rem 0 .85rem;
  }
  .container-product ul li:nth-of-type(4n+1){
    margin-left: 0;
  }
  .container-product ul li{
    width: 100%;
    margin: 0 0 .2rem;
    height: 1.22rem;
    padding: 0 0 0 .15rem;
  }
  .container-product ul li:last-of-type{
    margin-bottom: 0;
  }
  .container-product ul li a{
    display: flex;
    align-items: center;
  }
  .container-product ul p{
    margin-top: 0;
    font-size: .16rem;
    margin-left: .2rem;
  }
  .container-product ul li.new::before{
    width: .36rem;
    height: .36rem;
    right: .08rem;
    top: .08rem;
    left: auto;
  }
  .container-product ul li img{
    height: .95rem;
    transform: scale(.86);
  }
  .container-knowledge .head-desc{
    background: url(../img/knowledge/research-banner01-mob.jpg) no-repeat;
    background-size: cover;
    height: 2.94rem;
  }
  .container-knowledge .head-desc p:nth-of-type(1){
    padding-top: .7rem;
    font-size: .16rem;
    line-height: 1;
  }
  .container-knowledge .head-desc p:nth-of-type(2){
    margin-top: .2rem;
    font-size: .24rem;
    line-height: 1;
  }
  .container-knowledge .head-desc p:nth-of-type(3){
    line-height: .24rem;
    font-size: .14rem;
    padding: 0 .3rem;
    margin-top: .2rem;
  }
  .container-knowledge .pic{
    background: url(../img/knowledge/pic01-mob.png) center 0 no-repeat;
    background-size: 3.98rem auto;
    height: 2.74rem;
  }
  .container-knowledge .video-box{
    margin-top: .36rem;
  }
  .container-story .video-box .start, .container-quality .video-box .start, .container-knowledge .video-box .start{
    background: url(../img/story/brand-play.png) rgba(0,0,0,.4) center center no-repeat;
    background-size: .72rem;
  }
  .container-knowledge .production-process{
    margin-top: 0;
    padding: .7rem .3rem 1.65rem;
    background: url(../img/knowledge/bg.png) repeat-y;
    background-size: 100% auto;
    background-attachment:none;
    overflow-x: hidden;
  }
  .container-knowledge .production-process h3{
    font-size: .2rem;
  }
  .knowledge-footer{
    height: 8.69rem;
  }
  .container-knowledge .step{
    width: 1rem;
    height: 1rem;
    margin: .05rem .04rem;
    padding-top: .58rem;
    background-size: .56rem!important;
    font-size: .14rem;
    line-height: 1;
  
  }
  .container-knowledge .production-process .content{
    padding: 0;
  }
  .container-knowledge .step p:last-of-type{
    font-size: .06rem;
    margin-top: .03rem;
  }
  .container-knowledge .step-content{
    padding: 0 .24rem;
    margin-top: .35rem;
  }
  .container-knowledge .step-content .step-desc{
    width: 100%;
    background: url(../img/knowledge/re-title-bg-mob.png) no-repeat;
    background-size: cover;
    line-height: .52rem;
    font-size: .14rem;
    margin-top: .2rem;
    letter-spacing: 1px;
  }
  .container-knowledge .step-content .step-num{
    font-size: .24rem;
    line-height: .33rem;
  }
  .container-knowledge .step-content .step-title{
    font-size: .18rem;
    line-height: .2rem;
  }
  .container-knowledge .step-content .block{
    margin-top: .3rem;
  }

  .container-knowledge .step-content:nth-of-type(2n) img,.container-knowledge .step-content:nth-of-type(2n) .text{
    float: none;
  }
  .container-knowledge .step-content .text{
    width: 100%;
    font-size: .14rem;
    line-height: .24rem;
    float: none!important;
    padding-top: .24rem;
  }
  .container-knowledge .step-content img{
    width: 100%!important;
    float: none!important;
  }
  .container-knowledge .text .tip{
    font-size: .12rem;
    margin-top: .18rem;
  }
  .container-knowledge .top-group{
    padding: .14rem 0 0;
  }
  .container-knowledge .top-group .max-content{
    padding: 0;
  }
  .container-knowledge .text .tip2{
    font-size: .14rem;
    margin-bottom: .18rem;
  }
  .container-knowledge .step-items::before,.container-knowledge .step-items::after{
    height: 0;
  }
  .container-knowledge .step-content-10{
    padding-bottom: .64rem;
  }
  .container-knowledge .step-content .block{
    padding: 0 .16rem;
  }
  .container-knowledge .step-content-8 .block:first-of-type{
    padding-bottom: .3rem;
  }
  .container-knowledge .step-content-8 .block:last-of-type{
    margin-top: .3rem;
  }
  .container-knowledge .production-process h3::before{
    width: 2.11rem;
    background: url(../img/knowledge/bg-before.png) no-repeat;
    background-size: 100% auto;
    top: -.3rem;
    margin-left: -1.05rem;
  }
  .container-knowledge .production-process h3{
    background: url(../img/knowledge/research-icon.png) center 0 no-repeat;
    background-size: 0.4rem auto;
    padding-top: .32rem;
    margin-bottom: .26rem;
  }
  .kameda-graduate-school .item{
    width: 100%;
    position: static;
    font-size: .12rem;
    line-height: .24rem;
    padding-top: .5rem;
  }
  .kameda-graduate-school .items-group{
    height: auto!important;
    padding-bottom: 1.65rem;
    box-sizing: border-box;
  }
  .kameda-graduate-school .items-group::before,.kameda-graduate-school .items-group.fixed::before,.kameda-graduate-school .items-group.end::before{
    height: 8.8rem;
    background: url(../img/knowledge/re-bg-mob.jpg) no-repeat;
    background-size: cover;
  }
  .kameda-graduate-school .item .content{
    padding: .56rem .4rem .4rem;
    font-size: .14rem;
    line-height: .24rem;
  }
  .kameda-graduate-school .item .content p{
    margin-bottom: .14rem;
  }
  .kameda-graduate-school .item .content img{
    height: auto!important;
    margin-top: .2rem;
  }
  .kameda-graduate-school .item h2{
    font-size: .2rem;
    line-height: .3rem;
    margin-bottom: .24rem;
  }
  .kameda-graduate-school .better-for-you{
    background: url(../img/graduate-school/banner-mob.jpg) no-repeat;
    background-size: cover;
    height: 2.94rem;
    padding-top: .7rem;
  }
  .kameda-graduate-school .better-for-you p:nth-of-type(1){
    font-size: .16rem;
    line-height: 1;
    margin-bottom:.2rem ;
  }
  .kameda-graduate-school .better-for-you p:nth-of-type(2){
    font-size: .24rem;
    line-height: 1;
    margin-bottom: .2rem;
  }
  .kameda-graduate-school .better-for-you p:nth-of-type(3){
    font-size: .14rem;
    line-height: .24rem;
  }
  .kameda-graduate-school .item .icon{
    width: 1.34rem;
    height: .48rem;
    background: url(../img/knowledge/top.png) center top no-repeat;
    background-size: 100% auto;
  }
  .kameda-graduate-school .item .icon img{
    width: .8rem;
    height:  .8rem;
    margin-left: -.4rem;
    top: .18rem;
  }
  .container-product-detail .banner{
    height: 1.5rem;
    background: url(../img/product/detail/banner-mob.jpg) no-repeat;
    background-size: cover;
  }
  .container-product-detail .product-intro{
    margin: .36rem 0 .6rem 0;
    padding: 0;
  }
  .container-product-detail .product-intro .preview-wrap{
    position: static;
    width: 100%;
    height: 3.4rem;
    display: flex;
    justify-content: center;
  }
  .container-product-detail .max-content{
    padding: 0;
  }
  .container-product-detail .product-intro .logo{
    height: .26rem;
    margin-left: .3rem;
    margin-top: .28rem;
  }
  .container-product-detail .product-intro .sku-name{
    line-height: 1;
    margin-left: .3rem;
    margin-top: .1rem;
    font-size: .2rem;
  }
  .container-product-detail .choose-attrs{
    width: 100%;
    overflow:auto ;
    white-space: nowrap;
    font-size: 0;
    padding-left: .3rem;
    margin-top: 0;
    padding-top: .42rem;
  }
  .container-product-detail .choose-attrs .item{
    float: none;
    display: inline-block;

  }
  .container-product-detail .itemInfo-wrap #choose-attrs2{
    margin-bottom: 0;
  }
  .container-product-detail .choose-attrs .item.current::before{
    margin-top: -.22rem;
  }
  .container-product-detail .product-selling-points p{
    margin: 0 .3rem .12rem;
    font-size: .14rem;
  }
  .container-product-detail .product-intro .buy{
    margin: .1rem 0 0 .58rem;
  }
  .container-product-detail .product-intro .buy::before{
    width: .58rem;
  }
  .container-product-detail h2{
    font-size: .32rem;
  }
  .container-product-detail .slogan{
    font-size: .16rem;
    line-height: .2rem;
  }
  .container-product-detail .product-info .float-right,.container-product-detail .product-info .float-left{
    float: none;
  }
  .container-product-detail .product-info{
    padding: 0 .3rem;
  }
  .container-product-detail .product-info .pic{
    width: 100%!important;
    margin: 0!important;
  }
  .container-product-detail .product-info .text{
    padding: 0!important;
    text-align: center;
    margin-bottom: .3rem;
  }
  .container-product-detail .product-info p{
    font-size: .16rem;
    line-height: .28rem;
    margin-bottom: 0;
  }
  .container-product-detail .product-info .title{
    font-size: .2rem;
    margin-bottom: .3rem;
  }
  .container-product-detail .specifications{
    padding: .6rem .3rem .85rem;
    font-size: .14rem;
    line-height: .24rem;
    margin: .6rem 0 0;
  }
  .container-product-detail .specifications .title{
    margin-bottom: .2rem;
    line-height: .4rem;
    margin-bottom: .24rem;
    font-size: .16rem;
  }
  .container-product-detail .specifications .manufacturer{
    margin-top: .2rem;
  }
  .container-product-detail .composition-table .com-item p:last-of-type{
    font-size: .14rem;
    margin-top: .1rem;
    line-height: .16rem;
  }
  .container-product-detail .composition-table .com-item p:first-of-type{
    font-size: .14rem;
    padding: 0 .1rem;
    line-height: .16rem;
    height: .32rem;
  }
  .container-product-detail .composition-table .com-item p:last-of-type span{
    display: block;
  }
  .container-product-detail .banner2{
    height: 2.46rem; 
  }
  .container-product-detail .banner2::before{
    width: 3.3rem;
    background-size: 100% auto;
    bottom: auto;
    top: 2.15rem;
    margin-left: -1.65rem;
  }
  .container-product-detail .product-info>div{
    margin-top: .6rem;
  }
  .container-product-detail .product-info .text img{
    width: 2.59rem;
    margin: .16rem 0 .3rem;
  }
  .product-footer{

  }
  .footer{
    background: url(../img/footer-mob.png) no-repeat;
    background-size: cover;
    height: 9.49rem;
  }
  .footer .top{
    padding: .7rem 0 .56rem;
  }
  .footer .connect{
    padding: 0;
    margin: 0;
    background: transparent;
  }
  .footer .connect img{
    height: .5rem;
 
  }
  .footer .top .title{
    margin-top: .38rem;
  }
  .footer .middle .logo{
    display: block;
    float: none;
    margin: .42rem auto 0;
  }
  .footer .middle ul{
    display: flex;
    flex-wrap: wrap;
    padding: .2rem 0 0;
    float: none;
  }
  .footer .middle ul li{
    width: 33.33%;
    margin: 0.16rem 0 0;
    font-size: .14rem;
  }
  .footer .middle .qrcode{
    float: none;
    padding-top: .4rem;
  }
  .footer .bottom{
    line-height: .2rem;
    padding-top: .4rem;
    font-size: .14rem;
  }
  .footer .bottom ul li{
    margin: 0 .1rem;
  }
  .footer .view{
    background: url(../img/menu-arrow-btn.png) right center no-repeat;
    background-size: .5rem;
    padding-right: .6rem;
    display: inline-block;
    margin-top: .2rem;
  }
  .footer .middle .qrcode div{
    font-size: .14rem;
  }

  .footer .back{
    right: .24rem;
    top: -.3rem;
    width: .7rem;
    height: .7rem;
  }
  .container{
    width: 100%;
  }
  .home-swiper{
    height: 8.26rem;
    margin-top: .7rem;
  }
  .home-swiper .banner1 {
    background: url(../img/home/home-banner01-mob.jpg) center 0 no-repeat;
    background-size: 100% auto;
  }
  .home-swiper .banner .text{
    background: url(../img/home/banner-mask-mob.png) center 0 no-repeat;
    background-size: 100% auto;
    height: 2.22rem;
  }
  .home-swiper .banner .text p:first-of-type{
    font-size: .3rem;
    line-height: .4rem;
    margin-top: .55rem;
  }
  .home-swiper .banner .text p:last-of-type{
    font-size: .16rem;
    padding: .07rem 0;
    margin-top: .1rem;
  }
  .home-swiper .banner .text p span{
    display: block;
  }
  .swiper-pagination-bullet{
    width: .09rem;
    height: .09rem;
  }
  .home-swiper .swiper-pagination-bullet-active{
    width: .12rem;
  }
  .home-brand-story{
    padding: 0;
  }
  .home-brand-story .pic.pc{
    display: none;
  }
  .home-brand-story .pic{
    float: none;
    width: 100%;
    padding: 0 .25rem;
  }
  .home-brand-story .pic.mob{
    display: block;
  }
  .home-brand-story .content{
    width: 100%;
    text-align: center;
    padding: .3rem .3rem 0;
  }
  .home-brand-story .slogan{
    font-size: .18rem;
    margin-top: .16rem;
    line-height: 1;
  }
  .home-brand-story .slogan-large{
    font-size: .28rem;
    line-height: 1;
    margin-top: .1rem;
  }
  .home-brand-story .desc{
    padding: 0;
    font-size: .14rem;
    line-height: .3rem;
    margin-top: .15rem;
    /* letter-spacing: .02rem; */
  }
  .home-brand-story .desc span{
    display: block;
  }
  .home-brand-story .view{
    margin-top: .36rem;
  }

  .home-lineup .product-group{
    width: 100%;
    padding: 0 .67rem;
    margin-top: .68rem;
    margin-bottom: .85rem;
  }
  .home-lineup .product-block.item3,.home-lineup .product-block.item4{
    float: none;
    width: 100%;
    height: 3.94rem;
    padding: 1.75rem .3rem 0;
  }
  .home-lineup .product-block.item4{
    margin-top: .66rem;
  }
  .home-lineup .product-block .product-name{
    font-size: .24rem;
    line-height: .3rem;
  }
  .home-lineup .product-block .product-desc{
    font-size: .14rem;
    line-height: .24rem;
    margin-top: .15rem;
  }
  .home-lineup .product-block.item3::before{
    width: 2.46rem;
    background-size: 100% auto;
    left: .36rem;
    top: -.42rem;
  }
  .home-lineup .product-block.item4::before{
    width: 2.6rem;
    background-size: 100% auto;
    left:.2rem;
    top: -.42rem;
  }
  .home-lineup .lineup-list{
    padding: .4rem .67rem 0;
  }
  .home-lineup .item{
    width: 100%;
    margin-bottom: .66rem;
    height: auto;
    padding-bottom: .4rem;
  }
  .home-lineup .product{
    width: 1.36rem;
    height: 2rem;
    left: -0.4rem;
    top: -0.42rem;
  }
  .home-lineup .item1::before{
    width: 1.9rem;
    background-size: 100% auto;
    height: 2rem;
    right: -0.5rem;
    top: .2rem;
  }
  .home-lineup .item .detail{
    padding: 2.2rem .3rem 0;
  }
  .home-lineup .detail .product-desc{
    font-size: .14rem;
    line-height: .24rem;
    margin-top: .15rem;
    width: 100%;
    margin-top: .08rem;
  }
  .home-lineup .item1 .detail .product-name::before{
    width: .7rem;
    background-size: 100% auto;
    left: 1.25rem;
    top: -.05rem;
    height: .4rem;
  }
  .home-lineup .detail .product-name{
    font-size: .24rem;
    line-height: .3rem;
  }
  .home-lineup .detail .product-list{
    height: .44rem;
    margin-top: .12rem;
  }
  .home-lineup .product-block .view{
    margin-top: .24rem;
  }
  .home-news{
    margin-top: .6rem;
    padding-bottom: .85rem;
  }
  .home-news .news-banner{
    height: 1.97rem;
    background:url(../img/home/news-mob.png) no-repeat;
    background-size: cover;
  }
  .home-news .news-content .float-left{
    float: none;
    text-align: center;
    padding: 0;
  }
  .home-news .news-content .float-left .view{
    display: none;
  }
  .home-news .news-content .float-right{
    float: none;
    position: static;
    width: 100%;
    padding: 0 .4rem;
  }
  .home-news ul li{
    width: 100%;
    margin-bottom: .4rem;
  }
  .home-news ul li.new::before{
    width: .58rem;
    height: .58rem;
    right: .1rem;
    line-height: .58rem;
  }
  .home-news li .news-title{
    font-size: .16rem;
    line-height: .25rem;
    margin-top: .06rem;
  } 
  .home-news li .news-date{
    margin-top: .08rem;
  }
  .home-news li .news-desc{
    margin-top: .04rem;
    font-size: .14rem;
    line-height: .24rem;
  }
  .home-container{
    overflow-x: hidden;
  }
  /* .home-container h2{
    margin-bottom: .36rem;
  } */
  .home-news .news-content .float-right .mob{
    display: block;
    text-align: center;
  }
  .home-story-product{
    background: url(../img/home/home-story-product-bg-mob.jpg) center bottom no-repeat;
    background-size: 100%;
  }
  .home-graduate-school .container{
    background: transparent;
    padding-bottom: 3.2rem;
    padding-top: 2rem;
  }











  .home-container h1{
    font-size: .24rem;
    line-height: .3rem;
  }
  .home-container h2{
    font-size: .12rem;
    line-height: .14rem;
    margin-top: .05rem;
  }
  .home-new-product{
    padding-top: .67rem;
    position: relative;
  }
  .home-new-product.pc{
    display: none;
  }
  .home-new-product.mob{
    display: block;
  }
  .home-new-product .product-swiper .pic{
    width: 2rem;
    height: 2rem;
  }
  .home-new-product .product-swiper-box{
    width: 6.48rem;
    position: absolute;
    left: -1.18rem;
  }
  .home-new-product .product-swiper-mob .swiper-slide{
    text-align: center;
    padding-top: .48rem;
  }
  .home-new-product .product-swiper-box .swiper-slide img{
    border-radius: 50%;
  }
  .home-new-product .product-swiper-mob .swiper-slide p{
    opacity: 0;
    margin-top: .42rem;
    padding-bottom: 0.3rem;
    font-size: .16rem;
  }
  .home-new-product .product-swiper-mob .swiper-slide-active+.swiper-slide p{
    opacity: 1;
  }

  .home-new-product .swiper-button-next{
    right: 1.3rem;
    top: 2.7rem;
    width: 0.52rem;
    height: 0.52rem;
  }
  .home-new-product .swiper-button-prev{
    left: 1.3rem;
    top: 2.7rem;
    width: 0.52rem;
    height: 0.52rem;
  }



















  .home-new-product .product-swiper-mob .swiper-slide .pic{
    text-align: center;
    height: 2rem;
    border-radius: 50%;
    position: relative;
  }
  .swiper-slide-active+.swiper-slide .pic::before{
    box-shadow: 0px 0px .48rem 0px rgba(233, 132, 56, 0.62);
    border-radius: 50%;
    content: "";
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-new-product .product-swiper p{
    margin-top: .52rem;
    background: transparent;
    padding: 0;
  }
  .home-graduate-school{
    height: auto;
  }
  .home-graduate-school .merit-block *{
    position: static;
    width: 1.46rem!important;
    height: 1.46rem!important;
    margin: 0 .1rem .14rem;
  }
  .home-graduate-school .merit-block{
    position: static;
    text-align: center;
  }
  .home-graduate-school h3{
    font-size: .28rem;
    line-height: .34rem;
    margin-top: .16rem;
    margin-bottom: .26rem;
  }
  .home-graduate-school .merit-block .merit7{
    display: none;
  }
  .home-lineup{
    padding-top: .46rem;
  }
  .home-lineup .detail .view,.home-lineup .product-block .view{
    background-size: .35rem;
    font-size: .14rem;
    padding-right: .45rem;
  }
  .home-lineup .detail .view::before,.home-lineup .product-block .view::before{
    width: .58rem;
  }
  .home-lineup .item2 .product{
    width: 1.1rem;
    height: 2.1rem;
    right: -0.36rem;
    top: -0.42rem;

  }
  .home-lineup .item2::before{
    width: 2.2rem;
    background-size: 100% auto;
    height: 2.3rem;
    left: -0.63rem;
    background: url(../img/home/p2-left-mob.png) no-repeat;
    background-size: 100% auto;
  }
  .home-lineup .item2 .detail .product-name::before{
    left: 1.75rem;
    width: .58rem;
    height: .27rem;
    top:0;
  }
  .home-news h1{
    margin-top: .5rem;
  }

  .view{
    font-size: .14rem;

  }
  .view::before{
    width: .58rem;
  }
  .container-policy{
    padding: .6rem 0 .85rem;
    font-size: .14rem;
    line-height: .24rem;
  }
  .container-policy h1{
    font-size: .28rem;
  }
  .container-policy .content{
    margin-top: .5rem;
  }
  .container-policy p{
    margin-bottom: .06rem;
  }
  .container-policy .subtitle{
    font-size: .16rem;
    margin-top: .2rem;
  }
  .container-sitemap{
    padding: .6rem 0 .85rem;
  }
  .container-sitemap h1{
    font-size: .28rem;
  }
  .container-sitemap .menu{
    margin-top: .6rem;
    text-align: center;
  }
  .container-sitemap .menu>li{
    font-size: .14rem;
    background: url(../img/menu/menu-arrow.png) #FEE797 84% center no-repeat;
    background-size: .1rem auto;
    border-radius: .12rem;
    margin-bottom: .2rem;
    width: 47%;
    margin-right: 6%;
    line-height: .6rem;
  }
  .container-sitemap .menu li a{
    display: block;
    width: 100%;
    height: 100%;
  }
  .container-sitemap .menu>li:nth-of-type(2n+2){
    margin-right: 0;
  }
  .container-sitemap .menu>li.online{
    background: url(../img/share.png) #FEE797 84% center no-repeat;
    background-size: .18rem auto;
  }

  .qrcode-group{
    display: block;
    margin-top:.04rem;
  }
  .qrcode-group .item{
    text-align: center;
    padding: .36rem 0 ;
    height: auto;
    border-right:0;
    border-bottom:1px solid  rgba(200, 159, 99, 0.5);
    width: 2.06rem;
    margin: 0 auto 0;
  
  }
  .qrcode-group .item:last-of-type{
    border:0;
  }
  .qrcode-group .item img{
    margin:0 auto;
  }
  .qrcode-group .item p{
    margin-top: .2rem;
    font-size: .16rem;
    line-height: .19rem;
  }
  

  .container-product ul p.customizedSeries{
    margin-top: .2rem;
  }

  

}





































