@charset "utf-8";


.head-page{
  background: transparent;
  box-shadow: none;
}

.head-page .item span{
  color: #ffffff;
}
.other_item{
  color: #fff;
}
.langure_tit{
  color: #fff;
}
.head-page .logo .h-log{
  opacity: 0;
}
.head-page .logo .p-log{
  opacity: 1;
}
.other_icon img.p_img{
  opacity: 1;
}
.other_icon img.h_img{
  opacity: 0;
}
.swiper-button-next,.swiper-button-prev{
  outline: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: #f0f0f0;
  font-size: 38px;
}

.swiper-button-prev{
  left: 8.2%;
}
.swiper-button-next{
  right: 8.2%;
}
footer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
}
footer .main{
   height: 68px;
}
.copyright_tel{
  margin-right: 48px;
}
.copyright_tel img{
  margin-right: 12px;
}
footer .record a{
  color: #fff;
}
footer .record a{
  margin-left: 5px;
}
footer a{
  transition: all .4s;
}
footer a:hover{
  color: #299AB1;
}
footer .copyright{
  background: transparent;
  padding: 0;
}
@media only screen and (max-width: 1480px) {
  .copyright_tel {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 1440px) {
  .copyright_tel {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1400px) {
  .copyright_tel img {
    margin-right: 8px;
  }
  footer .main {
    height: auto;
    text-align: center;
    justify-content: center;
    padding: 12px 0;
    box-sizing: border-box;
    line-height: 1.875;
  }
}
@media only screen and (max-width: 1200px) {
  .index_banner{
    height: calc(100vh - 60px);
  }
}
@media only screen and (max-width: 960px) {
  .index_banner{
    height: calc(100vh - 185px);
    display: flex;
    align-items: center;
  }
  .index_banner .swiper-container {
    height: auto;
   }
}
@media only screen and (max-width: 750px) {
  footer .copyright{
    justify-content: center;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 28px;
  }
  .swiper-button-prev{
    left: 4%;
  }
  .swiper-button-next{
    right: 4%;
  }
}