.inner-banner {
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-banner .cont {
  padding-left: 213px;
}

.inner-banner .cont .text {
  display: inline-block;
  text-align: center;
}

.inner-banner .cont .text .en {
  color: #ffffff;
  font-size: 30px;
  padding: 0 15px;
  text-transform: uppercase;
  line-height: 1;
}

.inner-banner .cont .text .line {
  width: 100%;
  height: 1px;
  margin: 12px 0;
  background-color: rgba(255, 255, 255, 0.18);
}

.inner-banner .cont .text h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
}

.content-container {
  padding: 25px 0;
}

.content-container .crumb {
  line-height: 50px;
  padding: 0 14px;
  background-color: #e8e8e8;
  margin-bottom: 32px;
}

.content-container .crumb p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333333;
  font-size: 14px;
}

.content-container .crumb p a {
  color: #333333;
  margin: 0 4px;
}

.content-container .crumb p .iconfont {
  color: #161616;
  font-size: 24px;
  margin-right: 9px;
}

.content-container .content-nav {
  margin-bottom: 32px;
}

.content-container .content-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-container .content-nav ul li {
  background-color: #154a93;
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  width:147px;
}

.content-container .content-nav ul li:last-child {
  margin-right: 0;
}

.content-container .content-nav ul li::before {
  content: "";
  top: 0;
  position: absolute;
  background-color: #d90606;
  height: 100%;
  width: 0;
  right: 0;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .content-nav ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  position: relative;
  padding: 0.5em 1em;
}

.content-container .content-nav ul li.active::before,
.content-container .content-nav ul li:hover::before {
  width: 100%;
  left: 0;
}

.content-container .left-bar {
  width: 271px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content-container .left-bar .left-title {
  background-color: #154a93;
  padding: 16px 24px;
  position: relative;
}

.content-container .left-bar .left-title::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
}

.content-container .left-bar .left-title .en {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.content-container .left-bar .left-title h2 {
  color: #fff;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-top: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

.content-container .left-bar .left-title h2 .line {
  width: 60px;
  height: 2px;
  margin-left: 10px;
  background-color: #fff;
}

.content-container .left-bar .left-nav ul {
  padding: 21px;
  background-color: #f7f7f7;
}

.content-container .left-bar .left-nav ul li {
  line-height: 47px;
  border-bottom: 1px solid #dddddd;
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-container .left-bar .left-nav ul li .iconfont {
  font-size: 14px;
  color: #154a93;
}

.content-container .left-bar .left-nav ul li a {
  color: #154a93;
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  -ms-transition: all 0.33s linear;
  -webkit-transition: all 0.33s linear;
  -moz-transition: all 0.33s linear;
}

.content-container .left-bar .left-nav ul li:last-child {
  border: none;
}

.content-container .left-bar .left-nav ul li.active a,
.content-container .left-bar .left-nav ul li:hover a {
  font-weight: bold;
}

.content-container .left-bar .left-contact {
  margin-top: 14px;
}

.content-container .left-bar .left-contact .contact {
  background-color: #f7f7f7;
  padding: 20px 16px;
}

.content-container .left-bar .left-contact .contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  line-height: 36px;
  word-break: break-all;
}

.content-container .left-bar .left-contact .contact p .iconfont {
  font-size: 20px;
  color: #bcbcbc;
  margin-right: 8px;
}

.content-container .left-bar .left-contact .contact p span {
  color: #d90606;
  font-size: 20px;
  font-weight: bold;
}

.content-container .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 36px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-container .paging a {
  width: 32px;
  height: 32px;
  color: #4f4f4f;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  margin: 0 6px;
}

.content-container .paging a .iconfont {
  font-size: 28px;
}

.content-container .paging .num {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.content-container .paging .num:nth-of-type(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.content-container .paging .num:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.content-container .paging .num:nth-of-type(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.content-container .paging .num:nth-of-type(4) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.content-container .paging .num:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.content-container .paging .num:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.content-container .paging .num:nth-of-type(7) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.content-container .paging .num:nth-of-type(8) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.content-container .paging .active {
  background-color: #154a93;
  color: #fff;
}

.content-container .paging .prev {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.content-container .paging .next {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.content-container .right-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 28px;
}

.content-container .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-container .service-list .right-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-container .service-list .right-list ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 44px;
}

.content-container .service-list .right-list ul li .pic {
  display: block;
  width: 100%;
  height: 192px;
  overflow: hidden;
}

.content-container .service-list .right-list ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .service-list .right-list ul li .info {
  text-align: center;
  position: relative;
  padding-top: 18px;
}

.content-container .service-list .right-list ul li .info .tit {
  color: #010101;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .service-list .right-list ul li .info .desc {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 8px;
}

.content-container .service-list .right-list ul li .info .more {
  color: #fff;
  font-size: 14px;
  background-color: #154a93;
  line-height: 1;
  display: inline-block;
  padding: 1em 2em;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .service-list .right-list ul li .info::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  bottom: 21px;
  z-index: -1;
}

.content-container .service-list .right-list ul li:nth-child(3n) {
  margin-right: 0;
}

.content-container .service-list .right-list ul li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-container .service-list .right-list ul li:hover .info .tit {
  color: #154a93;
  font-weight: bold;
}

.content-container .service-list .right-list ul li:hover .info .more {
  background-color: #d90606;
}

.content-container .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-container .news-list .right-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2.5;
}

.content-container .news-list .right-list ul li .iconfont {
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .news-list .right-list ul li a {
  font-size: 14px;
  color: #333333;
  margin-left: 1em;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .news-list .right-list ul li span {
  margin-left: auto;
  color: #333333;
  font-size: 14px;
}

.content-container .news-list .right-list ul li:hover .iconfont {
  color: #154a93;
}

.content-container .news-list .right-list ul li:hover a {
  color: #154a93;
  font-weight: bold;
}

.content-container .case-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}

.content-container .case-list ul li .pic {
  width: 352px;
  height: 218px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content-container .case-list ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .case-list ul li .info {
  margin: 0 26px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.content-container .case-list ul li .info .tit {
  color: #d90606;
  font-size: 20px;
}

.content-container .case-list ul li .info .desc {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px;
}

.content-container .case-list ul li .date {
  width: 144px;
  height: 144px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .case-list ul li .date p {
  color: #666666;
  font-size: 60px;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .case-list ul li .date span {
  color: #666666;
  font-size: 18px;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .case-list ul li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-container .case-list ul li:hover .date {
  background-color: #154a93;
}

.content-container .case-list ul li:hover .date p {
  color: #fff;
}

.content-container .case-list ul li:hover .date span {
  color: #fff;
}

.content-container .content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-container .content-title h2 {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

.content-container .content-title .en {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
}

.content-container .content-title .line {
  width: 32px;
  height: 4px;
  margin-top: 16px;
  background-color: #d90606;
}

.content-container .page-list .content-detail {
  margin-top: 14px;
  color: #333333;
  line-height: 2;
}

.content-container .page-list .date {
  color: #666;
  font-size: 14px;
  line-height: 1;
  margin: 1em 0;
  text-align: center;
}

.content-container .page-list .photo {
  text-align: center;
}

.content-container .page-list .photo img {
  max-width: 100%;
}

.content-container .page-list .pager {
  margin: 20px 0;
}

.content-container .page-list .pager p {
  color: #666;
  font-size: 14px;
  line-height: 2;
}

.content-container .honor-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-container .honor-list ul li {
  width: 23.5%;
  margin-right: 2%;
}

.content-container .honor-list ul li .pic {
  display: block;
  width: 100%;
  height: 380px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
}

.content-container .honor-list ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .honor-list ul li .tit {
  color: #333333;
  font-size: 16px;
  display: block;
  line-height: 2.5;
  text-align: center;
  -webkit-transition: all 0.33s linear;
  -o-transition: all 0.33s linear;
  transition: all 0.33s linear;
}

.content-container .honor-list ul li:nth-child(4n) {
  margin-right: 0;
}

.content-container .honor-list ul li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-container .honor-list ul li:hover .tit {
  color: #d90606;
}