@font-face {
  font-family: 'iconfont';  /* Project id 4880814 */
  src: url('//at.alicdn.com/t/c/font_4880814_t6tixhpjehc.woff2?t=1747619025263') format('woff2'),
  url('//at.alicdn.com/t/c/font_4880814_t6tixhpjehc.woff?t=1747619025263') format('woff'),
  url('//at.alicdn.com/t/c/font_4880814_t6tixhpjehc.ttf?t=1747619025263') format('truetype');
}
@font-face {
  font-family: Regular;
  src: url('../fonts/HarmonyOS_Sans_SC_Regular.ttf');
}
@font-face {
  font-family: Medium;
  src: url('../fonts/HarmonyOS_Sans_SC_Medium.ttf');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  color: #272727;
  font-family: Regular;
}
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: #1475b3;
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.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%;
  position: absolute;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  padding: 1vw 8vw;
  color: #1475b3;
}
header .logo {
  width: 150px;
}
header .right {
  display: flex;
  align-items: center;
}
header .right .lang {
  font-size: 35px;
  cursor: pointer;
  color: #1475b3;
  position: relative;
  /*top: .1vw;*/
}
header .right .meua {
  margin-left: 30px;
  cursor: pointer;
}
header .right .meua .i1 {
  width: 35px;
  height: 3px;
  background: #1475b3;
  /*margin-top: 12px;*/
}
header .right .meua .i2 {
  width: 35px;
  height: 3px;
  background: #1475b3;
  margin-top: 8px;
}
header .right .meua .i3 {
  width: 35px;
  height: 3px;
  background: #1475b3;
  margin-top: 8px;
}
.headerBox {
  width: 100%;
  transform: translateY(-40vw);
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9;
  backdrop-filter: blur(5px);
  padding: 2vw 8vw 10vw 8vw;
  transition: 0.5s all ease-in-out;
}
.headerBox .footerNav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.headerBox .footerNav ul .level1 {
  margin-right: 6vw;
}
.headerBox .footerNav ul .level1 a {
  font-size: 1.2vw;
  color: #333333;
  font-weight: bold;
}
.headerBox .footerNav ul .level1 ul {
  display: block;
  margin-top: 2vw;
}
.headerBox .footerNav ul .level1 ul li {
  margin-bottom: 1.5vw;
  text-align: left;
  position: relative;
}
.headerBox .footerNav ul .level1 ul li a {
  font-size: 1vw;
  color: #333333;
  font-weight: normal;
  position: relative;
  opacity: 0.9;
}
.headerBox .footerNav ul .level1 ul li a::after {
  width: 0%;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: -3px;
  content: '';
  background: #333333;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.headerBox .footerNav ul .level1 ul li a:hover::after {
  width: 100%;
  left: 0%;
}
.headerBox .footerNav ul .level1:last-child {
  margin-right: 0;
}
.headerBox .close {
  color: #333333;
  cursor: pointer;
  font-size: 1.5vw;
  margin-left: 5vw;
  display: inline-block;
  transition: 0.3s all ease-in-out;
  position: absolute;
  top: 1.8vw;
  right: 8vw;
}
.headerBox.active {
  transform: translateY(0);
}
footer {
  width: 100%;
  background: #333333;
  padding: 0 8vw;
  position: relative;
}
footer .footerHead {
  width: 100%;
  padding: 2vw 0;
  display: flex;
  justify-content: space-between;
}
footer .footerHead .logo {
  width: 8vw;
}
footer .footerHead .des {
  color: #ffffff;
  font-size: 1vw;
  line-height: 3vw;
  margin-top: 0.5vw;
}
footer .footer {
  width: 100%;
  padding: 2vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
}
footer .footer .text {
  color: #ffffff;
  font-size: 0.9vw;
  line-height: 2;
}
footer .footer .text .iconBox {
  display: flex;
  margin-top: 1vw;
}
footer .footer .text .iconBox .icon {
  margin-right: 1.5vw;
  cursor: pointer;
  color: #ffffff;
}
footer .footer .text .iconBox .icon .qrcode{
  width: 6vw;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  transition: .3s all ease-in-out;
}
footer .footer .text .iconBox .icon:hover .qrcode{
  opacity: 1;
  pointer-events: all;
}
footer .footer .footerNav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
footer .footer .footerNav ul .level1 {
  margin: 0 1.2vw;
}
footer .footer .footerNav ul .level1 a {
  font-size: 1vw;
  color: #ffffff;
}
footer .footer .footerNav ul .level1 ul {
  display: block;
  margin-top: 1.5vw;
}
footer .footer .footerNav ul .level1 ul li {
  margin-bottom: 0.5vw;
  text-align: left;
}
footer .footer .footerNav ul .level1 ul li a {
  font-size: 0.85vw;
  color: #ffffff;
  font-weight: normal;
  opacity: 0.9;
}
footer .footer .footerNav ul .level1 ul li:hover a {
  border-bottom: 1px solid #ffffff;
}
footer .footer .footerNav ul .level1:last-child {
  margin-right: 0;
}
footer .footerInfo {
  padding: 2vw 0;
  color: #ffffff;
  font-size: 0.9vw;
  display: flex;
  opacity: 0.7;
  justify-content: space-between;
}
footer .footerInfo a {
  color: #ffffff;
}
.footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4vw;
  background: url('../images/footerBg.png') center no-repeat;
  background-size: cover !important;
  left: 0;
  top: -3.9vw;
}
.bannerBox {
  width: 100%;
  height: 37vw;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}
.bannerBox .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s allease-in-out;
  background-blend-mode: multiply;
  animation: bannerBoxidentifier 2s forwards;
}
@keyframes bannerBoxidentifier {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bannerBox .text {
  width: 84%;
  color: #ffffff;
  font-size: 3.5vw;
  position: absolute;
  top: 50%;
  left: 8vw;
  transform: translateY(-50%);
}
.bannerBox .text .d {
  width: 40vw;
  font-size: 1.2vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1vw;
}
.bannerBox::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4vw;
  background: url('../images/bannerBg.png') center no-repeat;
  background-size: cover !important;
  left: 0;
  bottom: -0.1vw;
  z-index: 1;
}
.tabBox {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 4vw 0;
}
.tabBox .tab {
  color: #333333;
  border: 1px solid #333333;
  border-radius: 3vw;
  padding: 0.3vw 2vw;
  margin: 0 1vw;
  font-size: 1vw;
  transition: 0.3s all ease-in-out;
}
.tabBox .tab:hover {
  background: #1475b3;
  color: white;
  border: 1px solid #1475b3;
}
.tabBox .active {
  background: #1475b3;
  color: white;
  border: 1px solid #1475b3;
}
.more {
  width: 10vw;
  height: 2vw;
  color: #1a75af;
  border: 1px solid #1a75af;
  border-radius: 3vw;
  line-height: 1.9vw;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 0.9vw;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
}
.more::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: #1a75af;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
}
.more:hover {
  color: white;
}
.more:hover::after {
  width: 100%;
  left: 0%;
  -webkit-transition: left 0s ease-out 0s, width 0.4s ease-out 0s;
  transition: left 0s ease-out 0s, width 0.4s ease-out 0s;
}
.index {
  width: 100%;
}
.index .f1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.index .f1 .bannerSwiper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.index .f1 .bannerSwiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.index .f1 .bannerSwiper .swiper-slide .text1 {
  width: 35vw;
  position: absolute;
  z-index: 9;
  margin-top: 25vh;
  margin-left: 8vw;
}
.index .f1 .bannerSwiper .swiper-slide .text3 {
  width: 35vw;
  position: absolute;
  z-index: 9;
  margin-top: 20vh;
  margin-left: 8vw;
}
.index .f1 .bannerSwiper .swiper-slide .text4 {
  width: 30vw;
  position: absolute;
  z-index: 9;
  margin-top: 22vh;
  margin-left: 8vw;
}
.index .f1 .bannerSwiper .swiper-slide .slide-inner {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: transform 0.8s ease;
  transform: scale(1);
  background-blend-mode: multiply;
}
.index .f1 .bannerSwiper .swiper-slide-active .slide-inner {
  transform: scale(1.05);
  transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
}
.index .f1 .bannerSwiper .swiper-pagination {
  width: 30vw;
  bottom: 15vw;
}
.index .f1 .bannerSwiper .swiper-pagination-bullet {
  width: 2.5vw;
  height: 2.5vw;
  text-align: center;
  line-height: 2.5vw;
  font-size: 1vw;
  margin-right: 1vw;
  color: #ffffff;
  opacity: 1;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.index .f1 .bannerSwiper .swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
}
.index .f1 .shubiao {
  position: absolute;
  color: white;
  z-index: 9;
  font-size: 0.9vw;
  left: 51%;
  bottom: 10vw;
}
.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;
}
@keyframes shubiaoAnm {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(1vw);
  }
}
.index .f1Bg {
  width: 100%;
  position: absolute;
  z-index: 9;
  margin-top: -2.85vw;
}
.index .f2 {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index .f2 .f2En{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 15vw;
  font-weight: bold;
  letter-spacing: 2vw;
  text-align: center;
  color: #F5F5F5;
  pointer-events: none;
  transform: translate(-50%,-50%);
}
.index .f2 .f2Box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
  padding: 0 2vw;
  z-index: 2;
}
.index .f2 .f2Box .item {
  width: 15vw;
  height: 15vw;
  position: relative;
  top: 7vw;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0vw 2vw 3vw 0vw rgba(55, 95, 163, 0.08);
  border: 1px solid #eff3f8;
  color: #1a75af;
  text-align: center;
  padding-top: 3vw;
}
.index .f2 .f2Box .item .icon {
  width: 3vw;
  margin: 0 auto;
}
.index .f2 .f2Box .item .t {
  font-size: 2vw;
  font-family: Medium;
}
.index .f2 .f2Box .item .d {
  font-size: 1vw;
  line-height: 1.7;
  margin: 1vw 0 0 0;
}
.index .f2 .f2Box .item .num {
  font-size: 0.9vw;
}
.index .f2 .f2Box .item .num span {
  font-size: 3vw;
}
.index .f2 .f2Box .item:nth-child(1) {
  transform: translateX(40vw);
}
.index .f2 .f2Box .item:nth-child(2) {
  transform: translateX(20vw);
}
.index .f2 .f2Box .item:nth-child(4) {
  transform: translateX(-20vw);
}
.index .f2 .f2Box .item:nth-child(5) {
  transform: translateX(-40vw);
}
.index .f2 .f2Box .item1 {
  width: 29vw;
  height: 29vw;
  position: relative;
  top: 0;
  z-index: 1;
  padding: 6vw 1vw 0 1vw;
}
.index .f2 .f2Box .item1 .d {
  margin: 2vw 0 3vw 0;
}
.index .f2Bg {
  width: 100%;
  position: absolute;
  z-index: 9;
  transform: rotate(180deg);
}
.index .f3 {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  position: relative;
  padding: 7vw 8vw;
}
.index .f3 .f3Swiper {
  width: 100%;
  overflow: hidden;
  display: none;
}
.index .f3 .f3Swiper1{
  display: block;
}
.index .f3 .f3Swiper .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.index .f3 .f3Swiper .swiper-slide .textBox {
  width: 30vw;
  padding-top: 5vw;
}
.index .f3 .f3Swiper .swiper-slide .textBox .name {
  color: #333333;
  font-size: 3vw;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateY(1vw);
  font-family: Medium;
}
.index .f3 .f3Swiper .swiper-slide .textBox .des {
  color: #666666;
  font-size: 1vw;
  line-height: 1.7;
  margin: 2vw 0;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateY(2vw);
}
.index .f3 .f3Swiper .swiper-slide .textBox .more {
  color: #333333;
  border: 1px solid #333333;
  opacity: 0;
  margin: 0;
  transform: translateY(3vw);
}
.index .f3 .f3Swiper .swiper-slide .textBox .more:hover {
  color: white;
  border: 1px solid #1a75af;
}
.index .f3 .f3Swiper .swiper-slide .imgBox {
  width: 40vw;
  transition: all 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  transform: translateX(30vw);
}
.index .f3 .f3Swiper .swiper-slide .imgBox .imgName {
  height: 36vw;
  color: #ffffff;
  font-size: 12vw;
  font-weight: bold;
  position: absolute;
  right: 0;
}
.index .f3 .f3Swiper .swiper-slide .imgBox .imgName .en {
  position: absolute;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  top: 50%;
  right: 24vw;
  transform: translateY(-50%);
}
.index .f3 .f3Swiper .swiper-slide .imgBox .imgName .cn {
  width: 12vw;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  line-height: 1.1;
}
.index .f3 .f3Swiper .swiper-slide .imgBox .img {
  width: 18vw;
  height: 36vw;
  background-size: cover !important;
  margin: 0 auto;
}
.index .f3 .f3Swiper .swiper-slide-active .textBox .name,
.index .f3 .f3Swiper .swiper-slide-active .textBox .des,
.index .f3 .f3Swiper .swiper-slide-active .textBox .more {
  opacity: 1;
  transform: translateY(0px);
}
.index .f3 .f3Swiper .swiper-slide-active .imgBox {
  opacity: 1;
  transform: translateY(0px);
}
.index .f3 .f3Swiper .swiper-button-next {
  left: 4vw;
  right: inherit;
  margin-top: 3vw;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #1475b3;
  border-radius: 50%;
  color: white;
  font-size: 1.5vw;
}
.index .f3 .f3Swiper .swiper-button-prev {
  left: 0;
  right: inherit;
  margin-top: 3vw;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #1475b3;
  border-radius: 50%;
  color: white;
  font-size: 1.5vw;
}
.index .f3 .f3Swiper .swiper-button-next:after,
.index .f3 .f3Swiper .swiper-button-prev:after {
  content: inherit;
}
.index .f3 .f3Box {
  width: 48vw;

  position: absolute;

  display: flex;

  bottom: 8vw;

  z-index: 9;

  justify-content: space-between;
}
.index .f3 .f3Box .item {
  width: 15vw;

  height: 5vw;

  background-color: #ffffff;

  border-radius: 0.5vw;

  color: #333333;

  font-size: 1vw;

  text-align: center;

  cursor: pointer;

  transition: 0.3s all ease-in-out;

  display: flex;

  align-items: center;   /* 垂直居中 */

  justify-content: center;
}
.index .f3 .f3Box .item:hover {
  background: #1475b3;
  color: white;
}
.index .f3 .f3Box .active {
  background: #1475b3;
  color: white;
}
.index .f4 {
  width: 100%;
  padding: 8vw;
  display: flex;
  justify-content: space-between;
}
.index .f4 .item {
  width: 26vw;
  background-color: #f5f5f5;
  border-radius: 1vw;
}
.index .f4 .item .imgBox {
  width: 100%;
  height: 22vw;
  border-radius: 1vw;
  overflow: hidden;
}
.index .f4 .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .f4 .item .textBox {
  width: 100%;
  height: 18vw;
  padding: 2vw;
  color: #333333;
  position: relative;
}
.index .f4 .item .textBox .t {
  font-size: 1.5vw;
  line-height: 1.7;
  font-family: Medium;
}
.index .f4 .item .textBox .d {
  font-size: 1vw;
  line-height: 1.7;
  margin: 1vw 0 3vw 0;
}
.index .f4 .item:hover .imgBox .img {
  transform: scale(1.1);
}
.index .f4 .item:hover .textBox .t {
  color: #1475b3;
}
.index .f5 {
  width: 100%;
  padding: 0 8vw 8vw 8vw;
  position: relative;
}
.index .f5 .enTit {
  position: absolute;
  right: 0;
  margin-top: -3vw;
  font-size: 10vw;
  -webkit-text-stroke: 2px #f9f9f9;
  -webkit-text-fill-color: transparent;
}
.index .f5 .headeTit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #333333;
}
.index .f5 .headeTit .tit {
  font-size: 2vw;
  font-family: Medium;
}
.index .f5 .headeTit .more {
  color: #333333;
  border: 1px solid #333333;
  margin: 0.5vw 0 0 0;
}
.index .f5 .headeTit .more:hover {
  color: white;
  border: 1px solid #1a75af;
}
.index .f5 .newsSwiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 3vw;
  padding-bottom: 5vw;
}
.index .f5 .newsSwiper .swiper-slide .imgBox {
  width: 100%;
  height: 16vw;
  overflow: hidden;
  border-radius: 1vw;
}
.index .f5 .newsSwiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.index .f5 .newsSwiper .swiper-slide .text .time {
  font-size: 1vw;
  margin: 1.5vw 0;
  color: #666666;
  position: relative;
  padding-left: 5vw;
}
.index .f5 .newsSwiper .swiper-slide .text .time::before {
  content: '';
  position: absolute;
  width: 4vw;
  height: 1px;
  background: #666666;
  left: 0;
  margin-top: 0.8vw;
}
.index .f5 .newsSwiper .swiper-slide .text .t {
  font-size: 1.2vw;
  line-height: 1.7;
  font-family: Medium;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .f5 .newsSwiper .swiper-slide:hover .imgBox .img {
  transform: scale(1.1);
}
.index .f5 .newsSwiper .swiper-slide:hover .text .t {
  color: #1475b3;
}
.index .f5 .newsSwiper .swiper-pagination {
  width: 6vw;
  height: 1px;
  bottom: 1.2vw;
  top: inherit;
  left: 10vw;
}
.index .f5 .newsSwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #1475b3;
}
.index .f5 .newsSwiper .swiper-button-next {
  left: 4vw;
  right: inherit;
  bottom: 0;
  top: inherit;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #1475b3;
  border-radius: 50%;
  color: white;
  font-size: 1.5vw;
}
.index .f5 .newsSwiper .swiper-button-prev {
  left: 0;
  right: inherit;
  bottom: 0;
  top: inherit;
  width: 2.5vw;
  height: 2.5vw;
  background-color: #1475b3;
  border-radius: 50%;
  color: white;
  font-size: 1.5vw;
}
.index .f5 .newsSwiper .swiper-button-next:after,
.index .f5 .newsSwiper .swiper-button-prev:after {
  content: inherit;
}
.index .f5 .newsSwiper .swiper-pagination-numbers {
  width: 10vw;
  display: flex;
  justify-content: space-between;
  color: #333333;
  font-size: 1vw;
  position: absolute;
  bottom: 0.5vw;
  left: 8vw;
}
.news {
  width: 100%;
}
.news .newsItem {
  width: 100%;
  padding: 0 8vw;
  display: flex;
  justify-content: space-between;
}
.news .newsItem .imgBox {
  width: 41vw;
  height: 27vw;
  border-radius: 1vw;
  overflow: hidden;
}
.news .newsItem .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.news .newsItem .imgBox:hover .img {
  transform: scale(1.1);
}
.news .newsItem .textBox {
  width: 38vw;
  color: #333333;
  padding-top: 3vw;
}
.news .newsItem .textBox .time {
  font-size: 1vw;
}
.news .newsItem .textBox .tit {
  font-size: 1.5vw;
  line-height: 1.5;
  font-family: Medium;
  margin: 2vw 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news .newsItem .textBox .des {
  font-size: 1vw;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4 ;
  overflow: hidden;
}
.news .newsItem .textBox .more {
  margin: 3vw 0 0 0;
  color: #333333;
  border: 1px solid #333333;
}
.news .newsItem .textBox .more:hover {
  color: white;
  border: 1px solid white;
}
.news .newsItem .textBox:hover .tit {
  color: #1475b3;
}
.news .newsBox {
  width: 100%;
  padding: 4vw 8vw 0 8vw;
  display: flex;
  flex-wrap: wrap;
}
.news .newsBox .item {
  width: 26.4vw;
  margin-right: 2vw;
  margin-bottom: 3vw;
}
.news .newsBox .item .imgBox {
  width: 100%;
  height: 16vw;
  overflow: hidden;
  border-radius: 1vw;
}
.news .newsBox .item .imgBox .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.news .newsBox .item .text .time {
  font-size: 1vw;
  margin: 1.5vw 0;
  color: #666666;
  position: relative;
  padding-left: 5vw;
}
.news .newsBox .item .text .time::before {
  content: '';
  position: absolute;
  width: 4vw;
  height: 1px;
  background: #666666;
  left: 0;
  margin-top: 0.8vw;
}
.news .newsBox .item .text .t {
  font-size: 1.2vw;
  line-height: 1.7;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news .newsBox .item:nth-child(3n) {
  margin-right: 0;
}
.news .newsBox .item:hover .imgBox .img {
  transform: scale(1.1);
}
.news .newsBox .item:hover .text .t {
  color: #1475b3;
}
.service {
  width: 100%;
  background: #fefeff;
}
.service .tabBox {
  justify-content: inherit;
  padding-left: 8vw;
}
.service .f1 {
  width: 100%;
  display: inline-block;
  padding: 0 8vw 8vw 8vw;
}
.service .f1 .left {
  width: 55vw;
  border-radius: 0.5vw;
  display: inline-block;
  float: left;
}
.service .f1 .left .item {
  width: 100%;
  margin-bottom: 2vw;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.07);
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  border-radius: 0.5vw;
}
.service .f1 .left .item .imgBox {
  width: 19vw;
  height: 12vw;
  border-radius: 0.5vw;
  position: relative;
}
.service .f1 .left .item .imgBox video {
  width: 100%;
  height: 100%;
  border-radius: 0.5vw;
  object-fit: cover !important;
  cursor: pointer;
}
.service .f1 .left .item .imgBox .play {
  position: absolute;
  font-size: 4vw;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.service .f1 .left .item .text {
  width: 36vw;
  padding: 1.5vw;
}
.service .f1 .left .item .text .name {
  color: #333333;
  font-size: 1.2vw;
  font-family: Medium;
}
.service .f1 .left .item .text .des {
  font-size: 1vw;
  color: #666666;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1vw;
}
.service .f1 .left .item:hover .play {
  transform: translate(-50%, -50%) scale(1.2);
}
.service .f1 .left .item:hover .name {
  color: #1475b3;
}
.service .f1 .left .item:nth-child(3n) {
  margin-right: 0;
}
.service .f1 .right {
  width: 26vw;
  display: inline-block;
  margin-left: 2vw;
  position: sticky;
  top: 5vw;
}
.service .f1 .right .t {
  color: #333333;
  font-size: 1.5vw;
}
.service .f1 .right #form {
  width: 100%;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.07);
  border-radius: 0.5vw;
  margin-top: 2vw;
  padding: 3vw 2vw;
}
.service .f1 .right #form .inputBox {
  background-color: #e4e4e4;
  border-radius: 0.5vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1vw;
}
.service .f1 .right #form .inputBox input {
  width: 100%;
  color: #333333;
  font-size: 0.9vw;
  padding: 0.8vw;
  background: transparent;
  border: transparent;
}
.service .f1 .right #form .submit {
  width: 100%;
  height: 3vw;
  background-color: #1a75af;
  border-radius: 3vw;
  line-height: 3vw;
  text-align: center;
  color: #333333;
  font-size: 1vw;
  margin: 2vw auto 0 auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
}
.service .f1 .right #form .submit:hover {
  border-radius: 0;
}
.service2 {
  width: 100%;
  background: #fefeff;
}
.service2 .tabBox {
  justify-content: inherit;
  padding-left: 8vw;
}
.service2 .f1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 8vw 0 8vw;
}
.service2 .f1 .item {
  width: 26.4vw;
  margin-bottom: 2vw;
  margin-right: 2vw;
  overflow: hidden;
  border-radius: 0.5vw;
}
.service2 .f1 .item .imgBox {
  width: 100%;
  height: 16vw;
  border-radius: 0.5vw;
  position: relative;
}
.service2 .f1 .item .imgBox .img {
  width: 100%;
  height: 100%;
  border-radius: 0.5vw;
  background-blend-mode: multiply;
  background-size: contain !important;
  cursor: pointer;
}
.service2 .f1 .item .imgBox .play {
  position: absolute;
  font-size: 4vw;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.service2 .f1 .item .text {
  width: 100%;
  padding: 1vw 0;
}
.service2 .f1 .item .text .name {
  color: #333333;
  font-size: 1vw;
  font-family: Medium;
}
.service2 .f1 .item:hover .play {
  transform: translate(-50%, -50%) scale(1.2);
}
.service2 .f1 .item:hover .name {
  color: #1475b3;
}
.service2 .f1 .item:nth-child(3n) {
  margin-right: 0;
}
.academic {
  width: 100%;
}
.academic .f1 {
  width: 100%;
  padding: 6vw 8vw 5vw 8vw;
}
.academic .f1 .headTit {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.academic .f1 .headTit .tit {
  color: #1a75af;
  font-size: 2vw;
  font-family: Medium;
}
.academic .f1 .headTit .tabBox {
  width: auto;
  height: 2vw;
  padding: 0;
}
.academic .f1 .headTit .tabBox .tab {
  padding: 0.3vw 1vw;
  margin: 0 0.5vw;
}
.academic .f1 .f1Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.academic .f1 .f1Box .item {
  width: 40vw;
  display: block;
  margin-top: 3vw;
  margin-right: 3vw;
  border-radius: 0.5vw;
  background-color: #f9f9f9;
  padding: 2vw;
  border-top: 4px solid #1475b3;
  transition: 0.3s all ease-in-out;
}
.academic .f1 .f1Box .item .time {
  color: #666666;
  font-size: 1vw;
}
.academic .f1 .f1Box .item .name {
  font-size: 1.2vw;
  color: #333333;
  margin: 0.5vw 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  font-family: Medium;
}
.academic .f1 .f1Box .item .des {
  color: #333333;
  font-size: 1vw;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.academic .f1 .f1Box .item:hover {
  box-shadow: 0vw 0vw 6vw 0vw rgba(0, 0, 0, 0.14);
}
.academic .f1 .f1Box .item:hover .name {
  color: #1475b3;
}
.academic .f1 .f1Box .item:nth-child(2n) {
  margin-right: 0;
}
.academicDetail {
  width: 100%;
}
.academicDetail .headTit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 3vw 8vw;
}
.academicDetail .headTit .tit {
  color: #1a75af;
  font-size: 2vw;
  font-family: Medium;
}
.academicDetail .headTit .tabBox {
  width: auto;
  height: 2vw;
  padding: 0;
}
.academicDetail .headTit .tabBox .tab {
  padding: 0.3vw 1vw;
  margin: 0 0.5vw;
}
.academicDetail .f1 {
  width: 100%;
  padding: 0 8vw 10vw 8vw;
  display: inline-block;
}
.academicDetail .f1 .left {
  width: 55vw;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.07);
  border-radius: 0.5vw;
  display: inline-block;
  float: left;
  border-top: 4px solid #1475b3;
}
.academicDetail .f1 .left .item {
  padding: 2vw;
}
.academicDetail .f1 .left .item .t {
  color: #333333;
  font-size: 1.2vw;
  font-family: Medium;
  line-height: 1.7;
}
.academicDetail .f1 .left .item .d {
  color: #666666;
  font-size: 0.9vw;
  margin-top: 0.5vw;
  line-height: 1.7;
}
.academicDetail .f1 .left .item:nth-child(2n) {
  background: #FBFCFE;
}
.academicDetail .f1 .right {
  width: 26vw;
  display: inline-block;
  margin-left: 2vw;
  position: sticky;
  top: 5vw;
}
.academicDetail .f1 .right .t {
  color: #333333;
  font-size: 1.5vw;
}
.academicDetail .f1 .right #form {
  width: 100%;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.07);
  border-radius: 0.5vw;
  margin-top: 2vw;
  padding: 3vw 2vw;
}
.academicDetail .f1 .right #form .inputBox {
  background-color: #e4e4e4;
  border-radius: 0.5vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1vw;
}
.academicDetail .f1 .right #form .inputBox input {
  width: 100%;
  color: #333333;
  font-size: 0.9vw;
  padding: 0.8vw;
  background: transparent;
  border: transparent;
}
.academicDetail .f1 .right #form .submit {
  width: 100%;
  height: 3vw;
  background-color: #1a75af;
  border-radius: 3vw;
  line-height: 3vw;
  text-align: center;
  color: #333333;
  font-size: 1vw;
  margin: 2vw auto 0 auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
}
.academicDetail .f1 .right #form .submit:hover {
  border-radius: 0;
}
.technology {
  width: 100%;
}
.technology .f1 {
  width: 100%;
  padding: 6vw 8vw;
}
.technology .f1 .tit {
  color: #1a75af;
  font-size: 2vw;
  font-family: Medium;
  margin-bottom: 3vw;
}
.technology .f1 .itemBox {
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.14);
  border-radius: 1vw;
  margin-bottom: 3vw;
}
.technology .f1 .itemBox .imgBox {
  width: 43vw;
  height: 33vw;
  border-radius: 1vw;
  overflow: hidden;
}
.technology .f1 .itemBox .imgBox .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.technology .f1 .itemBox .imgBox:hover .img {
  transform: scale(1.1);
}
.technology .f1 .itemBox .text {
  width: 41vw;
  padding: 3vw;
}
.technology .f1 .itemBox .text .name {
  color: #1a75af;
  font-size: 2vw;
  margin-bottom: 2vw;
}
.technology .f1 .itemBox .text .its {
  padding: 1.2vw 0;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.technology .f1 .itemBox .text .its .t {
  color: #333333;
  font-size: 1.2vw;
}
.technology .f1 .itemBox .text .its .d {
  color: #666666;
  font-size: 1vw;
  line-height: 1.7;
  text-align: justify;
  height: 0;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.technology .f1 .itemBox .text .active .d {
  opacity: 1;
  height: 5vw;
  margin-top: 1vw;
}
.contactUs {
  width: 100%;
}
.contactUs .f1 {
  width: 100%;
  height: 50vw;
  padding: 6vw 3vw 0 3vw;
  position: relative;
  overflow: hidden;
}
.contactUs .f1 .tit {
  color: #1a75af;
  font-size: 2vw;
  font-family: Medium;
  text-align: center;
}
.contactUs .f1 .map {
  width: 100%;
  margin-top: 3vw;
  pointer-events: none;
}
.contactUs .f1 .mapBox {
  width: 100%;
  position: relative;
}
.contactUs .f1 .mapBox .item {
  position: absolute;
  transition: 0.5s all ease-in-out;
}
.contactUs .f1 .mapBox .item .iconBox {
  width: 4vw;
  text-align: center;
  cursor: pointer;
}
.contactUs .f1 .mapBox .item .iconBox .name {
  color: #666666;
  font-size: 1vw;
  font-weight: bold;
}
.contactUs .f1 .mapBox .item .iconBox .icon {
  width: 2vw;
  height: 2vw;
  border-radius: 50%;

  color: #1a75af;
  font-size: 1vw;
  text-align: center;
  line-height: 2vw;
  margin: 0.2vw auto 0 auto;
  position: relative;
  /* animation: iconAnm 1s linear infinite; */
}

.contentDetail{
  word-break: break-all;
}
.contentDetail img{
	display: inline-block;
}

.contactUs .f1 .mapBox .item .iconBox .icon:before,.contactUs .f1 .mapBox .item .iconBox .icon::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
	background: rgba(2, 117, 179, 0.2);
	border-radius: 50%;
	content: '';
	animation: like 2.4s 1.2s linear infinite;
}

.contactUs .f1 .mapBox .item .iconBox .icon::after{
	animation: like 2.4s linear infinite;
}

@-webkit-keyframes like{
  0%{ 
      transform: scale(0); 
      opacity: 0; 
  }
  50%{ 
      transform: scale(1.5); 
      opacity: 0.75; 
  }
  100%{ 
      transform: scale(2.3); 
      opacity: 0; 
  }
}

@keyframes iconAnm {
  0% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.15);
  }
}
.contactUs .f1 .mapBox .item .text {
  background-color: #ffffff;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.14);
  border-radius: 1vw;
  position: absolute;
  z-index: 3;
  left: 5vw;
  top: -4.4vw;
  padding: 1vw;
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease-in-out;
}
.contactUs .f1 .mapBox .item .text .iconImg {
  width: 8vw;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.contactUs .f1 .mapBox .item .text .t {
  font-size: 0.9vw;
  font-weight: bold;
  color: #666666;
  line-height: 2;
}
.contactUs .f1 .mapBox .item .text .t span {
  font-weight: normal;
}
.contactUs .f1 .mapBox .item .text .tabsBox {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #f1f1f1;
}
.contactUs .f1 .mapBox .item .text .tabsBox .tabs {
  color: #999999;
  font-size: 1vw;
  padding: 0 1vw 1vw 1vw;
  cursor: pointer;
}
.contactUs .f1 .mapBox .item .text .tabsBox .active {
  color: #1475b3;
  border-bottom: 2px solid #1475b3;
}
.contactUs .f1 .mapBox .item .text .itemBox {
  margin-top: 1vw;
  display: none;
}
.contactUs .f1 .mapBox .item .text .itemBox .its {
  display: flex;
}
.contactUs .f1 .mapBox .item .text .itemBox .its .it {
  color: #666666;
  font-size: 0.9vw;
  line-height: 2;
}
.contactUs .f1 .mapBox .item .text .itemBox .its .it:nth-child(1) {
  width: 3vw;
}
.contactUs .f1 .mapBox .item .text .itemBox .its .it:nth-child(2) {
  width: 6vw;
  margin: 0 2vw;
}
.contactUs .f1 .mapBox .item .text .itemBox .its .it:nth-child(3) {
  width: 13vw;
}
.contactUs .f1 .mapBox .item .text .itemBox .its:first-child {
  font-weight: bold;
}
.contactUs .f1 .mapBox .item .text .itemBox.active {
  display: block;
}
.contactUs .f1 .mapBox .item .text::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5vw 1vw 0.5vw 0;
  left: -1vw;
  top: 1vw;
  border-right-color: white;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.14);
}
.contactUs .f1 .mapBox .item.active .text {
  opacity: 1;
  pointer-events: all;
}
.contactUs .f1 .mapBox .ouzhou {
  left: 9vw;
  top: 7vw;
}
.contactUs .f1 .mapBox .feizhou {
  left: 8vw;
  top: 15vw;
}
.contactUs .f1 .mapBox .zhongdong {
  left: 18vw;
  top: 9vw;
}
.contactUs .f1 .mapBox .yindu {
  left: 22vw;
  top: 12vw;
}
.contactUs .f1 .mapBox .eluosi {
  left: 27vw;
  top: 4vw;
}
.contactUs .f1 .mapBox .zhongguo {
  left: 29vw;
  top: 9vw;
}
.contactUs .f1 .mapBox .yatai {
  left: 27vw;
  top: 15vw;
}
.contactUs .f1 .mapBox .beimeizhou {
  right: 12vw;
  top: 5vw;
}
.contactUs .f1 .mapBox .beimeizhou .text {
  left: -22vw;
}
.contactUs .f1 .mapBox .beimeizhou .text::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5vw 0 0.5vw 1vw;
  right: -0.9vw;
  left: initial;
  top: 1vw;
  border-left-color: white;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.14);
}
.contactUs .f1 .mapBox .nanmeizhou {
  right: -7vw;
  top: 17vw;
}
.contactUs .f1 .mapBox .nanmeizhou .text {
  left: -22vw;
}
.contactUs .f1 .mapBox .nanmeizhou .text::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5vw 0 0.5vw 1vw;
  right: -0.9vw;
  left: initial;
  top: 1vw;
  border-left-color: white;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.14);
}
.contactUs .f2 {
  width: 100%;
  padding: 0 8vw 8vw 8vw;
  position: relative;
}
.contactUs .f2 .tit {
  color: #1a75af;
  font-size: 2vw;
  font-family: Medium;
  text-align: center;
}
.contactUs .f2 #form {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1vw;
  margin-top: 5vw;
  padding: 3vw;
  display: flex;
  flex-wrap: wrap;
}
.contactUs .f2 #form .inputBox {
  width: 23.7vw;
  height: 3vw;
  background-color: rgba(228, 228, 228, 0.4);
  border-radius: 0.5vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 3vw;
  margin-bottom: 2vw;
}
.contactUs .f2 #form .inputBox select{
  padding: 1vw 1.5vw;
  width: 95%;
  font-size: 0.9vw;
  border: transparent;
  background: transparent;
  outline: none;
  color: #666666;
}
.contactUs .f2 #form .inputBox input {
  padding: 1vw 1.5vw;
  width: 100%;
  font-size: 0.9vw;
  border: transparent;
  background: transparent;
}
.contactUs .f2 #form .inputBox input::placeholder {
  color: #666666;
}
.contactUs .f2 #form .inputBox:nth-child(3n) {
  margin-right: 0;
}
.contactUs .f2 #form .textarea {
  width: 99.5%;
  height: 10vw;
  padding: 1.5vw;
  background-color: rgba(228, 228, 228, 0.4);
  border-radius: 0.5vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.contactUs .f2 #form .textarea textarea {
  width: 100%;
  height: 100%;
  font-size: 0.9vw;
  border: transparent;
  background: transparent;
  outline: none;
  color: #333333;
}
.contactUs .f2 #form .textarea textarea::placeholder {
  color: #333333;
}
.contactUs .f2 #form .submit {
  width: 23vw;
  height: 3vw;
  background-color: #ffffff;
  border-radius: 3vw;
  line-height: 3vw;
  text-align: center;
  color: #333333;
  font-size: 1vw;
  margin: 2vw auto 0 auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
}
.contactUs .f2 #form .submit::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: #1a75af;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
}
.contactUs .f2 #form .submit:hover {
  color: white;
}
.contactUs .f2 #form .submit:hover::after {
  width: 100%;
  left: 0%;
  -webkit-transition: left 0s ease-out 0s, width 0.4s ease-out 0s;
  transition: left 0s ease-out 0s, width 0.4s ease-out 0s;
}
.contactUs .f2 .bgImg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}
.about {
  width: 100%;
}
.about .f1 {
  width: 100%;
  padding: 6vw 8vw;
  display: flex;
  justify-content: space-between;
}
.about .f1 .numBox {
  width: 20vw;
}
.about .f1 .numBox .item {
  margin-bottom: 1.5vw;
  font-size: 1vw;
  color: #333333;
}
.about .f1 .numBox .item .num {
  color: #333333;
}
.about .f1 .numBox .item .num span {
  color: #1a75af;
  font-size: 2.8vw;
}
.about .f1 .text {
  width: 50vw;
}
.about .f1 .text .t {
  color: #1a75af;
  font-size: 2vw;
  font-family: Medium;
}
.about .f1 .text .d {
  color: #333333;
  font-size: 1vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 3vw;
}
.about .f1 .text .d p {
  margin-top: 2vw;
}
.about .f2 {
  width: 100%;
  padding: 6vw 8vw;
  background: #f9f9f9;
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.about .f2 .iconImg {
  width: 26vw;
  position: absolute;
  left: 0;
  bottom: -5vw;
}
.about .f2 .tit .t {
  color: #1a75af;
  font-size: 2vw;
  font-family: Medium;
}
.about .f2 .tit .d {
  color: #333333;
  font-size: 2.2vw;
  margin-top: 1vw;
}
.about .f2 .itemBox {
  width: 42vw;
  border-top: 1px solid #d1d1d1;
}
.about .f2 .itemBox .item {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  padding: 2vw 0;
}
.about .f2 .itemBox .item .text .t {
  color: #1a75af;
  font-size: 2vw;
}
.about .f2 .itemBox .item .text .d {
  color: #666666;
  font-size: 1vw;
  line-height: 1.7;
  margin-top: 1vw;
}
.about .f2 .itemBox .item .icon {
  width: 3vw;
}
.about .f3 {
  width: 100%;
  padding: 6vw 8vw;
}
.about .f3 .tit {
  color: #1a75af;
  font-size: 2vw;
  font-family: Medium;
}
.about .f3 .f3Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.about .f3 .f3Box .item {
  width: 38vw;
  height: 24vw;
  border-radius: 2vw;
  position: relative;
  overflow: hidden;
}
.about .f3 .f3Box .item .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.about .f3 .f3Box .item .text {
  width: 100%;
  position: absolute;
  bottom: 2vw;
  color: white;
  padding: 0 2vw;
}
.about .f3 .f3Box .item .text .t {
  font-size: 1.5vw;
}
.about .f3 .f3Box .item .text .d {
  font-size: 1vw;
  line-height: 1.7;
  margin-top: 1vw;
}
.about .f3 .f3Box .item:last-child {
  width: 43vw;
  height: 24vw;
}
.about .f3 .f3Box .item:hover .imgBox {
  transform: scale(1.1);
}
.about .f4 {
  width: 100%;
  padding: 0;
}
.about .f4 .tit {
  color: #1a75af;
  font-size: 2vw;
  font-family: Medium;
  padding: 0 8vw;
}
.about .f4 .f4Img {
  width: 100%;
  margin: 1vw auto 0 auto;
  padding: 0 6vw;
}
.about .f5 {
  width: 100%;
  padding: 3vw 8vw 6vw 8vw;
}
.about .f5 .tit {
  color: #1a75af;
  font-size: 2vw;
  font-family: Medium;
}
.about .f5 .f5Swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 3vw;
  padding-bottom: 5vw;
}
.about .f5 .f5Swiper .swiper-slide {
  background-color: #f9f9f9;
  padding: 1vw;
  border-radius: 1vw;
}
.about .f5 .f5Swiper .swiper-slide .imgBox {
  width: 100%;
  height: 13vw;
  overflow: hidden;
  border-radius: 1vw;
}
.about .f5 .f5Swiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
  background-size: cover !important;
}
.about .f5 .f5Swiper .swiper-slide .text {
  padding: 1.5vw 0 0 0;
}
.about .f5 .f5Swiper .swiper-slide .text .t {
  font-size: 1.2vw;
  line-height: 1.7;
  font-family: Medium;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.about .f5 .f5Swiper .swiper-slide .text .d {
  color: #666666;
  font-size: 1vw;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 0.5vw;
}
.about .f5 .f5Swiper .swiper-slide .text .mores {
  width: 2vw;
  height: 2vw;
  background-color: #1475b3;
  border-radius: 50%;
  color: white;
  font-size: 1.2vw;
  text-align: center;
  line-height: 2vw;
  margin-top: 1vw;
}
.about .f5 .f5Swiper .swiper-slide:hover .imgBox .img {
  transform: scale(1.1);
}
.about .f5 .f5Swiper .swiper-slide:hover .text .t {
  color: #1475b3;
}
.about .f5 .f5Swiper .swiper-pagination {
  width: 100%;
  height: 1px;
  bottom: 1.2vw;
  top: inherit;
}
.about .f5 .f5Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #1475b3;
}
.about .f6 {
  width: 100%;
  height: 50vw;
  background: url('../images/img25.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 8vw;
}
.about .f6 .tit {
  color: white;
  font-size: 2vw;
  font-family: Medium;
}
.about .f6 .f6Swiper {
  width: 100%;
  height: 40vw;
  overflow: hidden;
  color: white;
  margin-top: -3vw;
}
.about .f6 .f6Swiper .swiper-wrapper{
  pointer-events: none;
}
.about .f6 .f6Swiper .swiper-slide {
  height: 18vw;
  position: relative;
  padding-left: 2vw;
  transition: 0.3s all ease-in-out;
}
.about .f6 .f6Swiper .swiper-slide .year {
  font-size: 68px;
  font-weight: bold;
  font-family: Arial;
}
.about .f6 .f6Swiper .swiper-slide .t {

  font-size: 28px;
  margin: 1vw 0;
}
.about .f6 .f6Swiper .swiper-slide .d {
  font-size: 0.9vw;
  line-height: 1.7;
}
.about .f6 .f6Swiper .swiper-slide::before {
  content: '';
  position: absolute;
  width: 1vw;
  height: 18vw;
  background: url('../images/icon10.png') center no-repeat;
  background-size: contain !important;
  left: 0;
}
.about .f6 .f6Swiper .swiper-button-next {
  right: inherit;
  left: 5vw;
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid white;
  border-radius: 50%;
  top: 6vw;
}
.about .f6 .f6Swiper .swiper-button-prev {
  right: inherit;
  left: 0;
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid white;
  border-radius: 50%;
  top: 6vw;
}
.about .f6 .f6Swiper .swiper-button-next:after,
.about .f6 .f6Swiper .swiper-button-prev:after {
  color: white;
  font-size: 1vw;
}
.formBox {
  width: 84vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.07);
  border-radius: 0.5vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 2vw 3vw 8vw 3vw;
}
.formBox .t {
  color: #333333;
  font-size: 1.5vw;
}
.formBox #form {
  width: 40vw;
  display: flex;
  flex-wrap: wrap;
}
.formBox #form .inputBox {
  width: 18vw;
  background-color: #e4e4e4;
  border-radius: 0.5vw;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 2vw;
  margin-right: 2vw;
}
.formBox #form .inputBox input {
  width: 100%;
  color: #333333;
  font-size: 0.9vw;
  padding: 0.8vw;
  background: transparent;
  border: transparent;
}
.formBox #form .submit {
  width: 23vw;
  height: 3vw;
  background-color: #1a75af;
  border-radius: 3vw;
  line-height: 3vw;
  text-align: center;
  color: #333333;
  font-size: 1vw;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: white;
  -webkit-transition: all 320ms ease-out 0s;
  transition: all 320ms ease-out 0s;
}
.formBox #form .submit:hover {
  border-radius: 0;
}
.product {
  width: 100%;
}
.product .f1 {
  width: 100%;
}
.product .f1 .itemBox1 {
  width: 100%;
  margin: 5vw auto 8vw auto;
  display: flex;
  justify-content: center;
}
.product .f1 .itemBox1 .item {
  width: 5vw;
  text-align: center;
  margin: 0 2vw;
}
.product .f1 .itemBox1 .item .icon{
  width: 70%;
  margin: 0 auto .5vw auto;
}
.product .f1 .itemBox1 .item p {
  color: #0c67aa;
  font-size: 1.5vw;
  font-weight: bold;
  letter-spacing: 5px;
}
.product .f1 .info{
  padding: 1vw 8vw 0 8vw;
  font-size: .9vw;
  background: #f9f9f9;
}
.product .f1 .itemBox2 {
  width: 100%;
  padding: 0 8vw;
  display: flex;
  justify-content: space-between;
  background: #f9f9f9;
}
.product .f1 .itemBox2 .item {
  width: 15vw;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.07);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0.5vw;
  text-align: center;
  margin-top: -3.3vw;
}
.product .f1 .itemBox2 .item .t {
  background: white;
  padding: 1vw 0;
  color: #0c67aa;
  font-weight: bold;
  font-size: 1vw;
}
.product .f1 .itemBox2 .item .text {
  padding: 1vw;
  font-size: 0.9vw;
}
.product .f1 .itemBox2 .item .text .d {
  color: #999999;
}
.product .f1 .itemBox2 .item .text .d2 {
  margin-top: 1vw;
}
.product .f1 .itemBox3 {
  width: 100%;
  padding: 4vw 8vw;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  background: #f9f9f9;
}
.product .f1 .itemBox3 .item {
  width: 13vw;
  display: flex;
  border-radius: 0.5vw;
  border: 1px solid #0c67aa;
  padding: 0.7vw 1vw;
  align-items: center;
}
.product .f1 .itemBox3 .item .icon {
  width: 3vw;
}
.product .f1 .itemBox3 .item p {
  font-size: 1vw;
  font-weight: bold;
  margin-left: 2vw;
}
.product .f2 {
  width: 100%;
  background: #f9f9f9;
  padding: 5vw 8vw;
}
.product .f2 .t {
  color: #1475b3;
  font-size: 2vw;
  text-align: center ;
}
.product .f2 .info{
  padding: 1vw 0 0 0;
  font-size: .9vw;
  background: #f9f9f9;
}
.product .f2 .f2Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.product .f2 .f2Box .item {
  width: 15vw;
  height: 16vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.07);
  border-radius: 0.5vw;
  overflow: hidden;
  padding: 1vw;
}
.product .f2 .f2Box .item .imgBox {
  width: 100%;
  height: 10vw;
  border-radius: 0.5vw;
  background-size: cover !important;
}
.product .f2 .f2Box .item .text {
  text-align: center;
  font-size: 1vw;
  padding: 1vw 0 0 0;
}
.product .f2 .f2Box .item .text .d1 {
  font-weight: bold;
  margin-bottom: 0.5vw;
}
.product .f3 {
  width: 100%;
  padding: 5vw 8vw;
}
.product .f3 .t {
  color: #1475b3;
  font-size: 2vw;
  text-align: center ;
}
.product .f3 .f3Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
  overflow: hidden;
}
.product .f3 .f3Box .item {
  width: 100%;
  cursor: pointer;
}
.product .f3 .f3Box .item .imgBox {
  width: calc(100% - 2px);
  height: 26vw;
  background-color: #f9f9f9;
  border-radius: 0.5vw;
  border: 1px solid #cccccc;
  overflow: hidden;
  padding: 3vw;
  transition: 0.3s all ease-in-out;
}
.product .f3 .f3Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.product .f3 .f3Box .item .name {
  text-align: center;
  font-size: 1.2vw;
  padding: 1vw;
}
.product .f3 .f3Box .swiper-slide.active .item .imgBox {
  background-color: #ffffff;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.14);
  border: 1px solid #1475b3;
}
.product .f3 .f3Box2 .f3Item {
  width: 100%;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.14);
  border-radius: 0.5vw;
  background: url('../images/bg.jpg') center no-repeat;
  background-size: cover !important;
  border: 1px solid #1475b3;
  margin-top: 3vw;
  display: none;
  justify-content: space-between;
  padding: 3vw 0 3vw 5vw;
}
.product .f3 .f3Box2 .f3Item .img {
  width: 12vw;
  height: 25vw;
  background-size: cover !important;
}
.product .f3 .f3Box2 .f3Item .textBox {
  width: 60vw;
}
.product .f3 .f3Box2 .f3Item .textBox .name {
  font-size: 2vw;
}
.product .f3 .f3Box2 .f3Item .textBox .itemBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.product .f3 .f3Box2 .f3Item .textBox .itemBox .item {
  width: 11vw;
  font-size: 1vw;
  margin-top: 2vw;
  margin-right: 5vw;
}
.product .f3 .f3Box2 .f3Item .textBox .itemBox .item .des {
  font-size: 0.9vw;
  color: #999999;
  margin-top: 0.5vw;
}
.product .f3 .f3Box2 .f3Item .textBox .itemBox .item:nth-child(4n) {
  width: auto;
  margin-right: 0;
}
.product .f3 .f3Box2 .f3Item.active {
  display: flex;
}
.product2 {
  width: 100%;
}
.product2 .f1 {
  width: 100%;
  padding: 5vw 8vw;
  display: flex;
  justify-content: space-between;
}
.product2 .f1 .item {
  width: 19vw;
  height: 7vw;
  border-top: 3px solid white;
  border-bottom: 3px solid #0c67aa;
  background: linear-gradient(to bottom, rgba(20, 117, 179, 0.2) 1%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.14);
  border-radius: 0.5vw;
  text-align: center;
  font-size: 1vw;
  color: #0c67aa;
  font-weight: bold;
  line-height: 1.7;
  padding-top: 1.8vw;
}
.product2 .f2 {
  width: 100%;
  background-color: #f9f9f9;
  padding: 2vw 0;
}
.product2 .f2 img {
  width: 60vw;
  margin: 0 auto;
}
.product2 .f3 {
  width: 100%;
  padding: 4vw 0;
}
.product2 .f3 .t {
  color: #1475b3;
  font-size: 2vw;
  text-align: center ;
}
.product2 .f3 .f3Box {
  width: 100%;
  margin-top: 3vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.product2 .f3 .f3Box .item {
  width: 17vw;
  display: flex;
  border-radius: 0.5vw;
  border: 1px solid #0c67aa;
  padding: 0.7vw 1vw;
  margin: 0 1.5vw;
  align-items: center;
}
.product2 .f3 .f3Box .item .icon {
  width: 3vw;
}
.product2 .f3 .f3Box .item p {
  font-size: 1vw;
  font-weight: bold;
  margin-left: 2vw;
}
.product3 {
  width: 100%;
}
.product3 .f1 {
  width: 100%;
  padding: 5vw 8vw;
  display: flex;
  justify-content: space-between;
}
.product3 .f1 .item {
  width: 41vw;
  height: 7vw;
  border-top: 3px solid white;
  border-bottom: 3px solid #0c67aa;
  background: linear-gradient(to bottom, rgba(20, 117, 179, 0.2) 1%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.14);
  border-radius: 0.5vw;
  text-align: center;
  font-size: 1vw;
  line-height: 1.7;
  padding-top: 1.8vw;
}
.product3 .f2 {
  width: 100%;
  padding: 0 8vw;
}
.product3 .f2 .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product3 .f2 .text .t {
  font-size: 2vw;
  color: #1a75af;
}
.product3 .f2 .text .item {
  width: 55vw;
  display: flex;
  flex-wrap: wrap;
}
.product3 .f2 .text .item .it {
  width: 40%;
  font-size: 1vw;
  margin-bottom: 1vw;
  color: #666666;
}
.product3 .f2 .text .item .it:nth-child(odd) {
  margin-right: 8vw;
}
.product3 .f2 .f2Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.product3 .f2 .f2Box .item {
  width: 26vw;
}
.product3 .f2 .f2Box .item .img {
  width: 100%;
  height: 17vw;
  background-size: cover !important;
  border-radius: 0.5vw;
}
.product3 .f2 .f2Box .item .d1 {
  font-size: 1.3vw;
  margin: 1vw 0;
}
.product3 .f2 .f2Box .item .d2 {
  color: #999999;
  font-size: 1vw;
  line-height: 1.7;
  text-align: justify;
}
.product3 .f3 {
  width: 100%;
  padding: 4vw 8vw;
}
.product3 .f3 .f3Img {
  width: 40vw;
  margin: 0 auto;
}
.product3 .f3 .f3Box {
  width: 100%;
  box-shadow: 0vw 0vw 6vw 0vw rgba(26, 117, 175, 0.14);
  border-radius: 0.5vw;
  border: 1px solid #1475b3;
  margin-top: 3vw;
  background: url('../images/bg.jpg') center no-repeat;
  background-size: cover !important;
  display: flex;
}
.product3 .f3 .f3Box .item {
  width: 50%;
  padding: 3vw;
}
.product3 .f3 .f3Box .item .tit {
  font-size: 1.2vw;
}
.product3 .f3 .f3Box .item .its {
  color: #666666;
  font-size: 0.9vw;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1vw;
}
.product3 .f3 .f3Box .item .its .it {
  width: 33%;
  margin-top: 1vw;
}
.product3 .f3 .f3Box .item .its .it:last-child {
  width: 100%;
}
.product3 .f3 .f3Box .item:last-child {
  border-left: 1px solid #1475b3;
  border-radius: 0.5vw;
  background: rgba(255, 255, 255, 0.8);
}
.cookie-notice {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 2vw;
  display: flex;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  transform: translateY(30vw);
  pointer-events: none;
  transition: 0.5s all ease-in-out;
}
.cookie-notice .notice-content {
  width: 75vw;
  margin: 0 5vw;
  margin-bottom: 2vw;
}
.cookie-notice .notice-content h3 {
  margin-bottom: 1vw;
}
.cookie-notice .notice-content p {
  line-height: 1.5;
  margin-bottom: 1.5vw;
}
.cookie-notice .notice-content .show-details {
  color: #f39c12;
  text-decoration: none;
}
.cookie-notice .notice-buttons {
  width: 20vw;
}
.cookie-notice .notice-buttons .allow-all {
  width: 100%;
  background-color: #f39c12;
  color: white;
  border: none;
  padding: 0.7vw 2vw;
  font-size: 1vw;
  cursor: pointer;
}
.cookie-notice .notice-buttons .customize,
.cookie-notice .notice-buttons .reject {
  width: 100%;
  background-color: white;
  color: #f39c12;
  border: 1px solid #f39c12;
  padding: 0.7vw 2vw;
  font-size: 1vw;
  margin-top: 1vw;
  cursor: pointer;
}
.cookie-notice .notice-footer {
  width: 10vw;
}
.cookie-notice .notice-footer .logo {
  width: 100%;
}
.cookie-notice.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0);
}
.productDetail {
  width: 100%;
}
.productDetail .f1 {
  width: 100%;
  padding: 5vw 8vw 10vw 8vw;
  display: flex;
  justify-content: space-between;
}
.productDetail .f1 .left {
  width: 58vw;
  background: white;
  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;
}
.productDetail .f1 .right .itemBox {
  width: 100%;
  margin-top: 2vw;
}
.productDetail .f1 .right .itemBox .item {
  display: block;
  width: 20vw;
  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 0;
  text-align: left;
  line-height: 1.7;
  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;
}
.blankPage{
  width: 100%;
  padding: 5vw 8vw;
}
.blankPage .t{
  color: #1475b3;
  font-size: 2vw;
  text-align: center;
}
.blankPage .des{
  margin-top: 3vw;
  font-size: 1vw;
  line-height: 2;
}
.infos{
  padding: 1vw 8vw;
  font-size: .9vw;
}
.linkT{
  padding: 0 8vw 2vw 8vw;
  font-size: .9vw;
  text-align: right;
}
.linkT .link{
  margin-left: 1.5vw;
  border: 1px solid #666666;
  border-radius: 5vw;
  padding: .3vw 1vw;
}
.linkT .link:hover{
  color: #0a6aa1;
  border: 1px solid #0a6aa1;
}
.searchContent{
  font-size: 1vw;
  line-height: 1.7;
}
.noData{
  display: none;
  font-size: 1vw;
}
.noData.active{
  display: block;
}
.pc{
  display: block;
}
.mobile{
  display: none;
}
@media screen and (max-width: 1440px) {
  .headerBox {
    padding: 2vw 4vw 10vw 0;
  }
  .headerBox .footerNav {
    margin-left: 6vw;
  }
  .about .f6 .f6Swiper .swiper-slide .year{
	  font-size: 48px;
  }
  .about .f6 .f6Swiper .swiper-slide .t{
	  font-size: 20px;
  }
  .about .f6 .f6Swiper .swiper-slide .d{
	  font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .pc{
    display: none;
  }
  .mobile{
    display: block;
  }
  .sp_header {

    height: 50px;

    overflow: hidden;

    background: #1475b3;

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0;

  }

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

  .sp_logo img {

    margin: auto;

    width: 80px;

    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: #1475b3;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #1475b3;

  }

  .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: #1475b3;
  }
  .sp_flex .sjj_nav .bgImg{
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }
  header{
    padding: 0;
    left: 0;
  }
  .lang{
    padding-left: 6vw;
    font-size: 16px;
  }
  main{
    margin-top: 50px;
  }
  .bannerBox {
    height: 50vw;
  }
  .bannerBox .text {
    width: 90%;
    font-size: 6.5vw;
  }
  .bannerBox::before {
    height: 3vw;
    bottom: -0.2vw;
  }
  .index .f1{
    height: 60vw;
  }
  .index .f1 .bannerSwiper .swiper-slide .text1{
    width: 70vw;
    margin-top: 10vw;
    margin-left: 5vw;
  }
  .index .f1 .bannerSwiper .swiper-slide .text3 {
    width: 70vw;
    margin-top: 8vw;
    margin-left: 5vw;
  }
  .index .f1 .bannerSwiper .swiper-slide .text4{
    width: 60vw;
    margin-top: 8vw;
    margin-left: 5vw;
  }
  .index .f1 .bannerSwiper .swiper-pagination{
    width: 45vw;
    bottom: 4vw;
  }
  .index .f1 .bannerSwiper .swiper-pagination-bullet {
    width: 6.5vw;
    height: 6.5vw;
    font-size: 12px;
    line-height: 6vw;
    color: #ffffff;
  }
  .index .f1 .shubiao{
    display: none;
  }
  .index .f2{
    height: auto;
    padding: 10vw 5vw;
  }
  .index .f2 .f2Bg{
    display: none;
  }
  .index .f2 .items{
    color: #1a75af;
  }
  .index .f2 .items .more{
    margin: 3vw auto 0 auto;
  }
  .index .f2 .items .t{
    font-family: Medium;
    font-size: 20px;
    text-align: center;
  }
  .index .f2 .items .d{
    font-size: 14px;
    margin-top: 3vw;
    line-height: 1.7;
    text-align: justify;
  }
  .index .f2 .f2Box{
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    padding: 5vw 0 0 0;
    display: block;
  }
  .more{
    width: 25vw;
    height: 7vw;
    font-size: 12px;
    line-height: 6.5vw;
    border-radius: 5vw;
  }
  .index .f2 .f2Box .item{
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 0;
    box-shadow: inherit;
    border: transparent;
    background: transparent;
    transform: inherit !important;
    top: inherit;
    margin-top: 5vw;
  }
  .index .f2 .f2Box .item .icon{
    width: 10vw;
  }
  .index .f2 .f2Box .item .d{
    font-size: 16px;
  }
  .index .f2 .f2Box .item .num{
    font-size: 14px;
  }
  .index .f2 .f2Box .item .num span{
    font-size: 26px;
  }
  .index .f3 .f3Swiper .swiper-slide{
    display: block;
  }
  .index .f3 .f3Swiper .swiper-slide .textBox{
    width: 100%;
  }
  .index .f3 .f3Swiper .swiper-slide .textBox .name{
    font-size: 20px;
  }
  .index .f3 .f3Swiper .swiper-slide .textBox .des{
    font-size: 14px;
  }
  .index .f3 .f3Swiper .swiper-slide .imgBox{
    width: 100%;
    margin-top: 5vw;
  }
  .index .f3 .f3Swiper .swiper-slide .imgBox .img{
    width: 40vw;
    height: 76vw;
  }
  .index .f3 .f3Swiper .swiper-slide .imgBox .imgName {
    width: 100%;
    height: 76vw;
    font-size: 80px;
  }
  .index .f3 .f3Swiper .swiper-slide .imgBox .imgName .en{
    right: initial;
    left: 0;
  }
  .index .f3 .f3Swiper .swiper-slide .imgBox .imgName .cn{
    right: 10vw;
  }
  .index .f3 .f3Swiper .swiper-button-next {
    left: 10vw;
    margin-top: -18vw;
    width: 6.5vw;
    height: 6.5vw;
    font-size: 14px;
  }
  .index .f3 .f3Swiper .swiper-button-prev {
    left: 0;
    margin-top: -18vw;
    width: 6.5vw;
    height: 6.5vw;
    font-size: 14px;
  }
  .index .f3 .f3Box{
    width: 100%;
    bottom: 3vw;
    position: relative;
    margin-top: 10vw;
  }
  .index .f3 .f3Box .item{
    width: 27vw;
    height: auto;
    font-size: 14px;
    line-height: 1.5;
    padding: 1vw 0;
  }
  .index .f4{
    padding: 10vw 5vw 5vw 5vw;
    display: block;
  }
  .index .f4 .item{
    width: 100%;
    margin-bottom: 5vw;
  }
  .index .f4 .item .imgBox{
    height: 50vw;
  }
  .index .f4 .item .textBox{
    height: auto;
    padding: 5vw;
  }
  .index .f4 .item .textBox .t{
    font-size: 16px;
  }
  .index .f4 .item .textBox .d{
    font-size: 14px;
  }
  .index .f4 .item .textBox .more{
    margin: 0;
  }
  .index .f5{
    padding: 0 5vw 15vw 5vw;
  }
  .index .f5 .headeTit .tit{
    font-size: 20px;
  }
  footer{
    padding: 0 5vw;
  }
  footer .footerHead{
    display: block;
    padding: 5vw 0;
  }
  footer .footerHead .logo{
    width: 20vw;
  }
  footer .footerHead .des{
    font-size: 14px;
    line-height: 1.7;
    margin-top: 3vw;
  }
  footer .footer{
    display: block;
    padding: 5vw 0;
  }
  footer .footerNav{
    display: none;
  }
  footer .footer .text{
    font-size: 14px;
    line-height: 1.7;
  }
  footer .footerInfo{
    padding: 5vw 0;
    font-size: 12px;
    display: block;
  }
  .bannerBox .text .d{
    width: 90%;
    font-size: 14px;
    margin-top: 3vw;
  }
  .product .f1 .itemBox1{
    padding: 5vw;
  }
  .product .f1 .itemBox1 .item{
    width: 12vw;
    margin: 0 3vw;
  }
  .product .f1 .itemBox1 .item p{
    font-size: 16px;
  }
  .product .f1 .itemBox2{
    padding: 0 5vw;
    display: block;
  }
  .product .f1 .itemBox2 .item{
    width: 100%;
    height: auto;
    margin-top: 5vw;
  }
  .product .f1 .itemBox2 .item .t{
    font-size: 16px;
    padding: 3vw 0;
  }
  .product .f1 .itemBox2 .item .text{
    font-size: 14px;
    padding: 3vw 0;
  }
  .product .f1 .itemBox3{
    padding: 10vw 5vw 0 5vw;
    flex-wrap: wrap;
  }
  .product .f1 .itemBox3 .item{
    width: 47%;
    padding: 3vw;
    margin-bottom: 3vw;
  }
  .product .f1 .itemBox3 .item .icon{
    width: 7vw;
  }
  .product .f1 .itemBox3 .item p{
    font-size: 16px;
    line-height: 7vw;
    margin-left: 5vw;
  }
  .product .f2{
    padding: 10vw 5vw;
  }
  .product .f2 .t{
    font-size: 20px;
  }
  .product .f2 .f2Box{
    display: block;
    margin-top: 0;
  }
  .product .f2 .f2Box .item{
    width: 100%;
    height: auto;
    padding: 5vw;
    margin-top: 5vw;
  }
  .product .f2 .f2Box .item .imgBox{
    height: 50vw;
  }
  .product .f2 .f2Box .item .text{
    padding: 5vw 0 0 0;
    font-size: 14px;
  }
  .product .f3{
    padding: 10vw 5vw;
  }
  .product .f3 .t{
    font-size: 20px;
  }
  .product .f3 .f3Box2 .f3Item .img{
    display: none;
  }
  .product .f3 .f3Box .item .name{
    font-size: 16px;
  }
  .product .f3 .f3Box2 .f3Item{
    padding: 5vw;
  }
  .product .f3 .f3Box2 .f3Item .textBox{
    width: 100%;
  }
  .product .f3 .f3Box2 .f3Item .textBox .name{
    font-size: 18px;
  }
  .product .f3 .f3Box2 .f3Item .textBox .itemBox{
    display: block;
  }
  .product .f3 .f3Box2 .f3Item .textBox .itemBox .item{
    width: 100%;
    margin-right: 0;
    font-size: 15px;
    margin-top: 5vw;
  }
  .product .f3 .f3Box2 .f3Item .textBox .itemBox .item .des{
    font-size: 14px;
    margin-top: 2vw;
  }
  .formBox{
    width: 90%;
    padding: 5vw 5vw 10vw 5vw;
    display: block;
  }
  .formBox .t{
    font-size: 18px;
  }
  .formBox #form{
    width: 100%;
    margin-top: 5vw;
  }
  .formBox #form .inputBox{
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .formBox #form .inputBox input{
    font-size: 14px;
    padding: 3vw;
  }
  .formBox #form .submit{
    width: 35vw;
    height: 7vw;
    line-height: 7vw;
    font-size: 14px;
    border-radius: 5vw;
    margin: 0 auto;
  }
  .product2 .f1{
    padding: 10vw 5vw;
    display: block;
  }
  .product2 .f1 .item{
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 2vw 0;
    margin-top: 3vw;
  }
  .product2 .f2 img{
    width: 100%;
  }
  .product2 .f3{
    padding: 10vw 5vw;
  }
  .product2 .f3 .t{
    font-size: 20px;
  }
  .product2 .f3 .f3Box .item{
    width: 46%;
    margin-top: 3vw;
    padding: 3vw;
  }
  .product2 .f3 .f3Box .item .icon{
    width: 7vw;
  }
  .product2 .f3 .f3Box .item p{
    font-size: 16px;
    line-height: 7vw;
    margin-left: 5vw;
  }
  .product2 .f3 .f3Box .item:last-child{
    width: 50%;
  }
  .product3 .f1{
    padding: 10vw 5vw;
    display: block;
  }
  .product3 .f1 .item{
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 2vw 0;
    margin-top: 3vw;
  }
  .product3 .f2{
    padding: 0 5vw;
  }
  .product3 .f2 .text{
    display: block;
  }
  .product3 .f2 .text .t{
    font-size: 20px;
  }
  .product3 .f2 .text .item{
    width: 100%;
    margin-top: 5vw;
  }
  .product3 .f2 .text .item .it{
    width: 100%;
    font-size: 14px;
    margin-right: 0;
  }
  .product3 .f2 .f2Box{
    display: block;
  }
  .product3 .f2 .f2Box .item{
    width: 100%;
    margin-top: 5vw;
  }
  .product3 .f2 .f2Box .item .img{
    height: 50vw;
  }
  .product3 .f2 .f2Box .item .d1{
    font-size: 16px;
    margin: 3vw 0;
  }
  .product3 .f2 .f2Box .item .d2{
    font-size: 14px;
  }
  .product3 .f3{
    padding: 10vw 5vw;
  }
  .product3 .f3 .f3Img{
    width: 100%;
  }
  .product3 .f3 .f3Box{
    display: block;
    margin-top: 5vw;
  }
  .product3 .f3 .f3Box .item{
    width: 100%;
    padding: 5vw;
  }
  .product3 .f3 .f3Box .item .tit{
    font-size: 18px;
  }
  .product3 .f3 .f3Box .item .its{
    font-size: 14px;
  }
  .product3 .f3 .f3Box .item .its .it{
    width: 50%;
    margin-top: 1.5vw;
  }
  .product3 .f3 .f3Box .item:last-child{
    border-left: transparent;
    border-top: 1px solid #1475b3;
  }
  .academic .f1{
    padding: 10vw 5vw;
  }
  .academic .f1 .headTit{
    display: block;
  }
  .academic .f1 .headTit .tit{
    font-size: 20px;
  }
  .academic .f1 .headTit .tabBox{
    height: auto;
  }
  .tabBox{
    width: 100%;
    margin-top: 3vw;
    flex-wrap: wrap;
    justify-content: left;
  }
  .tabBox .tab{
    font-size: 14px;
    margin-top: 3vw;
    display: block;
    padding: .7vw 2vw;
    border-radius: 5vw;
  }
  .academic .f1 .headTit .tabBox .tab{
    margin-right: 1vw;
    margin-top: 1vw;
    padding: .5vw 2vw;
    border-radius: 5vw;
  }
  .academic .f1 .f1Box{
    display: block;
    margin-top: 5vw;
  }
  .academic .f1 .f1Box .item{
    width: 100%;
    margin-top: 5vw;
    margin-right: 0;
    padding: 5vw;
  }
  .academic .f1 .f1Box .item .time{
    font-size: 14px;
  }
  .academic .f1 .f1Box .item .name{
    font-size: 16px;
    -webkit-line-clamp: 5;
    margin: 2vw 0;
  }
  .academic .f1 .f1Box .item .des{
    display: none;
  }
  .academicDetail .headTit{
    display: block;
    padding: 10vw 5vw;
  }
  .academicDetail .headTit .tit{
    font-size: 20px;
  }
  .academicDetail .headTit .tabBox{
    height: auto;
  }
  .academicDetail .headTit .tabBox .tab{
    margin-right: 1vw;
    margin-top: 1vw;
    padding: .5vw 2vw;
    border-radius: 5vw;
  }
  .academicDetail .f1{
    padding: 0 5vw 10vw 5vw;
    display: block;
  }
  .academicDetail .f1 .left{
    width: 100%;
  }
  .academicDetail .f1 .left .item{
    padding: 5vw;
  }
  .academicDetail .f1 .left .item .t{
    font-size: 16px;
  }
  .academicDetail .f1 .left .item .d{
    font-size: 14px;
    margin-top: 3vw;
  }
  .academicDetail .f1 .right{
    width: 100%;
    margin: 5vw 0 0 0;
    top: initial;
  }
  .academicDetail .f1 .right .t{
    font-size: 18px;
  }
  .academicDetail .f1 .right #form{
    width: 100%;
    margin-top: 5vw;
  }
  .academicDetail .f1 .right #form .inputBox{
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .academicDetail .f1 .right #form .inputBox input{
    font-size: 14px;
    padding: 3vw;
  }
  .academicDetail .f1 .right #form .submit{
    width: 35vw;
    height: 7vw;
    line-height: 7vw;
    font-size: 14px;
    border-radius: 5vw;
    margin: 0 auto;
  }
  .technology .f1{
    padding: 10vw 5vw;
  }
  .technology .f1 .tit{
    font-size: 20px;
  }
  .technology .f1 .itemBox{
    display: block;
    margin-top: 5vw;
  }
  .technology .f1 .itemBox .imgBox{
    width: 100%;
    height: 50vw;
  }
  .technology .f1 .itemBox .text{
    width: 100%;
    padding: 5vw;
  }
  .technology .f1 .itemBox .text .name{
    font-size: 20px;
  }
  .technology .f1 .itemBox .text .its{
    padding: 5vw 0;
  }
  .technology .f1 .itemBox .text .its .t{
    font-size: 16px;
  }
  .technology .f1 .itemBox .text .its .d{
    font-size: 14px;
    height: auto;
    opacity: 1;
    margin-top: 2vw;
  }
  .index .f5 .newsSwiper{
    margin-top: 5vw;
    padding-bottom: 10vw;
  }
  .index .f5 .newsSwiper .swiper-slide .imgBox{
    height: 60vw;
  }
  .index .f5 .newsSwiper .swiper-slide .text .time{
    font-size: 14px;
    padding-left: 10vw;
  }
  .index .f5 .newsSwiper .swiper-slide .text .time::before {
    width: 8vw;
    margin-top: 2.5vw;
  }
  .index .f5 .newsSwiper .swiper-slide .text .t{
    font-size: 16px;
  }
  .index .f5 .newsSwiper .swiper-button-prev{
    width: 6vw;
    height: 6vw;
    font-size: 14px;
  }
  .index .f5 .newsSwiper .swiper-button-next{
    width: 6vw;
    height: 6vw;
    font-size: 14px;
    left: 10vw;
  }
  .index .f5 .newsSwiper .swiper-pagination-numbers{
    width: 20vw;
    left: 20vw;
    font-size: 14px;
  }
  .index .f5 .newsSwiper .swiper-pagination {
    width: 8vw;
    height: 2px;
    bottom: 2.8vw;
    top: inherit;
    left: 26vw;
  }
  .service .tabBox{
    padding-left: 5vw;
  }
  .service .f1{
    padding: 5vw 5vw 10vw 5vw;
  }
  .service .f1 .left{
    width: 100%;
  }
  .service .f1 .left .item{
    margin-bottom: 5vw;
    display: block;
  }
  .service .f1 .left .item .imgBox{
    width: 100%;
    height: 50vw;
  }
  .service .f1 .left .item .text{
    width: 100%;
    padding: 5vw;
  }
  .service .f1 .left .item .text .name{
    font-size: 16px;
  }
  .service .f1 .left .item .text .des{
    font-size: 14px;
  }
  .service .f1 .left .item .imgBox .play{
    font-size: 50px;
  }
  .service .f1 .right{
    width: 100%;
    margin: 5vw 0 0 0;
    top: initial;
  }
  .service .f1 .right .t{
    font-size: 18px;
  }
  .service .f1 .right #form{
    width: 100%;
    margin-top: 5vw;
  }
  .service .f1 .right #form .inputBox{
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .service .f1 .right #form .inputBox input{
    font-size: 14px;
    padding: 3vw;
  }
  .service .f1 .right #form .submit{
    width: 35vw;
    height: 7vw;
    line-height: 7vw;
    font-size: 14px;
    border-radius: 5vw;
    margin: 0 auto;
  }
  .news .tabBox{
    justify-content: center;
  }
  .news .newsItem{
    padding: 0 5vw;
    margin-top: 5vw;
    display: block;
  }
  .news .newsItem .imgBox{
    width: 100%;
    height: 50vw;
  }
  .news .newsItem .textBox{
    width: 100%;
  }
  .news .newsItem .textBox .time{
    font-size: 14px;
  }
  .news .newsItem .textBox .tit{
    font-size: 16px;
  }
  .news .newsItem .textBox .des{
    display: none;
  }
  .news .newsItem .textBox .more{
    display: none;
  }
  .news .newsBox{
    padding: 0 5vw 10vw 5vw;
    display: block;
  }
  .news .newsBox .item{
    width: 100%;
    margin-right: 0;
    margin-top: 5vw;
    display: block;
  }
  .news .newsBox .item .imgBox{
    height: 50vw;
  }
  .news .newsBox .item .text .time{
    font-size: 14px;
    padding-left: 0;
  }
  .news .newsBox .item .text .time::before{
    content: initial;
  }
  .news .newsBox .item .text .t{
    font-size: 16px;
  }
  .productDetail .f1{
    padding: 10vw 5vw;
    display: block;
  }
  .productDetail .f1 .left{
    width: 100%;
    padding: 0;
  }
  .productDetail .f1 .left .tit{
    font-size: 18px;
  }
  .productDetail .f1 .left .des{
    font-size: 14px;
    margin-top: 5vw;
  }
  .productDetail .f1 .right{
    width: 100%;
    margin-top: 10vw;
  }
  .productDetail .f1 .right .tit{
    font-size: 18px;
    padding-left: 3vw;
  }
  .productDetail .f1 .right .tit::before{
    width: 1vw;
  }
  .productDetail .f1 .right .itemBox .item{
    width: 100%;
  }
  .productDetail .f1 .right .itemBox .item .img{
    height: 50vw;
  }
  .productDetail .f1 .right .itemBox .item .name{
    font-size: 14px;
    padding: 2vw 0;
  }
  .contactUs .f1{
    padding: 10vw 5vw;
  }
  .contactUs .f1 .tit{
    font-size: 20px;
  }
  .contactUs .f2{
    padding: 10vw 5vw;
  }
  .contactUs .f2 .tit{
    font-size: 20px;
  }
  .contactUs .f2 #form .inputBox{
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .contactUs .f2 #form .inputBox input{
    font-size: 14px;
    padding: 3vw;
  }
  .contactUs .f2 #form .inputBox select{
    font-size: 14px;
    padding: 3vw;
  }
  .contactUs .f2 #form .textarea{
    height: 20vw;
    padding: 3vw;
  }
  .contactUs .f2 #form .textarea textarea{
    font-size: 14px;
  }
  .contactUs .f2 #form .submit{
    width: 35vw;
    height: 7vw;
    line-height: 7vw;
    font-size: 14px;
    border-radius: 5vw;
    margin: 3vw auto 0 auto;
  }
  .about .f1{
    padding: 10vw 5vw;
    display: block;
  }
  .about .f1 .text{
    width: 100%;
  }
  .about .f1 .text .t{
    font-size: 20px;
  }
  .about .f1 .text .d{
    font-size: 14px;
  }
  .about .f1 .numBox{
    width: 100%;
    margin-top: 5vw;
    display: flex;
    flex-wrap: wrap;
  }
  .about .f1 .numBox .item{
    width: 50%;
    font-size: 14px;
    text-align: center;
  }
  .about .f1 .numBox .item .num{
    font-size: 14px;
  }
  .about .f1 .numBox .item .num span{
    font-size: 26px;
  }
  .about .f2{
    padding: 10vw 5vw;
    display: block;
  }
  .about .f2 .tit .t{
    font-size: 20px;
  }
  .about .f2 .tit .d{
    font-size: 16px;
  }
  .about .f2 .itemBox{
    width: 100%;
    margin-top: 5vw;
  }
  .about .f2 .itemBox .item{
    padding: 5vw 0;
  }
  .about .f2 .itemBox .item .text .t{
    font-size: 18px;
  }
  .about .f2 .itemBox .item .text .d{
    font-size: 14px;
  }
  .about .f2 .itemBox .item .icon{
    width: 10vw;
  }
  .about .f3{
    padding: 10vw 5vw;
  }
  .about .f3 .tit{
    font-size: 20px;
  }
  .about .f3 .f3Box{
    display: block;
  }
  .about .f3 .f3Box .item{
    width: 100%;
    height: auto;
    margin-top: 5vw;
  }
  .about .f3 .f3Box .item .imgBox{
    height: 50vw;
    border-radius: 2vw;
  }
  .about .f3 .f3Box .item .text{
    position: relative;
    color: #333333;
    padding: 5vw 0;
    bottom: initial;
  }
  .about .f3 .f3Box .item .text .t{
    font-size: 16px;
  }
  .about .f3 .f3Box .item .text .d{
    font-size: 14px;
  }
  .about .f3 .f3Box .item:last-child{
    width: 100%;
    height: auto;
  }
  .about .f4{
    padding: 0 5vw;
  }
  .about .f4 .tit{
    font-size: 20px;
    padding: 0;
  }
  .about .f4 .f4Img{
    margin-top: 5vw;
    padding: 0;
  }
  .about .f5{
    padding: 10vw 5vw;
  }
  .about .f5 .tit{
    font-size: 20px;
  }
  .about .f5 .f5Swiper{
    margin-top: 5vw;
  }
  .about .f5 .f5Swiper .swiper-slide .imgBox{
    height: 50vw;
  }
  .about .f5 .f5Swiper .swiper-slide .text{
    padding: 3vw 0;
  }
  .about .f5 .f5Swiper .swiper-slide .text .t{
    font-size: 16px;
  }
  .about .f5 .f5Swiper .swiper-slide .text .d{
    font-size: 14px;
  }
  .about .f5 .f5Swiper .swiper-slide .text .mores{
    display: none;
  }
  .about .f6{
    height: auto;
    padding: 10vw 5vw 40vw 5vw;
  }
  .about .f6 .tit{
    font-size: 20px;
  }
  .about .f6 .f6Swiper{
    margin-top: -6.5vw;
    padding-top: 16vw;
    height: auto;
  }
  .about .f6 .f6Swiper .swiper-slide{
    height: auto;
    padding-left: 5vw;
  }
  .about .f6 .f6Swiper .swiper-slide .year{
    font-size: 38px;
  }
  .about .f6 .f6Swiper .swiper-slide .t{
    font-size: 20px;
  }
  .about .f6 .f6Swiper .swiper-slide .d{
    font-size: 14px;
  }
  .about .f6 .f6Swiper .swiper-slide::before{
    height: 25vw;
  }
  .about .f6 .f6Swiper .swiper-button-next{
    width: 6vw;
    height: 6vw;
    left: initial;
    right: 5vw;
  }
  .about .f6 .f6Swiper .swiper-button-prev{
    width: 6vw;
    height: 6vw;
    left: initial;
    right: 14vw;
  }
  .about .f6 .f6Swiper .swiper-button-next:after, .about .f6 .f6Swiper .swiper-button-prev:after{
    font-size: 12px;
  }
  .mapBoxs{
    width: 100%;
    margin-top: 5vw;
  }
  .mapBoxs .item{
    padding: 5vw 0;
    border-bottom: 1px solid #0a6aa1;
  }
  .mapBoxs .item .name{
    display: flex;
  }
  .mapBoxs .item .name .icon{
    width: 7vw;
    height: 7vw;
    border-radius: 50%;
    background: rgba(2, 117, 179, 0.2);
    color: #1a75af;
    font-size: 14px;
    text-align: center;
    line-height: 7vw;
  }
  .mapBoxs .item .name .des{
    margin: 1vw 3vw;
  }
  .mapBoxs .item .t{
    font-size: 14px;
    margin-top: 2vw;
  }
  .product .f1 .info{
    font-size: 14px;
    padding: 3vw 5vw 0 5vw;
  }
  .product .f2 .info{
    font-size: 14px;
    padding: 3vw 0 0 0;
  }
  .product .f3 .f3Box{
    margin-top: 5vw;
  }
  .product .f3 .f3Box .item{
    width: 33vw;
  }
  .product .f3 .f3Box .item .imgBox{
    height: 55vw;
  }
  .service2 .tabBox{
    padding-left: 5vw;
  }
  .service2 .f1{
    padding: 10vw 5vw;
  }
  .service2 .f1 .item{
    width: 100%;
    margin-right: 0;
  }
  .service2 .f1 .item .imgBox{
    height: 50vw;
  }
  .service2 .f1 .item .text .name{
    font-size: 16px;
  }
  .service2 .f1 .item .imgBox .play{
    font-size: 50px;
  }
  .videoBox{
    width: 95%;
  }
  .index .f2 .f2En{
    font-size: 26vw;
    top: 43%;
  }
  footer .footer .text .iconBox{
    /*justify-content: center;*/
    margin-top: 5vw;
  }
  footer .footer .text .iconBox .icon{
    margin-right: 5vw;
  }
  footer .footer .text .iconBox .icon i{
    /*display: none;*/
  }
  footer .footer .text .iconBox .icon .qrcode{
    width: 25vw;
    margin-top: -33vw;
    /*opacity: 1;*/
    /*position: relative;*/
  }
  .index .f3{
    padding: 10vw 5vw;
  }
  .product .f1 .itemBox1 .item .icon{
    margin: 0 auto 1vw auto;
  }
  .contactUs .f1{
    height: auto;
  }
  .blankPage{
    padding: 10vw 5vw;
  }
  .blankPage .t{
    font-size: 20px;
  }
  .blankPage .des{
    font-size: 14px;
    margin-top: 5vw;
  }
  .linkT{
    font-size: 14px;
    text-align: center;
  }
  .linkT .link{
    display: block;
    margin-top: 3vw;
  }
  .infos{
    font-size: 14px;
  }
  .contentDetail img{
    width: 100% !important;
    height: auto !important;
  }
  .searchContent{
    font-size: 14px;
  }
  .noData{
    font-size: 14px;
  }
}
