/* CDN æœåŠ¡ä»…ä¾›å¹³å°ä½“éªŒå’Œè°ƒè¯•ä½¿ç”¨ï¼Œå¹³å°ä¸æ‰¿è¯ºæœåŠ¡çš„ç¨³å®šæ€§ï¼Œä¼ä¸šå®¢æˆ·éœ€ä¸‹è½½å­—ä½“åŒ…è‡ªè¡Œå‘å¸ƒä½¿ç”¨å¹¶åšå¥½å¤‡ä»½ã€‚ */
/* @font-face {
  font-family: 'iconfont';  
  src: url('//at.alicdn.com/t/c/font_3721758_55esrrcuep7.woff2?t=1671006453599') format('woff2'),
  url('//at.alicdn.com/t/c/font_3721758_55esrrcuep7.woff?t=1671006453599') format('woff'),
  url('//at.alicdn.com/t/c/font_3721758_55esrrcuep7.ttf?t=1671006453599') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
} */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #dddddd;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #999999;
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(85, 85, 85, 0.4);
}
.header {
  position: relative;
  height: auto;
}
header {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0vw 3vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.3s all ease-in-out;
  background: rgba(255, 255, 255, 0.5)
}
header.headerActive {
  width: 100%;
  -webkit-transition: all 0.5s;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
header .logo {
  width: 9vw;
}

header nav ul {
  display: flex;
}
header nav ul li {
  padding-right: 3vw;
}
header nav ul li a {
  color: white;
}
header nav .menu {
  height: 5vw;
}
header nav .menu .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}
header nav .menu .sub-menu {
  background: rgba(255, 255, 255, 1);
  line-height: 0.4rem;
  position: absolute;
  width: 100%;
  top: 95%;
  left: 0;
  transition: 0.2s;
  border-radius: 0px 0px 5px 5px;
  display: none;
}
header nav .menu a {
  padding: 0 16px;
  color: #343434;
  font-weight: bold;
}
header .right {
  display: flex;
  color: white;
  font-size: 1.5vw;
}
header .right .entry {
  width: 0.5rem;
  height: 0.5rem;
  background: url('../images/mentry.png') no-repeat left center;
  background-size: contain;
  margin-right: 0.55rem;
  cursor: pointer;
}
.header .top-news {
  height: 0.94rem;
  line-height: 0.94rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  z-index: 10;
}
.header .top-news .wrap {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto;
}
.header .top-news .wrap>div {
  margin: 0 0.2rem;
}
.header .top-news .news-item {
  display: flex;
  justify-content: space-between;
}
.header .top-news .news-list {
  flex: 1;
  margin: 0 0px 0px -10px !important;
  font-size: 12px;
  height: 0.94rem;
  overflow: hidden;
}
.header .top-news a {
  color: #ffffff;
}
.header .top-news a:hover {
  font-size: 14px;
}

footer {
  width: 100%;
  height: auto;
  background: #0092c8 ;
  background-size: cover !important;
  padding: 3vw 12vw 2vw 12vw;
  position: relative;
  z-index: 99;
}
footer .footer {
  width: 100%;
  height: auto;
}
footer .footer .footerHead {
  display: flex;
  justify-content: space-between;
  color: white;
  padding-bottom: 2vw;
  border-bottom: 1px solid white;
}
footer .footer .footerHead .logo {
  display: flex;
}
footer .footer .footerHead .logo .logoImg {
  width: 12vw;
  padding-right: 1vw;
}
footer .footer .footerNav {
  margin-top: 2vw;
}
footer .footer .footerNav .level1 {
  width: 9vw;
  display: inline-grid;
}
footer .footer .footerNav .level1.address {
  width: 30vw;
  display: inline-grid;
  color: #fff;
}
footer .footer .footerNav .level1 a {
  font-size: 0.9vw;
  margin-bottom: 1.5vw;
  color: #ffffff;
  font-weight: bold;
}
footer .footer .footerNav .level1 ul li {
  margin-bottom: 1vw;
  text-align: left;
}
footer .footer .footerNav .level1 ul li a {
  font-size: 0.75vw;
  color: #ffffff;
  opacity: 0.5;
  font-weight: normal;
}
footer .footer .footerNav .level1 ul li:hover a {
  border-bottom: 1px solid #ffffff;
}
footer .footer .footerNav .level1:last-child ul li a {
  opacity: 1;
  font-size: 0.95vw;
}
footer .footer .qrcodeBox {
  width: 8vw;
  position: absolute;
  right: 12vw;
  text-align: center;
  margin-top: 1vw;
}
footer .footer .qrcodeBox .img {
  width: 8vw;
  margin: 0.5vw auto;
}
footer .footer .qrcodeBox p {
  color: #ffffff;
  opacity: 0.5;
  font-size: 0.8vw;
}
footer .footer .footerInfo {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 1vw;
  margin-top: 1vw;
  color: #ffffff;
  opacity: 0.7;
  font-size: 0.8vw;
  display: flex;
  justify-content: space-between;
}
footer .footer .footerInfo .text a{
  color: #ffffff;
}
.banner{
  width: 100%;
  background-size: cover !important;
}
.banner image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 100%;
}
.banner .text{
  padding-top: 18vw;
  padding-left: 12vw;
  color: white;
  font-size: 2.5vw;
  font-weight: bold;
}
.banner .text span{
  font-weight: normal;
  font-size: 1.2vw;
}
.backTop {
  z-index: 999 !important;
}
.backTop:hover {
  background: #0a6aa1 !important;
}
.about {
  width: 100%;
  overflow: hidden;
}
.about .xImg {
  width: 2px;
  height: 0%;
  background: #c7c7c7;
  position: absolute;
  left: 49.45vw;
  margin-top: 5.5vw;
  z-index: 1;
}
.about .xImg::before {
  content: '';
  position: absolute;
  margin-left: -0.4vw;
  width: 1vw;
  height: 1vw;
  background-color: #005bac;
  border-radius: 50%;
}
.about .xImg2 {
  width: 2px;
  height: 0%;
  background: #005bac;
  position: absolute;
  left: 49.45vw;
  margin-top: 5.5vw;
  z-index: 1;
}
.about .f1 {
  width: 100%;
  display: flex;
  padding: 5vw 13vw 5vw 13vw;
}
.about .f1 .left {
  width: 50vw;
  overflow: hidden;
}
.about .f1 .left .info {
  width: 44vw;
  position: absolute;
  margin-top: 4vw;
  transition: 0.5s all ease-in-out;
}
/* .about .f1 .left .img {
  width: 31vw;
  margin-top: 13vw;
  overflow: hidden;
  border-radius: 20px;
}
.about .f1 .left .img img {
  transition: 0.5s all;
}
.about .f1 .left .img:hover img {
  transform: scale(1.1);
} */
.about .f1 .right {
  width: 50vw;
  padding-left: 5vw;
}
.about .f1 .right .tit {
  color: #303030;
  font-size: 1.5vw;
  font-weight: bold;
}
.about .f1 .right .des {
  margin-top: 11vw;
  color: #303030;
  font-size: 0.9vw;
  text-align: justify;
  line-height: 2;
  height: 18vw;
  overflow: auto;
  padding-right:8px;
}
.about .f1 .right .des p {
  margin-bottom: 2vw;
  text-indent: 2vw;
}
.about .f1 .right .des p:last-child {
  margin-bottom: 0;
}
.about .f1 .f1Swiper {
  width: 30vw;
  height: 20vw;
  position: relative;
  margin-top: 11vw;
}

.about .f1 .f1Swiper .swiper-slide {
  
  cursor: pointer;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.5s all ease-in-out;
}

.about .f1 .f1Swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
  position: relative;
  overflow: hidden;
}

.about .f1 .f1Swiper .swiper-slide .img img {
  transition: 0.5s all ease-in-out;
}
/* .about .f1 .f1Swiper .swiper-slide:first-child {
  margin-left: 13vw;
}

.about .f1 .f1Swiper .swiper-slide:last-child {
  margin-right: 13vw;
} */

.about .f1 .f1Swiper .swiper-slide-active {
  opacity: 1;
}

.about .f1 .f1Swiper .swiper-slide:hover {
  opacity: 1;
}

.about .f2 {
  width: 100%;
  height: 50vw;
  background: #005bac;
  background-size: cover !important;
  position: relative;
  z-index: 2;
}
.about .f2 .tit {
  color: white;
  font-size: 1.5vw;
  font-weight: bold;
  padding-left: 13vw;
  padding-top: 12vw;
}
.about .f2 .f2Swiper {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 2vw;
}
.about .f2 .f2Swiper .swiper-slide {
  width: 21vw;
  height: 30vw !important;
  cursor: pointer;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.5s all ease-in-out;
}
.about .f2 .f2Swiper .swiper-slide .year {
  font-weight: bold;
  font-size: 8vw;
}
.about .f2 .f2Swiper .swiper-slide .img {
  width: 21vw;
  height: 13vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
  position: relative;
  overflow: hidden;
}
.about .f2 .f2Swiper .swiper-slide .img img {
  transition: 0.5s all ease-in-out;
}
.about .f2 .f2Swiper .swiper-slide .des {
  font-size: 0.9vw;
  line-height: 2;
  margin-top: 1vw;
}
.about .f2 .f2Swiper .swiper-slide:first-child {
  margin-left: 13vw;
}
.about .f2 .f2Swiper .swiper-slide:last-child {
  margin-right: 13vw;
}
.about .f2 .f2Swiper .swiper-slide-active {
  opacity: 1;
}
.about .f2 .f2Swiper .swiper-slide:hover {
  opacity: 1;
}
.about .f3 {
  width: 100%;
  display: flex;
  padding: 10vw 12vw 5vw 12vw;
}
.about .f3 .left {
  width: 50vw;
}
.about .f3 .right {
  width: 50vw;
  padding-left: 5vw;
}
.about .f3 .right .tit {
  color: #303030;
  font-size: 1.5vw;
  font-weight: bold;
}
.about .f3 .right .des {
  color: #303030;
  font-size: 0.9vw;
  line-height: 2;
  margin-top: 2vw;
}
.about .f3 .right .des p {
  margin-bottom: 2vw;
  text-indent: 2vw;
}
.about .f3 .right .des p:last-child {
  margin-bottom: 0;
}
.about .f4 {
  width: 100%;
  padding: 2vw 12vw 5vw 12vw;
  position: relative;
  z-index: 2;
}
.about .f4 .tit {
  color: #303030;
  font-size: 1.5vw;
  font-weight: bold;
}
.about .f4 img {
  width: 100%;
  margin-top: 3vw;
  margin-left: .9vw;
}
.about .f5 {
  width: 100%;
  height: 50vw;
  background: #e1edf9 url('../images/bg2.png') no-repeat left center;
  background-size: auto 76%;
  background-position-x: 15vw;
  background-blend-mode: overlay;
}
.about .f5 .tit {
  color: #303030;
  font-size: 1.5vw;
  font-weight: bold;
  position: absolute;
  padding: 2vw 12vw 5vw 12vw;
}
.about .f5 .f5Swiper {
  width: 100%;
  height: 50vw;
  padding: 0 8vw;
  overflow: hidden;
}
.about .f5 .f5Swiper .swiper-slide {
  width: 100%;
  display: flex;
  transform: translateX(-10vw);
  transition: 0.5s all ease-in-out;
}
.about .f5 .f5Swiper .swiper-slide .des {
  color: #0258a5;
  font-weight: bold;
  font-size: 1vw;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.about .f5 .f5Swiper .swiper-slide .des span {
  font-size: 4vw;
}
.about .f5 .f5Swiper .swiper-slide .img {
  width: 13vw;
  height: 13vw;
  margin-left: 8vw;
  transform: scale(.7);
}
.about .f5 .f5Swiper .swiper-slide .name {
  color: #0258a5;
  font-size: 1vw;
  position: absolute;
  right: -10vw;
  width: 35vw;
  margin-top: 3vw;
  transition: 0.5s all ease-in-out;
  text-align: left;
}
.about .f5 .f5Swiper .swiper-slide-active {
  transform: translateX(0);
}
.about .f5 .f5Swiper .swiper-slide-active .img{
  transform: scale(1.1);
}
.about .f5 .f5Swiper .swiper-slide-active .des {
  opacity: 1;
}
.about .f5 .f5Swiper .swiper-slide-active .name {
  font-weight: bold;
  font-size: 2vw;
  right: 0;
}
.about .f5 .f5Swiper .swiper-button-next,
.about .f5 .f5Swiper .swiper-button-prev {
  top: 85%;
  width: 3vw;
  height: 3vw;
}
.about .f5 .f5Swiper .swiper-button-next,
.about .f5 .f5Swiper .swiper-rtl .swiper-button-prev {
  right: 13vw;
}
.about .f5 .f5Swiper .swiper-button-prev,
.about .f5 .f5Swiper .swiper-rtl .swiper-button-next {
  left: auto;
  right: 17vw;
}
.about .f5 .f5Swiper .swiper-button-prev:after,
.about .f5 .f5Swiper .swiper-rtl .swiper-button-next:after,
.about .f5 .f5Swiper .swiper-button-next:after,
.about .f5 .f5Swiper .swiper-rtl .swiper-button-prev:after {
  content: inherit;
}
.about .f6 {
  padding: 5vw 13vw 5vw 13vw;
}
.about .f6 .tit {
  color: #303030;
  font-size: 1.5vw;
  font-weight: bold;
  background: white;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.about .f6 .des {
  margin: 0 auto;
  text-align: center;
  color: #303030;
  font-size: 0.9vw;
  position: relative;
  z-index: 2;
  line-height: 2;
  background: white;
  padding-bottom: 2vw;
}

/* 新闻 */
.about .f6 .tit .label-title{
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  line-height: 0.33rem;
}
.about .f6 .tit .btn {
  font-weight: 100;
  min-width: 1rem;
  display: flex;
  justify-content: space-between;
  display: inline-block;
  padding: 0 15px;
  height: 0.33rem;
  line-height: 0.33rem;
  border: 1px solid #7cb8d4;
  color: #7cb8d4;
  border-radius: 16px;
  cursor: pointer;
  font-size: 12px;
}
.about .f6 .group-news {
  width: 100%;
  margin: 0 auto;
}
.group-news .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.group-news .news-list li {
  width: 4.05rem;
  height: 2.2rem;
  background: #f2f2f2;
  padding: 0 0.3rem;
  text-align: left;
  font-size: 12px;
  margin: 10px 0;
  position: relative;
}

.group-news .news-list li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 10%;
  height: 5px;
  background: #0092c8;
  transition: 0.1s;
}

.group-news .news-list li:hover::after {
  width: 80%;
}

.group-news .news-list li a {
  color: #343434;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.group-news .news-list .news-title {
  height: 0.8rem;
  line-height: 0.8rem;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
}

.group-news .news-list .content {
  line-height: 0.3rem;
  height: 0.9rem;
  overflow: hidden;
}

.group-news .news-list .news-time {
  text-align: right;
  margin-top: 0.1rem;
  font-size: 14px;
}

.group-news .news-list .cover {
  display: none;
}

.group-news .btn {
  font-weight: 100;
  min-width: 1rem;
  display: flex;
  justify-content: space-between;
}

.group-institution {
  display: flex;
  font-size: 12px;
  margin-top: 10px;
  width: 100%;
  line-height: 0.3rem;
  justify-content: space-around;
  flex-wrap: wrap;
}

.group-institution a {
  color: #0c1227;
  display: block;
}

.group-institution li img {
  display: block;
  width: 4.68rem;
  height: 2.55rem;
  margin-bottom: 0.1rem;
}

.about .f7 {
  width: 100%;
  padding-bottom: 2vw;
  z-index: 2;
  background:#ffffff;
  position: relative;
}
.about .f7 .tit {
  color: #303030;
  font-size: 1.5vw;
  font-weight: bold;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2vw 13vw 2vw 13vw;
  background: #fff;
}
.about .f7 .tit .label-title {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  line-height: 0.33rem;
}

.about .f7 .tit .btn {
  font-weight: 100;
  min-width: 1rem;
  display: flex;
  justify-content: space-between;
  display: inline-block;
  padding: 0 15px;
  height: 0.33rem;
  line-height: 0.33rem;
  border: 1px solid #7cb8d4;
  color: #7cb8d4;
  border-radius: 16px;
  cursor: pointer;
  font-size: 12px;
}

.about .f7 .des {
  background: #fff;
}

.about .f7 .group-institution {
  display: flex;
  font-size: 12px;
  width: 100%;
  line-height: 0.3rem;
  justify-content: space-around;
  flex-wrap: wrap;
}

.about .f7 .group-institution a {
  color: #0c1227;
  display: block;
}

.about .f7 .group-institution li img {
  display: block;
  width: 4.68rem;
  height: 2.55rem;
  margin-bottom: 0.1rem;
}

@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}














@media (max-width: 900px) {
  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }

  .header {
    padding-top: 0;
  }

  .businessTabBox {
    display: none;
  }

  .header .top-news a {
    color: #ffffff;
  }

  .header .top-news a:hover {
    font-size: 14px;
  }

  .header .label-title,
  .header .tip {
    display: none;
  }
  .header .top-news .wrap {
    width:90%;
  }

  .sp_header {

    height: 50px;

    overflow: hidden;

    background: #fff;

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0
  }

  .sp_logo {
    padding: 5px;
    float: left;
  }

  .sp_logo img {

    margin: auto;
    height: 40px;
    transition: .35s all ease-in-out;
  }

  .sp_nav {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    margin: 0 2vw;
  }

  .sp_nav span {

    display: block;

    background: #0a6aa1;

    width: 30px;

    height: 2px;

    position: absolute;

    left: 10px;

    transition: all ease .35s
  }

  .sp_nav span:nth-of-type(1) {

    top: 15px;

  }

  .sp_nav span:nth-of-type(2) {

    top: 25px
  }

  .sp_nav span:nth-of-type(3) {

    top: 35px
  }

  .sp_nav_se span:nth-of-type(1) {

    top: 25px;

    transform: rotate(45deg)
  }

  .sp_nav_se span:nth-of-type(2) {

    width: 0
  }

  .sp_nav_se span:nth-of-type(3) {

    top: 25px;

    transform: rotate(-45deg)
  }

  .nav_sp_logo {
    width: 40px !important;
    position: fixed;
    z-index: 999;
  }

  .sp_flex {
    display: flex;
  }

  .sp_black {
    width: 50px;
    height: 100%;
    position: fixed;
    background: black;
    right: -100%;
    top: 0;
    transition: top ease .35s
  }

  .sjj_nav {
    position: fixed;
    z-index: 999;
    background: white;
    width: 85%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: 0;
    right: -100%;
    padding-top: 15vw;
    overflow: auto;
    overflow-x: hidden;
    transition: right ease .35s
  }

  .sp_flex .mengBan {
    width: 15%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    transition: right ease .35s
  }

  .nav_show2 {

    right: 85% !important;

  }

  .nav_show {

    right: 0;

  }

  .sp_bottom {
    width: 100%;
    margin: 8vw auto;
    display: inline-block;
    text-align: center;
  }

  .sp_bottom .sp_serach {
    width: 31vw;
    height: 12vw;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 5vw;
  }

  .sp_bottom .sp_serach i {
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }

  .sp_bottom .sp_lag {
    width: 31vw;
    height: 12vw;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    text-align: center;
  }

  .sp_bottom .sp_lag i {
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }

  .sjj_nav>ul>li:first-child {

    overflow: hidden;

    border-top: 0
  }

  .sjj_nav>ul>li:first-child>a {

    /*float: left;*/

    /*width: calc(100% - 70px)*/

  }

  .sjj_nav>ul>li:first-child .language {

    float: right;

    width: 70px;

    overflow: hidden;

    line-height: 30px;

    margin-top: 5px
  }

  .sjj_nav>ul>li:first-child .language a {

    width: 35px;

    float: left;

    border-left: 1px #ddd solid;

    text-align: center;

    color: #999
  }

  .sjj_nav ul li i {

    position: absolute;

    top: 5px;

    right: 0;

    height: 30px;

    padding: 0 7px
  }

  .sjj_nav ul li i svg {

    transform: rotate(-90deg);

    transition: all ease .35s
  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    transform: rotate(0)
  }

  .sjj_nav ul li {

    border-top: 1px #ddd solid;

    position: relative;

    line-height: 55px;

    font-size: 14px
  }

  .sjj_nav ul li.active {
    background: #f3f3f3;
  }

  .sjj_nav>ul>li:last-child {

    border-bottom: 1px #ddd solid
  }

  .sjj_nav ul li ul {
    background: #f3f3f3;
    display: none;
    border-top: 1px #ddd solid;
    padding: 10px 0;
  }

  .sjj_nav ul li a {

    color: rgba(0, 0, 0, .8);

    width: 80%;

    display: block;

    font-size: 16px;

    font-weight: 700;

    padding-left: 25px;

  }

  .sjj_nav ul li ul li {
    border: transparent;
    line-height: 30px;
  }

  .sjj_nav ul li ul li a {

    color: rgba(0, 0, 0, .5);

    display: block;

    text-align: left;

    font-size: 14px;
    padding-left: 45px;

  }

  .sjj_nav ul li i svg {

    width: 20px;

    height: 20px;

    fill: #063c7e;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #53b170;

  }

  .sjj_nav ul li ul li>ul {

    margin-left: 10px
  }

  .sjj_nav .iconBox {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15vw;
  }

  .sjj_nav .iconBox .icon {
    width: 50px;
    margin: 0 3vw;
    display: inline-block;
  }

  .sp_flex .sjj_nav .close {
    width: 25px;
    position: absolute;
    right: 5vw;
    top: 5vw;
  }

  .sp_flex .sjj_nav .bgImg {
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }

  header {
    padding: 0;
    left: 0;
  }

  .index .f1 .f1Swiper .swiper-slide .img {
    padding: 65vw 10vw 0 10vw;
  }

  .index .f1 .f1Swiper .swiper-slide .text .name {
    width: 60vw;
  }

  .index .f1 .f1Swiper .swiper-slide .text .des {
    padding: 0 5vw;
    font-size: 12px;
  }

  .index .f1 .f1Swiper .swiper-slide .text .more .moreBox {
    width: 6vw;
    height: 6vw;
    padding: 0.9vw;
    font-size: 12px;
  }

  .index .f1 .f1Swiper .swiper-button-next:after,
  .index .f1 .f1Swiper .swiper-rtl .swiper-button-prev:after {
    font-size: 12px;
  }

  .index .f1 .f1Swiper .swiper-slide .text .more .text {
    width: 20vw;
    font-size: 14px;
  }

  .index .f1 .f1Swiper .swiper-button-next,
  .index .f1 .f1Swiper .swiper-rtl .swiper-button-prev {
    width: 8vw;
    height: 8vw;
  }

  .index .f1 .f1Swiper .swiper-button-prev,
  .index .f1 .f1Swiper .swiper-rtl .swiper-button-next {
    width: 8vw;
    height: 8vw;
  }

  .index .indexF2 .f2 {
    padding: 10vw 5vw;
  }

  .index .indexF2 .f2 .titBox .name {
    font-size: 18px;
  }

  .index .indexF2 .f2 .titBox .name::before {
    font-size: 12px;
    margin-top: -4vw;
  }

  .index .indexF2 .f2 .titBox .more {
    font-size: 14px;
  }

  .index .indexF2 .f2 .titBox .more i {
    font-size: 12px;
    padding: 1vw;
  }

  .index .indexF2 .f2 .f2Box {
    display: block;
    margin-bottom: 0;
    margin-top: 5vw;
  }

  .index .indexF2 .f2 .f2Box .left {
    width: 100%;
    display: block;
    margin-top: 0;
  }

  .index .indexF2 .f2 .f2Box .right {
    width: 100%;
    margin-left: 0;
  }

  .index .indexF2 .f2 .f2Box .left .item {
    width: 100%;
    display: block;
    margin-bottom: 5vw;
  }

  .index .indexF2 .f2 .f2Box .left .item:first-child {
    top: inherit;
    margin-right: 0;
  }

  .index .indexF2 .f2 .f2Box .left .item:last-child {
    left: inherit;
    margin-top: 0;
  }

  .index .indexF2 .f2 .f2Box .right .item {
    width: 100%;
    display: block;
  }

  .index .indexF2 .f2 .f2Box .left .item .img {
    width: 100%;
    height: 50vw;
    border-radius: 5px;
  }

  .index .indexF2 .f2 .f2Box .left .item .text {
    width: 100%;
    padding: 5vw 0;
  }

  .index .indexF2 .f2 .f2Box .left .item .text .tab {
    display: none;
  }

  .index .indexF2 .f2 .f2Box .left .item .text .name {
    font-size: 16px;
    line-height: 1.7;
  }

  .index .indexF2 .f2 .f2Box .left .item .text .time {
    font-size: 14px;
  }

  .index .indexF2 .f2 .f2Box .right .item .img {
    width: 100%;
    height: 50vw;
    border-radius: 5px;
  }

  .index .indexF2 .f2 .f2Box .right .item .text {
    width: 100%;
    padding: 5vw 0;
  }

  .index .indexF2 .f2 .f2Box .right .item .text .tab {
    display: none;
  }

  .index .indexF2 .f2 .f2Box .right .item .text .name {
    font-size: 16px;
  }

  .index .indexF2 .f2 .f2Box .right .item .text .time {
    font-size: 14px;
  }

  .index .indexF2 .indexF2bg .f3 .tit {
    font-size: 18px;
  }

  .index .indexF2 .indexF2bg .f3 .tit::before {
    font-size: 12px;
    margin-top: -4vw;
    margin-left: 7.5vw;
  }

  .index .indexF2 .indexF2bg .f3 .f3Swiper .swiper-slide {
    width: 85vw;
    height: 65vw !important;
  }

  .index .indexF2 .indexF2bg .f3 .f3Swiper .swiper-slide .img {
    width: 85vw;
    height: 65vw !important;
  }

  .index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide {
    width: 85vw;
    height: 25vw !important;
  }

  .index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide .text {
    width: 85vw;
  }

  .index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide .text .name {
    font-size: 16px;
  }

  .index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide .text .des {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }

  .index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide .text .more {
    font-size: 14px;
  }

  .index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide .text .more i {
    font-size: 12px;
    padding: 1vw;
  }

  .index .indexF2 .indexF2bg .f4 {
    padding: 5vw;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(1) {
    width: 100%;
    height: 100vw;
    margin-right: 0;
    margin-bottom: 5vw;
    overflow: hidden;
    border-radius: 5px;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(1) .img {
    height: 100vw;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(1) .img img {
    height: auto;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(2) {
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper {
    height: 50vw;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items .img {
    height: 50vw;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(3) {
    width: 100%;
    height: 50vw;
    margin-right: 0;
    margin-bottom: 5vw;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper {
    height: 50vw;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(4) {
    width: 100%;
    height: 50vw;
    margin-right: 0;
    margin-bottom: 5vw;
    float: inherit;
    overflow: hidden;
    border-radius: 5px;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(5) {
    width: 100%;
    height: 50vw;
    margin-right: 0;
    margin-bottom: 5vw;
    float: inherit;
    overflow: hidden;
    border-radius: 5px;
  }

  .index .indexF2 .indexF2bg .f4 .item .tit {
    padding-left: 5vw;
    margin-top: -15vw;
  }

  .index .indexF2 .indexF2bg .f4 .item .tit .tab {
    font-size: 14px;
  }

  .index .indexF2 .indexF2bg .f4 .item .tit .name {
    font-size: 14px;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items .tit {
    padding-left: 5vw;
    margin-top: -15vw;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items .tit .tab {
    font-size: 14px;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items .tit .name {
    font-size: 14px;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .items .tit {
    padding-left: 5vw;
    margin-top: -24vw;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .items .tit .tab {
    font-size: 14px;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .items .tit .name {
    font-size: 14px;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(4) .tit {
    padding-left: 5vw;
    margin-top: -25vw;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(5) .tit {
    padding-left: 5vw;
    margin-top: -25vw;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items {
    border-radius: 5px;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items .img {
    border-radius: 5px;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .items {
    border-radius: 5px;
  }

  .index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper {
    border-radius: 5px;
  }

  footer {
    padding: 5vw;
  }

  footer .footer .footerHead .logo .logoImg {
    width: 25vw;
    height: auto;
  }

  footer .footer .footerHead .logo .text {
    width: 40vw;
  }

  footer .footer .footerHead .iconBox .item {
    width: 7vw;
  }

  footer .footer .qrcodeBox {
    width: auto;
    position: relative;
    right: inherit;
  }

  footer .footer .qrcodeBox .img {
    width: 25vw;
    margin: 2vw auto;
  }

  footer .footer .footerInfo {
    display: block;
    font-size: 12px;
  }

  .index .indexF2 .indexF2bg .f3 .f33Swiper {
    margin-top: -7vw;
  }

  .about {
    margin-top: 50px;
  }

  .newsPage {
    margin-top: 50px;
  }

  .newsPage .titBox {
    padding: 5vw;
    display: block;
  }

  .newsPage .tabBox {
    margin-left: 0;
    top: inherit;
    margin-top: 3vw;
  }

  .newsPage .tabBox .item {
    font-size: 12px;
  }

  .newsPage .tabBox .active {
    padding: 5px 5vw;
  }

  .contactUs {
    margin-top: 50px;
  }

  .contactUs .f1 .textBox {
    width: 100%;
    margin-top: 0;
    padding: 0 5vw;
  }

  .contactUs .f1 .textBox .tit {
    font-size: 18px;
  }

  .contactUs .f1 .textBox .item {
    margin-bottom: 3vw;
  }

  .contactUs .f1 .textBox .item .icon {
    width: 3vw;
    top: 1vw;
  }

  .contactUs .f1 .textBox .item p {
    font-size: 14px;
    margin-left: 3vw;
  }

  .contactUs .f1 .mapImg {
    display: none;
  }

  .contactUs .f1 .f1Swiper {
    width: 90vw;
    left: 0;
    border-radius: 5px;
    margin-bottom: 5vw;
  }

  .contactUs .f1 .f1Swiper .swiper-slide .text {
    width: 100%;
    padding: 5vw;
  }

  .contactUs .f1 .f1Swiper .swiper-slide .text .tit {
    font-size: 16px;
  }

  .contactUs .f1 .f1Swiper .swiper-slide .text .item {
    font-size: 14px;
    margin-top: 2vw;
  }

  .contactUs .f1 .f1Swiper .swiper-button-next,
  .contactUs .f1 .f1Swiper .swiper-rtl .swiper-button-prev {
    width: 6vw;
    left: 82vw;
    top: 90%;
  }

  .contactUs .f1 .f1Swiper .swiper-button-prev,
  .contactUs .f1 .f1Swiper .swiper-rtl .swiper-button-next {
    width: 6vw;
    left: 74vw;
    top: 90%;
  }

  .resources {
    margin-top: 50px;
  }

  .resources .f1 {
    padding: 5vw;
    display: block;
  }

  .resources .f1 .left {
    width: 100%;
  }

  .resources .f1 .left .tit {
    font-size: 18px;
  }

  .resources .f1 .left .des {
    font-size: 14px;
  }

  .resources .f1 .right {
    margin: 0;
  }

  .resources .f1 .right img {
    width: 100%;
  }

  .resources .f2 {
    padding: 5vw;
  }

  .resources .f2 .tit {
    font-size: 18px;
  }

  .resources .f2 .f2Box {
    display: inline-block;
  }

  .resources .f2 .f2Box .item {
    width: 49%;
    display: inline-block;
    margin-bottom: 3vw;
  }

  .resources .f2 .f2Box .item:nth-child(2) {
    border: transparent;
  }

  .resources .f2 .f2Box .item .num {
    font-size: 28px;
  }

  .resources .f2 .f2Box .item .num span {
    font-size: 14px;
  }

  .resources .f2 .f2Box .item .n {
    font-size: 14px;
  }

  .resources .f3 .titBox {
    padding: 5vw;
  }

  .resources .f3 .titBox .tit {
    font-size: 18px;
  }

  .resources .f3 .titBox .des {
    width: 100%;
    font-size: 14px;
  }

  .resources .f3 .f3swiper {
    height: auto;
  }

  .resources .f3 .f3swiper .swiper-slide {
    width: 70vw;
  }

  .resources .f3 .f3swiper .swiper-slide .img {
    width: 70vw;
    height: 40vw;
  }

  .resources .f4 {
    padding: 5vw 5vw 10vw 5vw;
  }

  .resources .f4 .tit {
    font-size: 18px;
  }

  .resources .f4 .f4Box {
    width: 100%;
    height: 41vw;
  }

  .resources .f4 .f4Box .btn {
    width: 18vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
    top: 30vw;
  }

  .join {
    margin-top: 50px;
  }

  .join .f1 .tit {
    font-size: 18px;
  }

  .backTop {
    right: 10px !important;
  }

  .backTop.active {
    bottom: 20px !important;
  }

  .innovation {
    margin-top: 50px;
  }

  .innovation .f1 {
    height: 100vw;
    padding: 5vw;
  }

  .innovation .f1 .tit {
    font-size: 18px;
    padding-left: 0;
  }

  .innovation .f1 .f1Swiper {
    margin-top: 5vw;
  }

  .innovation .f1 .f1Swiper .swiper-slide {
    width: 42vw !important;
    height: 55vw !important;
  }

  .innovation .f1 .f1Swiper .swiper-slide .img {
    width: 36vw;
    height: 51vw;
    margin: 2vw;
  }

  .innovation .f1 .tabBox .item {
    font-size: 14px;
    padding: 5px 5vw;
  }

  .innovation .f1 .tabBox .item:hover {
    padding: 5px 5vw;
  }

  .innovation .f1 .tabBox .active {
    padding: 5px 5vw;
  }

  .innovation .f2 {
    height: auto;
  }

  .innovation .f2 .tit {
    font-size: 18px;
    padding: 5vw;
  }

  .innovation .f2 .bgImg {
    display: none;
  }

  .innovation .f2 .f2Box {
    padding: 5vw;
    margin-top: 10vw;
  }

  .innovation .f2 .f2Box .item {
    position: inherit;
    width: 42vw;
    margin-top: 3vw !important;
  }

  .innovation .f2 .f2Box .item:nth-child(2n) {
    margin-right: 0;
  }

  .dang {
    margin-top: 50px;
  }

  .dang .f1 {
    padding: 5vw;
  }

  .dang .f1 .tit {
    font-size: 18px;
  }

  .dang .mores .moreBox {
    display: none;
  }

  .dang .f1 .f1Item {
    display: block;
    border-radius: 5px;
    margin-top: 3vw;
  }

  .dang .f1 .f1Item .imgBox {
    width: 100%;
    height: 50vw;
  }

  .dang .f1 .f1Item .imgBox .img {
    width: 100%;
    height: 50vw;
  }

  .dang .f1 .f1Item .text {
    width: 100%;
    height: auto;
    padding: 5vw;
    display: block;
  }

  .dang .f1 .f1Item .text .time {
    font-size: 14px;
  }

  .dang .f1 .f1Item .text .name {
    font-size: 16px;
    margin-bottom: 0;
  }

  .dang .f1 .f1Item .text .more {
    display: none;
  }

  .dang .f1 .f1Box {
    display: block;
  }

  .dang .f1 .f1Box .item {
    width: 100%;
    height: auto;
    margin-top: 5vw;
    margin-right: 0;
    border-radius: 5px;
    display: block;
  }

  .dang .f1 .f1Box .item .img {
    width: 100%;
    height: 50vw;
  }

  .dang .f1 .f1Box .item .text {
    height: auto;
    font-size: 16px;
    top: inherit;
    color: #333333;
    padding: 0;
    margin: 2vw 0;
  }

  .newsDetail {
    margin-top: 50px;
  }

  .newsDetail .f1 {
    padding: 5vw;
    display: block;
  }

  .newsDetail .f1 .left {
    width: 100%;
  }

  .newsDetail .f1 .right {
    width: 100%;
    margin-left: 0;
  }

  .newsDetail .f1 .left .tit {
    font-size: 18px;
  }

  .newsDetail .f1 .left .infoBox {
    font-size: 14px;
    display: block;
  }

  .newsDetail .f1 .left .pageG a {
    font-size: 14px;
  }

  .newsDetail .f1 .right .item .time {
    font-size: 14px;
  }

  .newsDetail .f1 .right .item .time i {
    margin-right: 1vw;
  }

  .newsDetail .f1 .right .item .tit {
    font-size: 16px;
  }

  .dang .f2 {
    padding: 5vw;
  }

  .dang .f2 .tit {
    font-size: 18px;
  }

  .dang .f2 .f2Swiper {
    border-radius: 5px;
    margin-top: 3vw;
  }

  .dang .f2 .f2Swiper .swiper-slide {
    display: block;
  }

  .dang .f2 .f2Swiper .swiper-slide .imgBox {
    width: 100%;
    height: 50vw;
  }

  .dang .f2 .f2Swiper .swiper-slide .imgBox .img {
    width: 100%;
    height: 50vw;
  }

  .dang .f2 .f2Swiper .swiper-slide .text {
    width: 100%;
    height: auto;
  }

  .dang .f2 .f2Swiper .swiper-slide .text .time {
    font-size: 14px;
  }

  .dang .f2 .f2Swiper .swiper-slide .text .name {
    font-size: 16px;
  }

  .dang .f2 .f2Swiper .swiper-slide .text .time i {
    margin-right: 1vw;
  }

  .dang .f2 .f2Swiper .swiper-slide .text .more {
    display: none;
  }

  .dang .f3 {
    padding: 5vw;
  }

  .dang .f3 .tit {
    font-size: 18px;
  }

  .business {
    margin-top: 50px;
  }

  .business .f1 {
    padding: 5vw 0;
  }

  .business .f1 .f1Swiper {
    height: 100vw;
  }

  .business .f1 .f1Swiper .swiper-slide {
    width: 60vw !important;
    height: 80vw !important;
  }

  .business .f1 .f1Swiper .swiper-slide .img {
    height: 80vw !important;
  }

  .business .f1 .f1Swiper .swiper-slide:first-child {
    margin-left: 5vw;
  }

  .business .f1 .f1Swiper .swiper-pagination-progressbar {
    width: 90vw;
    left: 5vw;
    top: 98vw;
  }

  .business .f1 .f1Swiper .swiper-button-next,
  .business .f1 .f1Swiper .swiper-button-prev {
    width: 7vw;
    height: 7vw;
  }

  .business .f1 .f1Swiper .swiper-button-prev,
  .business .f1 .f1Swiper .swiper-rtl .swiper-button-next {
    left: 5vw;
  }

  .business .f1 .f1Swiper .swiper-button-next,
  .business .f1 .f1Swiper .swiper-rtl .swiper-button-prev {
    left: 15vw;
  }

  .business .f1 .f1Swiper .swiper-slide .img .textBox {
    padding-top: 60vw;
    padding-left: 5vw;
  }

  .business .f1 .f1Swiper .swiper-slide .img .textBox .icon {
    width: 8vw;
  }

  .business .f1 .f1Swiper .swiper-slide .img .textBox .name {
    font-size: 16px;
  }

  .businessDetail {
    margin-top: 50px;
  }

  .businessDetail .f1 {
    padding: 5vw;
  }

  .businessDetail .f1 .tit {
    font-size: 18px;
  }

  .businessDetail .f1 .des {
    font-size: 14px;
  }

  .businessDetail .f1 .f1Box .item {
    width: 100%;
    margin-right: 0;
    margin-top: 3vw;
  }

  .businessDetail .f1 .f1Box .item .img {
    width: 100%;
    height: 50vw;
  }

  .businessDetail .f1 .f1Box .item .name {
    font-size: 14px;
    padding: 0;
  }

  .businessDetail .f1 .f1Box .item .name::before {
    content: inherit;
  }

  .newsPage .titBox .tit {
    font-size: 18px;
  }

  .newsPage .newsBox {
    padding: 0 5vw;
    display: none;
  }

  .newsPage .newSearch {
    width: 90vw;
    height: 10vw;
    margin: 2vw 5vw;
  }

  .newsPage .newSearch .selectBox {
    width: 18vw;
    padding: 2.5vw 2vw;
  }

  .newsPage .newSearch .selectBox select {
    font-size: 14px;
  }

  .newsPage .newSearch .inputBox {
    width: 70vw;
  }

  .newsPage .newSearch .inputBox input {
    height: 8vw;
    font-size: 14px;
  }

  .newsPage .newSearch .inputBox i {
    font-size: 20px;
    margin: 1vw 0;
  }

  .newsPage .newsList {
    padding: 5vw;
  }

  .newsPage .newsList .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
    display: block;
  }

  .newsPage .newsList .item .text .time {
    font-size: 14px;
  }

  .newsPage .newsList .item .text .tit {
    font-size: 16px;
  }

  .newsPage .newsList .item .text {
    height: auto;
  }

  .about .f1 {
    padding: 5vw;
    display: block;
  }

  .about .xImg,
  .about .xImg2 {
    display: none;
  }

  .about .f1 .left {
    width: 100%;
  }
  .about .f1 .left .f1Swiper {
    width: 100%;
    height: 67vw;
  }

  .about .f1 .left .img {
    width: 100%;
    border-radius: 5px;
  }

  .about .f1 .right {
    width: 100%;
    margin-top: 5vw;
    padding-left: 0;
  }

  .about .f1 .right .tit {
    font-size: 18px;
  }

  .about .f1 .right .des {
    margin-top: 3vw;
    font-size: 14px;
  }

  .about .f2 {
    height: auto;
  }

  .about .f2 .tit {
    font-size: 18px;
    padding-left: 5vw;
    padding-top: 22vw;
  }

  .about .f2 .f2Swiper .swiper-slide:first-child {
    margin-left: 0;
    width: 60vw;
    height: auto !important;
  }

  .about .f2 .f2Swiper .swiper-slide {
    width: 60vw;
    height: auto !important;
  }

  .about .f2 .f2Swiper .swiper-slide .img {
    width: 100%;
    height: 40vw;
  }

  .about .f2 .f2Swiper .swiper-slide .des {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 5vw;
  }

  .about .f3 {
    display: block;
    padding: 5vw;
  }

  .about .f3 .left {
    width: 100%;
  }

  .about .f3 .right {
    width: 100%;
    padding: 0;
    margin-top: 5vw;
  }

  .about .f3 .right .tit {
    font-size: 18px;
  }

  .about .f3 .right .des {
    font-size: 14px;
  }

  .about .f4 {
    padding: 5vw;
  }

  .about .f4 .tit {
    font-size: 18px;
  }

  .about .f5 {
    height: auto;
  }

  .about .f5 .f5Swiper {
    height: auto;
    padding: 0 5vw;
  }

  .about .f5 .tit {
    font-size: 18px;
    position: relative;
    padding: 5vw;
    right: inherit;
  }

  .about .f6 {
    padding: 5vw;
  }

  .about .f6 .tit {
    font-size: 18px;
    padding: 0;
  }

  .about .f6 .des {
    width: 100%;
    font-size: 14px;
    margin-top: 3vw;
    text-align: justify;
  }

  .about .f6 .f6Item {
    display: block;
  }

  .about .f6 .f6Item .itemBox .item {
    margin-top: 5vw !important;
  }

  .about .f6 .f6Item .l .item:nth-child(1) {
    width: 100%;
    margin: 0;
  }

  .about .f6 .f6Item .l .item:nth-child(2) {
    width: 100%;
    margin: 0;
    left: inherit;
  }

  .about .f6 .f6Item .l .item:nth-child(3) {
    width: 100%;
    left: inherit;
  }

  .about .f6 .f6Item .c .item {
    width: 100%;
  }

  .about .f6 .f6Item .r .item:nth-child(1) {
    width: 100%;
    left: inherit;
  }

  .about .f6 .f6Item .r .item:nth-child(2) {
    width: 100%;
    left: inherit;
  }

  .about .f6 .f6Item .r .item:nth-child(3) {
    width: 100%;
  }

  .about .f7 {
    display: block;
    padding: 5vw;
  }

  .about .f7 .left {
    width: 100%;
  }

  .about .f7 .right {
    width: 100%;
    padding: 0;
  }

  .about .f7 .right .tit {
    font-size: 18px;
  }

  .about .f7 .right img {
    width: 70vw;
    margin-bottom: 5vw;
  }

  .index .f1 .f1Swiper .swiper-pagination {
    text-align: center;
    left: inherit;
  }

  footer .footer .footerNav {
    display: none;
  }

  .about .f5 .f5Swiper .swiper-slide {
    display: block;
    transform: translateX(0);
  }

  .about .f5 .f5Swiper .swiper-slide .des {
    display: none;
  }

  .about .f5 .f5Swiper .swiper-slide .img {
    width: 70vw;
    transition: .5s all ease-in-out;
    height: auto;
    margin: 0 auto;
    transform: scale(1);
  }

  .about .f5 .f5Swiper .swiper-slide .name {
    width: auto;
    position: relative;
    right: inherit;
    text-align: center;
    font-size: 14px;
    margin: 3vw 0;
    padding-top: 3vw;
  }

  .about .f5 .f5Swiper .swiper-button-next,
  .about .f5 .f5Swiper .swiper-button-prev {
    width: 6vw;
    height: 6vw;
    top: 95%;
  }

  .about .f5 .f5Swiper .swiper-button-next,
  .about .f5 .f5Swiper .swiper-rtl .swiper-button-prev {
    right: 5vw;
  }

  .about .f5 .f5Swiper .swiper-button-prev,
  .about .f5 .f5Swiper .swiper-rtl .swiper-button-next {
    right: 15vw;
  }

  .about .f6 li{
    width: 48%;
  }
  .about .f6 li:nth-child(odd) {
    margin-right: 1%;
  }
    .about .f6 li:nth-child(even) {
      margin-left: 1%;
    }

  .about .f7 {
    padding: 5vw;
  }
  .about .f7 .tit {
    font-size: 18px;
    padding: 0;
  }
  .about .f7 .group-institution li {
    width: 100%;
    margin-bottom: 4vw;
  }
  .about .f7 .group-institution li img {
    width: 100%;
    height: 50%;
  }

  .index .f1 .f1Swiper .swiper-button-prev:after,
  .index .f1 .f1Swiper .swiper-rtl .swiper-button-next:after {
    font-size: 12px;
  }

  .business .f1 .f1Swiper .swiper-slide .img::after {
    height: 30vw;
    top: 50vw;
  }

  .dang .f1 .f1Box .item:hover .img {
    transform: scale(1);
  }

  .dang .f3 .f3Box .item {
    width: 100%;
    margin-right: 0;
    margin-top: 5vw;
    border-radius: 0;
  }

  .dang .f3 .f3Box .item .imgBox {
    height: 50vw;
  }

  .dang .f3 .f3Box .item .imgBox .img {
    height: 50vw;
  }

  .dang .f3 .f3Box .item .text {
    height: auto;
    font-size: 16px;
  }

  .resources .f3 .f3swiper .swiper-slide .text {
    font-size: 14px;
    margin-top: 3vw;
  }

  .banner {
    height: 50vw;
  }

  .banner .text {
    padding-top: 22vw;
    font-size: 22px;
    padding-left: 0;
    text-align: center;
  }

  .banner .text span {
    font-size: 14px;
  }

  .about .f1 .right .des p {
    text-indent: 8vw;
  }

  .about .f2 .f2Swiper {
    margin-left: 5vw;
  }

  .newsDetail .f1 .left .des p,
  .newsDetail .f1 .left .des p span {
    font-size: 14px !important;
    line-height: 2 !important;
  }

  .newsDetail .f1 .left .des p img {
    width: auto !important;
    height: auto !important;
  }

  .index .f1 .f1Swiper .swiper-slide .video .text {
    position: absolute;
    z-index: 9;
    top: 60vw;
    padding: 0 5vw;
  }

  .index .f1 .f1Swiper .swiper-slide .video .text .name {
    width: 70vw;
  }

  .index .f1 .f1Swiper .swiper-slide .video .text .des {
    color: white;
    font-size: 14px;
  }

  .index .f1 .f1Swiper .swiper-slide .video .play {
    position: absolute;
    width: 20vw;
    left: 40vw;
    bottom: 30vw;
    z-index: 9;
  }

  @keyframes bgBoxAn {
    0% {
      transform: scale(1);
    }

    100% {
      transform: scale(1.2);
    }
  }
}