@font-face {
  font-family: 'iconfont';  /* Project id 4794974 */
  src: url('//at.alicdn.com/t/c/font_4794974_nmqujcghjed.woff2?t=1742884061919') format('woff2'),
  url('//at.alicdn.com/t/c/font_4794974_nmqujcghjed.woff?t=1742884061919') format('woff'),
  url('//at.alicdn.com/t/c/font_4794974_nmqujcghjed.ttf?t=1742884061919') format('truetype');
}
@font-face {
  font-family: sans;
  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSansCN-Regular.otf');
}
@font-face {
  font-family: TaoBaoMaiCaiTi;
  src: url('../fonts/TaoBaoMaiCaiTi-Regular.woff2');
}
@font-face {
  font-family: ENBold;
  src: url('../fonts/Manrope-Bold.ttf');
}
@font-face {
  font-family: din;
  src: url('../fonts/Silka-Bold.ttf');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  color: #272727;
  font-family: sans;
}
input,
textarea {
  font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
  height: 8px;
  /* 滚动条高度 */
}
/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #004098;
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIniup2 {
  0% {
    opacity: 0;
    transform: translateY(20vw);
  }
  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;
}
.he_fadeup2 {
  -webkit-animation: fadeIniup2 1s ease both;
  animation: fadeIniup2 1s ease both;
  -ms-animation: fadeIniup2 1s ease both;
  animation-delay: 0.3s;
}
.cpthActive.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.cpth {
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
header {
  width: 100%;
  height: 3.7vw;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  padding: 1vw 8vw 0 8vw;
  transition: 0.5s all ease-in-out;
  z-index: 99;
  overflow: hidden;
}
header .logo {
  width: 7vw;
}
header nav {
  margin-right: 10vw;
  margin-top: 0.1vw;
}
header nav ul {
  display: flex;
}
header nav ul li {
  width: 8vw;
  position: relative;
  text-align: center;
}
header nav ul li a {
  color: #ffffff;
  font-size: 18px;
}
header nav ul li ul {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  margin-top: .5vw;
  padding: .5vw 0 0.05vw 0;
  text-align: center;
  pointer-events: none;
  opacity: 0;
}
header nav ul li ul li {
  width: auto;
  position: relative;
  margin: 1vw 0;
}
header nav ul li ul li a {
  font-size: 15px;
  position: relative;
}
header nav ul li ul li a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: white;
  bottom: -5px;
  transition: 0.3s all ease-in-out;
}
header nav ul li ul li a:hover::before {
  width: 100%;
}
header nav ul li ul::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0575ca;
  z-index: -1;
  left: 0%;
  transition: 0.5s all ease-in-out;
  opacity: 0;
}
header nav ul li ul::after {
  content: '';
  position: absolute;
  top: -4vw;
  width: 100%;
  height: 4.5vw;
  background: #0068b7;
  z-index: -1;
  left: 0%;
  transition: 0.5s all ease-in-out;
  opacity: 0;
}
header nav ul li ul.active::before {
  opacity: 1;
}
header nav ul li ul.active::after {
  opacity: 1;
}
header nav ul .li2 {
  width: 9vw;
}
header .serach {
  color: white;
  font-size: 1.2vw;
  position: absolute;
  right: 13vw;
  cursor: pointer;
}
header .lang {
  height: 1.8vw;
  overflow: hidden;
  display: flex;
  cursor: pointer;
  padding: 0.2vw 0.5vw;
  transition: 0.3s all ease-in-out;
  position: absolute;
  right: 8vw;
}
header .lang .langT {
  padding-bottom: 0.3vw;
  font-size: 0.75vw;
}
header .lang .langT .name {
  display: block;
  color: white;
  padding-top: 0.5vw;
}
header .lang .langT .name:first-child {
  font-size: 0.8vw;
  padding-top: 0;
  border-bottom: 2px solid white;
}
header .lang i {
  margin: 0.1vw 0 0 0.5vw;
  color: white;
  font-size: 1.2vw;
}
header .lang:hover {
  background: #0068b7;
}
header .lang.active {
  height: 7vw;
}
header.active {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
header.active2 {
  padding: 1vw 8vw 0 8vw;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
header.active2 nav ul li ul {
  opacity: 1;
  pointer-events: all;
}
footer {
  width: 100%;
  padding: 4vw 8vw 0 8vw;
  background: #004098;
}
footer .footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer .text {
  color: white;
}
footer .footer .text .logo {
  width: 7vw;
}
footer .footer .text .t {
  font-size: 1vw;
  font-weight: bold;
  margin-top: 1vw;
}
footer .footer .text .des {
  margin: 2vw 0;
  font-size: 0.9vw;
  line-height: 2;
}
footer .footer .text .qrcodeBox {
  display: flex;
  margin-top: 2vw;
}
footer .footer .text .qrcodeBox .tit {
  font-size: 1vw;
}
footer .footer .text .qrcodeBox .qrcode {
  display: flex;
}
footer .footer .text .qrcodeBox .qrcode .item {
  width: 5vw;
  text-align: center;
  color: white;
  font-size: 0.75vw;
  margin-left: 1.5vw;
  transition: .3s all ease-in-out;
  cursor: pointer;
}
footer .footer .text .qrcodeBox .qrcode .item:hover {
  transform: scale(1.35);
}
footer .footer .text .qrcodeBox .qrcode .item img {
  margin-bottom: 0.25vw;
}
footer .footer .footerNav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
footer .footer .footerNav ul .level1 {
  margin: 0 2vw;
}
footer .footer .footerNav ul .level1 a {
  font-size: 1vw;
  color: #ffffff;
}
footer .footer .footerNav ul .level1 ul {
  display: block;
  margin-top: 2vw;
}
footer .footer .footerNav ul .level1 ul li {
  margin-bottom: 0.7vw;
  text-align: left;
}
footer .footer .footerNav ul .level1 ul li a {
  font-size: 0.75vw;
  color: #ffffff;
  font-weight: normal;
  opacity: 0.5;
  position: relative;
}
footer .footer .footerNav ul .level1 ul li a::before{
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background: white;
  bottom: -.2vw;
  transition: .3s all ease-in-out;
}
footer .footer .footerNav ul .level1 ul li:hover a {
  opacity: 1;
}
footer .footer .footerNav ul .level1 ul li:hover a::before {
  width: 100%;
}
footer .footer .footerNav ul .level1:last-child {
  margin-right: 0;
}
.footerInfo {
  width: 100%;
  margin-top: 4vw;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.8vw;
  padding: 1vw 0;
}
.footerInfo a{
  color: rgba(255, 255, 255, 0.3);
}
.more {
  width: 10vw;
  height: 2.8vw;
  display: flex;
  color: white;
  border: 1px solid white;
  border-radius: 0.3vw;
  font-size: 0.9vw;
  padding: 0.6vw 1.8vw;
  text-align: center;
  transition: 0.3s all ease;
}
.more p {
  transition: 0.3s all ease;
}
.more .icon {
  width: 1.5vw;
  height: 1.5vw;
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: relative;
  line-height: 1.5vw;
  margin-right: 1vw;
  transition: 0.3s all ease;
}
.more .icon i {
  position: relative;
  margin-left: -1.5vw;
  font-size: 0.6vw;
  top: -0.2vw;
  transition: 0.3s all ease;
}
.more:hover .icon {
  transform: translateX(-0.7vw);
}
.more:hover .icon i {
  margin-left: 0.5vw;
}
.mores {
  width: 10vw;
  height: 2.5vw;
  display: flex;
  color: white;
  font-size: 0.9vw;
  text-align: center;
  transition: 0.3s all ease;
}
.mores p {
  width: 8vw;
  height: 2.5vw;
  text-align: center;
  line-height: 2.5vw;
  transition: 0.3s all ease;
  border: 1px solid white;
  border-right: transparent;
}
.mores .icon {
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid #ffffff;
  position: relative;
  line-height: 2.5vw;
  transition: 0.3s all ease;
  overflow: hidden;
}
.mores .icon .em {
  display: flex;
  position: absolute;
}
.mores .icon i {
  width: 2.2vw;
  position: absolute;
  font-size: 1vw;
  transition: 0.3s all ease;
}
.mores .icon i:nth-child(2) {
  margin-left: -2.5vw;
}
.mores:hover p {
  border: 1px solid #1368dc;
}
.mores:hover .icon {
  border: 1px solid #1368dc;
  background: #1368dc;
  color: white;
}
@keyframes arrAni {
  0% {
    left: 0;
  }
  100% {
    left: 115%;
  }
}
.mores:hover .icon .em {
  animation: arrAni 0.5s 0.1s both;
  animation-iteration-count: infinite;
}
.indexold {
  width: 100%;
  position: relative;
  z-index: 3;
  background: white;
}
.indexold .f1 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.indexold .f1 .f1Text {
  position: absolute;
  color: white;
  top: 50%;
  left: 22%;
  transform: translate(-50%, -50%);
  z-index: 99;
  cursor: pointer;
}
.indexold .f1 .f1Text .d {
  font-size: 1.5vw;
}
.indexold .f1 .f1Text .t {
  font-size: 3.5vw;
  letter-spacing: 5px;
  font-family: TaoBaoMaiCaiTi;
}
.indexold .f1 .f1Text .more {
  margin-top: 3vw;
}
.indexold .f1 .shubiao {
  position: absolute;
  color: white;
  z-index: 9;
  font-size: 0.9vw;
  left: 9vw;
  bottom: 5vw;
}
@keyframes shubiaoAnm {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1vw);
  }
}
.indexold .f1 .shubiao::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 2vw;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  bottom: -0.5vw;
  margin-left: -1vw;
}
.indexold .f1 .shubiao::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 1vw;
  border-radius: 3px;
  background: #ffffff;
  bottom: 0.5vw;
  left: -1vw;
  animation: shubiaoAnm 1.5s linear infinite;
  transition: 0.3s all ease-in-out;
}
.indexold .f1 .mySwiper {
  width: 100%;
  overflow: hidden;
}
.indexold .f1 .mySwiper .img {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  position: relative;
}
.indexold .f1 .mySwiper .img .text {
  width: 40vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.indexold .f1 .mySwiper video {
  width: 100%;
  height: 100vh;
  object-fit: cover !important;
  background: black;
  position: relative;
  transform: scale(1.35);
}
.indexold .f1 .mySwiper .swiper-pagination {
  width: 90%;
  bottom: 2vw;
  text-align: right;
}
.indexold .f1 .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 3vw;
  height: 3px;
  border-radius: 0;
  background: white;
}
.indexold .f1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 15vw;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  top: 0;
  left: 0;
  z-index: 9;
}
.indexold .qiu {
  width: 100%;
  position: absolute;
  top: -25%;
  right: -98%;
  pointer-events: none;
  z-index: 3;
}
.indexold .f23B {
  width: 100%;
  position: relative;
  z-index: 9;
  margin-top: -100vh;
  padding-top: 100vh;
  pointer-events: none;
}
.indexold .f2 {
  width: 100%;
  padding: 10vw 0 5vw 0;
  position: relative;
  z-index: 10;
}
.indexold .f2 .titBox {
  color: white;
  padding-left: 8vw;
  z-index: 9;
}
.indexold .f2 .titBox .t {
  font-size: 1vw;
}
.indexold .f2 .titBox .tit {
  font-size: 2vw;
  letter-spacing: 3px;
}
.indexold .f2 .swiper-button-next {
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  top: 13vw;
  right: 8vw;
  border: 2px solid white;
}
.indexold .f2 .swiper-button-prev {
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  top: 13vw;
  right: 10.5vw;
  left: inherit;
  border: 2px solid white;
}
.indexold .f2 .swiper-button-next:after,
.indexold .f2 .swiper-button-prev:after {
  color: white;
  font-size: 0.9vw;
}
.indexold .f2 .f2Swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 3vw;
  margin-left: 8vw;
}
.indexold .f2 .f2Swiper .swiper-slide {
  background: #f1f1f1;
  cursor: pointer;
}
.indexold .f2 .f2Swiper .swiper-slide .imgBox {
  width: 100%;
  height: 22vw;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.indexold .f2 .f2Swiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.indexold .f2 .f2Swiper .swiper-slide .textBox {
  padding: 2vw;
  display: flex;
  justify-content: space-between;
}
.indexold .f2 .f2Swiper .swiper-slide .textBox .text .t {
  font-size: 1.5vw;
  font-family: TaoBaoMaiCaiTi;
}
.indexold .f2 .f2Swiper .swiper-slide .textBox .text .d {
  font-size: 1vw;
}
.indexold .f2 .f2Swiper .swiper-slide .textBox .more {
  height: 2.8vw;
  color: #0068b7;
  border: 1px solid #0068b7;
  margin-top: 0.3vw;
}
.indexold .f2 .f2Swiper .swiper-slide .textBox .more .icon {
  border: 1px solid #0068b7;
}
.indexold .f2 .f2Swiper .swiper-slide:hover .imgBox {
  padding: 1vw;
}
.indexold .f2 .f2Swiper .swiper-slide:hover .imgBox .img {
  border-radius: 0.5vw;
}
.indexold .f2 .f2Swiper .swiper-slide:hover .more {
  background: #0068b7;
  color: white;
}
.indexold .f2 .f2Swiper .swiper-slide:hover .more .icon {
  transform: translateX(-0.7vw);
  border: 1px solid white;
}
.indexold .f2 .f2Swiper .swiper-slide:hover .more .icon i {
  margin-left: 0.5vw;
}
.indexold .f2 .f2Text {
  text-align: center;
  color: white;
  margin-top: 15vw;
}
.indexold .f2 .f2Text .t {
  font-size: 1.2vw;
}
.indexold .f2 .f2Text .d {
  font-size: 1.5vw;
  line-height: 2;
  margin: 3vw 0 5vw 0;
}
.indexold .f2 .f2Text .more {
  margin: 0 auto;
  color: #1a3e6f;
  border: 1px solid white;
  background: white;
  margin-top: 2vw;
}
.indexold .f2 .f2Text .more .icon {
  border: 1px solid #1a3e6f;
}
.indexold .f3 {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  padding: 3vw;
}
.indexold .f3 .f3Video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2vw;
  position: relative;
}
.indexold .f3 .f3Video video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.indexold .f3 .f3Video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-size: cover !important;
}
.indexold .f3 .f3Box {
  width: 40vw;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  right: 8vw;
  top: 100vh;
}
.indexold .f3 .f3Box .item {
  width: 19vw;
  height: 12vw;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: inset 3vw 0vw 12vw 1vw rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(10px);
  border-radius: 1.5vw;
  padding: 2vw;
  color: white;
  margin-right: 2vw;
  margin-top: 3vw;
  position: relative;
}
.indexold .f3 .f3Box .item .icon {
  width: 2vw;
}
.indexold .f3 .f3Box .item .num {
  font-size: 2vw;
  margin: 1vw 0;
}
.indexold .f3 .f3Box .item .num span {
  font-size: 1vw;
}
.indexold .f3 .f3Box .item .t {
  font-size: 1vw;
}
.indexold .f3 .f3Box .item:nth-child(2n) {
  margin-right: 0;
  top: 5vw;
}
.indexold .f4Tit {
  width: 100%;
  background: white;
  padding: 6vw 0 1vw 0;
  position: relative;
  margin-bottom: -1vw;
}
.indexold .f4Tit .tit {
  text-align: center;
  font-size: 2vw;
}
.indexold .f4 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: white;
  padding: 2vw 8vw 6vw 8vw;
}
.indexold .f4 .tit {
  text-align: center;
  font-size: 2vw;
}
.indexold .f4 .f4Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}
.indexold .f4 .f4Box .left {
  width: 33vw;
  position: relative;
  padding-left: 4vw;
}
.indexold .f4 .f4Box .left .item {
  position: relative;
  color: #333333;
  margin-bottom: 10vw;
}
.indexold .f4 .f4Box .left .item .num {
  font-size: 0.9vw;
}
.indexold .f4 .f4Box .left .item .t {
  font-size: 1.5vw;
  margin: 1vw 0 2vw 0;
}
.indexold .f4 .f4Box .left .item .d {
  font-size: 0.9vw;
  text-align: justify;
  line-height: 2;
}
.indexold .f4 .f4Box .left .item .more {
  color: #333333;
  border: 1px solid #333333;
  margin-top: 2vw;
}
.indexold .f4 .f4Box .left .item .more .icon {
  border: 1px solid #333333;
}
.indexold .f4 .f4Box .left .item:last-child {
  margin-bottom: 0;
}
.indexold .f4 .f4Box .left .item::before {
  content: '';
  position: absolute;
  width: 2vw;
  height: 2vw;
  background: url('../images/icon7.png') center no-repeat;
  background-size: cover !important;
  margin-left: -4.9vw;
}
.indexold .f4 .f4Box .left::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.indexold .f4 .f4Box .right {
  width: 41vw;
  height: 32vw;
  background-color: #e8e8e8;
  border-radius: 1vw;
  position: relative;
}
.indexold .f4 .f4Box .right .t {
  background-image: linear-gradient(90deg, #4174cf 0%, #4d88d8 62%, #589ce1 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
                        normal;
  border-radius: 0.5vw;
  color: white;
  display: inline-block;
  position: absolute;
  font-size: 1vw;
  padding: 1.2vw 2vw;
  margin-top: -1vw;
  left: 1vw;
  z-index: 10;
}
.indexold .f4 .f4Box .right .imgBoxs {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.5vw;
  clip-path: none;
  background-size: cover !important;
}
.indexold .f4 .f4Box .right .imgBoxs:last-child {
  clip-path: none !important;
}
.indexold .f5 {
  width: 100%;
  background-image: linear-gradient(90deg, #4174cf 0%, #4d88d8 62%, #589ce1 100%), linear-gradient(#0096e0, #0096e0);
  background-blend-mode: normal, 
		normal;
  padding: 7vw 8vw 5vw 8vw;
  color: white;
}
.indexold .f5 .titBox {
  display: flex;
  justify-content: space-between;
}
.indexold .f5 .titBox .tit {
  font-size: 2.5vw;
}
.indexold .f5 .f5Box {
  width: 100%;
  margin-top: 4vw;
}
.indexold .f5 .f5Box .item {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 2vw 0;
  color: white;
  border-top: 1px solid #dddddd;
}
.indexold .f5 .f5Box .item .imgBox {
  width: 20vw;
  height: 11vw;
  background-color: #333333;
  border-radius: 0.5vw;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
.indexold .f5 .f5Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.indexold .f5 .f5Box .item .text {
  width: 21vw;
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
}
.indexold .f5 .f5Box .item .text .time {
  font-size: 0.8vw;
}
.indexold .f5 .f5Box .item .text .name {
  font-size: 1.2vw;
  line-height: 2;
  text-align: justify;
  margin-top: 0.5vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.indexold .f5 .f5Box .item .des {
  width: 19vw;
  font-size: 0.9vw;
  line-height: 2;
  text-align: justify;
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.indexold .f5 .f5Box .item .morej {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 0.2vw;
  border: 1px solid #ffffff;
  font-size: 1.5vw;
  text-align: center;
  line-height: 2.4vw;
  opacity: 0.5;
  transition: 0.3s all ease-in-out;
}
.indexold .f5 .f5Box .item:hover {
  border-top: 1px solid white;
}
.indexold .f5 .f5Box .item:hover .imgBox {
  box-shadow: 0vw 1vw 2vw 1vw rgba(0, 0, 0, 0.21);
}
.indexold .f5 .f5Box .item:hover .imgBox .img {
  transform: scale(1.1);
}
.indexold .f5 .f5Box .item:hover .text {
  opacity: 1;
}
.indexold .f5 .f5Box .item:hover .des {
  opacity: 1;
}
.indexold .f5 .f5Box .item:hover .morej {
  opacity: 1;
}
.bannerBox {
  width: 100%;
  height: 34vw;
  position: relative;
  overflow: hidden;
}
.bannerBox .banner {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.bannerBox .text {
  color: white;
  font-family: TaoBaoMaiCaiTi;
  font-size: 4vw;
  position: absolute;
  left: 8vw;
  top: 22vw;
}
.bannerBox .text2{
  color: white;
  font-family: TaoBaoMaiCaiTi;
  font-size: 1.5vw;
  position: absolute;
  left: 8vw;
  top: 27vw;
}
.index {
  width: 100%;
  position: relative;
  z-index: 3;
  background: white;
}
.index .f1 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index .f1 .f1Text {
  position: absolute;
  color: white;
  top: 45%;
  left: 27%;
  transform: translate(-50%, -50%);
  z-index: 99;
  cursor: pointer;
}
.index .f1 .f1Text .d {
  font-size: 1.5vw;
}
.index .f1 .f1Text .t {
  font-size: 3.5vw;
  letter-spacing: 5px;
  font-family: TaoBaoMaiCaiTi;
  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
.index .f1 .f1Text .more {
  margin-top: 3vw;
}
.index .f1 .f1Text .mores {
  cursor: pointer;
  margin-top: 1vw;
}
.index .f1 .shubiao {
  position: absolute;
  color: white;
  z-index: 9;
  font-size: 0.9vw;
  left: 9vw;
  bottom: 15vw;
}
@keyframes shubiaoAnm {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1vw);
  }
}
.index .f1 .shubiao::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 2vw;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  bottom: -0.5vw;
  margin-left: -1vw;
}
.index .f1 .shubiao::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 1vw;
  border-radius: 3px;
  background: #ffffff;
  bottom: 0.5vw;
  left: -1vw;
  animation: shubiaoAnm 1.5s linear infinite;
  transition: 0.3s all ease-in-out;
}
.index .f1 .mySwiper {
  width: 100%;
  overflow: hidden;
}
.index .f1 .mySwiper .swiper-slide {
  clip-path: none;
  opacity: 0;
  z-index: 0;
}
.index .f1 .mySwiper .swiper-slide .img {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  position: relative;
}
.index .f1 .mySwiper .swiper-slide .img .text {
  width: 40vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .f1 .mySwiper .swiper-slide video {
  width: 100%;
  height: 100vh;
  object-fit: cover !important;
  background: black;
  position: relative;
  transform: scale(1.35);
}
.index .f1 .mySwiper .swiper-slide-prev {
  clip-path: polygon(0% -150%, 100% -150%, 100% -20%, 0% 0%);
  opacity: 0;
  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
  z-index: 3;
}
.index .f1 .mySwiper .swiper-slide-active {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 150%);
  opacity: 1;
  transition: clip-path 1400ms cubic-bezier(0.23, 1, 0.32, 1), opacity 1s ease;
  z-index: 2;
}
.index .f1 .mySwiper .swiper-slide-active .img {
  animation: bgBoxAn 2s linear;
}
@keyframes bgBoxAn {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.index .f1 .mySwiper .swiper-pagination {
  width: 90%;
  bottom: 2vw;
  text-align: right;
  display: none;
}
.index .f1 .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 3vw;
  height: 3px;
  border-radius: 0;
  background: white;
}
.index .f1 .f1Swiper {
  width: 84vw;
  overflow: hidden;
  position: absolute;
  left: 8vw;
  bottom: 3vw;
}
.index .f1 .f1Swiper .swiper-slide {
  background: rgba(0, 0, 0, 0.3);
  color: white;
  padding: 2vw 2vw 1vw 2vw;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  backdrop-filter: blur(10px);
}
.index .f1 .f1Swiper .swiper-slide .poss {
  width: 100%;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 6s linear;
  background: #1368dc;
}
.index .f1 .f1Swiper .swiper-slide .name {
  font-size: 1.2vw;
  opacity: .6;
}
.index .f1 .f1Swiper .swiper-slide .more2 {
  font-size: 0.9vw;
  margin-top: 1vw;
  font-family: din;
  display: block;
  color: white;
  text-align: right;
  margin-right: 1vw;
  opacity: .6;
}
.index .f1 .f1Swiper .swiper-slide .more2:hover{
  opacity: 1;
}
.index .f1 .f1Swiper .swiper-slide .more2:hover{
  color: #1368dc;
}
.index .f1 .f1Swiper .swiper-slide-thumb-active .name{
  opacity: 1;
}
.index .f1 .f1Swiper .swiper-slide-thumb-active .more2{
  opacity: 1;
}
.index .f2 {
  width: 100%;
  padding: 5vw 8vw;
}
.index .f2 .titBox {
  text-align: center;
}
.index .f2 .titBox .tit {
  font-size: 2.5vw;
}
.index .f2 .f2Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1vw;
}
.index .f2 .f2Box .item {
  width: 40.6vw;
  height: 21vw;
  margin-top: 2vw;
  margin-right: 2vw;
  position: relative;
  overflow: hidden;
}
.index .f2 .f2Box .item .imgBox {
  width: 100%;
  height: 100%;
  transition: 0.5s all ease-in-out;
  background-size: cover !important;
}
.index .f2 .f2Box .item .textBox {
  width: 100%;
  position: absolute;
  padding: 2vw;
  top: 0;
  transform: translateY(2vw);
  color: white;
  transition: 0.5s all ease-in-out;
}
.index .f2 .f2Box .item .textBox .icon {
  width: 3vw;
  transition: 0.3s all ease-in-out;
}
.index .f2 .f2Box .item .textBox .t {
  font-size: 1.5vw;
  font-weight: bold;
  margin: 1vw 0;
}
.index .f2 .f2Box .item .textBox .d {
  font-size: 0.9vw;
  text-align: justify;
  line-height: 2;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.index .f2 .f2Box .item .textBox .mores {
  margin-top: 1vw;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.index .f2 .f2Box .item .textBox .mores .icon{
  width: 2.5vw;
}
.index .f2 .f2Box .item:nth-child(2n) {
  margin-right: 0;
}
.index .f2 .f2Box .item:hover .imgBox {
  filter: blur(5px);
  transform: scale(1.05);
}
.index .f2 .f2Box .item:hover .textBox {
  transform: translateY(0);
}
.index .f2 .f2Box .item:hover .textBox .icon {
  opacity: 1;
}
.index .f2 .f2Box .item:hover .textBox .d {
  opacity: 1;
}
.index .f2 .f2Box .item:hover .textBox .mores {
  opacity: 1;
}
.index .f3 {
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 5vw 8vw;
  overflow: hidden;
}
.index .f3 .f3Bgvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.index .f3 .f3Bgvideo video {
  width: 100%;
  height: 105%;
  margin-top: -1%;
  object-fit: cover !important;
}
.index .f3 .f3BgImg {
  width: 78vw;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.index .f3 .textBox {
  width: 100%;
}
.index .f3 .textBox .t {
  color: #004098;
  font-size: 2.5vw;
  font-weight: bold;
}
.index .f3 .textBox .d {
  font-size: 0.9vw;
  text-align: justify;
  color: #333333;
  line-height: 2;
  margin: 2vw 0;
}
.index .f3 .textBox .numBoxs {
  width: 44vw;
}
.index .f3 .textBox .numBox {
  width: 47vw;
  display: flex;
  flex-wrap: wrap;
}
.index .f3 .textBox .numBox .item {
  width: 14vw;
  height: 6vw;
  background: rgba(255, 255, 255, 0.5);
  padding: 1vw;
  position: relative;
  margin-right: 1.5vw;
  margin-bottom: 1.5vw;
}
.index .f3 .textBox .numBox .item .icon {
  height: 1.2vw;
  position: absolute;
  right: 1vw;
}
.index .f3 .textBox .numBox .item .num {
  color: #333333;
  font-size: 0.9vw;
  position: relative;
  top: -0.5vw;
}
.index .f3 .textBox .numBox .item .num span {
  font-size: 2vw;
  color: #004098;
  margin-right: 0.5vw;
  position: relative;
  top: .2vw;
  font-family: din;
}
.index .f3 .textBox .numBox .item .name {
  color: #333333;
  font-size: 0.9vw;
}
.index .f3 .textBox .mores {
  color: #004098;
  margin-top: 1vw;
}
.index .f3 .textBox .mores p {
  border: 1px solid #004098;
  border-right: transparent;
}
.index .f3 .textBox .mores .icon {
  border: 1px solid #004098;
}
.index .f3 .textBox .mores:hover .icon {
  background: #004098;
  color: white;
}
.index .f4 {
  width: 100%;
  padding: 5vw 8vw;
  background: #f4f4f4;
}
.index .f4 .titBox .tit {
  font-size: 2.5vw;
}
.index .f4 .newsSwiper {
  width: 100%;
  overflow: hidden;
  margin-top: 3vw;
  padding-bottom: 4vw;
}
.index .f4 .newsSwiper .swiper-slide {
  width: 26vw;
  height: 24.5vw;
  position: relative;
}
.index .f4 .newsSwiper .swiper-slide .textBox {
  width: 100%;
  height: 13.5vw;
  background: white;
  color: #333333;
  padding: 2vw;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease-in-out;
}
.index .f4 .newsSwiper .swiper-slide .textBox .t {
  font-size: 1.2vw;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.index .f4 .newsSwiper .swiper-slide .textBox .btn {
  width: 16vw;
  position: absolute;
  bottom: 2vw;
  display: flex;
  justify-content: space-between;
  font-size: 0.9vw;
}
.index .f4 .newsSwiper .swiper-slide .textBox .btn .time {
  color: #999999;
}
.index .f4 .newsSwiper .swiper-slide .textBox .btn .icon {
  width: 2vw;
  height: 2vw;
  border: 1px solid #666666;
  text-align: center;
  line-height: 2vw;
}
.index .f4 .newsSwiper .swiper-slide .imgBox {
  width: 100%;
  height: 11vw;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.index .f4 .newsSwiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.index .f4 .newsSwiper .swiper-slide .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004098;
  padding: 2vw;
  transition: all 0.56s;
  -webkit-clip-path: circle(0.1% at 100% 100%);
  clip-path: circle(0.1% at 100% 100%);
  color: white;
  z-index: 9;
}
.index .f4 .newsSwiper .swiper-slide .text .t {
  font-size: 1.2vw;
  line-height: 1.7;
}
.index .f4 .newsSwiper .swiper-slide .text .d {
  font-size: 0.9vw;
  text-align: justify;
  line-height: 2;
  margin-top: 2vw;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.index .f4 .newsSwiper .swiper-slide .text .btn {
  width: 16vw;
  position: absolute;
  bottom: 2vw;
  display: flex;
  justify-content: space-between;
  font-size: 0.9vw;
}
.index .f4 .newsSwiper .swiper-slide .text .btn .time {
  color: white;
}
.index .f4 .newsSwiper .swiper-slide .text .btn .icon {
  width: 2vw;
  height: 2vw;
  background: white;
  text-align: center;
  line-height: 2vw;
  color: #004098;
}
.index .f4 .newsSwiper .swiper-slide:hover .text {
  -webkit-clip-path: circle(70.7% at 50% 50%);
  clip-path: circle(70.7% at 50% 50%);
}
.index .f4 .newsSwiper .swiper-pagination {
  height: 2px;
  bottom: 0;
  top: inherit;
}
.index .f4 .newsSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #004098;
}
.about {
  width: 100%;
}
.about .f1 {
  width: 100%;
  padding: 5vw 8vw;
}
.about .f1 .textBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.about .f1 .textBox .enImg {
  width: 30vw;
}
.about .f1 .textBox .text {
  width: 45vw;
}
.about .f1 .textBox .text .t {
  color: #0068b7;
  font-size: 2.5vw;
}
.about .f1 .textBox .text .des {
  color: #333333;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
  margin-top: 3vw;
}
.about .f1 .textBox .text .des p {
  margin-top: 1vw;
}
.about .f1 .textBox .text .mores {
  margin-top: 2vw;
  color: #333333;
}
.about .f1 .textBox .text .mores p {
  border: 1px solid #333333;
  border-right: transparent;
}
.about .f1 .textBox .text .mores .icon {
  border: 1px solid #333333;
}
.about .f1 .f1Img {
  width: 100%;
  margin-top: 2vw;
}
.about .f2 {
  width: 100%;
  height: auto;
  background: url('../images/img21.jpg') center no-repeat;
  background-size: cover !important;
  color: #0068b7;
  padding: 4vw 8vw;
}
.about .f2 .titBox .tit {
  font-size: 2.5vw;
}
.about .f2 .f2Box {
  width: 100%;
  margin-top: 4vw;
}
.about .f2 .f2Box .f2Swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 5vw;
}
.about .f2 .f2Box .f2Swiper .swiper-slide {
  text-align: left;
}
.about .f2 .f2Box .f2Swiper .swiper-slide .year {
  font-size: 2.2vw;
  font-family: TaoBaoMaiCaiTi;
  margin-bottom: 5vw;
}
.about .f2 .f2Box .f2Swiper .swiper-slide .des {
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: left;
}
.about .f2 .f2Box .f2Swiper .swiper-slide::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 2.5vw;
  background: #0068b7;
  margin-top: 3vw;
  left: 3vw;
}
.about .f2 .f2Box .f2Swiper::after {
  content: '';
  position: absolute;
  width: 1vw;
  height: 1vw;
  background: url('../images/icon27.png') center no-repeat;
  background-size: cover !important;
  top: 5vw;
}
.about .f2 .f2Box .f2Swiper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0068b7;
  margin-top: 5.5vw;
}
.about .f2 .f2Box .swiper-button-next,
.about .f2 .f2Box .swiper-button-prev {
  width: 2.5vw;
  height: 2.5vw;
  font-size: 1vw;
  color: #999999;
  top: inherit;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #333333;
}
.about .f2 .f2Box .swiper-button-prev {
  right: 4vw;
  left: inherit;
}
.about .f2 .f2Box .swiper-button-next {
  right: 0;
}
.about .f2 .f2Box .swiper-button-prev:hover {
  color: #0068b7;
  border: 1px solid #0068b7;
}
.about .f2 .f2Box .swiper-button-next:hover {
  color: #0068b7;
  border: 1px solid #0068b7;
}
.about .f2 .f2Box .swiper-button-next:after,
.about .f2 .f2Box .swiper-button-prev:after {
  content: inherit;
}
.about .f3 {
  width: 100%;
  padding: 5vw 8vw;
}
.about .f3 .titBox .tit {
  font-size: 2.5vw;
  color: #0068b7;
}
.about .f3 .f3Box {
  width: 100%;
  display: flex;
  margin-top: 1vw;
}
.about .f3 .f3Box .left .item {
  width: 19vw;
  height: 27vw;
  position: relative;
  overflow: hidden;
  margin-top: 2vw;
}
.about .f3 .f3Box .left .item .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.about .f3 .f3Box .left .item .text {
  position: absolute;
  color: white;
  padding: 2vw;
  bottom: 0;
}
.about .f3 .f3Box .left .item .text .icon {
  width: 1.5vw;
}
.about .f3 .f3Box .left .item .text .t {
  font-size: 1vw;
  font-weight: bold;
  margin-top: 0.5vw;
}
.about .f3 .f3Box .left .item:nth-child(2) {
  width: 19vw;
  height: 15vw;
}
.about .f3 .f3Box .left .item:hover .imgBox {
  transform: scale(1.1);
}
.about .f3 .f3Box .center{
  margin: 0 2vw;
}
.about .f3 .f3Box .center .item {
  width: 100%;
  height: 17vw;
  position: relative;
  overflow: hidden;
  margin-top: 2vw;
}
.about .f3 .f3Box .center .item .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.about .f3 .f3Box .center .item .text {
  position: absolute;
  color: white;
  padding: 2vw;
  bottom: 0;
}
.about .f3 .f3Box .center .item .text .icon {
  width: 1.5vw;
}
.about .f3 .f3Box .center .item .text .t {
  font-size: 1vw;
  font-weight: bold;
  margin-top: 0.5vw;
}
.about .f3 .f3Box .center .item:nth-child(2) {
  width: 19vw;
  height: 25vw;
  display: inline-block;
}
.about .f3 .f3Box .center .item:nth-child(3) {
  width: 19vw;
  height: 25vw;
  display: inline-block;
  margin-left: 2vw;
}
.about .f3 .f3Box .center .item:hover .imgBox {
  transform: scale(1.1);
}
.about .f3 .f3Box .right .item {
  width: 19vw;
  height: 27vw;
  position: relative;
  overflow: hidden;
  margin-top: 2vw;
}
.about .f3 .f3Box .right .item .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.about .f3 .f3Box .right .item .text {
  position: absolute;
  color: white;
  padding: 2vw;
  bottom: 0;
}
.about .f3 .f3Box .right .item .text .icon {
  width: 1.5vw;
}
.about .f3 .f3Box .right .item .text .t {
  font-size: 1vw;
  font-weight: bold;
  margin-top: 0.5vw;
}
.about .f3 .f3Box .right .item:nth-child(2) {
  width: 19vw;
  height: 15vw;
}
.about .f3 .f3Box .right .item:hover .imgBox {
  transform: scale(1.1);
}
.about .f4 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about .f4 .f4Bg {
  width: 63vw;
  height: 42vw;
  background: url('../images/img29.jpg') center no-repeat;
  background-size: cover !important;
  padding: 5vw 8vw;
}
.about .f4 .f4Bg .titBox .tit {
  font-size: 2.5vw;
  color: white;
}
.about .f4 .f4Box {
  width: 40vw;
  height: 31vw;
  background: rgba(0, 104, 183, 0.7);
  backdrop-filter: blur(5px);
  position: absolute;
  right: 8vw;
  bottom: 0;
  color: white;
}
.about .f4 .f4Box .item {
  display: flex;
  margin-top: 4.5vw;
}
.about .f4 .f4Box .item .t {
  width: 9vw;
  font-size: 1.5vw;
  text-align: right;
  font-weight: bold;
}
.about .f4 .f4Box .item .d {
  font-size: 1.2vw;
  margin-left: 5vw;
}
.about .f5 {
  width: 100%;
  padding: 5vw 8vw;
}
.about .f5 .titBox .tit {
  font-size: 2.5vw;
  color: #0068b7;
  text-align: center;
}
.about .f5 .f5Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about .f5 .f5Box .item {
  width: 23%;
  height: auto;
  position: relative;
  display: block;
  margin-right: 2vw;
  margin-top: 3vw;
  overflow: hidden;
}
.about .f5 .f5Box .item:last-child{
  margin-right: 0;
}
.about .f5 .f5Box .item .imgBox {
  width: 100%;
  height: 12vw;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.about .f5 .f5Box .item .text {
  width: 100%;
  padding: 1vw 2vw;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 104, 183, 1) 0%, transparent 100%);
  color: white;
}
.about .f5 .f5Box .item .text .t {
  width: 80%;
  font-size: 1vw;
  font-weight: bold;
}
.about .f5 .f5Box .item .text .icon {
  width: 2vw;
  height: 2vw;
  border: 1px solid white;
  text-align: center;
  line-height: 2vw;
  font-size: .9vw;
}
.about .f5 .f5Box .item:hover .imgBox {
  transform: scale(1.05) translateY(-.2vw);
}
.about_detail {
  width: 100%;
}
.about_detail .f1 {
  width: 100%;
  padding: 5vw 17vw;
}
.about_detail .f1 .titBox .tit {
  font-size: 2.5vw;
  color: #0068b7;
}
.about_detail .f1 .des {
  color: #333333;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
}
.about_detail .f1 .des p {
  margin-top: 1vw;
}
.about_detail .f2 {
  width: 100%;
  padding: 0 17vw 5vw 17vw;
}
.about_detail .f2 .t {
  color: #0068b7;
  font-size: 2vw;
}
.about_detail .f2 .f2Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.about_detail .f2 .f2Box .item {
  width: 14vw;
  height: 7vw;
  margin-right: 3vw;
  margin-top: 3vw;
}
.about_detail .f2 .f2Box .item:nth-child(4n) {
  margin-right: 0;
}
.product1 {
  width: 100%;
}
.product1 .f1 {
  width: 100%;
  padding: 5vw 8vw;
}
.product1 .f1 .f1Box {
  width: 100%;
  height: 36vw;
  background-size: cover !important;
  padding-top: 20vw;
}
.product1 .f1 .f1Box .text {
  width: 70vw;
  padding: 5vw;
  color: white;
}
.product1 .f1 .f1Box .text .t {
  font-size: 2vw;
}
.product1 .f1 .f1Box .text .d {
  font-size: 1vw;
  line-height: 2;
  text-align: left;
  margin-top: 1vw;
}
.product1 .f2 {
  width: 100%;
  height: auto;
  background: url('../images/img33.jpg?v2.0.0') center no-repeat;
  background-size: cover !important;
  padding: 8vw;
}
.product1 .f2 .mores{
  margin: 3vw auto 0 auto;
}
.product1 .f2 .text {
  width: 100%;
  color: white;
}
.product1 .f2 .text .t {
  font-size: 2.5vw;
}
.product1 .f2 .text .d {
  font-size: 1vw;
  margin-top: 1vw;
  line-height: 1.7;
}
.product1 .f2 .f2Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product1 .f2 .f2Box .item {
  width: 15vw;
  height: 6vw;
  background: rgba(0, 0, 0, 0.3);
  margin-right: 2vw;
  margin-top: 4vw;
  text-align: center;
  color: white;
  transition: 0.3s all ease-in-out;
  border-bottom: 5px solid transparent;
}
.product1 .f2 .f2Box .item .num {
  font-family: din;
  font-size: 2.5vw;
  position: relative;
  top: -1.5vw;
  color: #fefefe;
}
.product1 .f2 .f2Box .item .name {
  font-size: 1vw;
}
.product1 .f2 .f2Box .item:hover {
  border-bottom: 5px solid #0068b7;
}
.product1 .f2 .f2Box .item:nth-child(5n) {
  margin-right: 0;
}
.product1 .f3 {
  width: 100%;
  padding: 5vw;
  position: relative;
  overflow: hidden;
}
.product1 .f3 .mores{
  margin: 7vw auto 0 auto;
  color: #0068b7;
}
.product1 .f3 .mores p{
  border: 1px solid #0068b7;
  border-right: transparent;
}
.product1 .f3 .mores .icon{
  border: 1px solid #0068b7;
}
.product1 .f3 .f3Img {
  width: 37vw;
  height: 37vw;
  margin: 5vw auto;
  text-align: center;
  color: white;
  position: relative;
  padding-top: 9vw;
  border-radius: 50%;
}
.product1 .f3 .f3Img .icon {
  width: 4vw;
  margin: 0 auto;
}
.product1 .f3 .f3Img .t {
  font-size: 2.5vw;
  margin: 1vw 0 2vw 0;
}
.product1 .f3 .f3Img .d {
  width: 26vw;
  font-size: 1vw;
  line-height: 2;
  margin: 0 auto;
}
.product1 .f3 .f3Img::before {
  content: '';
  position: absolute;
  width: 47vw;
  height: 47vw;
  border: 1px dashed #0068b7;
  border-radius: 50%;
  left: -5vw;
  top: -5vw;
}
.product1 .f3 .f3Box {
  width: 100%;
  /*display: flex;*/
  /*justify-content: space-between;*/
  position: absolute;
  top: 0;
}
.product1 .f3 .f3Box .left {
  width: 100%;
  margin-top: 7vw;
  position: absolute;
}
.product1 .f3 .f3Box .left .item {
  display: flex;
  position: absolute;
  justify-content: space-between;
}
.product1 .f3 .f3Box .left .item .d {
  width: 25vw;
  color: #333333;
  font-size: 1.2vw;
  line-height: 4vw;
  position: relative;
  left: -2vw;
  text-align: right;
}
.product1 .f3 .f3Box .left .item .num {
  width: 4vw;
  height: 4vw;
  background-color: #0068b7;
  box-shadow: 0vw 0vw 2vw 0vw rgba(0, 104, 183, 0.24);
  border-radius: 50%;
  font-size: 1.5vw;
  font-family: din;
  color: white;
  text-align: center;
  position: relative;
  line-height: 4vw;
}
.product1 .f3 .f3Box .left .item .num::before {
  content: '';
  position: absolute;
  width: 6vw;
  height: 6vw;
  border: 1px dashed #0068b7;
  border-radius: 50%;
  left: -1vw;
  top: -1vw;
}
.product1 .f3 .f3Box .left .item:nth-child(1) {
  left: 5vw;
}
.product1 .f3 .f3Box .left .item:nth-child(2) {
  left: -3vw;
  margin-top: 8vw;
}
.product1 .f3 .f3Box .left .item:nth-child(2) .d {
  /*line-height: 2vw;*/
}
.product1 .f3 .f3Box .left .item:nth-child(3) {
  left: -6vw;
  margin-top: 19vw;
}
.product1 .f3 .f3Box .left .item:nth-child(4) {
  left: -3vw;
  margin-top: 31vw;
}
.product1 .f3 .f3Box .left .item:nth-child(4) .d {
  line-height: 2vw;
}
.product1 .f3 .f3Box .left .item:nth-child(5) {
  left: 6vw;
  margin-top: 40vw;
}
.product1 .f3 .f3Box .left .item:nth-child(5) .d {
  /*line-height: 2vw;*/
}
.product1 .f3 .f3Box .right {
  width: 100%;
  margin-top: 7vw;
  position: absolute;
  right: 0;
}
.product1 .f3 .f3Box .right .item {
  display: flex;
  position: absolute;
  justify-content: space-between;
}
.product1 .f3 .f3Box .right .item .d {
  width: 25vw;
  color: #333333;
  font-size: 1.2vw;
  line-height: 4vw;
  margin-left: 2vw;
  position: relative;
  text-align: left;
}
.product1 .f3 .f3Box .right .item .num {
  width: 4vw;
  height: 4vw;
  background-color: #0068b7;
  box-shadow: 0vw 0vw 2vw 0vw rgba(0, 104, 183, 0.24);
  border-radius: 50%;
  font-size: 1.5vw;
  font-family: din;
  color: white;
  text-align: center;
  position: relative;
  line-height: 4vw;
}
.product1 .f3 .f3Box .right .item .num::before {
  content: '';
  position: absolute;
  width: 6vw;
  height: 6vw;
  border: 1px dashed #0068b7;
  border-radius: 50%;
  left: -1vw;
  top: -1vw;
}
.product1 .f3 .f3Box .right .item:nth-child(1) {
  right: 12vw;
}
.product1 .f3 .f3Box .right .item:nth-child(2) {
  right: 5vw;
  margin-top: 8vw;
}
.product1 .f3 .f3Box .right .item:nth-child(2) .d {
  /*line-height: 2vw;*/
}
.product1 .f3 .f3Box .right .item:nth-child(3) {
  right: 2vw;
  margin-top: 19vw;
}
.product1 .f3 .f3Box .right .item:nth-child(3) .d {
  line-height: 2vw;
}
.product1 .f3 .f3Box .right .item:nth-child(4) {
  right: 5vw;
  margin-top: 31vw;
}
.product1 .f3 .f3Box .right .item:nth-child(4) .d {
  /*line-height: 2vw;*/
}
.product1 .f3 .f3Box .right .item:nth-child(5) {
  right: 14vw;
  margin-top: 40vw;
}
.product1 .f3 .f3Box .right .item:nth-child(5) .d {
  /*line-height: 2vw;*/
}
.product .f4 {
  width: 100%;
  background: url('../images/img79.jpg') center no-repeat;
  background-size: cover !important;
  padding: 5vw 8vw;
}
.product .f4 .tit {
  font-size: 2.5vw;
  color: #0068b7;
  text-align: center;
}
.product .f4 .f4Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1vw;
}
.product .f4 .f4Box .item {
  width: 26vw;
  height: 16vw;
  position: relative;
  display: block;
  margin-right: 2vw;
  margin-top: 2vw;
  overflow: hidden;
}
.product .f4 .f4Box .item .imgBox {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.product .f4 .f4Box .item .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 1vw 2vw;
  color: white;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to top, rgba(0, 0, 0, .9) 0%, transparent 100%);
}
.product .f4 .f4Box .item .text .t {
  width: 80%;
  font-size: 1.2vw;
  font-weight: bold;
}
.product .f4 .f4Box .item .text .icon {
  width: 3vw;
  height: 3vw;
  border: 1px solid white;
  text-align: center;
  line-height: 3vw;
  font-size: 1vw;
}
.product .f4 .f4Box .item:nth-child(3n) {
  margin-right: 0;
}
.product .f4 .f4Box .item:hover .imgBox {
  transform: scale(1.1);
}
.product .f4 .mores{
  margin: 2vw auto 0 auto;
  color: #0068b7;
}
.product .f4 .mores p{
  border: 1px solid #0068b7;
  border-right: transparent;
}
.product .f4 .mores .icon{
  border: 1px solid #0068b7;
}
.product .f5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5vw 8vw;
}
.product .f5 .left {
  width: 30vw;
  position: relative;
}
.product .f5 .left .tit {
  color: #0068b7;
  font-size: 2.5vw;
}
.product .f5 .left .emailBox {
  margin-top: 2vw;
}
.product .f5 .left .emailBox .t {
  display: flex;
  color: #333333;
  font-size: 1vw;
  line-height: 1vw;
}
.product .f5 .left .emailBox .t .icon {
  width: 1.2vw;
  margin-right: 0.5vw;
}
.product .f5 .left .emailBox .email {
  color: #333333;
  font-size: 1.2vw;
  font-family: din;
  margin-top: 0.5vw;
}
.product .f5 .left .imgBg {
  width: 30vw;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.product .f5 .right {
  width: 40vw;
}
.product .f5 .right .inputBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product .f5 .right .inputBox .inputItem {
  width: 19vw;
  height: 3vw;
  background-color: #f5f5f5;
  display: flex;
  margin-right: 2vw;
  margin-bottom: 1vw;
  color: #666666;
  font-size: 1vw;
  line-height: 3vw;
  padding: 0 1vw;
}
.product .f5 .right .inputBox .inputItem input {
  width: 80%;
  margin-left: 1vw;
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 1vw;
}
.product .f5 .right .inputBox .inputItem:nth-child(2n) {
  margin-right: 0;
}
.product .f5 .right .textareaBox {
  width: 40vw;
  height: 7vw;
  background-color: #f5f5f5;
}
.product .f5 .right .textareaBox textarea {
  width: 100%;
  height: 100%;
  padding: 1vw;
  font-size: 1vw;
  background: transparent;
  border: transparent;
  outline: none;
}
.product .f5 .right .mores {
  color: #333333;
  margin-top: 2vw;
  cursor: pointer;
}
.product .f5 .right .mores p {
  border: 1px solid #333333;
  border-right: transparent;
}
.product .f5 .right .mores .icon {
  border: 1px solid #333333;
}
.product2 {
  width: 100%;
}
.product2 .f1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5vw 8vw;
}
.product2 .f1 .text {
  width: 35vw;
  padding-top: 3vw;
}
.product2 .f1 .text .t {
  color: #0068b7;
  font-size: 2vw;
}
.product2 .f1 .text .des {
  color: #333333;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
  margin-top: 2vw;
}
.product2 .f1 .text .des p {
  margin-top: 1vw;
}
.product2 .f1 .imgBox {
  width: 41vw;
  height: 36vw;
  overflow: hidden;
}
.product2 .f1 .imgBox .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.product2 .f1 .imgBox:hover .img {
  transform: scale(1.1);
}
.product2 .f2 {
  width: 100%;
  height: auto;
  background-size: cover !important;
  padding: 7vw 8vw;
}
.product2 .f2 .mores{
  margin: 3vw auto 0 auto;
}
.product2 .f2 .textBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
.product2 .f2 .textBox .tit {
  font-size: 2.5vw;
}
.product2 .f2 .textBox .des {
  width: 40vw;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
}
.product2 .f2 .f2Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}
.product2 .f2 .f2Box .item {
  width: 19vw;
  height: 27vw;
  background: rgba(0, 0, 0, 0.45);
  color: #fefefe;
  overflow: hidden;
  position: relative;
  padding: 3vw 2vw;
  transition: 0.5s all ease-in-out;
  cursor: pointer;
}
.product2 .f2 .f2Box .item .num {
  font-family: din;
  font-size: 7vw;
  position: absolute;
  right: -2vw;
  top: 0vw;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  transition: 0.5s all ease-in-out;
}
.product2 .f2 .f2Box .item .name {
  font-weight: bold;
  font-size: 1.2vw;
}
.product2 .f2 .f2Box .item .des {
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 4vw;
  opacity: 0;
  transition: 0.5s all ease-in-out;
  transform: translateY(1vw);
}
.product2 .f2 .f2Box .item .en {
  width: 80%;
  font-size: 0.8vw;
  position: absolute;
  bottom: 1vw;
  text-align: center;
  transition: 0.5s all ease-in-out;
}
.product2 .f2 .links{
  font-size: 0.9vw;
  position: absolute;
  bottom: 1vw;
  color: white;
  transition: 0.5s all ease-in-out;
  transform: translateY(3vw);
}
.product2 .f2 .f2Box .item.active {
  background: #0068b7;
}
.product2 .f2 .f2Box .item.active .num {
  transform: translateX(-2.5vw);
}
.product2 .f2 .f2Box .item.active .des {
  opacity: 1;
  transform: translateY(0);
}
.product2 .f2 .f2Box .item.active .en{
  transform: translateY(3vw);
}
.product2 .f2 .f2Box .item.active .links{
  transform: translateY(0);
}
.product3 {
  width: 100%;
}
.product3 .f1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5vw 8vw;
}
.product3 .f1 .text {
  width: 35vw;
  padding-top: 0;
}
.product3 .f1 .text .t {
  color: #0068b7;
  font-size: 2vw;
}
.product3 .f1 .text .des {
  color: #333333;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
  margin-top: 2vw;
}
.product3 .f1 .text .des p {
  margin-top: 1vw;
}
.product3 .f1 .imgBox {
  width: 41vw;
  height: 30vw;
  overflow: hidden;
}
.product3 .f1 .imgBox .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.product3 .f1 .imgBox:hover .img {
  /*transform: scale(1.1);*/
}
.product3 .f1 .imgBox .imgSwiper{
  width: 100%;
  height: 30vw;
  overflow: hidden;
  padding-bottom: 1.5vw;
}
.product3 .f1 .imgBox .imgSwiper .swiper-pagination{
  bottom: 0;
}
.product3 .f1 .imgBox .imgSwiper .swiper-pagination-bullet{
  background: #1468dc;
  border-radius: 5px;
  opacity: 1;
}
.product3 .f1 .imgBox .imgSwiper .swiper-pagination-bullet-active{
  width: 2vw;
}
.product3 .f1 .imgBox .imgSwiper .swiper-slide .img{
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.product3 .f2 {
  width: 100%;
  background: url('../images/img44.jpg') center no-repeat;
  background-size: cover !important;
  padding: 0 8vw 6vw 8vw;
}
.product3 .f2 .mores{
  color: #0068b7;
  margin: 0 auto;
}
.product3 .f2 .mores p{
  border: 1px solid #0068b7;
  border-right: transparent;
}
.product3 .f2 .mores .icon{
  border: 1px solid #0068b7;
}
.product3 .f2 .f2Head {
  width: 100%;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
}
.product3 .f2 .f2Head .tit {
  font-size: 2.5vw;
  color: #0068b7;
}
.product3 .f2 .f2Head .tabBox {
  display: flex;
  position: relative;
  z-index: 9;
  top: .5vw;
}
.product3 .f2 .f2Head .tabBox .tab {
  height: 3vw;
  line-height: 3vw;
  font-size: 1vw;
  padding: 0 1vw;
  color: #333333;
  margin-left: 1vw;
  border: 1px solid #333333;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.product3 .f2 .f2Head .tabBox .active {
  background: #1468dc;
  color: white;
  border: 1px solid #1468dc;
}
.product3 .f2 .f2Head .tabBox .tab:hover {
  background: #1468dc;
  color: white;
  border: 1px solid #1468dc;
}
.product3 .f2 .f2Head .tabBox .tabs{
  position: relative;
}
.product3 .f2 .f2Head .tabBox .tabs .t{
  height: 3vw;
  line-height: 3vw;
  font-size: 1vw;
  padding: 0 1vw;
  color: #333333;
  margin-left: 1vw;
  border: 1px solid #333333;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.product3 .f2 .f2Head .tabBox .tabs .t.active{
  background: #1468dc;
  color: white;
  border: 1px solid #1468dc;
}
.product3 .f2 .f2Head .tabBox .tabs .des{
  width: 91%;
  position: absolute;
  padding: .5vw 1vw;
  background: white;
  font-size: .85vw;
  text-align: center;
  left: 1vw;
  border: 1px solid #333333;
  border-top: transparent;
  opacity: 0;
  pointer-events: none;
  transition: .3s all ease-in-out;
}
.product3 .f2 .f2Head .tabBox .tabs .des .d{
  padding: .5vw 0;
  border-bottom: 1px solid rgba(0,0,0,.7);
  cursor: pointer;
}
.product3 .f2 .f2Head .tabBox .tabs .des .d.active{
  color: #1468dc;
  background: transparent;
  border: transparent;
  border-bottom: 1px solid rgba(0,0,0,.7);
}
.product3 .f2 .f2Head .tabBox .tabs:hover .des{
  opacity: 1;
  pointer-events: all;
}
.product3 .f2 .f2Head .tabBox .tabs:hover .t{
  background: #1468dc;
  color: white;
  border: 1px solid #1468dc;
}
.product3 .f2 .f2Head .tabBox .tabs .des .d:hover{
  color: #1468dc;
}
.product3 .f2 .f2Head .tabBox .tabs .des .d:last-child{
  border-bottom: transparent;
}
.product3 .f2 .f2Swiper {
  width: 100%;
  overflow: hidden;
  padding: 3vw 0 5vw 0;
}
.product3 .f2 .f2Swiper .swiper-slide .img {
  width: 19vw;
  height: 19vw;
  background-size: cover !important;
}
.product3 .f2 .f2Swiper .swiper-slide .name {
  text-align: center;
  font-size: 1vw;
  margin-top: 1vw;
  color: #333333;
}
.product3 .f2 .swiper-pagination-progressbar {
  width: 90%;
  height: 2px;
  right: 0;
  left: inherit;
  bottom: 1.2vw;
  top: inherit;
}
.product3 .f2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f7ae0;
}
.product3 .f2 .swiper-button-next,
.product3 .f2 .swiper-button-prev {
  width: 2.5vw;
  height: 2.5vw;
  font-size: 1vw;
  color: #999999;
  top: inherit;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #333333;
}
.product3 .f2 .swiper-button-prev {
  left: 0;
}
.product3 .f2 .swiper-button-next {
  right: inherit;
  left: 4vw;
}
.product3 .f2 .swiper-button-prev:hover {
  color: #0068b7;
  border: 1px solid #0068b7;
}
.product3 .f2 .swiper-button-next:hover {
  color: #0068b7;
  border: 1px solid #0068b7;
}
.product3 .f2 .swiper-button-next:after,
.product3 .f2 .swiper-button-prev:after {
  content: inherit;
}
.product4 {
  width: 100%;
}
.product4 .f1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5vw 8vw;
}
.product4 .f1 .text {
  width: 35vw;
}
.product4 .f1 .text .t {
  color: #0068b7;
  font-size: 2vw;
}
.product4 .f1 .text .des {
  color: #333333;
  font-size: 0.9vw;
  line-height: 2;
  text-align: justify;
  margin-top: 2vw;
}
.product4 .f1 .imgBox {
  width: 41vw;
  height: 36vw;
  overflow: hidden;
}
.product4 .f1 .imgBox .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.product4 .f1 .imgBox:hover .img {
  transform: scale(1.1);
}
.product4 .f2 {
  width: 100%;
  background: url('../images/img44.jpg') center no-repeat;
  background-size: cover !important;
  padding: 0 8vw 6vw 8vw;
}
.product4 .f2 .f2Head {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product4 .f2 .f2Head .tit {
  font-size: 2.5vw;
  color: #0068b7;
}
.product4 .f2 .f2Head .tabBox {
  display: flex;
}
.product4 .f2 .f2Head .tabBox .tab {
  height: 3vw;
  line-height: 3vw;
  font-size: 1vw;
  padding: 0 1vw;
  color: #333333;
  margin-left: 1vw;
  border: 1px solid #333333;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.product4 .f2 .f2Head .tabBox .active {
  background: #1468dc;
  color: white;
  border: 1px solid #1468dc;
}
.product4 .f2 .f2Head .tabBox .tab:hover {
  background: #1468dc;
  color: white;
  border: 1px solid #1468dc;
}
.product4 .f2 .f2Swiper {
  width: 100%;
  overflow: hidden;
  padding: 3vw 0 5vw 0;
}
.product4 .f2 .f2Swiper .swiper-slide .img {
  width: 19vw;
  height: 14vw;
  background-size: cover !important;
}
.product4 .f2 .f2Swiper .swiper-slide .name {
  text-align: center;
  font-size: 1vw;
  margin-top: 1vw;
  color: #333333;
}
.product4 .f2 .swiper-pagination-progressbar {
  width: 90%;
  height: 2px;
  right: 0;
  left: inherit;
  bottom: 1.2vw;
  top: inherit;
}
.product4 .f2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f7ae0;
}
.product4 .f2 .swiper-button-next,
.product4 .f2 .swiper-button-prev {
  width: 2.5vw;
  height: 2.5vw;
  font-size: 1vw;
  color: #999999;
  top: inherit;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #333333;
}
.product4 .f2 .swiper-button-prev {
  left: 0;
}
.product4 .f2 .swiper-button-next {
  right: inherit;
  left: 4vw;
}
.product4 .f2 .swiper-button-prev:hover {
  color: #0068b7;
  border: 1px solid #0068b7;
}
.product4 .f2 .swiper-button-next:hover {
  color: #0068b7;
  border: 1px solid #0068b7;
}
.product4 .f2 .swiper-button-next:after,
.product4 .f2 .swiper-button-prev:after {
  content: inherit;
}
.productDetail {
  width: 100%;
  background: #F9F9F9;
}
.productDetail .f1 {
  width: 100%;
  padding: 4vw 8vw;
  display: flex;
  justify-content: space-between;
}
.productDetail .f1 .left {
  width: 58vw;
  background: white;
  padding: 3vw 5vw;
  position: relative;
}
.productDetail .f1 .left .tit {
  font-size: 2vw;
  color: #0068b7;
  text-align: center;
}
.productDetail .f1 .left .des {
  width: 100%;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
  margin-top: 2vw;
}
.productDetail .f1 .left .des table {
  border-collapse: collapse;
  border-color: #ededed;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  width: 100%;
}

.productDetail .f1 .left .des thead tr th {
  padding: 6px;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.productDetail .f1 .left .des tbody tr td {
  padding: 6px;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.productDetail .f1 .left .des p,.productDetail .f1 .left .des p span{
  white-space: normal !important;
}
.productDetail .f1 .left .des img{
  display: inline-block;
  width: auto;
  margin-top: 10px;
}
.productDetail .f1 .right {
  width: 20vw;
  color: #333333;
}
.productDetail .f1 .right .tit {
  font-size: 2vw;
  line-height: 1;
  padding-left: 1vw;
  position: relative;
}
.productDetail .f1 .right .tit::before {
  content: '';
  position: absolute;
  width: 0.3vw;
  height: 100%;
  background: #0068b7;
  left: 0;
  top: 0.2vw;
}
.productDetail .f1 .right .itemBox {
  width: 100%;
}
.productDetail .f1 .right .itemBox .item {
  display: block;
  width: 20vw;
  margin-top: 2vw;
  background: white;
  position: relative;
}
.productDetail .f1 .right .itemBox .item .img {
  width: 100%;
  height: 14vw;
  background-size: cover !important;
}
.productDetail .f1 .right .itemBox .item .name {
  padding: 1vw;
  text-align: center;
  font-size: 1vw;
  position: relative;
  bottom: inherit;
}
.productDetail .f1 .right .itemBox .item:hover .name{
  color: #0068b7;
}
.productDetail .f1 .right .itemBox.youtian .item .img{
  height: 20vw;
}
.productDetail .f1 .right .itemBox.youtian .item .name {
  width: 100%;
  padding: 1vw;
  text-align: center;
  font-size: 1vw;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 104, 183, 1) 0%, transparent 100%);
  color: white;
}
.service {
  width: 100%;
}
.service .f1 {
  width: 100%;
  background: url('../images/img56.jpg?v1.0.0') center no-repeat;
  background-size: cover !important;
  padding: 6vw 8vw;
  text-align: center;
}
.service .f1 .t {
  color: #333333;
  font-size: 1vw;
}
.service .f1 .tit {
  color: #0068b7;
  font-size: 2vw;
  margin: 2vw 0;
  line-height: 1.7;
}
.service .f1 .f1Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.service .f1 .f1Box .item {
  width: 12vw;
  color: #333333;
  font-size: 1vw;
  padding: 0 1vw;
  margin-top: 3vw;
  position: relative;
  margin-right: 2vw;
}
.service .f1 .f1Box .item::before {
  content: '';
  position: absolute;
  width: 1.2vw;
  height: 3vw;
  left: 0;
  top: 0;
  background: url('../images/iconleft.png') center no-repeat;
  background-size: contain !important;
}
.service .f1 .f1Box .item::after {
  content: '';
  position: absolute;
  width: 1.2vw;
  height: 3vw;
  right: 0;
  top: 0;
  background: url('../images/iconright.png') center no-repeat;
  background-size: contain !important;
}
.service .f1 .f1Box .item:nth-child(6) {
  margin-right: 0;
}
.service .f1 .f1Box .item:nth-child(1),
.service .f1 .f1Box .item:nth-child(3),
.service .f1 .f1Box .item:nth-child(4),
.service .f1 .f1Box .item:nth-child(7),
.service .f1 .f1Box .item:nth-child(10) {
  line-height: 2.5;
}
.service .f2 {
  width: 100%;
  height: 44vw;
  position: relative;
  background-size: cover !important;
}
.service .f2 .text {
  width: 55vw;
  padding: 11vw 8vw;
}
.service .f2 .text .t {
  color: #0068b7;
  font-size: 2.5vw;
}
.service .f2 .text .d {
  color: #333333;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
  margin-top: 2vw;
}
.service .f2 .f2Box {
  width: 38vw;
  position: absolute;
  right: 8vw;
  bottom: 0;
}
.service .f2 .f2Box .item {
  background: #ffffff;
  cursor: pointer;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.service .f2 .f2Box .item .headTit {
  color: #d8d8d8;
  padding: 2vw;
  display: flex;
  justify-content: space-between;
}
.service .f2 .f2Box .item .headTit .name {
  font-size: 1.8vw;
  font-weight: bold;
  position: relative;
  top: 1vw;
}
.service .f2 .f2Box .item .headTit .num {
  font-family: din;
  font-size: 3vw;
}
.service .f2 .f2Box .item .des {
  height: 0;
  opacity: 0;
  padding: 0 3vw;
  transition: 0.5s all ease-in-out;
}
.service .f2 .f2Box .item:last-child {
  border-bottom: transparent;
}
.service .f2 .f2Box .active {
  background: rgba(0, 104, 183, 0.6);
  backdrop-filter: blur(10px);
}
.service .f2 .f2Box .active .headTit {
  color: white;
}
.service .f2 .f2Box .active .des {
  height: 12vw;
  opacity: 1;
  padding: 1vw 3vw;
  color: #ffffff;
  font-size: 1vw;
  line-height: 2;
  overflow-y: scroll;
}
.service .f3 {
  width: 100%;
  padding: 7vw 8vw;
  position: relative;
}
.service .f3 .f3Box {
  width: 100%;
  height: 42vw;
  overflow: hidden;
}
.service .f3 .f3Box .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.service .f3 .f3Box:hover .img {
  transform: scale(1.1);
}
.service .f3 .textBox {
  width: 36vw;
  height: 42vw;
  position: absolute;
  top: 7vw;
  right: 8vw;
  background: rgba(0, 104, 183, 0.6);
  backdrop-filter: blur(10px);
  padding: 5vw 3vw 3vw 3vw;
  color: #ffffff;
}
.service .f3 .textBox .titBox .t {
  font-size: 2.5vw;
}
.service .f3 .textBox .titBox .d {
  font-size: 1vw;
  margin-top: 0.5vw;
}
.service .f3 .textBox .itemBox {
  width: 28vw;
  position: absolute;
  bottom: 2vw;
}
.service .f3 .textBox .itemBox .item {
  display: flex;
  padding: 1vw 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.service .f3 .textBox .itemBox .item .icon {
  width: 2vw;
  position: relative;
  top: .8vw;
}
.service .f3 .textBox .itemBox .item:nth-child(2) .icon{
  width: 2.5vw;
  top: 1.2vw;
}
.service .f3 .textBox .itemBox .item .text {
  display: flex;
  margin-left: 2vw;
}
.service .f3 .textBox .itemBox .item .text .num {
  font-family: din;
  font-size: 4vw;
  position: relative;
  margin-top: -1vw;
}
.service .f3 .textBox .itemBox .item .text .name {
  margin-left: 1vw;
}
.service .f3 .textBox .itemBox .item .text .name p:nth-child(1) {
  font-size: 0.85vw;
  font-weight: bold;
}
.service .f3 .textBox .itemBox .item .text .name p:nth-child(2) {
  font-size: 0.8vw;
}
.service .f4 {
  width: 100%;
  height: 40vw;
  overflow: hidden;
  background: url('../images/img59.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
  padding: 10vw 8vw;
}
.service .f4 .titBox {
  width: 38vw;
}
.service .f4 .titBox .t {
  color: #0068b7;
  font-size: 2.5vw;
}
.service .f4 .titBox .d {
  font-size: 1vw;
  text-align: justify;
  line-height: 2;
  margin-top: 2vw;
}
.service .f4 .f4Img {
  width: 36vw;
  height: 40vw;
  position: absolute;
  top: 0;
  right: 12vw;
  display: flex;
  overflow: hidden;
}
.service .f4 .f4Img .f4Item{
  width: 10vw;
  height: 50vw;
  overflow: hidden; /* 必须启用隐藏 */
  margin: 0 1vw;
  position: relative;
  top: -5vw;
}
.service .f4 .f4Img .f4Item .f4Box{
  width: 10vw;
  height: 1000vw; /* 足够大的滚动空间 */
  position: relative;
}
.service .f4 .f4Img .f4Item .f4Box .ky{
  width: 10vw;
  height: 10vw;
  position: absolute;
  margin-bottom: 1vw;
  transform-style: preserve-3d;
  padding: .5vw;
}
.new {
  width: 100%;
  background: #F9F9F9;
  position: relative;
}
.new .tabBox {
  position: absolute;
  display: flex;
  right: 13vw;
  margin-top: -10vw;
}
.new .tabBox .tab {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.3);
  padding: 1vw 2vw;
  margin-left: 1vw;
  font-size: 1vw;
  border-top: 3px solid transparent;
}
.new .tabBox .tab:hover {
  color: white;
  border-top: 3px solid #1368dc;
}
.new .tabBox .active {
  color: white;
  border-top: 3px solid #1368dc;
}
.new .f1 {
  width: 100%;
  position: relative;
  padding: 4vw 8vw 2vw 8vw;
}
.new .f1 .swiper-button-next,
.new .f1 .swiper-button-prev {
  width: 2.5vw;
  height: 2.5vw;
  font-size: 1vw;
  color: #999999;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #333333;
}
.new .f1 .swiper-button-prev {
  left: 4vw;
}
.new .f1 .swiper-button-next {
  right: 4vw;
}
.new .f1 .swiper-button-prev:hover {
  color: #0068b7;
  border: 1px solid #0068b7;
}
.new .f1 .swiper-button-next:hover {
  color: #0068b7;
  border: 1px solid #0068b7;
}
.new .f1 .swiper-button-next:after,
.new .f1 .swiper-button-prev:after {
  content: inherit;
}
.new .f1 .f1Swiper {
  width: 100%;
  overflow: hidden;
  background: white;
}
.new .f1 .f1Swiper .swiper-slide {
  display: flex;
}
.new .f1 .f1Swiper .swiper-slide .imgBox {
  width: 41vw;
  height: 23vw;
  overflow: hidden;
}
.new .f1 .f1Swiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.new .f1 .f1Swiper .swiper-slide .textBox {
  width: 43vw;
  padding: 3vw 5vw;
}
.new .f1 .f1Swiper .swiper-slide .textBox .t {
  color: #333333;
  font-size: 1.2vw;
  line-height: 1.7;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .f1 .f1Swiper .swiper-slide .textBox .time {
  color: #999999;
  font-size: 0.9vw;
  margin: 1vw 0;
}
.new .f1 .f1Swiper .swiper-slide .textBox .des {
  color: #333333;
  font-size: 1vw;
  line-height: 1.7;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new .f1 .f1Swiper .swiper-slide .textBox .mores {
  color: #1368dc;
  margin-top: 3vw;
}
.new .f1 .f1Swiper .swiper-slide .textBox .mores p {
  border: 1px solid #1368dc;
  border-right: transparent;
}
.new .f1 .f1Swiper .swiper-slide .textBox .mores .icon {
  border: 1px solid #1368dc;
}
.new .f1 .f1Swiper .swiper-slide:hover .imgBox .img {
  transform: scale(1.1);
}
.new .f1 .f1Swiper .swiper-pagination {
  width: 98%;
  text-align: right;
  bottom: 1vw;
}
.new .f1 .f1Swiper .swiper-pagination .swiper-pagination-bullet {
  width: 2vw;
  height: 3px;
  border-radius: 0;
}
.new .f2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 8vw;
}
.new .prev{
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid #666666;
  color: #666666;
  font-size: 1vw;
  text-align: center;
  line-height: 2.5vw;
  border-radius: 50%;
  position: absolute;
  left: 4vw;
  margin-top: 14vw;
  cursor: pointer;
  transition: .3s all ease-in-out;
}
.new .prev.active{
  opacity: .5;
  pointer-events: none;
}
.new .prev:hover{
  background: #004098;
  color: white;
  border: 1px solid #004098;
}
.new .next{
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid #666666;
  color: #666666;
  font-size: 1vw;
  text-align: center;
  line-height: 2.5vw;
  border-radius: 50%;
  position: absolute;
  right: 4vw;
  margin-top: 14vw;
  cursor: pointer;
  transition: .3s all ease-in-out;
}
.new .next.active{
  opacity: .5;
  pointer-events: none;
}
.new .next:hover{
  background: #004098;
  color: white;
  border: 1px solid #004098;
}
.new .f2{
  position: relative;
}
.new .f2 .mores{
  color: #1368dc;
  margin: 0 auto 5vw auto;
}
.new .f2 .mores p {
  border: 1px solid #1368dc;
  border-right: transparent;
}
.new .f2 .mores .icon {
  border: 1px solid #1368dc;
}
.new .f2 .item {
  width: 26.4vw;
  height: 28.1vw;
  position: relative;
  margin-right: 2vw;
  margin-top: 2vw;
}
.new .f2 .item .textBox {
  width: 100%;
  height: 13.5vw;
  background: white;
  color: #333333;
  padding: 2vw;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease-in-out;
  border-top: 2px solid #004098;
}
.new .f2 .item .textBox .t {
  font-size: 1.2vw;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.new .f2 .item .textBox .btn {
  width: 22vw;
  position: absolute;
  bottom: 2vw;
  display: flex;
  justify-content: space-between;
  font-size: 0.9vw;
}
.new .f2 .item .textBox .btn .time {
  color: #999999;
}
.new .f2 .item .textBox .btn .icon {
  width: 2vw;
  height: 2vw;
  border: 1px solid #666666;
  text-align: center;
  line-height: 2vw;
}
.new .f2 .item .imgBox {
  width: 100%;
  height: 14.5vw;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.new .f2 .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.new .f2 .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004098;
  padding: 2vw;
  transition: all 0.56s;
  -webkit-clip-path: circle(0.1% at 100% 100%);
  clip-path: circle(0.1% at 100% 100%);
  color: white;
  z-index: 9;
}
.new .f2 .item .text .t {
  font-size: 1.2vw;
  line-height: 1.7;
}
.new .f2 .item .text .d {
  font-size: 0.9vw;
  text-align: justify;
  line-height: 2;
  margin-top: 1vw;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.new .f2 .item .text .btn {
  width: 22vw;
  position: absolute;
  bottom: 2vw;
  display: flex;
  justify-content: space-between;
  font-size: 0.9vw;
}
.new .f2 .item .text .btn .time {
  color: white;
}
.new .f2 .item .text .btn .icon {
  width: 2vw;
  height: 2vw;
  background: white;
  text-align: center;
  line-height: 2vw;
  color: #004098;
}
.new .f2 .item:nth-child(3n) {
  margin-right: 0;
}
.new .f2 .item:hover .text {
  -webkit-clip-path: circle(70.7% at 50% 50%);
  clip-path: circle(70.7% at 50% 50%);
}
.new .f2 .newsSwiper {
  width: 100%;
  overflow: hidden;
  margin-top: 3vw;
  padding-bottom: 4vw;
}
.new .f2 .newsSwiper .swiper-slide {
  width: 26.4vw;
  height: 28.1vw;
  position: relative;
}
.new .f2 .newsSwiper .swiper-slide .textBox {
  width: 100%;
  height: 13.5vw;
  background: white;
  color: #333333;
  padding: 2vw;
  position: relative;
  z-index: 1;
  transition: 0.5s all ease-in-out;
}
.new .f2 .newsSwiper .swiper-slide .textBox .t {
  font-size: 1.2vw;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.new .f2 .newsSwiper .swiper-slide .textBox .btn {
  width: 23vw;
  position: absolute;
  bottom: 2vw;
  display: flex;
  justify-content: space-between;
  font-size: 0.9vw;
}
.new .f2 .newsSwiper .swiper-slide .textBox .btn .time {
  color: #999999;
}
.new .f2 .newsSwiper .swiper-slide .textBox .btn .icon {
  width: 2vw;
  height: 2vw;
  border: 1px solid #666666;
  text-align: center;
  line-height: 2vw;
}
.new .f2 .newsSwiper .swiper-slide .imgBox {
  width: 100%;
  height: 14.5vw;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.new .f2 .newsSwiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.new .f2 .newsSwiper .swiper-slide .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #004098;
  padding: 2vw;
  transition: all 0.56s;
  -webkit-clip-path: circle(0.1% at 100% 100%);
  clip-path: circle(0.1% at 100% 100%);
  color: white;
  z-index: 9;
}
.new .f2 .newsSwiper .swiper-slide .text .t {
  font-size: 1.2vw;
  line-height: 1.7;
}
.new .f2 .newsSwiper .swiper-slide .text .d {
  font-size: 0.9vw;
  text-align: justify;
  line-height: 2;
  margin-top: 2vw;
  transition: 0.3s all ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.new .f2 .newsSwiper .swiper-slide .text .btn {
  width: 23vw;
  position: absolute;
  bottom: 2vw;
  display: flex;
  justify-content: space-between;
  font-size: 0.9vw;
}
.new .f2 .newsSwiper .swiper-slide .text .btn .time {
  color: white;
}
.new .f2 .newsSwiper .swiper-slide .text .btn .icon {
  width: 2vw;
  height: 2vw;
  background: white;
  text-align: center;
  line-height: 2vw;
  color: #004098;
}
.new .f2 .newsSwiper .swiper-slide:hover .text {
  -webkit-clip-path: circle(70.7% at 50% 50%);
  clip-path: circle(70.7% at 50% 50%);
}
.new .f2 .swiper-button-next,
.new .f2 .swiper-button-prev {
  width: 2.5vw;
  height: 2.5vw;
  font-size: 1vw;
  color: #999999;
  top: 40%;
  border-radius: 50%;
  border: 1px solid #333333;
}
.new .f2 .swiper-button-prev {
  left: 4vw;
}
.new .f2 .swiper-button-next {
  right: 4vw;
}
.new .f2 .swiper-button-prev:hover {
  color: #0068b7;
  border: 1px solid #0068b7;
}
.new .f2 .swiper-button-next:hover {
  color: #0068b7;
  border: 1px solid #0068b7;
}
.new .f2 .swiper-button-next:after,
.new .f2 .swiper-button-prev:after {
  content: inherit;
}
.development {
  width: 100%;
}
.development .f1 {
  width: 100%;
  background: #F9F9F9;
  padding: 5vw 8vw;
}
.development .f1 .tit {
  color: #0068b7;
  font-size: 2.5vw;
  text-align: center;
}
.development .f1 .f1Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.development .f1 .f1Box .item {
  width: 26vw;
  height: 33vw;
  position: relative;
  overflow: hidden;
}
.development .f1 .f1Box .item .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.development .f1 .f1Box .item .text {
  width: 24vw;
  height: 12vw;
  position: absolute;
  bottom: 1vw;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  left: 1vw;
  padding: 2vw;
  color: white;
}
.development .f1 .f1Box .item .text .t {
  font-size: 1.5vw;
}
.development .f1 .f1Box .item .text .d {
  font-size: 1vw;
  text-align: justify;
  line-height: 1.7;
  margin-top: 2vw;
}
.development .f1 .f1Box .item:hover .imgBox {
  transform: scale(1.1);
}
.development .page2{
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.development .page2 .imgBoxs {
  width: 41vw;
  height: 29vw;
  position: absolute;
  overflow: hidden;
  z-index: 9;
  margin-top: 10vw;
  left: 8vw;
}
.development .page2 .imgBoxs .imgBox{
  width: 41vw;
  height: 29vw;
  position: absolute;
}
.development .page2 .imgBoxs .imgBox .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.development .page2 .imgBoxs .imgBox.img2{
  z-index: 2;
  opacity: 0;
}
.development .page2 .imgBoxs .imgBox.img3{
  z-index: 3;
  opacity: 0;
}
.development #f2 {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #73ac66;
}
.development #f2 .itemBoxs{
  width: 100%;
  padding: 10vw 8vw;
  position: absolute;
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%,-50%);*/
  display: flex;
  justify-content: space-between;
}
.development #f2 .imgBox {
  width: 41vw;
  height: 29vw;
  overflow: hidden;
}
.development #f2 .imgBox .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.development #f2 .imgBox:hover .img {
  transform: scale(1.1);
}
.development #f2 .textBox {
  width: 36vw;
  height: 30vw;
  color: white;
  position: absolute;
  right: 8vw;
}
.development #f2 .textBox .t {
  font-size: 1vw;
}
.development #f2 .textBox .name {
  font-size: 2.5vw;
  font-weight: bold;
}
.development #f2 .textBox .d {
  font-size: 1vw;
  margin-top: 4vw;
}
.development #f2 .textBox .d::before {
  content: '';
  position: absolute;
  width: 1vw;
  height: 3px;
  background: white;
  margin-top: -2vw;
}
.development #f2 .textBox .en {
  position: absolute;
  font-family: din;
  color: rgba(255, 255, 255, 0.1);
  font-size: 3vw;
  bottom: 0;
  line-height: 1;
}
.development .f3 {
  /*margin-top: 100vh;*/
  z-index: 2;
  background: #0068b7 !important;
}
.development .f4 {
  /*margin-top: 100vh;*/
  z-index: 3;
  background: white !important;
}

.development .f4 .textBox .t {
  color: #333333 !important;
}
.development .f4 .textBox .name {
  color: #0068b7 !important;
}
.development .f4 .textBox .d {
  color: #333333 !important;
}
.development .f4 .textBox .d::before {
  background: #0068b7 !important;
}
.development .f4 .textBox .en {
  color: rgba(0, 0, 0, 0.1) !important;
}
.development .f5 {
  width: 100%;
  padding: 5vw 8vw;
  position: relative;
  margin-top: -5vw;
}
.development .f5 .tit {
  text-align: center;
  font-size: 2.5vw;
  color: #0068b7;
}
.development .f5 .f5Box {
  width: 100%;
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
}
.development .f5 .f5Box .item {
  width: 41vw;
  height: 25vw;
  position: relative;
  overflow: hidden;
}
.development .f5 .f5Box .item .imgBox {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.development .f5 .f5Box .item .textBox {
  width: 25vw;
  height: 23vw;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  position: absolute;
  left: 1vw;
  top: 1vw;
  color: white;
  padding: 2vw;
}
.development .f5 .f5Box .item .textBox .t {
  font-size: 1.5vw;
}
.development .f5 .f5Box .item .textBox .tab {
  display: flex;
  margin: 2vw 0 0.5vw 0;
  cursor: pointer;
}
.development .f5 .f5Box .item .textBox .tab p {
  font-size: 1vw;
  font-weight: bold;
  margin-right: 1vw;
  opacity: 0.5;
}
.development .f5 .f5Box .item .textBox .tab .active {
  opacity: 1;
}
.development .f5 .f5Box .item .textBox .des {
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
}
.development .f5 .f5Box .item:hover .imgBox {
  transform: scale(1.1);
}
.join {
  width: 100%;
}
.join .f1 {
  width: 100%;
  height: 53vw;
  position: relative;
  background-size: cover !important;
}
.join .f1 .textBox {
  width: 50vw;
  height: 43vw;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8vw 0vw 0vw 0vw;
  position: absolute;
  right: 0;
  top: 10vw;
  padding: 6vw 3vw 9vw 3vw;
}
.join .f1 .textBox .tit {
  color: #0068b7;
  font-size: 2.5vw;
}
.join .f1 .textBox .itemBox {
  width: 40vw;
  color: #333333;
  position: relative;
  padding-left: 3vw;
}
.join .f1 .textBox .itemBox .item {
  margin-top: 2vw;
  position: relative;
}
.join .f1 .textBox .itemBox .item .t {
  font-size: 1.1vw;
  font-weight: bold;
}
.join .f1 .textBox .itemBox .item .d {
  font-size: 1vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 0.5vw;
}
.join .f1 .textBox .itemBox .item:nth-child(2) {
  top: 1vw;
}
.join .f1 .textBox .itemBox .item:nth-child(3) {
  top: 1.8vw;
}
.join .f1 .textBox .itemBox .item:nth-child(4) {
  top: 0.7vw;
}
.join .f1 .textBox .itemBox::before {
  content: '';
  position: absolute;
  width: 2vw;
  height: 21vw;
  left: 0;
  background: url('../images/img74.png') center no-repeat;
  background-size: contain !important;
  margin-top: 0.3vw;
}
.join .f2 {
  width: 100%;
  padding: 3vw 8vw 0 8vw;
}
.join .f2 .tit {
  color: #0068b7;
  font-size: 2.5vw;
}
.join .f2 .f2Swiper {
  width: 100%;
  overflow: hidden;
  padding: 3vw 0;
}
.join .f2 .f2Swiper .swiper-slide .img {
  width: 19vw;
  height: 21vw;
  background-size: cover !important;
  padding: 2vw;
}
.join .f2 .f2Swiper .swiper-slide .img .titHead {
  display: flex;
  justify-content: space-between;
}
.join .f2 .f2Swiper .swiper-slide .img .titHead .name .cn {
  color: #0068b7;
  font-size: 1.3vw;
}
.join .f2 .f2Swiper .swiper-slide .img .titHead .name .en {
  color: #333333;
  font-size: 0.9vw;
}
.join .f2 .f2Swiper .swiper-slide .img .titHead .icon {
  width: 2.2vw;
}
.join .f2 .f2Swiper .swiper-slide .img .des {
  font-size: 0.9vw;
  line-height: 1.7;
  margin-top: 6vw;
  color: #333333;
}
.join .f2 .swiper-pagination-progressbar {
  width: 100%;
  right: 0;
  left: inherit;
  bottom: 1.2vw;
  top: inherit;
}
.join .f2 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #2f7ae0;
}
.join .f3 {
  width: 100%;
  padding: 5vw 8vw;
  display: flex;
  justify-content: space-between;
}
.join .f3 .left {
  width: 34vw;
}
.join .f3 .left .tit {
  color: #0068b7;
  font-size: 2.5vw;
}
.join .f3 .left .itemBox {
  position: relative;
  z-index: 1;
}
.join .f3 .left .itemBox .item {
  width: 34vw;
  border: 1px solid #0068b7;
  margin-top: 3vw;
  padding: 2vw 4vw;
  display: flex;
  background: white;
}
.join .f3 .left .itemBox .item .icon {
  width: 3vw;
}
.join .f3 .left .itemBox .item .text {
  display: flex;
  margin-left: 4vw;
  line-height: 4vw;
}
.join .f3 .left .itemBox .item .text .name {
  color: #333333;
  font-size: 1vw;
}
.join .f3 .left .itemBox .item .text .mores {
  color: #333333;
  margin: 0.5vw 1vw;
}
.join .f3 .left .itemBox .item .text .mores p {
  border: 1px solid #333333;
  border-right: transparent;
}
.join .f3 .left .itemBox .item .text .mores .icon {
  border: 1px solid #333333;
}
.join .f3 .left .itemBox .item .text2 {
  margin-left: 4vw;
}
.join .f3 .left .itemBox .item .text2 .name {
  color: #333333;
  font-size: 1vw;
}
.join .f3 .left .itemBox .item .text2 .email {
  color: #333333;
  font-size: 1.5vw;
  font-weight: bold;
}
.join .f3 .left .infoImg {
  width: 41vw;
  position: absolute;
  margin-top: -1vw;
}
.join .f3 .right {
  width: 43vw;
}
.contactUs {
  width: 100%;
}
.contactUs .f1 {
  width: 100%;
  padding: 6vw 8vw 1vw 8vw;
}
.contactUs .f1 .tit {
  color: #0068b7;
  font-size: 2.5vw;
}
.contactUs .f2 {
  width: 100%;
  height: 43vw;
  position: relative;
}
.contactUs .f2 #map{
  width: 58vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.contactUs .f2 .title{
  position: absolute;
  font-size: 1.3vw;
  font-weight: bold;
  color: #0068b7;
  margin-left: 49.5vw;
  margin-top: 14.5vw;
  border: 1px solid gainsboro;
  padding: .6vw 1.15vw;
}
.contactUs .f2 .textBox {
  width: 42vw;
  height: 43vw;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  padding: 9vw 8vw;
  position: relative;
  z-index: 9;
}
.contactUs .f2 .textBox .item {
  padding: 1.5vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #333333;
  transition: 0.3s all ease-in-out;
}
.contactUs .f2 .textBox .item .name {
  display: flex;
  justify-content: space-between;
  font-size: 1.2vw;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.contactUs .f2 .textBox .item .des {
  font-size: 1vw;
  line-height: 1.7;
  opacity: 0;
  height: 0;
  transition: 0.3s all ease-in-out;
}
.contactUs .f2 .textBox .active .name .t {
  font-size: 1.5vw;
}
.contactUs .f2 .textBox .active .des {
  opacity: 1;
  height: 5vw;
  margin-top: 1vw;
}
.serachBox{
  width: 15vw;
  height: 3.2vw;
  position: fixed;
  top: 4vw;
  right: 12vw;
  background: white;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(0,0,0,.1);
  transition: .5s all ease-in-out;
}
.serachBox.active{
  opacity: 1;
  pointer-events: all;
}
.serachBox .close{
  color: white;
  font-size: 1.5vw;
  position: absolute;
  right: 2vw;
  top: 5vw;
  cursor: pointer;
}
.serachBox .serachs{
  width: 100%;
  position: absolute;
  font-size: 20px;
  line-height: 3vw;
}
.serachBox .serachs input{
  width: 85%;
  background: transparent;
  border: transparent;
  outline: none;
  font-size: 16px;
  color: #333333;
  padding: 0 1vw;
}
.serachBox .serachs i{
  cursor: pointer;
  color: #333333;
}
.searchContent{
  margin-bottom: 30px;
  border-bottom: 1px solid #0695df;
  padding-bottom: 20px;
  line-height:1.8;
  font-size: 18px;
}
.noData{
  display: none;
  font-size: 18px;
}
.noData.active{
  display: block;
}
.news5 ul{
  display: flex;
  flex-wrap: wrap;
}
.news5 ul li{
  width: 30%;
  margin-right: 5%;
  margin-top: 5%;
}
.news5 ul li:nth-child(3n) {
  margin-right: 0;
}
.news5 ul li a .thum .pic{
  width: 100%;
  height: 15vw;
  background-size: cover !important;
}
.news5 ul li a .time{
  font-size: .9vw;
  margin: 1vw 0;
}
.news5 ul li a .title{
  font-size: 1vw;
}
.product .list{
  width: 100%;
  padding: 5vw;
  display: flex;
  flex-wrap: wrap;
}
.product .list .item{
  width: 31.5%;
  height: auto;
  background-color: #ffffff;
  margin-right: 2vw;
  margin-bottom: 2vw;
  border-radius: 1vw;
  position: relative;
  box-shadow: 0vw 0.5vw 1vw 0.5vw rgba(0, 0, 0, 0.05);
  padding: 2vw;
  transition: 0.5s allease-in-out;
  display: flex;
  border: 1px solid transparent;
}
.product .list .item:hover{
  border: 1px solid #0068b7;
}
.product .list .item .num{
  font-size: 1.5vw;
  font-family: din;
  color: #0068b7;
}
.product .list .item .name {
  font-size: 1vw;
  margin: .1vw 1vw;

}
.product .list .item:nth-child(3n) {
  margin-right: 0;
}
.back{
  border: 1px solid #0068b7;
  text-align: center;
  padding: .5vw 2vw;
  font-size: 0.9vw;
  color: #0068b7;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 1vw;
  margin-top: -2vw;
  transition: .1s all ease-in-out;
}
.back:hover{
  background: #0068b7;
  color: white;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media screen and (max-width: 1660px) {
  header nav {
    margin-right: 7vw;
  }
  header nav ul li a{
    font-size: 16px;
  }
  header nav ul .li2 {
    width: 10vw;
  }
  header nav ul li ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  header nav ul .li2 {
    width: 12vw;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .sp_header {

    height: 50px;

    overflow: hidden;

    background: #004098;

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0;

  }

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

  .sp_logo img {

    margin: auto;

    width: 100px;

    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: white;

    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;

    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: #004098;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #004098;

  }

  .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{
    position: absolute;
    right: 4vw;
    top: 1vw;
    font-size: 22px;
    color: #004098;
  }
  .sp_flex .sjj_nav .bgImg{
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }
  header{
    padding: 0;
    left: 0;
  }
  main{
    margin-top: 50px;
  }
  .index .f1{
    height: 50vw;
  }
  .index .f1 .mySwiper .swiper-slide .img{
    height: 50vw;
  }
  .index .f1 .f1Text{
    transform: inherit;
    left: 5vw;
    top: 30%;
  }
  .index .f1 .f1Text .t{
    font-size: 20px;
  }
  .index .f1 .shubiao{
    display: none;
  }
  .mores{
    width: auto;
    height: auto;
    font-size: 12px;
  }
  .mores p{
    width: auto;
    height: 8vw;
    padding: 0 3vw;
    line-height: 8vw;
  }
  .mores .icon{
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
  }
  .mores .icon .em{
    padding-left: 2vw;
  }
  .mores .icon i{
    width: auto;
    font-size: 12px;
  }
  .mores .icon i:nth-child(2) {
    display: none;
  }
  .index .f1 .f1Swiper{
    display: none;
  }
  .index .f1 .f1Text .mores{
    margin-top: 3vw;
  }
  .index .f1 .mySwiper .swiper-pagination{
    width: 100%;
    text-align: center;
    display: block;
  }
  .index .f1 .mySwiper .swiper-pagination .swiper-pagination-bullet{
    width: 5vw;
    background: white;
  }
  .index .f2{
    padding: 15vw 5vw;
  }
  .index .f2 .titBox .tit{
    font-size: 20px;
  }
  .index .f2 .f2Box{
    display: block;
    margin-top: 0;
  }
  .index .f2 .f2Box .item{
    width: 100%;
    height: 40vw;
    margin-right: 0;
    margin-top: 5vw;
    display: block;
  }
  .index .f2 .f2Box .item:nth-child(2), .index .f2 .f2Box .item:nth-child(3){
    width: 100%;
    height: 40vw;
  }
  .index .f2 .f2Box .item .textBox .icon{
    width: 7vw;
  }
  .index .f2 .f2Box .item .textBox{
    padding: 5vw;
    bottom: 0;
    top: inherit;
  }
  .index .f2 .f2Box .item .textBox .t{
    font-size: 16px;
  }
  .index .f2 .f2Box .item .textBox .d{
    display: none;
  }
  .index .f2 .f2Box .item .textBox .mores{
    display: none;
  }
  .index .f3{
    height: auto;
    padding: 15vw 5vw;
  }
  .index .f3 .textBox .t{
    font-size: 20px;
  }
  .index .f3 .textBox .d{
    font-size: 14px;
  }
  .index .f3 .textBox .numBox{
    width: 100%;
  }
  .index .f3 .textBox .numBox .item{
    width: 43.5vw;
    height: auto;
    margin-top: 3vw;
    margin-right: 3vw;
    margin-bottom: 0;
    padding: 3vw;
  }
  .index .f3 .textBox .numBox .item .num{
    font-size: 16px;
  }
  .index .f3 .textBox .numBox .item .num span{
    font-size: 22px;
  }
  .index .f3 .textBox .numBox .item .name{
    font-size: 12px;
  }
  .index .f3 .textBox .numBox .item .icon{
    width: 22px;
    height: 22px;
    right: 2vw;
  }
  .index .f3 .textBox .numBox .item .icon img{
    display: inherit;
    max-width: inherit;
  }
  .index .f3 .textBox .numBox .item:nth-child(2n) {
    margin-right: 0;
  }
  .index .f3 .textBox .numBox .item:nth-child(1) .icon{
    width: 25px;
  }
  .index .f3 .textBox .numBox .item:nth-child(4) .icon{
    width: 18px;
  }
  .index .f3 .textBox .mores{
    margin-top: 5vw;
  }
  .index .f4{
    padding: 15vw 5vw;
  }
  .index .f4 .titBox .tit{
    font-size: 20px;
  }
  .index .f4 .newsSwiper .swiper-slide{
    height: auto;
  }
  .index .f4 .newsSwiper .swiper-slide .textBox{
    height: 30vw;
    padding: 5vw;
  }
  .index .f4 .newsSwiper .swiper-slide .textBox .t{
    font-size: 16px;
  }
  .index .f4 .newsSwiper .swiper-slide .imgBox{
    height: 50vw;
    position: relative;
    bottom: inherit;
  }
  .index .f4 .newsSwiper .swiper-slide .text{
    display: none;
  }
  .index .f4 .newsSwiper .swiper-slide .textBox .btn{
    display: none;
  }
  footer{
    padding: 10vw 5vw;
  }
  footer .footer{
    display: block;
    text-align: center;
  }
  .footerNav{
    display: none;
  }
  footer .footer .text .logo{
    width: 100px;
    margin: 0 auto;
  }
  footer .footer .text .t{
    font-size: 14px;
    margin: 3vw 0;
  }
  footer .footer .text .qrcodeBox{
    justify-content: center;
  }
  footer .footer .text .qrcodeBox .tit{
    display: none;
  }
  footer .footer .text .qrcodeBox .qrcode .item{
    width: 25vw;
    font-size: 12px;
    margin: 5vw;
  }
  .footerInfo{
    font-size: 12px;
    display: block;
  }
  .bannerBox{
    height: 40vw;
  }
  .bannerBox .text{
    font-size: 28px;
    left: 5vw;
    top: 18vw;
  }
  .about .f1{
    padding: 15vw 5vw;
  }
  .about .f1 .textBox{
    display: block;
  }
  .about .f1 .textBox .enImg{
    display: none;
  }
  .about .f1 .textBox .text{
    width: 100%;
  }
  .about .f1 .textBox .text .t{
    font-size: 20px;
  }
  .about .f1 .textBox .text .des{
    font-size: 14px;
    margin: 3vw 0;
  }
  .about .f2{
    padding: 0 5vw 15vw 5vw;
  }
  .about .f2 .titBox .tit{
    font-size: 20px;
  }
  .about .f2 .f2Box{
    margin-top: 7vw;
  }
  .about .f2 .f2Box .f2Swiper{
    padding-bottom: 12vw;
  }
  .about .f2 .f2Box .f2Swiper .swiper-slide .year{
    font-size: 18px;
  }
  .about .f2 .f2Box .f2Swiper .swiper-slide .des{
    font-size: 14px;
    margin-top: 8vw;
  }
  .about .f2 .f2Box .f2Swiper::before{
    margin-top: 9vw;
  }
  .about .f2 .f2Box .f2Swiper .swiper-slide::before{
    margin-top: 9vw;
    left: 7vw;
    height: 2.5vw;
  }
  .about .f2 .f2Box .f2Swiper::after{
    width: 3vw;
    height: 3vw;
    top: 8vw;
  }
  .about .f2 .f2Box .swiper-button-next, .about .f2 .f2Box .swiper-button-prev{
    width: 6.5vw;
    height: 6.5vw;
    font-size: 12px;
  }
  .about .f2 .f2Box .swiper-button-next{
    left: 9vw;
  }
  .about .f3{
    padding: 15vw 5vw;
  }
  .about .f3 .titBox .tit{
    font-size: 20px;
  }
  .about .f3 .f3Box{
    display: block;
  }
  .about .f3 .f3Box .left .item{
    width: 100%;
    height: 50vw;
    margin-top: 5vw;
  }
  .about .f3 .f3Box .left .item:nth-child(2){
    width: 100%;
    height: 50vw;
  }
  .about .f3 .f3Box .center .item{
    width: 100%;
    height: 50vw;
    margin-top: 5vw;
  }
  .about .f3 .f3Box .center .item:nth-child(2){
    width: 100%;
    height: 50vw;
  }
  .about .f3 .f3Box .center .item:nth-child(3){
    width: 100%;
    height: 50vw;
    margin-left: 0;
  }
  .about .f3 .f3Box .right .item{
    width: 100%;
    height: 50vw;
    margin-top: 5vw;
  }
  .about .f3 .f3Box .right .item:nth-child(2){
    width: 100%;
    height: 50vw;
  }
  .about .f3 .f3Box .left .item .text{
    width: 100%;
    padding: 5vw;
  }
  .about .f3 .f3Box .left .item .text .icon{
    width: 4.5vw;
  }
  .about .f3 .f3Box .left .item .text .t{
    font-size: 16px;
  }
  .about .f3 .f3Box .center .item .text{
    width: 100%;
    padding: 5vw;
  }
  .about .f3 .f3Box .center .item .text .icon{
    width: 4.5vw;
  }
  .about .f3 .f3Box .center .item .text .t{
    font-size: 16px;
  }
  .about .f3 .f3Box .right .item .text{
    width: 100%;
    padding: 5vw;
  }
  .about .f3 .f3Box .right .item .text .icon{
    width: 4.5vw;
  }
  .about .f3 .f3Box .right .item .text .t{
    font-size: 16px;
  }
  .about .f4 .f4Bg{
    width: 100%;
    height: 60vh;
    padding: 10vw 5vw;
  }
  .about .f4 .f4Bg .titBox .tit{
    font-size: 20px;
  }
  .about .f4 .f4Box{
    width: 100%;
    height: auto;
    position: absolute;
    right: inherit;
    bottom: 0;
    color: white;
    padding: 5vw;
    /*background: rgba(0, 104, 183, 0.1);*/
  }
  .about .f4 .f4Box .item .t{
    width: 18vw;
    font-size: 16px;
  }
  .about .f4 .f4Box .item .d{
    font-size: 14px;
  }
  .about .f5{
    padding: 15vw 5vw;
    display: block;
  }
  .about .f5 .titBox .tit{
    font-size: 20px;
  }
  .about .f5 .f5Box{
    width: 100%;
  }
  .about .f5 .f5Box .item{
    width: 100%;
    height: 50vw;
    margin-right: 0;
    margin-top: 5vw;
    margin-bottom: 0;
  }
  .about .f5 .f5Box .item .text{
    padding: 5vw;
  }
  .about .f5 .f5Box .item .text .t{
    font-size: 16px;
  }
  .about .f5 .f5Box .item .text .icon {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 12px;
  }
  .about .f5 .f5Box .item:nth-child(2n){
    top: inherit;
  }
  .product1 .f1{
    padding: 15vw 5vw;
  }
  .product1 .f1 .f1Box{
    height: auto;
    position: relative;
    background-blend-mode: multiply;
  }
  .product1 .f1 .f1Box .text{
    width: 100%;
  }
  .product1 .f1 .f1Box .text .t{
    font-size: 16px;
  }
  .product1 .f1 .f1Box .text .d{
    font-size: 14px;
  }
  .product1 .f2{
    padding: 15vw 5vw;
  }
  .product1 .f2 .text{
    width: 100%;
  }
  .product1 .f2 .text .t{
    font-size: 20px;
  }
  .product1 .f2 .text .d{
    font-size: 14px;
  }
  .product1 .f2 .f2Box{
    margin-top: 5vw;
  }
  .product1 .f2 .f2Box .item{
    width: 47.5%;
    height: 20vw;
    margin-top: 5vw;
    margin-right: 5%;
  }
  .product1 .f2 .f2Box .item:nth-child(5n){
    margin-right: 5%;
  }
  .product1 .f2 .f2Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .product1 .f2 .f2Box .item .num{
    font-size: 22px;
    top: 0;
    margin-top: 3vw;
  }
  .product1 .f2 .f2Box .item .name{
    font-size: 14px;
  }
  .product1 .f3{
    padding: 15vw 5vw 0 5vw;
  }
  .product1 .f3 .f3Img{
    width: 100%;
    height: auto;
    padding-top: 0;
    background: transparent !important;
    color: #333333;
    margin: 0;
  }
  .product1 .f3 .f3Img::before{
    content: inherit;
  }
  .product1 .f3 .f3Img .icon{
    display: none;
  }
  .product1 .f3 .f3Img .t{
    font-size: 20px;
  }
  .product1 .f3 .f3Img .d{
    width: 100%;
    font-size: 14px;
  }
  .product1 .f3 .f3BoxM{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .product1 .f3 .f3BoxM .item{
    width: 50%;
    display: flex;
    margin-top: 5vw;
  }
  .product1 .f3 .f3BoxM .item .num {
    width: 8vw;
    height: 8vw;
    background-color: #0068b7;
    box-shadow: 0vw 0vw 2vw 0vw rgba(0, 104, 183, 0.24);
    border-radius: 50%;
    font-size: 14px;
    font-family: din;
    color: white;
    text-align: center;
    position: relative;
    line-height: 8vw;
  }
  .product1 .f3 .f3BoxM .item .d {
    width: 65%;
    color: #333333;
    font-size: 13px;
    line-height: 1.7;
    margin-left: 2vw;
    position: relative;
  }
  .product .f4{
    padding: 15vw 5vw;
  }
  .product .f4 .tit{
    font-size: 20px;
  }
  .product .f4 .f4Box .item{
    width: 100%;
    height: 50vw;
    margin-right: 0;
    margin-top: 5vw;
  }
  .product .f4 .f4Box .item .text{
    padding: 5vw;
  }
  .product .f4 .f4Box .item .text .t{
    font-size: 16px;
  }
  .product .f4 .f4Box .item .text .icon {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 12px;
  }
  .product .f4 .mores{
    width: 28vw;
    margin: 5vw auto 0 auto;
  }
  .product .f5{
    padding: 15vw 5vw;
    display: block;
  }
  .product .f5 .left{
    width: 100%;
  }
  .product .f5 .left .tit{
    font-size: 20px;
  }
  .product .f5 .left .emailBox .t{
    font-size: 14px;
    line-height: inherit;
  }
  .product .f5 .left .emailBox .email{
    font-size: 16px;
  }
  .product .f5 .left .emailBox .t .icon{
    width: 5vw;
    margin-right: 2vw;
  }
  .product .f5 .right{
    width: 100%;
    margin-top: 5vw;
  }
  .product .f5 .right .inputBox .inputItem{
    width: 100%;
    height: auto;
    margin-right: 0;
    line-height: 8vw;
    font-size: 14px;
    padding: 3vw;
    margin-bottom: 3vw;
  }
  .product .f5 .right .inputBox .inputItem input{
    width: 85%;
    margin-left: 5%;
    font-size: 14px;
  }
  .product .f5 .right .textareaBox{
    width: 100%;
    height: 20vw;
  }
  .product .f5 .right .textareaBox textarea{
    padding: 3vw;
    font-size: 14px;
  }
  .product .f5 .right .mores{
    width: 25vw;
    margin: 5vw auto 0 auto;
  }
  .product2 .f1{
    padding: 15vw 5vw;
    display: block;
  }
  .product2 .f1 .text{
    width: 100%;
    padding-top: 0;
  }
  .product2 .f1 .text .t{
    font-size: 20px;
  }
  .product2 .f1 .text .des{
    font-size: 14px;
  }
  .product2 .f1 .imgBox{
    width: 100%;
    height: 80vw;
  }
  .product2 .f2{
    padding: 15vw 5vw;
  }
  .product2 .f2 .textBox{
    display: block;
  }
  .product2 .f2 .textBox .tit{
    font-size: 20px;
  }
  .product2 .f2 .textBox .des{
    width: 100%;
    font-size: 14px;
    margin-top: 5vw;
    line-height: 1.7;
  }
  .product2 .f2 .f2Box{
    display: block;
  }
  .product2 .f2 .f2Box .item{
    width: 100%;
    height: auto;
    padding: 5vw;
    margin-top: 5vw;
    background: #0068b7;
    display: block;
  }
  .product2 .f2 .f2Box .item.active .links{
    display: none;
  }
  .product2 .f2 .f2Box .item .num{
    font-size: 32px;
    right: 3vw;
    top: 3vw;
  }
  .product2 .f2 .f2Box .item.active .num{
    transform: inherit;
  }
  .product2 .f2 .f2Box .item .name{
    font-size: 16px;
  }
  .product2 .f2 .f2Box .item .des{
    font-size: 14px;
    opacity: 1;
  }
  .product2 .f2 .f2Box .item .en{
    display: none;
  }
  .product3 .f1{
    padding: 15vw 5vw;
    display: block;
  }
  .product3 .f1 .text{
    width: 100%;
    padding-top: 0;
  }
  .product3 .f1 .text .t{
    font-size: 20px;
  }
  .product3 .f1 .text .des{
    font-size: 14px;
  }
  .product3 .f1 .imgBox{
    width: 100%;
    height: auto;
  }
  .product3 .f1 .imgBox .imgSwiper{
    height: 65vw;
    padding-bottom: 5.5vw;
  }
  .product3 .f1 .imgBox .imgSwiper .swiper-pagination-bullet-active{
    width: 8vw;
  }
  .product3 .f2{
    padding: 0 5vw 15vw 5vw;
  }
  .product3 .f2 .f2Head{
    display: block;
  }
  .product3 .f2 .f2Head .tit{
    font-size: 20px;
  }
  .product3 .f2 .f2Head .tabBox{
    width: 100%;
    margin-top: 5vw;
    flex-wrap: wrap;
  }
  .product3 .f2 .f2Head .tabBox .tab{
    font-size: 14px;
    height: 8vw;
    line-height: 8vw;
    margin-right: 2vw;
    margin-left: 0;
    padding: 0 3vw;
    margin-bottom: 2vw;
  }
  .product3 .f2 .f2Head .tabBox .tabs .t{
    font-size: 14px;
    height: 8vw;
    line-height: 8vw;
    margin-right: 2vw;
    padding: 0 3vw;
  }
  .product3 .f2 .f2Head .tabBox .tabs .des{
    font-size: 14px;
    padding: 1vw 0;
  }
  .product3 .f2 .f2Swiper .swiper-slide .img{
    width: 100%;
    height: 44vw;
  }
  .product3 .f2 .f2Swiper .swiper-slide .name{
    font-size: 14px;
  }
  .product3 .f2 .swiper-pagination-progressbar{
    width: 100%;
  }
  .product3 .f2 .swiper-button-next, .product3 .f2 .swiper-button-prev{
    display: none;
  }
  .product4 .f1{
    padding: 15vw 5vw;
    display: block;
  }
  .product4 .f1 .text{
    width: 100%;
    padding-top: 0;
  }
  .product4 .f1 .text .t{
    font-size: 20px;
  }
  .product4 .f1 .text .des{
    font-size: 14px;
  }
  .product4 .f1 .imgBox{
    width: 100%;
    height: 80vw;
  }
  .product4 .f2{
    padding: 0 5vw 15vw 5vw;
  }
  .product4 .f2 .f2Head .tit{
    font-size: 20px;
  }
  .product4 .f2 .f2Swiper .swiper-slide .img{
    width: 100%;
    height: 31vw;
  }
  .product4 .f2 .f2Swiper .swiper-slide .name{
    font-size: 14px;
  }
  .product4 .f2 .swiper-pagination-progressbar{
    width: 100%;
  }
  .product4 .f2 .swiper-button-next, .product4 .f2 .swiper-button-prev{
    display: none;
  }
  .service .f1{
    padding: 15vw 5vw;
  }
  .service .f1 .t{
    font-size: 14px;
  }
  .service .f1 .tit{
    font-size: 18px;
  }
  .service .f1 .f1Box .item{
    width: 100%;
    font-size: 14px;
    margin-right: 0;
    margin-top: 5vw;
    padding: 0 12vw;
  }
  .service .f1 .f1Box .item::before {
    width: 5.2vw;
    height: 9vw;
    left: 9vw;
  }
  .service .f1 .f1Box .item::after {
    width: 5.2vw;
    height: 9vw;
    right: 9vw;
  }
  .service .f2{
    height: auto;
    padding-bottom: 10vw;
  }
  .service .f2 .text{
    width: 100%;
    padding: 15vw 5vw 5vw 5vw;
  }
  .service .f2 .text .t{
    font-size: 20px;
  }
  .service .f2 .text .d{
    font-size: 14px;
  }
  .service .f2 .f2Box{
    width: 90%;
    position: relative;
    right: inherit;
    bottom: inherit;
    margin: 0 auto;
  }
  .service .f2 .f2Box .item{
    background: rgba(0, 104, 183, 0.6);
    backdrop-filter: blur(10px);
  }
  .service .f2 .f2Box .item .headTit{
    padding: 5vw;
    color: white;
  }
  .service .f2 .f2Box .item .headTit .name{
    font-size: 16px;
  }
  .service .f2 .f2Box .item .headTit .num{
    font-size: 32px;
  }
  .service .f2 .f2Box .item .des{
    height: auto;
    font-size: 14px;
    opacity: 1;
    padding: 0 5vw 5vw 5vw;
    color: white;
    line-height: 1.7;
  }
  .service .f2 .f2Box .active .des{
    line-height: 1.7;
    padding: 0 5vw 5vw 5vw;
  }
  .service .f3{
    padding: 15vw 5vw;
  }
  .service .f3 .f3Box{
    height: 78vw;
  }
  .service .f3 .textBox{
    width: 90%;
    position: absolute;
    height: auto;
    top: inherit;
    right: 5%;
    bottom: 0;
    padding: 5vw;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
  }
  .service .f3 .textBox .titBox .t{
    font-size: 20px
  }
  .service .f3 .textBox .titBox .d{
    font-size: 14px;
  }
  .service .f3 .textBox .itemBox{
    width: 100%;
    position: relative;
    bottom: inherit;
  }
  .service .f3 .textBox .itemBox .item{
    padding: 2vw 0;
    margin-top: 3vw;
  }
  .service .f3 .textBox .itemBox .item .icon{
    width: 6vw;
  }
  .service .f3 .textBox .itemBox .item:nth-child(2) .icon{
    width: 8.5vw;
    top: 3.2vw;
  }
  .service .f3 .textBox .itemBox .item:nth-child(2) .text{
    margin-left: 3vw;
  }
  .service .f3 .textBox .itemBox .item .text{
    margin-left: 5vw;
  }
  .service .f3 .textBox .itemBox .item .text .num{
    font-size: 32px;
  }
  .service .f3 .textBox .itemBox .item .text .name{
    margin: 2vw;
  }
  .service .f3 .textBox .itemBox .item .text .name p:nth-child(1){
    font-size: 12px;
  }
  .service .f3 .textBox .itemBox .item .text .name p:nth-child(2){
    font-size: 12px;
  }
  .service .f4{
    height: auto;
    padding: 15vw 5vw;
  }
  .service .f4 .titBox{
    width: 100%;
  }
  .service .f4 .titBox .t{
    font-size: 20px;
  }
  .service .f4 .titBox .d{
    font-size: 14px;
  }
  .service .f4 .f4Img{
    width: 100%;
    top: inherit;
    right: inherit;
    position: relative;
    margin-top: 5vw;
  }
  .new .tabBox{
    position: relative;
    right: inherit;
    margin: 10vw auto;
    justify-content: center;
  }
  .new .tabBox .tab{
    font-size: 14px;
    margin: 0 2vw;
    padding: 1vw 3vw;
  }
  .new .f1{
    padding: 0 5vw 5vw 5vw;
  }
  .new .f1 .f1Swiper .swiper-slide{
    display: block;
  }
  .new .f1 .f1Swiper .swiper-slide .imgBox{
    width: 100%;
    height: 50vw;
  }
  .new .f1 .f1Swiper .swiper-slide .textBox{
    width: 100%;
    padding: 5vw;
  }
  .new .f1 .f1Swiper .swiper-slide .textBox .t{
    font-size: 16px;
  }
  .new .f1 .f1Swiper .swiper-slide .textBox .time{
    font-size: 14px;
  }
  .new .f1 .f1Swiper .swiper-slide .textBox .des{
    display: none;
  }
  .new .f1 .f1Swiper .swiper-slide .textBox .mores{
    display: none;
  }
  .new .f1 .f1Swiper .swiper-pagination .swiper-pagination-bullet{
    width: 5vw;
  }
  .new .f2{
    padding: 0 5vw;
  }

  .new .f2 .item{
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 5vw;
  }
  .new .f2 .item .textBox{
    height: auto;
    padding: 5vw;
  }
  .new .f2 .item .textBox .t{
    font-size: 16px;
  }
  .new .f2 .item .imgBox{
    height: 50vw;
    position: relative;
    bottom: inherit;
  }
  .new .f2 .item .textBox .btn{
    display: none;
  }
  .new .f2 .item .text{
    display: none;
  }
  #page{
    padding: 5vw 0;
  }
  .productDetail .f1{
    padding: 10vw 5vw;
    display: block;
  }
  .productDetail .f1 .left{
    width: 100%;
    padding: 5vw;
  }
  .productDetail .f1 .left .tit{
    font-size: 16px;
  }
  .productDetail .f1 .left .des{
    font-size: 14px;
    margin-top: 5vw;
  }
  .productDetail .f1 .right{
    width: 100%;
    margin-top: 10vw;
  }
  .productDetail .f1 .right .tit{
    font-size: 16px;
    padding-left: 3vw;
  }
  .productDetail .f1 .right .tit::before{
    width: 1vw;
  }
  .productDetail .f1 .right .itemBox .item{
    width: 100%;
    margin-top: 5vw;
  }
  .productDetail .f1 .right .itemBox .item .img{
    height: 50vw;
  }
  .productDetail .f1 .right .itemBox .item .name{
    font-size: 14px;
    padding: 5vw;
  }
  .join .f1{
    height: auto;
  }
  .join .f1 .textBox{
    width: 100%;
    height: auto;
    position: relative;
    top: inherit;
    right: inherit;
    padding: 10vw 5vw;
    border-radius: 0;
  }
  .join .f1 .textBox .tit{
    font-size: 20px;
  }
  .join .f1 .textBox .itemBox{
    width: 100%;
    padding-left: 0;
  }
  .join .f1 .textBox .itemBox::before{
    content: inherit;
  }
  .join .f1 .textBox .itemBox .item{
    margin-top: 5vw;
  }
  .join .f1 .textBox .itemBox .item .t{
    font-size: 16px;
  }
  .join .f1 .textBox .itemBox .item .d{
    font-size: 14px;
  }
  .join .f2{
    padding: 10vw 5vw 15vw 5vw;
  }
  .join .f2 .tit{
    font-size: 20px;
  }
  .join .f2 .f2Swiper .swiper-slide .img{
    width: 100%;
    height: 62vw;
    padding: 5vw;
  }
  .join .f2 .f2Swiper .swiper-slide .img .titHead .name .cn{
    font-size: 18px;
  }
  .join .f2 .f2Swiper .swiper-slide .img .titHead .name .en{
    font-size: 12px;
  }
  .join .f2 .f2Swiper .swiper-slide .img .titHead .icon{
    width: 6vw;
  }
  .join .f2 .f2Swiper .swiper-slide .img .des{
    font-size: 14px;
  }
  .join .f3{
    padding: 0 5vw 15vw 5vw;
    display: block;
  }
  .join .f3 .left{
    width: 100%;
  }
  .join .f3 .left .tit{
    font-size: 20px;
  }
  .join .f3 .left .itemBox .item{
    width: 100%;
    padding: 5vw;
    margin-top: 5vw;
  }
  .join .f3 .left .itemBox .item .icon{
    width: 8vw;
  }
  .join .f3 .left .itemBox .item .text{
    line-height: 10vw;
  }
  .join .f3 .left .itemBox .item .text .name{
    font-size: 14px;
  }
  .join .f3 .left .itemBox .item .text .mores{
    margin: .5vw 6vw;
  }
  .join .f3 .left .itemBox .item .text2 .name{
    font-size: 14px;
  }
  .join .f3 .left .itemBox .item .text2 .email{
    font-size: 16px;
  }
  .join .f3 .left .infoImg{
    display: none;
  }
  .join .f3 .right{
    width: 100%;
    margin-top: 5vw;
  }
  .contactUs .f1{
    padding: 10vw 5vw;
  }
  .contactUs .f1 .tit{
    font-size: 20px;
  }
  .contactUs .f2{
    height: auto;
  }
  .contactUs .f2 .textBox{
    width: 100%;
    height: auto;
    padding: 10vw 5vw;
  }
  .contactUs .f2 .textBox .item{
    padding: 3vw 0;
  }
  .contactUs .f2 .textBox .item .name{
    font-size: 16px;
  }
  .contactUs .f2 .textBox .active .name .t{
    font-size: 16px;
  }
  .contactUs .f2 .textBox .active .des{
    font-size: 14px;
    height: auto;
  }
  .about_detail .f1{
    padding: 10vw 5vw;
  }
  .about_detail .f1 .titBox .tit{
    font-size: 20px;
  }
  .about_detail .f1 .des{
    font-size: 14px;
  }
  .about_detail .f2{
    padding: 0 5vw 10vw 5vw;
  }
  .about_detail .f2 .t{
    font-size: 20px;
  }
  .about_detail .f2 .f2Box .item{
    width: 43vw;
    height: auto;
    margin-top: 5vw;
  }
  .about_detail .f2 .f2Box .item:nth-child(2n){
    margin-right: 0;
  }
  .development .f1{
    padding: 15vw 5vw;
  }
  .development .f1 .tit{
    font-size: 20px;
  }
  .development .f1 .f1Box{
    display: block;
    margin-top: 0;
  }
  .development .f1 .f1Box .item{
    width: 100%;
    height: 100vw;
    margin-top: 5vw;
  }
  .development .f1 .f1Box .item .text{
    width: 90%;
    height: auto;
    padding: 5vw;
    left: 5vw;
    bottom: 5vw;
  }
  .development .f1 .f1Box .item .text .t{
    font-size: 16px;
  }
  .development .f1 .f1Box .item .text .d{
    font-size: 14px;
  }
  .development .f2{
    padding: 15vw 5vw;
    display: block;
  }
  .development .f2 .imgBox{
    width: 100%;
    height: 50vw;
  }
  .development .f2 .textBox{
    width: 100%;
    padding-top: 5vw;
  }
  .development .f2 .textBox .t{
    font-size: 14px;
  }
  .development .f2 .textBox .name{
    font-size: 16px;
  }
  .development .f2 .textBox .d{
    font-size: 14px;
  }
  .development .f2 .textBox .en{
    position: relative;
    font-size: 14px;
    bottom: inherit;
    margin-top: 3vw;
  }
  .development .f3{
    padding: 5vw;
    display: block;
  }
  .development .f3 .imgBox{
    width: 100%;
    height: 50vw;
  }
  .development .f3 .textBox{
    width: 100%;
    padding-top: 5vw;
  }
  .development .f3 .textBox .t{
    font-size: 14px;
  }
  .development .f3 .textBox .name{
    font-size: 16px;
  }
  .development .f3 .textBox .d{
    font-size: 14px;
  }
  .development .f3 .textBox .en{
    position: relative;
    font-size: 14px;
    bottom: inherit;
    margin-top: 3vw;
  }
  .development .f4{
    padding: 5vw;
    display: block;
  }
  .development .f4 .imgBox{
    width: 100%;
    height: 50vw;
  }
  .development .f4 .textBox{
    width: 100%;
    padding-top: 5vw;
  }
  .development .f4 .textBox .t{
    font-size: 14px;
  }
  .development .f4 .textBox .name{
    font-size: 16px;
  }
  .development .f4 .textBox .d{
    font-size: 14px;
  }
  .development .f4 .textBox .en{
    position: relative;
    font-size: 14px;
    bottom: inherit;
    margin-top: 3vw;
  }
  .development .f5{
    padding: 15vw 5vw;
  }
  .development .f5 .tit{
    font-size: 20px;
  }
  .development .f5 .f5Box{
    display: block;
    margin-top: 0;
  }
  .development .f5 .f5Box .item{
    width: 100%;
    height: 110vw;
    margin-top: 5vw;
  }
  .development .f5 .f5Box .item .textBox{
    width: 90%;
    height: auto;
    left: 5vw;
    bottom: 5vw;
    top: inherit;
    padding: 5vw;
  }
  .development .f5 .f5Box .item .textBox .t{
    font-size: 18px;
  }
  .development .f5 .f5Box .item .textBox .tab{
    margin: 5vw 0;
  }
  .development .f5 .f5Box .item .textBox .tab p{
    font-size: 14px;
  }
  .development .f5 .f5Box .item .textBox .des{
    font-size: 14px;
  }
  .development .page2{
    height: auto;
  }
  .development #f2{
    height: auto;
  }
  .development #f2 .itemBoxs{
    display: block;
    position: relative;
    padding: 0;
  }
  .development #f2 .imgBox{
    width: 100%;
    height: 50vw;
  }
  .development #f2 .textBox{
    width: 100%;
    height: auto;
    position: relative;
    right: inherit;
  }
  .development #f2 .textBox .t{
    font-size: 14px;
  }
  .development #f2 .textBox .name{
    font-size: 16px;
  }
  .development #f2 .textBox .d{
    font-size: 14px;
  }
  .development #f2 .textBox .en{
    position: relative;
    font-size: 14px;
    bottom: inherit;
    margin-top: 3vw;
  }
  .contactUs .f2 #map{
    width: 100%;
    position: relative;
    height: 70vw;
    top: inherit;
    right: inherit;
  }
  .lang{
    padding-left: 6vw;
    font-size: 16px;
  }
  .product1 .f2 .mores{
    width: 28vw;
    margin: 5vw auto 0 auto;
  }
  .product1 .f3 .mores{
    width: 28vw;
  }
  .product .list .item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .product .list .item .num{
    font-size: 18px;
  }
  .product .list .item .name{
    font-size: 14px;
  }
  .product2 .f2 .mores{
    width: 28vw;
  }
  .product3 .f2 .mores{
    width: 28vw;
    margin: 5vw auto 0 auto;
  }
  .about .f5 .f5Box .item .imgBox{
    height: 100%;
  }
  .productDetail .f1 .right .itemBox.youtian .item .name{
    font-size: 14px;
    padding: 3vw 0;
  }
  .lang .langT a{
    margin-right: 10px;
  }
  .new .f1 .swiper-button-next, .new .f1 .swiper-button-prev{
    display: none;
  }
  .productDetail .f1 .right .itemBox.youtian .item .img{
    height: 90vw;
  }
  .bannerBox .text2{
    font-size: 14px;
    left: 5vw;
    top: 28vw;
  }
  .back{
    font-size: 14px;
  }
  .new .next,.new .prev{
    display: none;
  }
  .new .f2 .newsSwiper .swiper-slide{
    height: auto;
  }
  .new .f2 .newsSwiper .swiper-slide .textBox{
    height: 30vw;
    padding: 5vw;
  }
  .new .f2 .newsSwiper .swiper-slide .textBox .t{
    font-size: 16px;
  }
  .new .f2 .newsSwiper .swiper-slide .imgBox{
    height: 50vw;
    position: relative;
    bottom: inherit;
  }
  .new .f2 .newsSwiper .swiper-slide .text{
    display: none;
  }
  .new .f2 .newsSwiper .swiper-slide .textBox .btn{
    display: none;
  }
  .new .f2 .swiper-button-next, .new .f2 .swiper-button-prev{
    display: none;
  }
}
