/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 3721758 */
  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: #555555;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #333333;
}
::-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 {
  width: 94vw;
  position: fixed;
  top: 0;
  left: 3vw;
  z-index: 999;
  padding: 2vw 0 1vw 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: 0.3s all ease-in-out;
}
header .logo {
  width: 17vw;
}
header nav {
  margin-top: 0.2vw;
}
header nav ul {
  display: flex;
}
header nav ul li {
  padding-right: 3vw;
}
header nav ul li a {
  color: white;
  font-size: 0.9vw;
}
header .right {
  display: flex;
  color: white;
  font-size: 1.5vw;
}
header .right .serach {
  margin-right: 1vw;
  padding-right: 1vw;
  cursor: pointer;
}
header .right .serach .serachInput {
  width: 0;
  position: absolute;
  margin-left: -10vw;
  top: 1.7vw;
  height: 2vw;
  color: white;
  font-size: 0.9vw;
  background: transparent;
  border: transparent;
  border-bottom: 1px solid white;
  outline: none;
  transition: 0.3s all ease-in-out;
}
header .right .serach .serachInputAvtice {
  width: 10vw;
}
header .right .serach::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1vw;
  margin-top: 0.5vw;
  background: white;
  margin-left: 1vw;
}
header .right .email {
  cursor: pointer;
}
.headerActive {
  width: 100%;
  left: 0;
  padding: 2vw 3vw 1vw 3vw;
  -webkit-transition: all 0.5s;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
footer {
  width: 100%;
  height: auto;
  background: url('/resources/assets/images/img15.jpg') center no-repeat;
  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;
  height: 3vw;
  padding-right: 1vw;
}
footer .footer .footerHead .logo .text {
  width: 15vw;
  margin-left: 2vw;
}
footer .footer .footerHead .iconBox {
  display: flex;
  margin-top: 1vw;
}
footer .footer .footerHead .iconBox .item {
  width: 2.5vw;
  margin-left: 2vw;
  cursor: pointer;
}
footer .footer .footerNav {
  margin-top: 2vw;
}
footer .footer .footerNav .level1 {
  width: 9vw;
  display: inline-grid;
}
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%;
  height: 30vw;
  background-size: cover !important;
}
.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;
}
.index .f1 {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9;
}
.index .f1 .f1Swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index .f1 .f1Swiper .swiper-slide .img {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  padding: 15vw 10vw;
  color: white;
  clip-path: circle(0%);
  transition: 1.2s all ease-in-out;
  animation: bgBoxAn 15s linear infinite;
}
@keyframes bgBoxAn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
.index .f1 .f1Swiper .swiper-slide .text {
  width: 100%;
  text-align: center;
  transition: 1s all ease-in-out;
}
.index .f1 .f1Swiper .swiper-slide .text .name {
  width: 30vw;
  margin: 0 auto;
}
.index .f1 .f1Swiper .swiper-slide .text .des {
  padding: 0 22vw;
  text-align: center;
  font-size: 0.85vw;
  line-height: 2;
}
.index .f1 .f1Swiper .swiper-slide .text .more {
  display: inline-block;
  margin-top: 10vw;
}
.index .f1 .f1Swiper .swiper-slide .text .more .moreBox {
  font-size: 1vw;
  width: 2vw;
  height: 2vw;
  background: #5cc2cf;
  color: white;
  border-radius: 50%;
  padding: 0.35vw;
  display: inline-block;
  float: left;
  text-align: left;
}
.index .f1 .f1Swiper .swiper-slide .text .more .text {
  width: 5vw;
  margin-top: 0.5vw;
  color: white;
  font-size: 0.85vw;
  margin-left: 0vw;
  transition: 0.5s all ease-in-out;
  display: inline-block;
  transform: translateX(0);
}
.index .f1 .f1Swiper .swiper-slide .video {
  width: 100%;
  height: 100vh;
  clip-path: circle(0%);
  transition: 1.2s all ease-in-out;
}
.index .f1 .f1Swiper .swiper-slide .video video {
  width: 100%;
  height: 115vh;
  position: relative;
  object-fit: cover !important;
}
.index .f1 .f1Swiper .swiper-slide-active .img {
  clip-path: circle(100%);
}
.index .f1 .f1Swiper .swiper-slide-active .video {
  clip-path: circle(100%);
}
.index .f1 .f1Swiper .swiper-button-next,
.index .f1 .f1Swiper .swiper-rtl .swiper-button-prev {
  right: 3vw;
  border: 1px solid white;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
}
.index .f1 .f1Swiper .swiper-button-prev,
.index .f1 .f1Swiper .swiper-rtl .swiper-button-next {
  left: 3vw;
  border: 1px solid white;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
}
.index .f1 .f1Swiper .swiper-button-next:after,
.index .f1 .f1Swiper .swiper-rtl .swiper-button-prev:after {
  color: white;
  font-size: 1vw;
}
.index .f1 .f1Swiper .swiper-button-prev:after,
.index .f1 .f1Swiper .swiper-rtl .swiper-button-next:after {
  color: white;
  font-size: 1vw;
}
.index .f1 .f1Swiper .swiper-pagination {
  bottom: 3vw;
  text-align: left;
  left: 3vw;
}
.index .f1 .f1Swiper .swiper-pagination-bullet {
  background: white;
  width: 0.8vw;
  height: 0.8vw;
}
.index .f1 .f1Swiper .swiper-pagination-bullet-active {
  border: 5px solid #5cc2cf;
}
.index .indexF2 {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: 100vh;
  background: white;
  overflow: hidden;
}
.index .indexF2 .f2 {
  width: 100%;
  padding: 5vw 12vw;
  position: relative;
}
.index .indexF2 .f2 .titBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index .indexF2 .f2 .titBox .name {
  color: #303030;
  font-size: 2vw;
  font-weight: bold;
}
.index .indexF2 .f2 .titBox .name::before {
  content: '01';
  position: absolute;
  color: #005bac;
  font-size: 0.8vw;
  margin-top: -1vw;
}
.index .indexF2 .f2 .titBox .more {
  color: #005bac;
  font-size: 0.8vw;
}
.index .indexF2 .f2 .titBox .more i {
  background-color: #005bac;
  border-radius: 50%;
  font-size: 1vw;
  color: white;
  padding: 0.5vw;
  text-align: left;
  margin-right: 0.3vw;
}
.index .indexF2 .f2 .f2Info {
  position: absolute;
  left: 0;
  z-index: -1;
  margin-top: -10vw;
}
.index .indexF2 .f2 .f2Box {
  width: 100%;
  display: flex;
  margin-bottom: 15vw;
}
.index .indexF2 .f2 .f2Box .left {
  width: 35vw;
  display: inline-block;
  margin-top: -8vw;
}
.index .indexF2 .f2 .f2Box .left .item {
  width: 16vw;
  display: inline-block;
}
.index .indexF2 .f2 .f2Box .left .item .img {
  width: 16vw;
  height: 9.5vw;
  border-radius: 15px;
  overflow: hidden;
}
.index .indexF2 .f2 .f2Box .left .item .img img {
  transition: 0.8s all ease-in-out;
}
.index .indexF2 .f2 .f2Box .left .item .text {
  width: 16vw;
  padding: 0 1vw;
}
.index .indexF2 .f2 .f2Box .left .item .text .tab {
  border: 1px solid #e4e4e4;
  width: 5vw;
  text-align: center;
  border-radius: 15px;
  margin: 1vw 0;
  font-size: 0.8vw;
  color: #5d5d5d;
}
.index .indexF2 .f2 .f2Box .left .item .text .name {
  color: #303030;
  font-size: 0.9vw;
  font-weight: bold;
}
.index .indexF2 .f2 .f2Box .left .item .text .time {
  color: #303030;
  font-size: 0.85vw;
  margin-top: 1vw;
}
.index .indexF2 .f2 .f2Box .left .item .text::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  margin-left: -1vw;
  margin-top: 1.7vw;
  background: #e4e4e4;
  transition: 0.5s all ease-in-out;
}
.index .indexF2 .f2 .f2Box .left .item:first-child {
  margin-right: 2.6vw;
  position: relative;
  top: 18vw;
}
.index .indexF2 .f2 .f2Box .left .item:last-child {
  position: relative;
  left: 18.8vw;
  margin-top: 6vw;
}
.index .indexF2 .f2 .f2Box .left .item:hover .img img {
  transform: scale(1.05);
}
.index .indexF2 .f2 .f2Box .left .item:hover .text::before {
  content: '';
  position: absolute;
  width: 16vw;
  height: 1px;
  margin-top: 1.7vw;
  margin-left: -1vw;
  background: #e4e4e4;
}
.index .indexF2 .f2 .f2Box .right {
  width: 35vw;
  margin-left: 5vw;
}
.index .indexF2 .f2 .f2Box .right .item {
  width: 35vw;
  display: inline-block;
}
.index .indexF2 .f2 .f2Box .right .item .img {
  width: 35vw;
  height: 21vw;
  border-radius: 15px;
  overflow: hidden;
}
.index .indexF2 .f2 .f2Box .right .item .img img {
  transition: 0.8s all ease-in-out;
}
.index .indexF2 .f2 .f2Box .right .item .text {
  width: 35vw;
  padding: 0 2vw 1vw 2vw;
}
.index .indexF2 .f2 .f2Box .right .item .text .tab {
  border: 1px solid #e4e4e4;
  width: 5vw;
  text-align: center;
  border-radius: 15px;
  margin: 1vw 0;
  font-size: 0.8vw;
  color: #5d5d5d;
}
.index .indexF2 .f2 .f2Box .right .item .text .name {
  color: #303030;
  font-size: 1.2vw;
  line-height: 1.7;
  font-weight: bold;
}
.index .indexF2 .f2 .f2Box .right .item .text .time {
  color: #303030;
  font-size: 0.85vw;
  margin-top: 1vw;
}
.index .indexF2 .f2 .f2Box .right .item .text::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  margin-left: -2vw;
  margin-top: 1.7vw;
  background: #e4e4e4;
  transition: 0.5s all ease-in-out;
}
.index .indexF2 .f2 .f2Box .right .item:hover .img img {
  transform: scale(1.05);
}
.index .indexF2 .f2 .f2Box .right .item:hover .text::before {
  content: '';
  position: absolute;
  width: 35vw;
  height: 1px;
  margin-left: -2vw;
  margin-top: 1.7vw;
  background: #e4e4e4;
}
.index .indexF2 #sineCanvas {
  width: 100%;
  height: 15vw;
  position: absolute;
  margin-top: -10vw;
  pointer-events: none;
}
.index .indexF2 .indexF2bg {
  width: 100%;
  height: auto;
}
.index .indexF2 .indexF2bg .f3 {
  width: 100%;
  background: #005bac;
}
.index .indexF2 .indexF2bg .f3 .infoImg {
  width: 80vw;
  position: absolute;
  left: 10vw;
  margin-top: -5vw;
  z-index: 5;
  pointer-events: none;
}
.index .indexF2 .indexF2bg .f3 .tit {
  color: #ffffff;
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
  padding-top: 5vw;
  position: relative;
  z-index: 5;
}
.index .indexF2 .indexF2bg .f3 .tit::before {
  content: '02';
  position: absolute;
  color: #ffffff;
  font-size: 0.8vw;
  margin-top: -1vw;
  margin-left: 3.5vw;
}
.index .indexF2 .indexF2bg .f3 .f3Info {
  position: absolute;
  margin-top: -5.5vw;
  width: 105%;
  left: -2.5%;
  height: 10vw;
  z-index: 4;
  border-radius: 100vw/25vw;
  background: #005bac;
  pointer-events: none;
}
.index .indexF2 .indexF2bg .f3 .f3Info2 {
  position: relative;
  margin-top: -9vw;
  width: 105%;
  left: -2.5%;
  height: 10vw;
  z-index: 4;
  border-radius: 100vw/25vw;
  background: #005bac;
  pointer-events: none;
}
.index .indexF2 .indexF2bg .f3 .f3Swiper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.index .indexF2 .indexF2bg .f3 .f3Swiper .swiper-slide {
  width: 50vw;
  height: 35vw !important;
  cursor: pointer;
}
.index .indexF2 .indexF2bg .f3 .f3Swiper .swiper-slide .img {
  width: 50vw;
  height: 35vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
  position: relative;
  overflow: hidden;
}
.index .indexF2 .indexF2bg .f3 .f3Swiper .swiper-slide .img img {
  transition: 0.5s all ease-in-out;
}
.index .indexF2 .indexF2bg .f3 .f3Swiper .swiper-slide:hover .img img {
  transform: scale(1.1);
}
.index .indexF2 .indexF2bg .f3 .f33Swiper {
  width: 100%;
  position: relative;
  margin-top: -6vw;
  z-index: 5;
}
.index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide {
  width: 50vw;
  height: 12vw !important;
}
.index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide .text {
  width: 37vw;
  height: 11vw;
  color: white;
  margin-left: 6vw;
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide .text .name {
  font-size: 1.5vw;
  font-weight: bold;
}
.index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide .text .des {
  font-size: 0.85vw;
  line-height: 1.7;
  margin: 2vw 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide .text .more {
  color: white;
  font-size: 0.8vw;
}
.index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide .text .more i {
  background-color: white;
  border-radius: 50%;
  font-size: 1vw;
  color: #005bac;
  padding: 0.5vw;
  text-align: left;
  margin-right: 0.3vw;
}
.index .indexF2 .indexF2bg .f3 .f33Swiper .swiper-slide-active .text {
  opacity: 1;
}
.index .indexF2 .indexF2bg .f3 .more {
  color: white;
  font-size: 0.8vw;
  width: 100%;
}
.index .indexF2 .indexF2bg .f3 .more i {
  background-color: white;
  border-radius: 50%;
  font-size: 1vw;
  color: #005bac;
  padding: 0.5vw;
  text-align: left;
  margin-right: 0.3vw;
}
.index .indexF2 .indexF2bg .f4 {
  width: 100%;
  display: inline-block;
  padding: 5vw 12vw;
  background: #005bac;
  background-image: linear-gradient(0, #ffffff 0%, #005bac 100%), linear-gradient(#005bac, #005bac);
  background-blend-mode: normal, 
        normal;
}
.index .indexF2 .indexF2bg .f4 .item {
  display: inline-block;
  float: left;
  border-radius: 15px;
}
.index .indexF2 .indexF2bg .f4 .item .img {
  overflow: hidden;
}
.index .indexF2 .indexF2bg .f4 .item .img img {
  transition: 0.5s all ease-in-out;
}
.index .indexF2 .indexF2bg .f4 .item .tit {
  color: white;
  padding-left: 1vw;
  margin-top: -4vw;
  position: relative;
}
.index .indexF2 .indexF2bg .f4 .item .tit .tab {
  font-size: 0.85vw;
  margin-bottom: 0.5vw;
}
.index .indexF2 .indexF2bg .f4 .item .tit .name {
  font-size: 1vw;
  font-weight: bold;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(1) {
  width: 24vw;
  height: 30vw;
  margin-right: 1vw;
  margin-bottom: 1vw;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(1) .img{
  height: 30vw;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(1) .img img{
  height: 30vw;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(2) {
  width: 49vw;
  height: 30vw;
  margin-bottom: 1vw;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper {
  width: 100%;
  height: 30vw;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items {
  border-radius: 15px;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items .img {
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  height: 30vw;
  background-size: cover !important;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items .img img {
  transition: 0.5s all ease-in-out;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items .tit {
  color: white;
  padding-left: 1vw;
  margin-top: -4vw;
  position: relative;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items .tit .tab {
  font-size: 0.85vw;
  margin-bottom: 0.5vw;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .items .tit .name {
  font-size: 1vw;
  font-weight: bold;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .swiper-pagination {
  bottom: 2vw;
  left: -2vw;
  text-align: right;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(2) .f4Swiper .swiper-pagination-bullet {
  background: white;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(3) {
  width: 24vw;
  height: 16vw;
  margin-right: 1vw;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper {
  width: 100%;
  height: 16vw;
  border-radius: 15px;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .items {
  border-radius: 15px;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .items .img {
  overflow: hidden;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .items .img img {
  transition: 0.5s all ease-in-out;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .items .tit {
  color: white;
  padding-left: 1vw;
  margin-top: -4vw;
  position: relative;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .items .tit .tab {
  font-size: 0.85vw;
  margin-bottom: 0.5vw;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .items .tit .name {
  font-size: 1vw;
  font-weight: bold;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .swiper-pagination {
  bottom: 1vw;
  left: -1vw;
  text-align: right;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(3) .f4Swiper .swiper-pagination-bullet {
  background: white;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(4) {
  width: 24vw;
  height: 16vw;
  margin-right: 1vw;
}
.index .indexF2 .indexF2bg .f4 .item:nth-child(5) {
  width: 24vw;
  height: 16vw;
}
.index .indexF2 .indexF2bg .f4 .item:hover .img img {
  transform: scale(1.05);
}
.index .indexF2 .indexF2bg .img8 {
  position: absolute;
  margin-top: -18vw;
  pointer-events: none;
}
.backTop {
  z-index: 999 !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.5vw;
  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 0 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;
}
.about .f1 .right .des p {
  margin-bottom: 2vw;
  text-indent: 2vw;
}
.about .f1 .right .des p:last-child {
  margin-bottom: 0;
}
.about .f2 {
  width: 100%;
  height: 50vw;
  background: url('/resources/assets/images/img24.png') center no-repeat;
  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: url('/resources/assets/images/img31.jpg') center no-repeat;
  background-size: cover !important;
}
.about .f5 .tit {
  color: #303030;
  font-size: 1.5vw;
  font-weight: bold;
  position: absolute;
  right: 37vw;
  margin-top: 7vw;
}
.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: 6vw 4vw;
}
.about .f6 .tit {
  color: #303030;
  font-size: 1.5vw;
  font-weight: bold;
  background: white;
  padding-left: 8vw;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 5vw;
}
.about .f6 .des {
  width: 50vw;
  margin: 0 auto;
  text-align: center;
  color: #303030;
  font-size: 0.9vw;
  position: relative;
  z-index: 2;
  line-height: 2;
  background: white;
}
.about .f6 .f6Item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: white;
  z-index: 2;
}
.about .f6 .f6Item .itemBox .item {
  position: relative;
  box-shadow: 1vw 1vw 3vw 0vw rgba(32, 32, 32, 0.31);
  border-radius: 15px;
  overflow: hidden;
}
.about .f6 .f6Item .itemBox .item img {
  transition: 0.5s all;
}
.about .f6 .f6Item .itemBox .item:hover img {
  transform: scale(1.1);
}
.about .f6 .f6Item .l .item:nth-child(1) {
  width: 17vw;
  margin-top: -5vw;
}
.about .f6 .f6Item .l .item:nth-child(2) {
  width: 13vw;
  margin-top: 5vw;
  left: 8vw;
}
.about .f6 .f6Item .l .item:nth-child(3) {
  width: 21vw;
  margin-top: 5vw;
  left: 3vw;
}
.about .f6 .f6Item .c .item {
  width: 37vw;
  margin-top: 4vw;
}
.about .f6 .f6Item .r .item:nth-child(1) {
  width: 15vw;
  margin-top: -5vw;
  left: 5vw;
}
.about .f6 .f6Item .r .item:nth-child(2) {
  width: 14vw;
  margin-top: 5vw;
  left: -3vw;
}
.about .f6 .f6Item .r .item:nth-child(3) {
  width: 21vw;
  margin-top: 5vw;
}
.about .f7 {
  width: 100%;
  padding: 5vw 0;
  display: flex;
}
.about .f7 .left {
  width: 50vw;
}
.about .f7 .left img {
  width: 47vw;
  margin: 0 auto;
}
.about .f7 .right {
  width: 50vw;
  padding-left: 5vw;
  padding-top: 5vw;
}
.about .f7 .right .tit {
  color: #303030;
  font-size: 1.5vw;
  font-weight: bold;
}
.about .f7 .right img {
  width: 20vw;
  margin-top: 3vw;
}
.newsPage .titBox {
  width: 100%;
  padding: 5vw 12vw 4vw 12vw;
  display: flex;
  justify-content: space-between;
}
.newsPage .titBox .tit {
  font-weight: bold;
  font-size: 1.5vw;
  color: #272727;
}
.newsPage .tabBox {
  display: inline-block;
  position: relative;
  top: 1.5vw;
  margin-left: 3vw;
}
.newsPage .tabBox .item {
  color: #272727;
  font-size: 0.85vw;
  transition: 0.3s all;
  padding: 5px 1vw;
}
.newsPage .tabBox .item:hover {
  background: #005bac;
  color: white;
  padding: 5px 1vw;
  border-radius: 30px;
}
.newsPage .tabBox .active {
  background: #005bac;
  color: white;
  padding: 5px 1vw;
  border-radius: 30px;
}
.newsPage .newsBox {
  width: 100%;
  display: flex;
  padding: 0 12vw;
}
.newsPage .newsBox .left {
  width: 45vw;
  height: 27vw;
  overflow: hidden;
}
.newsPage .newsBox .left .img {
  width: 45vw;
  height: 27vw;
  background-size: cover !important;
  overflow: hidden;
  transition: 0.5s all;
}
.newsPage .newsBox .left .img::after {
  content: '';
  position: absolute;
  width: 44vw;
  height: 21vw;
  background: url('/resources/assets/images/img41.png') center no-repeat;
  background-size: cover !important;
  margin-top: 6vw;
}
.newsPage .newsBox .left .text {
  position: relative;
  margin-top: -6vw;
  color: white;
  padding: 2vw;
}
.newsPage .newsBox .left .text .time {
  font-size: 0.85vw;
  margin-bottom: 0.5vw;
}
.newsPage .newsBox .left .text .time i{
  margin-right: .5vw;
}
.newsPage .newsBox .left .text .tit {
  font-size: 1vw;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.newsPage .newsBox .left:hover .img {
  transform: scale(1.1);
}
.newsPage .newsBox .right {
  padding: 0 0 0 5vw;
}
.newsPage .newsBox .right .item {
  width: 100%;
  padding: 1vw 0;
  height: 9vw;
  display: block;
  border-bottom: 1px solid #b8b8b8;
}
.newsPage .newsBox .right .item .time {
  color: #b8b8b8;
  font-size: 0.85vw;
  margin-bottom: 0.5vw;
  transition: 0.5s all ease-in-out;
}
.newsPage .newsBox .right .item .time i{
  margin-right: .5vw;
}
.newsPage .newsBox .right .item .tit {
  font-size: 1vw;
  font-weight: bold;
  color: #232323;
  transition: 0.5s all ease-in-out;
}
.newsPage .newsBox .right .item:last-child {
  border: transparent;
}
.newsPage .newsBox .right .item:hover .time {
  transform: translateY(1vw);
}
.newsPage .newsBox .right .item:hover .tit {
  transform: translateY(1vw);
}
.newsPage .newSearch {
  width: 76vw;
  height: 4vw;
  margin: 2vw 12vw;
  background-color: #ffffff;
  box-shadow: 1vw 1vw 3vw 0vw rgba(32, 32, 32, 0.1);
  display: flex;
}
.newsPage .newSearch .selectBox {
  width: 10vw;
  padding: 1.5vw 2vw;
}
.newsPage .newSearch .selectBox select {
  border: transparent;
  background: transparent;
  font-size: 0.85vw;
  outline: none;
}
.newsPage .newSearch .inputBox {
  width: 67vw;
  border-left: 1px solid #b8b8b8;
  margin: 1vw 0 1vw 0;
  padding: 0 2vw;
  display: flex;
}
.newsPage .newSearch .inputBox input {
  width: 100%;
  height: 2vw;
  font-size: 0.85vw;
  background: transparent;
  border: transparent;
  outline: none;
}
.newsPage .newSearch .inputBox i {
  color: #333333;
  font-size: 1.2vw;
  margin: 0.4vw;
  cursor: pointer;
}
.newsPage .newsList {
  width: 100%;
  padding: 0 12vw;
  display: inline-block;
}
.newsPage .newsList .item {
  width: 24.4vw;
  display: inline-block;
  float: left;
  margin-right: 1vw;
  margin-bottom: 1vw;
}
.newsPage .newsList .item .img {
  overflow: hidden;
}
.newsPage .newsList .item .img img {
  transition: 0.5s all ease-in-out;
}
.newsPage .newsList .item .text {
  width: 100%;
  height: 15vw;
  padding: 3vw 1vw;
  transition: 0.5s all ease-in-out;
}
.newsPage .newsList .item .text .time {
  font-size: 0.85vw;
  margin-bottom: 0.5vw;
  color: #b8b8b8;
}
.newsPage .newsList .item .text .time i{
  margin-right: .5vw;
}
.newsPage .newsList .item .text .tit {
  font-size: 1vw;
  font-weight: bold;
  color: #232323;
  line-height: 1.7;
  margin-bottom: 1vw;
}
.newsPage .newsList .item .text .des {
  color: #a3a3a3;
  font-size: 0.85vw;
  line-height: 1.7;
}
.newsPage .newsList .item:nth-child(3n) {
  margin-right: 0;
}
.newsPage .newsList .item:hover .img img {
  transform: scale(1.05);
}
.newsPage .newsList .item:hover .text {
  background: #005bac;
}
.newsPage .newsList .item:hover .text .time {
  color: white;
}
.newsPage .newsList .item:hover .text .tit {
  color: white;
}
.newsPage .newsList .item:hover .text .des {
  color: white;
}
.newsDetail .f1 {
  width: 100%;
  padding: 5vw 12vw;
  display: flex;
}
.newsDetail .f1 .left {
  width: 45vw;
}
.newsDetail .f1 .left .tit {
  font-weight: bold;
  font-size: 1.5vw;
  line-height: 1.7;
}
.newsDetail .f1 .left .infoBox {
  display: flex;
  color: #b8b8b8;
  font-size: 0.85vw;
  margin: 2vw auto;
}
.newsDetail .f1 .left .infoBox .info {
  margin-left: 3vw;
}
.newsDetail .f1 .left .des {
  color: #6c6c6c;
  font-size: 0.85vw;
  line-height: 2;
  text-align: justify;
}
.newsDetail .f1 .left .pageG {
  border-top: 1px solid #cecece;
  margin: 2vw 0;
  padding: 1vw 0;
}
.newsDetail .f1 .left .pageG a {
  font-size: 0.85vw;
  color: #787878;
  margin-bottom: 1vw;
  display: block;
}
.newsDetail .f1 .left .pageG a span {
  color: #404040;
}
.newsDetail .f1 .right {
  width: 26vw;
  margin-left: 4vw;
}
.newsDetail .f1 .right .item {
  width: 100%;
  padding: 1vw 0 2vw 0;
  display: block;
  border-bottom: 1px solid #b8b8b8;
}
.newsDetail .f1 .right .item .time {
  color: #b8b8b8;
  font-size: 0.85vw;
  margin-bottom: 0.5vw;
  transition: 0.5s all ease-in-out;
}
.newsDetail .f1 .right .item .tit {
  font-size: 0.9vw;
  line-height: 1.7;
  color: #232323;
  transition: 0.5s all ease-in-out;
}
.newsDetail .f1 .right .item:last-child {
  border: transparent;
}
.newsDetail .f1 .right .item:hover .time {
  transform: translateY(1vw);
}
.newsDetail .f1 .right .item:hover .tit {
  transform: translateY(1vw);
}
.business .f1 {
  padding: 8vw 0 4vw 0;
}
.business .f1 .f1Swiper {
  width: 100%;
  height: 45vw;
  overflow: hidden;
}
.business .f1 .f1Swiper .swiper-pagination-progressbar {
  width: 65vw;
  left: 22vw;
  top: 42vw;
}
.business .f1 .f1Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #005bac !important;
}
.business .f1 .f1Swiper .swiper-slide {
  width: 23vw !important;
  height: 31vw !important;
  background: white;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.5s all ease-in-out;
}
.business .f1 .f1Swiper .swiper-slide .img {
  width: 100% !important;
  height: 31vw !important;
  background-size: cover !important;
  display: block;
  transition: 0.5s all ease-in-out;
}
.business .f1 .f1Swiper .swiper-slide .img .textBox {
  padding-top: 23vw;
  position: relative;
  z-index: 1;
  padding-left: 2vw;
}
.business .f1 .f1Swiper .swiper-slide .img .textBox .icon {
  width: 3vw;
}
.business .f1 .f1Swiper .swiper-slide .img .textBox .name {
  font-size: 1vw;
  font-weight: bold;
  margin-top: 0.5vw;
  color: white;
}
.business .f1 .f1Swiper .swiper-slide .img::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 9vw;
  left: 0;
  height: 23vw;
  background: url('/resources/assets/images/img43.png') center no-repeat;
  background-size: cover !important;
}
.business .f1 .f1Swiper .swiper-slide:first-child {
  margin-left: 12vw;
}
.business .f1 .f1Swiper .swiper-slide:last-child {
  margin-right: 6vw;
}
.business .f1 .f1Swiper .swiper-slide:nth-child(2n) {
  margin-top: 6vw;
}
.business .f1 .f1Swiper .swiper-slide:hover {
  box-shadow: 0 0 20px 0 #a5a5a5;
}
.business .f1 .f1Swiper .swiper-slide:hover .img {
  transform: scale(1.1);
}
.business .f1 .f1Swiper .swiper-button-next,
.business .f1 .f1Swiper .swiper-button-prev {
  top: 93%;
  width: 3vw;
  height: 3vw;
}
.business .f1 .f1Swiper .swiper-button-next,
.business .f1 .f1Swiper .swiper-rtl .swiper-button-prev {
  left: 17vw;
  right: auto;
}
.business .f1 .f1Swiper .swiper-button-prev,
.business .f1 .f1Swiper .swiper-rtl .swiper-button-next {
  left: 12vw;
}
.business .f1 .f1Swiper .swiper-button-prev:after,
.business .f1 .f1Swiper .swiper-rtl .swiper-button-next:after,
.business .f1 .f1Swiper .swiper-button-next:after,
.business .f1 .f1Swiper .swiper-rtl .swiper-button-prev:after {
  content: inherit;
}
.businessDetail .f1 {
  padding: 10vw 12vw 5vw 12vw;
}
.businessDetail .f1 .tit {
  color: #303030;
  font-weight: bold;
  font-size: 1.5vw;
}
.businessDetail .f1 .des {
  color: #303030;
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
  margin: 2vw 0;
}
.businessDetail .f1 .f1Box {
  width: 100%;
  display: inline-block;
}
.businessDetail .f1 .f1Box .item {
  width: 36vw;
  display: inline-block;
  float: left;
  margin-right: 3vw;
  margin-bottom: 3vw;
}
.businessDetail .f1 .f1Box .item .img{
  width: 36vw;
  height: 23vw;
  overflow: hidden;
  background-size: cover !important;
}
.businessDetail .f1 .f1Box .item .img img{
  width: 36vw;
  object-fit: cover !important;
  transition: .5s all ease-in-out;
}
.businessDetail .f1 .f1Box .item:hover .img img{
  transform: scale(1.1);
}
.businessDetail .f1 .f1Box .item .name {
  font-weight: bold;
  font-size: 0.9vw;
  color: #303030;
  margin-top: 1.5vw;
  padding-left: 2vw;
}
.businessDetail .f1 .f1Box .item .name::before {
  content: '';
  position: absolute;
  width: 0.4vw;
  height: 0.4vw;
  margin-left: -1vw;
  margin-top: 0.4vw;
  background: #005bac;
  border-radius: 50%;
}
.businessDetail .f1 .f1Box .item:nth-child(2n) {
  margin-right: 0;
}
.dang .f1 {
  padding: 3vw 12vw;
}
.dang .titBoxs{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dang .mores {
  display: flex;
  position: relative;
  right: 0;
}
.dang .mores .moreBox {
  font-size: 1vw;
  width: 2vw;
  height: 2vw;
  background: #e61118;
  color: white;
  border-radius: 50%;
  padding: 0.35vw;
  text-align: left;
}
.dang .mores .moreBox::before {
  content: '';
  position: absolute;
  width: 2.8vw;
  height: 2.8vw;
  background: url('/resources/assets/images/moreD.png') center no-repeat;
  background-size: cover !important;
  margin-top: -0.75vw;
  margin-left: -0.8vw;
  animation: spin 30s linear infinite;
  transition: 0.3s all ease-in-out;
}
.dang .mores .texts {
  margin-top: 0.5vw;
  color: #e61118;
  margin-left: 1vw;
  transition: 0.5s all ease-in-out;
}
.dang .f1 .tit {
  color: #272727;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 1vw;
}
.dang .f1 .f1Item {
  width: 100%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.dang .f1 .f1Item .imgBox {
  width: 48vw;
  height: 32vw;
  overflow: hidden;
}
.dang .f1 .f1Item .imgBox .img {
  width: 48vw;
  height: 32vw;
  background-size: cover !important;
}
.dang .f1 .f1Item .text {
  width: 28vw;
  height: 32vw;
  background: url('/resources/assets/images/img70.jpg') center no-repeat;
  background-size: cover !important;
  color: white;
  padding: 5vw 2vw;
}
.dang .f1 .f1Item .text .time {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
.dang .f1 .f1Item .text .time i{
  margin-right: .5vw;
}
.dang .f1 .f1Item .text .name {
  font-weight: bold;
  font-size: 1.2vw;
  line-height: 1.7;
  margin-bottom: 2vw;
}
.dang .f1 .f1Item .text .des {
  font-size: 0.85vw;
  line-height: 1.7;
  text-align: justify;
}
.dang .f1 .f1Item .text .more {
  display: flex;
  margin-top: 7vw;
}
.dang .f1 .f1Item .text .more .moreBox {
  font-size: 1vw;
  width: 2vw;
  height: 2vw;
  background: white;
  color: #003c7e;
  border-radius: 50%;
  padding: 0.35vw;
  text-align: left;
}
.dang .f1 .f1Item .text .more .moreBox::before {
  content: '';
  position: absolute;
  width: 2.8vw;
  height: 2.8vw;
  background: url('/shengwucheng/assets/images/more2.png') center no-repeat;
  background-size: cover !important;
  margin-top: -0.75vw;
  margin-left: -0.8vw;
  animation: spin 30s linear infinite;
  transition: 0.3s all ease-in-out;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.dang .f1 .f1Item .text .more .texts {
  margin-top: 0.5vw;
  color: white;
  margin-left: 1vw;
  transition: 0.5s all ease-in-out;
}
.dang .f1 .f1Item .text .more:hover .texts {
  transform: translateX(1vw);
}
.dang .f1 .f1Box {
  width: 100%;
  display: flex;
}
.dang .f1 .f1Box .item {
  width: 15vw;
  height: 10vw;
  overflow: hidden;
  margin-top: 0.5vw;
  margin-right: 0.5vw;
  border-radius: 10px;
}
.dang .f1 .f1Box .item .img {
  width: 15vw;
  height: 10vw;
  background-size: cover !important;
  transition: 0.5s all;
}
.dang .f1 .f1Box .item .text {
  width: 100%;
  height: 3.2vw;
  position: relative;
  top: -4vw;
  padding: 1vw;
  color: white;
  font-size: 0.85vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dang .f1 .f1Box .item:hover .img {
  transform: scale(1.1);
}
.dang .f1 .f1Box .item:last-child {
  margin-right: 0;
}
.dang .f2 {
  padding: 2vw 12vw;
}
.dang .f2 .tit {
  color: #272727;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 1vw;
}
.dang .f2 .f2Swiper {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.dang .f2 .f2Swiper .swiper-slide {
  width: 100%;
  display: flex;
}
.dang .f2 .f2Swiper .swiper-slide .imgBox {
  width: 48vw;
  height: 32vw;
  overflow: hidden;
}
.dang .f2 .f2Swiper .swiper-slide .imgBox .img {
  width: 48vw;
  height: 32vw;
  background-size: cover !important;
}
.dang .f2 .f2Swiper .swiper-slide .text {
  width: 28vw;
  height: 32vw;
  background: url('/resources/assets/images/img70.jpg') center no-repeat;
  background-size: cover !important;
  color: white;
  padding: 5vw 2vw;
}
.dang .f2 .f2Swiper .swiper-slide .text .time {
  font-size: 0.8vw;
  margin-bottom: 1vw;
}
.dang .f2 .f2Swiper .swiper-slide .text .time i{
  margin-right: .5vw;
}
.dang .f2 .f2Swiper .swiper-slide .text .name {
  font-weight: bold;
  font-size: 1.2vw;
  line-height: 1.7;
  margin-bottom: 2vw;
}
.dang .f2 .f2Swiper .swiper-slide .text .des {
  font-size: 0.85vw;
  line-height: 1.7;
  text-align: justify;
}
.dang .f2 .f2Swiper .swiper-slide .text .more {
  display: flex;
  position: absolute;
  bottom: 2vw;
}
.dang .f2 .f2Swiper .swiper-slide .text .more .moreBox {
  font-size: 1vw;
  width: 2vw;
  height: 2vw;
  background: white;
  color: #003c7e;
  border-radius: 50%;
  padding: 0.35vw;
  text-align: left;
}
.dang .f2 .f2Swiper .swiper-slide .text .more .moreBox::before {
  content: '';
  position: absolute;
  width: 2.8vw;
  height: 2.8vw;
  background: url('/shengwucheng/assets/images/more2.png') center no-repeat;
  background-size: cover !important;
  margin-top: -0.75vw;
  margin-left: -0.8vw;
  animation: spin 30s linear infinite;
  transition: 0.3s all ease-in-out;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.dang .f2 .f2Swiper .swiper-slide .text .more .texts {
  margin-top: 0.5vw;
  color: white;
  margin-left: 1vw;
  transition: 0.5s all ease-in-out;
}
.dang .f2 .f2Swiper .swiper-slide .text .more:hover .texts {
  transform: translateX(1vw);
}
.dang .f2 .f2Swiper .swiper-pagination {
  width: auto;
  left: inherit;
  right: 2vw;
  bottom: 2vw;
}
.dang .f2 .f2Swiper .swiper-pagination .swiper-pagination-bullet {
  background: white;
  width: 12px;
  height: 12px;
}
.dang .f3 {
  padding: 3vw 12vw;
}
.dang .f3 .tit {
  color: #272727;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 1vw;
}
.dang .f3 .f3Box {
  width: 100%;
  display: inline-block;
}
.dang .f3 .f3Box .item {
  width: 24.4vw;
  display: inline-block;
  float: left;
  margin-right: 1vw;
  margin-bottom: 1vw;
  border-radius: 10px;
  overflow: hidden;
}
.dang .f3 .f3Box .item .imgBox {
  width: 100%;
  height: 15vw;
  overflow: hidden;
}
.dang .f3 .f3Box .item .imgBox .img {
  width: 100%;
  height: 15vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.dang .f3 .f3Box .item .text {
  width: 100%;
  height: 6vw;
  padding: 2vw;
  color: #232323;
  font-size: 0.9vw;
  text-align: center;
  background: white;
  transition: 0.5s all ease-in-out;
  line-height: 1.7;
}
.dang .f3 .f3Box .item .text .name{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dang .f3 .f3Box .item:nth-child(3n) {
  margin-right: 0;
}
.dang .f3 .f3Box .item:hover .imgBox .img {
  transform: scale(1.05);
}
.dang .f3 .f3Box .item:hover .text {
  background: #a70106;
  color: white;
}
.innovation .f1 {
  width: 100%;
  height: 42vw;
  padding: 6vw 0;
  background-size: cover !important;
}
.innovation .f1 .tit {
  color: #272727;
  font-weight: bold;
  font-size: 1.5vw;
  padding-left: 12vw;
  margin-bottom: 1vw;
}
.innovation .f1 .f1Swiper{
  width: 100%;
  margin-top: 2vw;
  display: none;
}
.innovation .f1 .f1Swiper.active{
  display: block;
}
.innovation .f1 .f1Swiper .swiper-slide{
  width: 20vw !important;
  height: 25vw !important;
  background: url('/resources/assets/images/img62_1.png') center no-repeat;
  background-size: cover !important;
}
.innovation .f1 .f1Swiper .swiper-slide .img{
  width: 18vw;
  height: 23vw;
  margin: 1vw;
  background-size: contain !important;
}
.innovation .f1 .tabBox{
  width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}
.innovation .f1 .tabBox .item{
  display: inline-block;
  color: #272727;
  font-size: 0.85vw;
  transition: 0.3s all;
  padding: 5px 1vw;
  cursor: pointer;
  margin-top: 4.7vw;
}
.innovation .f1 .tabBox .item:hover{
  background: #005bac;
  color: white;
  padding: 5px 1vw;
  border-radius: 30px;
}
.innovation .f1 .tabBox .active{
  background: #005bac;
  color: white;
  padding: 5px 1vw;
  border-radius: 30px;
}
.innovation .f2{
  width: 100%;
  height: 60vw;
}
.innovation .f2 .tit {
  color: #272727;
  font-weight: bold;
  font-size: 1.5vw;
  position: absolute;
  padding: 8vw 12vw;
  pointer-events: none;
}
.innovation .f2 .bgImg {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.innovation .f2 .f2Box{
  width: 100%;
  display: inline-block;
  margin-top: 8vw;
}
.innovation .f2 .f2Box .item{
  width: 13vw;
  display: inline-block;
  margin-right: 3vw;
  position: absolute;
}
.innovation .f2 .f2Box .item:nth-child(1) {
  right: 32vw;
}
.innovation .f2 .f2Box .item:nth-child(2) {
  right: 16vw;
}
.innovation .f2 .f2Box .item:nth-child(3) {
  right: 0;
}
.innovation .f2 .f2Box .item:nth-child(4) {
  left: 5vw;
  margin-top: 16vw;
}
.innovation .f2 .f2Box .item:nth-child(5) {
  left: 20vw;
  margin-top: 16vw;
}
.innovation .f2 .f2Box .item:nth-child(6) {
  left: 35vw;
  margin-top: 16vw;
}
.innovation .f2 .f2Box .item:nth-child(7) {
  left: 50vw;
  margin-top: 16vw;
}
.innovation .f2 .f2Box .item:nth-child(8) {
  left: 10vw;
  margin-top: 35.5vw;
}
.innovation .f2 .f2Box .item:nth-child(9) {
  left: 25vw;
  margin-top: 35.5vw;
}
.innovation .f2 .f2Box .item:nth-child(10) {
  left: 40vw;
  margin-top: 35.5vw;
}
.innovation .f2 .f2Box .item:nth-child(11) {
  left: 55vw;
  margin-top: 35.5vw;
}
.innovation .f2 .f2Box .item:nth-child(12) {
  left: 70vw;
  margin-top: 35.5vw;
}
.resources .f1 {
  width: 100%;
  display: flex;
  padding: 6vw 12vw;
}
.resources .f1 .left {
  width: 32vw;
}
.resources .f1 .left .tit {
  color: #272727;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 3vw;
}
.resources .f1 .left .des {
  color: #303030;
  line-height: 1.7;
  font-size: 0.85vw;
}
.resources .f1 .right {
  margin-left: 10vw;
  overflow: hidden;
  border-radius: 10px;
}
.resources .f1 .right img {
  width: 33vw;
  transition: 0.5s all;
}
.resources .f1 .right:hover img {
  transform: scale(1.1);
}
.resources .f2 {
  padding: 4vw 12vw;
  background: #e0eefa;
}
.resources .f2 .tit {
  color: #272727;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 3vw;
}
.resources .f2 .des {
  width: 55vw;
  color: #303030;
  line-height: 1.7;
  font-size: 0.85vw;
}
.resources .f2 .f2Box {
  width: 100%;
  display: flex;
  margin-top: 5vw;
}
.resources .f2 .f2Box .item {
  flex: 1;
  text-align: center;
  border-right: 1px solid #c6d0d9;
}
.resources .f2 .f2Box .item .num {
  color: #0258a5;
  font-size: 4vw;
  font-weight: bold;
}
.resources .f2 .f2Box .item .num span {
  font-size: 1vw;
}
.resources .f2 .f2Box .item .n {
  color: #414141;
  font-size: 1vw;
}
.resources .f2 .f2Box .item:last-child {
  border: transparent;
}
.resources .f3 .titBox {
  padding: 5vw 12vw;
}
.resources .f3 .titBox .tit {
  color: #272727;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 3vw;
}
.resources .f3 .titBox .des {
  width: 55vw;
  color: #303030;
  line-height: 1.7;
  font-size: 0.85vw;
}
.resources .f3 .f3swiper {
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
.resources .f3 .f3swiper .swiper-slide {
  width: 26vw;
  overflow: hidden;
}
.resources .f3 .f3swiper .swiper-slide .img {
  width: 26vw;
  height: 15vw;
  border-radius: 10px;
  background-size: cover !important;
}
.resources .f3 .f3swiper .swiper-slide .text {
  color: #303030;
  text-align: center;
  font-size: 1vw;
  margin-top: 1vw;
}
.resources .f4 {
  padding: 6vw 12vw;
}
.resources .f4 .tit {
  color: #272727;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 3vw;
}
.resources .f4 .f4Box {
  width: 75vw;
  height: 34vw;
  background: url('/resources/assets/images/img65.jpg') center no-repeat;
  background-size: cover !important;
}
.resources .f4 .f4Box .btn {
  width: 6vw;
  height: 2vw;
  background-color: #ffffff;
  text-align: center;
  line-height: 2vw;
  font-size: 0.9vw;
  border-radius: 30px;
  position: relative;
  color: #0258a4;
  margin-left: 3vw;
  top: 25vw;
  cursor: pointer;
  display: block;
}
.contactUs .f1 {
  padding: 5vw 0;
}
.contactUs .f1 .textBox {
  width: 40vw;
  margin-top: 3vw;
  padding-left: 12vw;
}
.contactUs .f1 .textBox .tit {
  color: #272727;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 2vw;
}
.contactUs .f1 .textBox .item {
  display: flex;
  margin-bottom: 0.5vw;
}
.contactUs .f1 .textBox .item .icon {
  width: 0.8vw;
  position: relative;
  top: 0.2vw;
}
.contactUs .f1 .textBox .item p {
  margin-left: 1vw;
  color: #303030;
  font-size: 0.85vw;
}
.contactUs .f1 .mapImg {
  width: 37vw;
  position: absolute;
  right: 15vw;
}
.contactUs .f1 .mapIconBox{
  position: absolute;
}
.contactUs .f1 .mapIconBox .mapIcon{
  width: 5vw;
  text-align: center;
  color: #005bac;
  font-size: .8vw;
  font-weight: bold;
  position: absolute;
  cursor: pointer;
}
.contactUs .f1 .mapIconBox .mapIcon .icon{
  width: .8vw;
  margin: 0 auto;
}
.contactUs .f1 .mapIconBox .mapIcon .icon2{
  display: none;
}
.contactUs .f1 .mapIconBox .mapIcon.active{
  width: 15vw;
}
.contactUs .f1 .mapIconBox .mapIcon.active .icon{
  display: none;
}
.contactUs .f1 .mapIconBox .mapIcon.active .icon2{
  width: 16vw;
  display: block;
  margin: -7vw -5vw;
  pointer-events: none;
  -moz-animation: mapItemFrames 2s infinite;
  -webkit-animation: mapItemFrames 2s infinite;
  -o-animation: mapItemFrames 2s infinite;
  animation: mapItemFrames 2s infinite;
}
@keyframes mapItemFrames {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}
.contactUs .f1 .mapIconBox .mapIcon.active p{
  display: none;
}
.contactUs .f1 .mapIconBox .mapIcon:nth-child(1) {
  margin-left: 6.5vw;
  margin-top: 7vw;
}
.contactUs .f1 .mapIconBox .mapIcon:nth-child(2) {
  margin-left: 8.5vw;
  margin-top: 19vw;
}
.contactUs .f1 .mapIconBox .mapIcon:nth-child(3) {
  margin-left: 16vw;
  margin-top: 19vw;
}
.contactUs .f1 .mapIconBox .mapIcon:nth-child(4) {
  margin-left: 15.5vw;
  margin-top: 22vw;
}
.contactUs .f1 .mapIconBox .mapIcon:nth-child(5) {
  margin-left: 18vw;
  margin-top: 21vw;
}
.contactUs .f1 .mapIconBox .mapIcon:nth-child(6) {
  margin-left: 20vw;
  margin-top: 19vw;
}
.contactUs .f1 .mapIconBox .mapIcon:nth-child(7) {
  margin-left: 15.5vw;
  margin-top: 24.5vw;
}
.contactUs .f1 .mapIconBox .mapIcon:nth-child(8) {
  margin-left: 19vw;
  margin-top: 23vw;
}
.contactUs .f1 .f1Swiper {
  width: 30vw;
  height: auto;
  overflow: hidden;
  box-shadow: 0 0 20px 0 #c0c0c0;
  border-radius: 10px;
  left: -23vw;
  margin-top: 5vw;
}
.contactUs .f1 .f1Swiper .swiper-slide {

}
.contactUs .f1 .f1Swiper .swiper-slide .text {
  width: 30vw;
  background: white;
  padding: 2vw;
  /*margin-left: 12vw;*/
}
.contactUs .f1 .f1Swiper .swiper-slide .text .tit {
  color: #303030;
  font-size: 1.2vw;
  font-weight: bold;
}
.contactUs .f1 .f1Swiper .swiper-slide .text .item {
  color: #303030;
  font-size: 0.85vw;
  margin-top: 1vw;
}
.contactUs .f1 .f1Swiper .swiper-button-next,
.contactUs .f1 .f1Swiper .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 27vw;
  top: 85%;
  width: 2vw;
}
.contactUs .f1 .f1Swiper .swiper-button-prev,
.contactUs .f1 .f1Swiper .swiper-rtl .swiper-button-next {
  left: 24vw;
  top: 85%;
  width: 2vw;
}
.contactUs .f1 .f1Swiper .swiper-button-prev:after,
.contactUs .f1 .f1Swiper .swiper-rtl .swiper-button-next:after,
.contactUs .f1 .f1Swiper .swiper-button-next:after,
.contactUs .f1 .f1Swiper .swiper-rtl .swiper-button-prev:after {
  content: inherit;
}
@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;
}
.fromBox{
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0,0,0,.6);
  z-index: 999;
  opacity: 0;
  display: none;
  transition: .3s all ease-in-out;
  pointer-events: none;
}
.fromBox.active{
  opacity: 1;
  pointer-events: auto;
  display: block;
}
.fromBox .close{
  font-size: 1.2vw;
  position: absolute;
  right: 30vw;
  margin-top: -2.5vw;
  cursor: pointer;
  color: #ffffff;
}
.fromBox form{
  width: 34vw;
  height: auto;
  margin: 5vw auto;
  background: white;
  border-radius: 15px;
  padding: 3vw;
}
.fromBox form .tit{
  text-align: left;
  font-size: 22px;
  margin-bottom: 2vw;
  font-weight: bold;
}
.fromBox form .inputBox .input{
  display: flex;
  font-size: 14px;
  line-height: 1.7;
  border-bottom: 1px solid #000000;
  padding: 1vw 0;
}
.fromBox form .inputBox .input .name{
  margin-right: 2vw;
  padding-right: 2vw;
  border-right: 1px solid #000000;
}
.fromBox form .inputBox .input input{
  border: transparent;
  background: transparent;
  outline: none;
  padding: 5px;
  color: #3d3d3d;
}
.fromBox form .inputBox .input input::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
  color: #c3c3c3;
}
.fromBox form .inputBox .input input::-moz-placeholder {    /* Chrome/Opera/Safari */
  color: #c3c3c3;
}
.fromBox form .inputBox .input input:-ms-input-placeholder {    /* Chrome/Opera/Safari */
  color: #c3c3c3;
}
.fromBox form .inputBox .input input:-moz-placeholder {    /* Chrome/Opera/Safari */
  color: #c3c3c3;
}
.fromBox form .textareaBox{
  display: flex;
  font-size: 14px;
  margin-top: 1vw;
  border-radius: 10px;
  overflow: hidden;
}
.fromBox form .textareaBox textarea{
  width: 100%;
  height: 12vw;
  outline: none;
  border: transparent;
  background-color: #f4f4f4;
  padding: 1vw;
  font-family: auto;
}
.fromBox form .textareaBox textarea::-webkit-input-placeholder {    /* Chrome/Opera/Safari */
  color: #c3c3c3;
}
.fromBox form .textareaBox textarea::-moz-placeholder {    /* Chrome/Opera/Safari */
  color: #c3c3c3;
}
.fromBox form .textareaBox textarea:-ms-input-placeholder {    /* Chrome/Opera/Safari */
  color: #c3c3c3;
}
.fromBox form .textareaBox textarea:-moz-placeholder {    /* Chrome/Opera/Safari */
  color: #c3c3c3;
}
.fromBox form .btn{
  line-height: 3vw;
  margin: 2vw auto 0 auto;
  color: #005bac;
  cursor: pointer;
  display: flex;
  font-weight: bold;
  font-size: 1vw;
}
.fromBox form .btn .icon{
  width: 3vw;
  height: 3vw;
  background-color: #005bac;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.2vw;
  line-height: 3vw;
  text-align: center;
  margin-right: 1vw;
}
.backTop:hover{
  background: #0a6aa1 !important;
}
.join .f1 {
  text-align: center;
  padding: 5vw;
}
.join .f1 .tit{
  color: #272727;
  font-weight: bold;
  font-size: 1.5vw;
  margin-bottom: 3vw;
}
.join .f1 img{
  width: 1000px;
  margin: 0 auto;
}
._toast {
  position: fixed
}

._toast {
  width: 100%;
  height: 50px;
  left: 44%;
  top: 50%;
  margin-top: -25px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

._toast p {
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
  color: #222;
  padding: 10px 20px;
  border: 1px solid #222;
  box-shadow: 0 0 5px rgba(55, 55, 55, .2)
}

._toast span::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  margin-top: -12px;
  left: 0%
}

._toast.success span::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAD3ElEQVRoQ9WaXW7aQBDHZ2yHVmqB9ASlJyh5rKoScoKSE4ScIPStCpZCJBL1Ldwg5ARNT8BHVfUxcIKQExSDIhUwO5UNpg628XptA8lj2J39/2ZmZ7+MEMVfo7KblCafUcIMEuSBKAOImSemiXqA2COEJjHqDdnODzio9MMOj8IGGpXdlKQfIVARELNCdog6DKAWBiYwwMvfXzOJiXyChEVA2BUSvtyJoE8S1MaKfvP3w7deEJuBAFI/1TNkUIpMuAfI4FP1nBeCC+DVr9OsouO1cKrwqrHaEXVGiekhTzR8AZLt06JE0lVsXveCI+gzhONhrnq7in8lgCkepOugDoyyPQN2PMxd1r1segJsg3hL9CoIV4BkWy1IAN+j9GRYWwzg0C2dHABGmXwxVu7WnvN+hAT9UULfW57YDoB0q3y3tmrjJ9pRZqmj7V/s2f/9BCDVUiuIcBbU7jrbE8H5YL9ascZcAGxt6rgsdvZUWgCkWmoNEU7W6U3RsexRmAE0KrtpSb/f8MTt6jIrPo4TvZQ8qSHgkScgQV9jyjtjN2sCpNrlEgJeiXokgn5dbark7dvrdLvcA8C3XrattcEE2HDlcYifO7W+OgqzioRm+sj6nwi8KGLCVbxZUCbKvZ9Bbaq8wQ1uGVzFz+bjpMGzFhmrM26o+oQWb0THqEaYbqtNANj3CxcQaQRYRwTj+Ojf3ttgJOLn5luYbpXvHQdwl8F1me09frzshKxaUYo3QtAzIkB+3iegm0HuomhvJzB3ohU/F8MFAABNLVc9WAYNABGLeEMPLwB4HSo4IGITHwjAaCwAEav4OcDqJXs5bQJAxC4egB74y6iNhANiDeJNQS3hhcwbQi0Mp0rTce8ZYIX1q4rW7+ZCxjEJPe35XXksOsYgfjYn4TD0Zs4XIibxBoC5mTO3023VWGHf84aOd2IH2ZgJjN3VctVsZAcaRyRi9Ly9pNuOlBPjASIt4IlFFyIoDZhy81rRszKjK54tsdB4RJrGdjKLI6W5QXvWh3oAmF2ryJ2wURDyaJBORNooMc1aN3TP72IL6Msgd1GzmJ1XiyErUhBnCrQ1K4+9n8fl7ham0lLqeEbA+OFZX69bZGG2GAKpsbJL4AeObYLw26pwPPKpBYmovvbySqQxxGKoRz4rEvObMuO1UHi/FDCtuqMdvRDJM6t9YPMBBKgUWzRmd081+wOGH7hvCi0bMD81GCvFSEHmwscJvc7j9ZXrgB+x/ZCSlMcFCaRSiNTqMmC14TRxK/rlSuAIuAIan9vIeh4JsoiQB6CM826fHgCwRwRNQui4Hju5vfe/4T8KykdZu9C3xgAAAABJRU5ErkJggg==)
}

._toast.success p {
  color: #0fc27c;
  border-color: #0fc27c
}

._toast.error span::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAF0ElEQVRoQ9WZW2wUZRTH/2dmv2mbIg8oAm1nudh2dy0ioASC8RIoihiNiegTMUFJTPAWL0FjMD4gwfuDBH1AjVFejJjwgCKxIphAkMaCYt3tRYs7hYooD9Ib8+3MMbN0m93tXr7Z3RKZt7bn8v9913O+Eq7wj65w/agoAAN6b51Y4ARwK4OmpQ8Oue4wk2Zp4N5mS3YQ4FRi8MoG6JuOmaPVgXUErZXBtxDRlKLCmEeY6FsCPnXi9p4WwC7qk8egJABvpLtM/R6Q/hiYV4NIK1UAAwPEvCVkyZ0EJPzG8Q3QPQsRNyA+A9ENfpMVsmdGjwZnU8hy9viJ6wsgFhRPM/AGgQw/SXza7saw/Uj4b1xQ8VMCsBpQM6QZnwBYqxK0XBtmdGtsrwj143SxWEUBeutgSl3sI6KWYsEq+XdmxKsS9m3zBvBHobgFAbyRHyRxjIjmV1Kcj1h9gYv2ssaz+CufT0GAmJncrA/5SFhxUwZ3hONyab4TKi9AzAxsBmlbKq6otIBvhuP2plyuOQGiQXETMdpBVHSPlKbHpxczM2FJJC5/zPacIJABrcsUx0G0wGeayTVn/jlkyUUEuBklSnbWWL2+Frr+uaoaZh4EoYdAi1R9PDsGHwejSan0GAvMzOsjlvy4IEDUFEeJaKmKGGYeDrhYadvyF71aHADREhU/MLc7o3KFYYj5jo7vAKpW8gNOheL2PPL4x76MJdRVhzAHjKhKMAbbOvOqZivxvWffOR1T9BqxH6Dlhf35iDMi72o5h0HPrjsYaHVAXyrf7o67Mnw6cSAnQCxovAbgBUWAjkBcLm8CLqbsL93Yoi0/BB+pdWWr2Y+RdJ9BTRxWXoLMH4YtuSEnQDRodBJwvQpA0ob5YC3LNdmCckL4sS0s4Pdw3L5uAkDvDFybqDLOKosfN8w9qkMkvgLRHSlQ3ZKr/c1WfiVVI/asuefwp2cxvgeiZuBOIm2/f4DkVGSsa+83PUCVY4qvGZABS96bLl59v+RWQ66zJtTv7MsEaBBPkkbvlgaQXE7JkyW1Ob04fXNQPecUHAJkKm5SvJ8TK4cgZvf5iJV4OwOgyzS2MuGlkgEu7YkJEOnxeqZhqlMr2pSP2zximLEtYtlJreNLKGaKHSDaWBbAGIQ+JFubzuPfCeKniEMALaxAjvfClnw8aw+I7UT0RNnBwSf0QXn7ZAIQeHsoLp/K2gPGNtLwYlkAzO25Rj8Vs1JLCIytYcvenLUHxDNM9E7JAHk2sRdv7imMVnITg3lj2JLvZ+6BhsBqaFryaPL/5T9GvVjZd0C5J5EGd1VzPNGWAeA9UF2sMQZKEZ+rPCh2kZVzF9S69tVmP85nAHg/xILGbwDmKUPkKw/Sb+FUsEqVEswnw5Yc71UyqtGYKT4A0aMqAF6vWqlibojEUR8N1OvhuD1+2GQAeKWtC+0bRYCSy+n0Jee3nNaBlqa4/WtKYwYAAxQLGn0EzFaCKLWhGaud/DY0zPxDxJLL0rVN6IljplgPoo9UAC5dvMmWsptAi1V9kn7gDjCafbWUrrM20u98URBgrKnvANGNfgRNui3zTyFLLi7a1CdPI1PcDKL2SRelmsDPs0oqZtQUbxHRc6o5JtWO3ZfDVuLVXDnyPlx1AoZuimP/g6W0Oxy3H8w3QAVf3sbazKNeOTOpI5wvOPPJqY5cVncGwyUBeE7RmZgDYRwiQvByQjBzp3Dk3Y1nYBXKq/T22dWAepeMg0RovEwQu2td++H0146SZyDlGLsGV6HG2AXCfZMF4T2WaYxnQ5bcoZpDaQbSg3WZ+v1MutdQqxd9amqimrQfaB6A0stgzlJCLU/yYVJ0mWIDE14h0AxVvwl2zC4T7SN2doYsZ28p//z2PQPpIhgIxOoDS0hDK0NbR4Tm4jB8AUxHGG5b9WhiV+qBqrhfbouyALJDdteLhY5GEY3c2S60zBdnl/8JuDjceEaeyC4HShXv+VUUoBwhpfpe8QD/Ab2JqE8dKj95AAAAAElFTkSuQmCC)
}

._toast.error p {
  color: #d81e06;
  border-color: #d81e06
}

._toast.warning span::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEa0lEQVRoQ+2YT2gcdRTHv282sc2hYWcQ7MEeGlsqLaVoMrNqL7YnaXa29ZJ6UFGiFPwD4kFaJChVAiI9iIoiWqpSKBHR7iTxpD216syGKDHaXHJQULFhZ5q0SZrszJPfpgnbZHfn77YbyO/6+73ve5/9zvu9nSGs80XrvH5sANxpBzccqOfAzHBmN7BwZcuh0SuNcqohDlwd6sy4buo0EXYDzGCcTbdIL9Khn6eTBkkcwBnSutjliyC6q7JYZh6X52cfpJ7xhSQhEgXgAaTsNnWUQHurFUmM/nTOfL1pAWxDexXAqZoFMi+ShPvTWWsyKYjEHLg2pG5dcGmSCG0+xV2QdfNg0wEUDfUcgY4GKYwIPems+VWQs35nEnHAHuw8AE794JdseZ/B/8pzLR3U8+Nc0Jha52IDcKGz1flHugxQR5hiGHhX0c3XwsRUvRjiChQN9QSB+kPrMNwUe3vaDxcmQsdWBMRyYPZbddu8RBPVGlc8Jilwr8eUAXB89VwQNTD4kqJb++8YgG1o3wA4UrUA8nrlbOG02CvmtY+JcKzaOQY/qejW2agQkR3wa1wmZJWsOSQKs/PqSRD1VS+Sp9LedAcdnpiJAhEJgId3bHJc+fd6jRscoPwwvSfr1iu3DcA2tDcAvFkvYSgAhssp9wGle2QsLERoB5xBtYMZ4tfflBjAktCIrJtdDQewDU0MrAN+iUI5sDLh+Fk5Z53x067cD+WAbWjixhE3j++KBACeQmlxp/z4L45vgpsHAgPwwMNt9ubSBBFtCyIeDUC8/vBHSs56IUgOcSYwgGOo/Qw6EVQ4KkAZQfL2BW3oQADlxvVwGUStjQdYauh01lSJwH75AgEEbdzKZNEdWFIh4mPprPVJbADHUI8y6Jyf0Or9uABgduAubvdr6LoOlBu3rTRJoK1hAQDuk3XrbRFnG2oeID20BuMzOWc+Vy+uLoBtdJ0CJPGeG34xeyD6GszXQfRMeIGbj5IENd1tFmrF1wSYPt+1yyVpHIRU1ORJxDF4TM5a+2o1dE2AoqFeJNAjSRQRV4PhvazohQ+q6VQFsPNdT4GkL+Il5g9bPemtBam0kyCdAei+qHrMuNZC7vZ2fWRqtcYaAD6/a4sjtU8CdHfUhGC25JylLceLT42el/opsp4IZHwp58ynfQFsQ3sfwEtxkjHzgJKzVj6xiNvMaXNn42iK2BTx/vasdalS5xYHikOde8mTfhVjJFYy8f8eOKLkzMHyNTqo9oHpZCxNYQLzhDxv7aEeuMtatwLk1e+I6LG4iZbjGfwbmK4TQbzYJ7IIeD6tm5+uAZgdztx7w+W/EsnSSJFV/bXiQHFQ6yZG2fLmXnxD1q3Naxxw8tpBJnzf3MWXb6P/5Jx5zxoAvvBoizMz+wcIO5oZgpnfUXLW8apNfDWfeciFNxD0rev2g/Ln6Tmrt+YtVJ4X4mPt3/QESIo8OZMF4xKYx5h4VNFH/vQdZMkmb7xavIHV+Pp8M2wA+P5EDT6w7h34H01KxEDHpGQGAAAAAElFTkSuQmCC)
}

._toast.warning p {
  color: #efb336;
  border-color: #efb336
}

._toast.active {
  opacity: 1;
  visibility: visible
}

._toast span {
  display: inline-block;
  font-size: 16px;
  position: relative
}

._toast.error span,
._toast.success span,
._toast.warning span {
  padding-left: 30px
}
.searchContent{
  width: 100%;
  padding: 0 12vw 2vw 12vw;
  display: inline-block;
}
.scResult{
  padding: 2vw 0;
}
.businessTabBox{
    width: 90vw;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: flex;
    top: 5.5vw;
    box-shadow: 0 0 1vw 0 rgba(0, 0, 0, 0.13);
    border-radius: 15px;
    background: white;
    overflow: hidden;
}
.businessTabBox .item{
    width: 8vw;
    padding: 1vw 0;
    /*margin: .5vw 0;*/
    display: inline-block;
    float: left;
    font-size: .7vw;
    cursor: pointer;
    border-right: 1px solid #eeeeee;
}
.businessTabBox .item:hover{
    color: #0a6aa1;
    background: #f3f3f3;
}
.businessTabBox .item:hover .icon img:nth-child(1) {
    display: block;
}
.businessTabBox .item:hover .icon img:nth-child(2) {
    display: none;
}
.businessTabBox .item:last-child{
    border-right: transparent;
}
.businessTabBox .item.active{
    color: #0a6aa1;
    background: #f3f3f3;
}
.businessTabBox .item .icon{
    width: 2.5vw;
    height: 3vw;
    margin: 0 auto;
}
.businessTabBox .item .icon img{
    width: 100%;
}
.businessTabBox .item .icon img:nth-child(1) {
    display: none;
}
.businessTabBox .item.active .icon img:nth-child(1) {
    display: block;
}
.businessTabBox .item.active .icon img:nth-child(2) {
    display: none;
}
.businessTabBox .item .tit{
    position: relative;
}
.pc{
  display: block;
}
.mobile{
  display: none;
}
@media (max-width: 1440px) {

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

    height: 50px;

    overflow: hidden;

    background: #fff;

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0

  }

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

  .sp_logo img {

    margin: auto;

    width: 200px;

    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 .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;
  }
  .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);
    }
  }
}