/* 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";

/* main */
/* 海量案例 */
.case {
  width: 100%;
  overflow: hidden;
  padding: 15px 50px 50px 50px;
}
.title {
  display: block;
  overflow: hidden;
  text-align: center;
}
.title>h1 {
  line-height: 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.title>div {
  margin-top: 5px;
  line-height: 25px;
  font-size: 16px;
  color: #9e9e9e;
}
.case-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
}
.case-list>li {
  width: 33.333333%;
  float: left;
  padding: 0 18px;
  margin-bottom: 40px;
}
.case-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-list>li>a .case-left {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.case-list>li>a .case-left .case-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.case-list>li>a .case-left .case-img::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.case-list>li>a .case-left .case-hover {
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.55);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.case-list>li>a .case-left .case-hover>h2 {
  width: 100%;
  text-align: center;
  overflow: hidden;
  line-height: 40px;
  font-size: 20px;
  color: #333;
  font-weight: bold; margin-left:10%; margin-right:10%;
}
.case-list>li>a .case-left .case-hover>div {
  width: 100%;
  text-align: center;
  overflow: hidden;
  margin-top: 35px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.case-list>li>a .case-right {
  width: 50%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding-left: 40px;
}
.case-list>li>a .case-right .case-box {
  width: 100%;
  float: left;
}
.case-list>li>a .case-right .case-box>span {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  color: #ccc;
}
.case-list>li>a .case-right .case-box>h2 {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 40px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
}
.case-list>li>a .case-right .case-box>h2::after {
  content: "";
  width: 25px;
  height: 1px;
  display: block;
  background-color: #c8c8c8;
  margin: 20px 0;
}
.case-list>li>a .case-right .case-box>em {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.case-list>li>a .case-right .case-box .case-more {
  width: 0;
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: right;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
}
.case-list>li>a:hover .case-left .case-hover {
  height: 100%;
}
.case-list>li>a:hover .case-right .case-box .case-more {
  width: 100%;
}
.more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.more>a {
  width: 134px;
  float: left;
  height: 34px;
  line-height: 34px;
  background-color: #282828;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.more>a:hover {
  background-color: #ff4d4d;
}

@media (max-width: 1400px) {
  .case {
    padding: 15px 25px 40px 25px;
  }
  .case-list>li {
    padding: 0 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .case {
    padding: 15px;
  }
  .case-list>li {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .case-list>li>a .case-right {
    padding-left: 20px;
  }
  .case-list>li>a .case-left .case-hover>h2 {
    line-height: 30px;
    font-size: 18px;
  }
  .case-list>li>a .case-left .case-hover>div {
    margin-top: 10px;
  }
  .case-list>li>a .case-right .case-box>h2 {
    line-height: 30px;
    font-size: 20px;
  }
  .case-list>li>a .case-right .case-box>h2::after {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .title>div {
    margin-top: 0;
    line-height: 20px;
    font-size: 14px;
  }
  .case-list {
    margin-top: 10px;
  }
  .case-list>li {
    width: 100%;
    margin-bottom: 15px;
  }
  .case-list>li>a .case-right {
    padding-left: 10px;
  }
  .case-list>li>a .case-right .case-box>span {
    line-height: 20px;
    font-size: 14px;
  }
  .case-list>li>a .case-right .case-box>h2 {
    line-height: 24px;
    font-size: 16px;
    margin-top: 5px;
  }
  .case-list>li>a .case-right .case-box>h2::after {
    margin: 5px 0;
  }
  .case-list>li>a .case-right .case-box>em {
    line-height: 20px;
    font-size: 14px;
  }
  .case-list>li>a .case-right .case-box .case-more {
    line-height: 16px;
    font-size: 20px;
    padding-bottom: 5px;
  }
  .more>a {
    width: 100px;
    height: 30px;
    line-height: 30px;
  }
}

/* 关于冠明 */
.about {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #e8e8e8;
}
.about-left {
  width: 34.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.about-right {
  width: 65.5%;
  float: left;
  background: url(../images/about-bj.jpg) no-repeat right center;
}
.about-box {
  width: 100%;
  float: left;
  max-width: 1000px;
  padding: 35px 110px 110px 60px;
}
.about-box .title {
  text-align: left;
}
.about-text {
  display: block;
  overflow: hidden;
  height: 280px;
  line-height: 28px;
  font-size: 14px;
  color: #333;
  margin-top: 45px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.about-box .more {
  justify-content: flex-start;
  margin-top: 15px;
}
.about-box .more>a {
  background-color: #ff4d4d;
}
.about-box .more>a:hover {
  background-color: #282828;
}

@media (max-width: 1400px) {
  .about-box {
    padding: 35px 80px 80px 60px;
  }
}
@media (max-width: 1200px) {
  .about-box {
    padding: 35px 50px 50px 50px;
  }
  .about-left {
    width: 45%;
  }
  .about-right {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .about-box {
    padding: 30px;
  }
  .about-left {
    width: 50%;
  }
  .about-right {
    width: 50%;
  }
  .about-text {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-right {
    width: 100%;
  }
  .about-box {
    padding: 15px;
  }
  .about-box .title {
    text-align: center;
  }
  .about-text {
    margin-top: 10px;
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .about-text>img {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 10px;
  }
}

/* 服务项目 */
.service {
  width: 100%;
  overflow: hidden;
  padding: 35px 70px 40px 70px;
}
.service-swiper {
  margin: 35px 0 40px 0;
}
.service-swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.service-swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 121.797753%;
}
.service-swiper .swiper-slide>a .service-hover {
  float: left;
  width: 156px;
  height: 156px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
}
.service-swiper .swiper-slide>a .service-hover>h2 {
  width: 100%;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.service-swiper .swiper-slide>a .service-hover>h2>span {
  color: #ff4d4d;
}
.service-swiper .swiper-slide>a .service-hover>div {
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  font-size: 20px;
  color: #333;
}

@media (max-width: 1200px) {
  .service {
    padding: 35px 40px 40px 40px;
  }
}
@media (max-width: 991px) {
  .service {
    padding: 30px;
  }
  .service-swiper {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  .service {
    padding: 15px;
  }
  .service-swiper {
    margin: 15px 0;
  }
  .service-swiper .swiper-slide>a .service-hover {
    width: 120px;
    height: 120px;
    padding: 15px;
  }
  .service-swiper .swiper-slide>a .service-hover>h2 {
    line-height: 30px;
    font-size: 16px;
  }
  .service-swiper .swiper-slide>a .service-hover>div {
    line-height: 20px;
    font-size: 14px;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  background: url(../images/news-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 35px 0 40px 0;
}
.news-content {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.news-left {
  width: 65%;
  float: left;
}
.news-title {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.news-list>li {
  width: calc(50% - 50px);
  float: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #8e8e8e;
  margin-bottom: 25px;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.news-list>li>a .news-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.news-list>li>a .news-img::before {
  content: "";
  display: block;
  padding-top: 50.12469%;
}
.news-list>li>a .news-box {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.news-list>li>a .news-box>h2 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 75px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.news-list>li>a .news-box .news-more {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.news-list>li>a:hover .news-img>img {
  transform: scale(1.1);
}
.news-list>li>a:hover .news-box>h2 {
  color: #ff4d4d;
}

.news-right {
  width: 31%;
  float: right;
}
.news-right>ul {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.news-right>ul>li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.news-right>ul>li>a {
  display: block;
  overflow: hidden;
}
.news-right>ul>li>a .news-number {
  width: 95px;
  height: 95px;
  border: 1px solid #333;
  border-radius: 10px;
  float: left;
  margin-right: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.news-right>ul>li>a .news-number>span {
  width: 100%;
  overflow: hidden;
  line-height: 40px;
  font-size: 55px;
}
.news-right>ul>li>a>h2 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right>ul>li>a .news-txt {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-right>ul>li>a:hover>h2 {
  color: #ff4d4d;
}

@media (max-width: 1200px) {
  .news-list>li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 991px) {
  .news-content {
    margin-top: 30px;
  }
  .news-list>li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-content {
    margin-top: 10px;
  }
  .news-left {
    width: 100%;
  }
  .news-title {
    line-height: 24px;
    font-size: 16px;
  }
  .news-list {
    margin-top: 10px;
  }
  .news-list>li {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-list>li>a .news-img {
    width: 30%;
    float: left;
  }
  .news-list>li>a .news-box {
    width: 70%;
    float: left;
    margin-top: 0;
    padding-left: 15px;
  }
  .news-list>li>a .news-box>h2 {
    line-height: 30px;
    font-size: 18px;
  }
  .news-list>li>a .news-box .news-text {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin: 5px 0;
  }
  .news-list>li>a .news-box .news-more {
    line-height: 20px;
    font-size: 12px;
  }
  .news-right {
    width: 100%;
    padding: 10px 0;
  }
  .news-right>ul {
    margin-top: 10px;
  }
  .news-right>ul>li {
    margin-bottom: 15px;
  }
  .news-right>ul>li>a .news-number {
    width: 85px;
    height: 85px;
    margin-right: 10px;
  }
  .news-right>ul>li>a .news-number>span {
    line-height: 30px;
    font-size: 30px;
  }
  .news-right>ul>li>a>h2 {
    line-height: 30px;
    font-size: 18px;
  }
  .news-right>ul>li>a .news-txt {
    margin-top: 5px;
  }
}

/* 合作伙伴 */
.partner {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
  background-color: #f0f0f0;
}
.partner-list {
  display: block;
  overflow: hidden;
  width: 1434px;
  margin-top: 55px
}
.partner-list>li {
  width: 205px;
  float: left;
  margin: 0 34px 40px 0;
}
.partner-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.partner-list>li>a::before {
  content: "";
  display: block;
  padding-top: 48.780488%;
}
.partner-list>li>a>img {
  filter: grayscale(100%)
}
.partner-list>li>a:hover>img {
  transform: scale(1.1);
  filter: grayscale(0)
}

@media (max-width: 1400px) {
  .partner-list {
    width: 102%;
    margin-top: 50px;
    margin-left: -1%;
  }
  .partner-list>li {
    width: 14.666666%;
    margin: 0 1% 40px 1%;
  }
}
@media (max-width: 1200px) {
  .partner {
    padding: 50px 0;
  }
  .partner-list>li {
    width: 18%;
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 991px) {
  .partner {
    padding: 30px 0;
  }
  .partner-list {
    margin-top: 30px;
  }
  .partner-list>li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 767px) {
  .partner {
    padding: 15px 0;
  }
  .partner-list {
    margin-top: 10px;
  }
  .partner-list>li {
    width: 31.333333%;
    margin: 0 1% 10px 1%;
  }
}
/* END-main */

/* 关于冠明 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 15px 0 50px 0;
}
.main .title {
  margin-bottom: 30px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  margin-top:20px;
}
.company img{ max-width:100% !important; height:auto !important;}

@media (max-width: 1200px) {
  .main {
    padding: 15px 0 40px 0;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 15px 0 30px 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menu-title {
    width: 100%;
    text-align: center;
    margin-left: 0;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #ff4d4d;
    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;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }
  .company {
    padding: 15px 0;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于冠明 */

/* 案例展示 */
.case-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 35px;
}
.case-nav>li {
  width: 12.5%;
  float: left;
  padding: 5px;
}
.case-nav>li>a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  background-color: #282828;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-nav>li>a:hover,
.case-nav>li.case-active>a {
  background-color: #ff4d4d;
}


.main .case-list {
  padding: 0 50px;
}

.case-details {
  display: flex;
  width: 100%;
  margin-top: 45px;
}
.case-swiper .swiper-slide>img {
  width: 100%;
  display: block;
  height: auto;
}
.case-swiper .swiper-slide>.case-details-title {
  display: block;
  overflow: hidden;
  margin-top: 35px;
  line-height: 30px;
  font-size: 20px;
  color: #ccc;
}
/*.case-swiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 75.92857143%;
}*/
.case-swiper .swiper-slide>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  margin-top: 10px;
  font-size: 20px;
  color: #333;
}
.case-swiper .swiper-slide>h1>span {
  float: left;
  font-size: 30px;
  font-weight: bold;
}
.case-swiper .swiper-slide>h1::after {
  content: "";
  width: 25px;
  height: 1px;
  background-color: #c8c8c8;
  display: block;
  overflow: hidden;
  margin: 15px 0 0 5px;
}
.case-content {
  width: 100%;
  display: flex;
  margin-top: 40px;
  position: relative;
}
.case-nav-swiper {
  width: 100%;
}
.case-nav-swiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 75.92857143%;
}
.case-nav-swiper .swiper-slide-thumb-active::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #ff4d4d;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.case-prev,
.case-next {
  font-size: 50px;
  color: #ccc;
  float: left;
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
.case-next {
  left: initial;
  right: -50px;
}
.case-prev:hover,
.case-next:hover {
  color: #ff4d4d;
}

@media (max-width: 14000px) {
  .main .case-list {
    padding: 15px 25px 40px 25px;
  }
  .main .case-list>li {
    padding: 0 10px;
    margin-bottom: 40px;
  }

  .case-prev,
  .case-next {
    left: 0;
  }
  .case-next {
    left: initial;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .case-nav>li {
    width: 16.666666%;
  }

  .main .case-list {
    padding: 15px;
  }
  .main .case-list>li {
    width: 50%;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .case-nav>li {
    width: 20%;
  }

  .main .case-list>li>a .case-right {
    padding-left: 20px;
  }
  .main .case-list>li>a .case-left .case-hover>h2 {
    line-height: 30px;
    font-size: 18px;
  }
  .main .case-list>li>a .case-left .case-hover>div {
    margin-top: 10px;
  }
  .main .case-list>li>a .case-right .case-box>h2 {
    line-height: 30px;
    font-size: 20px;
  }
  .main .case-list>li>a .case-right .case-box>h2::after {
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .case-nav {
    display: none;
    padding: 0 20px;
  }
  .case-nav>li {
    width: 100%;
    padding: 0;
    margin-top: 2px;
  }
  .case-nav>li>a {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;

  }

  .main .case-list {
    margin: 0;
  }
  .main .case-list>li {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }
  .main .case-list>li>a .case-right {
    padding-left: 10px;
  }
  .main .case-list>li>a .case-right .case-box>span {
    line-height: 20px;
    font-size: 14px;
  }
  .main .case-list>li>a .case-right .case-box>h2 {
    line-height: 24px;
    font-size: 16px;
    margin-top: 5px;
  }
  .main .case-list>li>a .case-right .case-box>h2::after {
    margin: 5px 0;
  }
  .main .case-list>li>a .case-right .case-box>em {
    line-height: 20px;
    font-size: 14px;
  }
  .main .case-list>li>a .case-right .case-box .case-more {
    line-height: 16px;
    font-size: 20px;
    padding-bottom: 5px;
  }

  .case-details {
    margin: 15px 0;
  }
  .case-swiper .swiper-slide>.case-details-title {
    margin-top: 10px;
    line-height: 20px;
    font-size: 16px;
  }
  .case-swiper .swiper-slide>h1 {
    line-height: 30px;
    font-size: 14px;
  }
  .case-swiper .swiper-slide>h1>span {
    font-size: 20px;
  }
  .case-swiper .swiper-slide>h1::after {
    margin: 5px 0;
  }
  .case-content {
    margin-top: 10px;
  }
}
/* END-案例展示 */

/* 服务项目 */
.service-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.service-list>li {
  width: 25%;
  float: left;
}
.service-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.service-list>li>a::before {
  content: "";
  display: block;
  padding-top: 121.797753%;
}
.service-list>li>a .service-hover {
  float: left;
  width: 156px;
  height: 156px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 25px;
}
.service-list>li>a .service-hover>h2 {
  width: 100%;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.service-list>li>a .service-hover>h2>span {
  color: #ff4d4d;
}
.service-list>li>a .service-hover>div {
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  font-size: 20px;
  color: #333;
}

@media (max-width: 767px) {
  .service-list {
    padding: 15px 0;
  }
  .service-list>li {
    width: 50%;
  }
}
/* END-服务项目 */

/* 新闻资讯 */
.info {
  width: 100%;
  overflow: hidden;
  margin-top:25px;
}
.info .news-list {
  margin: 0;
}
.info .news-list>li {
  width: calc(50% - 20px);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.info .news-list>li>a .news-img {
  width: 30%;
  float: left;
}
.info .news-list>li>a .news-box {
  width: 70%;
  float: left;
  margin-top: 0;
  padding-left: 20px;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 36px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.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 {
    padding: 15px 0;
  }
  .info .news-list>li {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻资讯 */

/* 合作伙伴 */
.main .partner-list {
  margin-top: 40px;
}
.main .partner-list>li>a {
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .main .partner-list {
    margin: 15px 0;
  }
}
/* END-合作伙伴 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.contact-text {
  width: 40%;
  float: left;
  background-color: #ff4d4d;
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  padding: 30px;
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {
  .contact {
    margin: 15px 0;
  }
  .contact-text {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */