.content{width: 100%;display: flex;flex-wrap: wrap;}
.content .swiper-container{width: 100%;}
.content .swiper-container .swiper-wrapper .swiper-slide img{height: 100%;}
.content a{width: 100%;}
.content .content_img{width: 100%;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.content .content_3{width: 100%;height: 700px;background: url(../img/content3.jpg) no-repeat center;background-size: auto 100%;display: flex;/* justify-content: center; */align-items: center;overflow: hidden;}
.content .content_3 .swiper-container{width: 1218px;margin-top: 100px;}

.content .cooperative_partner_logo{
  width: 3367px;
  transform: translate(0px, 0px) translateZ(0px);
  animation: move 40s linear infinite;
}

@keyframes move{
  0%{
    transform: translate(0px, 0px);
  }
  /* 50%{
    transform: translate(-600px, 0px);
  } */
  100%{
    transform: translate(-3367px, 0px);
  }
}

.hidden{display: none;}


/* 头部导航飘起 */
.ftco_navbar.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    z-index: 100;
    width: 100%;
  }
  .ftco_navbar.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
  }
  .ftco_navbar.scrolled.sleep {
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
  }


  /* 返回头部 */
  .sidebar_box{
    position: fixed;
    right: 0;
    bottom: 120px;
    width: 66px;
    z-index: 9999;
  }
  .sidebar_box .bars{
    list-style: none;
    padding:0;
    margin: 0;
  }
  .sidebar_box .bars, .sidebar_box .toTop{
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 8px 0px rgba(191, 195, 198, 0.63);
    line-height: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #44a464;
    text-align: center;
    right: 0!important;
  }
  .sidebar_box .bar{
    padding: 5px 0;
    position: relative;
  }
  .sidebar_box .text{
    margin-top: 5px;
    color: #494949;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
  }
  .sidebar_box span.number {
    color: #44a464;
  }
  .sidebar_box .toTop{
    margin-top: 16px;
    width: 66px;
    height: 66px;
    line-height: 66px;
  }
  .sidebar_box span{
    display: inline-block;
    cursor: pointer;
  }
  .sidebar_box .separator{
    width: 57px;
    height: 1px;
    border-top: 1px solid rgba(239, 239, 239, 1);
    margin: 0 auto;
    box-sizing: border-box;
  }


  .phone_list{
    list-style: none;
  }
   ul.phone_list {
    line-height: 20px;
    color: rgba(73, 73, 73, 100);
    font-size: 14px;
    padding: 0 0 0 9px;
  }
  .phone_bar:hover  .phone_info_box{
    display: flex;
    transition: 0.5s;
  }
  .phone_info_box {
    display: none;
    position: absolute;
    left: -237px;
    z-index: -1;
    bottom: 0;
    align-items: center;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 8px 0px rgb(191 195 198 / 63%);
    padding: 17px 28px 14px 15px;
    transition: 0.5s;
  }
  .phone_info_box span{
    display: inline;
  }
  .phone_info_box .icon-service_phone{
    font-size: 20px;
  }
  .wechat:hover  .wechat_hover{
    display: block;
    transition: 0.5s;
  }
  .wechat_hover {
    display: none;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 8px 0px rgb(191 195 198 / 63%);
    padding: 7px 15px 10px 10px;
    position: absolute;
    left: -130px;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
    width: 135px;
  }
  .wechat_hover .text{
    margin:0;
    line-height: 17px;
    color: rgba(73, 73, 73, 100);
    font-size: 12px;
  }


@media screen and (min-width: 1800px) {
    .content_img {
        /* height: 630px; */
    }
}
@media screen and (min-width:1500px) and (max-width:1800px) {
    .content_img {
        /* height: 560px; */
    }
}

@media screen and (min-width:1366px) and (max-width:1500px) {
    .content_img {
        /* height: 462px; */
    }
}

@media screen and (max-width:1366px) {
    .content .content_img_problem {
        /* height: 450px; */
    }
}