html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.banner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background-image: url('../images/banner_home.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .bannerBox {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.banner .bannerBox .news {
  position: absolute;
  left: 20px;
  bottom: 40px;
  z-index: 9;
  width: 590px;
  box-sizing: border-box;
}
.banner .bannerBox .news .swiper-slide {
  padding-right: 40px;
}
.banner .bannerBox .news a {
  padding: 40px 35px;
  display: block;
  background-color: rgba(162, 127, 171, 0.7);
  position: relative;
}
.banner .bannerBox .news a .news_title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 28px;
  box-sizing: border-box;
}
.banner .bannerBox .news a .time {
  position: absolute;
  font-size: 12px;
  color: #fff;
  right: 35px;
  bottom: 25px;
}
.banner .bannerBox .news a .arrow {
  height: 80px;
  width: 40px;
  position: absolute;
  right: -40px;
  top: 0;
  background-color: rgba(105, 165, 90, 0.7);
  line-height: 80px;
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  color: #fff;
}
.banner .bannerBox .news a .arrow .iconfont {
  font-size: 26px;
}
.banner .bannerBox .news .swiper-container {
  overflow: hidden;
}
.banner .bannerBox .news .swiper-container .swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner .bannerBox .news .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .bannerBox .news .swiper-pagination-custom,
.banner .bannerBox .news .swiper-pagination-fraction {
  text-align: left;
  padding-left: 35px;
  box-sizing: border-box;
  bottom: 25px;
}
.banner .bannerBox .news .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #7f508c;
  color: #3b3b3b;
  font-size: 16px;
  position: relative;
  line-height: 24px;
}
.banner .bannerBox .news .title span {
  color: #6c6c6c;
  font-size: 12px;
  margin-left: 8px;
}
.banner .bannerBox .news .title .more {
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  border: 2px solid #f4f4f4;
  border-radius: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 12px;
  color: #7f508c;
}
.banner .bannerBox .news .info .news_title {
  color: #6c6c6c;
  font-size: 20px;
  padding: 15px 0 10px 0;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.banner .bannerBox .news .info .newsinfo {
  font-size: 12px;
  color: #a9a9a9;
  line-height: 1.7;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.banner .bannerBox .news .info .time {
  font-size: 12px;
  color: #cdcccc;
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  .banner .bannerBox .index_banner {
    display: none;
  }
  .banner .bannerBox .info {
    margin-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .banner .bannerBox .index_banner {
    display: none;
  }
  .banner .bannerBox .news {
    padding: 15px 10px;
    width: 100%;
    right: 0;
  }
  .banner .bannerBox .info {
    margin-left: 0px;
  }
}
.index_banner {
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 140px;
  z-index: 9999;
}
.navbar_c {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar_c .navbar_mid {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  z-index: 999;
  border: none;
  float: none;
  display: none;
}
.navbar_c .navbar_mid .navbar_midClose {
  width: 16px;
  position: absolute;
  right: 15px;
  top: 26px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 999;
}
.navbar_c .navbar_mid p {
  margin: 0;
}
.navbar_c .navbar_mid li {
  position: relative;
}
.navbar_c .navbar_mid li a {
  display: block;
  padding: 0 16px;
}
.navbar_c .navbar_mid li a p {
  padding: 16px 0;
  color: #484848;
  width: 100%;
  font-size: 14px;
}
.navbar_c .navbar_mid li a:focus,
.navbar_c .navbar_mid li a:hover {
  background-color: #fff;
  outline: none;
  color: #956ea0;
}
.navbar_c .navbar_mid li a:active {
  color: #956ea0;
}
.navbar_c .navbar_mid li ol {
  background-color: #f5f5f5;
  display: none;
}
.navbar_c .navbar_mid li ol li {
  padding: 0 16px;
}
.navbar_c .navbar_mid li ol li a {
  display: block;
  padding: 16px 0;
  font-size: 14px;
  color: #5b5b5b;
  border-bottom: 1px solid #fff;
}
.navbar_c .navbar_mid li ol li .nav-active {
  color: #89c47a;
}
.navbar_c .navbar_mid li ol .list:last-child a {
  border: none;
}
.navbar_c .navbar_mid li .active p {
  color: #956ea0;
}
.navbar_c .navbar_mid li:last-child::before {
  content: '';
  width: 0px;
  height: 15px;
  position: absolute;
  right: 0px;
  top: 50%;
  background-color: #dedede;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  margin: 0 auto;
  border: none;
  background-color: #fff;
}
footer .foot {
  margin: 0 auto;
  padding: 20px 0px;
  width: 90%;
  border-top-color: #fff;
  position: relative;
}
footer .foot .title {
  line-height: 20px;
  padding: 0;
  flex: 1;
  padding-right: 40px;
}
footer .foot a {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
footer .foot a span {
  font-size: 30px;
  color: #adadad;
}
.content {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: -100px;
}
.content .swiper {
  display: inline-block;
  width: 387px;
  margin-right: 13px;
}
.content .swiper > div {
  background-color: #fff;
}
.content .swiper .swiper-slide {
  height: 445px;
}
.content .swiper .swiper-slide a {
  display: block;
}
.content .swiper .swiper-slide a img {
  width: 100%;
}
.content .swiper .swiper-slide a .img-m {
  display: none;
}
.content .swiper .swiper-slide div {
  padding: 40px 30px 0 30px;
  box-sizing: border-box;
}
.content .swiper .swiper-slide div .swiper_c {
  color: #6c6c6c;
  font-size: 12px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.content .swiper .swiper-slide div .swiper_t {
  color: #6c6c6c;
  font-size: 22px;
}
.content .swiper .swiper-slide div .swiper_h {
  font-size: 14px;
  color: #6c6c6c;
}
.content .swiper .swiper-pagination {
  padding: 0 20px;
  box-sizing: border-box;
  text-align: left;
}
.content .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #a27fab;
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/loading_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: 99999;
}
.loading .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.loading .logo img {
  width: 200px;
}
.loading .logo_bg {
  width: 10%;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
#index {
  display: none;
  width: 100%;
  height: 100%;
  padding: 122px 0 60px;
}
@media screen and (max-width: 1199px) {
  .navbar_c .container::before {
    background-color: #fff;
    opacity: 0;
  }
  #index {
    padding-top: 60px;
  }
  .navbar_c .logo {
    padding-bottom: 0;
  }
  .index_banner {
    display: none;
  }
  .banner .bannerBox .news .swiper-container-horizontal > .swiper-pagination-bullets,
  .banner .bannerBox .news .swiper-pagination-custom,
  .banner .bannerBox .news .swiper-pagination-fraction {
    bottom: 10px;
    padding-left: 20px;
  }
  .banner .bannerBox .news a .time {
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .loading .logo_bg {
    width: 100px;
  }
  footer .foot a {
    right: 0;
  }
  .content .serviceBox .m {
    padding: 15px;
    display: block;
  }
  .content .serviceBox .m p {
    margin: 0 40px;
  }
  .banner .bannerBox .news a {
    padding: 30px 20px;
  }
  .banner .bannerBox .news a .news_title {
    height: 25px;
  }
  .banner .bannerBox .news {
    bottom: 15px;
  }
  .banner .bannerBox .news .swiper-slide {
    padding-right: 0;
  }
  .banner .bannerBox .news a .arrow {
    display: none;
  }
}
