/* 640px以下设备适用 */
@media screen and (max-width: 640px){
  /* 背景图片 */
  .bg {
      width: 100%;
      background-image: url('../images/bg.png');
      background-position: center top;
      background-repeat: no-repeat;

  }
  /* 导航栏 */
  header {
      margin: 0 auto;
      width: 90%;
  }

  header img {
      float: left;
      width: 100%;
      box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.25);
  }
  header .header_word {
      width: 100%;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
  }
  header .header_word li {
      display: inline-block;
      padding:1rem 1.9rem 0 0.9rem;
  }

  .navbar-default .navbar-toggle:hover{
    background-color:transparent;
}
.navbar-default .navbar-toggle:focus{
    background-color:transparent;
}
.navbar-default .navbar-toggle{
    border:none;
}
.navbar-collapse::-webkit-scrollbar {
    width: 0;
    height: 0;
}
  .main_article {
      width: 80%;
      margin: 0 auto;
  }
  .title {
      line-height: 3.5rem;
      width: 90%;
      font-size: 1.7rem;    
      color: #fff;
      font-weight: bold;
  }
  .desc {
      padding-top:2rem;
      color: #fff;
      line-height: 2rem;
      font-size: 1rem;
  }
  .arrow_bot {
      display: none;
  }
  .arrow_small_right {
      display: none;
  }
  .contact_btn {
      text-align: center;
      display: block;
      margin-top: 3rem;
  }
  /* 第一部分内容 */
  .pic_article {
      position: relative;
  }
  .arrow_small_left {
      display: none;
  }
  .pic_article_01 {
      width: 100%;
      margin-top: 3.5rem;
  }
  .pic_article_02 {
      width: 100%;
      margin-top: 2.5rem;
  }
  .pic_img_01,.pic_img_02{
      width: 80%;
      display: block;
      margin: 0 auto;
  }
  .pic_article_01 img,
  .pic_article_02 img {
      box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.25);
  }
  /* 内容段落css */
  .pic_detail_01 span {
      text-align: center;
      display: block;
      color: #f07f19;
      font-weight: bold;
      font-size: 1rem;
      margin-top: 3rem;
      margin-bottom: 6px;
  }
  .pic_detail_02 span {
      text-align: center;
      display: block;
      color: #f07f19;
      font-weight: bold;
      font-size: 1rem;
      margin-top: 3rem;
      margin-bottom: 6px;
  }
  .pic_article_01 span img,
  .pic_article_02 span img {
      margin-right: 0.7rem;
  }
  .pic_detail_01,
  .pic_detail_02 {
      text-align: center;
      margin: 0 auto;
      font-size: 1rem;
      line-height: 2.5rem;
  }
  /* 分割线 */
  .seperate_line {
      margin: 3rem auto 3rem auto;
      width: 100%;
      border: 1px dashed #ccc;
  }
  /* 第二部分内容 */
  .second_article {
      position: relative;
      margin: 0 auto;
      width: 100%;
  }
  .second_intro_1 {
      text-align: center;
      margin-bottom: 1rem;
  }
  .arrow_right {
      display: none;
  }
  .pic_who{
      display: block;
      width: 100%;
      margin: 0 auto;
      padding: 0 30px;
  }

  .skykiwi-info-div p{
    font-size: 14px !important;
    letter-spacing: 1px !important;
    line-height: 20px !important;
    padding: 0 5px !important;
}
  .pic_whyus{
      display: block;
      width: 70%;
      margin: 3rem auto;
  }

  .whyus_details{
      margin: 0 auto;
      width:72%;
  }

  .whyus_details p{
      line-height: 2rem;
      font-size: 1rem;
  }


  .whyus_details .whyus_title{
      display: block;
      font-size: 2rem;
      font-weight: bold;
     
  }
  .whyus_details_title{
    text-align: center;
  }

  .whyus_para p span{
      display: inline-block;
      line-height: 3rem;
      font-size: 2rem;
      font-weight: bold;
      color:#d9d9d9;
      margin-right: 0.2rem;
  }
  .whyus_para .para{
      font-size: 1.3rem;
      color:#f07f19;
  }

  .whyus_explain{
      display: block;
      padding-top: 0.8rem;
      font-size: 1rem;
      line-height: 2rem;
  }

  .form {
      margin-top: 2.5rem;
  }
  .form iframe{
      background-image: url("../images/form-bg.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      
  }
  /* 第二部分内容里八图展示 */
  .second_dodetails {
      margin: 5rem auto 0 auto;
  }
  .second_dodetails_img{
      text-align: center;
  }
  .second_dodetails .img_title {
      font-size: 1.7rem;
      font-weight: bold;
      
      text-align: center;  
  }
  .second_dodetails ul li {
      text-align: center;
      width: 45%;
      margin-top: 2rem;
      display: inline-block;
      vertical-align: top;
  }
  .second_dodetails ul li img{
      width: 70%;
  }
  .second_dodetails ul li p {
      font-size: 1rem;
      font-weight: bold;
      margin-top: 1rem;
      margin-bottom: 1rem;
  }
  .second_dodetails ul li span {
      width: 100%;
      display: block;
      line-height: 1.5rem;
      font-size: 0.8rem;
      color: #f07f19;
  }
  /* 视频 */
  .video {
    background-image: url("../images/video-bg.png");
    margin-top: 2.5rem;
}
.video .video_button {
    cursor: pointer;
    display: block;
    margin: 0 auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.ad_video{
    width: 90%;    
    display: none;
    position: fixed;
    top:10%;
    left:10%;
    height:40%;
    z-index: 1999;
}
.ad_video iframe{
    float: left;
    width: 90%;
    margin: 0 auto;
}
.cancel{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    float: left;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
    border: none;
    background-color: #000;
}
  /* 合作伙伴 */
  .partners {
      width: 100%;
      margin: 2rem auto 3rem auto;
  }
  .partners p {
      text-align: center;
      width: 87%;
      border-bottom: 4px solid #f07f19;
      padding-bottom: 0.5rem;
      padding-left: 1rem;
      font-size: 1.5rem;
      font-weight: bold;
      margin: 0 auto 2rem auto;
  }
  .partners_02{
      margin: 0 auto;
      width: 50%;
      display: block;
  }
  .partners_01 {
      margin: 2rem auto 0 auto;
     width: 75%;
     display: block;
  }

    /* 返回顶部按钮 */
    #returnBtn {
        background-color: transparent;
        display: none;
        position: fixed;
        bottom: 20px;
        right: 43%;
        z-index: 99;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 0;
        
    }
    #returnBtn img{
        width:60px;
        height:60px;
    }

  /* 网页页脚 */
  footer {
      background: url("../images/footer-bg.png") no-repeat;
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      color:#fff;
      padding-bottom: 1rem;
  }
  .footer_details {
      width: 100%;
      margin: 0 auto;
  }
  .footer_details .footer_logo {
      margin: 0 auto;
      text-align: center;
      margin-top: 1.2rem;
      width: 73%;
  }
  .footer_details .footer_logo p {
      line-height: 1.7rem;
      font-size: 0.8rem;
      padding-top: 1rem;
  }
  .footer_contact{
      width: 60%;
      margin: 0 auto;
      margin-top:1.5rem;
  }
  .footer_company {
    float: left;
    width: 40%;
    margin: 0 auto;
  }
  .footer_company dt {
      line-height: 1.5rem;
      font-size: 1rem;
      font-weight: bold;
  }
  .footer_company dd {
      font-size: 0.8rem;
      line-height: 1.5rem;
  }
  .footer_connect {
    float: right;
    margin: 0 auto;
  }
  .footer_connect dt {
      line-height: 1.5rem;
      font-size: 1rem;
      font-weight: bold;
  }
  .footer_connect dd {
      font-size: 0.8rem;
      line-height:1.5rem;
  }
  .footer_date {
      margin-top: 3rem;
      font-size: 0.8rem;
      text-align: center;
  }

/* 视频遮罩层 */
  .bg_mask {
    display: none;
    position: fixed;
    background-color: #666;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    opacity: 0.7;
}

}