@charset "utf-8";
.home_list2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home_news {
  width: 100%!important;
}
.hometitle {
  width: 250px!important;
}
@media screen and (max-width: 641px){
.hometitle {
  width: 100%!important;
}
.home_list2 .box h3 {
    font-size: 1rem!important;
}}
@media screen and (max-width: 834px) {
  .home_list2 {
    display: flex !important;
  }
  a.spnone {
    display: none;
}
}
.home_list2 .box {
  width: 30.5%;
}
@media screen and (max-width: 1120px) {
  .home_list2 .box {
    width: 32%;
  }
}
@media screen and (max-width: 834px) {
  .home_list2 .box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 641px) {
  .home_list2 .box {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .home_list2 .box:last-child {
    margin-bottom: 0px;
  }
}
.home_list2 .box img {
  width: 100% !important;
}
.home_list2 .box h3 {
  background: #0babdb;
  color: #fff;
  font-size: 1.71429rem;
  font-weight: 500;
  width: 287px;
  line-height: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 641px) {
  .home_list2 .box h3 {
    width: 145px;
    line-height: 55px;
    font-size: 1.2rem;
}
}
.home_list2 .box div {
  font-size: 1.14286rem;
  line-height: 2;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  text-align: center;
}
@media screen and (max-width: 1010px) {
  .home_list2 .box div {
    font-size: 1rem;
  }
}
@media screen and (max-width: 834px) {
  .home_list2 .box div {
    font-size: 1.14286rem;
  }
}
@media screen and (max-width: 641px) {
  .home_list2 .box div {
    font-size: 1rem;
  }
}
header {
  position: relative;
  z-index: 2;
}
.navbt {
  position: relative;
  z-index: 10;
}
.topwrap {
  position: relative;
  z-index: 1;
}
.hdul li {
  position: relative;
}
.dropul {
  position: absolute;
  top: 100%;
  left: -50%;
  width: 200%;
  z-index: 999;
  background: #fff;
  padding: 15px 0;
}
.dropul li a {
  margin-left: 0 !important;
  padding: 5px 0;
  display: block;
}
.anc {
  margin-top: -80px;
  padding-top: 80px;
}
@media only screen and (max-width: 834px) {
  .dropul {
    position: static;
  }
  .dropul li a {
    border-bottom: none !important;
    line-height: 1.3 !important;
  }
}

@media only screen and (max-width: 640px) {
}
