/* 导航 */

.nav-menu .nav-list a {
  font-size: 18px;
  color: #1E40AF;
  font-weight: 400;
}

.nav-logo span {
  font-size: 20px;
  color: #1E40AF;
  font-weight: 500;
}

.nav {
  max-width: 1260px;
  margin: 0 auto;
}


/* 导航栏固定 */
/* .nav {
    position: fixed;
    top: 0;
    height: 70px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} */

.headerNav {
  background-color: white;
  position: fixed;
  top: 0;
  padding: 10px 10px;
  height: 68px;
  box-shadow: rgba(0, 0, 0, .35) 0px 5px 15px;
  z-index: 999;


}


/* banner图 */
.banner img {
  width: 100%;
  margin-top: 68px;

  /*图片宽度*/
}

.slider img {
  width: 100%;
}

.pic img {
  width: 100%;
}

/* 最新会议 */
.list-item a {
  color: #4D4D4D;
}

.list-item a:hover {
  color: #1E40AF;

}

.list .list-time {
  color: #B3B3B3;
}

.box-title {
  background-color: #1E40AF;
  color: white;
  font-size: 18px;
}



/* 动态数字 */
.img-parallax::before {
  background: #1E40AF;
}

/* 推荐会议 */
.grid-team {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* box-shadow:2px 2px 5px #000; */
}

.grid-team .grid-content h4 {
  color: #1E40AF;
}

.paging {
  display: flex;
  justify-content: center;
  padding: 60px;
}

.paging a.paging-active {
  background: #1E40AF;
}



/* .shadow {
	position: relative;

	box-shadow: 0px 1px 4px rgba(0,0,0,0.3),
				0px 0px 20px rgba(0,0,0,0.1) inset;
}

.shadow::before,
.shadow::after {
   content:"";
   position:absolute;
   z-index:-1;
}

.shadow::before,
.shadow::after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
}

.shadow::before,
.shadow::after {
   content:"";
   position:absolute;
   z-index:-1;
   bottom:15px;
   left:10px;
   width:50%;
   height:20%;
   box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   transform:rotate(-3deg);
}

.shadow::after{
   right:10px;
   left:auto;
   transform:rotate(3deg);
 } */

.title-c {
  font-size: 28px;
  color: #1E40AF;
}

/* 客户logo背景及文字 */
.grid-team .kehu .grid-content {
  padding: 0px;
  text-align: center;

}

.grid-team .kehu .grid-content h4 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
  font-style: 16px;
  color: white;
  background-color: #1E40Afff;
}


.grid-team .kehu .grid-img {
  height: 6rem;
}

.box-title:not(.icon)::before {
  content: '';
  width: 17px;
  height: 17px;
  margin-right: 8px;
  border-radius: 50%;
  border: 3px solid var(--tpl);
  float: left;
  vertical-align: middle;
  margin-top: 14px;
  background-color: #fff;

}


.kehu img {
  width: 100%;
}

.footer {
  height: 200px;
  background-color: #1E40AF;
  color: white;
  font-size: 14px;
  line-height: 28px;
  padding-top: 35px;
  text-align: center;

}

.footer a {
  color: #fff
}

.tag {
  line-height: 24px;
  margin: 0;
}

@media screen and (max-width: 992px) {
  /* .bannerbox {
       width: 100%;
    } */

  .box {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {

  .footer {
    height: 200px;
  }

}

/* 手机端 */

@media (max-width: 768px) {
  .grid-content {
    padding: 0 !important;
  }

  .grid-team .kehu .grid-content h4 {
    line-height: 20px;
    font-style: 12px;
  }

  .grid-common .grid-content h4 {
    font-size: 16px !important;
    line-height: 12px !important;
    padding-top: 10px !important;
    margin: 10px !important;

  }

  .grid-common .grid-content h5 {
    font-size: 10px !important;
    line-height: 18px !important;
  }

  .box-content p {
    line-height: 28px;
  }


}

/* 手机端结束 */

.grid-common>.grid-content {
  padding: 15px 10px !important;
}

.grid-team .grid-img {
  height: 200px;

}

.news_list p {
  line-height: 28px;
  text-indent: 2em;
  text-align: justify;
}

.grid-common .grid-content h4 {
  font-size: 20px;
  color: #1E40AF;
  line-height: 20px;
  margin-top: 0.6667rem;

}

.grid-common .grid-content h5 {
  font-size: 16px;
  line-height: 28px;
  color: #1E40AF;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 3.6rem;
}

.w1260 {
  width: 1440px;
  margin: 0 auto;
}


.tab-menu {
  font-size: 18px;
  min-height: 50px;
  text-align: center;
  padding-top: 30px;
}

.tab-menu a.active {
  background: #1E40AF;
}

.tab-menu a {
  border-radius: 10px;
}

.tab-menu a:hover {
  background: #1E40AF;
}

.server_box {
  height: 200px;
  background-color: #1E40AF;

}

.server_box>.h4 {
  color: #fff !important;
}

.tubiao {
  padding-top: 50px;
}