@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  /* Project id 3851674 */
  src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrapper {
  max-width: calc(100vw - 520px);
  margin-left: auto;
  margin-right: auto;
}

.view-more {
  font-size: 14px;
  color: #202020;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.view-more.border, .view-more.border-white {
  border: #404040 1px solid;
  display: inline-flex;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 32px;
  box-sizing: border-box;
  justify-content: center;
  transition: all 0.3s;
}

.view-more.border:hover, .view-more.border-white:hover {
  padding: 10px 24px;
  border-color: #384787;
}

.view-more.border-white {
  border: #fff 1px solid;
  color: #fff;
}

.view-more.border-white:hover {
  color: #fff;
  border: #fff 1px solid;
}

.view-more span.iconfont {
  margin-top: 4px;
  transform: translateX(0px);
  transition: transform 0.3s;
  margin-left: 5px;
}

.view-more span.iconfont::before {
  content: '\eb30';
}

.view-more:hover {
  color: #384787;
}

.view-more:hover span.iconfont {
  transform: translateX(5px);
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 100px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.header.sub-header .inner {
  background-color: transparent;
}

.header.sub-header .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(166, 166, 166, 0.2);
  transition: border-color .3s;
}

.header.sub-header.on .inner {
  background-color: #384787;
}

.header.sub-header.on .inner::after {
  display: none;
}

.header.active {
  background-color: #384787;
}

.header.active #gnb::after {
  height: 63px;
}

.header .inner {
  height: inherit;
  padding: 0 100px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  background: #384787;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.header #gnb {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
  position: relative;
}

.header #gnb > li {
  position: relative;
  width: 100%;
  min-width: 140px;
  text-align: center;
}

.header #gnb > li > a {
  font-size: 18px;
  color: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  position: relative;
}

.header #gnb > li > a::before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #F8F8F8;
  content: "";
  transition: all 0.4s;
}

.header #gnb > li:hover > a, .header #gnb > li.active > a {
  opacity: 1;
  position: relative;
  font-size: 600;
}

.header #gnb > li:hover > a::before, .header #gnb > li.active > a::before {
  width: 100%;
  margin-left: -50%;
}

.header #gnb > li .depth {
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  z-index: 1;
  padding: 15px 5px;
  background: #F8F8F8;
  box-sizing: border-box;
}

.header #gnb > li .depth li:hover a {
  color: #384787;
}

.header #gnb > li .depth li a {
  display: block;
  position: relative;
  color: #202020;
  z-index: 5;
  font-size: 16px;
  height: 40px;
}

.navBg, .m-logo, #mMenu-btn {
  display: none;
}

.banner-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 100px;
  box-sizing: border-box;
}

.banner-swiper .item {
  width: 100%;
}

.banner-swiper .item .pic {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 680px;
}

.banner-swiper .item .pic:after {
  content: "";
  display: block;
  padding-bottom: 45%;
}

.banner-swiper .item .pic .pic-mobile {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  opacity: 0;
}

.banner-swiper .item .text-cont {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 5;
  transform: translateY(-50%);
}

.banner-swiper .item .text-cont .inner {
  margin: 0 260px;
  position: relative;
  font-family: FZZhengHeiS-B-GB;
}

.banner-swiper .item .text-cont .inner .title {
  font-size: 55px;
  line-height: 1.2;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-property: opacity, transform;
  transition-delay: 0.5s;
  transition-duration: 0.6s;
  color: #202020;
  padding-bottom: 24px;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateX(-100px);
  transition-timing-function: ease-out;
  position: relative;
}

.banner-swiper .item .text-cont .inner .title::after {
  content: '';
  width: 36px;
  height: 1px;
  background-color: #404040;
  display: inline-block;
  left: 0;
  position: absolute;
  bottom: 0;
}

.banner-swiper .item .text-cont .inner .sub-title {
  margin-right: 5px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  transition-property: opacity, transform;
  transition-delay: 0.8s;
  transition-duration: 0.6s;
  opacity: 0;
  transform: translateX(-100px);
  transition-timing-function: ease-ou;
}

.banner-swiper .banner-pagination {
  position: absolute;
  bottom: 20%;
  left: 260px;
  z-index: 50;
  overflow: hidden;
}

.banner-swiper .swiper-pagination-bullet {
  margin-right: 12px;
  float: left;
  display: block;
  width: auto;
  height: auto;
  background-color: transparent;
}

.banner-swiper .banner-pagination-text {
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  opacity: 1;
  float: left;
  margin-right: 0;
}

.banner-swiper .banner-pagination-keyword {
  margin-left: 0px;
  font-weight: 500;
}

.banner-swiper .banner-PressBar {
  width: 0px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.75);
  display: block;
  float: left;
  margin-top: 9px;
  overflow: hidden;
  position: relative;
  transition-property: width;
  transition-duration: 0.2s;
}

.banner-swiper .banner-PressBar:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #384787;
  transform: translateX(-100%);
}

.banner-swiper .swiper-pagination-bullet-active .banner-pagination-text {
  opacity: 1;
  margin-right: 10px;
}

.banner-swiper .swiper-pagination-bullet-active .banner-PressBar {
  width: 100px;
}

.banner-swiper .swiper-pagination-bullet-active .banner-PressBar:after {
  animation: slide-progress 5s linear forwards;
}

.banner-swiper .swiper-slide.swiper-slide-active .sub-title, .banner-swiper .swiper-slide.swiper-slide-active .title {
  opacity: 1 !important;
  transform: translateX(0px) !important;
}

.news-list li {
  padding: 32px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
}

.news-list li:hover .cover-img {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

.news-list li:hover .text-cont .tit {
  color: #fff;
}

.news-list li:hover .text-cont .view-more {
  color: #fff;
}

.news-list li .cover-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: center 70%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
}

.news-list li .cover-img::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(56, 71, 135, 0.95);
  z-index: 2;
  content: '';
}

.news-list li .text-cont {
  position: relative;
  z-index: 2;
}

.news-list li .text-cont .tit {
  font-size: 18px;
}

.news-list li .text-cont .time {
  font-size: 16px;
  color: #999999;
  margin-top: 20px;
  display: block;
}

.news-list li .text-cont .view-more {
  text-align: right;
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
}

.sm-title {
  font-size: 26px;
  font-weight: bold;
  height: 70px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #202020;
}

.sm-title .view-more {
  padding: 4px 16px;
  font-size: 14px;
}

.sm-title .view-more:hover {
  padding: 4px 18px;
}

.project-list {
  width: 100%;
}

.project-list li {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 16px 24px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 1px;
}

.project-list li:hover a {
  color: #384787;
}

.project-list li:hover a::before {
  background-color: #384787;
}

.project-list li a {
  font-size: 16px;
  color: #404040;
  position: relative;
}

.project-list li a::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #404040;
  display: inline-block;
  margin-right: 6px;
}

.background-box {
  background-color: #F8F8F8;
}

.flex-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 38px;
  padding-top: 25px;
  flex-flow: wrap;
}

.flex-box .news-section, .flex-box .project-section {
  width: calc((100% - 40px)/2);
  margin-top: 15px;
}

.about-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 0;
}

.about-section .about-cover {
  display: flex;
  width: 38%;
  justify-content: space-between;
  flex-shrink: 0;
}

.about-section .about-cover .pic1 {
  align-self: end;
  max-width: 320px;
}

.about-section .about-cover .pic1 img {
  max-width: 100%;
  display: block;
}

.about-section .about-cover .pic2 {
  max-width: 200px;
}

.about-section .about-cover .pic2 img {
  max-width: 100%;
  display: block;
}

.about-section .about-tex {
  width: 62%;
}

.about-section .about-tex .contxt {
  padding-left: 160px;
}

.about-section .about-tex .contxt h2 {
  font-size: 26px;
  color: #384787;
  margin-bottom: 24px;
}

.about-section .about-tex .contxt p {
  font-size: 16px;
  color: #404040;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.about-section .about-tex .view-more {
  margin-top: 40px;
  float: right;
}

.about-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.about-list li {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right;
}

.about-list li .num {
  font-size: 64px;
  font-family: Arial, Helvetica, sans-serif;
  color: #202020;
  border-bottom: #E5E5E5 1px solid;
}

.about-list li .num small {
  font-size: 16px;
}

.about-list li p {
  font-size: 16px;
  color: #626262;
  margin-top: 20px;
}

.about-list.about-honer-list {
  margin-top: 40px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}

.about-list.about-honer-list li {
  width: 25%;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
}

.about-list.about-honer-list li:last-child::after {
  display: none;
}

.about-list.about-honer-list li::after {
  content: '';
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  display: none;
}

.about-list.about-honer-list li:nth-of-type(n + 5) .icon {
  font-weight: 500;
}

.about-list.about-honer-list li .icon {
  width: 70px;
  height: 70px;
  font-family: iconfont;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #404040;
  margin-bottom: 20px;
}

.about-list.about-honer-list li .icon img {
  width: 100%;
}

.about-list.about-honer-list li .num {
  border: none;
  color: #fff;
  line-height: 1.2;
  font-size: 48px;
}

.about-list.about-honer-list li p {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.75);
}

.section-tit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.section-tit .name {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.section-tit .name .en {
  text-transform: uppercase;
  font-size: 40px;
}

.section-tit.white {
  color: #fff;
}

.case-section {
  background: url(../images/case-bg.png) no-repeat top;
  background-size: cover;
  padding: 60px 0;
}

.case-swiper {
  margin-top: 50px;
  overflow: hidden;
  margin-left: 260px;
}

.case-swiper .swiper-slide {
  position: relative;
}

.case-swiper .swiper-slide.swiper-slide-active .cover-pic::before {
  display: none;
}

.case-swiper .swiper-slide.swiper-slide-active .cover-pic .num {
  opacity: 1;
}

.case-swiper .swiper-slide .cover-pic {
  width: 100%;
  position: relative;
}

.case-swiper .swiper-slide .cover-pic img {
  width: 100%;
}

.case-swiper .swiper-slide .cover-pic::before {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.case-swiper .swiper-slide .cover-pic .num {
  font-size: 64px;
  opacity: 0.8;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}

.case-swiper .swiper-slide .text-cont {
  margin-top: 24px;
  color: #fff;
}

.case-swiper .swiper-slide .text-cont .name {
  font-size: 18px;
}

.case-swiper .swiper-slide .text-cont .spec {
  font-size: 16px;
  opacity: 0.8;
}

.case-swiper .case—ctrl {
  display: flex;
  align-items: center;
  max-width: 1400px;
  overflow: hidden;
  margin-top: 50px;
}

.case-swiper .case—ctrl-wrap {
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100px;
  margin-right: 40px;
  height: 12px;
}

.case-swiper .case—ctrl-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background-color: #dadada;
  transform: translate(-50%, -50%);
}

.case-swiper .case—ctrl .case-btn {
  cursor: pointer;
  transition: opacity .3s;
  color: #fff;
  background: none;
}

.case-swiper .case—ctrl .case-btn .iconfont {
  font-size: 20px;
}

.case-swiper .case—ctrl .case-btn.swiper-button-next, .case-swiper .case—ctrl .case-btn.swiper-button-prev {
  position: relative;
  top: 0;
  margin-top: 0;
  height: auto;
  width: auto;
}

.case-swiper .case—ctrl .swiper-scrollbar {
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
}

.case-swiper .case—ctrl .swiper-scrollbar .swiper-scrollbar-drag {
  top: 50%;
  height: 4px;
  margin-top: -2px;
  border-radius: 0;
  background-color: #222;
}

.case-swiper .case—ctrl .swiper-pagination {
  display: none;
  position: relative;
  width: 100%;
  text-align: center;
}

.case-swiper .swiper-pagination-bullet {
  margin: 0 5px;
}

.case-swiper .swiper-pagination-bullet-active {
  background-color: #1968b3;
}

.honor-section {
  width: 100%;
  padding: 60px 0;
  background: url(../images/case-bg.png) no-repeat top;
  background-size: cover;
}

.honor-section .title-box {
  width: 100%;
}

.honor-section .title-box .section-tit {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #fff;
}

.honor-section .honor-swiper {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

.honor-section .honor-swiper .swiper-slide .cover-pic {
  min-height: 440px;
  max-width: 440px;
  overflow: hidden;
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.honor-section .honor-swiper .swiper-slide .cover-pic img {
  max-width: 100%;
  display: block;
  height: 100%;
}

.honor-section .honor-swiper .swiper-slide .name {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.honor-section .honor-swiper .honor-btn {
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  cursor: pointer;
}

.honor-section .honor-swiper .honor-btn .iconfont {
  font-size: 20px;
  color: #fff;
}

.partner-section {
  background-color: #fff;
  position: relative;
}

.partner-section::before {
  display: none;
  background-color: #384787;
  width: calc((100% - 1400px) / 2 + 244px);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  height: inherit;
}

.partner-section .wrapper {
  height: inherit;
  padding: 60px 0;
}

.partner-section .title {
  position: relative;
  z-index: 2;
  color: #202020;
  font-size: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 244px;
  height: 100%;
  flex-shrink: 0;
}

.partner-section .title .en {
  font-size: 24px;
  text-transform: uppercase;
}

.partner-section .partner-swiper {
  width: 100%;
  flex: 1;
  overflow: hidden;
  margin-top: 50px;
}

.partner-section .partner-swiper .swiper-wrapper {
  flex-wrap: wrap;
}

.partner-section .partner-swiper .swiper-slide {
  width: calc((100% - 100px) / 6);
  height: 120px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 20px;
  border: #E5E5E5 1px solid;
}

.partner-section .partner-swiper .swiper-slide:nth-child(6n) {
  margin-right: 0;
}

.partner-section .partner-swiper .swiper-slide:hover {
  border: #384787 1px solid;
}

.partner-section .partner-swiper .swiper-slide:hover img {
  transform: scale(1.05);
}

.partner-section .partner-swiper .swiper-slide img {
  max-width: 100%;
  display: block;
  transition: all 0.5s;
}

.footer {
  background-color: #202020;
  padding: 40px 0;
}

.footer .wrapper {
  position: relative;
}

.footer .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer .tel-box {
  display: flex;
  position: absolute;
  bottom: 0px;
  right: 0;
}

.footer .tel-box .iconfont {
  width: 36px;
  height: 36px;
  background-color: #384787;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: lighter;
}

.footer .tel-box .txt {
  font-size: 17px;
  color: #fff;
  line-height: 20px;
}

.footer .tel-box .txt span {
  display: block;
  font-size: 12px;
  color: #999999;
  margin-top: -2px;
}

.footer .link {
  font-size: 14px;
  text-align: center;
  margin: 30px 0 10px  0;
}

.footer .link a {
  color: #999999;
  margin: 0 20px;
}

.footer .link a:hover {
  color: #fff;
}

.footer .copyright {
  text-align: center;
  font-size: 14px;
  color: #999999;
}

.sub-banner {
  height: 520px;
  position: relative;
}

.sub-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sub-banner .bg .bg-img {
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  animation: visualAnimation forwards linear 1s;
}

.sub-banner .inner {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 1440px;
  height: 100%;
  padding: 0 20px 185px;
  margin: 0 auto;
  z-index: 50;
  box-sizing: border-box;
}

.sub-banner .inner h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  margin-top: auto;
  color: #fff;
}

.sub-banner .inner h2 .en {
  text-transform: uppercase;
  font-size: 40px;
}

.sub-banner .sub-nav-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 50;
  border-bottom: #E5E5E5 1px solid;
}

.sub-banner .sub-nav-wrap.on {
  position: fixed;
  top: 100px;
  bottom: initial;
}

.sub-banner .sub-nav-wrap .sub-nav {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

.sub-banner .sub-nav-wrap .sub-nav .item:not(.home) {
  position: relative;
  width: 100%;
}

.sub-banner .sub-nav-wrap .sub-nav .item:not(.home) > .link {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
  font-size: 16px;
  color: #404040;
  transition: background-color .3s, box-shadow .3s;
}

.sub-banner .sub-nav-wrap .sub-nav .item:not(.home) > .link .iconfont {
  transform: rotate(90deg);
}

.sub-banner .sub-nav-wrap .sub-nav .home {
  display: none;
  flex-shrink: 0;
  width: 60px;
  overflow: hidden;
  background-color: #384787;
}

.sub-banner .sub-nav-wrap .menu-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.sub-banner .sub-nav-wrap .menu-list li {
  position: relative;
  width: 100%;
}

.sub-banner .sub-nav-wrap .menu-list li:last-child::after {
  display: none;
}

.sub-banner .sub-nav-wrap .menu-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  font-size: 16px;
  color: #202020;
  transition: color .3s, background-color .3s;
  z-index: 50;
  box-sizing: border-box;
}

.sub-banner .sub-nav-wrap .menu-list li a::before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #384787;
  content: "";
  transition: all 0.4s;
}

.sub-banner .sub-nav-wrap .menu-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #E5E5E5;
  transform: translateY(-50%);
  transition: background-color .3s;
  z-index: 5;
}

.sub-banner .sub-nav-wrap .menu-list li.active a, .sub-banner .sub-nav-wrap .menu-list li:hover a {
  color: #384787;
  font-weight: 600;
}

.sub-banner .sub-nav-wrap .menu-list li.active a::before, .sub-banner .sub-nav-wrap .menu-list li:hover a::before {
  width: 100%;
  width: calc(100% + 1px);
  margin-left: -50%;
}

.news-section-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 60px;
}

.news-section-list li {
  width: calc((100% - (40px * 2)) / 3);
  margin-right: 40px;
  margin-bottom: 60px;
  cursor: pointer;
}

.news-section-list li:nth-child(3n) {
  margin-right: 0;
}

.news-section-list li:hover .thumb img {
  transform: scale(1.07);
}

.news-section-list li:hover .txt-cont .tit {
  text-decoration: underline;
}

.news-section-list li > a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-section-list li .thumb {
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 60%;
}

.news-section-list li .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease 1.5s;
}

.news-section-list li .txt-cont .tag {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #384787;
  text-decoration: underline;
  margin-bottom: 10px;
}

.news-section-list li .txt-cont .tit {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 24px;
  color: #202020;
  height: 60px;
}

.news-section-list li .txt-cont .time {
  font-size: 14px;
  color: #999999;
}

.news-section-list li .txt-cont .mode {
  font-size: 16px;
  color: #626262;
}

.news-section-list li .txt-cont .mode span {
  color: #202020;
  margin-left: 6px;
}

.news-section-list.case-list li .thumb {
  padding-top: 55%;
}

.pages {
  margin-bottom: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.pages > a {
  display: block;
  width: 25px;
  height: 32px;
  font-size: 18px;
  border-bottom: 2px solid transparent;
  text-align: center;
  margin: 0 15px;
  line-height: 32px;
  color: #202020;
}

.pages > a.active, .pages > a:hover {
  color: #384787;
  border-color: #384787;
}

.news-header {
  margin-top: 40px;
}

.news-header h1 {
  font-size: 32px;
  text-align: center;
  color: #202020;
}

.news-header .view-box {
  border-top: #404040 1px solid;
  border-bottom: #E5E5E5 1px solid;
  padding: 12px 5px;
  margin-top: 40px;
  font-size: 15px;
}

.news-header .view-box .time {
  color: #404040;
}

.news-header .view-box .time::before {
  content: '\eb34';
  font-family: iconfont;
  margin-right: 3px;
  color: #404040;
}

.news-header .view-box .time span {
  color: #202020;
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
}

.news-header .view-box .time span::before {
  content: '';
  height: 12px;
  background-color: #404040;
  width: 2px;
  display: inline-block;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}

.single-page {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.8;
}

.single-page img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.relative-article {
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
}

.relative-article ul li {
  background-color: #F8F8F8;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 15px;
  color: #f8f8f8;
  position: relative;
  margin-bottom: 1px;
  text-align: left;
  box-sizing: border-box;
}

.relative-article ul li span {
  color: #999999;
  font-weight: 400;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.relative-article ul li a {
  height: 50px;
  line-height: 50px;
  margin-left: 75px;
  box-sizing: border-box;
  color: #202020;
}

.relative-article ul li a:hover {
  color: #384787;
  text-decoration: underline;
}

.relative-article .view-more {
  border-radius: 0;
  margin-top: 40px;
  width: 160px;
}

.relative-article .view-more .iconfont::before {
  content: '\eb3b';
}

.relative-article .view-more:hover {
  background-color: #384787;
  color: #fff;
}

.relative-article .view-more:hover .iconfont {
  transform: translateX(-5px);
}

.search-box {
  background-color: #F8F8F8;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 40px;
}

.search-box .select-input {
  width: 150px;
  height: 55px;
  margin-right: 5px;
  color: #bbb;
  box-sizing: border-box;
  color: #202020;
  position: relative;
}

.search-box .select-input select {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #E5E5E5;
}

.search-box .select-input::before {
  content: '\eb3f';
  font-family: iconfont;
  display: inline-block;
  position: absolute;
  right: 20px;
  z-index: 66;
  font-size: 22px;
  transform: translateY(-50%);
  top: 50%;
}

.search-box .text-input {
  width: 325px;
  height: 55px;
  padding: 0 15px 0 25px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}

.search-box .submit-btn {
  width: 90px;
  height: 55px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  border: none;
  background-color: #384787;
  transition: background-color .3s;
}

.search-box .inner {
  width: 100%;
  max-width: 610px;
  padding: 0 20px;
  display: flex;
}

.project-section-list {
  margin-bottom: 40px;
  margin-top: 1px;
}

.project-section-list li {
  position: relative;
  padding: 24px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: background 0.35s linear;
}

.project-section-list li::after {
  content: '';
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #E5E5E5;
}

.project-section-list li:hover {
  background-color: #F8F8F8;
}

.project-section-list li:hover .time-box {
  background-color: #384787;
  transform: translateX(24px);
  color: rgba(255, 255, 255, 0.75);
}

.project-section-list li:hover .time-box span {
  color: #fff;
}

.project-section-list li:hover .cont-box {
  transform: translateX(24px);
}

.project-section-list li:hover .cont-box .tit {
  color: #384787;
  text-decoration: underline;
}

.project-section-list li .time-box {
  background-color: #F8F8F8;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  color: #626262;
  flex-shrink: 0;
  transition: all 0.35s;
}

.project-section-list li .time-box span {
  font-size: 32px;
  color: #202020;
  font-weight: bold;
}

.project-section-list li .cont-box {
  padding: 0 30px;
  transition: all 0.35s;
}

.project-section-list li .cont-box .tit {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 24pxpx;
  color: #202020;
}

.project-section-list li .cont-box .decs {
  font-size: 14px;
  line-height: 1.6;
  width: 80%;
  margin-top: 15px;
  color: #404040;
}

.project-section-list li .down {
  font-size: 16px;
  color: #384787;
  text-decoration: underline;
  position: absolute;
  right: 30px;
}

.project-section-list li .down .iconfont::before {
  content: '\eb38';
}

.case-section-list {
  margin-bottom: 60px;
}

.case-section-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

.case-section-list li:nth-child(2n) {
  flex-flow: row-reverse;
}

.case-section-list li:hover .thumb img {
  transform: scale(1.07);
}

.case-section-list li .thumb {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding-top: 28%;
}

.case-section-list li .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease 1.5s;
}

.case-section-list li .info {
  width: calc(50% - 60px);
  box-sizing: border-box;
}

.case-section-list li .info .tit {
  font-size: 20px;
  font-weight: 700;
}

.case-section-list li .info .tit a {
  color: #202020;
}

.case-section-list li .info .tit a:hover {
  color: #384787;
  text-decoration: underline;
}

.case-section-list li .info .info-list {
  margin-top: 45px;
  border: 2px solid #E5E5E5;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}

.case-section-list li .info .info-list p {
  width: 50%;
  font-size: 16px;
  padding: 15px 0;
  color: #202020;
  font-weight: 600;
}

.case-section-list li .info .info-list p span {
  width: 100px;
  display: inline-block;
  color: #626262;
  font-weight: normal;
}

.talent-culture {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 60px;
}

.talent-culture li {
  width: calc((100% - (40px * 2)) / 3);
  position: relative;
  background-color: #fff;
}

.talent-culture li::before, .talent-culture li .item::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #384787;
  transition: all .3s ease-in-out;
}

.talent-culture li::after, .talent-culture li .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0;
  background-color: #384787;
  transition: all .3s ease-in-out;
}

.talent-culture li::before {
  top: 0;
}

.talent-culture li::after {
  left: 0;
}

.talent-culture li .item {
  position: relative;
  padding: 60px;
  box-sizing: border-box;
  width: 100%;
}

.talent-culture li .item::before {
  bottom: 0;
}

.talent-culture li .item::after {
  right: 0;
}

.talent-culture li .item .tit {
  position: relative;
  padding: 0px 0 24px 0;
  border-bottom: 1px solid #E5E5E5;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.talent-culture li .item .tit span {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  color: #404040;
}

.talent-culture li .item .tit::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #384787;
  transition: all .3s ease-in-out;
}

.talent-culture li .item .decs {
  font-size: 15px;
  color: #626262;
  line-height: 30px;
  letter-spacing: -0.025em;
  margin-top: 40px;
  text-align: center;
}

.talent-culture li:hover::before, .talent-culture li:hover .item::before {
  width: 100%;
}

.talent-culture li:hover::after, .talent-culture li:hover .item::after {
  height: 100%;
}

.talent-culture li:hover .tit::before {
  width: 100%;
}

.talent-seciton-list {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}

.talent-seciton-list li {
  margin-bottom: 1px;
}

.talent-seciton-list li .tit-area {
  display: block;
  position: relative;
  padding: 0 24px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  background-color: #F8F8F8;
  height: 60px;
  color: #202020;
}

.talent-seciton-list li .tit-area span.tit {
  flex: auto;
  position: relative;
  text-align: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.talent-seciton-list li .tit-area span.tit em {
  color: #384787;
  font-weight: bold;
}

.talent-seciton-list li .tit-area span.tit::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: '\eb3f';
  font-family: iconfont;
  font-size: 24px;
  color: #202020;
}

.talent-seciton-list li .tit-area.on {
  background-color: #384787;
}

.talent-seciton-list li .tit-area.on span.tit {
  color: rgba(255, 255, 255, 0.75);
}

.talent-seciton-list li .tit-area.on span.tit em {
  color: #fff;
}

.talent-seciton-list li .tit-area.on span.tit::after {
  color: #fff;
  content: '\eb40';
}

.talent-seciton-list li .cont {
  display: none;
  padding: 24px;
  line-height: 1.6;
  background-image: -webkit-linear-gradient(top, #F8F8F8, #fff);
}

.talent-seciton-list li .cont .inner {
  line-height: 24px;
}

.talent-seciton-list li .cont .inner .item {
  text-align: left;
  border-bottom: #E5E5E5 1px solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.talent-seciton-list li .cont .inner .item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.talent-seciton-list li .cont .inner .item .tit {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
}

.talent-seciton-list li .cont .inner .item p {
  font-size: 14px;
  color: #626262;
}

.sub-section-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0 40px 0;
}

.sub-section-title .en {
  text-transform: uppercase;
  font-size: 24px;
}

.contact-info {
  padding: 60px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.contact-info .name-box {
  height: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.contact-info .name-box .name {
  font-size: 26px;
  font-weight: 700;
}

.contact-info .name-box .name .en {
  display: block;
  font-size: 18px;
}

.contact-info .name-box .view-more.border {
  border-radius: 0 !important;
}

.contact-info .name-box .view-more.border .iconfont {
  transform: rotate(90deg);
}

.contact-info .adder-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contact-info .adder-list li {
  font-size: 16px;
  padding: 4px 0;
}

.contact-info .adder-list li span {
  padding-right: 10px;
  display: inline-flex;
  align-items: center;
  color: #384787;
  text-transform: uppercase;
}

.contact-info .adder-list li span em {
  font-size: 18px;
  margin-right: 3px;
}

.contact-info .adder-list li:last-child {
  width: 100%;
}

.contact-info .adder-list li .wechat-img {
  display: inline-block;
  vertical-align: text-top;
  width: 120px;
}

.contact-info .adder-list li .wechat-img img {
  display: block;
  max-width: 100%;
}

.contact-map {
  height: 300px;
  padding-bottom: 60px;
  border-bottom: #202020 2px solid;
}

.contact-map .map {
  width: 100%;
  height: 100%;
}

.contact-map .map .map-title {
  color: #384787;
  font-size: 16px;
}

.contact-map .map .map-content {
  color: #404040;
  font-weight: lighter;
  line-height: 18px;
  margin-top: 8px;
}

.contact-inquiry ul {
  border-top: 1px solid #E5E5E5;
}

.contact-inquiry ul li {
  display: flex;
  border-bottom: 1px solid #E5E5E5;
}

.contact-inquiry ul li .name {
  width: 240px;
  background-color: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-inquiry ul li .name label {
  font-size: 16px;
  color: #202020;
}

.contact-inquiry ul li .data {
  flex: 1;
  background-color: #fff;
  padding: 15px 15px 15px 30px;
  color: #626262;
  font-size: 15px;
  box-sizing: border-box;
}

.contact-inquiry ul li .data input[type="text"] {
  width: 388px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #E5E5E5;
  color: #202020;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 15px;
}

.contact-inquiry ul li .data input[type="text"].medium {
  width: 200px;
  margin-right: 10px;
}

.contact-inquiry ul li .data input[type="text"]::placeholder {
  color: #999999;
}

.contact-inquiry ul li .data input[type="text"]:focus {
  border-color: #404040;
}

.contact-inquiry ul li .data.radio {
  display: flex;
  flex-wrap: wrap;
}

.contact-inquiry ul li .data.radio .radio-item {
  display: flex;
  align-items: center;
  margin-right: 30px;
  min-width: 25%;
}

.contact-inquiry ul li .data.radio .radio-item label {
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  margin-left: 5px;
  font-size: 15px !important;
  color: #626262;
}

.contact-inquiry ul li .data textarea {
  width: 100%;
  color: #202020;
  resize: none;
  border: 1px solid #E5E5E5;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
}

.contact-inquiry .view-more.border {
  border-radius: 0;
  margin-left: 270px;
  margin-top: 40px;
  margin-bottom: 60px;
  min-width: 160px;
  background-color: #384787;
  color: #fff;
}

.about-profile {
  margin-bottom: 60px;
  position: relative;
  display: flex;
  justify-content: center;
}

.about-profile .about-img {
  width: 490px;
  flex-shrink: 0;
  margin-left: 40px;
}

.about-profile .about-img img {
  display: block;
  max-width: 100%;
}

.about-profile .contxt {
  font-size: 16px;
  color: #404040;
  line-height: 28px;
  overflow: hidden;
  margin: 0 auto;
  flex: 1;
}

.about-profile .contxt p {
  text-indent: 2em;
  margin-top: 15px;
  margin-bottom: 15px;
}

.about-profile .about-list li {
  text-align: center;
}

.about-profile .vision-section {
  overflow: visible;
  margin-top: 60px;
}

.about-profile .circleBox {
  position: relative;
}

.about-profile .circleBox .left-box, .about-profile .circleBox .right-box {
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: 250px;
  margin-top: -10px;
  transform: translateY(-50%);
  padding-right: 70px;
  font-size: 20px;
  color: #404040;
  font-weight: 500;
}

.about-profile .circleBox .left-box span, .about-profile .circleBox .right-box span {
  position: absolute;
  right: 0;
  top: -15px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  background-color: #384787;
  border-radius: 100%;
  text-align: center;
}

.about-profile .circleBox .left-box::before, .about-profile .circleBox .right-box::before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  right: -125px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  background-color: #384787;
  border-radius: 100%;
}

.about-profile .circleBox .left-box::after, .about-profile .circleBox .right-box::after {
  content: "";
  display: block;
  position: absolute;
  right: -121px;
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: #E5E5E5;
}

.about-profile .circleBox .right-box {
  right: auto;
  left: 50%;
  margin-right: 0;
  margin-left: 250px;
  padding-left: 70px;
  padding-right: 0;
}

.about-profile .circleBox .right-box::before {
  right: auto;
  left: -125px;
}

.about-profile .circleBox .right-box::after {
  right: auto;
  left: -121px;
}

.about-profile .circleBox .right-box span {
  right: auto;
  left: 0;
  top: -15px;
}

.about-profile .circleBox .big-box {
  border: 20px solid rgba(56, 71, 135, 0.05);
  display: table;
  margin: 0 auto;
  border-radius: 100%;
}

.about-profile .circleBox .big-box .inner {
  width: 258px;
  height: 258px;
  border: 1px solid #384787;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
  font-size: 26px;
  color: #384787;
  font-weight: 700;
}

.about-profile .circleBox .big-box .inner .en {
  font-size: 20px;
  font-weight: normal;
}

.about-profile .vision-txt {
  font-size: 16px;
  color: #202020;
  line-height: 28px;
  overflow: hidden;
  text-align: center;
  max-width: 60%;
  margin: 40px auto 0 auto;
  font-weight: bold;
}

.about-organize {
  padding-bottom: 60px;
}

.about-organize img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.about-history {
  position: relative;
  margin-top: 20px;
}

.about-history::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 85px;
  z-index: 2;
  margin: -3px 0 0 -3px;
  width: 7px;
  height: 7px;
  background-color: #c0c0c0;
  border-radius: 100%;
}

.about-history::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: calc(100% - 90px);
  background-color: #e0e0e0;
}

.about-history .item:nth-child(2n) .img-box {
  float: right;
  text-align: left;
  padding: 90px 0 0 100px;
}

.about-history .item:nth-child(2n) .list-box {
  position: relative;
  padding: 0px 95px 150px 0;
  text-align: right;
}

.about-history .item:nth-child(2n) .list-box .tit {
  justify-content: flex-start;
  flex-flow: row-reverse;
}

.about-history .item:nth-child(2n) .list-box::before {
  left: auto;
  right: 0;
  margin: -9px -9px 0 0;
}

.about-history .item:nth-child(2n) .list-box::after {
  left: auto;
  right: 0;
  margin: -3px -3px 0 0;
}

.about-history .item::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

.about-history .img-box {
  float: left;
  width: 50%;
  box-sizing: border-box;
  position: relative;
  text-align: right;
  padding: 90px 100px 0 0;
}

.about-history .img-box img {
  max-width: 100%;
  display: block;
  margin-bottom: 60px;
}

.about-history .list-box {
  float: left;
  position: relative;
  padding: 0px 0 150px 95px;
  width: 50%;
  box-sizing: border-box;
}

.about-history .list-box::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  margin: -9px 0 0 -9px;
  width: 19px;
  height: 19px;
  background-color: rgba(56, 71, 135, 0.05);
  border-radius: 100%;
  transition: all .3s ease-in-out;
}

.about-history .list-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  margin: -3px 0 0 -3px;
  width: 7px;
  height: 7px;
  background-color: #384787;
  border-radius: 100%;
  transition: all .3s ease-in-out;
}

.about-history .list-box dl dt {
  font-size: 64px;
  color: #384787;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}

.about-history .list-box dl dd ul li {
  margin-top: 40px;
}

.about-history .list-box dl dd ul li .tit {
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.about-history .list-box dl dd ul li .tit span {
  font-size: 26px;
  width: 100px;
}

.about-history .list-box dl dd ul li .decs {
  padding-left: 100px;
  line-height: 26px;
  font-size: 15px;
  color: #404040;
}

.about-business {
  display: flex;
  padding-bottom: 60px;
}

.about-business li {
  width: 240px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  height: 550px;
}

.about-business li:last-child {
  margin-right: 0;
}

.about-business li.current {
  flex: 1;
}

.about-business li.current .title {
  display: none;
}

.about-business li.current .active-title {
  bottom: 0;
  opacity: 1;
  transition: all ease 1s;
}

.about-business li.current .active-title .name, .about-business li.current .active-title .decs {
  opacity: 1;
  transform: translateY(0);
}

.about-business li .title {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}

.about-business li .title .num {
  color: #fff;
  position: relative;
  font-size: 13px;
  font-weight: 600;
}

.about-business li .title .num::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='white' stroke-width='3' stroke-dasharray='2%2c 3' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: rotateDots linear 4s infinite;
}

.about-business li .title .name {
  margin-top: 27px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.about-business li .active-title {
  position: absolute;
  bottom: -100%;
  opacity: 0;
  background-image: url(../images/about-business-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 90px 75px 50px 75px;
  min-height: 275px;
  box-sizing: border-box;
}

.about-business li .active-title .name {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  opacity: 0;
  transform: translateY(50px);
  transition: all ease 1s;
  transition-delay: .7s;
}

.about-business li .active-title .decs {
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  opacity: 0;
  transform: translateY(50px);
  transition: all ease 1s;
  transition-delay: .7s;
}

.about-honer {
  background: url(../images/about-honer-bg.jpg) no-repeat top center;
  background-size: cover;
}

.about-honer .sub-section-title {
  color: #fff;
}

.headlines-box {
  background-color: #fff;
  padding: 24px 24px 0;
  min-height: 375px;
  box-sizing: border-box;
}

.headlines-box .project-list li {
  padding: 16px 0;
  display: flex;
  min-height: auto;
  justify-content: space-between;
}

.headlines-box .project-list li:not(:first-child) {
  border-top: #E5E5E5 1px dashed;
}

.headlines-box .project-list li a {
  flex: 1;
}

.headlines-box .project-list li span {
  width: 100px;
  text-align: right;
  font-size: 14px;
  color: #626262;
}

.headlines a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.headlines a:hover .txt-cont .tit {
  color: #384787;
}

.headlines a:hover .thumb img {
  transform: scale(1.05);
}

.headlines a .thumb {
  width: 278px;
  position: relative;
  height: 168px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headlines a .thumb img {
  max-width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 0.3s linear;
}

.headlines a .txt-cont {
  width: calc( 100% - 278px - 30px);
}

.headlines a .txt-cont .tit {
  font-size: 18px;
  font-weight: 800;
  color: #202020;
}

.headlines a .txt-cont .time {
  font-size: 14px;
  color: #999999;
}

.headlines a .txt-cont .decs {
  color: #404040;
  font-size: 14px;
  margin-top: 24px;
}

.about-business-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-bottom: 60px;
}

.about-business-list li {
  width: calc((100% - 16px * 4) / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  background-color: #F8F8F8;
  font-size: 18px;
  transition: transform 0.3s linear;
}

.about-business-list li:hover {
  transform: scale(1.05);
}

.about-business-list li:nth-child(even) {
  background-color: #384787;
  color: #fff;
}

.honer-section-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 60px;
}

.honer-section-list li {
  width: calc((100% - (40px * 2)) / 3);
  margin-right: 40px;
  margin-bottom: 60px;
  cursor: pointer;
  overflow: hidden;
}

.honer-section-list li:nth-child(3n) {
  margin-right: 0;
}

.honer-section-list li:hover .cover-pic img {
  transform: scale(1.07);
}

.honer-section-list li .cover-pic {
  height: 306px;
  border: #E5E5E5 1px solid;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.honer-section-list li .cover-pic img {
  max-width: 100%;
  display: block;
  transition: all ease 1.5s;
  object-fit: cover;
  height: 100%;
}

.honer-section-list li .name {
  font-size: 16px;
  color: #202020;
  text-align: center;
  margin-top: 20px;
  font-weight: 800;
}

.contact-wrap {
  display: flex;
  align-items: flex-start;
}

.contact-left {
  width: 280px;
  border: #E5E5E5 1px solid;
  margin-top: 60px;
  padding: 20px;
  box-sizing: border-box;
}

.contact-left .title {
  font-size: 22px;
  line-height: 1.2;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.contact-left .title span {
  display: block;
  font-size: 18px;
  color: #626262;
}

.contact-left .contact-nav li {
  height: 60px;
  margin: 10px 0;
  transition: background 0.3s;
}

.contact-left .contact-nav li.active, .contact-left .contact-nav li:hover {
  background-color: #384787;
}

.contact-left .contact-nav li.active a, .contact-left .contact-nav li:hover a {
  color: #fff;
}

.contact-left .contact-nav li a {
  display: flex;
  align-items: center;
  height: inherit;
  font-size: 16px;
  color: #404040;
  padding: 0 15px;
}

.contact-right {
  width: calc(100% - 280px);
  padding-left: 60px;
  flex: 1;
}

.contact-right .sub-section-title {
  align-items: flex-start;
}

.contact-tip {
  font-size: 16px;
  color: #404040;
  margin-bottom: 20px;
}

.fancybox-caption {
  text-align: center;
  border-top: none !important;
}

.downs-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: 1px;
}

.downs-list li {
  position: relative;
  padding: 26px 16px 26px 26px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #404040;
  transition: background-color 0.3s;
  font-weight: 700;
}

.downs-list li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #404040;
  display: inline-block;
  position: absolute;
  left: 10px;
}

.downs-list li a {
  color: #384787;
}

.downs-list li a::after {
  padding-left: 6px;
  content: '\eb37';
  font-family: iconfont;
}

.downs-list li:hover {
  background-color: #F8F8F8;
  color: #384787;
}

.downs-list li:hover::after {
  color: #384787;
}

.case-list-new li {
  display: flex;
  margin-top: 60px;
}

.case-list-new li:last-child {
  margin-bottom: 60px;
}

.case-list-new li:nth-child(even) {
  flex-flow: row-reverse;
}

.case-list-new li:nth-child(even) .info-container {
  padding-left: 0px;
  padding-right: 80px;
}

.case-list-new li .thumb {
  width: clamp(420px, 50%, 720px);
  max-height: 400px;
  overflow: hidden;
  flex-shrink: 0;
}

.case-list-new li .thumb img {
  width: 100%;
  display: block;
}

.case-list-new li .info-container {
  flex: auto;
  width: 50%;
  padding-left: 80px;
  box-sizing: border-box;
}

.case-list-new li .info-container .title {
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 20px;
  position: relative;
  border-bottom: #E5E5E5 1px solid;
  color: #384787;
  margin-bottom: 20px;
}

.case-list-new li .info-container .title::after {
  display: block;
  content: '';
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 10%;
  background-color: #384787;
}

.case-list-new li .info-container p {
  font-size: 16px;
  padding: 8px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  position: relative;
  padding-left: 15px;
}

.case-list-new li .info-container p::before {
  content: '';
  height: 5px;
  width: 5px;
  background-color: #404040;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes visualAnimation {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes rotateDots {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateDots {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media screen and (max-width: 1680px) {
  .wrapper {
    max-width: 1400px;
  }
}

@media screen and (max-width: 1440px) {
  .header .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 100%;
  }
  .banner-swiper .item .pic {
    height: 520px;
  }
  .about-section .about-cover {
    width: 48%;
  }
  .about-section .about-tex {
    width: 52%;
  }
  .partner-section::before {
    width: calc((100% - 1420px + 80px) / 2 + 244px);
  }
}

@media screen and (max-width: 1280px) {
  .logo {
    height: 70px;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  #mMenu-btn {
    z-index: 10000;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }
  #mMenu-btn button {
    width: 70px;
    height: 70px;
    border: none;
    background-color: #384787;
    color: #fff;
  }
  #mMenu-btn button::before {
    content: '\eb32';
    font-family: "iconfont";
    font-size: 24px;
  }
  #mMenu-btn.on button::before {
    content: '\eb31';
    font-size: 32px;
  }
  .navBg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
  }
  .m-logo {
    display: block;
    height: 70px;
    line-height: 70px;
    right: 0;
    top: 0;
    max-width: 640px;
    width: 100%;
    padding-left: 24px;
    z-index: 10;
    background-color: #fff;
  }
  .m-logo img {
    vertical-align: middle;
    display: inline-block;
    margin-top: -12px;
  }
  .header {
    height: 70px;
    z-index: 100001;
  }
  .header.sub-header .inner {
    background-color: #384787;
  }
  .header .inner {
    padding: 0 20px;
    height: 100%;
  }
  .header .nav {
    width: 100%;
    max-width: 640px;
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    background: #F8F8F8;
    z-index: 9999;
  }
  .header .nav #gnb {
    position: relative;
    z-index: 9;
    padding-bottom: 30px;
    padding-top: 30px;
    flex-direction: column;
    max-width: 100%;
  }
  .header .nav #gnb > li {
    padding: 0 24px;
  }
  .header .nav #gnb > li .depth {
    position: static;
    padding: 0 24px !important;
    display: none;
    text-align: left;
  }
  .header .nav #gnb > li .depth li a {
    color: #626262;
  }
  .header .nav #gnb > li > a {
    color: #202020;
    justify-content: start;
    height: auto;
    padding: 20px 0;
  }
  .header .nav #gnb > li > a > span {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .header .nav #gnb > li > a > span::before {
    content: '\eb3a';
    font-family: iconfont;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    left: 83%;
    top: 0px;
    position: absolute;
  }
  .header .nav #gnb > li.active a > span {
    color: #384787;
    font-weight: 600;
  }
  .header .nav #gnb > li.active a > span::before {
    font-family: iconfont;
    content: '\eb39';
  }
  .banner-swiper {
    margin-top: 70px;
  }
  .banner-swiper .item .pic {
    height: 360px;
  }
  .banner-swiper .item .text-cont {
    top: 50%;
  }
  .banner-swiper .item .text-cont .inner .title {
    font-size: 36px;
    margin-bottom: 0;
  }
  .banner-swiper .item .text-cont .inner .title::after {
    display: none;
  }
  .banner-swiper .banner-pagination {
    left: 50%;
    margin-left: 50px;
    transform: translateX(-50%);
    bottom: 35px;
    display: flex;
  }
  .sm-title {
    font-size: 22px;
  }
  .about-section .about-cover {
    width: 38%;
  }
  .about-section .about-cover .pic1 {
    align-self: flex-start;
  }
  .about-section .about-cover .pic2 {
    display: none;
  }
  .about-section .about-tex {
    width: 62%;
  }
  .about-section .about-tex .contxt {
    padding-left: 60px;
  }
  .about-list li .num {
    font-size: 48px;
  }
  .sub-banner {
    height: 400px;
  }
  .sub-banner .inner {
    padding-bottom: 130px;
  }
  .sub-banner .inner h2 {
    font-size: 26px;
  }
  .sub-banner .inner h2 .en {
    font-size: 32px;
  }
  .news-section-list {
    justify-content: space-between;
    margin-top: 40px;
  }
  .news-section-list li {
    width: 48%;
    margin-right: 0;
  }
  .case-section-list li .info .info-list {
    padding: 12px 24px;
    margin-top: 24px;
  }
  .case-section-list li .info .info-list p {
    width: 100%;
    padding: 10px 0;
  }
  .honer-section-list {
    justify-content: space-between;
    margin-top: 40px;
  }
  .honer-section-list li {
    width: 48%;
    margin-right: 0;
  }
  .about-business li .active-title {
    padding: 90px 25px 50px 25px;
  }
  .partner-section {
    height: auto;
  }
  .partner-section::before {
    width: 100%;
    right: 0;
    top: 0;
    height: 130px;
  }
  .partner-section .title {
    text-align: center;
    width: 100%;
    align-items: center;
    line-height: 1.4;
    padding: 24px 0;
  }
  .partner-section .wrapper {
    flex-direction: column;
  }
  .partner-section .partner-swiper {
    width: 100%;
  }
  .partner-section .partner-swiper .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .partner-section .partner-swiper .swiper-slide {
    border: none;
    padding: 0;
  }
  .about-profile .about-img {
    width: 500px;
  }
  .contact-info {
    flex-direction: column;
  }
  .contact-info .name-box {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .sub-banner {
    height: 320px;
  }
  .sub-banner .bg .bg-img {
    background-position: center;
  }
  .sub-banner .inner {
    padding-bottom: 100px;
  }
  .sub-banner .inner h2 {
    font-size: 22px;
    line-height: 32px;
  }
  .sub-banner .inner h2 .en {
    font-size: 26px;
  }
  .sub-banner .sub-nav-wrap {
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }
  .sub-banner .sub-nav-wrap .sub-nav .item {
    height: 60px;
  }
  .sub-banner .sub-nav-wrap .sub-nav .item.open .link {
    color: #384787;
    font-weight: bold;
  }
  .sub-banner .sub-nav-wrap .sub-nav .item.open .menu-list {
    visibility: visible;
    opacity: 1;
  }
  .sub-banner .sub-nav-wrap .sub-nav .item:not(.home) > .link {
    display: flex;
    font-size: 15px;
    padding: 0 15px;
  }
  .sub-banner .sub-nav-wrap .sub-nav .home {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-banner .sub-nav-wrap .sub-nav .home a {
    color: #fff;
  }
  .sub-banner .sub-nav-wrap .menu-list {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #eee;
    background-color: #fff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
    transition: visibility .3s, opacity .3s;
    z-index: 100;
  }
  .sub-banner .sub-nav-wrap .menu-list li {
    width: 100%;
    max-width: none;
    border-bottom: 1px solid #E5E5E5;
  }
  .sub-banner .sub-nav-wrap .menu-list li.active a, .sub-banner .sub-nav-wrap .menu-list li:hover a {
    color: #384787;
  }
  .sub-banner .sub-nav-wrap .menu-list li.active a::before, .sub-banner .sub-nav-wrap .menu-list li:hover a::before {
    display: none;
  }
  .sub-banner .sub-nav-wrap .menu-list li a {
    padding: 10px 15px;
    justify-content: flex-start;
    font-size: 15px;
    color: #626262;
    height: auto;
  }
  .case-section-list li:nth-child(2n) {
    flex-direction: column;
  }
  .case-section-list li .thumb {
    width: 100%;
    padding-top: 0;
    height: auto;
    overflow: visible;
  }
  .case-section-list li .thumb img {
    position: initial;
  }
  .case-section-list li .info {
    padding-left: 0;
    width: 100%;
  }
  .case-section-list li .info .tit {
    margin-top: 24px;
  }
  .case-section-list li .info .info-list {
    padding: 12px 24px;
    margin-top: 24px;
  }
  .case-section-list li .info .info-list p {
    width: 50%;
    padding: 10px 0;
  }
  .talent-culture li .item {
    padding: 24px;
  }
  .about-profile .circleBox .left-box {
    margin-right: 225px;
    padding-right: 0;
  }
  .about-profile .circleBox .left-box span {
    display: none;
  }
  .about-profile .circleBox .big-box {
    border-width: 15px;
  }
  .about-profile .circleBox .big-box .inner {
    width: 210px;
    height: 210px;
  }
  .about-profile .circleBox .right-box {
    margin-left: 225px;
    padding-left: 0;
  }
  .about-profile .circleBox .right-box span {
    display: none;
  }
  .about-business-list li {
    width: calc((100% - 16px * 2) / 3);
    font-size: 16px;
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
  }
  .about-history .list-box dl dd ul li .decs {
    padding-left: 0;
  }
  .flex-box {
    flex-direction: column;
    padding-bottom: 0;
  }
  .flex-box .news-section, .flex-box .project-section {
    width: 100%;
  }
  .case-list-new li {
    margin-top: 40px;
    flex-direction: column;
  }
  .case-list-new li:last-child {
    margin-bottom: 40px;
  }
  .case-list-new li:nth-child(even) {
    flex-flow: nowrap;
    flex-direction: column;
  }
  .case-list-new li:nth-child(even) .info-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .case-list-new li .thumb {
    width: 100%;
    max-height: auto;
  }
  .case-list-new li .info-container {
    width: 100%;
    padding-left: 0px;
  }
  .case-list-new li .info-container .title {
    margin-top: 20px;
  }
  .case-list-new li .info-container p {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 768px) {
  .sub-section-title {
    font-size: 22px;
    padding: 24px 0;
  }
  .sub-section-title .en {
    font-size: 20px;
  }
  .banner-swiper {
    margin-top: 70px;
  }
  .banner-swiper .item .pic {
    height: 225px;
  }
  .banner-swiper .item .text-cont {
    top: 50%;
  }
  .banner-swiper .item .text-cont .inner {
    margin: 0 auto;
    text-align: center;
  }
  .banner-swiper .item .text-cont .inner .title {
    font-size: 26px;
    margin-bottom: 0;
  }
  .banner-swiper .item .text-cont .inner .title::after {
    display: none;
  }
  .banner-swiper .item .text-cont .inner .sub-title {
    display: none;
  }
  .banner-swiper .banner-pagination {
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
    bottom: 20px;
    display: flex;
    justify-content: center;
  }
  .banner-swiper .banner-pagination .banner-pagination-text, .banner-swiper .banner-pagination .banner-PressBar {
    display: none;
  }
  .banner-swiper .banner-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 2px;
    background-color: #fff;
    margin: 0 4px;
    display: inline-block;
    opacity: 1;
  }
  .banner-swiper .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #384787;
  }
  .wrapper {
    padding: 0 16px;
    max-width: 100%;
  }
  .flex-box {
    flex-direction: column;
    padding-bottom: 0;
  }
  .flex-box .project-section, .flex-box .news-section {
    margin-top: 0px;
    width: 100%;
  }
  .sm-title {
    font-size: 20px;
  }
  .news-list li {
    padding: 24px;
  }
  .news-list li:last-child {
    margin-bottom: 0;
  }
  .background-box {
    padding-bottom: 16px;
  }
  .about-section {
    margin-top: 16px;
    text-align: center;
  }
  .about-section .about-cover {
    display: none;
  }
  .about-section .about-tex {
    width: 100%;
  }
  .about-section .about-tex .contxt {
    padding-left: 0;
  }
  .about-section .about-tex .contxt h2 {
    font-size: 22px;
  }
  .about-section .about-tex .view-more {
    float: none;
    margin: 24px auto;
  }
  .about-list {
    margin-top: 0px;
    flex-wrap: wrap;
  }
  .about-list li {
    width: 50%;
    text-align: center;
    margin-top: 16px;
  }
  .about-list li:last-child {
    width: 100%;
  }
  .about-list li p {
    margin-top: 10px;
  }
  .about-list.about-honer-list {
    margin-top: 0 !important;
    padding-bottom: 20px;
  }
  .about-list.about-honer-list li {
    border: #E5E5E5 1px solid;
    padding: 20px;
    width: 32%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .about-list.about-honer-list li:last-child, .about-list.about-honer-list li:nth-child(7) {
    width: 49%;
  }
  .about-list.about-honer-list li p {
    font-size: 14px;
  }
  .about-list.about-honer-list li::after {
    display: none;
  }
  .about-list.about-honer-list li .icon {
    width: 50px;
    height: 50px;
  }
  .about-list.about-honer-list li .num {
    font-size: 36px;
  }
  .case-section {
    padding: 24px 0;
  }
  .section-tit {
    flex-direction: column;
    justify-content: center;
  }
  .section-tit .name {
    text-align: center;
    font-size: 24px;
  }
  .section-tit .name .en {
    font-size: 32px;
  }
  .section-tit .view-more {
    display: none;
  }
  .case-swiper {
    margin-left: 0;
    margin-top: 24px;
    padding: 0 16px;
  }
  .case-swiper .swiper-slide .text-cont .name {
    font-size: 16px;
  }
  .case-swiper .swiper-slide .text-cont .spec {
    font-size: 14px;
  }
  .case-swiper .case—ctrl {
    margin-top: 24px;
  }
  .honor-section {
    flex-direction: column;
    padding: 24px 0;
  }
  .honor-section .title-box {
    width: 100%;
  }
  .honor-section .title-box .section-tit {
    align-items: center;
  }
  .honor-section .honor-swiper {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: 24px;
    position: relative;
  }
  .honor-section .honor-swiper .swiper-slide {
    margin-right: 0;
  }
  .honor-section .honor-swiper .swiper-slide .cover-pic {
    max-width: 100%;
    width: 100%;
    height: 220px;
  }
  .honor-section .honor-swiper .swiper-slide .cover-pic img {
    max-height: 100%;
  }
  .partner-section .wrapper {
    padding: 24px 0px;
    box-sizing: border-box;
  }
  .partner-section::before {
    height: 90px;
  }
  .partner-section .title {
    text-align: center;
    width: 100%;
    align-items: center;
    line-height: 1.4;
    font-size: 24px;
    padding-top: 10px;
  }
  .partner-section .partner-swiper {
    margin-top: 0;
  }
  .partner-section .partner-swiper .swiper-slide {
    margin-bottom: 10px;
  }
  .about-business-list {
    margin-bottom: 20px;
  }
  .about-business-list li {
    font-size: 15px;
  }
  .footer {
    padding: 24px 0;
  }
  .footer .inner {
    justify-content: center;
  }
  .footer .inner .logo {
    display: none;
  }
  .footer .inner .tel-box {
    position: relative;
  }
  .footer .link {
    display: none;
  }
  .footer .copyright {
    margin-top: 16px;
  }
  .news-section-list {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .news-section-list li {
    width: 100%;
    margin-bottom: 24px;
  }
  .news-section-list li .thumb {
    margin-bottom: 10px;
  }
  .news-section-list li .txt-cont .tit {
    margin-bottom: 0;
  }
  .honer-section-list {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .honer-section-list li {
    width: 100%;
    margin-bottom: 24px;
  }
  .honer-section-list li .cover-pic {
    margin-bottom: 10px;
  }
  .pages {
    margin-bottom: 40px;
  }
  .news-header {
    margin-top: 24px;
  }
  .news-header h1 {
    font-size: 24px;
  }
  .search-box .inner {
    padding: 0;
  }
  .search-box .select-input {
    flex-shrink: 0;
    width: 100px;
  }
  .search-box .select-input::before {
    right: 12px;
  }
  .search-box .select-input select {
    padding: 0 12px;
  }
  .search-box .text-input {
    width: auto;
    max-width: 140px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .search-box .submit-btn {
    flex-shrink: 0;
    width: 60px;
  }
  .project-section-list li {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-section-list li .time-box {
    display: none;
  }
  .project-section-list li .cont-box {
    padding: 0;
    width: 100%;
  }
  .project-section-list li .cont-box .decs {
    width: 100%;
  }
  .project-section-list li .down {
    position: relative;
    left: 0;
    right: initial;
    margin-top: 20px;
  }
  .case-section-list {
    margin-bottom: 24px;
  }
  .case-section-list li {
    margin-top: 24px;
  }
  .case-section-list li .info .tit {
    margin-top: 12px;
  }
  .case-section-list li .info .info-list {
    margin-top: 12px;
  }
  .case-section-list li .info .info-list p {
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
  }
  .talent-culture {
    flex-direction: column;
    padding-bottom: 24px;
  }
  .talent-culture li {
    width: 100%;
    margin-bottom: 12px;
  }
  .talent-culture li .item .tit {
    font-size: 18px;
  }
  .talent-culture li .item .tit .en {
    font-size: 14px;
  }
  .talent-culture li .item .decs {
    margin-top: 24px;
  }
  .contact-info {
    padding: 24px 0;
    flex-direction: column;
  }
  .contact-info .name-box {
    min-height: auto;
    margin-bottom: 24px;
  }
  .contact-info .name-box .name {
    font-size: 20px;
  }
  .contact-info .name-box .view-more {
    display: none;
  }
  .contact-info .contact-map {
    margin-bottom: 40px;
  }
  .contact-map {
    height: 200px;
    padding-bottom: 40px;
  }
  .contact-inquiry ul li {
    flex-direction: column;
  }
  .contact-inquiry ul li .name {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
    justify-content: flex-start;
    padding-left: 12px;
    box-sizing: border-box;
  }
  .contact-inquiry ul li .data {
    padding: 12px;
  }
  .contact-inquiry ul li .data input[type="text"] {
    width: 100%;
    line-height: 45px;
    height: 45px;
  }
  .contact-inquiry ul li .data input[type="text"].medium {
    width: 48%;
    margin-right: 0;
  }
  .contact-inquiry ul li .data textarea {
    height: 150px;
  }
  .contact-inquiry .view-more.border {
    margin-left: 0;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 40px;
  }
  .about-profile {
    margin-bottom: 40px;
    margin-top: -24px;
    flex-direction: column;
  }
  .about-profile .about-img {
    width: 100%;
    margin-left: 0;
  }
  .about-profile .about-img img {
    display: block;
    max-width: 100%;
  }
  .about-profile .contxt {
    font-size: 15px;
    line-height: 24px;
  }
  .about-profile .vision-section {
    margin-top: 20px;
  }
  .about-profile .circleBox .left-box, .about-profile .circleBox .right-box {
    display: none;
  }
  .about-profile .circleBox .big-box .inner {
    font-size: 22px;
  }
  .about-profile .circleBox .big-box .inner .en {
    font-size: 18px;
  }
  .about-profile .vision-txt {
    max-width: 100%;
    margin-top: 20px;
    font-size: 15px;
  }
  .about-organize {
    padding-bottom: 20px;
  }
  .about-history {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .about-history::before {
    bottom: 8px;
    left: 0px;
  }
  .about-history::after {
    height: calc(100% - 8px);
    left: 0px;
  }
  .about-history .item .img-box {
    width: 100%;
    padding: 0px 0 0 24px;
  }
  .about-history .item .img-box img {
    margin-bottom: 24px;
  }
  .about-history .item .list-box {
    padding: 0px 0px 40px 24px;
    width: 100%;
  }
  .about-history .item .list-box::before, .about-history .item .list-box::after {
    top: 16px;
  }
  .about-history .item .list-box dl dt {
    font-size: 32px;
  }
  .about-history .item .list-box dl dd ul li {
    margin-top: 24px;
  }
  .about-history .item .list-box dl dd ul li .tit {
    font-size: 16px;
    align-items: flex-start;
  }
  .about-history .item .list-box dl dd ul li .tit span {
    font-size: 20px;
    width: 80px;
  }
  .about-history .item .list-box dl dd ul li .decs {
    padding-left: 0;
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .about-history .item:nth-child(2) .img-box {
    padding: 0 0 0 24px;
  }
  .about-history .item:nth-child(2) .list-box {
    padding: 0 0px 0 24px;
    text-align: left;
  }
  .about-history .item:nth-child(2) .list-box::before {
    left: 0;
    margin: -9px 0 0 -9px;
  }
  .about-history .item:nth-child(2) .list-box::after {
    left: 0;
    margin: -3px 0 0 -3px;
  }
  .about-history .item:nth-child(2) .list-box .tit {
    flex-flow: initial;
  }
  .about-business {
    padding-bottom: 24px;
    flex-direction: column;
  }
  .about-business li {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
  }
  .about-business li .title {
    top: 55%;
    transform: translateY(-50%);
  }
  .about-business li .title .name {
    font-size: 18px;
  }
  .about-business li.current {
    flex: auto;
    padding-top: 81%;
    height: auto;
  }
  .about-business li.current .thumb img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .about-business li.current .active-title {
    padding: 50px 15px 15px 15px;
    min-height: auto;
  }
  .about-business li.current .active-title .name {
    font-size: 18px;
  }
  .about-business li.current .active-title .decs {
    font-size: 14px;
  }
  .headlines-box {
    min-height: auto;
    padding: 16px 16px 0;
  }
  .headlines {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 12px;
  }
  .headlines a {
    flex-direction: column;
  }
  .headlines a .thumb {
    width: 100%;
    position: relative;
    height: 168px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .headlines a .txt-cont {
    width: 100%;
  }
  .headlines a .txt-cont .tit {
    font-size: 16px;
    margin-top: 12px;
  }
  .headlines a .txt-cont .decs {
    margin-top: 16px;
  }
  .contact-left {
    display: none;
  }
  .contact-right {
    width: 100%;
    padding-left: 0;
  }
  .case-list-new li {
    margin-top: 20px;
  }
  .case-list-new li:last-child {
    margin-bottom: 20px;
  }
  .case-list-new li .info-container .title {
    margin-bottom: 10px;
  }
  .case-list-new li .info-container p {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
