@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-07-12 10:02:09
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-07-12 14:28:35
 */

/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}
.container-fluid {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #282828;
}
.title>h1 {
  line-height: 38px;
  padding: 0 15px;
  position: relative;
  font-size: 30px;
  font-weight: bold;
}
.title>h1::before,
.title>h1::after {
  content: "";
  width: 28px;
  height: 2px;
  background-color: var(--color-main);
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.title>h1::after {
  right: initial !important;
  left: 100%;
}
.title>div {
  text-align: center;
  line-height: 22px;
  font-size: 20px;
  text-transform: uppercase;
}
.title-white {
  color: #fff;
}
.title-white>h1::before,
.title-white>h1::after {
  background-color: #fff;
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
  }
}

/* 首页样式 */
/* 服务项目 */
.service {
  background-color: #ededee;
  padding: 50px 0;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  width: calc(100% + 34px);
  margin-left: -17px;
}
.service-list>li {
  width: calc(calc(100% / 3) - 34px);
  margin: 0 17px 20px 17px;
}
.service-list>li>a {
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.service-list>li>a::before {
  content: "";
  display: block;
  padding-top: 79.72973%;
}
.service-list>li>a .service-hover {
  width: 100%;
  height: 90px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 1);
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.service-list>li>a .service-hover>h1 {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #929292;
  text-transform: capitalize;
}
.service-list>li>a .service-hover>h1>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #282828;
}
.service-list>li>a .service-hover .service-text {
  display: block;
  overflow: hidden;
  padding: 0 25px;
  height: 0;
  margin-top: 0;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.service-list>li>a .service-hover .service-more {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  color: #063676;
  height: 0;
  margin-top: 0;
}
.service-list>li>a .service-hover .service-more>img {
  width: 24px;
  height: 24px;
  margin-left: 15px;
}
.service-list>li>a:hover .service-hover {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
.service-list>li>a:hover .service-hover>h1>span {
  color: var(--color-main);
  font-weight: bold;
}
.service-list>li>a:hover .service-hover .service-text {
  height: 88px;
  margin-top: 20px;
}
.service-list>li>a:hover .service-hover .service-more {
  height: 24px;
  margin-top: 10px;
}

@media (max-width: 1240px) {
  .service-list {
    margin-top: 40px;
    width: 102%;
    margin-left: -1%;
  }
  .service-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 20px 1%;
  }
  .service-list>li>a .service-hover .service-text {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .service {
    padding: 30px 0;
  }
  .service-list {
    margin-top: 20px;
  }
  .service-list>li>a .service-hover .service-text {
    padding: 0;
    -webkit-line-clamp: 3
  }
  .service-list>li>a:hover .service-hover .service-text {
    height: 66px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .service {
    padding: 15px 0;
  }
  .service-list {
    margin-top: 10px;
    width: 100%;
    margin-left: 0
  }
  .service-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .service-list>li>a .service-hover {
    height: 70px;
    padding: 10px;
  }
  .service-list>li>a .service-hover>h1 {
    line-height: 20px;
    font-size: 12px;
  }
  .service-list>li>a .service-hover>h1>span {
    font-size: 16px;
  }
}

/* 简介 */
.about {
  background-image: url(../images/about-bj.jpg);
  background-position: center top;
  padding: 50px 0;
}
.about-text {
  display: block;
  overflow: hidden;
  text-align: center;
  margin: 40px auto 0 auto;
  max-width: 75%;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.about-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.about-list>li {
  width: calc(100% / 3);
  padding: 0 10px;
}
.about-list>li>a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-list>li>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-list>li>a>h1 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 10px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
.about-list>li>a>h1>span {
  display: block;
  overflow: hidden;
  line-height: 24px;
  margin-bottom: 10px;
}

@media (max-width: 1240px) {
  .about-text {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-text {
    margin-top: 20px;
  }
  .about-list {
    margin-top: 20px;
  }
  .about-list>li>a>h1 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 10px;
  }
  .about-list {
    margin-top: 10px;
  }
  .about-list>li {
    padding: 0 5px;
  }
  .about-list>li>a>h1 {
    line-height: 16px;
    font-size: 12px;
  }
  .about-list>li>a>h1>span {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

/* 新闻 */
.news {
  padding: 50px 0;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 34px);
  margin-left: -17px;
  margin-top: 45px;
}
.news-list>li {
  width: calc(calc(100% / 3) - 34px);
  margin: 0 17px 20px 17px;
}
.news-list>li>a {
  display: flex;
  flex-direction: column;
}
.news-list>li>a .img::before {
  padding-top: 60.3604%;
}
.news-list>li>a .news-box {
  width: 100%;
  background-color: #ededee;
  padding: 15px 0;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: -65px;
  background-color: rgba(6, 54, 118, 0.5);
  position: relative;
  z-index: 2;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  padding: 0 25px;
  height: 75px;
  line-height: 25px;
  font-size: 14px;
  color: #282828;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list>li>a:hover .img>img {
  transform: scale(1.1);
}
.more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.more>a {
  width: 175px;
  height: 50px;
  border: 2px solid var(--color-main);
  background-color: var(--color-main);
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.more>a:hover {
  background-color: #fff;
  color: var(--color-main);
}

@media (max-width: 1240px) {
  .news-list {
    width: 102%;
    margin-left: -1%;
    margin-top: 30px;
  }
  .news-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 20px 1%;
  }
  .more {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-list>li>a .news-box .news-text {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-list {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .news-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .news-list>li>a {
    flex-direction: row;
  }
  .news-list>li>a .img {
    width: 40%;
  }
  .news-list>li>a .news-box {
    width: 60%;
    padding: 10px;
    padding-left: 15px;
  }
  .news-list>li>a .news-box>h1 {
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin-top: 0;
    background-color: initial;
    color: #333;
  }
  .news-list>li>a .news-box .news-text {
    margin-top: 5px;
    padding: 0;
    height: 72px;
    line-height: 24px;
  }
  .news-list>li>a:hover .news-box {
    background-color: var(--color-main);
  }
  .news-list>li>a:hover .news-box>h1,
  .news-list>li>a:hover .news-box .news-text {
    color: #fff;
  }
  .more {
    margin-top: 10px;
  }

  .more>a {
    width: 110px;
    height: 36px;
  }
}
/* END-首页样式 */

/* 简介 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 20px 0;
  background-color: #ededef;
}
.main>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-left {
  width: 295px;
  background-color: #fff;
}
.left-menu {
  width: 100%;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  background-color: var(--color-main);
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  padding-left: 30px;
}
.menu-title>span {
  float: left;
  font-weight: bold;
  margin-right: 8px;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  padding: 10px 8px 25px 8px;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  font-size: 12px;
  color: #9b9b9b;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li>a>span {
  float: left;
  font-size: 16px;
  color: #333;
  margin-right: 4px;
}
.menu-list>li>a::before {
  content: "+";
  float: right;
  margin-left: 5px;
  font-size: 16px;
  color: var(--color-main);
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: var(--color-main);
  color: #fff;
}
.menu-list>li:hover>a>span,
.menu-list>li.menu-active>a>span,
.menu-list>li:hover>a::before,
.menu-list>li.menu-active>a::before {
  color: #fff;
}
.menu-contact {
  padding: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.menu-contact>div:first-child {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}

.main-right {
  width: 1098px;
  background-color: #fff;
  padding: 25px;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-transform: capitalize;
}
.place-title>span {
  float: left;
  font-size: 16px;
  color: var(--color-main);
  font-weight: bold;
  margin-right: 10px;
}

.place-content {
  width: 100%;
  float: left;
  padding-top: 25px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 28px;
  color: var(--color3);
}

@media (max-width: 1440px) {
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
}
@media (max-width: 1240px) {
  .main-left {
    width: 29%;
  }
  .main-right {
    width: 69%;
  }
}
@media (max-width: 991px) {
  .main-left {
    width: 34%;
  }
  .menu-title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding-left: 15px;
  }
  .menu-contact {
    padding: 15px;
  }
  .main-right {
    width: 64%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main-left {
    width: 100%;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: none;
    padding: 10px;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }

  .main-right {
    width: 100%;
    margin: 20px 0;
    padding: 0;
  }
  .place-content {
    padding: 15px;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-简介 */

/* 服务 */
.product-list {
  display: block;
  overflow: hidden;
}
.product-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.product-list>li>a {
  display: flex;
  align-items: center;
}
.product-list>li>a .img {
  width: 30%;
  height: 100%;
}
.product-list>li>a .img::before {
  padding-top: 68.96552%;
}
.product-list>li>a .product-box {
  width: 70%;
  padding-left: 25px;
  color: #333;
}
.product-list>li>a .product-box>h1 {
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-list>li>a .product-box>div {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 140px;
  line-height: 28px;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product-list>li>a:hover .img>img {
  transform: scale(1.1);
}
.product-list>li>a:hover .product-box {
  color: var(--color-main);
}

.product-details {
  display: block;
  overflow: hidden;
}
.product-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--colorC);
}
.product-details-content {
  display: block;
  overflow: hidden;
  font-size: 15px;
  line-height: 28px;
  padding-top: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .product-list>li {
    margin-bottom: 30px;
  }
}
@media (max-width: 1240px) {
  .product-list>li {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .product-list>li>a .img {
    width: 40%;
    height: 100%;
  }
  .product-list>li>a .product-box {
    width: 60%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .product-list>li {
    margin-bottom: 15px;
  }
  .product-list>li>a .product-box {
    padding-left: 15px;
  }
  .product-list>li>a .product-box>h1 {
    height: 30px;
    line-height: 30px;
    -webkit-line-clamp: 1;
  }
  .product-list>li>a .product-box>div {
    margin-top: 5px;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    -webkit-line-clamp: 2;
  }

  .product-details-title {
    font-size: 16px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-服务 */

/* 新闻 */
.place-content .news-list {
  width: 100%;
  margin: 0;
}
.place-content .news-list>li {
  width: 100%;
  margin: 0 0 20px 0;
}
.place-content .news-list>li>a {
  flex-direction: row;
}
.place-content .news-list>li>a .img {
  width: 30%;
}
.place-content .news-list>li>a .news-box {
  width: 70%;
  padding: 25px;
}
.place-content .news-list>li>a .news-box>h1 {
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin-top: 0;
  background-color: initial;
  color: #333;
}
.place-content .news-list>li>a .news-box .news-text {
  margin-top: 10px;
  padding: 0;
  height: 72px;
  line-height: 24px;
}
.place-content .news-list>li>a .news-box>h2{ font-size:12px; line-height:24px;}
.place-content .news-list>li>a:hover .news-box {
  background-color: var(--color-main);
}
.place-content .news-list>li>a:hover .news-box>h1,.place-content .news-list>li>a:hover .news-box>h2,
.place-content .news-list>li>a:hover .news-box .news-text {
  color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: var(--color6);
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed var(--colorC);
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .place-content .news-list>li>a .img {
    width: 40%;
  }
  .place-content .news-list>li>a .news-box {
    width: 60%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .place-content .news-list>li {
    margin-bottom: 10px;
  }
  .place-content .news-list>li>a .news-box {
    padding: 10px;
    padding-left: 15px;
  }
  .place-content .news-list>li>a .news-box .news-text {
    margin-top: 5px;
    padding: 0;
    height: 66px;
    line-height: 22px;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-text>div {
  width: 49%;
}
.contact-map {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px
}
@media (max-width:767px) {
  .contact-text {
    font-size: 14px;
    line-height: 24px
  }
  .contact-text>div {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-map {
    margin-top: 10px;
    height: 300px
  }
}
/* END-联系我们 */