/* 首页样式 */
@media (min-width: 1200px) {
  .mtf{
    margin-top: -100px;
  }
}
@media (max-width: 1024px) {
  .mtf{
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  /* 飞达英国仓 */
  .about{
    position: relative;
  }
  .about .about-box{
    width: 680px;
    right: 0;
    position: absolute;
    border-left: 6px solid #ff8a00;
  }
  .about .about-box h3{
    font-size: 40px;
    color: #ff8a00;
  }
  .about .about-box p{
    color: #666666;
    font-size: 18px;
  }
  .about .about-box .more{
    width: 148px;
    height: 42px;
    background-color: #1cc9bd;
    color: #ffffff;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .banner .banner-text span{
    letter-spacing: 1.9px;
  }
  .banner .banner-text .bj-btn{
    width: 248px;
    height: 68px;
    font-size: 24px;
  }
  .label-height{
    height: 200px;
  }
  .label-box p{
    font-size: 18px;
  }
  .label-box .circle-center-one{
    width: 120px;
  }
  .label-box .circle-center-two{
    width: 140px;
  }
  .label-box .circle-center-three{
    width: 125px;
  }
  .label-box .circle-box{
    width: 90px;
    height: 90px;
  }
  .label-box .circle-num{
    width: 120px;
    font-size: 30px;
    top: 22px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  /* 飞达英国仓 */
  .about{
    position: relative;
    margin-bottom: 80px;
  }
  .about .about-box{
    width: 600px;
    top: 300px;
    position: absolute;
    border-top: 6px solid #ff8a00;
  }
  .label-box p{
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .banner .banner-text .bj-btn{
    width: 138px;
    height: 38px;
    font-size: 18px;
  }
  /* 飞达英国仓 */
  .about .about-box{
    margin-top: 20px;
    border-top: 6px solid #ff8a00;
  }
  .about .about-box h3{
    font-size: 40px;
    color: #ff8a00;
  }
  .about .about-box p{
    color: #666666;
    font-size: 18px;
  }
  .about .about-box h3{
    margin-top: 20px;
  }
  .label-height{
    height: 150px;
  }
  .label-box p{
    font-size: 12px;
  }
  .label-box .circle-center-one{
    width: 100px;
  }
  .label-box .circle-center-two{
    width: 115px;
  }
  .label-box .circle-center-three{
    width: 105px;
  }
  .label-box .circle-box{
    width: 70px;
    height: 70px;
  }
  .label-box .circle-num{
    width: 90px;
    font-size: 24px;
    top: 17px;
  }
}
@media (max-width: 320px) {
  .banner .banner-text h1 {
    font-size: 16px;
  }
  .banner .banner-text span {
    font-size: 12px;
  }
  .banner .banner-text .bj-btn {
    width: 100px;
    height: 30px;
     font-size: 14px;
  }
  .col-6{
    padding-left: 10px;
    padding-right: 10px;
  }
}


.banner .banner-text p{
  width: 752px;
  font-size: 16px;
}
.banner .banner-text .line{
  width: 560px;
  height: 3px;
  background-color: #ffffff;
}

.banner .banner-text .bj-btn{
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid #ffffff;
}
.banner .banner-text .bj-btn:hover{
  background-color: #ff8a00;
}
.banner .banner-text .bj-btn a{
  width: 100%;
  height: 100%;
}
.banner .banner-text .bj-btn a:hover{
  color:#ffffff
}

.about .about-box .more{
  width: 148px;
  height: 42px;
  background-color: #1cc9bd;
  color: #ffffff;
  font-size: 18px;
}
.about .about-box .more:hover{
  background-color:  #ff8a00;
}

.label-box p{
  margin-top: 16px;
}
.label-box .circle-box{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #ffffff;
}
.label-box .circle-num{
  position: absolute;
  left: 22px;
}
.label-box .circle-center{
  position: relative;
}
.bg-one{
  background-color: #1cc9bd;
}
.bg-two{
  background-color: #f88954;
}
.bg-three{
  background-color: #f2d654;
}
.bg-four{
  background-color: #3b61b9;
}
.bg-four small{
  font-size: 14px;
}

/* 飞达优势 */
.advant{
  padding: 0;
}
.advant .advert-img{
  position: relative;
  overflow: hidden;
}
.advant .advert-img img{
  width: 100%;
}
.advant-icon{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
  opacity: 0;
  transition:all 0.5s ease 0s;
  transform:translateY(100%);
  -webkit-transition:all 0.5s ease 0s;
  -moz-transition:all 0.5s ease 0s;
  -ms-transition:all 0.5s ease 0s;
  -o-transition:all 0.5s ease 0s;
  -webkit-transform:translateY(100%);
  -moz-transform:translateY(100%);
  -ms-transform:translateY(100%);
  -o-transform:translateY(100%);
}
.advant-icon span{
  font-size: 60px;
}
.advant .advert-img:hover .advant-icon{
  opacity: 1;
  transform:translateY(0px);
  transition-delay:0.1s;
  -webkit-transform:translateY(0px);
  -moz-transform:translateY(0px);
  -ms-transform:translateY(0px);
  -o-transform:translateY(0px);
}

.advant .advant-txt{
  width: 100%;
  min-height: 160px;
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom:20px;
}
.advant .advant-txt p{
  font-size: 26px;
}
.advant .advant-txt span{
  font-size: 15px;
  color: #666666;
}

/* 合作伙伴 */
.partner{
  overflow: hidden;
}
.partner img{
  cursor: pointer;  
  transition: all 0.6s;  
}
.partner img:hover{
  transform: scale(1.4);
}