

/* 移动端导航栏开始 */
.menu{
  display: flex;
  align-items: center;
  height: 80px;
  /* padding-top: 10px; */
}
.menu-left{
  width: 30%;
  padding-left: 32px;
}
.menu-left a{
  display: block;
  width: 330px;
}
.menu-left img{
  display: block;
}
.mobile-drop ul li{
  list-style-type: none;
}
.mobile-drop ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #fff;
  padding: 16px 20px;
  border-bottom: 1px solid #c78536;
}
.menu-mobile{
  position: relative;
}
.mobile-drop{
  position: absolute;
  background-color: #987245;
  z-index: 99;
  right: 0;
  width: 200px;
}
.second-menu>ul>li:first-child a{
  flex-direction: row-reverse;
  justify-content: left;
  padding: 16px 8px;
}
.icon-caretleft{
  padding-right: 5px;
}
.second-menu ul li:first-child{
  background-color: rgba(0,0,0,0.1);
}

.second-menu{
  position: absolute;
  z-index: 90;
  background-color: #987245;
  width: 200px;
}
/*移动端导航栏结束*/

/*移动端底部开始*/
.mobile-footer{
  display: none;
  text-align: center;
}
.mobile-footer-icon img{
  width: 30px;
  height: 30px;
  margin: 0 10px;
}
.mobile-footer-icon a{
  display: inline-block;
}
.mobile-footer{
  background-color: #242424;
  padding: 15px 0;
}
.mobile-footer-menu{
  color: white;
  font-size: 12px;
}
.mobile-footer-menu a{
  color: white;
  text-decoration: none;
  display: inline-block;
  margin: 7px 10px;
}
.mobile-footer-copy{
  font-size: 12px;
  color: white;
}
.mobile-footer-copy a{
  color: #fff;
  text-decoration: none;
  margin-left: 5px;
}
.mobile-footer-copy p:first-child{
  padding-bottom: 7px;
}
/*移动端底部结束*/

/*首页自适应样式*/
@media screen and (max-width: 768px) {

  /*public*/
  .w-font10{
    font-size: 10px !important;
  }
  .w-font12{
    font-size: 12px !important;
  }
  .w-font14{
    font-size: 14px !important;
  }
  .w-font16{
    font-size: 16px !important;
  }
  .w-font18{
    font-size: 18px !important;
  }
  .w-font20{
    font-size: 20px !important;
  }
  /*END public*/

  /*移动端导航栏*/
  .menu{
    height: 70px;
    margin: 0 3%;
    justify-content: space-between;
  }
  .header{
    height: 200px!important;
  }
  .headerNav{
    display: none;
  }
  .menu-mobile>span{
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #987245;
    font-size: 22px;
  }
  .mobile-drop{
    display: none;
  }
  .menu-left img{
    width: 206px;
  }
  .menu-left{
    width: auto;
    padding-left: 0;
  }
  .menu-left a{
    width: auto;
  }
  /*移动端导航栏结束*/

/*  移动端品牌介绍开始*/
  .introduce{
    padding: 0 0 30px 0;
  }
  .introduceText{
    width: 100%;
    padding: 30px 7%;
    text-align: justify;
  }
  .introduceText p:nth-of-type(1) {
    padding-bottom: 20px;
  }
  .introduceLine{
    margin-bottom: 20px;
  }
  .introduceText p:nth-of-type(2) {
    padding-bottom: 0px;
  }
  .public-column-title h1{
    font-size: 18px;
  }
/*  移动端品牌介绍结束*/

/*  移动端产品中心开始 */
  .productMenu .menu-main .icon{
    width: 40px;
    height: 40px;
  }
  .productMenu .menu-main p a{
    font-size: 14px;
  }
  .productContainer{
    padding: 0 3%;
  }
  .productNav{
    padding: 0 0 16px 0;
    flex-wrap: wrap;
  }
  .productMenu{
    width: 33%;
    margin: 0 0 16px 0;
  }
  /*.hotProducts .productsBox:nth-of-type(1) {*/
  /*  width: 100%;*/
  /*  margin-top: 80px;*/
  /*}*/
  .productsTitle {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
  }
  .hotProducts .productsBox {
    padding-bottom: 20px;
    width: 49%;
  }
  .productsText{
    bottom: 40px;
    left: 10px;
  }
  .pro-next{
    bottom: 30px;
    right: 20px;
  }
  .pro-prev{
    bottom: 30px;
    right: 70px;
  }
  .hotProducts .productsBox:nth-of-type(2),.hotProducts .productsBox:nth-of-type(3)  {
    padding-top: 0;
  }
  .productsBox .picBox{
    height: auto;
  }
  .productsBox .picBox img{
    height: auto;
    width: 100%;
  }
  .productsBox a p:nth-of-type(1){
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
  }
/*  移动端产品中心结束*/

/*  移动端技术支持开始*/
  .support{
    padding: 20px 0 40px 0;
    margin-bottom: 20px;
  }
  .supportImg{
    padding: 20px 3% 0 3%;
  }
  .supportImg .item {
    width: 32%;
  }
  .btn p{
    font-size: 14px;
  }
/*  移动端技术支持结束*/

/*  移动端新闻中心开始*/
  .topTitle h2{
    font-size: 14px;
  }
  .news{
    padding: 0 3%;
  }
  .topTitle{
    margin-bottom: 10px;
  }
  .news .newsTitle {
    padding-bottom: 20px;
  }
  .newsContainer,.newsText{
    display: block;
  }
  .newsLeft,.newsRight{
    width: 100%;
  }
  .newsTextRight,.newsTextLeft{
    width: 100%;
    padding-top: 15px;
  }
  .newsTextLeft a p:nth-of-type(1) {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .rightList .time p:first-child{
    font-weight: unset;
    font-size: 20px;
  }
  .textInfo{
    padding: 10px 0;
  }
  .rightList {
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .rightList>p{
    font-size: 16px;
  }
  .newsRightList {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .rightInfo a p:nth-of-type(3){
    font-size: 12px;
    display: none;
  }
  .rightInfo a p:nth-of-type(2){
    font-size: 12px;
  }
  .rightInfo{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
/*  移动端新闻中心结束*/

/*  移动端最新活动开始*/
  .actives{
    padding: 0 3%;
  }
  .actives .activesTitle {
    padding-bottom: 0;
  }
  .activesContainer{
    flex-direction: column;
  }
  .activesBox {
    width: 100%;
  }
  .activesBox p:nth-of-type(1) {
      padding: 0;
      font-size: 16px;
  }
  .activesBox p:nth-of-type(2){
    margin-top: 8px;
  }
  .activesBox img {
    margin-bottom: 10px;
    margin-top: 30px;
  }
/*  移动端最新活动结束*/

/*  移动端申请加盟开始*/
  .index-form{
    margin-top: 40px;
  }
  .form-frame{
    width: 100%;
  }
  .form-body {
    width: 100%;
    padding: 30px 50px;
  }
  .form-content .input {
    margin-bottom: 15px;
  }
  .form-content .input input{
    text-indent: 10px;
  }
  .form-title{
    width: 50%;
  }
/*  移动端申请加盟结束*/

/*  移动端底部开始*/
  .index-footer{
    display: none;
  }
  .mobile-footer{
    display: block;
  }
/*  移动端底部结束*/

  .rightFunc{
    display: none;
  }
}
@media screen and (min-width:769px){
  .menu{
    display: none;
  }
}