.main-body {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: relative; }

.top-container {
    position: relative;
  /*height: 850px;*/
  overflow: hidden;
  width: 100%; }

.container-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#logo-box span {
  color: #ffffff; }

#nav-list .nav-item {
  color: #ffffff; }

#nav-list i {
  color: #ffffff; }

.news-box {
  margin: 30px auto 0; }
  .news-box .news-list .item {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e8ecf3;
    display: flex;
    flex-direction: column;
    margin-top: 30px; }
    .news-box .news-list .item .hover-img {
      width: 100%;
      height: 290px; }
    .news-box .news-list .item .news-title,
    .news-box .news-list .item .synopsis {
      font-size: 16px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      margin-top: 20px;
      padding: 0 10px; }
    .news-box .news-list .item .synopsis {
      color: #a1a5ab;
      font-size: 14px;
      margin-top: 10px;
      padding-bottom: 20px; }
  .news-box .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px; }

.title-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .title-box .blue-title,
  .title-box .white-title {
    color: #19448e;
    font-size: 30px;
    font-weight: bold; }
  .title-box img {
    width: 136px;
    height: 25px;
    margin-top: 10px; }
  .title-box .white-title {
    color: #ffffff; }

.blue-more,
.white-more {
  width: 146px;
  height: 39px;
  border: 1px solid #174086;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  justify-content: space-between; }
  .blue-more img,
  .white-more img {
    width: 26px;
    height: 4px; }
  .blue-more span,
  .white-more span {
    color: #174086;
    font-size: 14px; }
  .blue-more:hover,
  .white-more:hover {
    opacity: 0.7; }

.white-more {
  border-color: #ffffff; }
  .white-more span {
    color: #ffffff; }

.service {
  margin-top: 60px;
  padding-bottom: 60px;
  background-image: url(../../image/fuwuxm_bg.png);
  background-size: 100% 100%; }
  .service .title-box {
    padding-top: 60px; }
  .service .service-list {
    margin-top: 30px; }
  .service .item {
    display: flex;
    flex-direction: column; }
    .service .item:nth-child(even) {
      flex-direction: column-reverse; }
    .service .item:nth-child(even) .cover {
      margin-top: 30px; }
    .service .item:nth-child(even) .flex-box {
      margin-top: 60px; }
  .service .cover {
    width: 100%;
    height: 370px;
    overflow: hidden; }
  .service .flex-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px; }
    .service .flex-box .label {
      font-size: 24px;
      color: #ffffff;
      flex-shrink: 0; }
    .service .flex-box img {
      width: 54px;
      height: 14px; }
    .service .flex-box:hover {
      opacity: 0.8; }
  .service .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px; }

.skill {
  width: 100%;
  background-image: url(../../image/jineng_bg.png);
  background-size: 100% 100%; }
  .skill .title-box {
    padding-top: 60px; }
  .skill .skill-list {
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 60px; }
  .skill .left-item,
  .skill .right-item {
    height: 100%;
    display: flex;
    flex-direction: column; }
  .skill .cover {
    width: 100%;
    position: relative;
    margin-bottom: 10px; }
    .skill .cover img {
      width: 100%;
      height: 100%; }
    .skill .cover:last-child {
      margin-bottom: 0; }
    .skill .cover:hover .mask-title {
      height: 100%;
      display: flex;
      align-items: center;
      white-space: normal;
      line-height: inherit;
      justify-content: center;
      transition: all 0.5s; }
  .skill .left-item .cover:first-child {
    height: 395px; }
  .skill .left-item .cover:last-child {
    height: 215px;
    margin-bottom: 0;
    flex-shrink: 0; }
  .skill .middle-item .cover {
    height: 200px; }
  .skill .right-item .cover:first-child {
    height: 215px;
    flex-shrink: 0; }
  .skill .right-item .cover:last-child {
    height: 395px;
    margin-bottom: 0; }
  .skill .mask-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.5s; }

@media only screen and (max-width: 991px) {
  .right-item .cover {
    height: 250px !important; } }

.honor {
  width: 100%;
  background-image: url(../../image/rongyu_bg.png);
  background-size: 100% 100%; }
  .honor .title-box {
    padding-top: 40px; }
  .honor .honor-list {
    margin-top: 40px; }
  .honor .text {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px; }
  .honor .item {
    padding-bottom: 60px; }
    .honor .item .layui-row {
      display: flex;
      align-items: center; }
    .honor .item:first-child .cover {
      margin-top: 30px;
      height: 244px; }
      .honor .item:first-child .cover:nth-child(odd) {
        height: 206px; }
    .honor .item:last-child .cover {
      margin-top: 49px; }
      .honor .item:last-child .cover img {
        height: 206px; }

.team {
  width: 100%;
  background-image: url(../../image/tuandui_bg.png);
  background-size: 100% 100%;
  padding-bottom: 100px; }
  .team .title-box {
    padding-top: 100px; }
  .team .synopsis {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #222227; }
    .team .synopsis .text {
      width: 60%;
      text-align: center;
      background: #c7dbff;
      line-height: 24px;
      padding: 5px 30px; }
  .team .team-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 40px; }
    .team .team-list .item {
      width: 122px;
      margin-bottom: 30px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .team .team-list .item img {
        width: 100%;
        height: 176px; }
      .team .team-list .item .name {
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px; }
      .team .team-list .item .position {
        margin-top: 10px;
        height: 39px;
        background: rgba(23, 64, 134, 0.1);
        border: 1px solid rgba(23, 64, 134, 0.2);
        border-radius: 0px 6px 0px 6px;
        padding: 0 15px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #174086;
        font-size: 14px; }
  .team .condition {
    font-size: 14px;
    color: #222227;
    line-height: 24px; }

.contact .left-box,
.contact .right-box {
  background-image: url(../../image/blue.png);
  height: 160px;
  background-size: 100% 100%; }

.contact .right-box {
  background-image: url(../../image/yellow.png); }

.contact .left-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -40px; }
  .contact .left-box .logo {
    width: 114px;
    height: 123px;
    margin-right: 30px; }
  .contact .left-box .text {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff; }

.contact .right-box {
  display: flex;
  align-items: center;
  padding-left: 90px;
  margin-left: -40px; }
  .contact .right-box .icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0; }
  .contact .right-box .text {
    margin-left: 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold; }
    .contact .right-box .text .number {
      font-size: 22px;
      margin-top: 10px; }

#map {
  width: 100%;
  height: 500px; }
