@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-06-06 09:27:06
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-06-06 17:55:54
 */

/* 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: block;
  overflow: hidden;
  text-align: center;
}
.title>h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 32px;
  font-size: 28px;
}
.title>h1>b {
  color: rgb(23, 31, 94);text-transform: uppercase; font-size:40px; line-height:50px;
}
.title>h1>img {
  margin: 0 5px; display:none;
}
.title>h1>span {
  color: #171f5e;
  text-transform: uppercase; display:none;
}
.title>div {
  line-height: 24px;
  font-size: 14px;
  color: #888;
  margin-top: 15px;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 140px;
  float: left;
  height: 40px;
  font-size: 14px;
  color: rgb(34, 34, 34);
  border: 1px solid rgb(51, 51, 51);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.more>a:hover {
  color: #fff;
  border-color: var(--color-hover);
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }

  .more>a {
    width: 90px;
    height: 30px;
    font-size: 14px;
  }
  .title>h1>b {
  color: rgb(23, 31, 94);text-transform: uppercase; font-size:20px; line-height:36px;
}
}

/* 首页样式 */
/* banner大图 */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-swiper {
  width: 100%;
  height: 100%;
}
.banner-swiper img {
  width: 100%;
  display: block;
  height: auto;
}
/* 圆点 */
.banner-swiper .swiper-pagination {
  opacity: 1;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: auto;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 30px;
}
.banner-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  float: left;
  background: #000;
  opacity: 0.8;
}
.banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.banner-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-hover);
}
.banner-swiper:hover .swiper-pagination {
  opacity: 1;
}
/* 箭头 */
.banner-swiper .banner-prev,
.banner-swiper .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  font-size: 60px;
  color: var(--white);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  outline: none;
  cursor: pointer;
}
.banner-swiper .banner-next {
  left: initial;
  right: 2%;
}
.banner-swiper:hover .banner-next,
.banner-swiper:hover .banner-prev {
  opacity: 1;
}

@media (max-width: 991px) {
  /*圆点*/
  .banner-swiper .swiper-pagination {
    bottom: 10px;
  }
  .banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    opacity: 1;
    border-radius: 0 !important;
  }
  .banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet,
  .banner-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .banner-swiper .swiper-pagination-bullet-active {
    width: 15px;
  }
}

/* 服务项目 */
.service {
  padding: 50px 0;
}
.service-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1340px;
  margin-top: 30px;
}
.service-nav>li {
  width: 248px;
  margin: 0 20px 20px 0;
}
.service-nav>li>a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 100px;
  padding: 10px;
  text-align: center;
  background-color: rgb(234, 238, 250);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  font-size: 18px;
  color: rgb(51, 51, 51);
}
.service-nav>li.service-active>a {
  background-image: url(../images/service-hover.png);
}
.service-nav>li:last-child>a>img {
  margin-right: 15px;
}
.service-nav>li:last-child>a:hover {
  color: #72C1D8;
}
.service-content {
  display: block;
  overflow: hidden;
  margin-top: 50px;
  padding: 0 120px 0 65px;
}
.service-content>div {
  display: none;
}
.service-content>div:first-child {
  display: block;
}
.service-left {
  width: 385px;
  float: right;
  overflow: hidden;
  position: relative;
}
.service-left::before {
  content: "";
  display: block;
  padding-top: 84.675325%;
}
.service-right {
  width: 41.5%;
  float: left;
}
.service-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 22px;
  color: var(--color3);
  margin-top: 15px;
}
.service-right .service-text {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
  color: var(--color8);
  min-height: 120px;
}
.service-right .more {
  justify-content: flex-start;
  margin-top: 30px;
}

@media (max-width: 1360px) {
  .service-nav {
    width: 102%;
    margin-left: -1%;
  }
  .service-nav>li {
    width: 18%;
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 1240px) {
  .service-nav>li>a {
    height: 80px;
  }
  .service-content {
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .service {
    padding: 30px 0;
  }
  .service-nav>li>a {
    font-size: 16px;
  }
  .service-content {
    margin-top: 30px;
    padding: 0 30px;
  }
  .service-left {
    width: 38%;
  }
  .service-right {
    width: 60%;
  }
  .service-right .service-text,
  .service-right .more {
    margin-top: 15px;
  }

}
@media (max-width: 767px) {
  .service {
    padding: 15px 0;
  }
  .service-nav {
    margin-top: 10px;
    justify-content: space-between;
  }
  .service-nav>li {
    width: calc(50% - 5px);
    margin: 0 0 1% 0;
  }
  .service-nav>li>a {
    height: 100%;
    font-size: 16px;
  }
  .service-nav>li:last-child>a>img {
    width: 20px;
    margin-right: 10px;
  }
  .service-content {
    margin-top: 10px;
    padding: 0;
  }
.service-left::before {
  content: "";
  display: block;
  padding-top: 65.675325%;
}
  .service-left,
  .service-right {
    width: 100%;
  }
  .service-right>h1 {
    line-height: 24px;
    font-size: 16px;
    margin-top: 10px;
  }
  .service-right .service-text {
    margin-top: 10px;
    min-height: initial;
  }
  .service-right .more {
    margin-top: 10px;
  }
}

/* 关于我们 */
.about {
  background-image: url(../images/about-bj.jpg);
  padding: 80px 0;
}
.about-box {
  width: 100%;
  max-width: 740px;
  float: left;
  background-color: #fff;
  padding: 40px;
}
.about-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
}
.about-title>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-title .title {
  margin: -40px 0 0 40px;
}
.about-title .title>h1>b,
.about-title .title>h1>span {
  color: var(--color3);
}
.about-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #444;
  line-height: 24px;
  margin: 40px 30px 0 40px;
  height: 288px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}
.about-box .more {
  justify-content: flex-start;
  margin: 30px 0 0 40px;
}

@media (max-width: 1240px) {
  .about {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-box {
    padding: 15px;
  }
  .about-title {
    align-items: center;
  }
  .about-title .title {
    margin: -30px 0 0 0;
  }
  .about-text {
    margin: 10px 0 0 0;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .about-box .more {
    justify-content: center;
    margin: 10px 0 0 0;
  }
}

/* 横幅 */
.hf {
  background-image: url(../images/hf-bj.png);
  padding: 105px 0;
  position: relative;
}
.hf-title {
  display: block;
  overflow: hidden;
  text-align: center;
}
.hf-title>h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 45px;
}
.hf-title>h1>em {
  font-size: 34px;
  color: #333;
}
.hf-title>h1>div {
  padding: 0 10px;
  display: flex;
}
.hf-title>h1>div>span {
  width: 42px;
  height: 45px;
  float: left;
  font-size: 38px;
  color: #fff;
  background-color: rgb(11, 74, 199);
  margin: 0 3px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.hf-title>div {
  margin-top: 20px;
  line-height: 24px;
  color: var(--color6);
  font-size: 18px;
}
.hf-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.hf-list>li {
  flex: 1;
  border-right: 1px solid rgb(219, 219, 219);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 10px;
}
.hf-list>li:last-child {
  border-right: none;
}
.hf-list>li>h1 {
  line-height: 70px;
  font-size: 52px;
  color: rgb(11, 74, 199);
  font-weight: bold;
}
.hf-list>li>div {
  line-height: 24px;
  color: rgb(102, 102, 102);
  font-size: 16px;
}

@media (max-width: 1360px) {
  .hf {
    padding: 80px 0;
  }
}
@media (max-width: 1240px) {
  .hf {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .hf {
    padding: 30px 0;
  }
  .hf-list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hf {
    padding: 15px 0;
  }
  .hf-title>h1 {
    line-height: 30px;
  }
  .hf-title>h1>em {
    font-size: 18px;
  }
  .hf-title>h1>div {
    padding: 0 5px;
  }
  .hf-title>h1>div>span {
    width: 24px;
    height: 24px;
    font-size: 16px;
    margin: 0 1px;
  }
  .hf-title>div {
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
  }

  .hf-list {
    margin-top: 10px;
  }
  .hf-list>li {
    padding: 0 5px;
  }
  .hf-list>li>h1 {
    line-height: 30px;
    font-size: 24px;
  }
  .hf-list>li>div {
    margin-top: 5px;
    line-height: 20px;
    font-size: 12px;
  }
}

/* 公司展示 */
.environment {
  padding: 50px 0;
}
.environment .swiper {
  margin-top: 50px;
}
.environment .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.environment .swiper .swiper-slide>a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.environment .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.environment .swiper .swiper-slide>a>h1 {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 2;
}
.environment .swiper .swiper-slide>a:hover>h1 {
  bottom: 0;
}

@media (max-width: 991px) {
  .environment {
    padding: 30px 0;
  }
  .environment .swiper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .environment {
    padding: 15px 0;
  }
  .environment .swiper {
    margin-top: 10px;
  }
}

/* 资质证书 */
.certification {
  padding: 70px 0;
}
.certification .swiper {
  width: 100%;
  margin-top: 50px;
}
.certification .swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.certification .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 135.273973%;
}
.certification .swiper .swiper-slide>a>h1 {
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  line-height: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.certification .swiper .swiper-slide>a:hover>h1 {
  opacity: 1;
}

@media (max-width: 1240px) {
  .certification {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .certification {
    padding: 30px 0;
  }
  .certification .swiper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .certification {
    padding: 15px 0;
  }
  .certification .swiper {
    margin-top: 10px;
  }
}

/* 新闻资讯 */
.news {
  background-image: url(../images/news-bj.png);
  padding: 70px 0;
}
.news-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.news-nav>li {
  width: 102px;
  margin: 0 15px;
}
.news-nav>li>a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 32px;
  border-radius: 20px;
  color: rgb(136, 136, 136);
  font-size: 14px;
}
.news-nav>li>a:hover,
.news-nav>li.news-active>a {
  background-color: #fff;
  color: var(--color-hover);
}

.news-content {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  margin-top: 35px;
}
.news-left {
  width: 35%;
}
.news-left>a {
  display: block;
  overflow: hidden;
  padding: 40px;
}
.news-left>a .img::before {
  padding-top: 47.3684211%;
}
.news-left>a .news-box {
  display: block;
  overflow: hidden;
}
.news-left>a>.news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  margin-top: 26px;
  font-size: 14px;
  color: rgb(34, 34, 34);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>a>.news-box .news-time {
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: var(--colorC);
  line-height: 16px;
}
.news-left>a>.news-box .news-text {
  display: block;
  overflow: hidden;
  margin-top: 24px;
  height: 44px;
  line-height: 22px;
  font-size: 12px;
  color: #888;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-left>a:hover>.news-box>h1 {
  color: var(--color-hover);
}

.news-right {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-right>li {
  width: 50%;
  border-top: 2px solid #ebebeb;
  border-left: 2px solid #ebebeb;
}
.news-right>li:nth-child(1),
.news-right>li:nth-child(2) {
  border-top: none;
}
.news-right>li>a {
  display: block;
  overflow: hidden;
  padding: 49px 42px 28px 42px;
}
.news-right>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
  font-size: 14px;
  color: rgb(34, 34, 34);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-right>li>a .news-time {
  display: block;
  overflow: hidden;
  line-height: 18px;
  color: var(--colorC);
  font-size: 12px;
}
.news-right>li>a .news-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  color: rgb(136, 136, 136);
  font-size: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.news-right>li>a:hover>h1 {
  color: var(--color-hover);
}
.news .more {
  margin-top: 35px;
}

@media (max-width: 1240px) {
  .news {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-left>a {
    padding: 20px;
  }
  .news-right>li>a {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-nav {
    margin-top: 10px;
  }
  .news-content {
    margin-top: 10px;
  }
  .news-left {
    width: 100%;
  }
  .news-left>a {
    padding: 10px;
    display: flex;
  }
  .news-left>a .img {
    width: 40%;
  }
  .news-left>a .news-box {
    width: 60%;
    padding: 5px 15px;
    padding-right: 0;
  }
  .news-left>a>.news-box>h1 {
    margin-top: 0px;
  }
  .news-left>a>.news-box .news-text {
    margin-top: 5px;
  }

  .news-right {
    width: 100%;
  }
  .news-right>li:nth-child(1),
  .news-right>li:nth-child(3) {
    border-left: none;
  }
  .news-right>li:nth-child(1),
  .news-right>li:nth-child(2) {
    border-top: 2px solid #ebebeb;
  }
  .news-right>li>a {
    padding: 10px;
  }
  .news .more {
    margin-top: 10px;
  }
}
/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
}
.company {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../images/about-banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
.company-title {
  width: 100%;
  float: left;
  padding: 110px 0;
  display: flex;
  justify-content: center;
}
.place-title {
  width: 100%;
  max-width: 360px;
  background: rgba(61, 133, 198, 0.53);
  padding: 18px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.place-title>h1 {
  position: relative;
  padding: 0 20px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 18px;
}
.place-title>h1>span {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
}
.place-title>h1::before,
.place-title>h1::after {
  content: "";
  width: 14px;
  height: 14px;
  float: left;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.place-title>h1::after {
  right: initial;
  left: 100%;
}

.company-content {
  width: 100%;
  float: left;
}
.company-box {
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
}
.company-box-title {
  display: block;
  overflow: hidden;
  text-align: center;
}
.company-box-title>div {
  height: 80px;
  line-height: 80px;
  font-size: 60px;
  text-transform: uppercase;
  color: #F0F1F6;
}
.company-box-title>h1 {
  margin-top: -55px;
  position: relative;
  z-index: 2;
  line-height: 42px;
  font-size: 32px;
  color: #3C4997;
}
.company-text {
  display: block;
  overflow: hidden;
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
  color: rgb(85, 85, 85);
}
.company-box:first-child {
  max-width: 950px;
  background-color: #fff;
  margin: 0 auto;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.company-box .certification .swiper .swiper-slide>a:hover>img {
  transform: scale(0.95);
}

@media (max-width: 1240px) {
  .company-title {
    padding: 70px 0;
  }
  .company-box {
    margin: 30px 0;
  }
}
@media (max-width: 991px) {
  .company-title {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .company-title {
    padding: 30px 0;
  }
  .place-title>h1 {
    padding: 0 10px;
    line-height: 20px;
    font-size: 14px;
  }
  .place-title>h1>span {
    line-height: 30px;
    font-size: 20px;
  }
  .company-box {
    margin: 15px 0;
  }
  .company-box:first-child {
    padding: 15px;
  }
  .company-box-title>div {
    height: 30px;
    line-height: 30px;
    font-size: 30px;
  }
  .company-box-title>h1 {
    margin-top: 0;
    line-height: 20px;
    font-size: 20px;
  }
  .company-text {
    margin-top: 10px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 服务项目 */
.service-banner {
  width: 100%;
  overflow: hidden;
  height: 312px;
  background-position: center tgop;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-transform: uppercase;
}

.service-main {
  background-color: var(--colorF5);
  padding: 50px 0;
}
.main-left {
  width: 340px;
  float: left;
  background-color: #fff;
}
.menu-list {
  display: block;
  overflow: hidden;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  padding: 0 35px;
  font-size: 16px;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li>a:hover,
.menu-list>li.menu-active>a {
  background-color: #3c4997;
  color: #fff;
}

.main-right {
  width: 950px;
  float: right;
  background-color: #fff;
}
.main-title {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ededed;
  padding: 0 30px;
  line-height: 60px;
  font-size: 16px;
  color: #3c4997;
}
.main-content {
  width: 100%;
  float: left;
  padding: 30px;
  padding-top: 10px;
  color: rgb(92, 92, 92);
  font-size: 14px;
  line-height:2;
}
.main-conten img{ max-width:100% !important; height:auto !important;}

@media (max-width: 1360px) {
  .main-left {
    width: 26%;
  }
  .main-right {
    width: 72%;
  }
}
@media (max-width: 1240px) {
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
}
@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .main-left {
    width: 29%;
  }
  .menu-list>li>a {
    padding: 0 20px;
  }
  .main-right {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .service-banner {
    height: 200px;
  }
  .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;
    background-color: var(--color-main);
  }
  .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;
  }
  .menu-list>li {
    margin-bottom: 5px;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }
  .main-right {
    width: 100%;
    margin: 20px 0;
  }
  .main-title {
    padding: 0 10px;
    line-height: 40px;
  }
  .main-content {
    padding: 15px 10px;
  }
}
/* END-服务项目 */

/* 新闻动态 */
.news-main .menu-title {
  display: block;
  overflow: hidden;
  height: 100px;
  line-height: 100px;
  padding-left: 30px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  background-color: rgb(10, 107, 196);
}
.news-main .menu-list {
  padding: 30px;
  padding-top: 0;
}
.news-main .menu-list>li {
  border-bottom: 1px solid rgb(236, 236, 236);
  margin-top: 6px;
}
.news-main .menu-list>li>a {
  height: 54px;
  line-height: 54px;
  background: url(../images/menu-news-icon.png) no-repeat right center;
  padding: 0 20px 0 0;
}
.news-main .menu-list>li>a:hover,
.news-main .menu-list>li.menu-active>a {
  color: var(--color-hover);
}
.news-main .main-title>span {
  position: relative;
  float: left;
  font-size: 18px;
  color: var(--color6);
}
.news-main .main-title>span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #56B1CE;
  position: absolute;
  left: 0;
  bottom: -2px;
  z-index: 2;
}

.news-list {
  display: block;
  overflow: hidden;
}
.news-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed rgb(237, 237, 237);
}
.news-list>li>a {
  display: block;
  overflow: hidden;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #555;
}
.news-list>li>a>span {
  float: right;
  color: rgb(136, 136, 136);
  margin-left: 5px;
}
.news-list>li>a:hover {
  color: rgb(10, 107, 196);
}

.news-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0 10px 0;
}
.news-bottom>a,
.news-bottom>span {
  padding: 6px 8px;
  margin: 4px;
  background-color: rgb(248, 248, 248);
  font-size: 14px;
  line-height: 1;
  color: #888;
}
.news-bottom>a.active {
  background-color: rgb(10, 107, 196);
  color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 32px;
  padding: 10px 0;
  padding-bottom:0px;
  margin-bottom: 0px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #444;
  line-height: 1.6;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom:1px dotted #ddd;
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 28px;
  color: #191919;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

.news-details-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  padding: 10px;
  line-height: 24px;
  font-size: 12px;
  color: #333;
  background-color: #f5f5f5;
}
.news-details-bottom a {
  margin: 0 5px;
}

/* END-新闻动态 */

/* 招贤纳士 */
.join-main {
  padding: 0;
  background-color: #fff;
}
.join-main .company-box-title {
  padding: 50px 0;
}

.join-list {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.join-list::before {
  content: "";
  width: 2px;
  height: 100%;
  float: left;
  background-color: rgba(221, 221, 221, 1);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.join-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 90px;
}
.join-list>li .join-title {
  display: flex;
  justify-content: center;
}
.join-list>li .join-title>h1 {
  width: 100%;
  max-width: 214px;
  height: 50px;
  line-height: 50px;
  float: left;
  background-color: rgb(10, 107, 196);
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
}
.join-list>li .join-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.join-list>li .join-content .join-box {
  width: 50%;
  padding: 30px;
  padding-top: 50px;
  padding-bottom: 0;
}
.join-list>li .join-content .join-box>h1 {
  display: block;
  overflow: hidden;
  margin-bottom: 9px;
  line-height: 24px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.join-list>li .join-content .join-box .join-text {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #888;
}

.join-bottom {
  width: 100%;
  overflow: hidden;
  background-color: rgb(10, 107, 196);
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.join-bottom-message {
  padding-left: 100px;
  background: url(../images/join-icon.png) no-repeat left center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}
.join-bottom-message>span {
  display: block;
  overflow: hidden;
}

@media (max-width:1240px) {
  .join-list>li {
    margin-bottom: 70px;
  }
}
@media (max-width:991px) {
  .join-main .company-box-title {
    padding: 30px 0;
  }
  .join-list>li {
    margin-bottom: 50px;
  }
  .join-list>li .join-content .join-box {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .join-bottom {
    padding: 30px 0;
  }
}
@media (max-width:767px) {
  .join-main .company-box-title {
    padding: 15px 0;
  }
  .join-list>li {
    margin-bottom: 20px;
  }
  .join-list>li .join-title>h1 {
    width: auto;
    max-width: initial;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    padding: 0 15px;
  }
  .join-list>li .join-content .join-box {
    padding: 15px 15px 0 0;
  }
  .join-list>li .join-content .join-box:last-child {
    padding: 15px 0 0 15px;
  }
  .join-list>li .join-content .join-box>h1 {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .join-list>li .join-content .join-box .join-text {
    line-height: 20px;
    font-size: 12px;
  }

  .join-bottom {
    padding: 15px 0;
  }
  .join-bottom-message {
    padding-left: 70px;
    background: url(../images/join-icon.png) no-repeat left center;
    background-size: contain;
    line-height: 30px;
    font-size: 16px;
  }
  .news-bottom{ padding-top:20px;}
  .news-bottom>a,
  .news-bottom>span { font-size:12px; padding:6px;}
}
/* END-招贤纳士 */

/* 联系我们 */
.contact-main {
  padding: 70px 0;
  background-color: #fff;
}
.contact-map {
  width: 100%;
  overflow: hidden;
  height: 354px;
}
.contact-text {
  width: 100%;
  max-width: 970px;
  padding: 50px;
  margin: -70px auto 0 auto;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}
.contact-text-box {
  display: block;
  overflow: hidden;
  margin-top: 50px;
  padding-left: 250px;
  line-height: 34px;
}
.contact-text-box>p {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #888888;
}
.contact-text-box>p>img {
  float: left;
  margin-right: 15px;
}

.message {
  width: 100%;
  overflow: hidden;
  margin-top: 70px;
}
.message-form {
  width: 100%;
  max-width: 384px;
  margin: 50px auto;
  overflow: hidden;
}
.message-form>input,
.message-form>textarea {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  height: 50px;
  padding: 3px;
  font-size: 12px;
  color: #444;
  background-color: var(--colorF5);
}
.message-form>textarea {
  height: 110px;
}
.message-form>button {
  width: 100%;
  float: left;
  height: 50px;
  background-color: #3c4997;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}

@media (max-width:1240px) {
  .contact-main {
    padding: 50px 0;
  }
  .contact-text {
    max-width: 80%;
    margin: -50px auto 0 auto;
  }
  .contact-text-box {
    padding-left: 100px;
  }
  .message {
    margin-top: 50px;
  }
}
@media (max-width:991px) {
  .contact-main {
    padding: 30px 0;
  }
  .contact-text {
    margin: -30px auto 0 auto;
    padding: 30px;
  }
  .contact-text-box {
    padding-left: 0px;
    margin-top: 30px;
  }
  .message {
    margin-top: 30px;
  }
  .message-form {
    margin: 30px auto;
  }
}
@media (max-width:767px) {
  .contact-main {
    padding: 15px 0;
  }
  .contact-map {
    height: 280px;
  }
  .contact-text {
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
  }
  .contact-text-box {
    padding-left: 0px;
    margin-top: 10px;
    line-height: 22px;
  }
  .contact-text-box>p {
    padding: 5px 0;
  }
  .contact-text-box>p>img {
    margin-right: 10px;
  }
  .message {
    margin-top: 15px;
  }
  .message-form {
    margin: 15px auto;
  }
  .message-form>input,
  .message-form>textarea {
    margin-bottom: 10px;
    height: 40px;
  }
  .message-form>button {
    height: 40px;
  }
}
/* END-联系我们 */

/*视频展示*/
.video-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.video-list>li{
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.video-list>li .video-img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-list>li .video-img::before{
  content: "";
  display: block;
  padding-top: 65.25%;
}
.video-list>li .video-img>img{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  object-fit: cover;
}
.video-list>li .video-img>video{
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  object-fit: cover;
}
.video-list>li>h1{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(245,245,245,1);
  font-size:16px;
  color: #333;
}

@media (max-width:991px) {
  .video-list>li .video-img::before{
    padding-top: 75%;
  }
}
@media (max-width:767px) {
  .video-list>li{
    width: 100%;
    margin-bottom: 15px;
  }
  .video-list>li>h1{
    height: 34px;
    line-height: 34px;
    font-size:14px;
  }
}
/*END-视频展示*/