.section-advantage {
  padding: 40px 0;
  background-color: #f6f6f6;
}
.section-advantage .section-advantage-container .section-advantage-list {
  display: flex;
  flex-wrap: wrap;
}
.section-advantage .section-advantage-container .section-advantage-list .list-item {
  width: 25%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 20px;
  border-right: 1px solid #ccc;
}
.section-advantage .section-advantage-container .section-advantage-list .list-item:last-child {
  border: 0;
}
.section-advantage .section-advantage-container .section-advantage-list .list-item .number {
  font-size: 48px;
  color: #666;
  line-height: 1;
}
.section-advantage .section-advantage-container .section-advantage-list .list-item .number:hover {
  color: #00549d;
}
.section-advantage .section-advantage-container .section-advantage-list .list-item .text {
  font-size: 16px;
  color: #999;
  margin-top: 20px;
}
.index-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0;
}
.index-title-container .index-title .title {
  font-size: 24px;
  color: #666;
}
.index-title-container .index-title .en-title {
  font-size: 14px;
  color: #999;
}
.index-title-container .index-title-nav {
  display: flex;
  align-items: center;
}
.index-title-container .index-title-nav a {
  margin-left: 30px;
  font-size: 14px;
  color: #000;
  padding: 0 15px;
}
.index-title-container .index-title-nav a:hover {
  color: #00549d;
}
.index-title-container .index-title-nav .active {
  color: #00549d;
}
.section-service {
  padding: 30px 0;
}
.section-service .section-service-container .service-list {
  display: flex;
  flex-wrap: wrap;
}
.section-service .section-service-container .service-list .list-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 15px;
  background-color: #fbfbfb;
  box-shadow: #eeeeee 0px 0px 2px 2px;
  border: 1px solid #eeeeee;
}
.section-service .section-service-container .service-list .list-item:hover {
  border-color: #00549d;
}
.section-service .section-service-container .service-list .list-item:nth-child(3n) {
  margin-right: 0;
}
.section-service .section-service-container .service-list .list-item .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.section-service .section-service-container .service-list .list-item .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
}
.section-service .section-service-container .service-list .list-item .item-img:hover::after {
  display: block;
}
.section-service .section-service-container .service-list .list-item .item-img:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.section-service .section-service-container .service-list .list-item .item-img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 35px;
  height: 35px;
  background-image: url('../images/search.png');
  background-size: cover;
  background-position: center;
  z-index: 1;
  display: none;
  transition: all 0.5s;
}
.section-service .section-service-container .service-list .list-item .item-img img {
  width: 100%;
  transition: all 0.5s;
}
.section-service .section-service-container .service-list .list-item .item-content .item-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.section-service .section-service-container .service-list .list-item .item-content .item-title:hover {
  color: #00549d;
}
.section-service .section-service-container .service-list .list-item .item-content .item-date {
  font-size: 12px;
  color: #ccc;
}
.section-service .section-service-container .service-list .list-item .item-content .item-intro {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 13px;
  color: #999;
  text-align: center;
}
.section-case {
  position: relative;
  padding-bottom: 30px;
}
.section-case:before {
  content: '';
  width: 100%;
  padding-bottom: 368px;
  position: absolute;
  top: -50px;
  left: 0;
  background-color: #365cad;
}
.section-case .section-case-container .index-title-container .index-title .title {
  color: #fff;
}
.section-case .section-case-container .index-title-container .index-title .en-title {
  color: #bbb;
}
.section-case .section-case-container .index-title-container .index-title-nav a {
  color: #bbb;
}
.section-case .section-case-container .index-title-container .index-title-nav a:hover {
  color: #fff;
}
.section-case .section-case-container .index-title-container .index-title-nav .active {
  color: #fff;
}
.section-case .section-case-container .section-case-box {
  display: flex;
  background-color: #fff;
  padding: 50px 50px 30px;
}
.section-case .section-case-container .section-case-box .about-left {
  width: 60%;
}
.section-case .section-case-container .section-case-box .about-left img {
  width: 100%;
}
.section-case .section-case-container .section-case-box .about-right {
  width: 40%;
  background-color: #f2f2f2;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
}
.section-case .section-case-container .section-case-box .about-right .about-title {
  font-size: 22px;
  color: #00549d;
  margin-bottom: 20px;
}
.section-case .section-case-container .section-case-box .about-right .about-intro {
  font-size: 18px;
  color: #434343;
  position: relative;
}
.section-case .section-case-container .section-case-box .about-right .about-intro::after {
  content: '';
  display: block;
  width: 60px;
  border: 1px solid #000000;
  position: absolute;
  bottom: -5px;
}
.section-case .section-case-container .section-case-box .about-right .about-right-text {
  font-size: 14px;
  color: #434343;
  margin: 20px 0;
}
.section-case .section-case-container .section-case-box .about-right .about-link {
  display: flex;
  margin-top: auto;
}
.section-case .section-case-container .section-case-box .about-right .about-link a {
  margin-right: 10px;
}
.section-case .section-case-container .partner {
  padding: 0 40px;
  width: 100%;
}
.section-case .section-case-container .partner .bd {
  width: 100%;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.section-case .section-case-container .partner .bd .tempWrap {
  width: 100% !important;
}
.section-case .section-case-container .partner .bd .picList {
  width: 100%;
  display: flex;
  align-items: center;
}
.section-case .section-case-container .partner .bd .picList li {
  width: 186px;
}
.section-case .section-case-container .partner .bd .picList li img {
  width: 100%;
}
.section-news {
  background-color: #f2f2f2;
  padding: 20px 0;
}
.section-news .section-news-container .section-news-box {
  display: flex;
}
.section-news .section-news-container .section-news-box .index-news {
  display: flex;
  flex-direction: column;
  width: 40%;
  background-color: #fff;
  padding: 30px;
}
.section-news .section-news-container .section-news-box .index-news .item-img {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}
.section-news .section-news-container .section-news-box .index-news .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
}
.section-news .section-news-container .section-news-box .index-news .item-img:hover::after {
  display: block;
}
.section-news .section-news-container .section-news-box .index-news .item-img:hover::before {
  background-color: rgba(0, 0, 0, 0.3);
}
.section-news .section-news-container .section-news-box .index-news .item-img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 35px;
  height: 35px;
  background-image: url('../images/search.png');
  background-size: cover;
  background-position: center;
  z-index: 1;
  display: none;
  transition: all 0.5s;
}
.section-news .section-news-container .section-news-box .index-news .item-img img {
  width: 100%;
  transition: all 0.5s;
}
.section-news .section-news-container .section-news-box .index-news .item-content .item-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.section-news .section-news-container .section-news-box .index-news .item-content .item-title:hover {
  color: #00549d;
}
.section-news .section-news-container .section-news-box .index-news .item-content .item-date {
  font-size: 12px;
  color: #929292;
}
.section-news .section-news-container .section-news-box .index-news .item-content .item-intro {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 13px;
  color: #999;
}
.section-news .section-news-container .section-news-box .news-list {
  flex: 1;
  margin-left: 30px;
  background-color: #fff;
  padding: 30px;
}
.section-news .section-news-container .section-news-box .news-list .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.section-news .section-news-container .section-news-box .news-list .list-item:last-child {
  margin-bottom: 0;
}
.section-news .section-news-container .section-news-box .news-list .list-item .item-date {
  display: flex;
  flex-direction: column;
  width: 60px;
}
.section-news .section-news-container .section-news-box .news-list .list-item .item-date span:nth-child(1) {
  color: #194b8a;
  font-size: 36px;
  font-weight: bold;
}
.section-news .section-news-container .section-news-box .news-list .list-item .item-date span:nth-child(2) {
  font-size: 12px;
  color: #194b8a;
}
.section-news .section-news-container .section-news-box .news-list .list-item .item-content {
  flex: 1;
  margin-left: 20px;
  min-width: 0;
}
.section-news .section-news-container .section-news-box .news-list .list-item .item-content .item-title {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 15px;
}
.section-news .section-news-container .section-news-box .news-list .list-item .item-content .item-title:hover {
  color: #00549d;
}
.section-news .section-news-container .section-news-box .news-list .list-item .item-content .item-intro {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
  color: #999;
}
.section-about {
  padding: 30px 0 80px;
}
.section-about .section-about-container .section-about-box {
  display: flex;
}
.section-about .section-about-container .section-about-box .about-left {
  width: 60%;
}
.section-about .section-about-container .section-about-box .about-left img {
  width: 100%;
}
.section-about .section-about-container .section-about-box .about-right {
  width: 40%;
  padding: 30px;
  background-size: cover;
}
.section-about .section-about-container .section-about-box .about-right .about-title-img {
  display: flex;
  justify-content: flex-end;
}
.section-about .section-about-container .section-about-box .about-right .about-title {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.section-about .section-about-container .section-about-box .about-right .about-en-title {
  position: relative;
  font-size: 12px;
  color: #fff;
  margin-bottom: 30px;
}
.section-about .section-about-container .section-about-box .about-right .about-en-title::after {
  content: '';
  display: block;
  width: 30px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.section-about .section-about-container .section-about-box .about-right .about-right-text {
  font-size: 14px;
  color: #fff;
}
.section-about .section-about-container .section-about-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #999;
  padding: 15px 0;
}
.section-about .section-about-container .section-about-list .list-item {
  display: flex;
  align-items: center;
  width: 25%;
}
.section-about .section-about-container .section-about-list .list-item .item-content .item-title {
  font-size: 20px;
  color: #434343;
  font-weight: bold;
  margin-bottom: 8px;
}
.section-about .section-about-container .section-about-list .list-item .item-content .item-intro {
  font-size: 14px;
  color: #999;
}
@media (max-width: 990px) {
  .section-advantage {
    padding: 40px 0;
    background-color: #f6f6f6;
  }
  .section-advantage .section-advantage-container .section-advantage-list {
    display: flex;
    flex-wrap: wrap;
  }
  .section-advantage .section-advantage-container .section-advantage-list .list-item {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
    border-right: 1px solid #ccc;
  }
  .section-advantage .section-advantage-container .section-advantage-list .list-item:nth-child(2n) {
    border: 0;
  }
  .section-advantage .section-advantage-container .section-advantage-list .list-item .number {
    font-size: 36px;
    color: #666;
    line-height: 1;
  }
  .section-advantage .section-advantage-container .section-advantage-list .list-item .number:hover {
    color: #00549d;
  }
  .section-advantage .section-advantage-container .section-advantage-list .list-item .text {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
  }
  .index-title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
    flex-direction: column;
  }
  .index-title-container .index-title .title {
    font-size: 24px;
    color: #666;
  }
  .index-title-container .index-title .en-title {
    display: none;
  }
  .index-title-container .index-title-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .index-title-container .index-title-nav a {
    margin: 5px 10px;
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    border: 1px solid #00549d;
    border-radius: 4px;
    color: #00549d;
  }
  .index-title-container .index-title-nav .active {
    color: #00549d;
  }
  .section-service {
    padding: 30px 0;
  }
  .section-service .section-service-container .service-list {
    display: flex;
    flex-wrap: wrap;
  }
  .section-service .section-service-container .service-list .list-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 15px;
    background-color: #fbfbfb;
    box-shadow: #eeeeee 0px 0px 2px 2px;
    border: 1px solid #eeeeee;
  }
  .section-service .section-service-container .service-list .list-item:hover {
    border-color: #00549d;
  }
  .section-service .section-service-container .service-list .list-item:nth-child(3n) {
    margin-right: 2%;
  }
  .section-service .section-service-container .service-list .list-item:nth-child(2n + 1) {
    margin-right: 0;
  }
  .section-service .section-service-container .service-list .list-item .item-img {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .section-service .section-service-container .service-list .list-item .item-img::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s;
  }
  .section-service .section-service-container .service-list .list-item .item-img:hover::after {
    display: block;
  }
  .section-service .section-service-container .service-list .list-item .item-img:hover::before {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .section-service .section-service-container .service-list .list-item .item-img::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 35px;
    height: 35px;
    background-image: url('../images/search.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: none;
    transition: all 0.5s;
  }
  .section-service .section-service-container .service-list .list-item .item-img img {
    width: 100%;
    transition: all 0.5s;
  }
  .section-service .section-service-container .service-list .list-item .item-content .item-title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-align: center;
  }
  .section-service .section-service-container .service-list .list-item .item-content .item-title:hover {
    color: #00549d;
  }
  .section-service .section-service-container .service-list .list-item .item-content .item-date {
    font-size: 12px;
    color: #ccc;
  }
  .section-service .section-service-container .service-list .list-item .item-content .item-intro {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #999;
    text-align: center;
  }
  .section-case {
    position: relative;
    padding-bottom: 30px;
  }
  .section-case:before {
    content: '';
    width: 100%;
    padding-bottom: 368px;
    position: absolute;
    top: -50px;
    left: 0;
    background-color: #365cad;
  }
  .section-case .section-case-container .section-case-box {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 15px;
  }
  .section-case .section-case-container .section-case-box .about-left {
    width: 100%;
  }
  .section-case .section-case-container .section-case-box .about-left img {
    width: 100%;
  }
  .section-case .section-case-container .section-case-box .about-right {
    width: 100%;
  }
  .section-case .section-case-container .partner {
    padding: 0 40px;
    width: 100%;
  }
  .section-case .section-case-container .partner .bd {
    width: 100%;
    border: 1px solid #eeeeee;
    overflow: hidden;
  }
  .section-case .section-case-container .partner .bd .tempWrap {
    width: 100% !important;
  }
  .section-case .section-case-container .partner .bd .picList {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .section-case .section-case-container .partner .bd .picList li {
    width: 186px;
  }
  .section-case .section-case-container .partner .bd .picList li img {
    width: 100%;
  }
  .section-news {
    background-color: #f2f2f2;
    padding: 20px 0;
  }
  .section-news .section-news-container .section-news-box {
    display: flex;
    flex-direction: column;
  }
  .section-news .section-news-container .section-news-box .index-news {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    padding: 30px;
  }
  .section-news .section-news-container .section-news-box .news-list {
    flex: 1;
    margin-top: 20px;
    margin-left: 0px;
    background-color: #fff;
    padding: 30px;
  }
  .section-about {
    padding: 30px 0 80px;
  }
  .section-about .section-about-container .section-about-box {
    display: flex;
    flex-direction: column;
  }
  .section-about .section-about-container .section-about-box .about-left {
    width: 100%;
  }
  .section-about .section-about-container .section-about-box .about-left img {
    width: 100%;
  }
  .section-about .section-about-container .section-about-box .about-right {
    width: 100%;
    padding: 30px;
    background-size: cover;
  }
  .section-about .section-about-container .section-about-box .about-right .about-title-img {
    display: flex;
    justify-content: flex-end;
  }
  .section-about .section-about-container .section-about-box .about-right .about-title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
  }
  .section-about .section-about-container .section-about-box .about-right .about-en-title {
    position: relative;
    font-size: 12px;
    color: #fff;
    margin-bottom: 30px;
  }
  .section-about .section-about-container .section-about-box .about-right .about-en-title::after {
    content: '';
    display: block;
    width: 30px;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
  }
  .section-about .section-about-container .section-about-box .about-right .about-right-text {
    font-size: 14px;
    color: #fff;
  }
  .section-about .section-about-container .section-about-list {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #999;
    padding: 15px 0;
  }
  .section-about .section-about-container .section-about-list .list-item {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .section-about .section-about-container .section-about-list .list-item .item-content .item-title {
    font-size: 20px;
    color: #434343;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .section-about .section-about-container .section-about-list .list-item .item-content .item-intro {
    font-size: 16px;
    color: #999;
  }
}
