@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-08-31 09:10:53
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-08-31 14:26:55
 */

/* 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/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;
  text-align: center;
}
.title>h1 {
  line-height: 36px;
  padding: 0 12px;
  position: relative;
  font-size: 26px;
  color: #333;
}
.title>h1::before,
.title>h1::after {
  content: "";
  width: 31px;
  height: 3px;
  background-color: #e7ad52;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.title>h1::after {
  left: initial;
  right: 100%;
}
.title>div {
  line-height: 22px;
  margin: 5px 0;
  font-size: 14px;
  color: #8e8e8e;
}
.title>h6 {
  line-height: 20px;
  font-size: 14px;
  color: #8e8e8e;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
  }
  .title>div {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }
}

/* banner大图 */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-swiper {
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 31.4270834%;
}
.banner-swiper video {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  inset: 0;
  object-fit: cover;
}

/* 箭头 */
.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;
}

/* 服务项目 */
.service {
  padding: 45px 0;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  display: flex;
  flex-wrap: wrap;
}
.service-list>li {
  width: calc(25% - 30px);
  margin: 112px 15px 0 15px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #eee;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 20px 15px;
  padding-top: 0;
}
.service-list>li .service-icon {
  width: 100%;
  height: 144px;
  overflow: hidden;
  position: relative;
  margin-top: -72px;
}
.service-list>li>h1 {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 15px;
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
.service-list>li>dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.service-list>li>dl>dd {
  width: calc(100% / 3);
  padding: 5px 2px;
  line-height: 20px;
  font-size: 14px;
  color: #636363;
}
.service-list>li>dl>dd>a {
  padding-left: 10px;
  display: block;
  position: relative;
}
.service-list>li>dl>dd>a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #636363;
  position: absolute;
  left: 0;
  top: 8px;
}
.service-list>li>dl>dd>a:hover {
  text-decoration: underline;
  color: var(--color-hover);
}

@media (max-width: 1200px) {
  .service-list>li>dl>dd {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .service {
    padding: 30px 0;
  }
  .service-list>li {
    width: calc(calc(100% / 3) - 30px);
    margin-top: 90px;
  }
  .service-list>li:nth-child(7),
  .service-list>li:nth-child(8) {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .service {
    padding: 15px 0;
  }
  .service-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .service-list>li {
    width: calc(50% - 5px);
    margin: 35px 0 0 0;
    border-radius: 10px;
    padding: 10px;
    padding-top: 0;
  }
  .service-list>li .service-icon {
    height: 50px;
    margin-top: -25px;
  }
  .service-list>li>h1 {
    margin-top: 5px;
    line-height: 24px;
  }
  .service-list>li:nth-child(7),
  .service-list>li:nth-child(8) {
    width: calc(50% - 5px);
  }
  .service-list>li>dl>dd {
    padding: 2px;
    line-height: 16px;
    font-size: 12px;
  }
}

/* 关于我们 */
.about {
  background-color: #f4f4f4;
  padding: 45px 0;
}
.about-text {
  display: block;
  overflow: hidden;
  margin-top: 35px;
  line-height: 35px;
  font-size: 16px;
  color: #333;
  min-height: 210px;
  text-align: center;
}
.about-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.about-list .swiper-slide{
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  cursor: pointer;
}
.about-list .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 57.14286%;
}
.about-list .swiper-slide>video {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  inset: 0;
  z-index: 2;
}

.about-tck{
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  inset: 0;
  z-index: 14;
}
.about-tck .about-tck-video{
  width: calc(100% - 40px);
  max-width: 1200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 5;
}
.about-tck .about-tck-video::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.about-tck .about-tck-video>video{
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}




/*.about-list>li {
  width: calc(calc(100% / 3) - 30px);
  margin: 0 15px 20px 15px;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}
.about-list>li::before {
  content: "";
  display: block;
  padding-top: 57.14286%;
}
.about-list>li>video {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  inset: 0;
  z-index: 2;
}*/

.more {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.more>a {
  line-height: 35px;
  padding-right: 60px;
  background: url(../images/more-icon.png) no-repeat right center;
  font-size: 16px;
  color: #333;
}
.more>a:hover {
  color: var(--color-hover);
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-text {
    margin-top: 20px;
  }
  .about-list>li::before {
    padding-top: 72.14286%;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .about-list>li {
    width: 100%;
    margin: 0 0 10px 0;
    border-radius: 10px;
  }
  .more {
    margin-top: 10px;
  }
  .more>a {
    line-height: 30px;
    padding-right: 40px;
    background: url(../images/more-icon.png) no-repeat right center;
    background-size: auto 100%;
    font-size: 14px;
  }
}

/* 案例展示 */
.case {
  padding: 50px 0;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-top: 40px;
}
.case-list>li {
  width: calc(25% - 40px);
  margin: 0 20px 30px 20px;
}
.case-list>li>a {
  display: block;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 7px;
  padding-bottom: 0;
}
.case-list>li>a .img::before {
  padding-top: 77.04918033%;
}
.case-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.case-list>li>a:hover {
  background-color: var(--color-hover);
}
.case-list>li>a:hover>h1 {
  color: #fff;
}

@media (max-width: 1400px) {}
@media (max-width: 1200px) {
  .case-list {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 30px;
  }
  .case-list>li {
    width: calc(25% - 30px);
    margin: 0 15px 30px 15px;
  }
}
@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .case-list {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: 20px;
  }
  .case-list>li {
    width: calc(25% - 20px);
    margin: 0 10px 20px 10px;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-list {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    justify-content: space-between;
  }
  .case-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .case-list>li>a {
    padding: 4px;
    padding-bottom: 0;
  }
  .case-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* 新闻动态 */
.news {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.news-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
}
.news-nav>li {
  width: 144px;
  margin: 7px;
  margin-top: 0;
}
.news-nav>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  padding: 0 10px;
  background-color: #c8c8c8;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
}
.news-nav>li>a:hover,
.news-nav>li.news-active>a {
  background-color: var(--color-hover);
  color: #fff;
}

.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.news-left {
  width: calc(50% - 15px);
}
.news-left>a {
  display: flex;
  flex-direction: column;
}
.news-left>a .img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-left>a .img::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.news-box {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
}
.news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .news-text {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  margin: 10px 0 20px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-box .news-time {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #999;
}

.news-right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.news-right>li {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.news-content a:hover .news-box {
  background-color: var(--color-hover);
}
.news-content a:hover .news-box>h1,
.news-content a:hover .news-box .news-text,
.news-content a:hover .news-box .news-time {
  color: #fff;
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-nav {
    margin-top: 20px;
  }
  .news-content {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-nav {
    margin-top: 10px;
  }
  .news-content {
    margin-top: 10px;
  }
  .news-nav>li {
    margin: 4px;
    margin-top: 0;
  }
  .news-nav>li>a {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .news-left {
    width: 100%;
  }
  .news-left>a {
    flex-direction: row;
  }
  .news-left>a .img {
    width: 40%;
  }
  .news-box {
    width: 60%;
    padding: 5px;
    padding-left: 15px;
  }
  .news-box .news-text {
    margin: 10px 0;
  }
  .news-right {
    width: 100%;
    margin-top: 10px;
  }
  .news-right>li .news-box {
    width: 100%;
    padding: 15px;
  }

}
/* END-首页样式 */

/* 关于我们 */
.nbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 400px;
}

.main {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  min-height: 500px;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 34px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.place-title>h1 {
  font-size: 14px;
  color: #8e8e8e;
  text-transform: uppercase;
}
.place-title>h1>span {
  float: left;
  font-size: 26px;
  color: #333;
  margin-right: 10px;
}
.place-title>div {
  padding: 0 10px;
  font-size: 14px;
  color: #8e8e8e;
}

.menu-list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  transition: initial;
  margin-top: 25px;
}
.menu-list>li {
  width: 144px;
  display: block;
  overflow: hidden;
  margin: 0 14px 4px 0;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 16px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f4f4f4;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: var(--color-hover);
  color: #fff;
}

.place-content {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: var(--color3);
}

.company img{
  display: block;
  max-width: 100%;
	height: auto; margin: 5px auto;
}

@media (max-width: 991px) {
  .nbanner {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .nbanner {
    height: 150px;
  }
  .main {
    padding: 0;
  }
  .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-hover);
  }
  .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;
    margin: 0;
  }
  .menu-list>li {
    width: 100%;
    margin: 3px 0 0 0;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }

  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 服务项目 */
.fw {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.fw-box {
  width: 100%;
  overflow: hidden;
}
.fw-box .fw-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fw-box .fw-title>h1 {
  position: relative;
  padding: 0 15px;
  line-height: 42px;
  font-size: 28px;
  color: #333;
  font-weight: bold;
}
.fw-box .fw-title>h1::before,
.fw-box .fw-title>h1::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.fw-box .fw-title>h1::after {
  left: initial;
  right: 0;
}
.fw-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 40px;
}
.fw-list>li {
  width: calc(25% - 20px);
  margin: 0 10px 20px 10px;
}
.fw-list>li>a {
  display: flex;
  align-items: center;
  padding: 16px 24px;
}
.fw-list>li>a .fw-icon {
  width: 84px;
  overflow: hidden;
  position: relative;
}
.fw-list>li>a .fw-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.fw-list>li>a>h1 {
  flex: 1;
  padding-left: 25px;
  line-height: 24px;
  font-size: 16px;
  color: #626262;
}
.fw-list>li>a>h1>span {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}
.fw-list>li>a:hover {
  background-color: #f1f1f1;
}

.fw-box:nth-child(1) .fw-title>h1::before,
.fw-box:nth-child(1) .fw-title>h1::after {
  background-color: #56c9b0;
}
.fw-box:nth-child(2) .fw-title>h1::before,
.fw-box:nth-child(2) .fw-title>h1::after {
  background-color: #fe8f7e;
}
.fw-box:nth-child(3) .fw-title>h1::before,
.fw-box:nth-child(3) .fw-title>h1::after {
  background-color: #ffa63e;
}
.fw-box:nth-child(4) .fw-title>h1::before,
.fw-box:nth-child(4) .fw-title>h1::after {
  background-color: #3cd1cd;
}
.fw-box:nth-child(5) .fw-title>h1::before,
.fw-box:nth-child(5) .fw-title>h1::after {
  background-color: #57b9ff;
}
.fw-box:nth-child(6) .fw-title>h1::before,
.fw-box:nth-child(6) .fw-title>h1::after {
  background-color: #ffbf29;
}
.fw-box:nth-child(7) .fw-title>h1::before,
.fw-box:nth-child(7) .fw-title>h1::after {
  background-color: #5cd844;
}

@media (max-width: 1200px) {
  .fw-list>li {
    width: calc(calc(100% / 3) - 20px);
  }
}
@media (max-width: 991px) {
  .fw-list>li>a {
    padding: 10px 15px;
  }
  .fw-list>li>a .fw-icon {
    width: 60px;
  }
  .fw-list>li>a>h1 {
    padding-left: 15px;
  }
  .fw-list>li>a>h1>span {
    line-height: 26px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fw {
    padding: 15px 0;
  }
  .fw-box .fw-title>h1 {
    padding: 0 10px;
    line-height: 30px;
    font-size: 20px;
  }
  .fw-list {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    justify-content: space-between;
  }
  .fw-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .fw-list>li>a {
    padding: 5px;
  }
  .fw-list>li>a .fw-icon {
    width: 40px;
  }
  .fw-list>li>a>h1 {
    padding-left: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .fw-list>li>a>h1>span {
    line-height: 24px;
    font-size: 16px;
  }
}
/* END-服务项目 */

/* 新闻动态 */
.info-list {
  display: block;
  overflow: hidden;
}
.info-list>li {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.info-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.info-list>li>a .info-img {
  width: 28%;
  overflow: hidden;
  position: relative;
}
.info-list>li>a .info-box {
  width: calc(72% - 10px);
  background-color: #f4f4f4;
  padding: 25px 35px 20px 20px;
}
.info-list>li>a .info-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list>li>a .info-box .info-text {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.info-list>li>a .info-box .info-time {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.info-list>li>a .info-box .info-more {
  margin-top: 30px;
  float: right;
  width: 105px;
  height: 32px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999;
}
.info-list>li>a:hover .info-box {
  background-color: var(--color-hover);
}
.info-list>li>a:hover .info-box>h1,
.info-list>li>a:hover .info-box .info-text,
.info-list>li>a:hover .info-box .info-time {
  color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.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: 16px;
  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: 767px) {
  .info-list>li {
    margin-bottom: 10px;
  }
  .info-list>li>a .info-img {
    width: 40%;
  }
  .info-list>li>a .info-box {
    width: calc(60% - 5px);
    padding: 10px;
    padding-left: 15px;
  }
  .info-list>li>a .info-box .info-text {
    margin-top: 0;
    height: 40px;
    line-height: 20px;
    font-size: 12px;
  }
  .info-list>li>a .info-box .info-time {
    margin-top: 5px;
    font-size: 12px;
  }
  .info-list>li>a .info-box .info-more {
    margin-top: 5px;
    width: 60px;
    height: 24px;
    font-size: 12px;
  }


  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻动态 */

/* 案例展示 */
.place-content .case-list {
  margin-top: 0;
}

@media (max-width: 991px) {
  .case-list>li {
    width: calc(calc(100% / 3) - 20px);
  }
}
@media (max-width: 767px) {
  .case-list>li {
    width: calc(50% - 5px);
  }
}

/* END-案例展示 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  background-color: var(--color-hover);
  padding: 30px
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none
}
@media (max-width:767px) {
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px
  }
  .contact-map {
    width: 100%;
    height: 300px
  }
}
/* END-联系我们 */