@font-face {
  font-family: 'iconfont';  /* Project id 3895474 */
  src: url('//at.alicdn.com/t/c/font_3895474_983j86cvsh.woff2?t=1679987238300') format('woff2'),
  url('//at.alicdn.com/t/c/font_3895474_983j86cvsh.woff?t=1679987238300') format('woff'),
  url('//at.alicdn.com/t/c/font_3895474_983j86cvsh.ttf?t=1679987238300') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
@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;
}
svg {
  display: none;
  opacity: 0;
}
header {
  width: 92vw;
  background-color: white;
  margin: 2vw 4vw;
  border-radius: 2vw 0 2vw 0;
  display: flex;
  position: fixed;
  top: 0;
  padding: 0 0 0 3%;
  z-index: 100;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
header .logo {
  width: 4vw;
  position: relative;
  transition: all 0.5s ease-in-out;
}
header .logo img {
  position: relative;
  transition: all 0.5s ease-in-out;
}
header nav {
  width: 60%;
  position: relative;
  margin-left: 8vw;
  transition: all 0.5s ease-in-out;
  z-index: 99;
}
header nav ul {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
  z-index: 99;
}
header nav ul li {
  width: calc(100%/8 - 9px);
  z-index: 99;
  line-height: 5vw;
  height: 5vw;
  display: inline-block;
  text-align: center;
  transition: 0.5s all ease-in-out;
  background: white;
}
header nav ul li a {
  color: #4f4f4f;
  font-size: 0.9vw;
  font-weight: bold;
  position: relative;
  display: block;
  z-index: 99;
}
header nav ul li a span {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0073b5;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
header nav ul li .ol {
  display: block;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  width: 12%;
  height: 0;
  background: #fff;
  opacity: 0;
  padding: 1vw 0;
  transition: cubic-bezier(0, 0, 0.12, 0.55) 0.6s;
}
header nav ul li .ol li {
  width: auto;
  display: block;
  line-height: inherit;
  height: auto;
}
header nav ul li .ol li a {
  font-weight: normal;
  line-height: 2vw;
  font-size: 0.8vw;
  vertical-align: middle;
}
header nav ul li .ol li:hover a {
  color: #0073b5;
}
header nav ul li:hover a span {
  bottom: 0;
  opacity: 1;
}
header nav ul li:hover .ol {
  visibility: inherit;
  height: auto;
  opacity: 1;
  transform: translateY(0);
}
header nav ul li:last-child {
  margin-right: 0%;
}
header .phone {
  width: 16vw;
  height: 5vw;
  position: fixed;
  right: 3.4vw;
  font-size: 0.9vw;
  border-radius: 0 0 2vw 0;
  text-align: center;
  line-height: 5vw;
  background: #0073b5;
  transition: all 0.5s ease-in-out;
  z-index: 99;
}
header .phone a {
  color: white;
}
header .phone a i {
  font-size: 1.2vw;
  position: relative;
  top: 2px;
  margin-right: 0.5vw;
}
.goo {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-filter: url(#goo);
  filter: url(#goo);
}
header.active {
  width: 100%;
  margin: 0;
  padding: 0 0 0 3%;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
header.active .round {
  left: -10vw;
  margin-top: -10vw;
}
header.active .logo {
  width: 3.5vw;
}
header.active nav {
  margin-left: 6vw;
}
header.active nav ul li {
  line-height: 4vw;
  height: 4vw;
}
header.active .phone {
  height: 4vw;
  line-height: 4vw;
  border-radius: 0;
  right: 0;
}
footer {
  width: 100%;
  height: auto;
  background: url('../images/img11.jpg') center no-repeat;
  background-size: cover !important;
  padding: 0 14vw;
}
footer .footerBox {
  width: 73vw;
  height: 11vw;
  margin: 0 auto;
  background: url('../images/img10.jpg') center no-repeat;
  background-size: cover !important;
  display: flex;
  padding: 0 3vw;
  justify-content: space-between;
}
footer .footerBox .textBox .t {
  color: #0061ab;
  font-size: 1vw;
  margin-top: 1vw;
}
footer .footerBox .textBox .n {
  color: #0061ab;
  font-size: 1.3vw;
  font-weight: bold;
  margin: 1vw 0 3vw 0;
}
footer .footerBox .textBox .d {
  color: #434343;
  font-size: 0.85vw;
}
footer .footerBox .phoneBox {
  display: flex;
  margin-left: 7vw;
  margin-top: 1vw;
}
footer .footerBox .phoneBox .item {
  text-align: center;
  margin-right: 1vw;
  cursor: pointer;
}
footer .footerBox .phoneBox .item .iconBox {
  width: 4vw;
  height: 4vw;
  background-color: #e6592a;
  box-shadow: 0vw 1vw 2vw 0vw rgba(230, 89, 42, 0.48);
  border-radius: 50%;
  font-size: 1.5vw;
  color: white;
  text-align: center;
  line-height: 4vw;
  margin: 0 auto;
}
footer .footerBox .phoneBox .item .tit {
  color: #858585;
  font-size: 0.8vw;
  margin-top: 0.5vw;
}
footer .footerBox .phoneBox .item .phoneModal {
  background-color: #ffffff;
  box-shadow: 0vw 1vw 1vw 0vw rgba(59, 59, 59, 0.24);
  color: #393939;
  font-size: 0.8vw;
  padding: 0.5vw;
  border-radius: 10px;
  position: absolute;
  margin-left: -1.5vw;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease-in-out;
  margin-top: 1vw;
}
footer .footerBox .item:nth-child(2) .phoneModal {
  margin-left: -2.5vw;
}
footer .footerBox .item:hover .phoneModal {
  opacity: 1;
}
footer .footerBox .qrcodeBox {
  text-align: center;
  color: #858585;
  font-size: 0.8vw;
  margin-top: 1vw;
}
footer .footerBox .qrcodeBox img {
  width: 6vw;
  margin: 0 auto 0.5vw auto;
}
footer .footerBox .qrcodeBox::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 7vw;
  margin-left: -7vw;
  background-color: #bfbfbf;
}
footer .footerHeader {
  width: 100%;
  display: flex;
  margin: 3vw auto 2vw auto;
}
footer .footerHeader .logo {
  width: 5vw;
}
footer .footerHeader .address {
  display: flex;
  color: white;
  margin-left: 2vw;
  padding-left: 2vw;
  padding-top: 0.5vw;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footerHeader .address img {
  width: 3vw;
  height: 3vw;
}
footer .footerHeader .address .text {
  margin: 0.4vw 1vw;
}
footer .footerHeader .address .text .t {
  font-size: 0.9vw;
  font-weight: bold;
}
footer .footerHeader .address .text .d {
  font-size: 0.8vw;
}
footer .footerHeader .backTops {
  width: 4vw;
  cursor: pointer;
  position: absolute;
  right: 14vw;
}
footer .footerNav {
  width: 100%;
  padding: 2vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footerNav ul {
  display: flex;
  justify-content: space-between;
}
footer .footerNav ul .level1 {
  text-align: center;
}
footer .footerNav ul .level1 a {
  font-size: 0.9vw;
  margin-bottom: 1.5vw;
  color: #ffffff;
  font-weight: bold;
}
footer .footerNav ul .level1 ul {
  display: block;
  margin-top: 1.5vw;
}
footer .footerNav ul .level1 ul li {
  margin-bottom: 0.7vw;
}
footer .footerNav ul .level1 ul li a {
  font-size: 0.75vw;
  color: #ffffff;
  opacity: 0.7;
  font-weight: normal;
}
footer .footerNav ul .level1 ul li:hover a {
  border-bottom: 1px solid #ffffff;
}
footer .footerInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: white;
  opacity: 0.3;
  padding: 1vw 0;
}
footer .footerInfo a {
  color: white;
}
.banner {
  width: 100%;
  height: 33vw;
  background-size: cover !important;
}
.index .f1 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
}
.index .f1 .bannerSwiper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index .f1 .bannerSwiper .swiper-slide {
  background: center no-repeat;
  background-size: cover;
}
.index .f1 .bannerSwiper .swiper-pagination {
  text-align: left;
}
.index .f1 .bannerSwiper .swiper-horizontal > .swiper-pagination-bullets,
.index .f1 .bannerSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  left: 13%;
  bottom: 30vh;
}
.index .f1 .bannerSwiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.7);
  transition: 0.5s all ease-in-out;
  margin: 0 0.5vw;
}
.index .f1 .bannerSwiper .swiper-pagination-bullet-active {
  background: #ffffff;
}
.index .f1 .bannerSwiper .swiper-button-next,
.index .f1 .bannerSwiper .swiper-rtl .swiper-button-prev {
  right: 4vw;
  width: 3vw;
  height: 3vw;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
}
.index .f1 .bannerSwiper .swiper-button-next i,
.index .f1 .bannerSwiper .swiper-rtl .swiper-button-prev i {
  font-size: 1.2vw;
  color: white;
  transition: 0.3s all ease-in-out;
}
.index .f1 .bannerSwiper .swiper-button-next:hover {
  background: white;
}
.index .f1 .bannerSwiper .swiper-button-next:hover i {
  color: black;
}
.index .f1 .bannerSwiper .swiper-button-prev,
.index .f1 .bannerSwiper .swiper-rtl .swiper-button-next {
  left: 4vw;
  width: 3vw;
  height: 3vw;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
}
.index .f1 .bannerSwiper .swiper-button-prev i,
.index .f1 .bannerSwiper .swiper-rtl .swiper-button-next i {
  font-size: 1.2vw;
  color: white;
  transition: 0.3s all ease-in-out;
}
.index .f1 .bannerSwiper .swiper-button-prev:hover {
  background: white;
}
.index .f1 .bannerSwiper .swiper-button-prev:hover i {
  color: black;
}
.index .f1 .bannerSwiper .swiper-button-prev:after,
.index .f1 .bannerSwiper .swiper-rtl .swiper-button-next:after,
.index .f1 .bannerSwiper .swiper-button-next:after,
.index .f1 .bannerSwiper .swiper-rtl .swiper-button-prev:after {
  content: inherit;
}
.index .f2 {
  width: 100%;
  height: auto;
  background: url('../images/img3.jpg') center no-repeat;
  background-size: cover !important;
  margin-top: 100vh;
  position: relative;
  padding: 0 14vw 6vw 14vw;
}
.index .f2 .f2Box {
  width: 73vw;
  height: 5vw;
  background: url('../images/img2.png') center no-repeat;
  background-size: cover !important;
  border-radius: 1vw 1vw 0vw 0vw;
  margin: 0 auto;
  position: relative;
  top: -5vw;
  z-index: 9;
  padding: 2vw 4vw;
  font-size: 0.85vw;
  display: flex;
}
.index .f2 .f2Box .f2BoxTit {
  color: #2a2a2a;
  font-weight: bold;
  margin-right: 1vw;
  padding-right: 1vw;
  border-right: 1px solid #acacac;
}
.index .f2 .f2Box .f2NewBox {
  width: 59vw;
}
.index .f2 .f2Box .f2NewBox .f2NewSwiper {
  height: 1.5vw;
}
.index .f2 .f2Box .f2NewBox .f2NewSwiper .swiper-slide a {
  display: flex;
  font-size: 0.9vw;
}
.index .f2 .f2Box .f2NewBox .f2NewSwiper .swiper-slide a .time {
  margin-right: 2vw;
}
.index .f2 .f2Box .f2NewBox .swiper-button-next,
.index .f2 .f2Box .f2NewBox .swiper-rtl .swiper-button-prev {
  right: 0;
}
.index .f2 .f2Box .f2NewBox .swiper-button-prev,
.index .f2 .f2Box .f2NewBox .swiper-rtl .swiper-button-next {
  left: inherit;
  right: 3vw;
}
.index .f2 .f2Box .f2NewBox .swiper-button-prev:after,
.index .f2 .f2Box .f2NewBox .swiper-rtl .swiper-button-next:after {
  font-size: 1vw;
  color: #4d4d4d;
}
.index .f2 .f2Box .f2NewBox .swiper-button-next:after,
.index .f2 .f2Box .f2NewBox .swiper-rtl .swiper-button-prev:after {
  font-size: 1vw;
  color: #4d4d4d;
}
.index .f2 .f2Box .f2NewBox .swiper-button-next,
.index .f2 .f2Box .f2NewBox .swiper-button-prev {
  top: 40%;
}
.index .f2 .f2Item {
  width: 100%;
  display: flex;
}
.index .f2 .f2Item .item {
  width: 23vw;
  margin-right: 2vw;
}
.index .f2 .f2Item .item .titBox {
  display: flex;
  justify-content: space-between;
}
.index .f2 .f2Item .item .titBox .tit {
  color: #0073b5;
  font-weight: bold;
  font-size: 1.5vw;
}
.index .f2 .f2Item .item .titBox .more {
  padding: 0.5vw 1vw;
  background-color: #0073b5;
  border-radius: 2vw;
  display: flex;
  color: white;
  justify-content: space-between;
}
.index .f2 .f2Item .item .titBox .more img {
  width: 12px;
  margin-left: 1vw;
}
.index .f2 .f2Item .item .img {
  width: 100%;
  height: 13vw;
  background-size: cover !important;
  margin-top: 2vw;
  border-top-left-radius: 1vw;
  border-top-right-radius: 1vw;
}
.index .f2 .f2Item .item .textBox {
  width: 100%;
  background-color: white;
  box-shadow: 0vw 1vw 2vw 0vw rgba(219, 219, 219, 0.41);
  border-bottom-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
  padding: 0 1vw 1vw 1vw;
}
.index .f2 .f2Item .item .textBox .text {
  width: 100%;
  padding: 1vw 0;
  display: block;
}
.index .f2 .f2Item .item .textBox .text .name {
  color: #323232;
  font-weight: bold;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 1.2vw;
}
.index .f2 .f2Item .item .textBox .text .name::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #0073b5;
  border-radius: 50%;
  margin-left: -1vw;
  margin-top: 0.5vw;
}
.index .f2 .f2Item .item .textBox .text .des {
  color: #757474;
  font-size: 0.85vw;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1vw 0;
}
.index .f2 .f2Item .item .textBox .text .timeMore {
  display: flex;
  justify-content: space-between;
}
.index .f2 .f2Item .item .textBox .text .timeMore .time {
  color: #adadad;
  font-size: 0.8vw;
}
.index .f2 .f2Item .item .textBox .text .timeMore .more {
  display: flex;
  color: #323232;
  font-size: 0.8vw;
}
.index .f2 .f2Item .item .textBox .text .timeMore .more img {
  width: 1vw;
  height: 1vw;
  margin-left: 0.5vw;
}
.index .f2 .f2Item .item .textBox .text:hover .name {
  color: #0073b5;
}
.index .f2 .f2Item .item .textBox .textBottom {
  width: 100%;
  display: block;
  padding: 1vw 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e5e5e5;
}
.index .f2 .f2Item .item .textBox .textBottom .name {
  width: 75%;
  color: #323232;
  font-weight: bold;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 1.2vw;
}
.index .f2 .f2Item .item .textBox .textBottom .name::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #0073b5;
  border-radius: 50%;
  margin-left: -1vw;
  margin-top: 0.5vw;
}
.index .f2 .f2Item .item .textBox .textBottom .time {
  color: #adadad;
  font-size: 0.8vw;
}
.index .f2 .f2Item .item .textBox .textBottom:hover .name {
  color: #0073b5;
}
.index .f2 .f2Item .item:nth-child(2) .titBox .tit {
  color: #00944b;
}
.index .f2 .f2Item .item:nth-child(2) .titBox .more {
  background: #00944b;
}
.index .f2 .f2Item .item:last-child {
  margin-right: 0;
}
.index .f2 .f2Item .item:last-child .titBox .tit {
  color: #de5a1a;
}
.index .f2 .f2Item .item:last-child .titBox .more {
  background: #de5a1a;
}
.index .f3 {
  width: 100%;
  height: auto;
  background: url('../images/img4.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
}
.index .f3 .titBox {
  color: #0073b5;
}
.index .f3 .titBox .tit {
  font-weight: bold;
  font-size: 1.5vw;
}
.index .f3 .titBox .des {
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.index .f3 .f3Box {
  width: 100%;
  margin-top: 2vw;
}
.index .f3 .f3Box ul {
  overflow: hidden;
}
.index .f3 .f3Box ul li {
  width: 7vw;
  height: 35vw;
  float: left;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.index .f3 .f3Box ul li .left_top {
  width: 7vw;
  height: 35vw;
  background: rgba(0, 115, 181, 0.7);
  position: absolute;
  left: 0;
  padding: 4vw 0;
  text-align: center;
}
.index .f3 .f3Box ul li .left_top .icon {
  width: 6vw;
  margin: 0 auto;
}
.index .f3 .f3Box ul li .left_top .icon::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15vw;
  background: white;
}
.index .f3 .f3Box ul li .left_top p {
  width: 1vw;
  margin: 0 auto;
  font-size: 1.2vw;
  padding-top: 16vw;
  color: #FFF;
}
.index .f3 .f3Box ul li .left_top .des {
  display: none;
}
.index .f3 .f3Box ul li.on {
  width: 50vw;
}
.index .f3 .f3Box ul li.on .left_top {
  width: 18vw;
  background: rgba(70, 70, 70, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  padding: 13vw 0 0 0;
}
.index .f3 .f3Box ul li.on .left_top .icon::after {
  content: inherit;
}
.index .f3 .f3Box ul li.on .left_top p {
  width: auto;
  padding-top: 0vw;
}
.index .f3 .f3Box ul li.on .left_top .des {
  display: block;
  color: white;
  font-size: 0.9vw;
  margin-top: 0.5vw;
  line-height: 1.7;
}
.index .f4 {
  width: 100%;
  height: auto;
  background: url('../images/img9.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
}
.index .f4 .titBox {
  color: #0073b5;
}
.index .f4 .titBox .tit {
  font-weight: bold;
  font-size: 1.5vw;
}
.index .f4 .titBox .des {
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.index .f4 .f4Box {
  width: 100%;
  display: flex;
  margin-top: 3vw;
}
.index .f4 .f4Box .item {
  width: 24vw;
  height: 29vw;
  background: white;
  padding: 5vw 2vw 0 2vw;
  border-right: 1px solid #efefef;
  transition: 0.3s all ease-in-out;
}
.index .f4 .f4Box .item .icon {
  width: 5vw;
  margin: 0 auto;
}
.index .f4 .f4Box .item .name {
  color: #28292a;
  font-weight: bold;
  font-size: 1.2vw;
  text-align: center;
}
.index .f4 .f4Box .item .des {
  color: #757474;
  font-size: 0.85vw;
  line-height: 1.7;
  text-align: center;
  margin-top: 2vw;
}
.index .f4 .f4Box .item .more {
  width: 7vw;
  padding: 0.5vw 1vw;
  background-color: #0073b5;
  border-radius: 2vw;
  display: flex;
  color: white;
  justify-content: space-between;
  margin: 4vw auto 0 auto;
  font-size: .8vw;
}
.index .f4 .f4Box .item .more img {
  width: .5vw;
}
.index .f4 .f4Box .item:last-child {
  border: transparent;
}
.index .f4 .f4Box .item:hover {
  background: #e7eef3;
}
.about .f1 {
  width: 100%;
  height: auto;
  background: url('../images/img15.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
}
.about .f1 .text .tit {
  text-align: center;
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.about .f1 .text .des {
  color: #474747;
  line-height: 2;
  text-align: justify;
  font-size: 0.9vw;
  margin: 3vw 0;
  text-indent: 2vw;
}
.about .f1 .nums {
  display: flex;
  padding: 0 14vw;
}
.about .f1 .nums .item {
  border-right: 1px solid #bebebe;
  padding: 0 2vw;
}
.about .f1 .nums .item .t {
  color: #4b4b4b;
  text-align: center;
  font-size: 0.9vw;
}
.about .f1 .nums .item .n {
  color: #0061ab;
  font-weight: bold;
  font-size: 3vw;
}
.about .f1 .nums .item .n span {
  font-weight: normal;
  font-size: 0.9vw;
  margin-left: 0.5vw;
}
.about .f1 .nums .item:first-child {
  padding: 0 2vw 0 0;
}
.about .f1 .nums .item:last-child {
  border: transparent;
  padding: 0 0 0 2vw;
}
.about .f1 .img {
  margin-top: 5vw;
  overflow: hidden;
}
.about .f1 .img img {
  transition: 0.5s all;
}
.about .f1 .img:hover img {
  transform: scale(1.05);
}
.about .f2 {
  width: 100%;
  height: auto;
  background: url('../images/img17.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
}
.about .f2 .tit {
  text-align: center;
  color: white;
  font-size: 2vw;
  font-weight: bold;
}
.about .f2 .f2swiper {
  width: 100%;
  height: 35vw;
  overflow: hidden;
  margin-top: 5vw;
}
.about .f2 .f2swiper .swiper-pagination-progressbar {
  width: 96vw;
  height: 2px;
  left: 2vw;
  top: 30vw;
}
.about .f2 .f2swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0061ab !important;
  height: 6px;
  top: -0.1vw;
}
.about .f2 .f2swiper .swiper-slide {
  width: 23vw !important;
  height: 24vw !important;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  margin-right: 1vw;
}
.about .f2 .f2swiper .swiper-slide .imgBox {
  width: 100%;
  height: 13vw;
  overflow: hidden;
}
.about .f2 .f2swiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 13vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.about .f2 .f2swiper .swiper-slide .text {
  width: 100%;
  background: white;
  padding: 2vw 1vw;
}
.about .f2 .f2swiper .swiper-slide .text .name {
  color: #323232;
  font-weight: bold;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 1.2vw;
}
.about .f2 .f2swiper .swiper-slide .text .name::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #0073b5;
  border-radius: 50%;
  margin-left: -1vw;
  margin-top: 0.5vw;
}
.about .f2 .f2swiper .swiper-slide .text .des {
  color: #757474;
  font-size: 0.85vw;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1vw 0;
}
.about .f2 .f2swiper .swiper-slide .text .timeMore {
  display: flex;
  justify-content: space-between;
}
.about .f2 .f2swiper .swiper-slide .text .timeMore .time {
  color: #adadad;
  font-size: 0.8vw;
}
.about .f2 .f2swiper .swiper-slide .text .timeMore .more {
  display: flex;
  color: #323232;
  font-size: 0.8vw;
}
.about .f2 .f2swiper .swiper-slide .text .timeMore .more img {
  width: 1vw;
  height: 1vw;
  margin-left: 0.5vw;
}
.about .f2 .f2swiper .swiper-slide:hover .text .name {
  color: #0061ab;
}
.about .f2 .f2swiper .swiper-slide:hover .imgBox .img {
  transform: scale(1.1);
}
.about .f2 .swiper-button-next,
.about .f2 .swiper-rtl .swiper-button-prev {
  right: 8vw;
  width: 3vw;
  height: 3vw;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
  top: inherit;
  margin-top: -25vw;
}
.about .f2 .swiper-button-next i,
.about .f2 .swiper-rtl .swiper-button-prev i {
  font-size: 1.2vw;
  color: white;
  transition: 0.3s all ease-in-out;
}
.about .f2 .swiper-button-next:hover {
  background: white;
}
.about .f2 .swiper-button-next:hover i {
  color: black;
}
.about .f2 .swiper-button-prev,
.about .f2 .swiper-rtl .swiper-button-next {
  left: 8vw;
  width: 3vw;
  height: 3vw;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
  top: inherit;
  margin-top: -25vw;
}
.about .f2 .swiper-button-prev i,
.about .f2 .swiper-rtl .swiper-button-next i {
  font-size: 1.2vw;
  color: white;
  transition: 0.3s all ease-in-out;
}
.about .f2 .swiper-button-prev:hover {
  background: white;
}
.about .f2 .swiper-button-prev:hover i {
  color: black;
}
.about .f2 .swiper-button-prev:after,
.about .f2 .swiper-rtl .swiper-button-next:after,
.about .f2 .swiper-button-next:after,
.about .f2 .swiper-rtl .swiper-button-prev:after {
  content: inherit;
}
.about .f3 {
  width: 100%;
  height: auto;
  background: url('../images/img21.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
}
.about .f3 .tit {
  text-align: center;
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.about .f3 .f3Box {
  width: 100%;
  display: flex;
  margin-top: 5vw;
}
.about .f3 .f3Box .item {
  width: 23vw;
  height: 28vw;
  border-radius: 15px;
  margin-right: 2vw;
  padding: 4vw 2vw;
  background-size: cover !important;
  cursor: pointer;
}
.about .f3 .f3Box .item .titBox {
  display: flex;
  justify-content: space-between;
}
.about .f3 .f3Box .item .titBox .en {
  color: #ffffff;
  font-size: 1.2vw;
}
.about .f3 .f3Box .item .titBox .icon {
  width: 5vw;
}
.about .f3 .f3Box .item .textBox {
  color: #ffffff;
  margin-top: 10vw;
  transition: 0.5s all;
}
.about .f3 .f3Box .item .textBox .t {
  font-weight: bold;
  font-size: 1.3vw;
  letter-spacing: 1px;
}
.about .f3 .f3Box .item .textBox .d {
  font-size: 0.8vw;
  line-height: 1.7;
  margin-top: 0.5vw;
}
.about .f3 .f3Box .item:nth-child(1) {
  background: url('../images/img34.png') center no-repeat;
}
.about .f3 .f3Box .item:nth-child(2) {
  background: url('../images/img35.png') center no-repeat;
}
.about .f3 .f3Box .item:last-child {
  margin-right: 0;
  background: url('../images/img36.png') center no-repeat;
}
.about .f3 .f3Box .item:hover .textBox {
  transform: translateY(-2vw);
}
.about .f4 {
  width: 100%;
  height: auto;
  background: url('../images/img22.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw 0 14vw;
}
.about .f4 .tit {
  text-align: center;
  color: white;
  font-size: 2vw;
  font-weight: bold;
}
.about .f4 .f4Box {
  width: 100%;
  display: inline-block;
  margin-top: 5vw;
}
.about .f4 .f4Box .item {
  width: 20vw;
  margin-right: 5vw;
  margin-bottom: 5vw;
  display: inline-block;
  float: left;
}
.about .f4 .f4Box .item .textBox {
  width: 100%;
  height: 7vw;
  color: white;
  text-align: center;
}
.about .f4 .f4Box .item .textBox .name {
  width: 80%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.2vw;
  margin-bottom: 1vw;
}
.about .f4 .f4Box .item .textBox .name span {
  font-weight: normal;
  font-size: 0.9vw;
}
.about .f4 .f4Box .item .textBox .tab {
  font-size: 0.85vw;
  margin-top: 0.5vw;
}
.about .f4 .f4Box .item .textBox::before {
  content: '';
  position: absolute;
  width: 22vw;
  height: 12vw;
  background: url('../images/img23.png') center no-repeat;
  background-size: contain;
  margin-top: 0.5vw;
  margin-left: -10vw;
}
.about .f4 .f4Box .item .imgBox {
  width: 20vw;
}
.about .f4 .f4Box .item:nth-child(3n) {
  margin-right: 0;
}
.about .f5 {
  width: 100%;
  height: auto;
  background: url('../images/img37.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
}
.about .f5 .tit {
  text-align: center;
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.about .f5 .f5Box {
  width: 100%;
  display: inline-block;
  margin-top: 5vw;
}
.about .f5 .f5Box .item {
  width: 35vw;
  height: 12vw;
  background-color: #ffffff;
  border-radius: 15px;
  display: inline-block;
  float: left;
  margin-right: 1vw;
  margin-bottom: 1vw;
  overflow: hidden;
  cursor: pointer;
}
.about .f5 .f5Box .item .imgBox {
  width: 12vw;
  height: 12vw;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.about .f5 .f5Box .item .imgBox .img {
  width: 100%;
  height: 12vw;
  background-size: cover !important;
  transition: 0.5s all;
}
.about .f5 .f5Box .item .textBox {
  display: inline-block;
  float: left;
  width: 23vw;
  padding: 1vw;
}
.about .f5 .f5Box .item .textBox .name {
  color: #0061ab;
  font-weight: bold;
  font-size: 1.2vw;
}
.about .f5 .f5Box .item .textBox .name span {
  color: #3b3b3b;
  font-weight: normal;
  font-size: 0.85vw;
}
.about .f5 .f5Box .item .textBox .des {
  color: #575757;
  font-size: 0.8vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: .5vw;
  height: 8vw;
  overflow-y: auto;
}
.about .f5 .f5Box .item .textBox::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 0.7vw 1vw 0.7vw 0;
  margin-left: -1.9vw;
  margin-top: 0;
  border-right-color: white;
}
.about .f5 .f5Box .item:nth-child(2n) {
  margin-right: 0;
}
.about .f5 .f5Box .item:hover .imgBox .img {
  transform: scale(1.05);
}
.about .f5 .more {
  width: 8vw;
  margin: 3vw auto;
  padding: 0.5vw 1vw;
  background-color: #0073b5;
  border-radius: 2vw;
  font-size: 0.8vw;
  display: flex;
  color: white;
  justify-content: space-between;
}
.about .f5 .more img {
  width: 0.7vw;
  margin-left: 1vw;
}
.newsPage {
  width: 100%;
}
.newsPage .f1 {
  width: 100%;
  height: auto;
  background: url('../images/img37.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
  display: inline-block;
}
.newsPage .f1 .left {
  width: 48vw;
  display: inline-block;
  float: left;
}
.newsPage .f1 .left .tit {
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.newsPage .f1 .left .leftBox {
  width: 100%;
  display: inline-block;
  margin-top: 3vw;
}
.newsPage .f1 .left .leftBox .item {
  width: 23vw;
  height: 24vw;
  display: inline-block;
  float: left;
  background: white;
  box-shadow: 0vw 1vw 2vw 0vw rgba(219, 219, 219, 0.41);
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  margin-right: 1vw;
  margin-bottom: 1vw;
}
.newsPage .f1 .left .leftBox .item .imgBox {
  width: 100%;
  height: 13vw;
  overflow: hidden;
}
.newsPage .f1 .left .leftBox .item .imgBox .img {
  width: 100%;
  height: 13vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.newsPage .f1 .left .leftBox .item .text {
  width: 100%;
  background: white;
  padding: 2vw 1vw;
}
.newsPage .f1 .left .leftBox .item .text .name {
  color: #323232;
  font-weight: bold;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 1.2vw;
}
.newsPage .f1 .left .leftBox .item .text .name::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #0073b5;
  border-radius: 50%;
  margin-left: -1vw;
  margin-top: 0.5vw;
}
.newsPage .f1 .left .leftBox .item .text .des {
  color: #757474;
  font-size: 0.85vw;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1vw 0;
}
.newsPage .f1 .left .leftBox .item .text .timeMore {
  display: flex;
  justify-content: space-between;
}
.newsPage .f1 .left .leftBox .item .text .timeMore .time {
  color: #adadad;
  font-size: 0.8vw;
}
.newsPage .f1 .left .leftBox .item .text .timeMore .more {
  display: flex;
  color: #323232;
  font-size: 0.8vw;
}
.newsPage .f1 .left .leftBox .item .text .timeMore .more img {
  width: 1vw;
  height: 1vw;
  margin-left: 0.5vw;
}
.newsPage .f1 .left .leftBox .item:nth-child(2n) {
  margin-right: 0;
}
.newsPage .f1 .left .leftBox .item:hover .name {
  color: #0061ab;
}
.newsPage .f1 .left .leftBox .item:hover .imgBox .img {
  transform: scale(1.1);
}
.newsPage .f1 .right {
  width: 22vw;
  margin-left: 1vw;
  display: inline-block;
  position: sticky;
  top: 6vw;
}
.newsPage .f1 .right .titBox {
  display: flex;
  justify-content: space-between;
}
.newsPage .f1 .right .titBox .tit {
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.newsPage .f1 .right .titBox .more {
  width: 7vw;
  height: 2vw;
  line-height: 2vw;
  padding: 0 1vw;
  margin-top: 0.4vw;
  background-color: #0073b5;
  border-radius: 2vw;
  display: flex;
  color: white;
  justify-content: space-between;
}
.newsPage .f1 .right .titBox .more img {
  width: 12px;
  height: 22px;
  margin: 0.4vw 0 0 0;
  margin-left: 1vw;
}
.newsPage .f1 .right .rightBox {
  margin-top: 3vw;
  box-shadow: 0vw 1vw 2vw 0vw rgba(219, 219, 219, 0.41);
  background: white;
  border-radius: 15px;
}
.newsPage .f1 .right .rightBox .item {
  display: block;
  padding: 1vw 0 1vw 1vw;
  margin: 0 1vw;
  border-bottom: 1px solid #cccccc;
}
.newsPage .f1 .right .rightBox .item .time {
  color: #828282;
  font-size: 0.8vw;
}
.newsPage .f1 .right .rightBox .item .name {
  color: #141414;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.95vw;
  margin-top: 0.5vw;
}
.newsPage .f1 .right .rightBox .item:hover .name {
  color: #13439a;
}
.newsPage .f1 .right .rightBox .item::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #2a52be;
  border-radius: 50%;
  margin-top: 0.3vw;
  margin-left: -1vw;
}
.newsPage .f1 .right .rightBox .item:last-child {
  border-bottom: transparent;
}
.school .f1 {
  width: 100%;
  height: auto;
  background: url('../images/img42.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
}
.school .f1 .tit {
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.school .f1 .textBox {
  width: 100%;
  display: flex;
  margin-top: 4vw;
  position: relative;
  z-index: 1;
}
.school .f1 .textBox .imgBox {
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  overflow: hidden;
}
.school .f1 .textBox .imgBox img {
  width: 100%;
  border-radius: 50%;
  border: 0.5vw solid white;
}
.school .f1 .textBox .text {
  width: 56vw;
  margin-left: 2vw;
}
.school .f1 .textBox .text .name {
  color: #0061ab;
  font-weight: bold;
  font-size: 1.2vw;
}
.school .f1 .textBox .text .tab {
  color: #4d4d4d;
  font-size: 0.9vw;
  margin: 1vw 0;
}
.school .f1 .textBox .text .des {
  color: #414141;
  font-size: 0.85vw;
  line-height: 1.7;
  text-align: justify;
}
.school .f1 .desBox {
  width: 73vw;
  height: 22vw;
  background-color: #e5eff6;
  border-radius: 15px;
  margin-top: -1.5vw;
  padding: 3vw 8vw 3vw 17vw;
}
.school .f1 .desBox .infoImg {
  width: 2.5vw;
}
.school .f1 .desBox .d {
  color: #474747;
  font-size: 1vw;
  line-height: 2;
  margin-top: 2.2vw;
}
.school .f1 .desBox .infoImg2 {
  width: 15vw;
  position: absolute;
  right: 14vw;
}
.school .f2 {
  width: 100%;
  height: auto;
  background: url('../images/img46.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
}
.school .f2 .tit {
  text-align: center;
  color: white;
  font-size: 2vw;
  font-weight: bold;
}
.school .f2 .des {
  color: white;
  text-align: center;
  line-height: 1.7;
  font-size: 0.85vw;
  margin-top: 2vw;
}
.school .f2 .tabBox {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 5vw;
}
.school .f2 .tabBox .item {
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  text-align: center;
  margin: 0 0.5vw;
  color: white;
  border-radius: 30px;
  padding: 0.5vw 1vw;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.school .f2 .tabBox .active {
  background: #0061ab;
  border: 2px solid #0061ab;
}
.school .f2 .tabBox .item:hover {
  background: #0061ab;
  border: 2px solid #0061ab;
}
.school .f2 .f2swiper {
  width: 100%;
  height: 18vw;
  overflow: hidden;
  margin-top: 3vw;
}
.school .f2 .f2swiper .swiper-slide {
  width: 23vw !important;
  height: 16.2vw !important;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.5s all ease-in-out;
  margin-right: 1vw;
}
.school .f2 .f2swiper .swiper-slide .imgBox {
  width: 100%;
  height: 13vw;
  overflow: hidden;
}
.school .f2 .f2swiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 13vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.school .f2 .f2swiper .swiper-slide .text {
  width: 100%;
  background: white;
  padding: 1vw;
}
.school .f2 .f2swiper .swiper-slide .text .name {
  color: #323232;
  font-weight: bold;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}
.school .f2 .f2swiper .swiper-slide:hover .imgBox .img {
  transform: scale(1.1);
}
.school .f2 .swiper-button-next,
.school .f2 .swiper-rtl .swiper-button-prev {
  right: 8vw;
  width: 3vw;
  height: 3vw;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
  top: inherit;
  margin-top: -12vw;
}
.school .f2 .swiper-button-next i,
.school .f2 .swiper-rtl .swiper-button-prev i {
  font-size: 1.2vw;
  color: white;
  transition: 0.3s all ease-in-out;
}
.school .f2 .swiper-button-next:hover {
  background: white;
}
.school .f2 .swiper-button-next:hover i {
  color: black;
}
.school .f2 .swiper-button-prev,
.school .f2 .swiper-rtl .swiper-button-next {
  left: 8vw;
  width: 3vw;
  height: 3vw;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
  top: inherit;
  margin-top: -12vw;
}
.school .f2 .swiper-button-prev i,
.school .f2 .swiper-rtl .swiper-button-next i {
  font-size: 1.2vw;
  color: white;
  transition: 0.3s all ease-in-out;
}
.school .f2 .swiper-button-prev:hover {
  background: white;
}
.school .f2 .swiper-button-prev:hover i {
  color: black;
}
.school .f2 .swiper-button-prev:after,
.school .f2 .swiper-rtl .swiper-button-next:after,
.school .f2 .swiper-button-next:after,
.school .f2 .swiper-rtl .swiper-button-prev:after {
  content: inherit;
}
.school .f3 {
  width: 100%;
  height: auto;
  background: url('../images/img50.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
}
.school .f3 .tit {
  text-align: center;
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.school .f3 .f3Box {
  width: 100%;
  display: inline-block;
  margin-top: 5vw;
}
.school .f3 .f3Box .item {
  width: 35vw;
  height: 12vw;
  background-color: #ffffff;
  border-radius: 15px;
  display: inline-block;
  float: left;
  margin-right: 1vw;
  margin-bottom: 1vw;
  overflow: hidden;
}
.school .f3 .f3Box .item .imgBox {
  width: 12vw;
  height: 12vw;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.school .f3 .f3Box .item .imgBox .img {
  width: 100%;
  height: 12vw;
  background-size: cover !important;
  transition: 0.5s all;
  background-position: top !important;
}
.school .f3 .f3Box .item .textBox {
  display: inline-block;
  float: left;
  width: 23vw;
  padding: 1vw;
}
.school .f3 .f3Box .item .textBox .name {
  color: #0061ab;
  font-weight: bold;
  font-size: 1.2vw;
}
.school .f3 .f3Box .item .textBox .name span {
  color: #3b3b3b;
  font-weight: normal;
  font-size: 0.85vw;
}
.school .f3 .f3Box .item .textBox .des {
  color: #575757;
  font-size: 0.75vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1vw;
  height: 8vw;
  overflow-y: auto;
}
.school .f3 .f3Box .item .textBox::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 0.7vw 1vw 0.7vw 0;
  margin-left: -1.9vw;
  margin-top: 0;
  border-right-color: white;
}
.school .f3 .f3Box .item:nth-child(2n) {
  margin-right: 0;
}
.school .f3 .f3Box .item:hover .imgBox .img {
  transform: scale(1.05);
}
.school .f3 .more {
  width: 8vw;
  margin: 3vw auto;
  padding: 0.5vw 1vw;
  background-color: #0073b5;
  border-radius: 2vw;
  font-size: 0.8vw;
  display: flex;
  color: white;
  justify-content: space-between;
}
.school .f3 .more img {
  width: 0.7vw;
  margin-left: 1vw;
}
.school .f4 {
  width: 100%;
  height: auto;
  background: url('../images/img55.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 0 10vw 0;
}
.school .f4 .tit {
  text-align: center;
  color: white;
  font-size: 2vw;
  font-weight: bold;
}
.school .f4 .f3Box {
  margin-top: 4vw;
}
.school .f4 .f3Box .f3SwiperTop {
  overflow: hidden;
}
.school .f4 .f3Box .f3SwiperTop .swiper-slide {
  width: 73vw !important;
  height: 41vw !important;
  margin: 0 -3vw;
  transform: scale(0.7);
  transition: 0.3s all ease-in-out;
}
.school .f4 .f3Box .f3SwiperTop .swiper-slide .imgBox {
  border-radius: 15px;
  overflow: hidden;
  background: rgba(0, 115, 181, 0.41) !important;
}
.school .f4 .f3Box .f3SwiperTop .swiper-slide .imgBox .img {
  width: 73vw !important;
  height: 41vw !important;
  background-size: cover !important;
  margin: 0 auto;
  border-radius: 15px;
}
.school .f4 .f3Box .f3SwiperTop .swiper-slide .imgBox p {
  color: white;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: left;
  position: relative;
  top: -16vw;
  padding: 2vw;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.school .f4 .f3Box .f3SwiperTop .swiper-slide-active {
  transform: scale(1);
}
.school .f4 .f3Box .f3SwiperTop .swiper-slide-active .imgBox p {
  opacity: 1;
}
.school .f4 .f3Box .f3SwiperTop .swiper-slide-active::before {
  content: '';
  position: absolute;
  width: 73vw !important;
  height: 41vw !important;
  background: url('../images/img59.png') center no-repeat;
  background-size: cover !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-top: 0.05vw;
}
.school .f4 .f3Box .f3Swiper {
  width: 70vw;
  height: 12vw;
  margin-top: -12vw;
  position: relative;
}
.school .f4 .f3Box .f3Swiper .swiper-slide {
  cursor: pointer;
}
.school .f4 .f3Box .f3Swiper .swiper-slide .imgBox {
  width: 13vw;
  height: auto;
  border: 2px solid transparent;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 1vw;
}
.school .f4 .f3Box .f3Swiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 7vw;
  border-radius: 15px;
  background-size: cover !important;
}
.school .f4 .f3Box .f3Swiper .swiper-slide-thumb-active .imgBox {
  border: 2px solid white;
}
.school .f4 .f3Box .f3Swiper .swiper-pagination-progressbar {
  width: 96vw;
  height: 2px;
  left: 2vw;
  top: 10vw;
}
.school .f4 .f3Box .f3Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: white !important;
  height: 6px;
  top: -0.1vw;
}
.school .f5 {
  width: 100%;
  height: auto;
  background: url('../images/img60.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
}
.school .f5 .tit {
  text-align: center;
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.school .f5 .f5Box {
  width: 100%;
  display: flex;
  margin-top: 4vw;
}
.school .f5 .f5Box2{
  display: inline-block !important;
}
.school .f5 .f5Box2 .item:nth-child(3n) {
  margin-right: 0;
}
.school .f5 .f5Box .item {
  width: 23vw;
  height: 24vw;
  display: inline-block !important;
  float: left;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  margin-right: 1vw;
  margin-bottom: 1vw;
}
.school .f5 .f5Box .item .imgBox {
  width: 100%;
  height: 13vw;
  overflow: hidden;
}
.school .f5 .f5Box .item .imgBox .img {
  width: 100%;
  height: 13vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.school .f5 .f5Box .item .text {
  width: 100%;
  height: 11vw;
  background: white;
  padding: 2vw 1vw;
}
.school .f5 .f5Box .item .text .name {
  color: #323232;
  font-weight: bold;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 1.2vw;
}
.school .f5 .f5Box .item .text .name::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #0073b5;
  border-radius: 50%;
  margin-left: -1vw;
  margin-top: 0.5vw;
}
.school .f5 .f5Box .item .text .des {
  color: #757474;
  font-size: 0.85vw;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1vw 0;
}
.school .f5 .f5Box .item .text .timeMore {
  display: flex;
  justify-content: space-between;
}
.school .f5 .f5Box .item .text .timeMore .time {
  color: #adadad;
  font-size: 0.8vw;
}
.school .f5 .f5Box .item .text .timeMore .more {
  display: flex;
  color: #323232;
  font-size: 0.8vw;
}
.school .f5 .f5Box .item .text .timeMore .more img {
  width: 1vw;
  height: 1vw;
  margin-left: 0.5vw;
}
.school .f5 .f5Box .item:hover .imgBox .img {
  transform: scale(1.1);
}
.school .f5 .f5Box .item:hover .text .name {
  color: #0061ab;
}
.school .f5 .mores {
  width: 8vw;
  margin: 3vw auto;
  padding: 0.5vw 1vw;
  background-color: #0073b5;
  border-radius: 2vw;
  font-size: 0.8vw;
  display: flex;
  color: white;
  justify-content: space-between;
}
.school .f5 .mores img {
  width: 0.7vw;
  margin-left: 1vw;
}
.life .f1 {
  width: 100%;
  height: auto;
  background: url('../images/img61.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
  display: flex;
}
.life .f1 .left {
  width: 33vw;
}
.life .f1 .left .tit {
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.life .f1 .left .des {
  color: #474747;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
  margin: 1vw 0 2vw 0;
}
.life .f1 .left .itemBox .item {
  margin-bottom: 1vw;
  cursor: pointer;
}
.life .f1 .left .itemBox .item .itemH {
  display: flex;
}
.life .f1 .left .itemBox .item .itemH .iconImg {
  width: 2.5vw;
  position: relative;
  top: 0.2vw;
}
.life .f1 .left .itemBox .item .itemH .name {
  color: #0061ab;
  font-size: 1.2vw;
  font-weight: bold;
  margin: 0 1vw;
}
.life .f1 .left .itemBox .item .itemH .iconImg2 {
  width: 0.7vw;
  position: relative;
  top: 0.35vw;
}
.life .f1 .left .itemBox .item .dess {
  color: #6c6c6c;
  font-size: 0.85vw;
  padding-left: 3.5vw;
  line-height: 1.7;
  text-align: justify;
  opacity: 0;
  height: 0;
}
.life .f1 .left .itemBox .active .iconImg2 {
  opacity: 0;
}
.life .f1 .left .itemBox .active .dess {
  opacity: 1;
  height: auto;
}
.life .f1 .right {
  width: 36vw;
  margin-left: 3vw;
}
.life .f1 .right .imgBox {
  width: 36vw;
  height: 42vw;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 4vw;
}
.life .f1 .right .imgBox .img {
  width: 36vw;
  height: 42vw;
  background-size: cover !important;
  border-radius: 15px;
  transition: 0.5s all ease-in-out;
}
.life .f1 .right:hover .imgBox .img {
  transform: scale(1.05);
}
.life .f2 {
  width: 100%;
  height: auto;
  background: url('../images/img63.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 0;
}
.life .f2 .tit {
  text-align: center;
  color: #0073b5;
  font-size: 2vw;
  font-weight: bold;
}
.life .f2 .f2Swiper {
  width: 100%;
  height: 38vw;
  position: relative;
  margin-top: 3vw;
}
.life .f2 .f2Swiper .swiper-slide {
  width: 58vw !important;
  height: 32vw !important;
  cursor: pointer;
}
.life .f2 .f2Swiper .swiper-slide .imgBox {
  width: 58vw;
  height: auto;
  border: 2px solid transparent;
  border-radius: 15px;
  overflow: hidden;
  margin-top: 1vw;
}
.life .f2 .f2Swiper .swiper-slide .imgBox .img {
  width: 100%;
  height: 32vw;
  border-radius: 15px;
  background-size: cover !important;
}
.life .f2 .f2Swiper .swiper-slide .imgBox p {
  position: relative;
  top: -5vw;
  color: white;
  padding: 2vw;
  font-size: 1vw;
}
.life .f2 .f2Swiper .swiper-slide .imgBox::before {
  content: '';
  position: absolute;
  width: 57.8vw;
  height: 32vw;
  background: url('../images/img59.png') center no-repeat;
  background-size: cover !important;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  opacity: 0.7;
}
.life .f2 .f2Swiper .swiper-slide:first-child {
  margin-left: 14vw;
}
.life .f2 .f2Swiper .swiper-slide:last-child {
  margin-right: 14vw;
}
.life .f2 .f2Swiper .swiper-slide-thumb-active .imgBox {
  border: 2px solid white;
}
.life .f2 .f2Swiper .swiper-pagination-progressbar {
  width: 74vw;
  height: 2px;
  left: 14vw;
  top: 37vw;
}
.life .f2 .f2Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: white !important;
  height: 6px;
  top: -0.1vw;
}
.life .f3 {
  width: 100%;
  height: auto;
  background: url('../images/img66.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 14vw;
}
.life .f3 .tit {
  text-align: center;
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.life .f3 .f3Box {
  width: 100%;
  display: inline-block;
  margin-top: 5vw;
}
.life .f3 .f3Box .item {
  width: 23vw;
  height: 24vw;
  background: white;
  box-shadow: 0vw 1vw 2vw 0vw rgba(219, 219, 219, 0.41);
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  margin-right: 1vw;
  margin-bottom: 1vw;
  display: inline-block;
  float: left;
}
.life .f3 .f3Box .item .imgBox {
  width: 100%;
  height: 13vw;
  overflow: hidden;
}
.life .f3 .f3Box .item .imgBox .img {
  width: 100%;
  height: 13vw;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.life .f3 .f3Box .item .text {
  width: 100%;
  background: white;
  padding: 2vw 1vw;
}
.life .f3 .f3Box .item .text .name {
  color: #323232;
  font-weight: bold;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 1.2vw;
}
.life .f3 .f3Box .item .text .name::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #0073b5;
  border-radius: 50%;
  margin-left: -1vw;
  margin-top: 0.5vw;
}
.life .f3 .f3Box .item .text .des {
  color: #757474;
  font-size: 0.85vw;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1vw 0;
}
.life .f3 .f3Box .item .text .timeMore {
  display: flex;
  justify-content: space-between;
}
.life .f3 .f3Box .item .text .timeMore .time {
  color: #adadad;
  font-size: 0.8vw;
}
.life .f3 .f3Box .item .text .timeMore .more {
  display: flex;
  color: #323232;
  font-size: 0.8vw;
}
.life .f3 .f3Box .item .text .timeMore .more img {
  width: 1vw;
  height: 1vw;
  margin-left: 0.5vw;
}
.life .f3 .f3Box .item:nth-child(1) {
  width: 47vw;
  height: 28vw;
}
.life .f3 .f3Box .item:nth-child(1) .imgBox {
  height: 28vw;
}
.life .f3 .f3Box .item:nth-child(1) .imgBox .img {
  height: 28vw;
}
.life .f3 .f3Box .item:nth-child(1) .text {
  position: relative;
  margin-top: -6vw;
  background: transparent;
}
.life .f3 .f3Box .item:nth-child(1) .text .name {
  color: white;
}
.life .f3 .f3Box .item:nth-child(1) .text .name::before {
  background-color: white;
}
.life .f3 .f3Box .item:nth-child(1) .text .des {
  display: none;
}
.life .f3 .f3Box .item:nth-child(1) .text .timeMore {
  margin-top: 0.5vw;
}
.life .f3 .f3Box .item:nth-child(1) .text .timeMore .time {
  color: white;
}
.life .f3 .f3Box .item:nth-child(1) .text .timeMore .more {
  display: none;
}
.life .f3 .f3Box .item:nth-child(2) {
  height: 28vw;
  margin-right: 0;
}
.life .f3 .f3Box .item:nth-child(2) .text .timeMore {
  margin-top: 5vw;
}
.life .f3 .f3Box .item:nth-child(5) {
  margin-right: 0;
}
.life .f3 .f3Box .item:hover .imgBox .img {
  transform: scale(1.1);
}
.life .f3 .mores {
  width: 8vw;
  margin: 3vw auto;
  padding: 0.5vw 1vw;
  background-color: #0073b5;
  border-radius: 2vw;
  font-size: 0.8vw;
  display: flex;
  color: white;
  justify-content: space-between;
}
.life .f3 .mores img {
  width: 0.7vw;
  margin-left: 1vw;
}
.contact .bgImg {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.contact .bgImg img {
  width: 100%;
  height: 160vh;
}
.contact .f1 {
  width: 100%;
  padding: 6vw 14vw;
  position: relative;
}
.contact .f1 .tit {
  text-align: center;
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.contact .f1 .f1Box .f1swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 5vw;
}
.contact .f1 .f1Box .f1swiper .swiper-slide {
  width: 23vw !important;
  height: 13vw !important;
  margin-right: 1vw;
  border-radius: 20px;
}
.contact .f1 .f1Box .f1swiper .swiper-slide .text {
  width: 100%;
  height: 13vw;
  overflow: hidden;
  border-radius: 20px;
  background: white;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  box-shadow: 0vw 0vw 1vw 0vw rgba(32, 34, 34, 0.09);
  padding: 2vw 1vw;
}
.contact .f1 .f1Box .f1swiper .swiper-slide .text .name {
  color: #323232;
  font-weight: bold;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.contact .f1 .f1Box .f1swiper .swiper-slide .text .des {
  color: #757474;
  font-size: 0.85vw;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1vw 0;
}
.contact .f1 .f1Box .f1swiper .swiper-slide .text .timeMore {
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
}
.contact .f1 .f1Box .f1swiper .swiper-slide .text .timeMore .time {
  color: #adadad;
  font-size: 0.8vw;
}
.contact .f1 .f1Box .f1swiper .swiper-slide .text .timeMore .more {
  display: flex;
  color: #323232;
  font-size: 0.8vw;
}
.contact .f1 .f1Box .f1swiper .swiper-slide .text .timeMore .more img {
  width: 1vw;
  height: 1vw;
  margin-left: 0.5vw;
}
.contact .f1 .f1Box .f1swiper .swiper-slide:hover .text {
  background-color: #0073b5;
}
.contact .f1 .f1Box .f1swiper .swiper-slide:hover .text .name,
.contact .f1 .f1Box .f1swiper .swiper-slide:hover .text .des,
.contact .f1 .f1Box .f1swiper .swiper-slide:hover .text .timeMore .time,
.contact .f1 .f1Box .f1swiper .swiper-slide:hover .text .timeMore .more {
  color: white;
}
.contact .f1 .f1Box .swiper-button-next,
.contact .f1 .f1Box .swiper-rtl .swiper-button-prev {
  right: -5vw;
  width: 3vw;
  height: 3vw;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
  top: inherit;
  margin-top: -8vw;
  box-shadow: 0vw 0vw 2vw 0vw rgba(32, 32, 32, 0.24);
}
.contact .f1 .f1Box .swiper-button-next i,
.contact .f1 .f1Box .swiper-rtl .swiper-button-prev i {
  font-size: 1.2vw;
  color: black;
  transition: 0.3s all ease-in-out;
}
.contact .f1 .f1Box .swiper-button-next:hover {
  background: white;
}
.contact .f1 .f1Box .swiper-button-next:hover i {
  color: black;
}
.contact .f1 .f1Box .swiper-button-prev,
.contact .f1 .f1Box .swiper-rtl .swiper-button-next {
  left: -5vw;
  width: 3vw;
  height: 3vw;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
  top: inherit;
  margin-top: -8vw;
  box-shadow: 0vw 0vw 2vw 0vw rgba(32, 32, 32, 0.24);
}
.contact .f1 .f1Box .swiper-button-prev i,
.contact .f1 .f1Box .swiper-rtl .swiper-button-next i {
  font-size: 1.2vw;
  color: black;
  transition: 0.3s all ease-in-out;
}
.contact .f1 .f1Box .swiper-button-prev:hover {
  background: white;
}
.contact .f1 .f1Box .swiper-button-prev:hover i {
  color: black;
}
.contact .f1 .f1Box .swiper-button-prev:after,
.contact .f1 .f1Box .swiper-rtl .swiper-button-next:after,
.contact .f1 .f1Box .swiper-button-next:after,
.contact .f1 .f1Box .swiper-rtl .swiper-button-prev:after {
  content: inherit;
}
.contact .f1 .f1Item {
  margin-top: 3vw;
}
.contact .f1 .f1Item .item {
  display: block;
  margin-bottom: 1vw;
}
.contact .f1 .f1Item .item .text {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  box-shadow: 0vw 0vw 1vw 0vw rgba(32, 34, 34, 0.09);
  background: white;
  padding: 2vw;
}
.contact .f1 .f1Item .item .text .name {
  color: #323232;
  font-weight: bold;
  font-size: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.contact .f1 .f1Item .item .text .des {
  color: #757474;
  font-size: 0.85vw;
  line-height: 1.7;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1vw 0;
}
.contact .f1 .f1Item .item .text .timeMore {
  display: flex;
  justify-content: space-between;
}
.contact .f1 .f1Item .item .text .timeMore .time {
  color: #adadad;
  font-size: 0.8vw;
}
.contact .f1 .f1Item .item .text .timeMore .more {
  display: flex;
  color: #323232;
  font-size: 0.8vw;
}
.contact .f1 .f1Item .item .text .timeMore .more img {
  width: 1vw;
  height: 1vw;
  margin-left: 0.5vw;
}
.contact .f1 .f1Item .item:hover .text {
  background-color: #0073b5;
}
.contact .f1 .f1Item .item:hover .text .name,
.contact .f1 .f1Item .item:hover .text .des,
.contact .f1 .f1Item .item:hover .text .timeMore .time,
.contact .f1 .f1Item .item:hover .text .timeMore .more {
  color: white;
}
.contact .f2 {
  width: 100%;
  padding: 0 14vw 6vw 14vw;
  position: relative;
}
.contact .f2 .tit {
  text-align: center;
  color: #181a1a;
  font-size: 2vw;
  font-weight: bold;
}
.contact .f2 .info {
  text-align: center;
  color: #181a1a;
  font-weight: bold;
  font-size: 1vw;
  margin: 2vw 0 1vw 0;
}
.contact .f2 .des {
  text-align: center;
  color: #606060;
  line-height: 2;
  font-size: 0.8vw;
}
.contact .f2 .f2Box {
  width: 100%;
  background: white;
  border-radius: 15px;
  padding: 3vw 6vw;
  margin-top: 3vw;
}
.contact .f2 .f2Box .lida_nav {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.contact .f2 .f2Box .lida_nav .item {
  display: inline-block;
  border: 1px solid #0061ab;
  color: #0061ab;
  border-radius: 30px;
  font-size: 0.9vw;
  padding: 0.5vw 1.5vw;
  margin: 0 0.5vw;
  cursor: pointer;
  text-align: center;
}
.contact .f2 .f2Box .lida_nav .active {
  background: #0061ab;
  color: white;
}
.contact .f2 .f2Box .lida_nav .item:hover {
  background: #0061ab;
  color: white;
}
.contact .f2 .f2Box .formItem {
  display: none;
}
.contact .f2 .f2Box .formItem #form {
  margin-top: 3vw;
}
.contact .f2 .f2Box .formItem #form .formH {
  width: 100%;
  display: flex;
}
.contact .f2 .f2Box .formItem #form .formH .text {
  width: 40vw;
}
.contact .f2 .f2Box .formItem #form .formH .text .name {
  color: #2f2f2f;
  font-size: 0.9vw;
  font-weight: bold;
}
.contact .f2 .f2Box .formItem #form .formH .text .des {
  color: #4e4e4e;
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
  margin-top: 1vw;
}
.contact .f2 .f2Box .formItem #form .formH .radioBox {
  margin-left: 3vw;
}
.contact .f2 .f2Box .formItem #form .formH .radioBox .name {
  color: #2f2f2f;
  font-size: 0.9vw;
  font-weight: bold;
}
.toggleWrapper {
  position: relative;
  overflow: hidden;
  margin-top: 1vw;
}
.toggleWrapper input {
  position: absolute;
  left: -99em;
  -webkit-appearance: none;
}
.toggleWrapper .toggle {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 120px;
  height: 40px;
  background: #00944b;
  border-radius: 5px;
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggleWrapper input:checked + .toggle .toggle__handler {
  width: 54px;
  transform: translateX(60px);
  border-color: #fff;
}
.toggleWrapper input:checked + .toggle {
  background: #0061ae;
}
.toggleWrapper input:checked + .toggle:before {
  color: #fff;
}
.toggleWrapper input:checked + .toggle:after {
  color: #0061ae;
}
.toggle__handler {
  display: inline-block;
  position: relative;
  z-index: 1;
  background: #fff;
  width: 50px;
  height: 34px;
  border-radius: 3px;
  top: 3px;
  left: 3px;
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translateX(0px);
}
.toggleWrapper .toggle:before {
  content: attr(data-before);
  left: 20px;
  color: #00944b;
}
.toggleWrapper .toggle:before,.toggleWrapper .toggle:after {
  position: absolute;
  line-height: 40px;
  font-size: 14px;
  z-index: 2;
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.toggleWrapper .toggle:after {
  content: attr(data-after);
  right: 20px;
  color: #fff;
}

.contact .f2 .f2Box .formItem #form .formBox {
  width: 100%;
  display: inline-block;
}
.contact .f2 .f2Box .formItem #form .formBox .inputBox {
  width: 16vw;
  display: inline-block;
  margin-right: 5.3vw;
  border-bottom: 1px solid #2e2e2e;
  margin-top: 2vw;
}
.contact .f2 .f2Box .formItem #form .formBox .inputBox .name {
  color: #4e4e4e;
  font-size: 0.9vw;
}
.contact .f2 .f2Box .formItem #form .formBox .inputBox input {
  font-size: 0.85vw;
  padding: 0.3vw 0;
  margin: 0.5vw 0;
  background: transparent;
  border: transparent;
  outline: none;
}
.contact .f2 .f2Box .formItem #form .formBox .inputBox ::-webkit-input-placeholder {
  color: gainsboro;
}
.contact .f2 .f2Box .formItem #form .formBox .inputBox .c-list {
  width: 100%;
  font-size: 0.85vw;
  padding: 0.3vw 0;
  margin: 0.5vw 0;
}
.contact .f2 .f2Box .formItem #form .formBox .inputBox .c-list select {
  width: 100%;
  border: transparent;
  outline: none;
  font-size: 0.85vw;
}
.contact .f2 .f2Box .formItem #form .formBox .inputBox .c-list::after {
  content: '';
  width: 1.2vw;
  height: 1.2vw;
  position: absolute;
  margin-left: -1.5vw;
  background: url(../images/green_icon.png) no-repeat;
  background-size: cover;
  transform: rotate(90deg);
  z-index: 5;
}
.contact .f2 .f2Box .formItem #form .formBox .inputBox .c-list:before {
  width: 1vw;
  height: 1.5vw;
  position: absolute;
  margin-left: 15vw;
  content: '';
  background: white;
  z-index: 2;
}
.contact .f2 .f2Box .formItem #form .formBox .inputBox:nth-child(3n) {
  margin-right: 0;
}
.contact .f2 .f2Box .formItem #form .formBox .upBtn {
  position: absolute;
  right: 6vw;
  margin-top: -5vw;
  background: #00944b;
  color: white;
  font-size: 0.85vw;
  border-radius: 20px;
  padding: 0.5vw 1vw;
  display: inline-block;
  cursor: pointer;
}
.contact .f2 .f2Box .formItem #form .formBox .upBtn input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.contact .f2 .f2Box .formItem #form .formBox .textareaBox {
  width: 100%;
  margin-top: 2vw;
  border-bottom: 1px solid #2e2e2e;
}
.contact .f2 .f2Box .formItem #form .formBox .textareaBox .name {
  color: #4e4e4e;
  font-size: 0.9vw;
}
.contact .f2 .f2Box .formItem #form .formBox .textareaBox textarea {
  width: 100%;
  font-size: 0.85vw;
  padding: 0.3vw 0;
  margin: 0.5vw 0;
  background: transparent;
  border: transparent;
  outline: none;
}
.contact .f2 .f2Box .formItem #form .formBox .textareaBox ::-webkit-input-placeholder {
  color: gainsboro;
}
.contact .f2 .f2Box .formItem #form .formBox .infos {
  color: #4e4e4e;
  opacity: 0.56;
  font-size: 0.8vw;
  margin-top: 0.5vw;
}
.contact .f2 .f2Box .formItem #form .formBox .mores {
  width: 6vw;
  margin: 3vw auto 0 auto;
  padding: 0.5vw 1vw;
  background-color: #0073b5;
  border-radius: 2vw;
  font-size: 0.8vw;
  text-align: center;
  display: flex;
  color: white;
  justify-content: space-between;
  cursor: pointer;
}
.contact .f2 .f2Box .formItem #form .formBox .mores img {
  width: 0.6vw;
  margin-left: 1vw;
}
.contact .f2 .f2Box .progressBox {
  display: none;
  margin-top: 3vw;
}
.contact .f2 .f2Box .progressBox .t {
  color: #181a1a;
  font-size: 1.2vw;
  font-weight: bold;
  text-align: center;
}
.contact .f2 .f2Box .progressBox .input {
  width: 50%;
  margin: 2vw auto;
}
.contact .f2 .f2Box .progressBox .input input {
  width: 100%;
  padding: 1vw 0;
  font-size: 0.9vw;
  text-align: center;
  border: 1px solid gainsboro;
  background: transparent;
  outline: none;
}
.contact .f2 .f2Box .progressBox .mores {
  width: 6vw;
  margin: 0 auto;
  padding: 0.5vw 1vw;
  background-color: #0073b5;
  border-radius: 2vw;
  font-size: 0.8vw;
  text-align: center;
  display: flex;
  color: white;
  justify-content: space-between;
  cursor: pointer;
}
.contact .f2 .f2Box .progressBox .mores img {
  width: 0.6vw;
  margin-left: 1vw;
}
.contact .f2 .f2Box .active {
  display: block;
}
.re-li-second {
  width: 100%;
  border: 1px solid rgba(0,0,0,.1);
  border-right: none;
  margin-top: 3vw;
}
.re-li-second.actives {
  display: none;
}
.re-li-second .re-li-top {
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: rgba(0,0,0,.05);
}
.re-li-second .r-l-li, .re-li-second .re-li-top {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
}
.re-li-second .re-li-top .rl {
  font-size: 14px;
  font-weight: bold;
}
.re-li-second .re-li-top .rl, .re-li-second .li-xh {
  width: calc(100% / 3);
  text-align: center;
  padding: 10px 0px;
  border-right: 1px solid rgba(0,0,0,.1);
}
.newsDetail .f1 {
  width: 100%;
  padding: 5vw 12vw;
  display: flex;
}
.newsDetail .f1 .left {
  width: 45vw;
}
.newsDetail .f1 .left .tit {
  font-weight: bold;
  font-size: 1.5vw;
  line-height: 1.7;
}
.newsDetail .f1 .left .infoBox {
  display: flex;
  color: #b8b8b8;
  font-size: 0.85vw;
  margin: 2vw auto;
}
.newsDetail .f1 .left .infoBox .info {
  margin-left: 3vw;
}
.newsDetail .f1 .left .des {
  color: #6c6c6c;
  font-size: 0.85vw;
  line-height: 2;
  text-align: justify;
}
.newsDetail .f1 .left .pageG {
  border-top: 1px solid #cecece;
  margin: 2vw 0;
  padding: 1vw 0;
}
.newsDetail .f1 .left .pageG a {
  font-size: 0.85vw;
  color: #787878;
  margin-bottom: 1vw;
  display: block;
}
.newsDetail .f1 .left .pageG a span {
  color: #404040;
}
.newsDetail .f1 .right {
  width: 26vw;
  margin-left: 4vw;
}
.newsDetail .f1 .right .item {
  width: 100%;
  padding: 1vw 0 2vw 0;
  display: block;
  border-bottom: 1px solid #b8b8b8;
}
.newsDetail .f1 .right .item .time {
  color: #b8b8b8;
  font-size: 0.85vw;
  margin-bottom: 0.5vw;
  transition: 0.5s all ease-in-out;
}
.newsDetail .f1 .right .item .time i{
  margin-right: .5vw;
}
.newsDetail .f1 .right .item .tit {
  font-size: 0.9vw;
  line-height: 1.7;
  color: #232323;
  transition: 0.5s all ease-in-out;
}
.newsDetail .f1 .right .item:last-child {
  border: transparent;
}
.newsDetail .f1 .right .item:hover .time {
  transform: translateY(1vw);
}
.newsDetail .f1 .right .item:hover .tit {
  transform: translateY(1vw);
}
._toast {
  position: fixed
}

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

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

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

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

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

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

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

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

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

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

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

._toast.error span,
._toast.success span,
._toast.warning span {
  padding-left: 30px
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media (max-width: 900px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  header {
    display: none;
  }
  .index .f2 {
    padding: 10vw 5vw 0 5vw;
  }
  .index .f2 .f2Box {
    width: 90vw;
    height: 10vw;
    top: inherit;
    margin-top: -20vw;
  }
  .index .f2 .f2Box .f2BoxTit {
    font-size: 14px;
  }
  .index .f2 .f2Box .f2NewBox .f2NewSwiper {
    height: 8vw;
  }
  .index .f2 .f2Box .f2NewBox .f2NewSwiper .swiper-slide a {
    font-size: 14px;
  }
  .index .f2 .f2Box .f2NewBox .f2NewSwiper .swiper-slide a .time {
    display: none;
  }
  .index .f2 .f2Box .f2NewBox .f2NewSwiper .swiper-slide a .name {
    line-height: 1.7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-left: 1vw;
  }
  .index .f2 .f2Box .f2NewBox .swiper-button-prev,
  .index .f2 .f2Box .f2NewBox .swiper-rtl .swiper-button-next {
    display: none;
  }
  .index .f2 .f2Box .f2NewBox .swiper-button-next,
  .index .f2 .f2Box .f2NewBox .swiper-rtl .swiper-button-prev {
    display: none;
  }
  .index .f2 .f2Item {
    margin-top: 10vw;
    display: block;
  }
  .index .f2 .f2Item .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10vw;
  }
  .index .f2 .f2Item .item .titBox .tit {
    font-size: 20px;
  }
  .index .f2 .f2Item .item .titBox .more {
    font-size: 14px;
    padding: 0.5vw 2vw;
    border-radius: 5vw;
    line-height: 1.8;
  }
  .index .f2 .f2Item .item .titBox .more img {
    width: 10px;
    height: 12px;
    margin-top: 1.5vw;
  }
  .index .f2 .f2Item .item .img {
    height: 50vw;
    margin-top: 5vw;
  }
  .index .f2 .f2Item .item .textBox {
    padding: 3vw 5vw;
  }
  .index .f2 .f2Item .item .textBox .text .name {
    font-size: 16px;
    padding-left: 0;
  }
  .index .f2 .f2Item .item .textBox .text .des {
    font-size: 14px;
  }
  .index .f2 .f2Item .item .textBox .text .name::before {
    content: inherit;
  }
  .index .f2 .f2Item .item .textBox .text .timeMore .time {
    font-size: 12px;
  }
  .index .f2 .f2Item .item .textBox .text .timeMore .more {
    font-size: 12px;
  }
  .index .f2 .f2Item .item .textBox .text .timeMore .more img {
    width: 4vw;
    height: 4vw;
    margin: 0.5vw 1vw;
  }
  .index .f2 .f2Item .item .textBox .text {
    padding: 3vw 0;
  }
  .index .f2 .f2Item .item .textBox .textBottom {
    padding: 3vw 0;
  }
  .index .f2 .f2Item .item .textBox .textBottom .name {
    font-size: 16px;
    padding-left: 0;
  }
  .index .f2 .f2Item .item .textBox .textBottom .name::before {
    content: inherit;
  }
  .index .f2 .f2Item .item .textBox .textBottom .time {
    font-size: 12px;
  }
  .index .f3 {
    padding: 10vw 5vw;
  }
  .index .f3 .titBox .tit {
    font-size: 22px;
  }
  .index .f3 .titBox .des {
    font-size: 16px;
    margin-top: 1vw;
  }
  .index .f3 .f3Swiper {
    margin-top: 5vw;
    height: 70vw;
  }
  .index .f3 .f3Swiper .swiper-pagination{
    bottom: 0;
  }
  .index .f3 .f3Swiper .swiper-slide .imgBox .img{
    width: 100%;
    height: 63vw;
    background-size: cover !important;
    background-blend-mode: multiply;
  }
  .index .f3 .f3Swiper .swiper-slide .imgBox .img .left_top{
    color: white;
    padding-top: 37vw;
  }
  .index .f3 .f3Swiper .swiper-slide .imgBox .img .left_top .icon{
    width: 12vw;
    padding-left: 3vw;
  }
  .index .f3 .f3Swiper .swiper-slide .imgBox .img .left_top .tit{
    font-size: 18px;
    padding-left: 5vw;
  }
  .index .f3 .f3Swiper .swiper-slide .imgBox .img .left_top .des{
    font-size: 16px;
    padding-left: 5vw;
  }
  .index .f4 {
    padding: 10vw 5vw;
  }
  .index .f4 .titBox .tit {
    font-size: 22px;
  }
  .index .f4 .titBox .des {
    font-size: 16px;
    margin-top: 1vw;
  }
  .index .f4 .f4Box {
    display: block;
    margin-top: 5vw;
  }
  .index .f4 .f4Box .item {
    width: 100%;
    height: auto;
    padding: 5vw;
    margin-bottom: 5vw;
  }
  .index .f4 .f4Box .item .icon {
    width: 15vw;
  }
  .index .f4 .f4Box .item .name {
    font-size: 16px;
  }
  .index .f4 .f4Box .item .des {
    font-size: 14px;
  }
  .index .f4 .f4Box .item .more {
    width: 30vw;
    padding: 1vw 2vw;
  }
  .index .f4 .f4Box .item .more img {
    width: 10px;
    height: 12px;
    margin-top: 1vw;
  }
  footer {
    padding: 0 5vw;
  }
  footer .footerBox {
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 5vw;
  }
  footer .footerNav {
    display: none;
  }
  footer .footerBox .textBox{
    padding-top: 5vw;
  }
  footer .footerBox .textBox .t {
    font-size: 16px;
    text-align: center;
  }
  footer .footerBox .textBox .n {
    font-size: 18px;
    text-align: center;
  }
  footer .footerBox .textBox .d {
    font-size: 14px;
  }
  footer .footerBox .phoneBox {
    width: 100%;
    margin-left: 0;
    margin: 5vw auto;
    display: inline-block;
    text-align: center;
  }
  footer .footerBox .phoneBox .item {
    display: inline-block;
    float: left;
  }
  footer .footerBox .phoneBox .item:nth-child(1){
    margin-right: 11vw;
    margin-left: 5vw;
  }
  footer .footerBox .phoneBox .item:nth-child(2){
    margin-right: 7vw;
  }
  footer .footerBox .phoneBox .item:last-child{
    margin-right: 0;
  }
  footer .footerBox .phoneBox .item .iconBox {
    width: 12vw;
    height: 12vw;
    font-size: 5.5vw;
    line-height: 12vw;
  }
  footer .footerBox .phoneBox .item .phoneModal{
    width: 100%;
    margin-left: 0;
    left: 0;
    position: fixed;
    bottom: 0;
    pointer-events: all;
    font-size: 16px;
    line-height: 2;
    margin-top: 0;
    border-radius: 0;
    padding: 5vw 0;
  }
  footer .footerBox .phoneBox .item .tit {
    font-size: 12px;
    margin-top: 1vw;
  }
  footer .footerBox .qrcodeBox::before {
    content: inherit;
  }
  footer .footerBox .qrcodeBox {
    font-size: 14px;
  }
  footer .footerBox .qrcodeBox img {
    width: 25vw;
  }
  footer .footerHeader {
    display: block;
    margin: 5vw auto;
  }
  footer .footerHeader .logo {
    width: 25vw;
    margin: 0 auto;
  }
  footer .footerHeader .address {
    border: transparent;
    margin-left: 0;
    padding-left: 0;
    padding-top: 3vw;
  }
  footer .footerHeader .address img {
    width: 8vw;
    height: 8vw;
  }
  footer .footerHeader .address .text {
    margin: 0;
    padding: 0 2vw;
  }
  footer .footerHeader .address .text .t {
    font-size: 14px;
  }
  footer .footerHeader .address .text .d {
    font-size: 14px;
  }
  footer .footerInfo {
    display: block;
    font-size: 14px;
  }
  footer .footerHeader .backTops {
    display: none;
  }
  .banner {
    height: 50vw;
    margin-top: 50px;
  }
  .about .f1 {
    padding: 10vw 5vw;
  }
  .about .f1 .text .tit {
    font-size: 22px;
  }
  .about .f1 .text .des {
    font-size: 16px;
  }
  .about .f1 .nums {
    width: 100%;
    padding: 0;
    display: inline-block;
  }
  .about .f1 .nums .item {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 5vw 0;
    text-align: center;
  }
  .about .f1 .nums .item .t {
    font-size: 16px;
  }
  .about .f1 .nums .item .n {
    font-size: 32px;
  }
  .about .f1 .nums .item .n span {
    font-size: 14px;
  }
  .about .f1 .nums .item:first-child {
    padding: 5vw 0;
    border-bottom: 1px solid #bebebe;
  }
  .about .f1 .nums .item:last-child {
    padding: 5vw 0;
  }
  .about .f1 .nums .item:nth-child(2) {
    border: transparent;
    border-bottom: 1px solid #bebebe;
  }
  .about .f2 {
    padding: 10vw 5vw;
  }
  .about .f2 .tit {
    font-size: 22px;
  }
  .about .f2 .f2swiper {
    height: 92vw;
  }
  .about .f2 .f2swiper .swiper-slide {
    width: 100% !important;
    height: 85vw !important;
    border-radius: 10px;
  }
  .about .f2 .f2swiper .swiper-slide .imgBox {
    height: 50vw;
  }
  .about .f2 .f2swiper .swiper-slide .imgBox .img {
    height: 50vw;
  }
  .about .f2 .f2swiper .swiper-slide .text {
    padding: 5vw;
  }
  .about .f2 .f2swiper .swiper-slide .text .name {
    font-size: 16px;
    padding-left: 0;
  }
  .about .f2 .f2swiper .swiper-slide .text .name::before {
    content: inherit;
  }
  .about .f2 .f2swiper .swiper-slide .text .des {
    font-size: 14px;
  }
  .about .f2 .f2swiper .swiper-slide .text .timeMore .time {
    font-size: 14px;
  }
  .about .f2 .f2swiper .swiper-slide .text .timeMore .more {
    font-size: 14px;
  }
  .about .f2 .f2swiper .swiper-slide .text .timeMore .more img {
    width: 4vw;
    height: 4vw;
    margin: 0.7vw 1vw;
  }
  .about .f2 .f2swiper .swiper-pagination-progressbar {
    width: 85vw;
    top: 90vw;
  }
  .about .f2 .f2swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    top: -0.5vw;
  }
  .about .f2 .swiper-button-prev,
  .about .f2 .swiper-rtl .swiper-button-next {
    display: none;
  }
  .about .f2 .swiper-button-next,
  .about .f2 .swiper-rtl .swiper-button-prev {
    display: none;
  }
  .about .f3 {
    padding: 10vw 5vw;
  }
  .about .f3 .tit {
    font-size: 22px;
  }
  .about .f3 .f3Box {
    display: block;
    margin-top: 0;
  }
  .about .f3 .f3Box .item {
    width: 100%;
    height: auto;
    margin-top: 5vw;
    padding: 5vw;
    margin-right: 0;
  }
  .about .f3 .f3Box .item .titBox .en {
    font-size: 16px;
  }
  .about .f3 .f3Box .item .titBox .icon {
    width: 15vw;
  }
  .about .f3 .f3Box .item .textBox .t {
    font-size: 16px;
  }
  .about .f3 .f3Box .item .textBox .d {
    font-size: 14px;
  }
  .about .f4 {
    padding: 10vw 5vw;
  }
  .about .f4 .tit {
    font-size: 22px;
  }
  .about .f4 .f4Box .item {
    width: 100%;
    margin-right: 0;
  }
  .about .f4 .f4Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .about .f4 .f4Box .item:last-child {
    margin-right: 0;
  }
  .about .f4 .f4Box .item .textBox {
    height: auto;
  }
  .about .f4 .f4Box .item .textBox .name {
    font-size: 16px;
  }
  .about .f4 .f4Box .item .textBox::before {
    content: inherit;
  }
  .about .f4 .f4Box .item .textBox .name span {
    font-size: 14px;
  }
  .about .f4 .f4Box .item .textBox .tab {
    font-size: 14px;
  }
  .about .f4 .f4Box .item .imgBox {
    width: 45vw;
    margin: 3vw auto;
  }
  .about .f5 {
    padding: 10vw 5vw;
  }
  .about .f5 .tit {
    font-size: 22px;
  }
  .about .f5 .f5Box .item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .about .f5 .f5Box .item .imgBox {
    width: 100%;
    height: auto;
  }
  .about .f5 .f5Box .item .imgBox .img {
    height: 80vw;
  }
  .about .f5 .f5Box .item .textBox {
    width: 100%;
    padding: 5vw;
  }
  .about .f5 .f5Box .item .textBox::before {
    content: inherit;
  }
  .about .f5 .f5Box .item .textBox .name {
    font-size: 16px;
  }
  .about .f5 .f5Box .item .textBox .name span {
    font-size: 14px;
  }
  .about .f5 .f5Box .item .textBox .des {
    font-size: 14px;
    overflow-y: hidden;
    height: auto;
  }
  .about .f5 .more {
    width: 30vw;
    padding: 2vw 2vw;
    font-size: 14px;
  }
  .about .f5 .more img {
    width: 10px;
    height: 12px;
    margin-top: 0.8vw;
  }
  .newsPage .f1 {
    padding: 10vw 5vw;
  }
  .newsPage .f1 .left {
    width: 100%;
  }
  .newsPage .f1 .left .tit {
    font-size: 22px;
    text-align: center;
  }
  .newsPage .f1 .left .leftBox {
    margin-top: 5vw;
  }
  .newsPage .f1 .left .leftBox .item {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 5vw;
  }
  .newsPage .f1 .left .leftBox .item .imgBox {
    height: auto;
  }
  .newsPage .f1 .left .leftBox .item .imgBox .img {
    height: 50vw;
  }
  .newsPage .f1 .left .leftBox .item .text {
    padding: 5vw;
  }
  .newsPage .f1 .left .leftBox .item .text .name {
    font-size: 16px;
    padding-left: 0;
  }
  .newsPage .f1 .left .leftBox .item .text .name::before {
    content: inherit;
  }
  .newsPage .f1 .left .leftBox .item .text .des {
    font-size: 14px;
  }
  .newsPage .f1 .left .leftBox .item .text .timeMore {
    margin-top: 2vw;
  }
  .newsPage .f1 .left .leftBox .item .text .timeMore .time {
    font-size: 14px;
  }
  .newsPage .f1 .left .leftBox .item .text .timeMore .more {
    font-size: 14px;
  }
  .newsPage .f1 .left .leftBox .item .text .timeMore .more img {
    width: 4vw;
    height: 4vw;
    margin: 0.7vw 1vw;
  }
  .newsPage .f1 .right {
    width: 100%;
    margin-left: 0;
    position: relative;
    top: inherit;
    margin-top: 3vw;
  }
  .newsPage .f1 .right .titBox .tit {
    font-size: 22px;
  }
  .newsPage .f1 .right .titBox .more {
    width: 27vw;
    height: 7vw;
    line-height: 7vw;
    padding: 0 3vw;
    border-radius: 1vw;
  }
  .newsPage .f1 .right .titBox .more img {
    width: 10px;
    height: 12px;
    margin: 1.8vw 0;
  }
  .newsPage .f1 .right .rightBox {
    margin-top: 5vw;
    border-radius: 10px;
  }
  .newsPage .f1 .right .rightBox .item {
    padding: 5vw;
  }
  .newsPage .f1 .right .rightBox .item::before {
    content: inherit;
  }
  .newsPage .f1 .right .rightBox .item .time {
    font-size: 14px;
  }
  .newsPage .f1 .right .rightBox .item .name {
    font-size: 16px;
    margin-top: 1vw;
  }
  .school .f1 {
    padding: 10vw 5vw;
  }
  .school .f1 .tit {
    font-size: 22px;
    text-align: center;
  }
  .school .f1 .textBox {
    margin-top: 5vw;
    display: block;
  }
  .school .f1 .textBox .imgBox {
    width: 20vw;
    height: 20vw;
    margin: 0 auto;
  }
  .school .f1 .textBox .text {
    width: 100%;
    margin-left: 0;
  }
  .school .f1 .textBox .text .name {
    font-size: 18px;
    text-align: center;
    margin: 2vw auto;
  }
  .school .f1 .textBox .text .tab {
    font-size: 16px;
    text-align: center;
    margin: 2vw auto;
  }
  .school .f1 .textBox .text .des {
    font-size: 14px;
  }
  .school .f1 .desBox {
    width: 100%;
    height: auto;
    margin-top: 3vw;
    padding: 5vw;
  }
  .school .f1 .desBox .d {
    font-size: 14px;
  }
  .school .f1 .desBox .infoImg2 {
    width: 20vw;
    right: 3vw;
    margin-top: -4vw;
    z-index: -1;
  }
  .life .f1 .left .itemBox .item .itemH{
    justify-content: center;
  }
  .school .f2 {
    padding: 10vw 5vw;
  }
  .school .f2 .tit {
    font-size: 22px;
  }
  .school .f2 .des {
    font-size: 14px;
    text-align: justify;
  }
  .school .f2 .tabBox .item {
    padding: 1vw 5vw;
    margin-bottom: 3vw;
  }
  .school .f2 .f2swiper {
    height: 70vw;
  }
  .school .f2 .f2swiper .swiper-slide {
    width: 100% !important;
    height: 70vw !important;
    border-radius: 10px;
  }
  .school .f2 .f2swiper .swiper-slide .imgBox {
    height: auto;
  }
  .school .f2 .f2swiper .swiper-slide .imgBox .img {
    height: 50vw;
  }
  .school .f2 .f2swiper .swiper-slide .text {
    padding: 5vw;
  }
  .school .f2 .f2swiper .swiper-slide .text .name {
    font-size: 16px;
  }
  .school .f2 .swiper-button-prev,
  .school .f2 .swiper-rtl .swiper-button-next {
    display: none;
  }
  .school .f2 .swiper-button-next,
  .school .f2 .swiper-rtl .swiper-button-prev {
    display: none;
  }
  .school .f3 {
    padding: 10vw 5vw;
  }
  .school .f3 .tit {
    font-size: 22px;
  }
  .school .f3 .f3Box .item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .school .f3 .f3Box .item .imgBox {
    width: 100%;
  }
  .school .f3 .f3Box .item .imgBox {
    height: auto;
  }
  .school .f3 .f3Box .item .imgBox .img {
    height: 80vw;
  }
  .school .f3 .f3Box .item .textBox {
    width: 100%;
    padding: 5vw;
  }
  .school .f3 .f3Box .item .textBox .name {
    font-size: 16px;
  }
  .school .f3 .f3Box .item .textBox .des {
    font-size: 14px;
    overflow-y: hidden;
    height: auto;
  }
  .school .f3 .more {
    width: 30vw;
    padding: 2vw 2vw;
    font-size: 14px;
  }
  .school .f3 .more img {
    width: 10px;
    height: 12px;
    margin-top: 0.8vw;
  }
  .school .f4 {
    padding: 10vw 5vw;
  }
  .school .f4 .tit {
    font-size: 22px;
  }
  .school .f4 .f3Box {
    margin-top: 5vw;
  }
  .school .f4 .f3Box .f3SwiperTop .swiper-slide .imgBox {
    border-radius: 10px;
  }
  .school .f4 .f3Box .f3SwiperTop .swiper-slide .imgBox .img {
    border-radius: 10px;
  }
  .school .f4 .f3Box .f3SwiperTop .swiper-slide-active::before {
    border-radius: 10px;
  }
  .school .f4 .f3Box .f3SwiperTop .swiper-slide .imgBox p {
    padding: 5vw;
    font-size: 14px;
    top: -15vw;
  }
  .school .f4 .f3Box .f3Swiper {
    margin-top: 3vw;
  }
  .school .f4 .f3Box .f3Swiper {
    width: 100%;
    height: 22vw;
  }
  .school .f4 .f3Box .f3Swiper .swiper-slide .imgBox {
    width: 28vw;
    border-radius: 5px;
  }
  .school .f4 .f3Box .f3Swiper .swiper-slide .imgBox .img {
    border-radius: 5px;
    height: 15vw;
  }
  .school .f4 .f3Box .f3Swiper .swiper-pagination-progressbar {
    top: 20vw;
  }
  .school .f4 .f3Box .f3Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    top: -0.7vw;
  }
  .school .f5 {
    padding: 10vw 5vw;
  }
  .school .f5 .tit {
    font-size: 22px;
  }
  .school .f5 .f5Box {
    display: block;
    margin-top: 5vw;
  }
  .school .f5 .f5Box .item {
    width: 100%;
    height: auto;
    margin-right: 0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 5vw;
    display: block;
  }
  .school .f5 .f5Box .item .imgBox {
    height: auto;
  }
  .school .f5 .f5Box .item .imgBox .img {
    height: 50vw;
  }
  .school .f5 .f5Box .item .text {
    height: auto;
    padding: 5vw;
  }
  .school .f5 .f5Box .item .text .name {
    font-size: 16px;
    padding-left: 0;
  }
  .school .f5 .f5Box .item .text .name::before {
    content: inherit;
  }
  .school .f5 .f5Box .item .text .des {
    font-size: 14px;
  }
  .school .f5 .f5Box .item .text .timeMore .time {
    font-size: 14px;
  }
  .school .f5 .f5Box .item .text .timeMore .more {
    font-size: 14px;
  }
  .school .f5 .f5Box .item .text .timeMore .more img {
    width: 4vw;
    height: 4vw;
    margin: 0.7vw 1vw;
  }
  .school .f5 .mores {
    width: 30vw;
    padding: 2vw 2vw;
    font-size: 14px;
  }
  .school .f5 .mores img {
    width: 10px;
    height: 12px;
    margin-top: 0.8vw;
  }
  .life .f1 {
    padding: 10vw 5vw;
    display: block;
  }
  .life .f1 .left {
    width: 100%;
  }
  .life .f1 .left .tit {
    font-size: 22px;
    text-align: center;
  }
  .life .f1 .left .des {
    font-size: 16px;
  }
  .life .f1 .left .itemBox .item {
    margin-bottom: 0;
    margin: 5vw auto;
  }
  .life .f1 .left .itemBox .item .itemH .iconImg {
    width: 8.5vw;
  }
  .life .f1 .left .itemBox .item .itemH .name {
    font-size: 16px;
  }
  .life .f1 .left .itemBox .item .itemH .iconImg2 {
    width: 2.7vw;
    top: 1vw;
  }
  .life .f1 .left .itemBox .item .dess {
    font-size: 14px;
  }
  .life .f1 .right {
    width: 100%;
    margin-left: 0;
  }
  .life .f1 .right .imgBox {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .life .f1 .right .imgBox .img {
    width: 100%;
    height: 85vw;
    border-radius: 10px;
  }
  .life .f2 {
    padding: 10vw 0;
  }
  .life .f2 .tit {
    font-size: 22px;
  }
  .life .f2 .f2Swiper {
    height: 60vw;
  }
  .life .f2 .f2Swiper .swiper-slide .imgBox {
    width: 90vw;
    border-radius: 10px;
  }
  .life .f2 .f2Swiper .swiper-slide {
    width: 90vw !important;
    height: 60vw !important;
  }
  .life .f2 .f2Swiper .swiper-slide:first-child {
    margin-left: 5vw;
  }
  .life .f2 .f2Swiper .swiper-slide .imgBox .img {
    height: 50vw;
  }
  .life .f2 .f2Swiper .swiper-slide .imgBox::before {
    width: 98.5% !important;
    height: 50vw !important;
  }
  .life .f2 .f2Swiper .swiper-slide .imgBox p {
    font-size: 14px;
    padding: 5vw;
    top: -13vw;
  }
  .life .f2 .f2Swiper .swiper-pagination-progressbar {
    width: 80vw;
    top: 55vw;
    left: 10vw;
  }
  .life .f2 .f2Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    top: -0.7vw;
  }
  .life .f3 {
    padding: 10vw 5vw;
  }
  .life .f3 .tit {
    font-size: 22px;
  }
  .life .f3 .f3Box .item:nth-child(1) {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .life .f3 .f3Box .item:nth-child(1) .imgBox {
    height: auto;
  }
  .life .f3 .f3Box .item:nth-child(1) .imgBox .img {
    height: 50vw;
  }
  .life .f3 .f3Box .item {
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
    border-radius: 10px;
  }
  .life .f3 .f3Box .item:nth-child(2) {
    height: auto;
  }
  .life .f3 .f3Box .item:nth-child(1) .text {
    padding: 5vw;
    margin-top: 0;
  }
  .life .f3 .f3Box .item:nth-child(1) .text .name {
    font-size: 16px;
    color: #323232;
  }
  .life .f3 .f3Box .item:nth-child(1) .text .des {
    display: -webkit-box;
  }
  .life .f3 .f3Box .item:nth-child(1) .text .timeMore {
    margin-top: 3vw;
  }
  .life .f3 .f3Box .item:nth-child(1) .text .timeMore .time {
    font-size: 14px;
    color: #adadad;
  }
  .life .f3 .f3Box .item:nth-child(1) .text .timeMore .more {
    display: flex;
    font-size: 14px;
  }
  .life .f3 .f3Box .item .text .timeMore .more img {
    width: 4vw;
    height: 4vw;
    margin: 0.7vw 1vw;
  }
  .life .f3 .f3Box .item .imgBox {
    height: auto;
  }
  .life .f3 .f3Box .item .imgBox .img {
    height: 50vw;
  }
  .life .f3 .f3Box .item .text {
    padding: 5vw;
  }
  .life .f3 .f3Box .item .text .name {
    font-size: 16px;
    padding-left: 0;
  }
  .life .f3 .f3Box .item .text .name::before {
    content: inherit;
  }
  .life .f3 .f3Box .item .text .des {
    font-size: 14px;
  }
  .life .f3 .f3Box .item:nth-child(2) .text .timeMore {
    margin-top: 3vw;
  }
  .life .f3 .f3Box .item .text .timeMore {
    margin-top: 3vw;
  }
  .life .f3 .f3Box .item .text .timeMore .more {
    font-size: 14px;
  }
  .life .f3 .mores {
    width: 30vw;
    padding: 2vw 2vw;
    font-size: 14px;
  }
  .life .f3 .mores img {
    width: 10px;
    height: 12px;
    margin-top: 0.8vw;
  }
  .contact .f1 {
    padding: 10vw 5vw;
  }
  .contact .f1 .tit {
    font-size: 22px;
  }
  .contact .f1 .f1Box .f1swiper {
    display: none;
  }
  .contact .f1 .f1Box .swiper-button-next,
  .contact .f1 .f1Box .swiper-rtl .swiper-button-prev {
    display: none;
  }
  .contact .f1 .f1Box .swiper-button-prev,
  .contact .f1 .f1Box .swiper-rtl .swiper-button-next {
    display: none;
  }
  .contact .f1 .f1Item .item {
    margin-top: 5vw;
  }
  .contact .f1 .f1Item .item .text {
    border-radius: 10px;
    padding: 5vw;
  }
  .contact .f1 .f1Item .item .text .name {
    font-size: 16px;
  }
  .contact .f1 .f1Item .item .text .des {
    font-size: 14px;
  }
  .contact .f1 .f1Item .item .text .timeMore {
    margin-top: 3vw;
  }
  .contact .f1 .f1Item .item .text .timeMore .time {
    font-size: 14px;
  }
  .contact .f1 .f1Item .item .text .timeMore .more {
    font-size: 14px;
  }
  .contact .f1 .f1Item .item .text .timeMore .more img {
    width: 4vw;
    height: 4vw;
    margin: 0.7vw 1vw;
  }
  .contact .f2 {
    padding: 0 5vw 10vw 5vw;
  }
  .contact .f2 .tit {
    font-size: 22px;
  }
  .contact .f2 .info {
    font-size: 16px;
  }
  .contact .f2 .des {
    font-size: 14px;
    text-align: justify;
  }
  .contact .f2 .f2Box {
    padding: 5vw;
    margin-top: 5vw;
  }
  .contact .f2 .f2Box .lida_nav .item {
    font-size: 14px;
    padding: 1vw 5vw;
  }
  .contact .f2 .f2Box .formItem #form .formH {
    display: block;
  }
  .contact .f2 .f2Box .formItem #form .formH .text {
    width: 100%;
  }
  .contact .f2 .f2Box .formItem #form .formH .text .name {
    font-size: 14px;
  }
  .contact .f2 .f2Box .formItem #form .formH .text .des {
    font-size: 14px;
  }
  .contact .f2 .f2Box .formItem #form .formH .radioBox {
    margin: 3vw 0;
  }
  .contact .f2 .f2Box .formItem #form .formH .radioBox .name {
    font-size: 14px;
  }
  .contact .f2 .f2Box .formItem #form .formH .radioBox label {
    font-size: 14px;
  }
  .contact .f2 .f2Box .formItem #form .formBox .inputBox {
    width: 100%;
    margin-right: 0;
    margin-top: 5vw;
  }
  .contact .f2 .f2Box .formItem #form .formBox .inputBox .name {
    font-size: 14px;
  }
  .contact .f2 .f2Box .formItem #form .formBox .inputBox .c-list {
    font-size: 14px;
    padding: 1vw 0;
    margin: 1vw 0;
  }
  .contact .f2 .f2Box .formItem #form .formBox .inputBox .c-list select {
    font-size: 14px;
  }
  .contact .f2 .f2Box .formItem #form .formBox .inputBox input {
    font-size: 14px;
    padding: 1vw 0;
    margin: 1vw 0;
  }
  .contact .f2 .f2Box .formItem #form .formBox .inputBox .c-list:before {
    content: inherit;
  }
  .contact .f2 .f2Box .formItem #form .formBox .inputBox .c-list::after {
    content: inherit;
  }
  .contact .f2 .f2Box .formItem #form .formBox .textareaBox {
    margin-top: 5vw;
  }
  .contact .f2 .f2Box .formItem #form .formBox .textareaBox .name {
    font-size: 14px;
  }
  .contact .f2 .f2Box .formItem #form .formBox .textareaBox textarea {
    font-size: 14px;
    padding: 1vw 0;
    margin: 1vw 0;
  }
  .contact .f2 .f2Box .formItem #form .formBox .upBtn {
    margin-top: -18vw;
    right: 5vw;
    font-size: 14px;
    padding: 1vw 5vw;
  }
  .contact .f2 .f2Box .formItem #form .formBox .infos {
    width: 100%;
    margin-top: 3vw;
    font-size: 12px;
    word-wrap: break-word;
  }
  .contact .f2 .f2Box .formItem #form .formBox .mores {
    width: 20vw;
    padding: 2vw 2vw;
    font-size: 14px;
  }
  .contact .f2 .f2Box .formItem #form .formBox .mores img {
    width: 10px;
    height: 12px;
    margin-top: 0.8vw;
  }
  /*.contact .bgImg img {*/
  /*  height: 295vh !important;*/
  /*}*/
  .contact .f2 .f2Box .progressBox {
    margin-top: 5vw;
  }
  .contact .f2 .f2Box .progressBox .t {
    font-size: 16px;
  }
  .contact .f2 .f2Box .progressBox .input {
    width: 100%;
    margin: 5vw auto;
  }
  .contact .f2 .f2Box .progressBox .input input {
    font-size: 14px;
    padding: 3vw 0;
  }
  .contact .f2 .f2Box .progressBox .mores {
    width: 20vw;
    padding: 2vw 2vw;
    font-size: 14px;
  }
  .contact .f2 .f2Box .progressBox .mores img {
    width: 10px;
    height: 12px;
    margin-top: 0.8vw;
  }
  .newsDetail .f1{
    display: block;
  }
  .newsDetail .f1 .left .infoBox{
    font-size: 14px;
  }
  .newsDetail .f1 .left .des{
    font-size: 16px;
    margin: 5vw auto;
  }
  .newsDetail .f1 .left .pageG a{
    font-size: 14px;
  }
  .newsDetail .f1 .right .item .time{
    font-size: 14px;
    margin-bottom: 1vw;
  }
  .newsDetail .f1 .right .item .tit{
    font-size: 14px;
  }
  ._toast{
    left: 28%;
  }
  .index .f1 .bannerSwiper .swiper-pagination{
    left: 5vw !important;
    bottom: 10vh !important;
  }
  .index .f1 .bannerSwiper .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .index .f1 .bannerSwiper .swiper-button-next, .index .f1 .bannerSwiper .swiper-rtl .swiper-button-prev,.index .f1 .bannerSwiper .swiper-button-prev, .index .f1 .bannerSwiper .swiper-rtl .swiper-button-next{
    display: none;
  }
  .sp_header {
    background: white;
    height: 50px;

    overflow: hidden;

    position: fixed;

    z-index: 990;

    width: 100%;

    top: 0;

    transition: .3s all ease-in-out;

  }
  .sp_header.active{
    background: rgba(0, 0, 0, 0.7);
  }

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

  .sp_logo img {

    margin: auto;

    width: 40px;

    transition: .35s all ease-in-out;
  }

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

  .sp_nav span {

    display: block;

    background: #0073b5;

    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: 17px;

    right: 0;

    height: 30px;

    padding: 0 7px

  }

  .sjj_nav ul li i svg {
    display: block;
    opacity: 1;
    transform: rotate(-90deg);
    transition: all ease .35s
  }

  .sjj_nav ul li .sjj_nav_i_se svg {
    display: block;
    opacity: 1;
    transform: rotate(0)

  }

  .sjj_nav ul li {

    border-top: 1px #ddd solid;

    position: relative;

    line-height: 55px;

    font-size: 14px

  }
  .sjj_nav ul li.active{
    background: #f3f3f3;
  }
  .sjj_nav > ul > li:last-child {

    border-bottom: 1px #ddd solid

  }

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

  .sjj_nav ul li a {

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

    width: 80%;

    display: block;

    font-size: 16px;

    font-weight: 700;

    padding-left: 25px;

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

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

    display: block;

    text-align: left;

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

  }

  .sjj_nav ul li i svg {

    width: 20px;

    height: 20px;

    fill: #063c7e;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #063c7e;

  }

  .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{
    font-size: 28px;
    position: absolute;
    right: 5vw;
    top: 5vw;
    color: #0B61A4;
  }
  .sp_flex .sjj_nav .bgImg{
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }
  header{
    padding: 0;
    left: 0;
  }
}
