/* 介绍开始 */
.jieshaobg {
    width: 100%;
    background-color: #000000;
    
}
.jieshaobg ul {
    width: 63%;
    margin: 0 auto;
}
.jieshaobg ul li {
    float: left;
    padding: 0 30px;
    line-height: 77px;
    text-align: center;
}
.jieshaobg ul li a {
    display: block;
    font-size: 16px;
    color: #ffffff;
}
.jieshaobg ul li a:hover {
    color: #df741c;
    transition: all 1s ease;
}
/* 加盟优势开始 */
.youshibg {
    width: 100%;
    background: url(..//images/baozi.jpg)no-repeat center;
    padding-top: 90px;
    padding-bottom: 130px;
    background-attachment: fixed;
}
.youshi h2 {
    font-size: 42px;
    color: #000000;
    text-align: center;
}
.youshi ul {
    padding-top: 60px;
}
.youshi ul li {
    float: left;
    width: 18%;
    padding-right: 1%;
    padding-left: 1%;
}
.youshi ul li i {
    color: #007a5f;
    font-size: 64px;
    display: block;
    margin-bottom: 20px;
}
.youshi ul li h3 {
    display: block;
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
}
.youshi ul li p {
    font-size: 16px;
    color: #404040;
}
/* 战略合作开始 */
.hezuobg {
    width: 100%;
    background-color: #ffffff;
    padding-top: 100px;
}
.hezuo h2 {
    font-size: 42px;
    color: #000000;
    text-align: center;
}
.hezuo1 {
    margin-top: 50px;
}
.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .swiper-slide ul li {
      float: left;
      width: 23%;
      margin: 0px 1% 20px 1%;
      border: 1px solid #b2d7cf;
  }
  .swiper-slide ul li:hover {
      box-shadow: 5px 5px 5px #f0f0f0;
  }
  .swiper-slide ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-button-next04 {
      display: none !important;
  }
  .swiper-button-prev04 {
      display: none !important;
  }

  /* 加盟支持开始 */
  .zhichibg {
      width: 100%;
      background: url(..//images/baozi.jpg)no-repeat center;
      padding-top: 90px;
      padding-bottom: 65px;
  }
  .zhichi h2 {
      font-size: 42px;
      color: #ffffff;
      text-align: center;
      
      margin-bottom: 20px;
  }
  .zhichi ul li {
      float: left;
      width: 33%;
      font-size: 22px;
      color: #ffffff;
      margin-bottom: 40px;
  }
  .zhichi ul li span {
      color: #f36617;
  }
  .bs {
      color: #169179 !important;
  }
  /* 加盟申请开始 */
  .shenqingbg {
      position: relative;
      width: 100%;
      background: #ef7329;
      padding-top: 70px;
      padding-bottom: 40px;
  }
  .shenqing h2 {
      font-size: 42px;
      color: #ffffff;
      text-align: center;
      margin-bottom: 35px;
  }
  .shenqing1 {
      float: left;
      width: 23%;
      padding-right: 2%;
      margin-bottom: 40px;
  }
  .shenqing1 h3 {
      font-size: 16px;
      color: #ffffff;
      margin-bottom: 10px;
  }
  .shenqing1 input {
      padding: 12px 15px;
      background: #ffffff;
      width: 100%;
      border: 1px solid #007a5f;
  }
  input::-webkit-input-placeholder { 
    color: #ccc; 
    } 
    input:-moz-placeholder { 
    color: #ccc; 
    } 
    input::-moz-placeholder { 
    color: #ccc; 
    } 
    input:-ms-input-placeholder { 
    color: #ccc; 
    }

.shenqing2 {
    width: 23%;
    float: left;
    padding-right: 2%;
    margin-bottom: 40px;
}
.select{
    width: 100%; 
    background: #FFFFFF; 
    margin: 0px auto;
    position: relative;
    cursor: pointer;
    border: 1px solid #007a5f;
}
.shenqing2 h3 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}
.select::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    top: 12px;
    right: 12px;
    position: absolute;
    transform: rotate(-46deg);
    transition: all .3s ease-in;
}
.select p{
    width: 100%;
    line-height: 43px; 
    font-size: 14px;
    font-family: "";
    color: #cccccc;
    padding: 0px 15px;
}
.select ul{
    width: 100%;
    display: block;
    font-size: 14px;
    background: #FFFFFF;
    position: absolute;
    top: 40px;
    left: 0px;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .3s ease-in;
    z-index: 2;
}
.select ul li{
    width: 100%;
    line-height: 34px;
    padding: 0px 15px;
    list-style: none;
    color: #666666;
}
.select ul li.Selected{
    background: yellowgreen;
    color: #FFFFFF;
}
.select ul li:hover{
    background: #f5f7fa;
}
@-webkit-keyframes slide-down{
    0%{transform: scale(1,0);}
    25%{transform: scale(1,1.2);}
    50%{transform: scale(1,0.85);}
    75%{transform: scale(1,1.05);}
    100%{transform: scale(1,1);}
}

.select.open ul{
    max-height: 250px;
    transform-origin: 50% 0;
    -webkit-animation: slide-down .5s ease-in;
    transition: max-height .2s ease-in;
}
.select.open::after{
    transform: rotate(134deg);
    transition: all .3s ease-in;
    top: 18px;	
}
.shenqing3 {
    width: 23%;
    float: left;
    padding-right: 2%;
    margin-bottom: 40px;
}
.shenqing3 h3 {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
}
.shenqing3 button {
    width: 100%;
    line-height: 45px;
    font-size: 16px;
    color: #007a5f;
    text-align: center;
    background-color: #ffffff;
}
.shenqing3 button:hover {
    background-color: #fdf1e9;
    transition: all 1s ease;
}
.shenqing4 {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 287px;
    height: 140px;
}
.shenqing4 img {
    width: 100%;
    height: 100%;
}
/* 加盟流程开始 */
.liuchengbg {
    width: 100%;
    padding: 90px 0;
}
.liucheng h2 {
    font-size: 42px;
    color: #000000;
    text-align: center;
}
.liucheng ul {
    margin-top: 65px;
}
.liucheng ul li {
    float: left;
    width: 23%;
    margin: 0px 1% 20px 1%;
    line-height: 52px;
    border-bottom: 5px solid #007a5f;
}
.liucheng ul li span {
    color: #ee7428;
    font-size: 55px;
    font-weight: bold;
}
.liucheng ul li i {
    font-size: 22px;
    color: #000000;
    padding-left: 15px;
}

/* 火爆门店开始 */
.mendianbg {
    width: 100%;
    padding: 90px 0;
    background-color: #000000;
}
.mendian h2 {
    font-size: 42px;
    color: #ffffff;
    text-align: center;
}
.mendian ul {
    margin-top: 60px;
}
.mendian ul li {
    float: left;
    width: 31%;
    margin: 0px 1% 20px 1%;
    height: 220px;
}
.mendian ul li img {
    width: 100%;
    height: 100%;
}




@media only screen and (max-width: 980px) {
     /* 介绍开始 */
     .jieshaobg ul {
        width: 100%;
    }
    .jieshaobg ul li {
       line-height: 55px;
       width: 25%;
       text-align: center;
       padding: 0;
    }
    /* 加盟优势开始 */
    .youshibg {
        padding: 40px 0;
    }
    .youshi h2 {
        font-size: 32px;
    }
    .youshi ul {
        padding-top: 20px;
    }
    .youshi ul li {
        width: 48%;
        margin: 0px 1% 20px 1%;
    }
    .youshi ul li i {
        font-size: 52px;
        margin-bottom: 10px;
    }
    .youshi ul li h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .youshi ul li p {
        font-size: 13px;
    }
    /* 加盟支持开始 */
    .zhichibg {
        padding: 40px 0;
    }
    .zhichi h2 {
        font-size: 32px;
    }
    .zhichi ul li {
        width: 86%;
        margin: 0px 7% 20px 7%;
    }
    /* 加盟申请开始 */
    .shenqing4 {
        display: none;
    }
    .shenqing1 {
        width: 90%;
        margin: 0px 5% 20px 5%;
    }
    .shenqing2 {
        width: 90%;
        margin: 0px 5% 20px 5%;
    }
    .shenqing3 {
        width: 90%;
        margin: 0px 5% 0px 5%;
    }
    /* 加盟流程开始 */
    .liuchengbg {
        padding: 30px 0;
    }
    .liucheng h2 {
        font-size: 32px;
    }
    .liucheng ul {
        margin-top: 20px;
    }
    .liucheng ul li {
        width: 46%;
        margin: 0px 2% 20px 2%;
        line-height: 32px;
    }
    .liucheng ul li span {
        font-size: 35px;
    }
    .liucheng ul li i {
        font-size: 15px;
    }
    /* 火爆门店开始 */
    .mendianbg {
        padding: 30px 0;
    }
    .mendian h2 {
        font-size: 32px;
    }
    .mendian ul {
        margin-top: 20px;
    }
    .mendian ul li {
        width: 100%;
        height: 217px;
    }
}