/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4750595 */
  src: url('//at.alicdn.com/t/c/font_4750595_nd50id7hcal.woff2?t=1741854916195') format('woff2'),
  url('//at.alicdn.com/t/c/font_4750595_nd50id7hcal.woff?t=1741854916195') format('woff'),
  url('//at.alicdn.com/t/c/font_4750595_nd50id7hcal.ttf?t=1741854916195') format('truetype');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
/*@font-face {*/
/*  font-family: SourceHanSansCNBold;*/
/*  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSansCN-Bold.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSerifCNCNBold;*/
/*  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSerifCN-Bold.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSansCNRegular;*/
/*  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSansCN-Regular.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSerifCNRegular;*/
/*  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSerifCN-Regular.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSerifCNHeavy;*/
/*  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSerifCN-Heavy.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSansCNHeavy;*/
/*  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSansCN-Heavy.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSerifCNMedium;*/
/*  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSerifCN-Medium.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: SourceHanSansCNMedium;*/
/*  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSansCN-Medium.otf');*/
/*}*/
html,
body {
  color: #272727;
  /*font-family: SourceHanSansCNRegular;*/
}
input,
textarea {
  font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
  height: 8px;
  /* 滚动条高度 */
}
/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #0061AE;
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.he_fadeup2 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.5s;
}
.he_fadeup3 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.7s;
}
.he_fadeup4 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.9s;
}
.cpthActive.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.cpth {
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
header {
  width: 100%;
  height: 5.15vw;
  position: fixed;
  top: 0;
  padding: 1.5vw 2vw;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  transition: 0.5s all ease-in-out;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header .logo {
  width: 11vw;
  transition: 0.5s ease-in-out;
}
header .logo img:nth-child(1) {
  display: block;
}
header .logo img:nth-child(2) {
  display: none;
}
header .right {
  display: flex;
  transition: 0.5s ease-in-out;
}
header .right nav {
  margin-top: 0.35vw;
}
header .right nav ul {
  display: flex;
}
header .right nav ul li {
  /*width: 4.5vw;*/
  text-align: center;
  padding-bottom: 1.88vw;
}
header .right nav ul li a{
  padding: 0 1vw;
}
header .right nav ul li:hover{
  border-bottom: 2px solid #0061AE;
}
/*header .right nav ul li:hover .second{*/
/*    opacity: 1;*/
/*    pointer-events: auto;*/
/*}*/

header .right nav ul li ul li:hover{
  border-bottom: transparent;
}
header .right nav ul li .second{
  width: 100%;
  position: absolute;
  left: 0;
  background: white;
  margin-top: 2vw;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 0 35px rgba(0, 0, 0, .05);
  padding: 0 8vw;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
header .right nav ul li.active .second {
  opacity: 1;
  pointer-events: auto;
  overflow: visible;
}
header .right nav ul li .second .left{
  width: 50%;
  padding: 3vw 3vw 0 0;
  text-align: left;
}
header .right nav ul li .second .left .t{
  font-size: 1.5vw;
}
header .right nav ul li .second .left .des{
  font-size: .9vw;
  text-align: justify;
  line-height: 2;
  margin: 1vw 0;
}
header .right nav ul li .second .right{
  width: 50%;
  padding: 3vw;
  box-shadow: -40px -20px 50px rgba(0, 0, 0, .1);
}
header .right nav ul li .second .right .img{
  width: 100%;
  height: 20vw;
  background-size: cover !important;
}
header .right nav ul li ul{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid rgba(0,0,0,.1);
  transition: .5s all ease-in-out;
  padding: 1vw 0;
}
header .right nav ul li ul li{
  width: 40%;
  margin-right: 5%;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 1vw 0;
}
header .right nav ul li ul li:hover{
  border-bottom: 1px solid #0061AE;
}
header .right nav ul li ul li a{
  font-size: 1vw;
  color: #3a3432;
  transition: .5s all ease-in-out;
}
header .right nav ul li a {
  color: white;
  font-size: 0.9vw;
  transition: 0.3s ease-in-out;
  font-family: SourceHanSerifCNMedium;
}
header .right nav ul li:last-child {
  margin-right: 0;
}
header .right .phone {
  font-size: 1vw;
  color: white;
  margin-left: 3vw;
}
header .right .phone i {
  font-size: 1.4vw;
  margin-right: 0.3vw;
}
header .right .phone a {
  color: white;
}
header.active {
  background: white;
}
header.active .logo img:nth-child(1) {
  display: none;
}
header.active .logo img:nth-child(2) {
  display: block;
}
header.active .right nav ul li a {
  color: #353030;
}
header.active .right nav ul li:hover a {
  color: #0061AE;
}
header.active .right nav ul li:hover ul li a {
  color: #3a3432;
}
header.active .right nav ul li ul li:hover a {
  color: #0061AE;
}
header .right nav ul li ul li:hover a {
  color: #0061AE;
}
header.active .right .phone {
  color: #353030;
}
header.active .right .phone a {
  color: #353030;
}
.footer {
  width: 100%;
  height: auto;
  background: url('../images/footer.jpg') center no-repeat;
  background-size: cover !important;
  padding: 3vw 8vw;
}
.footer .footerHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer .footerHead .left {
  color: #ffffff;
}
.footer .footerHead .left .t {
  font-size: 1.5vw;
  font-family: SourceHanSerifCNMedium;
}
.footer .footerHead .left .qrcodeBox {
  display: flex;
  margin-top: 3vw;
}
.footer .footerHead .left .qrcodeBox .qrcode {
  width: 5vw;
  margin-right: 2vw;
  text-align: center;
  font-size: 0.8vw;
  font-family: SourceHanSerifCNMedium;
}
.footer .footerHead .left .qrcodeBox .qrcode img {
  border-radius: 0.5vw;
  margin: 0 auto 0.5vw auto;
}
.footer .footerHead .right {
  width: 18vw;
  height: 3vw;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  right: 0;
}
.footer .footerHead .right .list {
  width: 15vw;
  position: relative;
  font-family: SourceHanSerifCNRegular;
}
.footer .footerHead .right .list .txt {
  text-align: left;
  color: #333333;
  font-size: 1vw;
  line-height: 3vw;
  padding-left: 1vw;
  cursor: pointer;
}
.footer .footerHead .right .list .lists {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 3vw;
  background: rgba(255, 255, 255, 0.2);
  display: none;
  backdrop-filter: blur(5px);
  padding: 15px 0px;
}
.footer .footerHead .right .list .lists a {
  line-height: 2;
  color: #fff;
  display: block;
  padding-left: 1vw;
  font-size: 0.85vw;
}
.footer .footerHead .right .list .lists a:hover {
  text-decoration: underline;
}
.footer .footerHead .right .searchBtn {
  width: 3vw;
  height: 3vw;
  background: #0061ae;
  position: relative;
  cursor: pointer;
}
.footer .footerHead .right .searchBtn img {
  width: 0.8vw;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -webkit-transition: all 0.35s;
}
.footer .footerHead .right:hover .list .lists {
  display: block;
}
.footer .footerCent {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 2vw 0;
  padding: 3vw 0;
  display: flex;
  justify-content: space-between;
}
.footer .footerCent .left {
  font-weight: bold;
}
.footer .footerCent .left .logo {
  width: 12vw;
}
.footer .footerCent .left .phone {
  color: white;
  padding-left: 3vw;
  margin-top: 2vw;
}
.footer .footerCent .left .phone i {
  position: absolute;
  font-size: 2.5vw;
  margin-left: -3vw;
  margin-top: 0.3vw;
}
.footer .footerCent .left .phone .t {
  font-size: 1vw;
}
.footer .footerCent .left .phone .d {
  font-size: 1vw;
}
.footer .footerCent .footerNav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.footer .footerCent .footerNav ul .level1 {
  padding: 0 1.5vw;
}
.footer .footerCent .footerNav ul .level1 a {
  font-size: 0.9vw;
  color: #ffffff;
  font-family: SourceHanSerifCNMedium;
}
.footer .footerCent .footerNav ul .level1 ul {
  display: block;
  margin-top: 1vw;
}
.footer .footerCent .footerNav ul .level1 ul li {
  margin-bottom: 0.3vw;
  text-align: left;
}
.footer .footerCent .footerNav ul .level1 ul li a {
  font-size: 0.75vw;
  color: #ffffff;
  opacity: 0.7;
  font-family: SourceHanSerifCNRegular;
}
.footer .footerCent .footerNav ul .level1 ul li:hover a {
  border-bottom: 1px solid #ffffff;
}
.footer .footerCent .footerNav ul .level1:last-child {
  padding-right: 0;
}
.footer .footerInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 0.85vw;
  font-family: SourceHanSerifCNRegular;
}
.footer .footerInfo a {
  color: white;
  display: flex;
}
.footer .footerInfo a img{
  width: 1vw;
  height: 1vw;
  margin-right: .5vw;
}
#menu {
  position: fixed;
  right: 5vw;
  z-index: 999;
}
#menu .meua {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 1.8vw;
}
#menu a {
  width: 6.75vw;
  height: 2vw;
  opacity: 1;
  background: none;
  margin: 1.5vw 0px;
  position: relative;
  cursor: pointer;
  display: block;
  /*text-indent: 100px;*/
  transition: 0.3s all ease-in-out;
}
#menu a .t {
  width: 1vw;
  position: absolute;
  color: white;
  right: 1vw;
  margin-top: -1vw;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
  font-size: 0.75vw;
  opacity: 0;
}
#menu a:nth-child(1) .t{
    margin-top: 0;
}
#menu a::before {
  content: "";
  width: 0.5vw;
  height: 0.5vw;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transition: 0.5s all ease-in-out;
}
#menu a.active::before {
  background: white;
}
#menu a:hover {
  transform: scale(1);
}
#menu a:hover .t {
  transform: translateX(0);
  opacity: 1;
}
#menu a.active .t {
  opacity: 1;
}
#menu::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100vh;
  margin-left: 0.05vw;
  background: rgba(255, 255, 255, 0.5);
}
#menu.active::before {
  background: rgba(255, 255, 255, 0.5);
}
.more {
  border-radius: 2vw;
  border: 2px solid #0061ae;
  text-align: center;
  color: #0061ae;
  font-size: 1vw;
  display: inline-block;
  padding: 0.8vw 1.5vw;
  transition: 0.3s all ease-in-out;
}
.more p {
  display: inline-block;
  float: left;
  font-family: SourceHanSansCNMedium;
}
.more .img {
  width: 0.75vw;
  display: inline-block;
  margin-left: 1vw;
}
.more .img img:nth-child(1) {
  display: block;
}
.more .img img:nth-child(2) {
  display: none;
}
.more:hover {
  background: #0061ae;
  color: white;
  border: 2px solid white;
}
.more:hover .img img:nth-child(1) {
  display: none;
}
.more:hover .img img:nth-child(2) {
  display: block;
}
.bannerBox {
  width: 100%;
  height: 33vw;
  overflow: hidden;
}
.bannerBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
  animation: bannerBoxidentifier 2s forwards;
}
@keyframes bannerBoxidentifier {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.titBox {
  text-align: center;
}
.titBox .en {
  -webkit-text-stroke: 1px #c6ddf0;
  -webkit-text-fill-color: transparent;
  font-size: 5vw;
  /*font-family: SourceHanSansCNHeavy;*/
}
.titBox .cn {
  font-weight: bold;
  color: #0061ae;
  font-size: 2vw;
  position: relative;
  margin-top: -4.8vw;
}
.tabBox {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 5vw auto 0 auto;
}
.tabBox .tab {
  display: inline-block;
  color: #333333;
  font-size: 1vw;
  border-radius: 3vw;
  border: 1px solid #333333;
  padding: 0.4vw 1.5vw;
  margin: 0 1vw;
  transition: 0.3s all ease-in-out;
}
.tabBox .tab:hover {
  background: #0061ae;
  color: white;
  border: 1px solid #0061ae;
}
.tabBox .active {
  background: #0061ae;
  color: white;
  border: 1px solid #0061ae;
}
.index {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.index .homeSwiper {
  width: 100%;
  height: 100vh;
  position: relative;
}
.index .homeSwiper .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.index .homeSwiper .swiper-slide .f1 {
  width: 100%;
}
.index .homeSwiper .swiper-slide .f1 .f1Swiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-slide .slide-inner {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  background-blend-mode: multiply;
  transition: transform 0.8s ease;
  transform: scale(1.2);
}
.index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-slide .slide-inner .text {
  margin-top: 20vw;
  margin-left: 8vw;
  color: white;
}
.index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-slide .slide-inner .text .t {
  font-size: 4vw;
  font-weight: bold;
}
.index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-slide .slide-inner .text .d {
  font-size: 1.5vw;
}
.index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-slide .slide-inner .text .d span {
  font-weight: bold;
}
.index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-slide .slide-inner .text::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 12vw;
  background: white;
  margin-top: 1vw;
  margin-left: -2vw;
}
.index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-slide-active .slide-inner {
  transform: scale(1);
  transition: all 5s cubic-bezier(0, 0.56, 0.44, 1);
}
.index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-button-next:after,
.index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-button-prev:after {
  content: inherit;
}
.index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-button-next {
  width: 2.5vw;
  left: 12vw;
  right: inherit;
  margin-top: 6vw;
}
.index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-button-prev {
  width: 2.5vw;
  left: 8vw;
  right: inherit;
  margin-top: 6vw;
}
.index .homeSwiper .swiper-slide .f2 {
  width: 100%;
  height: 100vh;
  background: url('../images/img2_11.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
}
.index .homeSwiper .swiper-slide .f2 .bgItem {
  width: 35vw;
  height: 35vw;
  position: absolute;
  top: 15vh;
  left: -2vw;
}
.index .homeSwiper .swiper-slide .f2 .bgItem::before {
  content: '';
  position: absolute;
  width: 42vw;
  height: 42vw;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  z-index: -1;
  margin-top: -3.2vw;
  margin-left: -3.5vw;
  transform: scale(0);
  transition: 1s all ease-in-out;
}
.index .homeSwiper .swiper-slide .f2 .bgItem.active::before {
  transform: scale(1);
}
.index .homeSwiper .swiper-slide .f2 .bgItem::after {
  content: '';
  position: absolute;
  width: 60vw;
  height: 60vw;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: -2;
  top: -12vw;
  margin-left: -10vw;
  transform: scale(0);
  transition: 1s 0.2s all ease-in-out;
  box-shadow: 0vw 0vw 3vw 0vw rgba(32, 32, 32, 0.26);
}
.index .homeSwiper .swiper-slide .f2 .bgItem.active::after {
  transform: scale(1);
}
.index .homeSwiper .swiper-slide .f2 .f2Box {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item {
  width: 7vw;
  height: 7vw;
  background-color: #ffffff;
  box-shadow: 0 0 1vw 0 rgba(32, 32, 32, 0.14);
  display: block;
  border-radius: 50%;
  text-align: center;
  padding-top: 1.5vw;
  color: #333333;
  transform: scale(0);
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item .icon {
  width: 2.5vw;
  margin: 0 auto;
  transition: 0.3s all ease-in-out;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item p {
  margin-top: 0.5vw;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item.active {
  animation: itemIdentifier 1s 0.5s forwards;
}
@keyframes itemIdentifier {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item:hover .icon {
  animation: iconIdentifier 1s ease;
}
@keyframes iconIdentifier {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(1) {
  margin-left: 2vw;
  margin-top: 10vh;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(2) {
  margin: 2vw 0 2vw 5vw;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(3) {
  margin-left: 5vw;
  margin-top: 2vw;
}
.index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(4) {
  margin-left: 2vw;
  margin-top: 2vw;
}
.index .homeSwiper .swiper-slide .f2 .textBox {
  width: 32vw;
  position: relative;
  top: 20vh;
  left: 56vw;
}
.index .homeSwiper .swiper-slide .f2 .textBox .t {
  color: #0061ae;
  font-size: 2.5vw;
  font-family: SourceHanSerifCNMedium;
}
.index .homeSwiper .swiper-slide .f2 .textBox .des {
  color: #333333;
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.index .homeSwiper .swiper-slide .f2 .textBox .des p {
  margin-top: 1vw;
}
.index .homeSwiper .swiper-slide .f2 .textBox .more {
  margin-top: 5vw;
}
.index .homeSwiper .swiper-slide .f3 {
  width: 100%;
  height: 100vh;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper {
  width: 100%;
  overflow: hidden;
  z-index: 9;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide {
  width: 100%;
  height: 100vh;
  display: flex;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .bgImg {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  position: absolute;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox {
  width: 30vw;
  position: relative;
  z-index: 9;
  color: white;
  left: 10vw;
  top: 20vh;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .tit {
  font-size: 2.5vw;
  font-family: SourceHanSerifCNMedium;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .des {
  margin-top: 2vw;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .des .t {
  font-size: 1.1vw;
  font-weight: bold;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .des .d {
  font-size: 0.9vw;
  line-height: 2;
  text-align: justify;
  margin-top: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .more {
  border: 2px solid white;
  text-align: center;
  color: white;
  margin-top: 1vw;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .more .img img:nth-child(1) {
  display: none;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .more .img img:nth-child(2) {
  display: block;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .more:hover {
  background: white;
  color: #0061ae;
  border: 2px solid #0061ae;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .more:hover .img img:nth-child(2) {
  display: none;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .more:hover .img img:nth-child(1) {
  display: block;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .imgBox {
  width: 60vw;
  height: 100vh;
  background-size: cover !important;
  position: absolute;
  right: 0;
  z-index: -1;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper2 {
  width: 32vw;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  bottom: 5vw;
  left: 5vw;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide {
  position: relative;
  cursor: pointer;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide .iconBox {
  text-align: center;
  color: white;
  font-size: 0.9vw;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide .iconBox svg {
  width: 4vw;
  height: 4vw;
  position: absolute;
  margin-left: -2.2vw;
  margin-top: -0.7vw;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide .iconBox svg .circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  transition: 0.3s all ease-in-out;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide .iconBox .icon {
  width: 1vw;
  margin: 0 auto;
  width: 3vw;
  height: 3vw;
  border-radius: 50%;
  padding: 0.9vw;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide .iconBox p {
  margin-top: 1vw;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide-thumb-active .iconBox .icon {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide-thumb-active .iconBox svg .circle {
  animation: draw 8s ease-in-out forwards;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper2::before {
  content: '';
  position: absolute;
  width: 5vw;
  height: 1px;
  background: white;
  left: 8vw;
  margin-top: 1.5vw;
}
.index .homeSwiper .swiper-slide .f3 .f3Swiper2::after {
  content: '';
  position: absolute;
  width: 5vw;
  height: 1px;
  background: white;
  left: 18.8vw;
  margin-top: -3.8vw;
}
.index .homeSwiper .swiper-slide .f4 {
  width: 100%;
  height: 100vh;
  background: url('../images/bg4.jpg') center no-repeat;
  background-size: cover !important;
}
.index .homeSwiper .swiper-slide .f4 .f4Box {
  width: 100%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  padding: 0 8vw;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item {
  width: 48vw;
  height: 18vw;
  border-radius: 1.5vw;
  overflow: hidden;
  position: relative;
  margin-right: 2vw;
  margin-bottom: 2vw;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item .textBox {
  width: 100%;
  position: absolute;
  padding: 2vw;
  color: white;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #0061ae);
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item .textBox .t {
  font-size: 1.2vw;
  font-family: SourceHanSerifCNMedium;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item .textBox .d {
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item:hover .imgBox {
  transform: scale(1.1);
}
.index .homeSwiper .swiper-slide .f4 .f4Box .itemN {
  width: 32vw;
  height: 18vw;
}
.index .homeSwiper .swiper-slide .f4 .f4Box .item:last-child {
  margin-right: 0;
}
.index .homeSwiper .swiper-slide .f5 {
  width: 100%;
  height: 100vh;
  background: url('../images/img11.jpg') center no-repeat;
  background-size: cover !important;
}
.index .homeSwiper .swiper-slide .f5 .f5Box {
  width: 100%;
  padding: 0 8vw;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .homeSwiper .swiper-slide .f5 .f5Box .left {
  width: 30vw;
  color: white;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .left .t {
  font-size: 2.5vw;
  font-family: SourceHanSerifCNMedium;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .left .t2{
  font-size: 1.5vw;
  margin-top: 2vw;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .left .d {
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
  margin-top: 1vw;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .right {
  width: 44vw;
  display: flex;
  flex-wrap: wrap;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .right .item {
  width: 21vw;
  height: 15vw;
  background-color: #ffffff;
  box-shadow: 0 0 1vw 0 rgba(32, 32, 32, 0.14);
  border-radius: 2vw;
  margin-right: 2vw;
  margin-bottom: 2vw;
  padding: 2vw;
  position: relative;
  cursor: pointer;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .right .item .en {
  -webkit-text-stroke: 1px #bedaf1;
  -webkit-text-fill-color: transparent;
  font-size: 1.2vw;
  line-height: 1.2;
  /*font-family: SourceHanSansCNHeavy;*/
}
.index .homeSwiper .swiper-slide .f5 .f5Box .right .item .icon {
  width: 3vw;
  position: absolute;
  right: 2vw;
  top: 2vw;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .right .item .text {
  width: 83%;
  height: 5vw;
  position: absolute;
  bottom: 2vw;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .right .item .text .t {
  color: #0061ae;
  font-size: 1.2vw;
  font-weight: bold;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .right .item .text .d {
  color: #333333;
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.index .homeSwiper .swiper-slide .f5 .f5Box .right .item:nth-child(2n) {
  margin-right: 0;
}
.index .homeSwiper .swiper-slide .f6 {
  width: 100%;
  height: 100vh;
  background: url('../images/bg5.jpg') center no-repeat;
  background-size: cover !important;
  display: flex;
  justify-content: space-between;
  padding: 0 8vw;
}
.index .homeSwiper .swiper-slide .f6 .left {
  padding-top: 10vw;
}
.index .homeSwiper .swiper-slide .f6 .left .text {
  color: white;
}
.index .homeSwiper .swiper-slide .f6 .left .text .t {
  font-size: 2.5vw;
  font-family: SourceHanSerifCNMedium;
}
.index .homeSwiper .swiper-slide .f6 .left .text .d {
  font-size: 1vw;
  margin-top: 1vw;
}
.index .homeSwiper .swiper-slide .f6 .left .more {
  border: 2px solid white;
  text-align: center;
  color: white;
  margin-top: 10vw;
}
.index .homeSwiper .swiper-slide .f6 .left .more .img img:nth-child(1) {
  display: none;
}
.index .homeSwiper .swiper-slide .f6 .left .more .img img:nth-child(2) {
  display: block;
}
.index .homeSwiper .swiper-slide .f6 .left .more:hover {
  background: white;
  color: #0061ae;
  border: 2px solid #0061ae;
}
.index .homeSwiper .swiper-slide .f6 .left .more:hover .img img:nth-child(2) {
  display: none;
}
.index .homeSwiper .swiper-slide .f6 .left .more:hover .img img:nth-child(1) {
  display: block;
}
.index .homeSwiper .swiper-slide .f6 .right {
  width: 57vw;
  display: flex;
  padding-top: 5.15vw;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox {
  width: 30vw;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 2vw;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT {
  width: 100%;
  margin-top: 3vw;
  display: block;
  padding-bottom: 2vw;
  border-bottom: 1px solid #0061ae;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT .imgBox {
  width: 100%;
  height: 16vw;
  border-radius: 1vw;
  overflow: hidden;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT .name {
  color: #333333;
  font-size: 1vw;
  margin: 1.5vw 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT .text {
  display: flex;
  justify-content: space-between;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT .text .tab {
  color: #0061ae;
  font-size: 0.85vw;
  border-radius: 3vw;
  border: 1px solid #0061ae;
  padding: 0.2vw 1vw;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT .text .time {
  color: #333333;
  font-size: 0.85vw;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT:hover .imgBox .img {
  transform: scale(1.05);
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT:hover .name {
  color: #0061ae;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .item {
  display: flex;
  justify-content: space-between;
  color: #333333;
  font-size: 0.9vw;
  margin-top: 2vw;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .item .name {
  width: 75%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .homeSwiper .swiper-slide .f6 .right .itemBox .item:hover .name {
  color: #0061ae;
}
.index .homeSwiper .swiper-slide .footer {
  height: 100vh;
  padding: 8vw 8vw 3vw 8vw;
}
.index .homeSwiper .swiper-slide:last-child {
  height: auto !important;
  position: relative;
}
.dang {
  width: 100%;
}
.dang .f1 {
  width: 100%;
  padding: 5vw 8vw 8vw 8vw;
}
.dang .f1 .f1Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dang .f1 .f1Box .item {
  width: 26vw;
  color: #333333;
  margin-right: 2vw;
  border-bottom: 1px solid #d87b7e;
  padding: 2vw 0;
  margin-top: 2vw;
}
.dang .f1 .f1Box .item .imgBox {
  width: 26vw;
  height: 18vw;
  overflow: hidden;
}
.dang .f1 .f1Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.dang .f1 .f1Box .item .name {
  font-size: 1vw;
  margin: 1vw 0;
}
.dang .f1 .f1Box .item .time {
  font-size: 0.9vw;
}
.dang .f1 .f1Box .item:hover .imgBox .img {
  transform: scale(1.1);
}
.dang .f1 .f1Box .item:nth-child(3n) {
  margin-right: 0;
}
.about {
  width: 100%;
}
.about .f1 {
  width: 100%;
  background: url('../images/bg6.jpg') center no-repeat;
  background-size: cover !important;
  padding: 10vw 8vw 5vw 8vw;
  display: flex;
  justify-content: space-between;
}
.about .f1 .left {
  width: 41vw;
  height: 48vw;
  border-radius: 3vw 0 3vw 0;
  overflow: hidden;
}
.about .f1 .left .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about .f1 .left .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.about .f1 .left:hover .imgBox .img {
  transform: scale(1.1);
}
.about .f1 .right {
  width: 38vw;
}
.about .f1 .right .titBox {
  text-align: left;
  margin-top: -1.5vw;
}
.about .f1 .right .titBox .en {
  font-size: 4vw;
}
.about .f1 .right .titBox .cn {
  margin-top: -4vw;
}
.about .f1 .right .text {
  margin-top: 1vw;
}
.about .f1 .right .text .t {
  color: #0061ae;
  font-size: 1.5vw;
  font-weight: bold;
}
.about .f1 .right .text .des {
  font-size: 0.9vw;
  color: #333333;
  line-height: 2;
  margin-top: 2vw;
  text-align: justify;
}
.about .f1 .right .text .des p {
  margin-top: 1.5vw;
}
.about .f2 {
  width: 100%;
  height: 35vw;
  background: url('../images/img61.jpg') center no-repeat;
  background-size: cover !important;
  padding: 8vw;
}
.about .f2 .titBox .en {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}
.about .f2 .titBox .cn {
  color: white;
}
.about .f2 .des{
  color: white;
  font-size: 2vw;
  font-weight: bold;
  text-align: center;
  margin-top: 7vw;
}
.about .f2 .f2Box {
  width: 100%;
  margin-top: 6vw;
  display: flex;
  flex-wrap: wrap;
}
.about .f2 .f2Box .item {
  width: 19vw;
  height: 24vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 1vw 0vw rgba(32, 32, 32, 0.14);
  border-radius: 2vw;
  margin-right: 2vw;
  margin-bottom: 2vw;
  padding: 2vw;
  position: relative;
}
.about .f2 .f2Box .item .en {
  -webkit-text-stroke: 1px #bedaf1;
  -webkit-text-fill-color: transparent;
  font-size: 1.2vw;
  line-height: 1.2;
  /*font-family: SourceHanSansCNHeavy;*/
}
.about .f2 .f2Box .item .icon {
  width: 3vw;
  position: absolute;
  right: 2vw;
  top: 2vw;
}
.about .f2 .f2Box .item .text {
  height: 6vw;
  position: absolute;
  bottom: 2vw;
}
.about .f2 .f2Box .item .text .t {
  color: #0061ae;
  font-size: 1.2vw;
  font-weight: bold;
}
.about .f2 .f2Box .item .text .d {
  color: #333333;
  font-size: 0.85vw;
  margin-top: 0.5vw;
}
.about .f2 .f2Box .item::before {
  content: '';
  position: absolute;
  width: 17vw;
  height: 21vw;
  left: 0;
  background: url('../images/img16.png') center no-repeat;
  background-size: cover !important;
}
.about .f2 .f2Box .item:nth-child(4n) {
  margin-right: 0;
}
.about .bg7 {
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: -1;
}
.about .f3 {
  width: 100%;
  padding: 7vw 8vw;
  background: white;
}
.about .f3 .f3Swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 6vw;
  padding-bottom: 3vw;
  position: relative;
}
.about .f3 .f3Swiper .swiper-slide {
  width: 59vw;
  height: 34vw;
}
.about .f3 .f3Swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  border-radius: 1vw;
  background-size: cover !important;
}
.about .f3 .f3Swiper .swiper-pagination{
  width: 100%;
  bottom: 0;
}
.about .f3 .f3Swiper .swiper-pagination .swiper-pagination-bullet{
  margin: 0 .2vw;
}
.about .f4 {
  width: 100%;
  padding: 5vw 8vw;
}
.about .f4 .f4Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.about .f4 .f4Box .item {
  width: 40vw;
  height: 26vw;
  background-color: #ffffff;
  border-radius: 1vw;
  display: flex;
  margin-top: 2vw;
  margin-right: 2vw;
}
.about .f4 .f4Box .item .img {
  width: 17vw;
  height: 26vw;
  background-size: cover !important;
  border-radius: 1vw 0vw 0vw 1vw;
}
.about .f4 .f4Box .item .textBox {
  padding: 2vw;
}
.about .f4 .f4Box .item .textBox .t {
  display: inline-block;
}
.about .f4 .f4Box .item .textBox .t .name {
  color: #0061ae;
  font-weight: bold;
  font-size: 1.2vw;
  display: inline-block;
}
.about .f4 .f4Box .item .textBox .t .tab {
  font-family: SourceHanSerifCNRegular;
  font-size: 0.9vw;
  border: 1px solid #0061ae;
  border-radius: 3vw;
  color: #0061ae;
  padding: 0.2vw 0.5vw;
  margin-top: 1vw;
}
.about .f4 .f4Box .item .textBox .des {
  color: #333333;
  font-size: 0.85vw;
  margin-top: 1vw;
  overflow-y: scroll;
  line-height: 2;
  height: 17vw;
}
.about .f4 .f4Box .item:nth-child(2n) {
  margin-right: 0;
}
.about .f4 .mores {
  width: 10vw;
  height: 3vw;
  background-color: #0061ae;
  border-radius: 2vw;
  border: solid 0vw #ffffff;
  color: #ffffff;
  font-family: SourceHanSansCNMedium;
  display: block;
  margin: 5vw auto;
  text-align: center;
  line-height: 3vw;
}
.about .f5{
  width: 100%;
  height: auto;
  background: url(../images/bg10.jpg) center no-repeat;
  background-size: cover !important;
  padding: 5vw 8vw;
}
.about .f5 .titBox .en{
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
}
.about .f5 .f5Box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vw;
}
.about .f5 .f5Box .item{
  width: 18%;
  display: block;
  margin-top: 3vw;
  margin-right: 2%;
  background: white;
}
.about .f5 .f5Box .item:nth-child(5n) {
  margin-right: 0;
}
.about .f5 .f5Box .item .img{
  width: 100%;
  height: 20vw;
  background-size: cover !important;
}
.about .f5 .f5Box .item .text{
  padding: 1vw;
}
.about .f5 .f5Box .item .text .name{
  font-size: 1.2vw;
}
.about .f5 .f5Box .item .text .name2{
  font-size: 1vw;
  margin-top: .5vw;
  color: #0061ae;
}
.about .f5 .f5Box .item .text .des{
  font-size: .9vw;
  line-height: 1.7;
  margin-top: .5vw;
}


.school {
  width: 100%;
}
.school .f1 {
  width: 100%;
  padding: 8vw;
  height: auto;
  background: url('../images/bg8.jpg') center no-repeat;
  background-size: cover !important;
  position: relative;
}
.school .f1 .titBox {
  text-align: left;
}
.school .f1 .titBox .en {
  -webkit-text-stroke: 1px #afcee7;
}
.school .f1 .text {
  width: 38vw;
  margin-top: 5vw;
}
.school .f1 .text .t {
  color: #0061ae;
  font-size: 1.5vw;
  font-weight: bold;
}
.school .f1 .text .des {
  color: #333333;
  font-size: 0.9vw;
  text-align: justify;
  line-height: 2;
  margin-top: 2vw;
}
.school .f1 .imgBox {
  width: 40vw;
  height: 26vw;
  position: absolute;
  right: 8vw;
  top: 12vw;
  border-radius: 1vw;
  overflow: hidden;
}
.school .f1 .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.school .f2 {
  width: 100%;
  padding: 8vw;
  position: relative;
}
.school .f2 .swiper-button-next{
  top: 55%;
  right: 3.5vw;
  width: 3vw;
}
.school .f2 .swiper-button-prev img{
  transform: rotate(180deg);
}
.school .f2 .swiper-button-prev{
  top: 55%;
  left: 3.5vw;
  width: 3vw;
}
.school .f2 .swiper-button-next:after, .school .f2 .swiper-button-prev:after{
  content: initial;
}
.school .f2 .f2Swiper {
  width: 100%;
  margin-top: 3vw;
  padding-bottom: 2vw;
}
.chooseSwiper .d2{
  height: 18vw;
  margin-top: .5vw;
  overflow-y: scroll;
}
.school .f2 .f2Swiper .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #f4f6f8;
}
.school .f2 .f2Swiper .swiper-slide .img {
  width: 100%;
  height: 26vw;
  background-image: linear-gradient(-58deg, #cbe2ec 0%, #49c7f9 100%);
  /*border-radius: 1vw 1vw 0 1vw;*/
  position: relative;
  background-size: cover !important;
}
.school .f2 .f2Swiper .swiper-slide .text {
  /*position: absolute;*/
  /*color: white;*/
  /*top: 21vw;*/
  /*left: 2vw;*/
  text-align: left;
  font-size: 1vw;
  padding: 1vw;
  background: #f4f6f8;
  min-height: 8vw;
}
.school .f2 .f2Swiper .swiper-slide .text .t {
  /*font-family: SourceHanSansCNHeavy;*/
  color: #0061ae;
  font-size: 1.2vw;
}
.school .f2 .f2Swiper .swiper-slide .text .d {
  font-family: SourceHanSansCNRegular;
  font-size: 0.9vw;
  margin: .5vw 0;
}
.school .f2 .f2Swiper .swiper-slide .text .d2 {
  font-family: SourceHanSansCNRegular;
  font-size: 0.9vw;
}
.school .f2 .f2Swiper .swiper-pagination {
  bottom: 0;
  top: inherit;
}
.school .f2 .f2Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0061ae;
}
.school .f2 .f2Box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}
.school .f2 .f2Box .left{
  width: 35vw;
  background: #f4f6f8;
  padding: .5vw;
  border-radius: 5px;
}
.f2LSwiper{
  width: 100%;
  overflow: hidden;
}
.f2LSwiper .imgBox{
  display: flex;
  height: 20vw;
  overflow: hidden;
}
.f2LSwiper .imgBox .img{
  width: 55%;
  height: 100%;
  background-size: cover !important;
}
.f2LSwiper .imgBox .mask {
  width: 45%;
  height: 100%;
  position: relative;
  background: url('../images/img2_11_m.jpg') center no-repeat;
  -webkit-transform: rotate(5deg) scale(1.2);
  margin-left: -.5vw;
}
.f2LSwiper .imgBox .mask .name {
  width: 80%;
  height: auto;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-5deg) scale(.8);
  position: absolute;
  font-size: 1vw;
}
.f2LSwiper .imgBox .mask .name b{
  font-size: 1.2vw;
}
.f2LSwiper .imgBox .mask::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -5%;
  top: 1%;
  /*background: #0061ae;*/
  content: '';
  -webkit-transform: rotate(5deg) scale(1.1);
}
.f2LSwiper .imgBox .mask::after {
  width: 16vw;
  height: 13vw;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/img3.png) no-repeat;
  background-size: cover;
  content: '';
}
.f2LSwiper .info {
  width: 100%;
  height: auto;
  position: relative;
  padding: 1vw 1vw 2vw 1vw;
  font-size: .9vw;
  line-height: 1.7;
}
.school .f2 .f2Box .right{
  width: 46vw;
  position: relative;
}
.school .f2 .f2Box .right .f2RSwiper{
  width: 100%;
  overflow: hidden;
}
.school .f2 .f2Box .right .f2RSwiper .swiper-slide{
  padding: .5vw;
  background: #f4f6f8;
  border-radius: 5px;
}
.school .f2 .f2Box .right .f2RSwiper .img{
  width: 100%;
  height: 18vw;
  background-size: cover !important;
}
.school .f2 .f2Box .right .f2RSwiper .text{
  padding: 1vw;
  height: 16vw;
}
.school .f2 .f2Box .right .f2RSwiper .text .name{
  font-size: 1.2vw;
  color: #0061ae;
}
.school .f2 .f2Box .right .f2RSwiper .text .name2{
  margin: 1vw 0;
}
.school .f2 .f2Box .right .f2RSwiper .text .des{
  margin: .5vw 0;
  font-size: .9vw;
}
.school .f2 .f2Box .right .swiper-button-next{
  top: 25%;
  right: -1.5vw;
  width: 3vw;
}
.school .f2 .f2Box .right .swiper-button-prev img{
  transform: rotate(180deg);
}
.school .f2 .f2Box .right .swiper-button-prev{
  top: 25%;
  left: -1.5vw;
  width: 3vw;
}
.school .f2 .f2Box .right .swiper-button-next:after, .school .f2 .f2Box .right .swiper-button-prev:after{
  content: initial;
}
.school .f3 {
  width: 100%;
  height: 47vw;
  display: flex;
}
.school .f3 .left {
  width: 56vw;
  height: 100%;
  background-size: cover !important;
  padding: 6vw 8vw;
  transition: .3s all ease-in-out;
}
.school .f3 .left .titBox {
  text-align: left;
}
.school .f3 .left .titBox .en {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  font-size: 4vw;
}
.school .f3 .left .titBox .cn {
  color: white;
  margin-top: -4vw;
}
.school .f3 .left .textBox {
  width: 43vw;
  height: auto;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 1vw;
  position: relative;
  padding: 3vw 2vw;
  margin-top: 8vw;
}
.school .f3 .left .textBox .icon {
  width: 3vw;
  position: absolute;
  right: 2vw;
  top: 2vw;
}
.school .f3 .left .textBox .t {
  color: #0061ae;
  font-size: 1.5vw;
  font-weight: bold;
}
.school .f3 .left .textBox .d {
  color: #333333;
  font-size: 0.9vw;
  text-align: justify;
  line-height: 2;
  margin-top: 2vw;
}
.school .f3 .right {
  width: 44vw;
  height: 100%;
  background: url('../images/bg9.jpg') center no-repeat;
  background-size: cover !important;
  padding-top: 5vw;
  overflow-y: scroll;
}
.school .f3 .right .item {
  width: 38vw;
  color: #aaaaaa;
  display: flex;
  font-weight: bold;
  padding: 2vw 4vw 2vw 8vw;
  background-color: transparent;
  border-radius: 1vw 0 0 1vw;
  margin-left: -3vw;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  position: relative;
  overflow: hidden;
}
.school .f3 .right .item::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../images/icon10.jpg') center no-repeat;
  background-size: cover !important;
  left: 0;
  top: 0;
  opacity: 0;
}
.school .f3 .right .item .num {
  font-size: 3vw;
  position: relative;
}
.school .f3 .right .item .text {
  margin: 1vw;
  font-size: 1vw;
  position: relative;
}
.school .f3 .right .active {
  background-color: #ffffff;
  color: #0061ae;
}
.school .f3 .right .active::before{
  opacity: 1;
}
.school .f33{
  width: 100%;
  background: url('../images/img60.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 8vw;
}
.school .f33 .f33Box{
  width: 100%;
  display: flex;
}
.school .f33 .f33Box .left{
  width: 41vw;
}
.school .f33 .f33Box .left .titBox{
  text-align: left;
}
.school .f33 .f33Box .left .titBox .en{
  font-size: 4.8vw;
}
.school .f33 .f33Box .left .des{
  color: #333333;
  font-size: .9vw;
  line-height: 2;
  text-align: justify;
  margin-top: 3vw;
}
.school .f33 .f33Box .right{
  display: flex;
  margin-left: 5vw;
  padding-top: 3vw;
}
.school .f33 .f33Box .right .imgBox{
  width: 23vw;
}
.school .f33 .f33Box .right .itemBox{
  margin-left: 3vw;
}
.school .f33 .f33Box .right .itemBox .item{
  display: flex;
  font-weight: bold;
  font-size: 1vw;
  color: #999999;
  margin-top: 4vw;
  cursor: pointer;
}
.school .f33 .f33Box .right .itemBox .item img{
  width: 4vw;
}
.school .f33 .f33Box .right .itemBox .item.active{
  color: #0061ae;
}
.school .f33 .f33Box .right .itemBox .item.active img{
  border: 3px solid #03a3db;
  border-radius: 50%;
}
.school .f33 .f33Box .right .itemBox .item .name{
  position: relative;
  top: .5vw;
  left: 1vw;
}
.school .f33 .f33Item{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5vw;
}
.school .f33 .f33Item .item{
  width: 19vw;
  margin-right: 2vw;
  margin-top: 2vw;
}
.school .f33 .f33Item .item:nth-child(4n) {
  margin-right: 0;
}
.school .f4 {
  width: 100%;
  padding: 8vw;
}
.school .f4 .f4Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.school .f4 .f4Box .item {
  width: 26vw;
  color: #333333;
  margin-right: 2vw;
  padding: 2vw 0;
  margin-top: 2vw;
}
.school .f4 .f4Box .item .imgBox {
  width: 26vw;
  height: 18vw;
  overflow: hidden;
  border-radius: 0.5vw;
}
.school .f4 .f4Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.school .f4 .f4Box .item .name {
  font-size: 1vw;
  margin: 1vw 0;
}
.school .f4 .f4Box .item .time {
  font-size: 0.9vw;
}
.school .f4 .f4Box .item:hover .imgBox .img {
  transform: scale(1.1);
}
.school .f4 .f4Box .item:hover .name {
  color: #0061ae;
}
.school .f4 .f4Box .item:nth-child(3n) {
  margin-right: 0;
}
.school .f4 .mores {
  width: 10vw;
  height: 3vw;
  background-color: #0061ae;
  border-radius: 2vw;
  border: solid 0vw #ffffff;
  color: #ffffff;
  font-family: SourceHanSansCNMedium;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 3vw;
}
.news {
  width: 100%;
}
.news .f1 {
  width: 100%;
  padding: 5vw 8vw;
}
.news .f1 .f1Box {
  width: 100%;
}
.news .f1 .f1Box .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 6vw;
}
.news .f1 .f1Box .item .imgBox {
  width: 26vw;
  height: 18vw;
  border-radius: 0.5vw;
  overflow: hidden;
}
.news .f1 .f1Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.news .f1 .f1Box .item .textBox {
  width: 50vw;
  padding: 1vw 0;
  color: #333333;
}
.news .f1 .f1Box .item .textBox .time {
  font-size: 0.9vw;
}
.news .f1 .f1Box .item .textBox .tit {
  font-size: 1.4vw;
  margin: 1vw 0;
}
.news .f1 .f1Box .item .textBox .des {
  font-size: 0.9vw;
  line-height: 1.7;
  text-align: justify;
  opacity: .7;
}
.news .f1 .f1Box .item .textBox .more {
  margin-top: 3vw;
  padding: 0.4vw 1vw;
  font-size: 0.85vw;
}
.news .f1 .f1Box .item .textBox .more .img {
  width: 0.65vw;
}
.news .f1 .f1Box .item:hover .imgBox .img {
  transform: scale(1.1);
}
.news .f1 .f1Box .item:hover .textBox .tit {
  color: #0061AE;
}
.news .f1 .f1Box .item:nth-child(1) .imgBox {
  width: 41vw;
  height: 27vw;
}
.news .f1 .f1Box .item:nth-child(1) .textBox {
  width: 35vw;
}
.life {
  width: 100%;
}
.life .f0 {
  width: 100%;
  overflow: hidden;
  padding: 5vw 8vw 8vw 8vw;
}
.life .f0 .titBox {
  text-align: left;
}
.life .f0 .f0Swiper{
  width: 100%;
  height: 30vw;
  overflow: hidden;
  margin-top: 5vw;
}
.life .f0 .f0Swiper .swiper-slide{
  width: 19vw;
  height: 13vw;
  margin-right: 2vw;
  transition: .3s all ease-in-out;
  position: relative;
  top: 14vw;
}
.life .f0 .f0Swiper .swiper-slide-active{
  width: 41vw;
  height: 27vw;
  top: 0;
}
.life .f0 .f0Swiper .swiper-slide .imgBox{
  width: 100%;
  height: 13vw;
  background-color: #334ba5;
  border-radius: 1vw;
  background-size: cover !important;
}
.life .f0 .f0Swiper .swiper-slide-active .imgBox{
  height: 27vw;
}
.life .f0 .f0Swiper .swiper-slide .text{
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 7vw 2vw 2vw 2vw;
  height: 10vw;
  background: linear-gradient(to bottom, transparent, #00a4e5);
  border-radius: 1vw;
  opacity: 0;
}
.life .f0 .f0Swiper .swiper-slide-active .text{
  opacity: 1;
}
.life .f0 .f0Swiper .swiper-slide .text .name{
  color: white;
  font-size: 1vw;
  font-weight: bold;
}
.life .f0 .f0Swiper .swiper-button-next:after, .life .f0 .f0Swiper .swiper-button-prev:after{
  content: inherit;
}
.life .f0 .f0Swiper .swiper-button-next{
  width: 3vw;
  left: 47vw;
  right: inherit;
  top: 30%;
}
.life .f0 .f0Swiper .swiper-button-next img{
  transform: rotate(180deg);
}
.life .f0 .f0Swiper .swiper-button-prev{
  width: 3vw;
  left: 43vw;
  right: inherit;
  top: 30%;
}
.life .f0 .f0Tab{
  position: absolute;
  right: 8vw;
  margin-top: -3vw;
  display: flex;
}
.life .f0 .f0Tab .tab{
  width: 3.5vw;
  height: 3.5vw;
  background-color: #ffffff;
  border: 1px solid #dadada;
  font-weight: bold;
  font-size: 1vw;
  color: #999999;
  line-height: 3.5vw;
  text-align: center;
  border-radius: 50%;
  margin: 0 1vw;
  cursor: pointer;
  position: relative;
}
.life .f0 .f0Tab .tab.active{
  color: #334ba5;
  border: 1px solid #334ba5;
}
.life .f0 .f0Tab::before{
  content: '';
  position: absolute;
  width: 30vw;
  height: 1px;
  background: #dadada;
  margin-top: 1.65vw;
  margin-left: -1.2vw;
}
.life .f1 {
  width: 100%;
  height: 73vw;
  background: url('../images/bg10.jpg') center no-repeat;
  background-size: cover !important;
  overflow: hidden;
}
.life .f1 .titBox {
  text-align: left;
  padding: 8vw;
}
.life .f1 .titBox .en {
  -webkit-text-stroke: 1px #9fcdf3;
}
.life .f1 .f1Box {
  width: 100%;
  padding: 0 8vw;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.life .f1 .f1Box .left .item {
  font-family: SourceHanSerifCNMedium;
  font-size: 1vw;
  color: #0061ae;
  margin-bottom: 2vw;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.life .f1 .f1Box .left .active {
  font-weight: bold;
  font-size: 1.5vw;
  padding-left: 3vw;
}
.life .f1 .f1Box .left .active::before {
  content: '';
  position: absolute;
  width: 2vw;
  height: 1px;
  background: #0061ae;
  margin-top: 1vw;
  margin-left: -3vw;
}
.life .f1 .f1Box .right {
  width: 69vw;
  height: 60vw;
  overflow-y: scroll;
  display: inline-block;
  margin-top: -10vw;
  position: relative;
}
.life .f1 .f1Box .right .item {
  width: 33vw;
  height: 24vw;
  border-radius: 1vw;
  display: inline-block;
  overflow: hidden;
  margin-right: 2vw;
  margin-bottom: 2vw;
  position: relative;
}
.life .f1 .f1Box .right .item .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.life .f1 .f1Box .right .item:hover .img {
  transform: scale(1.1);
}
.life .f1 .f1Box .right .item:nth-child(odd){
    top: 8vw;
}
.life .f1 .f1Box .right .item:nth-child(2n) {
  margin-right: 0;
  /*margin-top: 8vw;*/
}
.life .f2 {
  width: 100%;
  padding: 5vw 1vw;
  position: relative;
  overflow: hidden;
}
.life .f2 .text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 25vw;
}
.life .f2 .text .des {
  font-size: 1vw;
  margin-top: 1.5vw;
  color: #414141;
}
.life .f2 .itemBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.life .f2 .itemBox .item {
  width: 23vw;
  height: 15vw;
  border-radius: 1vw;
  overflow: hidden;
  margin-bottom: 2vw;
}
.life .f2 .itemBox .item .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.life .f2 .itemBox .item:hover .img {
  transform: scale(1.1);
}
.life .f3 {
  width: 100%;
  height: 62vw;
  padding: 8vw;
  background: url('../images/bg11.jpg') center no-repeat;
  background-size: cover !important;
}
.life .f3 .titBox {
  text-align: left;
}
.life .f3 .titBox .en {
  -webkit-text-stroke: 1px #9fcdf3;
}
.life .f3 .f3Swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 6vw;
  padding-bottom: 3vw;
  padding-top: 3vw;
}
.life .f3 .f3Swiper .swiper-slide {
  width: 69vw;
  height: 27vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 2vw 0vw rgba(127, 127, 127, 0.13);
  border-radius: 1vw;
  display: flex;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}
.life .f3 .f3Swiper .swiper-slide .imgBox {
  width: 30vw;
  height: 27vw;
  background-size: cover !important;
}
.life .f3 .f3Swiper .swiper-slide .text {
  width: 40vw;
  padding: 4vw;
  position: relative;
  overflow: hidden;
}
.life .f3 .f3Swiper .swiper-slide .text .name {
  color: #333333;
  font-size: 1.2vw;
}
.life .f3 .f3Swiper .swiper-slide .text .des{
  font-size: .9vw;
  margin-top: 1vw;
  opacity: .7;
}
.life .f3 .f3Swiper .swiper-slide .text .more {
  display: inline-block;
  position: absolute;
  bottom: 3vw;
  padding: 0.4vw 1vw;
  font-size: 0.85vw;
}
.life .f3 .f3Swiper .swiper-slide .text::before {
  content: '';
  position: absolute;
  background: url('../images/img5.png') center no-repeat;
  background-size: cover !important;
  width: 28vw;
  height: 26vw;
  right: -5vw;
  bottom: -5vw;
  opacity: 0.3;
  pointer-events: none;
}
.life .f3 .f3Swiper .swiper-slide-active {
  transform: translateY(-3vw);
}
.life .f3 .f3Swiper .swiper-pagination {
  bottom: 0;
  top: inherit;
}
.life .f3 .f3Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0061ae;
}
.join {
  width: 100%;
}
.join .f1 {
  width: 100%;
  background: url('../images/bg12.jpg') center no-repeat;
  background-size: cover !important;
  padding: 5vw 8vw;
}
.join .f1 .titBox {
  text-align: left;
}
.join .f1 .f1Swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 5vw;
  padding-bottom: 4vw;
}
.join .f1 .f1Swiper .swiper-slide {
  width: 27vw;
  height: 15vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 5vw 0vw rgba(195, 219, 232, 0.39);
  border-radius: 1vw;
  position: relative;
}
.join .f1 .f1Swiper .swiper-slide .text {
  width: 100%;
  height: 13vw;
  padding: 3vw;
  display: inline-block;
  position: relative;
}
.join .f1 .f1Swiper .swiper-slide .text .t {
  color: #333333;
  font-weight: bold;
  font-size: 1.2vw;
}
.join .f1 .f1Swiper .swiper-slide .text .d {
  color: #6d6d6d;
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.join .f1 .f1Swiper .swiper-slide .text .mores {
  width: 2.5vw;
  height: 2.5vw;
  background-color: #0061ae;
  border-radius: 50%;
  padding-top: 0.85vw;
  position: absolute;
  bottom: 0;
}
.join .f1 .f1Swiper .swiper-slide .text .mores img {
  width: 0.8vw;
  margin: 0 auto;
}
.join .f1 .f1Swiper .swiper-button-next {
  right: 0;
  left: inherit;
  bottom: 0;
  top: inherit;
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.join .f1 .f1Swiper .swiper-button-next img {
  width: 0.9vw;
  margin: 0 auto;
  position: relative;
  left: 0.1vw;
}
.join .f1 .f1Swiper .swiper-button-prev {
  right: 4vw;
  left: inherit;
  bottom: 0;
  top: inherit;
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: rotate(180deg);
}
.join .f1 .f1Swiper .swiper-button-prev img {
  width: 0.9vw;
  margin: 0 auto;
  position: relative;
  left: 0.1vw;
}
.join .f1 .f1Swiper .swiper-button-next:after,
.join .f1 .f1Swiper .swiper-button-prev:after {
  content: inherit;
}
.join .f2 {
  width: 100%;
  padding: 5vw 8vw;
}
.join .f2 .titBox{
  text-align: left;
}
.join .f2 .f2Swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 5vw;
  padding-bottom: 4vw;
}
.join .f2 .f2Swiper .swiper-slide {
  width: 26vw;
  height: 23vw;
  background-image: linear-gradient(90deg, #cbe2ec 0%, #bfedff 100%);
  border-radius: 2vw;
  position: relative;
}
.join .f2 .f2Swiper .swiper-slide .text {
  width: 100%;
  height: 20vw;
  padding: 3vw;
  display: inline-block;
  position: relative;
}
.join .f2 .f2Swiper .swiper-slide .text .t {
  color: #333333;
  font-weight: bold;
  font-size: 1.2vw;
}
.join .f2 .f2Swiper .swiper-slide .text .d {
  color: #6d6d6d;
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.join .f2 .f2Swiper .swiper-slide .text .mores {
  width: 2.5vw;
  height: 2.5vw;
  background-color: #0061ae;
  border-radius: 50%;
  padding-top: 0.85vw;
  position: absolute;
  bottom: 0;
}
.join .f2 .f2Swiper .swiper-slide .text .mores img {
  width: 0.8vw;
  margin: 0 auto;
}
.join .f2 .f2Swiper .swiper-button-next {
  right: 0;
  left: inherit;
  bottom: 0;
  top: inherit;
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid #0061ae;
  border-radius: 50%;
}
.join .f2 .f2Swiper .swiper-button-next img {
  width: 0.9vw;
  margin: 0 auto;
  position: relative;
  left: 0.1vw;
}
.join .f2 .f2Swiper .swiper-button-prev {
  right: 4vw;
  left: inherit;
  bottom: 0;
  top: inherit;
  width: 2.5vw;
  height: 2.5vw;
  border: 1px solid #0061ae;
  border-radius: 50%;
  transform: rotate(180deg);
}
.join .f2 .f2Swiper .swiper-button-prev img {
  width: 0.9vw;
  margin: 0 auto;
  position: relative;
  left: 0.1vw;
}
.join .f2 .f2Swiper .swiper-button-next:after,
.join .f2 .f2Swiper .swiper-button-prev:after {
  content: inherit;
}
.join .f3 {
  width: 100%;
  background: url('../images/bg13.jpg') center no-repeat;
  background-size: cover !important;
  padding: 5vw 8vw;
}
.join .f3 .titBox {
  text-align: left;
}
.join .f3 .f3Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 7vw;
}
.join .f3 .f3Box .left {
  width: 41vw;
}
.join .f3 .f3Box .left form .inputItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.join .f3 .f3Box .left form .inputItem .inputBox .name {
  color: #333333;
  font-family: SourceHanSerifCNRegular;
  font-size: 1vw;
  padding-left: 1vw;
}
.join .f3 .f3Box .left form .inputItem .inputBox input {
  width: 19vw;
  height: 3vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 1vw 0vw rgba(206, 206, 206, 0.16);
  border-radius: 0.5vw;
  border: transparent;
  margin-top: 1vw;
  padding: 0 1vw;
  font-size: 0.9vw;
}
.join .f3 .f3Box .left form .timeBox {
  margin-top: 3vw;
}
.join .f3 .f3Box .left form .timeBox .name {
  color: #333333;
  font-family: SourceHanSerifCNRegular;
  font-size: 1vw;
  padding-left: 1vw;
}
.join .f3 .f3Box .left form .timeBox input {
  width: 19vw;
  height: 3vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 1vw 0vw rgba(206, 206, 206, 0.16);
  border-radius: 0.5vw;
  border: transparent;
  margin-top: 1vw;
  padding: 0 1vw;
  font-size: 0.9vw;
}
.join .f3 .f3Box .left form .textarea {
  margin-top: 3vw;
}
.join .f3 .f3Box .left form .textarea .name {
  color: #333333;
  font-family: SourceHanSerifCNRegular;
  font-size: 1vw;
  padding-left: 1vw;
}
.join .f3 .f3Box .left form .textarea textarea {
  width: 41vw;
  height: 7vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 1vw 0vw rgba(206, 206, 206, 0.16);
  border-radius: 0.5vw;
  border: transparent;
  margin-top: 1vw;
  padding: 1vw;
  font-size: 0.9vw;
}
.join .f3 .f3Box .left form .submit {
  width: 9vw;
  height: 3vw;
  border: 2px solid #0061ae;
  color: #0061ae;
  text-align: center;
  font-size: 0.9vw;
  line-height: 3vw;
  border-radius: 3vw;
  font-family: SourceHanSansCNMedium;
  margin-top: 4vw;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  letter-spacing: 3px;
}
.join .f3 .f3Box .left form .submit:hover {
  background: #0061ae;
  color: white;
}
.join .f3 .f3Box .right {
  width: 33vw;
  height: 27vw;
  background-color: #ffffff;
  box-shadow: 0vw 0vw 5vw 0vw rgba(195, 219, 232, 0.39);
  padding: 2vw;
  border-radius: 2vw;
  color: #333333;
}
.join .f3 .f3Box .right .t {
  font-weight: bold;
  font-size: 1.2vw;
}
.join .f3 .f3Box .right .des {
  font-size: 0.9vw;
  line-height: 2;
}
.join .f3 .f3Box .right .des p {
  margin-top: 1vw;
}
#date {
  position: relative;
}
.date-js {
  position: absolute;
  background-color: #fff;
  width: 245px;
  bottom: 3vw;
  border: 1px solid #e2e2e2;
  display: flex;
  flex-flow: column;
  z-index: 999;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}
.date-js .show-year {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
}
.date-js .show-year .show-date {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.date-js .show-year .change-date {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.date-js .show-year .change-date:hover {
  color: #0061ae;
}
.date-js .show-week {
  width: 100%;
  height: 30px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
}
.date-js .show-week .week-day {
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.date-js .show-month {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.date-js .show-month .month-day {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
.date-js .show-month .month-day.active {
  background-color: #0061ae;
  border-radius: 50%;
  color: #fff;
}
.date-js .show-month .month-day.today {
  color: #0061ae;
}
.date-js .show-month .month-day.today.active {
  color: #fff;
}
.date-js .show-month .month-day.active:hover {
  color: #fff;
}
.date-js .show-month .month-day.not-this-month {
  color: #c0c4cc;
}
.date-js .show-month .month-day:hover {
  color: #0061ae;
}
.date-js .bts {
  width: 100%;
  height: 30px;
  border-top: 1px solid #e2e2e2;
  display: flex;
}
.date-js .bts .bt {
  width: 50%;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.date-js .bts .bt:first-child {
  border-right: 1px solid #e2e2e2;
}
.date-js .bts .bt:hover {
  background-color: #0061ae;
  color: #fff;
}
.teamTab{
  width: 100%;
  display: inline-block;
  margin: 3vw auto 0 auto;
  text-align: center;
}
.teamTab .tab{
  display: inline-block;
  border: 1px solid #0061ae;
  padding: .5vw 1vw;
  font-size: .9vw;
  border-radius: 3vw;
  margin: 0 .5vw;
  color: #0061ae;
  cursor: pointer;
}
.teamTab .tab:hover{
  color: white;
  background: #0061ae;
}
.teamTab .tab.active{
  color: white;
  background: #0061ae;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media screen and (max-width: 1660px) {
  .footer .footerCent .footerNav ul .level1{
    padding: 0 1vw;
  }
  header .right .phone{
    margin-top: .5vw;
  }
  header .right nav ul li a{
    font-size: 1vw;
  }
  header .right nav ul li .second .left .des{
    font-size: 1vw;
  }
  #menu a .t{
    margin-top: -1.8vw;
    font-size: 1vw;
  }
  .footer .footerCent .footerNav ul .level1 a{
    font-size: 1vw;
  }
  .footer .footerCent .footerNav ul .level1 ul li a{
    font-size: .9vw;
  }
  .footer .footerHead .left .qrcodeBox .qrcode{
    font-size: 1vw;
  }
  .footer .footerInfo{
    font-size: 1vw;
  }
  header .right nav ul li .second{
    margin-top: 1.8vw;
  }
  .index .homeSwiper .swiper-slide .f2 .textBox .des{
    font-size: 1.2vw;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .des .t{
    font-size: 1.3vw;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .des .d{
    font-size: 1vw;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide .iconBox{
    font-size: 1vw;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box .item .textBox .t{
    font-size: 1.5vw;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box .item .textBox .d{
    font-size: 1vw;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .left .d{
    font-size: 1.2vw;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .right .item .text .d{
    font-size: 1vw;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .right .item .text .t{
    font-size: 1.3vw;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .right .item .text{
    height: 7vw;
  }
  .index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT .name,.index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT .text .time{
    font-size: 1.2vw;
  }
  .index .homeSwiper .swiper-slide .f6 .right .itemBox .item{
    font-size: 1.2vw;
  }
  .index .homeSwiper .swiper-slide .f6 .right .itemBox .item .name{
    width: 70%;
  }
  .footer .footerCent .left .phone .t{
    font-size: 1.2vw;
  }
  .footer .footerCent .left .phone .d{
    font-size: 1.5vw;
  }
  .tabBox .tab{
    font-size: 1.2vw;
  }
  .dang .f1 .f1Box .item .name{
    font-size: 1.4vw;
  }
  .dang .f1 .f1Box .item .time{
    font-size: 1.2vw;
  }
  .school .f1 .text .des{
    font-size: 1vw;
  }
  .school .f2 .f2Swiper .swiper-slide .text{
    font-size: 1.2vw;
  }
  .school .f2 .f2Swiper .swiper-slide .text .d{
    font-size: 1vw;
  }
  .school .f3 .left .textBox .d{
    font-size: 1vw;
  }
  .school .f3 .right .item .text{
    font-size: 1.2vw;
  }
  .school .f4 .f4Box .item .name{
    font-size: 1.2vw;
  }
  .school .f4 .f4Box .item .time{
    font-size: 1vw;
  }
  .news .f1 .f1Box .item .textBox .time{
    font-size: 1vw;
  }
  .news .f1 .f1Box .item .textBox .des,.news .f1 .f1Box .item .textBox .time,.news .f1 .f1Box .item .textBox .des{
    font-size: 1vw;
  }
  .life .f0 .f0Swiper .swiper-slide .text .name,.life .f1 .f1Box .left .item,.life .f2 .text .des{
    font-size: 1.2vw;
  }
  .life .f3 .f3Swiper .swiper-slide .text .name{
    font-size: 1.4vw;
  }
  .life .f3 .f3Swiper .swiper-slide .text .des,.join .f3 .f3Box .right .des,.join .f3 .f3Box .left form .submit{
    font-size: 1vw;
  }
  header .right nav ul li{
    padding-bottom: 1.7vw;
  }
}
@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .chooseSwiper .d2{
    height: auto;
    margin-top: .5vw;
  }
  .bannerBox {
    height: 40vw;
  }
  .titBox .en {
    font-size: 28px;
  }
  .titBox .cn {
    font-size: 22px;
    margin-top: -8.5vw;
  }
  .dang .f1 {
    padding: 10vw 5vw;
  }
  .tabBox .tab {
    font-size: 14px;
    border-radius: 5vw;
    padding: 1vw 4.5vw;
  }
  .dang .f1 .f1Box .item {
    width: 100%;
    margin-right: 0;
    margin-top: 5vw;
    padding: 5vw 0;
  }
  .dang .f1 .f1Box .item .imgBox {
    width: 100%;
    height: 50vw;
  }
  .dang .f1 .f1Box .item .name {
    font-size: 16px;
    margin: 3vw 0;
  }
  .dang .f1 .f1Box .item .time {
    font-size: 14px;
  }
  .footer{
    padding: 10vw 5vw;
  }
  .footer .footerHead .left .t{
    font-size: 18px;
  }
  .footer .footerHead .left .qrcodeBox{
    margin-top: 5vw;
  }
  .footer .footerHead .left .qrcodeBox .qrcode{
    width: 21vw;
    font-size: 14px;
  }
  .footer .footerHead .right{
    width: 100%;
    height: 10vw;
    bottom: -15vw;
  }
  .footer .footerHead .right .list{
    width: 100%;
  }
  .footer .footerHead .right .list .txt{
    font-size: 14px;
    line-height: 10vw;
    padding-left: 2vw;
  }
  .footer .footerHead .right .list .lists{
    top: 10vw;
  }
  .footer .footerHead .right .list .lists a{
    padding-left: 2vw;
    font-size: 14px;
  }
  .footer .footerCent{
    margin: 20vw 0 5vw 0;
    display: block;
  }
  .footer .footerCent .left{
    display: flex;
    justify-content: space-between;
  }
  .footer .footerHead .right .searchBtn{
    width: 10vw;
    height: 10vw;
  }
  .footer .footerHead .right .searchBtn img{
    width: 3vw;
  }
  .footer .footerNav{
    display: none;
  }
  .footer .footerCent .left .logo{
    width: 35vw;
    margin-top: 2vw;
  }
  .footer .footerCent .left .phone{
    margin-top: -1vw;
  }
  .footer .footerCent .left .phone .t{
    font-size: 14px;
  }
  .footer .footerCent .left .phone .d{
    font-size: 16px;
  }
  .footer .footerCent .left .phone i {
    font-size: 38px;
    margin-left: -12vw;
    margin-top: 1vw;
  }
  .footer .footerInfo{
    display: block;
    font-size: 14px;
    text-align: center;
  }
  .footer .footerInfo a{
    display: block;
  }
  .footer .footerInfo a img{
    width: 4vw;
    height: 4vw;
    position: absolute;
    left: 21vw;
    margin-top: .8vw;
  }
  .about .f1{
    padding: 10vw 5vw;
    display: block;
  }
  .about .f1 .right{
    width: 100%;
  }
  .about .f1 .right .text .t{
    font-size: 18px;
  }
  .about .f1 .right .text .des{
    font-size: 14px;
  }
  .about .f1 .right .titBox .en{
    font-size: 28px;
    margin-top: -9vw;
  }
  .about .f1 .left{
    width: 100%;
    height: 100vw;
    border-radius: 5vw 0 5vw 0;
  }
  .about .f2{
    padding: 10vw 5vw;
  }
  .about .f2 .f2Box .item{
    width: 42vw;
    height: 55vw;
    margin-right: 5vw;
    margin-bottom: 5vw;
    padding: 5vw;
    position: relative;
  }
  .about .f2 .f2Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .about .f2 .f2Box .item .en{
    font-size: 12px;
  }
  .about .f2 .f2Box .item .icon {
    width: 6vw;
    right: 4vw;
    top: 5vw;
  }
  .about .f2 .f2Box .item .text{
    width: 35vw;
    height: auto;
    bottom: 5vw;
  }
  .about .f2 .f2Box .item .text .t{
    font-size: 16px;
  }
  .about .f2 .f2Box .item .text .d{
    font-size: 12px;
  }
  .about .f3{
    padding: 10vw 5vw;
  }
  .about .f3 .f3Swiper{
    padding-bottom: 7vw;
  }
  .about .f3 .f3Swiper .swiper-pagination .swiper-pagination-bullet{
    margin: 0 .5vw;
  }
  .about .f4{
    padding: 10vw 5vw;
  }
  .about .f4 .f4Box .item{
    width: 100%;
    height: auto;
    margin-top: 5vw;
    margin-right: 0;
  }
  .about .bg7{
    position: fixed;
    height: 100%;
    top: 0;
  }
  .about .bg7 img{
    height: 100vh;
  }
  .about .f4 .f4Box .item .img{
    width: 30vw;
    height: 45vw;
  }
  .about .f4 .f4Box .item .textBox{
    width: 60vw;
    padding: 2vw;
  }
  .about .f4 .f4Box .item .textBox .t{
    display: block;
  }
  .about .f4 .f4Box .item .textBox .t .name{
    font-size: 16px;
    display: block;
  }
  .about .f4 .f4Box .item .textBox .t .tab{
    display: block;
    margin-left: 0;
    font-size: 14px;
    padding: 1vw 0;
    border: transparent;
  }
  .about .f4 .f4Box .item .textBox .des{
    font-size: 14px;
    height: auto;
  }
  .about .f4 .mores {
    width: 30vw;
    height: 8vw;
    border-radius: 5vw;
    text-align: center;
    line-height: 8vw;
    font-size: 14px;
  }
  .school .f1{
    padding: 10vw 5vw;
  }
  .school .f1 .text{
    width: 100%;
    margin-top: 5vw;
  }
  .school .f1 .text .t{
    font-size: 18px;
  }
  .school .f1 .text .des{
    font-size: 14px;
  }
  .school .f1 .imgBox{
    position: relative;
    top: inherit;
    right: 0;
    width: 100%;
    height: 60vw;
  }
  .school .f2{
    padding: 10vw 5vw;
  }
  .school .f2 .f2Swiper .swiper-slide .img{
    width: 100%;
    height: 60vw;
  }
  .school .f2 .f2Swiper .swiper-slide .text{
    font-size: 14px;
    top: 46vw;
    left: 5vw;
  }
  .school .f2 .f2Swiper .swiper-slide .text .d{
    font-size: 14px;
  }
  .school .f2 .f2Swiper .swiper-slide .img::before{
    width: 37vw;
    height: 20vw;
  }
  .school .f3{
    display: block;
    height: auto;
    position: relative;
  }
  .school .f3 .left{
    width: 100%;
  }
  .school .f3 .left .titBox .en{
    font-size: 28px;
  }
  .school .f3 .left .titBox .cn{
    margin-top: -9.5vw;
  }
  .school .f3 .left .textBox{
    width: 100%;
    height: auto;
    padding: 5vw;
    margin-top: 90vw;
  }
  .school .f3 .left .textBox .t{
    font-size: 18px;
  }
  .school .f3 .left .textBox .d{
    font-size: 14px;
  }
  .school .f3 .right{
    width: 100%;
    height: auto;
    position: absolute;
    top: 20vw;
    background: transparent;
  }
  .school .f3 .right .item{
    width: 100%;
    color: white;
  }
  .school .f3 .right .active{
    color: #0061ae;
  }
  .school .f3 .right .item .num{
    font-size: 34px;
  }
  .school .f3 .right .item .text{
    margin: 2vw 5vw;
    font-size: 14px;
  }
  .school .f4{
    padding: 10vw 5vw;
  }
  .school .f4 .f4Box .item{
    width: 100%;
    margin-right: 0;
    margin-top: 5vw;
  }
  .school .f4 .f4Box .item .imgBox{
    width: 100%;
    height: 50vw;
  }
  .school .f4 .f4Box .item .name{
    font-size: 16px;
    margin: 3vw 0;
  }
  .school .f4 .f4Box .item .time{
    font-size: 14px;
  }
  .school .f4 .mores{
    width: 30vw;
    height: 8vw;
    border-radius: 5vw;
    text-align: center;
    line-height: 8vw;
    font-size: 14px;
  }
  .news .f1{
    padding: 10vw 5vw;
  }
  .news .f1 .f1Box .item{
    width: 100%;
    margin-top: 5vw;
    display: block;
  }
  .news .f1 .f1Box .item .imgBox,.news .f1 .f1Box .item:nth-child(1) .imgBox{
    width: 100%;
    height: 50vw;
  }
  .news .f1 .f1Box .item .textBox,.news .f1 .f1Box .item:nth-child(1) .textBox{
    width: 100%;
    padding: 5vw 0;
  }
  .news .f1 .f1Box .item .textBox .time{
    font-size: 14px;
  }
  .news .f1 .f1Box .item .textBox .tit{
    font-size: 16px;
  }
  .news .f1 .f1Box .item .textBox .des,.news .f1 .f1Box .item .textBox .more{
    display: none;
  }
  .life .f1{
    height: auto;
  }
  .life .f1 .titBox{
    padding: 10vw 5vw 5vw 5vw;
  }
  .life .f1 .f1Box{
    padding: 0 5vw 10vw 5vw;
    display: block;
  }
  .life .f1 .f1Box .left{
    display: flex;
    flex-wrap: wrap;
  }
  .life .f1 .f1Box .left .item{
    font-size: 14px;
    width: 30vw;
    text-align: center;
  }
  .life .f1 .f1Box .left .active{
    font-size: 16px;
  }
  .life .f1 .f1Box .right{
    width: 100%;
    height: auto;
    overflow-y: inherit;
    margin-top: 5vw;
  }
  .life .f1 .f1Box .right .item:nth-child(2n){
    margin-top: 0;
  }
  .life .f1 .f1Box .left .active::before {
    width: 3vw;
    margin-top: 3vw;
    margin-left: -4vw;
  }
  .life .f1 .f1Box .right .item{
    width: 42vw;
    height: 33vw;
  }
  .life .f1 .f1Box .right .item:nth-child(odd){
    top: inherit;
  }
  .life .f2{
    padding: 5vw;
  }
  .life .f2 .text{
    position: relative;
    top: inherit;
  }
  .life .f2 .text .des{
    font-size: 14px;
    margin-top: 3vw;
  }
  .life .f2 .f2Box{
    width: 100%;
    margin-top: 5vw;
  }
  .life .f2 .itemBox{
    flex-wrap: wrap;
  }
  .life .f2 .itemBox .item {
    width: 44vw;
    height: 27vw;
    border-radius: 3vw;
  }
  .life .f3{
    height: auto;
    padding: 10vw 5vw;
  }
  .life .f3 .f3Swiper .swiper-slide{
    width: 100%;
    height: auto;
    display: block;
  }
  .life .f3 .f3Swiper .swiper-slide .imgBox{
    width: 100%;
    height: 50vw;
  }
  .life .f3 .f3Swiper .swiper-slide .text{
    width: 100%;
  }
  .life .f3 .f3Swiper .swiper-slide .text .name{
    font-size: 16px;
  }
  .life .f3 .f3Swiper .swiper-slide .text .more{
    font-size: 14px;
    position: relative;
    bottom: inherit;
    margin-top: 3vw;
    padding: 1vw 2vw;
  }
  .more .img{
    width: 2.5vw;
  }
  .join .f1{
    padding: 10vw 5vw;
  }
  .join .f1 .f1Swiper .swiper-slide{
    height: auto;
  }
  .join .f1 .f1Swiper .swiper-slide .text{
    height: auto;
  }
  .join .f1 .f1Swiper .swiper-slide .text .t{
    font-size: 16px;
  }
  .join .f1 .f1Swiper .swiper-slide .text .d{
    font-size: 14px;
  }
  .join .f1 .f1Swiper .swiper-slide .text .mores{
    width: 5.5vw;
    height: 5.5vw;
    padding-top: 1.8vw;
    position: relative;
    bottom: inherit;
    margin-top: 3vw;
  }
  .join .f1 .f1Swiper .swiper-slide .text .mores img{
    width: 2vw;
  }
  .join .f1 .f1Swiper .swiper-button-prev,.join .f1 .f1Swiper .swiper-button-next{
    display: none;
  }
  .join .f2 .f2Swiper .swiper-slide{
    height: auto;
  }
  .join .f2 .f2Swiper .swiper-slide .text{
    height: auto;
  }
  .join .f2 .f2Swiper .swiper-slide .text .t{
    font-size: 16px;
  }
  .join .f2 .f2Swiper .swiper-slide .text .d{
    font-size: 14px;
  }
  .join .f2 .f2Swiper .swiper-slide .text .mores{
    width: 5.5vw;
    height: 5.5vw;
    padding-top: 1.8vw;
    position: relative;
    bottom: inherit;
    margin-top: 3vw;
  }
  .join .f2 .f2Swiper .swiper-slide .text .mores img{
    width: 2vw;
  }
  .join .f2 .f2Swiper .swiper-button-next,.join .f2 .f2Swiper .swiper-button-prev{
    display: none;
  }
  .join .f3 .f3Box{
    margin-top: 5vw;
    display: block;
  }
  .join .f3 .f3Box .right{
    width: 100%;
    height: auto;
    padding: 5vw;
  }
  .join .f3 .f3Box .right .t{
    font-size: 16px;
  }
  .join .f3 .f3Box .right .des{
    font-size: 14px;
  }
  .join .f3 .f3Box .left{
    width: 100%;
    margin-top: 5vw;
  }
  .join .f3 .f3Box .left form .inputItem{
    display: block;
  }
  .join .f3 .f3Box .left form .inputItem .inputBox{
    margin-top: 3vw;
  }
  .join .f3 .f3Box .left form .inputItem .inputBox .name{
    font-size: 14px;
    padding-left: 0;
  }
  .join .f3 .f3Box .left form .inputItem .inputBox input{
    width: 100%;
    height: 8vw;
    font-size: 14px;
    margin-top: 3vw;
  }
  .join .f3 .f3Box .left form .timeBox .name{
    font-size: 14px;
    padding-left: 0;
  }
  .join .f3 .f3Box .left form .timeBox input{
    width: 100%;
    height: 8vw;
    font-size: 14px;
  }
  .join .f3 .f3Box .left form .textarea .name{
    font-size: 14px;
    padding-left: 0;
  }
  .join .f3 .f3Box .left form .textarea textarea{
    width: 100%;
    height: 20vw;
    font-size: 14px;
  }
  .join .f3 .f3Box .left form .submit{
    width: 30vw;
    height: auto;
    border-radius: 5vw;
    text-align: center;
    line-height: 8vw;
    font-size: 14px;
    margin: 3vw auto;
  }
  .sp_header {

    height: 50px;

    overflow: hidden;

    background: #fff;

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0

  }

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

  .sp_logo img {

    margin: auto;

    width: 130px;

    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: #0061ae;

    width: 30px;

    height: 2px;

    position: absolute;

    left: 10px;

    transition: all ease .35s

  }

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

    top: 15px;

  }

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

    top: 25px

  }

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

    top: 35px

  }

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

    top: 25px;

    transform: rotate(45deg)

  }

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

    width: 0

  }

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

    top: 25px;

    transform: rotate(-45deg)

  }
  .nav_sp_logo{
    width: 40px !important;
    position: fixed;
    z-index: 999;
  }
  .sp_flex{
    display: flex;
  }
  .sp_black{
    width: 50px;
    height: 100%;
    position: fixed;
    background: black;
    right: -100%;
    top: 0;
    transition: top ease .35s
  }
  .sjj_nav {
    position: fixed;
    z-index: 999;
    background: white;
    width: 85%;
    height: 100%;
    font-size: 14px;
    line-height: 40px;
    top: 0;
    right: -100%;
    padding-top: 15vw;
    overflow: auto;
    overflow-x: hidden;
    transition: right ease .35s
  }
  .sp_flex .mengBan{
    width: 15%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    transition: right ease .35s
  }
  .nav_show2 {

    right: 85% !important;

  }
  .nav_show {

    right: 0;

  }
  .sp_bottom{
    width: 100%;
    margin: 8vw auto;
    display: inline-block;
    text-align: center;
  }
  .sp_bottom .sp_serach{
    width: 31vw;
    height: 12vw;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 5vw;
  }
  .sp_bottom .sp_serach i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sp_bottom .sp_lag{
    width: 31vw;
    height: 12vw;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 30px;
    border: 1px solid #777777;
    text-align: center;
  }
  .sp_bottom .sp_lag i{
    color: black;
    font-size: 16px;
    margin-right: 2vw;
  }
  .sjj_nav > ul > li:first-child {

    overflow: hidden;

    border-top: 0

  }

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

    /*float: left;*/

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

  }

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

    float: right;

    width: 70px;

    overflow: hidden;

    line-height: 30px;

    margin-top: 5px

  }

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

    width: 35px;

    float: left;

    border-left: 1px #ddd solid;

    text-align: center;

    color: #999

  }

  .sjj_nav ul li i {

    position: absolute;

    top: 5px;

    right: 0;

    height: 30px;

    padding: 0 7px

  }

  .sjj_nav ul li i svg {

    transform: rotate(-90deg);

    transition: all ease .35s

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    transform: rotate(0)

  }

  .sjj_nav ul li {

    border-top: 1px #ddd solid;

    position: relative;

    line-height: 55px;

    font-size: 14px

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

    border-bottom: 1px #ddd solid

  }

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

  .sjj_nav ul li a {

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

    width: 80%;

    display: block;

    font-size: 16px;

    padding-left: 25px;

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

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

    display: block;

    text-align: left;

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

  }

  .sjj_nav ul li i svg {

    width: 20px;

    height: 20px;

    fill: #e31e4d;

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #e31e4d;

  }

  .sjj_nav ul li ul li > ul {

    margin-left: 10px

  }
  .sjj_nav .iconBox{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 15vw;
  }
  .sjj_nav .iconBox .icon{
    width: 50px;
    margin: 0 3vw;
    display: inline-block;
  }
  .sp_flex .sjj_nav .close{
    width: 25px;
    position: absolute;
    right: 4vw;
    top: 1vw;
    font-size: 28px;
    color: #0061ae;
  }
  .sp_flex .sjj_nav .bgImg{
    position: absolute;
    width: 70vw;
    top: 60vw;
    z-index: -1;
    right: 0;
  }
  header{
    padding: 0;
    left: 0;
  }
  main{
    margin-top: 50px;
  }
  .de_pate .title{
    font-size: 20px;
  }
  .detail_box{
    padding: 5vw 0;
    display: block;
  }
  .detail_box .dpl{
    width: 100%;
  }
  .detail_box .dpr{
    display: none;
  }
  .ndc_npnews{
    display: block;
  }
  .ndc_npnews .post_next, .ndc_npnews .post_prev{
    width: 100%;
  }
  .index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-slide .slide-inner .text{
    width: 90%;
    margin: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-slide .slide-inner .text .t{
    font-size: 28px;
  }
  .index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-slide .slide-inner .text .d{
    font-size: 16px;
  }
  .index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-slide .slide-inner .text::before{
    height: 22vw;
  }
  .index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-button-prev{
    width: 6.5vw;
    left: 3vw;
  }
  .index .homeSwiper .swiper-slide .f1 .f1Swiper .swiper-button-next{
    width: 6.5vw;
  }
  #menu{
    display: none;
  }
  .index .homeSwiper .swiper-slide .f2{
    background: url(../images/img2_11_m.jpg) center no-repeat;
  }
  .index .homeSwiper .swiper-slide .f2 .textBox{
    width: 100%;
    padding: 10vw 5vw;
    top: inherit;
    left: inherit;
  }
  .index .homeSwiper .swiper-slide .f2 .textBox .t{
    font-size: 22px;
  }
  .index .homeSwiper .swiper-slide .f2 .textBox .des{
    font-size: 14px;
    margin-top: 3vw;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box{
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
    display: flex;
    justify-content: space-between;
    padding: 0 5vw;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box .item{
    width: 21vw;
    height: 21vw;
    transform: scale(1);
    display: block;
    padding-top: 3.5vw;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(2){
    margin: 0;
    top: 0;
    position: relative;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(1){
    margin: 0;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(3){
    margin: 0;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box .item:nth-child(4){
    margin: 0;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box .item .icon{
    width: 7vw;
  }
  .index .homeSwiper .swiper-slide .f2 .f2Box .item p{
    font-size: 14px;
    margin-top: .5vw;
  }
  .index .homeSwiper .swiper-slide .f2 .textBox .more{
    width: 30vw;
    height: 10vw;
    border-radius: 5vw;
    text-align: center;
    line-height: 8vw;
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f2 .textBox .more p{
    float: inherit;
  }
  .index .homeSwiper .swiper-slide .f2 .bgItem{
    display: none;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide{
    display: block;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox{
    width: 100%;
    left: inherit;
    top: inherit;
    padding: 25vw 5vw 0 5vw;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper2::before {
    content: '';
    position: absolute;
    width: 13vw;
    height: 1px;
    background: white;
    left: 27vw;
    margin-top: 4.5vw;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper2::after {
    content: '';
    position: absolute;
    width: 13vw;
    height: 1px;
    background: white;
    left: 60.8vw;
    margin-top: -9.8vw;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .imgBox{
    width: 100%;
    height: 70vh;
    position: absolute;
    bottom: 50px;
    right: inherit;
    background-blend-mode: multiply;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .tit{
    font-size: 22px;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .des{
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .des .t{
    font-size: 16px;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .des .d{
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .more{
    width: 30vw;
    height: 10vw;
    border-radius: 5vw;
    text-align: center;
    line-height: 8vw;
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .textBox .more p{
    float: inherit;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper .swiper-slide .bgImg{
    width: 150%;
    height: 130vh;
    transform: rotate(90deg);
    top: -50vw;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box{
    display: block;
    padding: 0 5vw;
    top: 47%;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box .item{
    width: 100%;
    height: 35vw;
    margin-right: 0;
    margin-bottom: 3vw;
    display: block;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box .item .textBox{
    padding: 5vw;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box .item .textBox .t{
    font-size: 18px;
  }
  .index .homeSwiper .swiper-slide .f4 .f4Box .item .textBox .d{
    font-size: 14px;
    margin-top: 1vw;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box{
    display: block;
    top: 47%;
    padding: 0 5vw;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .left{
    width: 100%;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .left .t{
    font-size: 22px;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .left .d{
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .right{
    width: 100%;
    margin-top: 5vw;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .right .item{
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 3vw;
    padding: 5vw;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .right .item .en{
    text-align: right;
    font-size: 16px;
    position: absolute;
    right: 2vw;
    top: 2vw;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .right .item .icon{
    display: none;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .right .item .text{
    width: auto;
    height: auto;
    position: relative;
    bottom: inherit;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .right .item .text .t{
    font-size: 16px;
  }
  .index .homeSwiper .swiper-slide .f5 .f5Box .right .item .text .d{
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f6{
    padding: 0 5vw;
    display: block;
  }
  .index .homeSwiper .swiper-slide .f6 .left{
    padding-top: 5vw;
  }
  .index .homeSwiper .swiper-slide .f6 .left .text .t{
    font-size: 22px;
  }
  .index .homeSwiper .swiper-slide .f6 .left .text .d{
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f6 .left .more{
    width: 30vw;
    height: 10vw;
    border-radius: 5vw;
    text-align: center;
    line-height: 8vw;
    font-size: 14px;
    position: absolute;
    right: 10vw;
    top: 0;
  }
  .index .homeSwiper .swiper-slide .f6 .left .more p{
    float: inherit;
  }
  .index .homeSwiper .swiper-slide .f6 .right{
    width: 100%;
    display: block;
  }
  .index .homeSwiper .swiper-slide .f6 .right .itemBox{
    width: 100%;
    border-left: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 0;
  }
  .index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT .imgBox{
    width: 100%;
    height: 50vw;
  }
  .index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT .name{
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .index .homeSwiper .swiper-slide .f6 .right .itemBox .item{
    display: none;
  }
  .index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT .text{
    display: none;
  }
  .index .homeSwiper .swiper-slide .f6 .right .itemBox .itemT{
    border-bottom: transparent;
  }
  .index .homeSwiper .swiper-slide .footer{
    /*height: auto;*/
    padding: 10vw 5vw;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper2{
    width: 100%;
    top: 5vw;
    bottom: inherit;
    left: 0;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper{

  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide-thumb-active .iconBox .icon{
    width: 8vw;
    height: 8vw;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide .iconBox .icon{
    width: 8vw;
    height: 8vw;
    padding: 2vw;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide .iconBox{
    font-size: 14px;
  }
  .index .homeSwiper .swiper-slide .f3 .f3Swiper2 .swiper-slide .iconBox svg{
    display: none;
  }
  .bg14{
    width: 100%;
    position: absolute;
    bottom: 13vw;
    z-index: -1;
  }
  .life .f3 .f3Swiper .swiper-slide .text .des{
    display: none;
  }
  .school .f33{
    padding: 10vw 5vw;
  }
  .school .f33 .f33Box{
    display: block;
  }
  .school .f33 .f33Box .left{
    width: 100%;
  }
  .school .f33 .f33Box .left .des{
    font-size: 14px;
  }
  .school .f33 .f33Box .right{
    padding-top: 10vw;
    margin-left: 0;
  }
  .school .f33 .f33Box .right .imgBox{
    width: 55vw;
  }
  .school .f33 .f33Box .right .itemBox .item{
    font-size: 14px;
    margin-top: 9vw;
  }
  .school .f33 .f33Box .right .itemBox .item img{
    width: 13vw;
  }
  .school .f33 .f33Item .item{
    width: 44vw;
  }
  .school .f33 .f33Item .item:nth-child(2n) {
    margin-right: 0;
  }
  .life .f0 .f0Tab{
    width: 100%;
    position: relative;
    right: inherit;
    margin-top: 5vw;
  }
  .life .f0 .f0Tab .tab{
    width: 12vw;
    height: 12vw;
    line-height: 12vw;
    font-size: 14px;
    margin: 0 1.2vw;
  }
  .life .f0 .f0Tab .tab:last-child{
    margin-right: 0;
  }
  .life .f0 .f0Tab::before {
    width: 104%;
    margin-top: 5.65vw;
  }
  .life .f0 .f0Swiper{
    height: auto;
  }
  .life .f0 .f0Swiper .swiper-slide{
    width: 80%;
    height: 40vw;
    top: inherit;
  }
  .life .f0 .f0Swiper .swiper-slide .imgBox{
    height: 40vw;
  }
  .life .f0 .f0Swiper .swiper-slide .text{
    padding: 2vw;
  }
  .life .f0 .f0Swiper .swiper-slide .text .name{
    font-size: 14px;
  }
  .life .f0 .f0Swiper .swiper-button-next{
    display: none;
  }
  .life .f0 .f0Swiper .swiper-button-prev{
    display: none;
  }
  .teamTab .tab{
    padding: 1vw 3vw;
    font-size: 14px;
    border-radius: 5vw;
  }
  .school .f2 .f2Swiper .swiper-slide .textBox{
    width: 100%;
    font-size: 14px;
  }
  .school .f2 .f2Box{
    display: block;
  }
  .school .f2 .f2Box .left{
    width: 100%;
  }
  .f2LSwiper .imgBox{
    height: 50vw;
  }
  .f2LSwiper .imgBox .mask .name{
    font-size: 14px;
  }
  .f2LSwiper .imgBox .mask .name b{
    font-size: 16px;
  }
  .f2LSwiper .info{
    padding: 2vw 2vw 8vw 2vw;
    font-size: 14px;
  }
  .school .f2 .f2Box .right{
    width: 100%;
    margin-top: 5vw;
  }
  .school .f2 .f2Box .right .f2RSwiper .img{
    height: 50vw;
  }
  .school .f2 .f2Box .right .f2RSwiper .text{
    padding: 2vw;
    height: auto;
  }
  .school .f2 .f2Box .right .f2RSwiper .text .name{
    font-size: 16px;
  }
  .school .f2 .f2Box .right .f2RSwiper .text .des{
    font-size: 14px;
  }
  .school .f2 .f2Box .right .swiper-button-next{
    width: 7vw;
    right: -3vw;
  }
  .school .f2 .f2Box .right .swiper-button-prev{
    width: 7vw;
    left: -3vw;
  }
  .about .f5 .f5Box .item{
    width: 100%;
    margin-right: 0%;
  }
  .about .f5 .f5Box .item:nth-child(5n) {
    margin-right: 0%;
  }
  .about .f5 .f5Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .about .f5 .f5Box .item .img{
    height: 100vw;
  }
  .about .f5 .f5Box .item .text{
    padding: 5vw;
  }
  .about .f5 .f5Box .item .text .name{
    font-size: 18px;
  }
  .about .f5 .f5Box .item .text .name2{
    font-size: 16px;
  }
  .about .f5 .f5Box .item .text .des{
    font-size: 14px;
  }
  .school .f2 .f2Swiper .swiper-slide .text .t{
    font-size: 16px;
  }
  .school .f2 .f2Swiper .swiper-slide .text .d2{
    font-size: 14px;
  }
  .school .f2 .swiper-button-next{
    width: 7vw;
    right: .5vw;
  }
  .school .f2 .swiper-button-prev{
    width: 7vw;
    left: .5vw;
  }
}

.imgShowBox {
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/black5.png);
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s;
  -moz-transition: .6s;
  transition: .6s
}

.imgShowBox .arrow,
.imgShowBox .imgShowDemo .text,
.imgShowBox .top-bar {
  z-index: 999;
  background: url(../images/black5.png);
  background: rgba(0, 0, 0, .3);
  text-align: center;
  color: #fff;
}

.imgShowBox .arrow,
.imgShowBox .close {
  cursor: pointer;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
  z-index: 999;
}

@media screen and (min-width:1025px) {
  .imgShowBox .arrow:hover,
  .imgShowBox .close:hover {
    background: #306ea7
  }
}

.imgShowBox .imgShowDemo .text,
.imgShowBox .top-bar {
  position: absolute;
  left: 0;
  right: 0
}

.imgShowBox .top-bar {
  top: 0;
  height: 44px;
  line-height: 44px;
  overflow: hidden
}

.imgShowBox .close {
  float: right;
  width: 44px;
  font-size: 18px;
  font-weight: 700
}

.imgShowBox .counter {
  float: left;
  margin-left: 10px
}

.imgShowBox .arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 32px;
  height: 30px;
  line-height: 30px;
  font-size: 14px
}

.imgShowBox .prev {
  left: 6px
}

.imgShowBox .next {
  right: 6px
}

.imgShowBox .imgShowDemo {
  height: 100%
}

.imgShowBox .imgShowDemo .img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  margin: auto
}

.imgShowBox .imgShowDemo .text {
  bottom: 0;
  padding: 10px 5%
}

.imgShowBox.show {
  opacity: 1;
  visibility: visible
}