.m-no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  /**/
}
body::-webkit-scrollbar-track {
  background: #E9E7E4;
}
body::-webkit-scrollbar-thumb {
  background: #054673;
}
body::-webkit-scrollbar-thumb:hover {
  background: #2d73e1;
}
body::-webkit-scrollbar-corner {
  background: #054673;
}
body {
  overflow-x: hidden;
}
.content {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
  padding-left: 200px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@keyframes layui-upbit {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0.3;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 200px;
  background-color: #054673;
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .menu-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-color: #FFBC00;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header {
  position: relative;
  margin-top: 48px;
}
header .header .top-item {
  padding: 0 25px;
}
header .header .top-item .area {
  position: relative;
}
header .header .top-item .area .current {
  position: relative;
  background-color: #fff;
  line-height: 36px;
  border-radius: 4px;
  cursor: pointer;
}
header .header .top-item .area .current span {
  padding: 0 14px;
  font-size: 16px;
  color: #054673;
}
header .header .top-item .area .current i {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #FFBC00;
  border-radius: 4px;
}
header .header .top-item .area .current i img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header .header .top-item .area .select-list {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 5px 0;
  z-index: 899;
  min-width: 100%;
  border: 1px solid #eee;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-name: layui-upbit;
  animation-name: layui-upbit;
}
header .header .top-item .area .select-list ul li a {
  display: block;
  line-height: 36px;
  padding: 0 14px;
}
header .header .top-item .area .select-list ul li a:hover {
  color: #FFBC00;
}
header .header .top-item .area.show .current i img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .header .top-item .area.show .select-list {
  display: block;
}
header .header .top-item .logo {
  margin-top: 10px;
  text-align: center;
}
header .header .top-item .logo p {
  font-size: 16px;
  color: #054673;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  line-height: 24px;
  margin-top: 6px;
  letter-spacing: 6px;
}
header .header .navigation {
  position: relative;
  height: calc(100vh - 180px);
  margin-top: 20px;
  padding: 30px 0;
}
header .header .navigation .navigation-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-bottom: 12px;
}
header .header .navigation .navigation-slide .navigation-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 3px;
  height: 98%;
  border-radius: 10px;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
header .header .navigation ul li span {
  display: block;
}
header .header .navigation ul li a {
  display: block;
  line-height: 38px;
  padding-left: 40px;
  font-size: 16px;
  color: #fff;
}
header .header .navigation ul li a:hover {
  background-color: #FFBC00;
  color: #054673 !important;
}
header .header .navigation ul li.multistage {
  background-color: rgba(255, 255, 255, 0.05);
  margin-top: 5px;
}
header .header .navigation ul li.multistage > a span {
  position: relative;
  padding-left: 14px;
}
header .header .navigation ul li.multistage > a span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 5px;
  background: url("../images/icon/closeup-icon.png") no-repeat center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
header .header .navigation ul li.multistage .sub a {
  font-size: 14px;
  color: #E6F4FF;
  padding-left: 54px;
}
header .header .navigation ul .active > a {
  background-color: #FFBC00;
  color: #054673 !important;
}
header .header .navigation .more {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
}
header .header .navigation .more a {
  display: block;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  text-align: center;
}
header .header .navigation .more.navigation-button-prev {
  bottom: 0;
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.1);
}
header .header .navigation .more.navigation-button-prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .header .navigation .more.navigation-button-next {
  bottom: 0;
  box-shadow: 0 -6px 6px rgba(0, 0, 0, 0.1);
}
header .header .navigation .more.show {
  display: block;
}
header .header .QR-code {
  display: none;
  width: 100px;
  height: 100px;
  margin: 10px auto;
}
section .full-banner {
  height: 100vh;
  overflow: hidden;
}
section .half-banner {
  height: 800px;
  overflow: hidden;
}
section .banner-slide {
  position: relative;
  height: 100%;
}
section .banner-slide .swiper-slide {
  overflow: hidden;
}
section .banner-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section .banner-slide a .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section .banner-slide a .mobile-img {
  display: none;
}
section .banner-slide a .banner-text {
  position: relative;
  width: 100%;
  font-size: 0;
}
section .banner-slide a .banner-text .text {
  margin-top: 10px;
  font-size: 14px;
}
section .banner-slide a .banner-text .text h1 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
section .banner-slide a .banner-text .label-list {
  margin-top: 50px;
}
section .banner-slide a .banner-text .label-list span {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  padding: 14px 36px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0 15px;
}
section .banner-slide a .banner-text .label-list.left {
  margin-left: -15px;
  max-width: 500px;
  margin-bottom: -15px;
}
section .banner-slide a .banner-text .label-list.left span {
  margin-bottom: 15px;
}
section .banner-slide .banner-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}
section .banner-slide .banner-pagination .swiper-pagination-bullet-active {
  background-color: #054673;
}
section .home-recommend {
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}
section .home-recommend .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
section .home-recommend .title {
  text-align: left;
  width: 100%;
}
section .home-recommend .title h3 {
  position: relative;
  display: inline-block;
  font-size: 30px;
  color: #01101A;
  margin-bottom: 20px;
}
section .home-recommend .title h3 span {
  font-size: 36px;
  font-weight: bold;
}
section .home-recommend .title h3 span span {
  color: #F78C00;
}
section .home-recommend .title h3 span span:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 70%;
  width: 4px;
  height: 4px;
  background-image: linear-gradient(to bottom, rgba(5, 70, 115, 0.2), rgba(122, 171, 206, 0.2));
  border-radius: 50%;
  margin-left: 70px;
}
section .home-recommend .title h3 span:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 40%;
  width: 16px;
  height: 16px;
  background-image: linear-gradient(to bottom, rgba(5, 70, 115, 0.2), rgba(122, 171, 206, 0.2));
  border-radius: 50%;
  margin-left: 28px;
}
section .home-recommend .title h3 span:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 55%;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(to bottom, rgba(5, 70, 115, 0.2), rgba(122, 171, 206, 0.2));
  border-radius: 50%;
  margin-left: 52px;
}
section .home-recommend .title h3:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 30%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, rgba(5, 70, 115, 0.2), rgba(122, 171, 206, 0.2));
}
section .home-recommend .le-item {
  width: 684px;
  padding-top: 200px;
}
section .home-recommend .le-item .ask-txt {
  position: relative;
  padding-left: 160px;
  z-index: 10;
}
section .home-recommend .le-item .ask-txt .text {
  position: absolute;
  left: 0;
  bottom: 77px;
  width: 222px;
  padding-left: 10px;
  z-index: 10;
}
section .home-recommend .le-item .ask-txt .text i {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #969899;
  border-radius: 50%;
  margin-top: -1px;
}
section .home-recommend .le-item .ask-txt .text p {
  border-bottom: 1px solid #969899;
  padding-left: 24px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #969899;
}
section .home-recommend .le-item .ask-txt .round {
  position: relative;
  width: 178px;
  height: 178px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
section .home-recommend .le-item .ask-txt .round i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(to bottom, #FAB965, #F78C00);
  color: #fff;
  padding-left: 12px;
  border-radius: 50%;
}
section .home-recommend .le-item .ask-txt .round ul li {
  position: absolute;
  z-index: -1;
  cursor: pointer;
}
section .home-recommend .le-item .ask-txt .round ul li .line {
  font-size: 0;
  width: auto;
}
section .home-recommend .le-item .ask-txt .round ul li .line img {
  max-width: none;
}
section .home-recommend .le-item .ask-txt .round ul li .txt {
  position: absolute;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #01101A;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 20;
}
section .home-recommend .le-item .ask-txt .round ul li .txt p {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section .home-recommend .le-item .ask-txt .round ul li .txt span {
  display: block;
  color: #969899;
}
section .home-recommend .le-item .ask-txt .round ul li .txt:hover {
  color: #fff;
  width: 120px;
  height: 120px;
  font-size: 20px;
}
section .home-recommend .le-item .ask-txt .round ul li .txt:hover p {
  background-color: #054673;
}
section .home-recommend .le-item .ask-txt .round ul li .txt:hover span {
  color: #fff;
}
section .home-recommend .le-item .ask-txt .round ul li .txt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 70, 115, 0.11);
  animation: scale 2s infinite;
  border-radius: 50%;
  z-index: -1;
}
section .home-recommend .le-item .ask-txt .round ul li .txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 70, 115, 0.11);
  animation: scale2 3s infinite;
  border-radius: 50%;
  z-index: -1;
}
@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes myfirst {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 8px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes myfirsta {
  0% {
    margin-top: 0;
  }
  70% {
    margin-top: 8px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes myfirstb {
  0% {
    margin-top: 0;
  }
  60% {
    margin-top: 8px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes myfirstc {
  0% {
    margin-top: 0;
  }
  40% {
    margin-top: 8px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes myfirstd {
  0% {
    margin-top: 0;
  }
  40% {
    margin-top: 8px;
  }
  100% {
    margin-top: 0;
  }
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(1) {
  left: -31%;
  top: -43%;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(1) .txt {
  left: 0;
  top: 0;
  animation: myfirst linear infinite 2s;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(1) .txt:before {
  animation: scale 2s infinite;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(1) .txt:after {
  animation: scale 2s infinite;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(2) {
  left: 58%;
  top: -61%;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(2) .txt {
  left: 110%;
  top: -27%;
  animation: myfirsta linear infinite 2s;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(2) .txt:before {
  animation: scale 2s 0.5s infinite;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(2) .txt:after {
  animation: scale 2s 0.5s infinite;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(3) {
  left: 88%;
  top: -15%;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(3) .txt {
  left: 111%;
  top: -27%;
  animation: myfirstb linear infinite 2s;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(3) .txt:before {
  animation: scale 2s 1s infinite;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(3) .txt:after {
  animation: scale 2s 1s infinite;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(4) {
  left: 91%;
  top: 7%;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(4) .txt {
  left: 111%;
  top: -27%;
  animation: myfirstc linear infinite 2s;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(4) .txt:before {
  animation: scale 2s 1.5s infinite;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(4) .txt:after {
  animation: scale 2s 1.5s infinite;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(5) {
  left: 90%;
  top: 77%;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(5) .txt {
  left: 109%;
  top: 54%;
  animation: myfirstd linear infinite 2s;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(5) .txt:before {
  animation: scale 2s 0.5s infinite;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(5) .txt:after {
  animation: scale 2s 0.5s infinite;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(6) {
  left: 143%;
  top: 88%;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(6) .txt {
  left: 0;
  top: 0;
  animation: myfirsta linear infinite 2s;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(6) .txt:before {
  animation: scale 2s infinite;
}
section .home-recommend .le-item .ask-txt .round ul li:nth-child(6) .txt:after {
  animation: scale 2s infinite;
}
section .home-recommend .le-item .ask-txt .round:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
section .home-recommend .le-item .ask-txt .round:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: 140%;
  border: 1px solid rgba(5, 70, 115, 0.18);
  border-radius: 50%;
  animation: rotate2 5s linear infinite;
}
section .home-recommend .le-item .ask-txt .round i:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 140%;
  height: 120%;
  border: 1px solid rgba(5, 70, 115, 0.18);
  border-radius: 50%;
  animation: rotate2 5s linear infinite;
}
@keyframes rotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1.2);
    -moz-transform: translate(-50%, -50%) rotate(180deg) scale(1.2);
    -ms-transform: translate(-50%, -50%) rotate(180deg) scale(1.2);
    -o-transform: translate(-50%, -50%) rotate(180deg) scale(1.2);
    transform: translate(-50%, -50%) rotate(180deg) scale(1.2);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
    -moz-transform: translate(-50%, -50%) rotate(360deg) scale(1);
    -ms-transform: translate(-50%, -50%) rotate(360deg) scale(1);
    -o-transform: translate(-50%, -50%) rotate(360deg) scale(1);
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
  }
}
section .home-recommend .ri-item {
  flex: 1;
  padding-left: 40px;
  max-width: 512px;
}
section .home-recommend .ri-item .top-txt {
  position: relative;
  padding-bottom: 20px;
}
section .home-recommend .ri-item .top-txt p {
  font-size: 30px;
  color: #01101A;
}
section .home-recommend .ri-item .top-txt h1 {
  font-size: 36px;
  color: #01101A;
  font-weight: bold;
}
section .home-recommend .ri-item .top-txt h1 i {
  color: #054673;
}
section .home-recommend .ri-item .top-txt span {
  color: #969899;
  font-size: 20px;
}
section .home-recommend .ri-item .top-txt:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 2px;
  background-color: #054673;
}
section .home-recommend .ri-item .text {
  margin-top: 36px;
  font-size: 16px;
  color: #969899;
}
section .home-recommend .ri-item .btn {
  margin-top: 60px;
}
section .home-recommend .ri-item .btn a {
  display: inline-block;
  padding: 7px 36px;
  font-size: 20px;
  color: #fff;
  background-color: #054673;
  border-radius: 30px;
}
section .home-project {
  padding-top: 80px;
  background-color: #FAFAFA;
}
section .home-project .top-nav {
  position: relative;
  overflow: hidden;
  width: 100%;
}
section .home-project .top-nav .swiper-slide {
  max-width: 640px;
  margin-right: 40px;
}
section .home-project .top-nav .swiper-slide .title {
  display: flex;
  align-items: center;
}
section .home-project .top-nav .swiper-slide .title h3 {
  font-size: 32px;
  color: #01101A;
  margin-left: 12px;
  font-weight: bold;
}
section .home-project .top-nav .swiper-slide .box {
  margin-top: 28px;
}
section .home-project .top-nav .swiper-slide .box .img {
  position: relative;
  font-size: 0;
}
section .home-project .top-nav .swiper-slide .box .img a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section .home-project .top-nav .swiper-slide .box .txt {
  padding: 20px;
}
section .home-project .top-nav .swiper-slide .box .txt .top-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .home-project .top-nav .swiper-slide .box .txt .top-tit h5 {
  color: #01101A;
  font-size: 20px;
  width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
section .home-project .top-nav .swiper-slide .box .txt .top-tit .label {
  background-color: #FFBC00;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
section .home-project .top-nav .swiper-slide .box .txt .top-tit .label span {
  font-size: 16px;
  color: #01101A;
  margin-left: 4px;
}
section .home-project .top-nav .swiper-slide .box .txt p {
  font-size: 16px;
  color: #969899;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
section .home-project .top-nav .swiper-slide:after {
  display: none;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  -moz-transform: translate(-50%, 50%) rotate(45deg);
  -ms-transform: translate(-50%, 50%) rotate(45deg);
  -o-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}
section .home-project .top-nav .swiper-slide.active .box {
  background-color: #054673;
}
section .home-project .top-nav .swiper-slide.active .box .txt .top-tit h5 {
  color: #fff;
}
section .home-project .top-nav .swiper-slide.active .box .txt .top-tit .label {
  background-color: #fff;
}
section .home-project .top-nav .swiper-slide.active .box .txt .top-tit .label span {
  color: #01101A;
}
section .home-project .top-nav .swiper-slide.active .box .txt p {
  color: #C8CACC;
}
section .home-project .top-nav .swiper-slide.active:after {
  display: block;
}
section .home-project .top-nav .swiper-slide:last-child {
  margin-right: 0;
}
section .home-project .top-nav .home-project-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 10;
}
section .home-project .top-nav .home-project-button > div {
  cursor: pointer;
}
section .home-project .top-nav .home-project-button .swiper-button-disabled {
  opacity: 0.2;
}
section .home-project .top-nav .home-project-button .button-next {
  margin-left: 30px;
}
section .home-project .top-nav .home-project-button .button-prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
section .home-project .main-cont {
  padding: 40px 20px;
  background-color: #fff;
}
section .home-project .main-cont .module {
  display: none;
}
section .home-project .main-cont .module .tab-nav {
  background-color: #FAFAFA;
  font-size: 0;
}
section .home-project .main-cont .module .tab-nav a {
  display: inline-block;
  line-height: 60px;
  width: 320px;
  font-size: 20px;
  color: #01101A;
  text-align: center;
}
section .home-project .main-cont .module .tab-nav a.active {
  background-color: #FFBC00;
  color: #054673;
}
section .home-project .main-cont .module .cont {
  padding-top: 20px;
}
section .home-project .main-cont .module .cont .box {
  display: none;
}
section .hot-news .top-list {
  display: flex;
  justify-content: space-between;
}
section .hot-news .top-list > div {
  width: calc((100% - 36px) / 2);
}
section .hot-news .top-list ul li {
  font-size: 0;
}
section .hot-news .top-list ul li a {
  display: flex;
  align-items: center;
}
section .hot-news .top-list ul li a .img {
  position: relative;
  width: 220px;
  overflow: hidden;
}
section .hot-news .top-list ul li a .img i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #01101A;
  background-color: #FFBC00;
  padding: 2px 4px;
  border-radius: 0 0 10px 0;
}
section .hot-news .top-list ul li a .img > img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section .hot-news .top-list ul li a .date {
  color: #ccc;
  padding: 26px 0;
  width: 90px;
  text-align: center;
}
section .hot-news .top-list ul li a .date h3 {
  font-size: 54px;
  line-height: 1em;
}
section .hot-news .top-list ul li a .date p {
  font-size: 16px;
  padding-top: 3px;
  border-top: 1px dashed #E5E5E5;
}
section .hot-news .top-list ul li a .text {
  flex: 1;
  padding-left: 20px;
}
section .hot-news .top-list ul li a .text h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #01101A;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
section .hot-news .top-list ul li a .text h5 span {
  font-size: 16px;
  color: #969899;
}
section .hot-news .top-list ul li a .text p {
  font-size: 16px;
  color: #969899;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section .hot-news .top-list ul li a .text .btn {
  margin-top: 10px;
  text-align: right;
}
section .hot-news .top-list ul li a .text .btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #C8CBCC;
  padding-bottom: 4px;
  padding-right: 14px;
}
section .hot-news .top-list ul li a .text .btn img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: none;
}
section .hot-news .top-list ul li a:hover .date {
  color: #054673;
}
section .hot-news .top-list ul li a:hover .date p {
  border-color: #054673;
}
section .hot-news .top-list ul li a:hover .img > img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section .hot-news .top-list ul li a:hover .text h5,
section .hot-news .top-list ul li a:hover .text span {
  color: #054673;
}
section .hot-news .more-btn {
  margin-top: 10px;
  text-align: center;
}
section .hot-news .more-btn a {
  font-size: 16px;
  color: #9B9D9E;
  display: inline-block;
  padding: 7px 36px;
  border: 1px solid #E1E4E6;
  border-radius: 4px;
}
section .hot-news .more-btn a:hover {
  color: #fff;
  background-color: #054673;
  border-color: #054673;
}
section .home-poster {
  background-color: #FAFAFA;
}
section .home-poster a {
  display: block;
  background-color: #000;
}
section .home-poster a .bg-img {
  background-size: cover;
  background-position: center;
}
section .home-poster a:hover .bg-img {
  opacity: 0.8;
}
section .home-experience {
  padding: 80px 0;
  background-color: #FAFAFA;
}
section .home-experience .title {
  display: flex;
  align-items: center;
}
section .home-experience .title h3 {
  font-size: 32px;
  color: #01101A;
  margin-left: 12px;
  font-weight: bold;
}
section .home-experience .main-cont {
  margin-top: 40px;
}
section .home-experience .main-cont ul {
  font-size: 0;
}
section .home-experience .main-cont ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% / 3);
}
section .home-experience .main-cont ul li a {
  display: block;
  height: 250px;
  background-size: cover;
  background-position: center;
}
section .home-experience .main-cont ul li a .text {
  opacity: 0;
  height: 100%;
  padding: 45px;
  background-color: rgba(1, 16, 26, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section .home-experience .main-cont ul li a .text .txt {
  margin-top: 14px;
  color: #fff;
  text-align: center;
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section .home-experience .main-cont ul li a .text .txt h5 {
  font-size: 20px;
}
section .home-experience .main-cont ul li a .text .txt p {
  margin-top: 6px;
  font-size: 14px;
  font-weight: lighter;
}
section .home-experience .main-cont ul li a:hover .text {
  opacity: 1;
}
section .home-experience .main-cont ul li a:hover .text .txt {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
section .home-ambient {
  padding: 80px 0;
}
section .home-ambient .title {
  display: flex;
  align-items: center;
}
section .home-ambient .title h3 {
  font-size: 32px;
  color: #01101A;
  margin-left: 12px;
  font-weight: bold;
}
section .home-ambient .main-cont {
  margin-top: 30px;
}
section .home-ambient .main-cont .tab-nav {
  background-color: #FAFAFA;
  font-size: 0;
}
section .home-ambient .main-cont .tab-nav a {
  display: inline-block;
  line-height: 60px;
  width: 320px;
  font-size: 20px;
  color: #01101A;
  text-align: center;
}
section .home-ambient .main-cont .tab-nav a.active {
  background-color: #054673;
  color: #fff;
}
section .home-ambient .main-cont .cont {
  margin-top: 30px;
  padding: 30px 46px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
section .home-ambient .main-cont .cont .box {
  display: none;
  font-size: 0;
}
section .home-ambient .main-cont .cont .box .text-list {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  padding-right: 16px;
  padding-top: 50px;
}
section .home-ambient .main-cont .cont .box .text-list ul li {
  display: none;
}
section .home-ambient .main-cont .cont .box .text-list ul li h5 {
  font-size: 20px;
  color: #01101A;
  font-weight: bold;
}
section .home-ambient .main-cont .cont .box .text-list ul li h5 span {
  font-size: 16px;
  color: #C8CBCC;
  font-weight: normal;
  text-transform: uppercase;
}
section .home-ambient .main-cont .cont .box .text-list ul li .text {
  margin-top: 16px;
  font-size: 16px;
  color: #969899;
  white-space: pre-line;
  line-height: 1.8;
}
section .home-ambient .main-cont .cont .box .ri-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 400px);
  padding: 0 21px;
}
section .home-ambient .main-cont .cont .box .ri-item .ambient-img-slide {
  overflow: hidden;
}
section .home-ambient .main-cont .cont .box .ri-item .ambient-img-slide .swiper-slide {
  height: 360px;
  background-size: cover;
  background-position: center;
}
section .home-ambient .main-cont .cont .box .ri-item .ambient-img-slide .ambient-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
section .home-ambient .main-cont .cont .box .ri-item .ambient-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
section .home-ambient .main-cont .cont .box .ri-item .ambient-button.swiper-button-disabled {
  opacity: 0.6;
}
section .home-ambient .main-cont .cont .box .ri-item .ambient-button.ambient-button-prev {
  left: 0;
}
section .home-ambient .main-cont .cont .box .ri-item .ambient-button.ambient-button-next {
  right: 0;
}
section .home-ambient .main-cont .cont .box .ri-item .ambient-button.ambient-button-next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
section .home-appoint {
  padding: 80px 0;
  background-size: cover;
  background-position: center;
}
section .home-appoint .main-cont {
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: flex-start;
}
section .home-appoint .main-cont .le-map {
  flex: 1;
  width: 640px;
  background-color: #fff;
  padding: 30px 20px;
}
section .home-appoint .main-cont .le-map #map {
  height: 330px;
}
section .home-appoint .main-cont .le-map .text {
  padding-top: 20px;
}
section .home-appoint .main-cont .le-map .text h5 {
  font-size: 24px;
  color: #FFBC00;
}
section .home-appoint .main-cont .le-map .text p {
  font-size: 18px;
  color: #969899;
  margin-top: 6px;
}
section .home-appoint .main-cont .ri-form {
  flex: 1;
  padding: 40px;
}
section .home-appoint .main-cont .ri-form .title {
  display: flex;
  align-items: center;
}
section .home-appoint .main-cont .ri-form .title h3 {
  font-size: 24px;
  color: #01101A;
  margin-left: 4px;
  font-weight: bold;
}
section .home-appoint .main-cont .ri-form .cont {
  margin-top: 30px;
}
section .home-appoint .main-cont .ri-form .cont form input {
  width: 100%;
  height: 46px;
  border: 1px solid #E1E4E6;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 16px;
}
section .home-appoint .main-cont .ri-form .cont form input:focus {
  border-color: #054673;
}
section .home-appoint .main-cont .ri-form .cont form textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #E1E4E6;
  border-radius: 4px;
  padding: 14px 20px;
  font-size: 16px;
  resize: none;
}
section .home-appoint .main-cont .ri-form .cont form textarea:focus {
  border-color: #054673;
}
section .home-appoint .main-cont .ri-form .cont form button {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #FFBC00;
  font-size: 16px;
  color: #054673;
  border: none;
}
section .home-appoint .main-cont .ri-form .cont form button:active {
  background-color: #e6a900;
}
section .modular {
  padding: 80px 0;
}
section .modular .title {
  font-size: 0;
}
section .modular .title .logo {
  display: inline-block;
  width: 180px;
}
section .modular .title .logo img {
  width: 100%;
}
section .modular .title h3 {
  margin-top: 10px;
  position: relative;
  font-size: 32px;
  color: #01101A;
  font-weight: bold;
  padding-bottom: 20px;
}
section .modular .title h3 span {
  color: #054673;
}
section .modular .title h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 2px;
  background-color: #054673;
}
section .modular .title.center {
  text-align: center;
}
section .modular .title.center h3:after {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
section .modular .title.right {
  text-align: right;
}
section .modular .title.right h3:after {
  left: auto;
  right: 0;
}
section .modular .main-cont {
  margin-top: 60px;
}
section .about-page .introduction .content {
  display: flex;
  align-items: flex-start;
}
section .about-page .introduction .content .le-item {
  width: 288px;
}
section .about-page .introduction .content .le-item .text {
  margin-top: 36px;
  font-size: 16px;
  color: #969899;
}
section .about-page .introduction .content .ri-item {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 48px;
}
section .about-page .introduction .content .ri-item .video-box {
  flex: 1;
}
section .about-page .introduction .content .ri-item .video-box a {
  position: relative;
  display: block;
}
section .about-page .introduction .content .ri-item .video-box a .bg {
  background-size: cover;
  background-position: center;
  height: 405px;
}
section .about-page .introduction .content .ri-item .img {
  width: 260px;
  margin-left: 4px;
}
section .about-page .equipment {
  background-color: #FAFAFA;
}
section .about-page .equipment .main-cont .top-recommend {
  position: relative;
  z-index: 5;
}
section .about-page .equipment .main-cont .top-recommend .item {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
section .about-page .equipment .main-cont .top-recommend .item .text {
  padding: 40px 0 0 40px;
  max-width: 510px;
}
section .about-page .equipment .main-cont .top-recommend .item .text h5 {
  font-size: 24px;
  color: #01101A;
}
section .about-page .equipment .main-cont .top-recommend .item .text .txt {
  white-space: pre-line;
  font-size: 16px;
  color: #B0B2B2;
  margin-top: 36px;
}
section .about-page .equipment .main-cont .top-recommend .item:nth-child(2n) {
  flex-flow: row-reverse;
}
section .about-page .equipment .main-cont .top-recommend .item:nth-child(2n) .text {
  padding: 120px 40px 0 0;
}
section .about-page .equipment .main-cont .top-recommend .item:first-child {
  margin-top: 0;
}
section .about-page .equipment .main-cont .top-recommend:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 260px;
  width: 100%;
  background-color: #000;
  background-image: url("../images/about-equipment-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: inherit;
  z-index: -1;
}
section .about-page .equipment .main-cont .more-list {
  margin-top: 60px;
}
section .about-page .equipment .main-cont .more-list .content > div {
  position: relative;
}
section .about-page .equipment .main-cont .more-list .content .equipment-button {
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
section .about-page .equipment .main-cont .more-list .content .equipment-button.equipment-button-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
section .about-page .equipment .main-cont .more-list .content .equipment-button.equipment-button-next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
section .about-page .equipment .main-cont .more-list .content .equipment-button.equipment-button-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section .about-page .equipment .main-cont .more-list .equipment-slide {
  overflow: hidden;
}
section .about-page .equipment .main-cont .more-list .equipment-slide .swiper-slide {
  width: auto;
}
section .about-page .equipment .main-cont .more-list .equipment-slide .swiper-slide .img {
  max-width: 440px;
}
section .about-page .equipment .main-cont .more-list .equipment-slide .swiper-slide .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section .about-page .equipment .main-cont .more-list .equipment-slide .swiper-slide .txt h5 {
  font-size: 20px;
}
section .about-page .equipment .main-cont .more-list .equipment-slide .swiper-slide .txt p {
  font-size: 14px;
  margin-top: 6px;
  font-weight: lighter;
}
section .about-page .equipment .main-cont .more-list .equipment-slide .swiper-slide:hover .txt {
  opacity: 1;
}
section .about-page .expert {
  background-image: linear-gradient(to right, #FFF, #F5F8FA);
  padding: 0;
}
section .about-page .expert .content {
  position: relative;
}
section .about-page .expert .content .title {
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 10;
}
section .about-page .expert .main-cont {
  position: relative;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
}
section .about-page .expert .main-cont .le-img {
  position: relative;
  width: 780px;
  background-color: #F78C00;
}
section .about-page .expert .main-cont .le-img .expert-photo-slide {
  position: relative;
  overflow: hidden;
}
section .about-page .expert .main-cont .le-img .expert-photo-slide .expert-button {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
}
section .about-page .expert .main-cont .le-img .expert-photo-slide .expert-button > div {
  position: relative;
  width: 78px;
  height: 78px;
  background-color: #054673;
}
section .about-page .expert .main-cont .le-img .expert-photo-slide .expert-button div:not(.swiper-button-disabled) {
  cursor: pointer;
}
section .about-page .expert .main-cont .le-img .expert-photo-slide .expert-button div:not(.swiper-button-disabled):hover {
  background-color: #055a8f;
}
section .about-page .expert .main-cont .le-img .expert-photo-slide .expert-button .swiper-button-disabled {
  opacity: 0.6;
}
section .about-page .expert .main-cont .le-img .expert-photo-slide .expert-button .expert-button-prev > img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
section .about-page .expert .main-cont .le-img:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #FAB965, #F78C00);
}
section .about-page .expert .main-cont .ri-text {
  position: relative;
  margin-left: -80px;
  flex: 1;
  z-index: 10;
  background-color: #fff;
  font-size: 0;
}
section .about-page .expert .main-cont .ri-text ul li {
  display: none;
  padding: 30px 40px 20px;
}
section .about-page .expert .main-cont .ri-text ul li h5 {
  font-size: 24px;
  color: #01101A;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .about-page .expert .main-cont .ri-text ul li h5 a {
  font-size: 12px;
  color: #054673;
}
section .about-page .expert .main-cont .ri-text ul li .label-list {
  margin-top: 5px;
}
section .about-page .expert .main-cont .ri-text ul li .label-list span {
  display: inline-block;
  color: #F68B00;
  font-size: 12px;
  border: 1px solid #F68B00;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 4px;
  margin-right: 6px;
}
section .about-page .expert .main-cont .ri-text ul li .txt {
  margin-top: 20px;
  font-size: 16px;
  color: #B0B2B2;
}
section .about-page .expert .main-cont .ri-text ul li .txt span {
  color: #01101A;
}
section .about-page .expert .main-cont .ri-text ul li .certificate-list {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 40px;
}
section .about-page .expert .main-cont .ri-text ul li .certificate-list .swiper-slide {
  width: auto;
  height: 195px;
}
section .about-page .expert .main-cont .ri-text ul li .certificate-list .swiper-slide img {
  max-height: 100%;
}
section .about-page .expert .main-cont .ri-text ul li .certificate-list .certificate-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
section .about-page .expert .main-cont .ri-text ul li .certificate-list .certificate-pagination span {
  background-color: transparent;
  border: 1px solid #E3E4E6;
  opacity: 1;
}
section .about-page .expert .main-cont .ri-text ul li .certificate-list .certificate-pagination .swiper-pagination-bullet-active {
  background-color: #E3E4E6;
}
section .about-page .culture {
  background-color: #FAFAFA;
}
section .about-page .culture .main-cont {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: 50px 0;
  z-index: 10;
}
section .about-page .culture .main-cont:before {
  content: '';
  position: absolute;
  right: calc(100% - 336px);
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 0 0 100px 0;
}
section .about-page .culture .main-cont .le-img {
  width: 450px;
}
section .about-page .culture .main-cont .le-img .img {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
section .about-page .culture .main-cont .ri-item {
  flex: 1;
  padding-left: 60px;
}
section .about-page .culture .main-cont .ri-item ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
section .about-page .culture .main-cont .ri-item ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #7C8489;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
section .about-page .culture .main-cont .ri-item ul li .txt {
  flex: 1;
  font-size: 16px;
  color: #969899;
  line-height: 1.5em;
  padding: 16px 0 16px 20px;
}
section .about-page .culture .main-cont .ri-item ul li:first-child {
  margin-top: 0;
}
section .project-page .top-project {
  padding: 80px 0;
}
section .project-page .top-project .project-nav {
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
}
section .project-page .top-project .project-nav a {
  flex-grow: 1;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #01101A;
}
section .project-page .top-project .project-nav a.active {
  background-color: #FFBC00;
  color: #054673;
}
section .project-page .hot-news {
  background-color: #FAFAFA;
}
section ul.video-list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section ul.video-list li {
  position: relative;
  display: inline-block;
}
section ul.video-list li .img {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
section ul.video-list li .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section ul.video-list li a {
  display: block;
}
section ul.video-list li a:hover .img img:not(.vcenter) {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section ul.video-list li.hot {
  width: calc((100% - 40px) / 2);
  margin-top: 30px;
}
section ul.video-list li.hot .txt {
  padding: 20px 0;
}
section ul.video-list li.hot .txt .top-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section ul.video-list li.hot .txt .top-tit h5 {
  color: #01101A;
  font-size: 20px;
}
section ul.video-list li.hot .txt .top-tit .label {
  background-color: #FFBC00;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
section ul.video-list li.hot .txt .top-tit .label span {
  font-size: 16px;
  color: #01101A;
  margin-left: 4px;
}
section ul.video-list li.hot .txt p {
  font-size: 16px;
  color: #969899;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
section ul.video-list li:not(.hot) {
  margin-top: 16px;
  width: calc((100% - 42px) / 4);
}
section ul.video-list li:not(.hot) .img {
  border-radius: 4px;
  overflow: hidden;
  max-height: 240px;
}
section ul.video-list li:not(.hot) .img .label {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #054673;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
section ul.video-list li:not(.hot) .img .label span {
  font-size: 16px;
  color: #FFBC00;
  margin-left: 4px;
}
section ul.video-list li:not(.hot) .txt {
  padding: 20px 15px;
  border: 1px solid #E6E6E6;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}
section ul.video-list li:not(.hot) .txt h5 {
  font-size: 20px;
  color: #01101A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
section ul.video-list li:not(.hot) .txt p {
  font-size: 14px;
  color: #969899;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section ul.video-list li:not(.hot) .like {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px 5px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
section ul.video-list li:not(.hot) .like span {
  font-size: 16px;
  color: #7C8489;
  margin-left: 4px;
}
section ul.video-list li:not(.hot) .like:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  background: url("../images/icon/like-icon.png") no-repeat center;
}
section ul.video-list li:not(.hot) .like.active:before {
  background-image: url("../images/icon/like-icon-active.png");
}
section .contact-page {
  padding-bottom: 90px;
}
section .contact-page .top-mode {
  padding-bottom: 60px;
}
section .contact-page .top-mode .main-cont {
  margin-top: 40px;
}
section .contact-page .top-mode .main-cont .top-text {
  font-size: 18px;
  color: #01101A;
}
section .contact-page .top-mode .main-cont .top-text p {
  margin-top: 12px;
}
section .contact-page .top-mode .main-cont .top-text p:first-child {
  margin-top: 0;
}
section .contact-page .top-mode .main-cont .top-list {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
section .contact-page .top-mode .main-cont .top-list ul {
  width: 49%;
}
section .contact-page .top-mode .main-cont .top-list ul li {
  margin-top: 24px;
}
section .contact-page .top-mode .main-cont .top-list ul li h5 {
  display: flex;
  align-items: center;
}
section .contact-page .top-mode .main-cont .top-list ul li h5 .icon {
  width: 24px;
  text-align: center;
}
section .contact-page .top-mode .main-cont .top-list ul li h5 .iconfont {
  font-size: 22px;
  color: #01101A;
}
section .contact-page .top-mode .main-cont .top-list ul li h5 span {
  font-size: 20px;
  color: #01101A;
  margin-left: 10px;
}
section .contact-page .top-mode .main-cont .top-list ul li .txt {
  padding-left: 32px;
  font-size: 18px;
  color: #969899;
  white-space: pre-line;
  margin-top: 10px;
  line-height: 1.5em;
}
section .contact-page .bottom-map {
  display: flex;
  align-items: stretch;
}
section .contact-page .bottom-map .le-map {
  flex: 1;
}
section .contact-page .bottom-map .ri-img {
  width: 450px;
  padding-left: 10px;
}
section .article-page {
  padding: 80px 0;
}
section .article-page .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .article-page .title h1 {
  font-size: 20px;
  color: #054673;
  background-color: #fff;
}
section .article-page .title span {
  color: #969899;
  font-size: 16px;
  background-color: #fff;
}
section .article-page .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #FFF, #E1E4E6, #fff);
  z-index: -1;
}
section .article-page .top-nav {
  background-color: #FAFAFA;
  display: flex;
  align-items: center;
}
section .article-page .top-nav a {
  flex-grow: 1;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: #01101A;
}
section .article-page .top-nav a.active {
  background-color: #FFBC00;
  color: #054673;
}
section .article-page .main-cont {
  display: flex;
  margin-top: 30px;
}
section .article-page .main-cont .le-recommend {
  width: 320px;
}
section .article-page .main-cont .le-recommend ul li {
  margin-top: 16px;
}
section .article-page .main-cont .le-recommend ul li a .img {
  border-radius: 4px;
  overflow: hidden;
}
section .article-page .main-cont .le-recommend ul li a .img img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
section .article-page .main-cont .le-recommend ul li a .txt {
  border: 1px solid #E6E6E6;
  border-radius: 0 0 4px 4px;
  padding: 20px 10px;
}
section .article-page .main-cont .le-recommend ul li a .txt h5 {
  font-size: 20px;
  color: #01101A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
section .article-page .main-cont .le-recommend ul li a .txt p {
  font-size: 14px;
  color: #969899;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section .article-page .main-cont .le-recommend ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section .article-page .main-cont .le-recommend ul li:hover .txt h5 {
  color: #054673;
}
section .article-page .main-cont .le-recommend ul li:first-child {
  margin-top: 0;
}
section .article-page .main-cont .ri-list {
  padding-left: 40px;
  flex: 1;
}
section .article-page .main-cont .ri-list .text {
  margin-bottom: 20px;
}
section .article-page .main-cont .ri-list ul.list li {
  width: 100%;
  padding: 20px 0 10px;
  border-bottom: 1px solid #F5F5F5;
}
section .article-page .main-cont .ri-list ul.list li a {
  display: flex;
  align-items: center;
}
section .article-page .main-cont .ri-list ul.list li a .date {
  color: #ccc;
  width: 90px;
  text-align: center;
}
section .article-page .main-cont .ri-list ul.list li a .date h3 {
  font-size: 54px;
  line-height: 1em;
}
section .article-page .main-cont .ri-list ul.list li a .date p {
  font-size: 16px;
  padding-top: 3px;
  border-top: 1px dashed #E5E5E5;
}
section .article-page .main-cont .ri-list ul.list li a .ri-item {
  display: flex;
  align-items: center;
  padding-left: 18px;
  flex: 1;
}
section .article-page .main-cont .ri-list ul.list li a .ri-item .img {
  max-width: 220px;
}
section .article-page .main-cont .ri-list ul.list li a .ri-item .txt {
  flex: 1;
  padding-left: 20px;
}
section .article-page .main-cont .ri-list ul.list li a .ri-item .txt h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #01101A;
}
section .article-page .main-cont .ri-list ul.list li a .ri-item .txt h5 span {
  color: #969899;
  font-size: 16px;
}
section .article-page .main-cont .ri-list ul.list li a .ri-item .txt p {
  margin-top: 10px;
  color: #969899;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
section .article-page .main-cont .ri-list ul.list li a:hover .date {
  color: #054673;
}
section .article-page .main-cont .ri-list ul.list li a:hover .date p {
  border-color: #054673;
}
section .article-page .main-cont .ri-list ul.list li a:hover .ri-item .txt h5 {
  color: #054673;
}
section .article-page .main-cont .ri-list ul.list li a:hover .ri-item .txt h5 span {
  color: #054673;
}
section .article-page .main-cont .ri-list ul.list li:first-child {
  padding-top: 0;
}
section .breadcrumb {
  background-color: #FAFAFA;
  line-height: 40px;
  text-align: right;
  color: #969899;
}
section .breadcrumb a,
section .breadcrumb span,
section .breadcrumb i {
  font-size: 12px;
  color: #969899;
}
section .breadcrumb a:hover {
  color: #054673;
}
section .breadcrumb a:hover span,
section .breadcrumb a:hover i {
  color: #054673;
}
section .breadcrumb img {
  margin-right: 4px;
}
section .breadcrumb .content > span {
  color: #054673;
}
section .layui-laypage {
  margin-top: 60px;
  text-align: center;
  width: 100%;
}
section .layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #054673;
}
section .layui-laypage > a:last-child,
section .layui-laypage > a:last-child em {
  border-radius: 4px;
  font-size: 0;
}
section .layui-laypage .layui-laypage-spr {
  border: none;
}
section .layui-laypage a,
section .layui-laypage span {
  line-height: 32px;
  height: 32px;
  border-color: #E6E6E6;
  margin: 0 5px;
  border-radius: 4px;
  padding: 0 12px;
  color: #01101A;
}
section .video-page {
  padding: 20px 0 40px;
}
section .video-page .module {
  padding: 20px 0;
}
section .video-page .module .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .video-page .module .title h3 {
  font-size: 20px;
  color: #054673;
  background-color: #fff;
}
section .video-page .module .title span {
  color: #969899;
  font-size: 16px;
  background-color: #fff;
}
section .video-page .module .title:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #FFF, #E1E4E6, #fff);
  z-index: -1;
}
section .video-page .module .main-cont {
  margin-top: 10px;
}
section .article-details {
  background-color: #FAFAFA;
  padding-bottom: 60px;
}
section .article-details .content {
  display: flex;
  align-items: flex-start;
}
section .article-details .content .le-item {
  flex: 1;
  background-color: #fff;
  padding: 40px 30px;
}
section .article-details .content .le-item .title {
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #F2F2F2;
}
section .article-details .content .le-item .title h1 {
  font-size: 20px;
  color: #01101A;
}
section .article-details .content .le-item .title .botton-txt {
  font-size: 12px;
  color: #999999;
  margin-top: 16px;
}
section .article-details .content .le-item .title .botton-txt p {
  display: inline-block;
  margin: 0 5px;
}
section .article-details .content .le-item .title .botton-txt p span {
  color: #F78C00;
}
section .article-details .content .le-item .main-cont {
  padding: 40px 0;
  border-bottom: 1px solid #F2F2F2;
  font-size: 14px;
  color: #333;
  line-height: 1.5em;
}
section .article-details .content .le-item .main-cont img {
  margin: 10px 0;
}
section .article-details .content .le-item .link {
  margin-top: 18px;
}
section .article-details .content .le-item .link a {
  display: block;
  font-size: 16px;
  color: #666;
  margin: 4px 0;
}
section .article-details .content .le-item .link a:hover {
  color: #054673;
}
section .article-details .content .ri-item {
  width: 440px;
  padding-left: 10px;
}
section .article-details .content .ri-item .module {
  background-color: #fff;
  margin-top: 12px;
  padding: 0 10px 20px;
}
section .article-details .content .ri-item .module .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  border-bottom: 1px solid #F5F5F5;
}
section .article-details .content .ri-item .module .title h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #01101A;
  font-weight: bold;
}
section .article-details .content .ri-item .module .title h3 img {
  margin-left: 4px;
}
section .article-details .content .ri-item .module .title a {
  font-size: 12px;
  color: #C8CBCC;
}
section .article-details .content .ri-item .module .news-list li {
  border-top: 1px solid #F5F5F5;
}
section .article-details .content .ri-item .module .news-list li a {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
section .article-details .content .ri-item .module .news-list li a .date {
  color: #ccc;
  width: 60px;
  text-align: center;
}
section .article-details .content .ri-item .module .news-list li a .date h3 {
  font-size: 36px;
  line-height: 1em;
}
section .article-details .content .ri-item .module .news-list li a .date p {
  font-size: 12px;
  padding-top: 3px;
  border-top: 1px dashed #E5E5E5;
}
section .article-details .content .ri-item .module .news-list li a .ri-item {
  margin-top: 0;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
section .article-details .content .ri-item .module .news-list li a .ri-item .img {
  width: 120px;
}
section .article-details .content .ri-item .module .news-list li a .ri-item .txt {
  flex: 1;
  padding-left: 10px;
}
section .article-details .content .ri-item .module .news-list li a .ri-item .txt h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #01101A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section .article-details .content .ri-item .module .news-list li a .ri-item .txt p {
  margin-top: 10px;
  color: #969899;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
section .article-details .content .ri-item .module .news-list li a:hover .date {
  color: #054673;
}
section .article-details .content .ri-item .module .news-list li a:hover .date p {
  border-color: #054673;
}
section .article-details .content .ri-item .module .news-list li a:hover .ri-item .txt h5 {
  color: #054673;
}
section .article-details .content .ri-item .module .news-list li a:hover .ri-item .txt h5 span {
  color: #054673;
}
section .article-details .content .ri-item .module .news-list li:first-child {
  border: none;
}
section .article-details .content .ri-item .module .video-list li {
  width: calc((100% - 10px) / 2);
}
section .article-details .content .ri-item .module .video-list li a .txt {
  padding: 10px;
}
section .article-details .content .ri-item .module .video-list li a .txt h5 {
  font-size: 16px;
}
section .article-details .content .ri-item .module .video-list li a .txt p {
  font-size: 12px;
  margin-top: 4px;
}
section .article-details .content .ri-item .module:first-child {
  margin-top: 0;
}
section .team-page {
  background-image: linear-gradient(to right, #FFF, #F5F8FA);
}
section .team-page .main-cont .top-external ul {
  font-size: 0;
}
section .team-page .main-cont .top-external ul li {
  display: inline-block;
  vertical-align: top;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  margin-bottom: 20px;
}
section .team-page .main-cont .top-external ul li .text {
  padding: 20px 16px;
}
section .team-page .main-cont .top-external ul li .text .top-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
section .team-page .main-cont .top-external ul li .text .top-tit h5 {
  font-size: 16px;
  color: #01101A;
}
section .team-page .main-cont .top-external ul li .text .txt {
  font-size: 12px;
  color: #01101A;
  margin-top: 10px;
}
section .team-page .main-cont .top-external ul li:nth-child(3n) {
  margin-right: 0;
}
section .team-page .main-cont .label-list {
  margin-top: 5px;
}
section .team-page .main-cont .label-list span {
  display: inline-block;
  color: #F68B00;
  font-size: 12px;
  border: 1px solid #F68B00;
  line-height: 20px;
  padding: 0 6px;
  border-radius: 4px;
  margin-right: 6px;
}
section .team-page .main-cont .inside {
  margin-top: 10px;
}
section .team-page .main-cont .inside ul li {
  display: flex;
  align-items: stretch;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #EFEFEF;
  margin-top: 20px;
}
section .team-page .main-cont .inside ul li .le-img {
  position: relative;
  width: 500px;
  border-radius: 20px;
  overflow: hidden;
}
section .team-page .main-cont .inside ul li .le-img .inside-button {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
}
section .team-page .main-cont .inside ul li .le-img .inside-button > div {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #FFBC00;
}
section .team-page .main-cont .inside ul li .le-img .inside-button > div:hover {
  background-color: #d8a100;
}
section .team-page .main-cont .inside ul li .le-img .inside-button .swiper-button-disabled {
  opacity: 0.6;
}
section .team-page .main-cont .inside ul li .le-img .inside-button .inside-button-prev img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
section .team-page .main-cont .inside ul li .ri-text {
  position: relative;
  padding-bottom: 195px;
  padding-left: 20px;
  flex: 1;
}
section .team-page .main-cont .inside ul li .ri-text .top-text h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  color: #01101A;
}
section .team-page .main-cont .inside ul li .ri-text .top-text h5 a {
  background-color: #054673;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  color: #FFBC00;
  display: flex;
  align-items: center;
}
section .team-page .main-cont .inside ul li .ri-text .top-text h5 a span {
  margin-left: 4px;
}
section .team-page .main-cont .inside ul li .ri-text .top-text h5 a:hover {
  background-color: #115e93;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .label-list {
  margin-top: 10px;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .label-list span {
  font-size: 16px;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box {
  position: absolute;
  top: 84px;
  right: 0;
  padding-bottom: 24px;
  overflow: hidden;
  z-index: 50;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #054673;
  width: calc(100% - 20px);
  background-color: #F7FAFC;
  padding: 4px 0;
  justify-content: center;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box a img {
  margin-left: 4px;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .text-list {
  margin-top: 20px;
  padding-left: 20px;
  height: 160px;
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.9));
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .text-list .top-txt {
  line-height: 2em;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .text-list .top-txt > div {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  margin-bottom: 10px;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .text-list .top-txt > div span {
  color: #01101A;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .text-list .top-txt > div .text {
  color: #707070;
  flex: 1;
  white-space: pre-line;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box.show {
  height: calc(100% - 84px);
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box.show .text-list {
  height: 100%;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box.show a img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .scrollbar {
  overflow-y: scroll;
  padding-bottom: 24px;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  /**/
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .scrollbar::-webkit-scrollbar-track {
  background: #E9E7E4;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .scrollbar::-webkit-scrollbar-thumb {
  background: #054673;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .scrollbar::-webkit-scrollbar-thumb:hover {
  background: #2d73e1;
}
section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .scrollbar::-webkit-scrollbar-corner {
  background: #054673;
}
section .team-page .main-cont .inside ul li .ri-text .certificate-list {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 20px);
  overflow: hidden;
}
section .team-page .main-cont .inside ul li .ri-text .certificate-list .swiper-slide {
  width: auto;
  height: 195px;
}
section .team-page .main-cont .inside ul li .ri-text .certificate-list .swiper-slide img {
  height: 100%;
}
section .team-page .main-cont .inside ul li .ri-text .certificate-list .certificate-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
section .team-page .main-cont .inside ul li .ri-text .certificate-list .certificate-button.certificate-button-prev {
  left: 0;
}
section .team-page .main-cont .inside ul li .ri-text .certificate-list .certificate-button.certificate-button-next {
  right: 0;
}
section .team-page .main-cont .inside ul li .ri-text .certificate-list .certificate-button.certificate-button-next img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
section .team-page .main-cont .inside ul li .ri-text .certificate-list .certificate-button.swiper-button-disabled {
  opacity: 0.6;
}
section .team-page .main-cont .inside ul li .ri-text .certificate-list .certificate-pagination {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
section .team-page .main-cont .inside ul li .ri-text .certificate-list .certificate-pagination span {
  background-color: transparent;
  border: 1px solid #E3E4E6;
  opacity: 1;
}
section .team-page .main-cont .inside ul li .ri-text .certificate-list .certificate-pagination span.swiper-pagination-bullet-active {
  background-color: #E3E4E6;
}
section .team-page .main-cont .inside ul li:first-child {
  margin-top: 0;
}
footer .extra-wrap {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 100;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
footer .extra-wrap ul {
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
footer .extra-wrap ul li {
  position: relative;
}
footer .extra-wrap ul li > div {
  display: none;
}
footer .extra-wrap ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #01101A;
}
footer .extra-wrap ul li a:hover {
  color: #FFBC00;
  background-color: #054673;
}
footer .extra-wrap ul li .QR-code {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
  padding-right: 10px;
}
footer .extra-wrap ul li .QR-code .box {
  width: 180px;
  padding: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
footer .extra-wrap ul li .QR-code:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 3px -2px 4px rgba(0, 0, 0, 0.05);
}
footer .extra-wrap ul li:hover > div {
  display: block;
}
footer .extra-wrap.show {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
footer .top-footer {
  background-color: #054673;
  padding: 48px 0 60px;
}
footer .top-footer .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0;
}
footer .top-footer .content .le-item .logo {
  max-width: 280px;
}
footer .top-footer .content .le-item .text {
  margin-top: 30px;
}
footer .top-footer .content .le-item .text p {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
footer .top-footer .content .le-item .text p span {
  font-size: 36px;
  color: #FFBC00;
}
footer .top-footer .content .ri-item p {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
footer .footer-beian {
  background-color: #043E66;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.hideHeader header {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.hideHeader header .menu-btn {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.hideHeader header .menu-btn img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hideHeader .content {
  padding-left: 0;
}
.hideHeader section .banner-slide a .banner-text .label-list.left {
  max-width: none;
}
.layui-layer-video {
  max-width: 90%;
  max-height: 90%;
  min-width: 60%;
}
.layui-layer-video .layui-layer-content {
  font-size: 0;
  height: 60vh;
}
.layui-layer-video .layui-layer-content video {
  width: 100%;
  height: 100%;
}
.layui-layer-image {
  max-width: 80%;
}
.layui-layer-image .layui-layer-content {
  width: auto;
}
.layui-layer-form {
  max-width: 660px;
}
@media only screen and (max-width: 1680px) {
  .content {
    padding-right: 100px;
    padding-left: 240px;
    max-width: 1620px;
  }
  .hideHeader .content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1460px) {
  header .header .top-item .area {
    width: 80%;
    margin: 10px auto;
  }
  header .header .top-item .area .current {
    line-height: 28px;
  }
  header .header .top-item .area .current i {
    width: 28px;
    height: 28px;
  }
  header .header .top-item .area .current span {
    font-size: 12px;
  }
  header .header .top-item .area .select-list ul li a {
    line-height: 28px;
    font-size: 12px;
  }
  header .header .top-item .logo {
    width: 80%;
    margin: 10px auto 0;
  }
  header .header .top-item .logo p {
    font-size: 12px;
  }
  header .header .navigation {
    padding: 0 0 30px;
  }
  header .header .navigation ul li a {
    font-size: 14px;
    line-height: 32px;
  }
  header .header .navigation ul li.multistage .sub a {
    font-size: 12px;
  }
  section .half-banner {
    height: 600px;
  }
  section .about-page .expert .main-cont .le-img {
    width: 660px;
    height: 660px;
  }
  section .about-page .expert .main-cont .ri-text ul li h5 {
    font-size: 20px;
  }
  section .about-page .expert .main-cont .ri-text ul li .txt {
    font-size: 14px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  section .about-page .expert .main-cont .ri-text ul li .certificate-list .swiper-slide {
    height: 150px;
  }
  section .about-page .expert .main-cont .ri-text ul li .certificate-list .swiper-slide img {
    height: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  section .banner-slide a .banner-text .label-list {
    margin-top: 30px;
  }
  section .banner-slide a .banner-text .label-list span {
    font-size: 16px;
  }
  section .home-recommend {
    padding: 60px 0;
  }
  section .home-recommend .content {
    flex-direction: column;
  }
  section .home-recommend .title h3 {
    font-size: 24px;
  }
  section .home-recommend .title h3 span {
    font-size: 28px;
  }
  section .home-recommend .le-item {
    width: 100%;
    padding-top: 180px;
  }
  section .home-recommend .ri-item {
    padding-left: 0;
    width: 100%;
    max-width: none;
    margin-top: 60px;
  }
  section .home-recommend .ri-item .text {
    margin-top: 24px;
  }
  section .home-recommend .ri-item .btn {
    margin-top: 30px;
    text-align: center;
  }
  section .home-project {
    padding-top: 60px;
  }
  section .home-project .top-nav .swiper-slide .title h3 {
    font-size: 28px;
  }
  section .home-project .top-nav .swiper-slide .box {
    margin-top: 16px;
  }
  section .home-project .top-nav .swiper-slide .box .txt .top-tit h5 {
    font-size: 20px;
  }
  section .home-project .top-nav .swiper-slide .box .txt .top-tit .label span {
    font-size: 14px;
  }
  section .home-project .main-cont .module .tab-nav a {
    font-size: 20px;
    line-height: 48px;
    width: 260px;
  }
  section .hot-news .top-list ul li a .img {
    width: 180px;
  }
  section .hot-news .top-list ul li a .date {
    padding: 16px 0;
  }
  section .hot-news .top-list ul li a .text h5 {
    font-size: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  section .hot-news .top-list ul li a .text h5 span {
    display: none;
  }
  section .hot-news .top-list ul li a .text p {
    font-size: 14px;
  }
  section .home-experience {
    padding: 60px 0;
  }
  section .home-experience .title h3 {
    font-size: 28px;
  }
  section .home-experience .main-cont {
    margin-top: 20px;
  }
  section .home-ambient {
    padding: 60px 0;
  }
  section .home-ambient .title h3 {
    font-size: 28px;
  }
  section .home-ambient .main-cont {
    margin-top: 20px;
  }
  section .home-ambient .main-cont .tab-nav a {
    font-size: 20px;
    line-height: 48px;
    width: 260px;
  }
  section .home-ambient .main-cont .cont .box .text-list {
    width: 320px;
    padding-top: 30px;
  }
  section .home-ambient .main-cont .cont .box .ri-item {
    width: calc(100% - 320px);
  }
  section .home-appoint {
    padding: 60px 0;
  }
  section .home-appoint .main-cont .le-map {
    width: 460px;
  }
  section .home-appoint .main-cont .le-map .text h5 {
    font-size: 20px;
  }
  section .home-appoint .main-cont .le-map .text p {
    font-size: 14px;
  }
  section .home-appoint .main-cont .ri-form {
    padding: 20px;
  }
  section .home-appoint .main-cont .ri-form .title h3 {
    font-size: 20px;
  }
  section .home-appoint .main-cont .ri-form .title .icon {
    width: 30px;
  }
  section .half-banner {
    height: 500px;
  }
  section .modular {
    padding: 60px 0;
  }
  section .modular .title .logo {
    width: 150px;
  }
  section .modular .title h3 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  section .modular .main-cont {
    margin-top: 30px;
  }
  section .about-page .equipment .main-cont .top-recommend:before {
    height: 160px;
  }
  section .about-page .equipment .main-cont .top-recommend .item {
    margin-top: 30px;
  }
  section .about-page .equipment .main-cont .top-recommend .item .text {
    padding: 20px 0 0 20px;
  }
  section .about-page .equipment .main-cont .top-recommend .item .text h5 {
    font-size: 18px;
  }
  section .about-page .equipment .main-cont .top-recommend .item .text .txt {
    font-size: 14px;
    margin-top: 18px;
  }
  section .about-page .equipment .main-cont .top-recommend .item:nth-child(2n) .text {
    padding: 20px 20px 0 0;
  }
  section .about-page .expert .main-cont .le-img {
    width: 560px;
    height: 560px;
  }
  section .about-page .expert .main-cont .le-img .expert-photo-slide .expert-button > div {
    width: 48px;
    height: 48px;
  }
  section .about-page .expert .main-cont .ri-text ul li {
    padding: 20px;
  }
  section .about-page .expert .main-cont .ri-text ul li h5 {
    font-size: 16px;
  }
  section .about-page .expert .main-cont .ri-text ul li .label-list span {
    line-height: 18px;
  }
  section .about-page .expert .main-cont .ri-text ul li .txt {
    font-size: 12px;
  }
  section .about-page .expert .main-cont .ri-text ul li .certificate-list {
    margin-top: 10px;
    padding-bottom: 20px;
  }
  section .about-page .expert .main-cont .ri-text ul li .certificate-list .swiper-slide {
    height: 100px;
  }
  section .about-page .culture .main-cont {
    padding: 30px 0;
  }
  section .about-page .culture .main-cont .le-img {
    width: 380px;
  }
  section .about-page .culture .main-cont .ri-item {
    padding-left: 30px;
  }
  section .about-page .culture .main-cont .ri-item ul li {
    margin-top: 10px;
  }
  section .about-page .culture .main-cont .ri-item ul li .icon {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
  section .about-page .culture .main-cont .ri-item ul li .txt {
    font-size: 14px;
    padding: 8px 0 8px 10px;
  }
  section .project-page .top-project {
    padding: 40px 0;
  }
  section .project-page .top-project .project-nav a {
    line-height: 42px;
    font-size: 18px;
  }
  section .hot-news .top-list ul li a .text h5 {
    font-size: 16px;
  }
  section .hot-news .top-list ul li a .text p {
    font-size: 12px;
    margin-top: 4px;
  }
  section .hot-news .top-list ul li a .date {
    width: 50px;
  }
  section .hot-news .top-list ul li a .date h3 {
    font-size: 36px;
  }
  section .hot-news .top-list ul li a .date p {
    font-size: 14px;
  }
  section .hot-news .more-btn a {
    font-size: 14px;
    padding: 6px 20px;
  }
  section ul.video-list li.hot {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
  section ul.video-list li.hot .txt .top-tit h5 {
    font-size: 18px;
  }
  section ul.video-list li.hot .txt p {
    font-size: 14px;
  }
  section ul.video-list li:not(.hot) .txt {
    padding: 14px 10px;
  }
  section ul.video-list li:not(.hot) .txt h5 {
    font-size: 18px;
  }
  section ul.video-list li:not(.hot) .txt p {
    font-size: 12px;
  }
  section ul.video-list li:not(.hot) .img .label span {
    font-size: 12px;
  }
  section .article-page {
    padding: 40px 0;
  }
  section .article-page .top-nav a {
    line-height: 42px;
    font-size: 18px;
  }
  section .article-page .title h1 {
    font-size: 16px;
  }
  section .article-page .title span {
    font-size: 12px;
  }
  section .article-page .main-cont .le-recommend ul li a .txt {
    padding: 10px;
  }
  section .article-page .main-cont .le-recommend ul li a .txt h5 {
    font-size: 16px;
  }
  section .article-page .main-cont .le-recommend ul li a .txt p {
    font-size: 12px;
  }
  section .article-page .main-cont .ri-list ul.list li a .ri-item .txt h5 {
    font-size: 16px;
  }
  section .article-page .main-cont .ri-list ul.list li a .ri-item .txt h5 span {
    font-size: 14px;
  }
  section .article-page .main-cont .ri-list ul.list li a .ri-item .txt p {
    font-size: 12px;
    margin-top: 4px;
  }
  section .article-page .main-cont .ri-list ul.list li a .date {
    width: 50px;
  }
  section .article-page .main-cont .ri-list ul.list li a .date h3 {
    font-size: 36px;
  }
  section .article-page .main-cont .ri-list ul.list li a .date p {
    font-size: 14px;
  }
  section .layui-laypage {
    margin-top: 40px;
  }
  section .contact-page {
    padding-bottom: 60px;
  }
  section .contact-page .top-mode .main-cont {
    margin-top: 20px;
  }
  section .contact-page .top-mode .main-cont .top-text {
    font-size: 16px;
  }
  section .contact-page .top-mode .main-cont .top-list {
    margin-top: 10px;
  }
  section .contact-page .top-mode .main-cont .top-list ul li {
    margin-top: 10px;
  }
  section .contact-page .top-mode .main-cont .top-list ul li h5 span {
    font-size: 20px;
  }
  section .contact-page .top-mode .main-cont .top-list ul li .txt {
    font-size: 16px;
  }
  section .article-details .content {
    display: block;
  }
  section .article-details .content .le-item .link a {
    font-size: 16px;
  }
  section .article-details .content .ri-item {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  section .article-details .content .ri-item .module .news-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section .article-details .content .ri-item .module .news-list ul li {
    width: calc((100% - 10px) / 2);
  }
  section .article-details .content .ri-item .module .video-list li {
    width: calc((100% - 42px) / 4);
  }
  section .video-page .module {
    padding: 10px 0;
  }
  section .video-page .module .title h3 {
    font-size: 16px;
  }
  section .video-page .module .title span {
    font-size: 12px;
  }
  section .video-page .module .main-cont {
    margin-top: 0;
  }
  section .team-page .main-cont .inside ul li .le-img {
    width: 400px;
  }
  section .team-page .main-cont .inside ul li .ri-text .top-text h5 {
    font-size: 18px;
  }
  section .team-page .main-cont .inside ul li .ri-text .top-text .text-box {
    top: 74px;
  }
  section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .text-list {
    height: 130px;
    margin-top: 0;
  }
  section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .text-list .top-txt > div {
    font-size: 14px;
  }
  section .team-page .main-cont .inside ul li .ri-text .top-text .text-box.show {
    height: calc(100% - 74px);
  }
  section .team-page .main-cont .inside ul li .ri-text .certificate-list .swiper-slide {
    height: 160px;
  }
  footer .top-footer {
    padding: 40px 0;
  }
  footer .top-footer .content .le-item .logo {
    max-width: 280px;
  }
  footer .top-footer .content .le-item .text {
    margin-top: 20px;
  }
  footer .top-footer .content .le-item .text p {
    font-size: 14px;
    margin-top: 6px;
  }
  footer .top-footer .content .le-item .text p span {
    font-size: 24px;
  }
  footer .top-footer .content .ri-item .QR-code {
    width: 120px;
    margin: 0 auto;
  }
  footer .top-footer .content .ri-item p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .content {
    padding-left: 40px;
    padding-right: 40px;
  }
  header {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  header .menu-btn {
    width: 36px;
    height: 36px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  header .menu-btn img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    animation: menufirst linear infinite 2s;
  }
  @keyframes menufirst {
    0% {
      margin-right: -6px;
    }
    50% {
      margin-right: 6px;
    }
    100% {
      margin-right: -6px;
    }
  }
  section .banner-slide a .pc-img {
    display: none;
  }
  section .banner-slide a .mobile-img {
    display: block;
    background-size: cover !important;
  }
  section .home-project {
    padding-top: 40px;
  }
  section .home-project .top-nav .swiper-slide {
    margin-right: 20px;
  }
  section .home-project .top-nav .swiper-slide .title .icon {
    width: 24px;
  }
  section .home-project .top-nav .swiper-slide .title h3 {
    font-size: 24px;
  }
  section .home-project .top-nav .swiper-slide .box .txt {
    padding: 10px;
  }
  section .home-project .top-nav .swiper-slide .box .txt .top-tit h5 {
    font-size: 18px;
  }
  section .home-project .main-cont {
    padding: 20px;
  }
  section .home-project .main-cont .module .tab-nav a {
    width: 200px;
    font-size: 18px;
    line-height: 42px;
  }
  section .home-recommend {
    padding: 40px 0 60px;
  }
  section .hot-news .top-list > div {
    width: calc((100% - 20px) / 2);
  }
  section .hot-news .top-list ul li a .img {
    width: 150px;
  }
  section .home-experience {
    padding: 40px 0;
  }
  section .home-experience .main-cont ul li {
    width: calc(100% / 2);
  }
  section .home-experience .main-cont ul li a .text {
    opacity: 1;
    padding: 20px;
  }
  section .home-experience .main-cont ul li a .text .txt {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  section .home-ambient {
    padding: 40px 0;
  }
  section .home-ambient .main-cont .tab-nav a {
    width: 200px;
    font-size: 18px;
    line-height: 42px;
  }
  section .home-ambient .main-cont .cont {
    padding: 40px 20px;
  }
  section .home-ambient .main-cont .cont .box .text-list {
    width: 100%;
    padding-right: 20px;
    padding-top: 0;
    padding-left: 20px;
  }
  section .home-ambient .main-cont .cont .box .ri-item {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
  }
  section .home-appoint .main-cont {
    display: block;
  }
  section .home-appoint .main-cont .le-map {
    width: 100%;
  }
  section .about-page .introduction .content {
    display: block;
  }
  section .about-page .introduction .content .le-item {
    width: 100%;
  }
  section .about-page .introduction .content .ri-item {
    margin-top: 20px;
    padding-left: 0;
  }
  section .about-page .expert .main-cont .le-img {
    width: 480px;
    height: 480px;
  }
  section .about-page .culture .main-cont:before {
    right: calc(100% - 200px);
  }
  section .about-page .culture .main-cont .le-img {
    width: 280px;
  }
  section .article-page .main-cont {
    display: block;
  }
  section .article-page .main-cont .le-recommend {
    width: 100%;
  }
  section .article-page .main-cont .le-recommend ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  section .article-page .main-cont .le-recommend ul li {
    margin-top: 0;
    width: calc((100% - 40px) / 3);
  }
  section .article-page .main-cont .ri-list {
    margin-top: 40px;
    padding-left: 0;
  }
  section .article-page .main-cont .ri-list ul.list li a {
    width: 100%;
  }
  section .contact-page .top-mode .main-cont .top-list {
    display: block;
  }
  section .contact-page .top-mode .main-cont .top-list ul {
    width: 100%;
  }
  section .contact-page .bottom-map {
    display: block;
  }
  section .contact-page .bottom-map .le-map {
    height: 300px;
  }
  section .contact-page .bottom-map .ri-img {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
  section .team-page .main-cont .top-external ul li {
    width: calc((100% - 20px) / 2);
  }
  section .team-page .main-cont .top-external ul li:nth-child(3n) {
    margin-right: 20px;
  }
  section .team-page .main-cont .top-external ul li:nth-child(2n) {
    margin-right: 0;
  }
  section .team-page .main-cont .inside ul li {
    padding: 20px;
  }
  section .team-page .main-cont .inside ul li .le-img {
    width: 360px;
  }
  section .team-page .main-cont .inside ul li .ri-text .certificate-list .swiper-slide {
    height: 120px;
  }
  .hideHeader header {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .hideHeader header .menu-btn {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .hideHeader header .menu-btn img {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .layui-layer-video {
    min-width: 90%;
    width: 100%;
  }
  .layui-layer-form {
    max-width: 90%;
    width: 100%;
  }
  .shade-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
}
@media only screen and (max-width: 766px) {
  .content {
    padding-left: 12px;
    padding-right: 12px;
  }
  header .header {
    margin-top: 40px;
  }
  header .header .navigation {
    margin-top: 10px;
    height: calc(100vh - 145px);
  }
  header .header .navigation ul li a {
    line-height: 32px;
    font-size: 14px;
  }
  header .header .navigation ul li.multistage .sub a {
    font-size: 12px;
  }
  header .header .QR-code {
    display: none;
  }
  section .full-banner {
    height: 500px;
  }
  section .banner-slide a .banner-text .text h1 {
    font-size: 24px;
  }
  section .banner-slide a .banner-text .label-list span {
    font-size: 12px;
    padding: 10px 20px;
    margin: 0 5px;
  }
  section .home-recommend {
    padding: 40px 0 0;
  }
  section .home-recommend .title h3 {
    font-size: 18px;
  }
  section .home-recommend .title h3 span {
    font-size: 24px;
  }
  section .home-recommend .le-item {
    padding-top: 60px;
  }
  section .home-recommend .le-item .ask-txt {
    -webkit-transform: scale(0.5) translate(-50%, 0);
    -moz-transform: scale(0.5) translate(-50%, 0);
    -ms-transform: scale(0.5) translate(-50%, 0);
    -o-transform: scale(0.5) translate(-50%, 0);
    transform: scale(0.5) translate(-50%, 0);
  }
  section .home-recommend .le-item .ask-txt .text p {
    font-size: 16px;
  }
  section .home-recommend .le-item .ask-txt .round ul li .txt {
    font-size: 20px;
    width: 120px;
    height: 120px;
  }
  section .home-recommend .ri-item {
    margin-top: 0;
  }
  section .home-recommend .ri-item .top-txt p {
    font-size: 20px;
  }
  section .home-recommend .ri-item .top-txt h1 {
    font-size: 24px;
  }
  section .home-recommend .ri-item .top-txt span {
    font-size: 16px;
  }
  section .home-recommend .ri-item .text {
    font-size: 14px;
    margin-top: 1em;
  }
  section .home-recommend .ri-item .btn a {
    font-size: 14px;
  }
  section .home-project .top-nav {
    margin-right: 20px;
  }
  section .home-project .top-nav .swiper-slide {
    width: 240px;
    margin-right: 0;
  }
  section .home-project .top-nav .swiper-slide .title h3 {
    font-size: 18px;
  }
  section .home-project .top-nav .swiper-slide .box .txt {
    padding: 10px;
  }
  section .home-project .top-nav .swiper-slide .box .txt .top-tit .label {
    display: none;
  }
  section .home-project .top-nav .swiper-slide .box .txt .top-tit h5 {
    width: 100%;
    font-size: 14px;
  }
  section .home-project .top-nav .swiper-slide .box .txt p {
    margin-top: 6px;
    font-size: 12px;
  }
  section .home-project .top-nav .swiper-slide:after {
    width: 10px;
    height: 10px;
  }
  section .home-project .top-nav .home-project-button {
    display: none;
  }
  section .home-project .main-cont {
    padding: 10px;
  }
  section .home-project .main-cont .module .tab-nav a {
    font-size: 14px;
    width: 140px;
    line-height: 36px;
  }
  section .hot-news .top-list {
    display: block;
  }
  section .hot-news .top-list > div {
    width: 100%;
  }
  section .hot-news .top-list .ri-item {
    margin-top: 20px;
  }
  section .home-experience .main-cont ul li a {
    height: 200px;
  }
  section .home-experience .main-cont ul li a .text .icon {
    width: 40px;
  }
  section .home-experience .main-cont ul li a .text .txt h5 {
    font-size: 16px;
  }
  section .home-experience .main-cont ul li a .text .txt p {
    font-size: 12px;
  }
  section .home-ambient .main-cont .tab-nav a {
    font-size: 14px;
    width: 140px;
    line-height: 36px;
  }
  section .home-ambient .main-cont .cont {
    margin-top: 20px;
    padding: 20px 0;
  }
  section .home-ambient .main-cont .cont .box .text-list ul li h5 {
    font-size: 18px;
  }
  section .home-ambient .main-cont .cont .box .text-list ul li .text {
    font-size: 12px;
  }
  section .home-ambient .main-cont .cont .box .ri-item .ambient-button {
    display: none;
  }
  section .home-ambient .main-cont .cont .box .ri-item .ambient-img-slide .swiper-slide {
    height: 150px;
  }
  section .home-appoint .main-cont .le-map {
    padding: 10px;
  }
  section .home-appoint .main-cont .le-map #map {
    height: 200px;
  }
  section .home-appoint .main-cont .le-map .text {
    padding-top: 10px;
  }
  section .home-appoint .main-cont .le-map .text h5 {
    font-size: 14px;
  }
  section .home-appoint .main-cont .le-map .text p {
    font-size: 12px;
  }
  section .home-appoint .main-cont .ri-form .title .icon {
    width: 24px;
  }
  section .home-appoint .main-cont .ri-form .title h3 {
    font-size: 16px;
  }
  section .banner-slide a .banner-text .label-list.left {
    margin-left: 0;
  }
  section .modular {
    padding: 30px 0;
  }
  section .modular .title h3 {
    margin-top: 6px;
    padding-bottom: 6px;
    font-size: 20px;
  }
  section .about-page .introduction .content .le-item .text {
    margin-top: 20px;
    font-size: 14px;
  }
  section .about-page .introduction .content .ri-item {
    display: block;
  }
  section .about-page .introduction .content .ri-item .video-box a .bg {
    height: 200px;
  }
  section .about-page .introduction .content .ri-item .img {
    display: none;
    width: 100%;
    margin-left: 0;
  }
  section .about-page .equipment .main-cont .top-recommend .item {
    display: block;
  }
  section .about-page .equipment .main-cont .top-recommend .item .text {
    padding-left: 0;
  }
  section .about-page .equipment .main-cont .top-recommend .item:nth-child(2n) .text {
    padding-right: 0;
  }
  section .about-page .equipment .main-cont .more-list {
    margin-top: 20px;
  }
  section .about-page .expert {
    background-color: #F5F8FA;
    background-image: none;
  }
  section .about-page .expert .main-cont {
    display: block;
  }
  section .about-page .expert .main-cont .title {
    position: relative;
    padding: 20px 0;
    top: 0;
  }
  section .about-page .expert .main-cont .le-img {
    width: 100%;
    height: auto;
  }
  section .about-page .expert .main-cont .ri-text {
    margin-left: 0;
  }
  section .about-page .culture .main-cont {
    margin-top: 0;
  }
  section .about-page .culture .main-cont .le-img {
    display: none;
  }
  section .about-page .culture .main-cont .ri-item {
    padding-left: 0;
  }
  section .project-page .top-project {
    padding: 30px 0;
  }
  section .project-page .top-project .project-nav a {
    font-size: 14px;
    width: 140px;
    line-height: 36px;
  }
  section ul.video-list li.hot .txt {
    padding: 10px 0;
  }
  section ul.video-list li.hot .txt .top-tit h5 {
    font-size: 16px;
  }
  section ul.video-list li.hot .txt .top-tit .label {
    display: none;
  }
  section ul.video-list li:not(.hot) {
    width: calc((100% - 10px) / 2);
  }
  section ul.video-list li:not(.hot) .txt h5 {
    font-size: 16px;
  }
  section .article-page {
    padding: 20px 0;
  }
  section .article-page .top-nav a {
    font-size: 14px;
    line-height: 36px;
  }
  section .article-page .main-cont .le-recommend ul li {
    width: calc((100% - 10px) / 2);
  }
  section .article-page .main-cont .ri-list ul.list li a .date {
    width: 42px;
  }
  section .article-page .main-cont .ri-list ul.list li a .date h3 {
    font-size: 32px;
  }
  section .article-page .main-cont .ri-list ul.list li a .date p {
    font-size: 12px;
  }
  section .article-page .main-cont .ri-list ul.list li a .ri-item {
    padding-left: 10px;
  }
  section .article-page .main-cont .ri-list ul.list li a .ri-item .img {
    width: 100px;
  }
  section .article-page .main-cont .ri-list ul.list li a .ri-item .txt {
    padding-left: 10px;
  }
  section .article-page .main-cont .ri-list ul.list li a .ri-item .txt h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  section .article-page .main-cont .ri-list ul.list li a .ri-item .txt h5 span {
    display: none;
  }
  section .layui-laypage {
    margin-top: 20px;
  }
  section .article-details .content .le-item {
    padding: 20px 16px;
  }
  section .article-details .content .le-item .title h1 {
    font-size: 16px;
  }
  section .article-details .content .le-item .link a {
    font-size: 12px;
  }
  section .article-details .content .ri-item .module .news-list ul li {
    width: 100%;
  }
  section .article-details .content .ri-item .module .video-list li {
    width: calc((100% - 10px) / 2);
  }
  section .contact-page .top-mode .main-cont .top-list ul li h5 .iconfont {
    width: 18px;
  }
  section .contact-page .top-mode .main-cont .top-list ul li h5 span {
    font-size: 16px;
  }
  section .contact-page .top-mode .main-cont .top-list ul li .txt {
    font-size: 14px;
  }
  section .team-page .main-cont .top-external ul li {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  section .team-page .main-cont .top-external ul li:nth-child(3n) {
    margin-right: 10px;
  }
  section .team-page .main-cont .top-external ul li:nth-child(2n) {
    margin-right: 0;
  }
  section .team-page .main-cont .inside ul li {
    display: block;
    padding: 10px;
  }
  section .team-page .main-cont .inside ul li .le-img {
    width: 100%;
  }
  section .team-page .main-cont .inside ul li .le-img .inside-button {
    width: 100%;
    justify-content: space-between;
  }
  section .team-page .main-cont .inside ul li .le-img .inside-button > div {
    width: 40px;
    height: 40px;
  }
  section .team-page .main-cont .inside ul li .ri-text {
    height: 400px;
    padding-left: 0;
    margin-top: 10px;
  }
  section .team-page .main-cont .inside ul li .ri-text .top-text .label-list span {
    font-size: 12px;
  }
  section .team-page .main-cont .inside ul li .ri-text .top-text .text-box .text-list {
    height: 170px;
    padding-left: 0;
  }
  section .team-page .main-cont .inside ul li .ri-text .top-text .text-box a {
    width: 100%;
  }
  section .team-page .main-cont .inside ul li .ri-text .certificate-list {
    width: 100%;
  }
  footer .extra-wrap ul li a {
    width: 40px;
    height: 40px;
  }
  footer .extra-wrap ul li a span {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  footer .top-footer .content {
    display: block;
  }
  footer .top-footer .content .le-item .logo {
    max-width: 160px;
    margin: 0 auto;
  }
  footer .top-footer .content .le-item .text {
    text-align: center;
  }
  footer .top-footer .content .ri-item {
    margin-top: 20px;
  }
  .hideHeader .content {
    padding-left: 12px;
  }
}
/*# sourceMappingURL=style.css.map */