.banner img {
    width: 100%;
}

.btl {
  border-bottom: 1px solid #959696;
}

.container {
  width: 1500px;
  margin: 0 auto;
  padding: 75px 0 0 0;
}
.container.btp {
  padding-bottom: 75px;
}

.header {
  height: 65px;
  position: sticky;
  top: 0;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.1215686275), 0 6px 16px rgba(0, 0, 0, 0.0784313725), 0 9px 28px 8px rgba(0, 0, 0, 0.0509803922);
}
.header .container {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .container .logo .logo-img {
  height: 45px;
  width: auto;
}
.header .container .header-nav {
  color: #737373;
  height: 65px;
  line-height: 65px;
}
.header .container .header-nav a {
  font-size: 18px;
  padding: 1em;
}
.header .container .header-nav a:hover, .header .container .header-nav a.active {
  color: #21110d;
}

.indexSwiper {
  width: 100%;
  height: 900px;
  position: relative;
}
.indexSwiper .swiper-slide img {
  width: 100%;
  height: 900px;
}
.indexSwiper .swiper-button-prev {
  top: 437px;
  left: 100px;
  background-image: url("/static/img/swiper_left.png");
}
.indexSwiper .swiper-button-next {
  top: 437px;
  right: 100px;
  background-image: url("/static/img/swiper_right.png");
}
.indexSwiper .swiper-button-next,
.indexSwiper .swiper-button-prev {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
}
.indexSwiper .swiper-button-next::after,
.indexSwiper .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: 72px 72px;
  content: "";
  height: 72px;
  margin: auto;
  width: 72px;
}
.indexSwiper .swiper-pagination-bullet {
  width: 120px;
  height: 5px;
  border: none;
  border-radius: 0;
  background-color: #8e8e8e;
  opacity: 1;
}
.indexSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.horons .container,
.custom .container,
.about .container {
  font-size: 48px;
  overflow: auto;
  clear: both;
}
.horons .container .area_name,
.custom .container .area_name,
.about .container .area_name {
  float: left;
  width: 740px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.horons .container .area_content,
.custom .container .area_content,
.about .container .area_content {
  float: right;
  width: 750px;
  font-size: 22px;
  line-height: 2em;
  color: #8c8c8c;
  display: block;
  overflow: hidden;
}
.horons .container .area_content p,
.custom .container .area_content p,
.about .container .area_content p {
  padding: 0.5em 0;
}
.horons .container .area_content p:first-child,
.custom .container .area_content p:first-child,
.about .container .area_content p:first-child {
  padding-top: 0;
}
.horons .container .area_content p:last-child,
.custom .container .area_content p:last-child,
.about .container .area_content p:last-child {
  padding-bottom: 0;
}

.team .container .area_name {
  font-size: 48px;
}
.team .container .area_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team .container .area_content .item {
  width: 415px;
  margin: 50px 0 0;
  color: #555555;
}
.team .container .area_content .item .fun_name {
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 2px solid #979797;
}
.team .container .area_content .item .fun_cont {
  font-size: 20px;
  line-height: 2.5em;
  margin-bottom: 1.5em;
}

.works .container .area_name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 50px;
}
.works .container .area_name .name {
  font-size: 48px;
}
.works .container .area_name .more {
  color: #8c8c8c;
  font-size: 21px;
}
.works .container .area_content {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.works .container .area_content .card {
  width: 365px;
  height: 270px;
  font-size: 16px;
  position: relative;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.works .container .area_content .card:hover .info {
  height: 270px;
}
.works .container .area_content .card:hover .info p {
  opacity: 1;
}
.works .container .area_content .card img {
  width: 100%;
  height: 100%;
}

.honors .container {
  font-size: 48px;
  overflow: auto;
  clear: both;
}
.honors .container .area_name {
  float: left;
  width: 740px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.honors .container .area_content {
  float: right;
  width: 750px;
  color: #8c8c8c;
  display: block;
  overflow: hidden;
}
.honors .container .area_content p {
  font-size: 22px;
  line-height: 28px;
  padding: 1em 0;
  border-top: 2px solid #858282;
}
.honors .container .area_content p:nth-child(6), .honors .container .area_content p:last-child {
  border-bottom: 2px solid #858282;
}
.honors .container .area_content p:nth-child(n+7) {
  display: none;
}

.business .container {
  display: flex;
  align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 127px;
}
.business .container .item {
  width: 415px;
  margin: 50px 0;
  color: #555555;
}
.business .container .item .fun_name {
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 2px solid #979797;
}
.business .container .item .fun_cont {
  font-size: 20px;
  line-height: 2.5em;
  margin-bottom: 1.5em;
}
.business .container .item .fun_img,
.business .container .item .fun_img img {
  width: 415px;
  height: 225px;
}

.contact .container {
  padding: 75px 0;
}
.contact .container .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #828282;
  padding-bottom: 75px;
  font-size: 24px;
}
.contact .container .item .company_name {
  line-height: 36px;
}
.contact .container .item .contact_content {
  padding: 0 25px 0 950px;
  justify-self: flex-end;
}
.contact .container .item .ewm {
  justify-self: flex-end;
  width: 118px;
  height: 118px;
}
.contact .container .item .ewm img {
  width: 100%;
  height: 100%;
}
.contact .container .item2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.contact .container .item2 .list_item {
  width: 375px;
  padding: 25px 0;
  font-size: 20px;
  color: #595757;
}
.contact .container .item2 .list_item .item_name {
  margin-bottom: 16px;
  border-bottom: 1px solid #595757;
  width: 2em;
  overflow: visible;
  text-wrap: nowrap;
  white-space: nowrap;
}
.contact .container .item2 .list_item .item_name span {
  padding-bottom: 12px;
  border-bottom: 1px solid #595757;
}

.nav-bar .container {
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
.nav-bar .container .nav-link {
  width: 150px;
  height: 2.6em;
  line-height: 2.6em;
  font-size: 18px;
  color: #727171;
}
.nav-bar .container .nav-link.active {
  color: #000;
}

.content .container {
  clear: both;
  overflow: hidden;
  padding-bottom: 2em;
}
.content .container .left-bar {
  width: 400px;
  float: left;
  padding-top: 2em;
}
.content .container .left-bar h1 {
  border-top: 2px solid #aeadad;
  font-size: 36px;
  line-height: 2.4em;
}
.content .container .left-bar p {
  width: 5em;
  border-top: 2px solid #aeadad;
  font-size: 24px;
  line-height: 1.8em;
}
.content .container .right-content {
  width: 1000px;
  float: right;
}

.project-list .container {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 2em;
}
.project-list .container a .card {
  width: 365px;
  height: 270px;
  font-size: 16px;
  position: relative;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.project-list .container a .card:hover .info {
  height: 270px;
}
.project-list .container a .card:hover .info p {
  opacity: 1;
}
.project-list .container a .card img {
  width: 100%;
  height: 100%;
}
.project-list #tips {
  text-align: center;
  margin: 1em auto 3em;
}

.footer-nav {
  background-color: #181818;
}
.footer-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1500px;
  margin: 0 auto;
  height: 150px;
  padding: 100px 0;
}
.footer-nav .container .logo-img {
  height: 45px;
  width: auto;
}
.footer-nav .container .erweima img {
  height: 120px;
  width: auto;
}
.footer-nav .container .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #959696;
}
.footer-nav .container .nav .area {
  border-right: 2px solid #414141;
  padding: 0 28px;
  line-height: 1.6em;
}
.footer-nav .container .nav .area:last-child {
  border: none;
}

.footer {
  width: 100%;
  height: 3rem;
  background-color: #000;
  text-align: center;
  color: #fff;
  line-height: 3rem;
}

.info {
  background: rgba(0, 0, 0, 0.4);
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 1px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.info p {
  margin: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}/*# sourceMappingURL=main.css.map */