/**

*轮播图

*/
.home-page .swiper-wrapper .my-swiper1 {
  width: 100%;
  height: 910px;
}
.home-page .swiper-wrapper .my-swiper1 .swiper-slide {
  position: relative;
}
.home-page .swiper {
  position: relative;
  overflow: hidden;
}
.home-page .swiper .swiper-wrapper{
  height: auto !important;
}
.home-page .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  position: relative;

}
.home-page .swiper .swiper-wrapper .swiper-slide .swiper-btn {
  position: absolute;
  border: 0;
  z-index: 100;
  left: 13.5%;
  bottom: 12%;
  width: 10%;
  height: 5.8%;
  background: #0a9aa5;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  color: #fff;
  outline: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page .swiper .dot {
  display: flex;
  position: absolute;
  width: 360px;
  height: 4px;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 1;
}
.home-page .swiper .dot .dot-customs {
  width: 160px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px 3px 3px 3px;
  margin-right: 20px;
}
.home-page .swiper .dot .dot-customs-active {
  background-color: #0a9aa5;
}
.home-page .detection-view {
  background: #f7feff;
  width: 100%;
}
.home-page .detection-view .detection-container {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-page .detection-view .detection-container .title-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page .detection-view .detection-container .title {
  font-size: 28px;
  font-weight: 600;
  color: #254065;
  text-align: center;
}
.home-page .detection-view .detection-container .title-desc {
  margin: 0px 0 30px 0;
  font-size: 20px;
  color: #8385a3;
  text-align: center;
}
.home-page .detection-view .detection-container .line-view {
  width: 54px;
  height: 4px;
  background: #0a9aa5;
  margin-bottom: 40px;
}
.home-page .detection-view .detection-container .desc-view {
  display: flex;
  justify-content: space-between;
}
.home-page .detection-view .detection-container .desc-view .desc-text {
  font-size: 14px;
  color: #254065;
  line-height: 22px;
  text-align: center;
  box-sizing: border-box;
  padding: 0;
}
.home-page .detection-view .detection-container .desc-view .desc-text span {
  font-weight: 600;
}
.home-page .detection-view .detection-container .desc-view .left-icon img {
  display: none;
}
.home-page .detection-view .detection-container .desc-view .right-icon img {
  display: none;
}
.home-page .project-view {
  background: #f7feff;
  width: 100%;
  background-image: url("../images/home/project-bg.png");
  background-size: 100% 100%;
}
.home-page .project-view .project-container {
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-page .project-view .project-container .title-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page .project-view .project-container .title-view .title {
  font-size: 28px;
  font-weight: 600;
  color: #254065;
  text-align: center;
}
.home-page .project-view .project-container .title-view .title-desc {
  margin: 0px 0 30px 0;
  font-size: 16px;
  color: #8385a3;
  text-align: center;
}
.home-page .project-view .project-container .title-view .line-view {
  width: 54px;
  height: 4px;
  background: #0a9aa5;
  margin-bottom: 40px;
}
.home-page .project-view .project-container .nav-view .swiper {
  position: relative;
}
.home-page .project-view .project-container .nav-view .qunawei-swiper {
  width: 100%;
}
.home-page .project-view .project-container .nav-view .swiper .swiper-wrapper {
  height: auto !important;
}
.home-page .project-view .project-container .nav-view .qunawei-swiper .swiper-slide {
  position: relative;
}
.home-page .project-view .project-container .nav-view .item {
  width: 100%;
  height: 424px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  /* transition: all 1s linear; */
}
.home-page .project-view .project-container .nav-view .item .need {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  display: none;
  padding: 15px;
}
.home-page .project-view .project-container .nav-view .item:hover .dt {
  height: 100%;
  font-size: 26px;
  line-height: 30px;
  transition: 0.3s;
}
.home-page .project-view .project-container .nav-view .item:hover .need {
  display: block;
}
.home-page .project-view .project-container .nav-view .item:hover .need::before {
  width: 26px;
  height: 30px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  border-top: 3px solid #fff;
  color: transparent;
  content: ".";
}
.home-page .project-view .project-container .nav-view .item .dt {
  z-index: 1;
  height: 70px;
  width: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(204, 78, 136, 0.9);
}
.home-page .project-view .project-container .nav-view .item .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 424px;
  object-fit: cover;
}
.home-page .project-view .project-container .nav-view .swiper-slide:nth-of-type(2) .item .dt {
  background: rgba(13, 113, 184, 0.9) !important;
}
.home-page .project-view .project-container .nav-view .swiper-slide:nth-of-type(3) .item .dt {
  background: rgba(66, 183, 124, 0.9) !important;
}
.home-page .project-view .project-container .nav-view .swiper-slide:nth-of-type(4) .item .dt {
  background: rgba(243, 138, 7, 0.9) !important;
}
.home-page .project-view .project-container .nav-view .swiper-slide:nth-of-type(5) .item .dt {
  background: rgba(24, 200, 204, 0.9) !important;
}
.home-page .project-view .project-container .btn-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page .project-view .project-container .btn-view .dt {
  padding-top: 70px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
  color: #0a9aa5;
}
.home-page .project-view .project-container .btn-view .btn {
  width: 140px;
  height: 50px;
  background: #0a9aa5;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  font-size: 20px;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .contact-view {
  background: #f7feff;
  width: 100%;
  background-image: url("../images/home/contact-bg.png");
  background-size: 100% 100%;
  position: relative;
}
.home-page .contact-view .contact-container {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
  vertical-align: bottom;
  justify-content: space-between;
}
.home-page .contact-view .contact-container .desc-view {
  color: #fff;
}
.home-page .contact-view .contact-container .desc-view .dt {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 10px;
}
.home-page .contact-view .contact-container .desc-view .dd {
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 50px;
  height: 59px;
}
.home-page .contact-view .contact-container .desc-view .dd span {
  font-size: 54px;
  font-weight: 600;
  color: #ffcf24;
  margin-bottom: 20px;
}
.home-page .contact-view .contact-container .desc-view .list {
  margin-bottom: 46px;
}
.home-page .contact-view .contact-container .desc-view .list .item {
  display: flex;
  align-items: center;
  line-height: 23px;
  font-size: 20px;
  margin-bottom: 14px;
}
.home-page .contact-view .contact-container .desc-view .list .item span {
  width: 7px;
  height: 7px;
  background: #ffcf24;
  margin-right: 10px;
  transform: rotate(45deg);
}
.home-page .contact-view .contact-container .desc-view .btn-view {
  display: flex;
}
.home-page .contact-view .contact-container .desc-view .btn-view .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  text-align: center;
  background: #f7feff;
  color: #0a9aa5;
  border-radius: 4px 4px 4px 4px;
  outline: 0;
  margin-right: 20px;
  font-size: 20px;
}
.home-page .contact-view .contact-container .report-view {
  margin-top: auto;
}
.home-page .contact-view .contact-container .report-view img {
  margin-right: 20px;
  width: 30%;
}
.home-page .contact-view .contact-container .report-view .report-r {
  margin-right: 0;
}
.home-page .bottom-title {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}
.home-page .bottom-title span {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 6px;
  margin-right: 6px;
}
.home-page .reserve-view {
  background: #f7feff;
  width: 100%;
  background-image: url("../images/home/channel-bg.png");
  background-size: 100% 100%;
}
.home-page .reserve-view .reserve-container {
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-page .reserve-view .reserve-container .title-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-page .reserve-view .reserve-container .title {
  font-size: 28px;
  font-weight: 600;
  color: #254065;
  text-align: center;
}
.home-page .reserve-view .reserve-container .title-desc {
  margin: 0px 0 30px 0;
  font-size: 16px;
  color: #8385a3;
  text-align: center;
}
.home-page .reserve-view .reserve-container .line-view {
  width: 54px;
  height: 4px;
  background: #0a9aa5;
  margin-bottom: 40px;
}
.home-page .reserve-view .reserve-container .nav-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-page .reserve-view .reserve-container .nav-view .item {
  text-align: center;
  width: 31%;
  height: 200px;
  margin-right: 2.87%;
  margin-bottom: 2.87%;
  box-sizing: border-box;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.home-page .reserve-view .reserve-container .nav-view .item .show {
  display: block;
}
.home-page .reserve-view .reserve-container .nav-view .item .hovershow {
  display: none;
  font-size: 36px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 3px;
  color: #fff;
}
.home-page .reserve-view .reserve-container .nav-view .item .dt {
  font-size: 22px;
}
.home-page .reserve-view .reserve-container .nav-view .item .db {
  font-size: 36px;
}
.home-page .reserve-view .reserve-container .nav-view .item .dd {
  font-size: 30px;
  letter-spacing: 4px;
}
.home-page .reserve-view .reserve-container .nav-view .t1 {
  background-image: url("../images/home/t1.png");
}
.home-page .reserve-view .reserve-container .nav-view .t1:hover {
  background: none;
  background-color: #cc4e88;
}
.home-page .reserve-view .reserve-container .nav-view .t1:hover .showItem {
  display: none;
}
.home-page .reserve-view .reserve-container .nav-view .t1:hover .hovershow {
  display: block;
}
.home-page .reserve-view .reserve-container .nav-view .t2 {
  background-image: url("../images/home/t2.png");
}
.home-page .reserve-view .reserve-container .nav-view .t2:hover {
  background: none;
  background-color: #0d71b8;
}
.home-page .reserve-view .reserve-container .nav-view .t2:hover .showItem {
  display: none;
}
.home-page .reserve-view .reserve-container .nav-view .t2:hover .hovershow {
  display: block;
}
.home-page .reserve-view .reserve-container .nav-view .t3 {
  background-image: url("../images/home/t3.png");
}
.home-page .reserve-view .reserve-container .nav-view .t3:hover {
  background: none;
  background-color: #42b77c;
}
.home-page .reserve-view .reserve-container .nav-view .t3:hover .showItem {
  display: none;
}
.home-page .reserve-view .reserve-container .nav-view .t3:hover .hovershow {
  display: block;
}
.home-page .reserve-view .reserve-container .nav-view .t4 {
  background-image: url("../images/home/t4.png");
}
.home-page .reserve-view .reserve-container .nav-view .t4:hover {
  background: none;
  background-color: #f38a07;
}
.home-page .reserve-view .reserve-container .nav-view .t4:hover .showItem {
  display: none;
}
.home-page .reserve-view .reserve-container .nav-view .t4:hover .hovershow {
  display: block;
}
.home-page .reserve-view .reserve-container .nav-view .t5 {
  background-image: url("../images/home/t5.png");
}
.home-page .reserve-view .reserve-container .nav-view .t5:hover {
  background: none;
  background-color: #18c8cc;
}
.home-page .reserve-view .reserve-container .nav-view .t5:hover .showItem {
  display: none;
}
.home-page .reserve-view .reserve-container .nav-view .t5:hover .hovershow {
  display: block;
}
.home-page .reserve-view .reserve-container .nav-view .last {
  margin-right: 0;
}
.home-page .news-view {
  background: #e9fafc;
  width: 100%;
}
.home-page .news-view .news-container {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.home-page .news-view .news-container .news-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-page .news-view .news-container .news-list .item {
  box-sizing: border-box;
  padding: 15px 50px 15px 0;
  width: 33.33%;
  border-right: 1px solid rgba(28, 159, 169, 0.5);
}
.home-page .news-view .news-container .news-list .item .dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.home-page .news-view .news-container .news-list .item .dt .news-title {
  font-size: 18px;
  font-weight: 600;
  color: #1ba0ab;
}
.home-page .news-view .news-container .news-list .item .dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page .news-view .news-container .news-list .item .dd .text {
  line-height: 34px;
  width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #254065;
  font-weight: 400;
  cursor: pointer;
}
.home-page .news-view .news-container .news-list .item .dd .time {
  color: #929fb2;
  font-size: 14px;
  font-weight: 400;
}
.home-page .news-view .news-container .news-list .m {
  padding-left: 50px;
}
.home-page .news-view .news-container .news-list .m .list-2 {
  height: 170px;
  overflow: hidden;
}
.home-page .news-view .news-container .news-list .m .list-2 .swiper-wrapper .swiper-slide {
  height: 34px !important;
}
.home-page .news-view .news-container .news-list .r {
  padding-left: 50px;
  padding-right: 0px;
  border-right: 0;
}
.home-page .news-view .news-container .news-list .r .list-3 {
  height: 170px;
  overflow: hidden;
}
.home-page .news-view .news-container .news-list .r .list-3 .swiper-wrapper .swiper-slide {
  height: 34px !important;
}
/*提示弹窗*/
/* overflow: hidden; */
.tip-modal {
  z-index: 1;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  /* height: 300px; */
  padding: 46px 50px 50px 50px;
  border-top: 4px solid #0a9aa5;
  border-radius: 10px;
  color: #254065;
  font-size: 20px;
  line-height: 34px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(10, 154, 165, 0.1);
}
.tip-modal .icon {
  position: absolute;
  top: -15px;
  left: 482px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}
.tip-modal .text {
  margin: 0;
}
.tip-modal .text .title {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .home-page {
    margin-top: 110px;
  }
  .home-page .swiper .swiper-btn {
    width: 74px !important;
    height: 18px !important;
    font-size: 12px;
    line-height: 12px;
  }
  .tip-modal {
    width: 300px;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .tip-modal .icon {
    top: -13px;
    left: 95%;
    width: 26px;
    height: 26px;
  }
  .tip-modal .text .title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .swiper .swiper-btn {
    font-size: 14px;
    line-height: 14px;
  }
  .home-page .swiper .dot {
    width: 58px;
  }
  .home-page .swiper .dot .dot-customs {
    width: 25px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .home-page .swiper .swiper-btn {
    width: 74px !important;
    height: 18px !important;
    font-size: 12px;
    line-height: 12px;
  }
  .home-page .swiper .dot {
    width: 20px;
  }
  .home-page .swiper .dot .dot-customs {
    width: 8px;
    margin-right: 4px;
  }
}
@media (min-width: 1400px) {
  .home-page .swiper .swiper-btn {
    font-size: 20px;
    line-height: 20px;
  }
  .home-page .detection-view .detection-container {
    width: 1400px;
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .swiper .swiper-btn {
    font-size: 20px;
    line-height: 20px;
  }
  .home-page .detection-view .detection-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .swiper .swiper-btn {
    font-size: 16px;
    line-height: 16px;
  }
  .home-page .detection-view .detection-container {
    width: 994px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .detection-view .detection-container {
    width: 769px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .home-page .detection-view .detection-container .title {
    font-size: 40px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .detection-view .detection-container .title {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .detection-view .detection-container .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .detection-view .detection-container .title {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .home-page .detection-view .detection-container .title-desc {
    font-size: 20px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .detection-view .detection-container .title-desc {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .detection-view .detection-container .title-desc {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .detection-view .detection-container .title-desc {
    font-size: 16px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .home-page .detection-view .detection-container .title-desc {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .home-page .project-view .project-container .title-view .line-view {
    margin-bottom: 60px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .project-view .project-container .title-view .line-view {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .project-view .project-container .title-view .line-view {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .project-view .project-container .title-view .line-view {
    margin-bottom: 40px;
  }
}
@media (min-width: 1400px) {
  .home-page .detection-view .detection-container .desc-view .desc-text {
    padding: 0 90px;
    line-height: 34px;
    font-size: 16px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .detection-view .detection-container .desc-view .desc-text {
    padding: 0 60px;
    line-height: 30px;
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .detection-view .detection-container .desc-view .desc-text {
    padding: 0 40px;
    line-height: 26px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .detection-view .detection-container .desc-view .desc-text {
    padding: 0 20px;
    line-height: 22px;
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .home-page .detection-view .detection-container .desc-view .left-icon img {
    width: 70px;
    height: 60px;
    display: block;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .detection-view .detection-container .desc-view .left-icon img {
    width: 60px;
    height: 50px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .detection-view .detection-container .desc-view .left-icon img {
    width: 50px;
    height: 40px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .detection-view .detection-container .desc-view .left-icon img {
    width: 40px;
    height: 30px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .home-page .detection-view .detection-container .desc-view .right-icon img {
    width: 70px;
    height: 60px;
    display: block;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .detection-view .detection-container .desc-view .right-icon img {
    width: 60px;
    height: 50px;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .detection-view .detection-container .desc-view .right-icon img {
    width: 50px;
    height: 40px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .detection-view .detection-container .desc-view .right-icon img {
    width: 40px;
    height: 30px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .home-page .project-view .project-container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .project-view .project-container {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .project-view .project-container {
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .project-view .project-container {
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .home-page .project-view .project-container .title-view .title {
    font-size: 40px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .project-view .project-container .title-view .title {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .project-view .project-container .title-view .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .project-view .project-container .title-view .title {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .home-page .project-view .project-container .title-view .title-desc {
    font-size: 20px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .project-view .project-container .title-view .title-desc {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .project-view .project-container .title-view .title-desc {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .project-view .project-container .title-view .title-desc {
    font-size: 16px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .home-page .project-view .project-container .title-view .title-desc {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .home-page .project-view .project-container .title-view .line-view {
    margin-bottom: 100px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .project-view .project-container .title-view .line-view {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .project-view .project-container .title-view .line-view {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .project-view .project-container .title-view .line-view {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .project-view .project-container .nav-view .item {
    width: 100%;
    height: 380px;
    font-size: 18px;
  }
  .home-page .project-view .project-container .nav-view .item .bgimg {
    width: 100%;
    height: 380px;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .project-view .project-container .nav-view .item {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
  }
  .home-page .project-view .project-container .nav-view .item .bgimg {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .home-page .project-view .project-container .nav-view .item {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
  }
  .home-page .project-view .project-container .nav-view .item .bgimg {
    width: 100%;
    height: 280px;
    object-fit: cover;
  }
}
@media (min-width: 1400px) {
  .home-page .project-view .project-container .btn-view .dt {
    font-size: 20px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .project-view .project-container .btn-view .dt {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .project-view .project-container .btn-view .dt {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .project-view .project-container .btn-view .dt {
    font-size: 16px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .home-page .project-view .project-container .btn-view .dt {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .home-page .project-view .project-container .btn-view .btn {
    width: 140px;
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .home-page .project-view .project-container .btn-view .btn {
    width: 120px;
    height: 40px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .project-view .project-container .btn-view .btn {
    width: 100px;
    height: 40px;
    line-height: 18px;
    font-size: 16px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .home-page .project-view .project-container .btn-view .btn {
    width: 90px;
    height: 30px;
    line-height: 16px;
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .home-page .bottom-title {
    bottom: 40px;
    right: 40px;
    font-size: 20px;
  }
  .home-page .bottom-title span {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .bottom-title {
    bottom: 30px;
    right: 30px;
    font-size: 18px;
  }
  .home-page .bottom-title span {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .bottom-title {
    bottom: 20px;
    right: 20px;
    font-size: 16px;
  }
  .home-page .bottom-title span {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin-right: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .bottom-title {
    bottom: 10px;
    right: 10px;
    font-size: 14px;
  }
  .home-page .bottom-title span {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin-right: 6px;
  }
}
@media (min-width: 1400px) {
  .home-page .contact-view .contact-container {
    width: 1400px;
    padding-top: 235px;
    padding-bottom: 235px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .contact-view .contact-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .contact-view .contact-container {
    width: 994px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .contact-view .contact-container {
    width: 769px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1400px) {
  .home-page .contact-view .contact-container .desc-view .dt {
    font-size: 34px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .contact-view .contact-container .desc-view .dt {
    font-size: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .contact-view .contact-container .desc-view .dt {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .contact-view .contact-container .desc-view .dt {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .home-page .contact-view .contact-container .desc-view .dd span {
    font-size: 52px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .contact-view .contact-container .desc-view .dd span {
    font-size: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .contact-view .contact-container .desc-view .dd span {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .contact-view .contact-container .desc-view .dd span {
    font-size: 46px;
  }
}
@media (min-width: 1400px) {
  .home-page .contact-view .contact-container .desc-view .list {
    margin-bottom: 66px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .contact-view .contact-container .desc-view .list {
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .contact-view .contact-container .desc-view .list {
    margin-bottom: 46px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .contact-view .contact-container .desc-view .list {
    margin-bottom: 46px;
  }
}
@media (min-width: 1400px) {
  .home-page .contact-view .contact-container .desc-view .list .item {
    font-size: 20px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .contact-view .contact-container .desc-view .list .item {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .contact-view .contact-container .desc-view .list .item {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .contact-view .contact-container .desc-view .list .item {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .home-page .contact-view .contact-container .desc-view .btn-view .btn {
    width: 140px;
    height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .home-page .contact-view .contact-container .desc-view .btn-view .btn {
    width: 120px;
    height: 40px;
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .contact-view .contact-container .desc-view .btn-view .btn {
    width: 100px;
    height: 40px;
    line-height: 18px;
    font-size: 16px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .home-page .contact-view .contact-container .desc-view .btn-view .btn {
    width: 90px;
    height: 30px;
    line-height: 16px;
    font-size: 16px;
  }
}
/* @media (min-width: 1400px) {

  .home-page .contact-view .contact-container .desc-view .btn-view .btn {

    width: 140px;

    height: 50px;

  }

} */
@media (min-width: 787px) and (max-width: 1000px) {
  .home-page .contact-view .contact-container .desc-view {
    width: 50%;
  }
  .home-page .contact-view .contact-container .report-view {
    width: 50%;
  }
  .home-page .contact-view .contact-container .report-view img {
    margin-right: 10px;
    width: 30%;
  }
}
@media (max-width: 787px) {
  .home-page .contact-view .contact-container {
    flex-direction: column;
  }
  .home-page .contact-view .contact-container .report-view {
    text-align: center;
  }
  .home-page .contact-view .contact-container .report-view img {
    margin-top: 30px;
    margin-right: 10px;
    width: 30%;
  }
}
@media (min-width: 1400px) {
  .home-page .reserve-view .reserve-container {
    width: 1400px;
    padding-top: 120px;
    padding-bottom: 130px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .reserve-view .reserve-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .reserve-view .reserve-container {
    width: 994px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .reserve-view .reserve-container {
    width: 769px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 110px;
  }
}
@media (min-width: 1400px) {
  .home-page .reserve-view .reserve-container .title {
    font-size: 40px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .reserve-view .reserve-container .title {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .reserve-view .reserve-container .title {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .reserve-view .reserve-container .title {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .home-page .reserve-view .reserve-container .title-desc {
    font-size: 20px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .reserve-view .reserve-container .title-desc {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .reserve-view .reserve-container .title-desc {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .reserve-view .reserve-container .title-desc {
    font-size: 16px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .home-page .reserve-view .reserve-container .title-desc {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .home-page .reserve-view .reserve-container .line-view {
    margin-bottom: 100px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .reserve-view .reserve-container .line-view {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .reserve-view .reserve-container .line-view {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .reserve-view .reserve-container .line-view {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .reserve-view .reserve-container .nav-view .item {
    width: 46%;
    height: 200px;
    height: 180px;
  }
  .home-page .reserve-view .reserve-container .nav-view .item .hovershow {
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .home-page .reserve-view .reserve-container .nav-view .item {
    width: 96%;
    height: 150px;
    margin-right: 0;
    padding: 40px;
  }
}
@media (min-width: 1400px) {
  .home-page .reserve-view .reserve-container .nav-view .item .dt {
    font-size: 22px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .reserve-view .reserve-container .nav-view .item .dt {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .reserve-view .reserve-container .nav-view .item .dt {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .reserve-view .reserve-container .nav-view .item .dt {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .home-page .reserve-view .reserve-container .nav-view .item .dd {
    font-size: 30px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .reserve-view .reserve-container .nav-view .item .dd {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .reserve-view .reserve-container .nav-view .item .dd {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .reserve-view .reserve-container .nav-view .item .dd {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .reserve-view .reserve-container .nav-view .last {
    margin-right: 2.87%;
  }
}
@media (max-width: 767px) {
  .home-page .reserve-view .reserve-container .nav-view .last {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .home-page .news-view .news-container {
    width: 1400px;
    padding-top: 135px;
    padding-bottom: 135px;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .news-view .news-container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .news-view .news-container {
    width: 994px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-page .news-view .news-container {
    width: 769px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home-page .news-view .news-container .news-list .item {
    width: 100%;
    padding: 15px !important;
    border: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-page .news-view .news-container .news-list .item {
    padding: 15px 25px 15px 0;
  }
  .home-page .news-view .news-container .news-list .m {
    padding-left: 25px;
  }
  .home-page .news-view .news-container .news-list .r {
    padding-left: 25px;
    padding-right: 0;
  }
}
@media (min-width: 1199px) and (max-width: 1400px) {
  .home-page .news-view .news-container .news-list .item .dt .news-title {
    font-size: 16px;
  }
  .home-page .news-view .news-container .news-list .item .dd .text {
    font-size: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .home-page .news-view .news-container .news-list .item .dt .news-title {
    font-size: 14px;
  }
  .home-page .news-view .news-container .news-list .item .dd .text {
    font-size: 12px;
  }
}
@media (min-width: 375px) and (max-width: 991px) {
  .home-page .news-view .news-container .news-list .item .dt .news-title {
    font-size: 16px;
  }
  .home-page .news-view .news-container .news-list .item .dd .text {
    font-size: 14px;
  }
  .home-page .news-view .news-container .news-list .item .dd .time {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .home-page .news-view .news-container .news-list .item .dt .news-title {
    font-size: 14px;
  }
  .home-page .news-view .news-container .news-list .item .dd .text {
    font-size: 12px;
  }
  .home-page .news-view .news-container .news-list .item .dd .time {
    font-size: 12px;
  }
}
