@font-face {
  font-family: 'iconfontN';  /* Project id 4766706 */
  src: url('https://at.alicdn.com/t/c/font_4766706_u1qexql1nj.woff2?t=1734934199588') format('woff2'),
  url('https://at.alicdn.com/t/c/font_4766706_u1qexql1nj.woff?t=1734934199588') format('woff'),
  url('https://at.alicdn.com/t/c/font_4766706_u1qexql1nj.ttf?t=1734934199588') format('truetype');
}
@font-face {
  font-family: sh;
  src: url('/resources/assets/fonts/SourceHanSansCN-Regular.otf');
}
@font-face {
  font-family: shBold;
  src: url('/resources/assets/fonts/SourceHanSansCN-Bold.otf');
}
@font-face {
  font-family: Silka;
  src: url('/resources/assets/fonts/Silka-Regular.ttf');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
i{
  font-style: normal;
}
html,
body {
  font-family: sh;
  color: #272727;
  background: white;
}
p,span{
  text-wrap-mode: wrap !important;
}
input,
textarea {
  font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
}
.iconfontN {
  font-family: "iconfontN" !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: #ffffff;
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.cpthActive.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.cpth {
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.header {
  width: 100%;
  height: 5vw;
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: 100;
  padding: 1.5vw 3vw;
  display: flex;
  justify-content: space-between;
  background: transparent;
  transition: 0.5s ease-in-out;
}
.header::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 10vw;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, transparent 100%);
}
.header .logo {
  width: 17vw;
  position: relative;
  display: block;
}
.header .logo img:nth-child(1) {
  display: block;
}
.header .logo img:nth-child(2) {
  display: none;
}
.header .right {
  display: flex;
}
.header .right .nav {
  position: relative;
  margin-top: -0.5vw;
}
.header .right .nav ul {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: .7vw;
}
.header .right .nav ul li {
  position: relative;
  text-align: center;
  display: inline-block;
  margin: 0 1.3vw;
}
.header .right .nav ul li a {
  position: relative;
  width: 100%;
  display: block;
  transition: 0.5s ease-in-out;
  font-size: 1vw;
  letter-spacing: 1px;
  color: white;
  font-family: zs;
}
.header .right .nav ul li ol{
  width: 120%;
  position: absolute;
  background: white;
}
.header .right .nav ul li ol a{
  font-size: .9vw;
  padding: .5vw;
}
.header .right .nav ul li .lang {
  width: 1.8vw;
  cursor: pointer;
  margin-left: 1vw;
}
.header .right .nav ul li .lang::before {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent;
  border-width: 0.3vw 0.4vw 0.3vw 1vw;
  margin-top: 1vw;
  margin-left: 1vw;
  transform: rotate(-90deg);
  border-right-color: white;
  transition: 0.5s ease-in-out;
}
.header.active .right .nav ul li .lang::before{
  border-right-color: black;
}
.header .right .nav ul li ul {
  width: 100%;
  position: absolute;
  left: 0;
  padding-top: 3vw;
  margin-top: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
  pointer-events: none;
}
.header .right .nav ul li ul li {
  display: block;
  margin: 0.8vw 0;
  position: relative;
  opacity: 0.7;
  text-align: left;
}
.header .right .nav ul li ul li a {
  display: block;
  font-size: 16px;
  color: #f7f7f7;
}
.header .right .nav ul li ul li a img {
  position: absolute;
  width: 1.2vw;
  margin-left: -1.5vw;
}
.header .right .nav ul li ul li:hover a {
  color: #0077b9;
}
.header .right .nav ul li ul li::before {
  content: inherit;
}
.header .right .nav ul li ul li::after {
  content: inherit;
}
.header .right .nav ul li ul li:hover::after {
  content: inherit;
}
.header .right .nav ul li .ul1 {
  width: 120%;
  margin-left: 0;
}
.header .right .nav ul li .ul2 {
  width: 130%;
  margin-left: 0;
}
.header .right .nav ul li .langUl {
  margin-left: 2.5vw;
  margin-top: 0;
}
.header .right .nav ul li .lang:hover .langUl {
  pointer-events: all !important;
}
.header .right .nav ul li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #0077b9;
  left: 0;
  margin-top: 1.2vw;
  transition: 0.5s ease-in-out;
}
.header .right .nav ul li:hover::after {
  width: 100%;
}
.header .right .nav ul li:last-child::after {
  width: 0;
}
.header .right .nav ul li::before {
  content: inherit;
  position: absolute;
  width: 1px;
  height: 0;
  background: rgba(0, 0, 0, 0.1);
  left: 5.6vw;
  margin-top: 5vw;
  transition: 0.5s ease-in-out;
}
.header .right .nav ul li:last-child::before {
  content: inherit;
}
.header .right .nav ul li:nth-child(1)::before {
  content: inherit;
}
.header .right .nav ul li:nth-child(9)::before {
  content: inherit;
}
.header .right .nav ul li:nth-child(10)::before {
  content: inherit;
}
.header.active2 {
  background: white;
}
.header.active2::after{
  content: inherit;
}
.header.active2 .logo img:nth-child(1) {
  display: none;
}
.header.active2 .logo img:nth-child(2) {
  display: block;
}
.header.active2 .right .nav ul li a {
  color: #333333;
}
.header.active2 .right .nav ul li .lang::before {
  border-right-color: #333333;
}
.header.active {
  height: 24vw;
  background: white;
}
.header.active::after{
  content: inherit;
}
.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: #333333;
}
.header.active .right .nav ul li .lang img:nth-child(1) {
  display: none;
}
.header.active .right .nav ul li .lang img:nth-child(2) {
  display: block;
}
.header.active .right .nav ul li ul {
  opacity: 1;
  pointer-events: all;
}
.header.active .right .nav ul li::before {
  height: 12vw;
}
.header.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 3vw;
  left: 0;
}
.bannerBox {
  width: 100%;
  height: 35vw;
  font-family: sans;
  position: relative;
  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);
  }
}
.bannerBox .text {
  color: white;
  font-size: 3.5vw;
  font-weight: bold;
  position: absolute;
  top: 17vw;
  left: 8vw;
}
.bannerBox .imgBox {
  width: 20vw;
  position: absolute;
  bottom: -28vw;
  right: 5vw;
}
.tabBox {
  width: 100%;
  padding: 0 5vw;
  border-bottom: 1px solid #f7f7f7;
}
.tabBox .tabItem {
  display: flex;
}
.tabBox .tabItem .tab {
  color: #333333;
  font-size: 1vw;
  display: block;
  padding: 1.5vw 0;
  margin-right: 3vw;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.tabBox .tabItem .active {
  color: #0077b9;
  border-bottom: 2px solid #0077b9;
}
.tabBox .tabItem .tab:hover {
  color: #0077b9;
  border-bottom: 2px solid #0077b9;
}
footer {
  width: 100%;
  background-color: #3c3c3c;
}
footer .footerHead {
  width: 100%;
  background: white;
  display: flex;
  justify-content: space-between;
  padding: 3vw 5vw;
}
footer .footerHead .left {
  color: #333333;
  font-size: 1vw;
}
footer .footerHead .left .logo {
  width: 17vw;
  margin-bottom: 0.5vw;
}
footer .footer .textBox .right {
  color: white;
  font-size: 1vw;
  cursor: pointer;
  margin-left: 2vw;
}
footer .footer .textBox .right .qrcode {
  width: 6vw;
  position: absolute;
  margin-left: -9vw;
  margin-top: -0.5vw;
  border: 0.3vw solid #0077b9;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
footer .footer .textBox .right .t {
  font-family: shBold;
}
footer .footer .textBox .right .t i {
  font-size: 2vw;
  position: absolute;
  margin-left: -2.5vw;
  margin-top: -0.3vw;
}
footer .footer .textBox .right .d {
  font-size: 0.9vw;
}
footer .footer .textBox .right:hover .qrcode {
  opacity: 1;
}
footer .footer {
  width: 100%;
  padding: 4vw 5vw;
  display: flex;
  justify-content: space-between;
}
footer .footer .footerNav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
footer .footer .footerNav ul .level1 {
  padding: 0 1.5vw;
}
footer .footer .footerNav ul .level1 a {
  font-size: 1vw;
  color: #ffffff;
  font-family: MiSans;
}
footer .footer .footerNav ul .level1 .ul {
  display: flex;
}
footer .footer .footerNav ul .level1 ul {
  display: block;
  margin-top: 1vw;
}
footer .footer .footerNav ul .level1 ul li {
  margin-bottom: 0.5vw;
  text-align: left;
}
footer .footer .footerNav ul .level1 ul li a {
  font-size: 0.8vw;
  color: #ffffff;
  opacity: 0.7;
  font-family: SourceHanSansCNRegular;
}
footer .footer .footerNav ul .level1 ul li:hover a {
  border-bottom: 1px solid #ffffff;
}
footer .footer .footerNav ul .level1:last-child {
  border-right: transparent;
  padding-right: 0;
}
footer .footer .textBox .item {
  font-size: 0.9vw;
  margin-bottom: 1vw;
}
footer .footer .textBox .item .t {
  color: #ffffff;
  font-family: shBold;
}
footer .footer .textBox .item .d {
  color: #f4f4f4;
}
footer .footerInfo {
  width: 90%;
  color: #dedede;
  border-top: 1px solid #545454;
  padding: 2vw 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.85vw;
  margin: 0 auto;
}
footer .footerInfo a {
  color: #dedede;
}
.index {
  width: 100%;
}
.index .f1 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: white;
}
.index .f1 .video {
  width: 100%;
  height: 99.9vh;
  overflow: hidden;
}
.index .f1 .video video {
  width: 100%;
  /*height: 100%;*/
  object-fit: cover !important;
}
.index .f1 .f1Box {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
}
.index .f1 .f1Box .f1Img {
  width: 100%;
  height: 100vh;
  transform: scale(5);
  opacity: 0;
}
.index .f1 .f1Box .f2Img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 0 5vw;
}
.index .f1 .f1Box .f2Img .left {
  width: 26vw;
}
.index .f1 .f1Box .f2Img .left .t {
  color: #0077b9;
  font-size: 1vw;
}
.index .f1 .f1Box .f2Img .left .text {
  font-size: 2vw;
  color: #333333;
  margin-top: 1vw;
}
.index .f1 .f1Box .f2Img .left .text .t2 {
  font-family: shBold;
}
.index .f1 .f1Box .f2Img .left .des {
  color: #333333;
  font-size: 1vw;
  text-align: justify;
  line-height: 2;
  margin: 6vw 0;
}
.index .f1 .f1Box .f2Img .left .more {
  color: #333333;
  font-size: 1vw;
  transition: 0.3s all ease-in-out;
}
.index .f1 .f1Box .f2Img .left .more:hover {
  color: #0077b9;
  letter-spacing: 3px;
}
.index .f1 .f1Box .f2Img .right .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4vw;
}
.index .f1 .f1Box .f2Img .right .item .num {
  color: #0077b9;
  font-size: 3vw;
}
.index .f1 .f1Box .f2Img .right .item .d {
  font-size: 1vw;
  color: #333333;
  margin-top: 2vw;
}
.index .f1::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 10vw;
  background: url('/resources/assets/images/bannerBg.png') center no-repeat;
  background-size: cover !important;
  top: 0;
}
.index .f2 {
  width: 100%;
  display: flex;
  padding: 0 5vw;
  margin-top: -3vw;
}
.index .f2 .item {
  width: 12vw;
  height: 29vw;
  background-size: cover !important;
  margin-right: 0.3vw;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
  position: relative;
}
.index .f2 .item .textBox {
  width: 100%;
  padding: 1vw;
  color: white;
  text-align: center;
  transition: 0.5s all ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index .f2 .item .textBox .name {
  font-size: 1.5vw;
  margin: 0.5vw 0;
}
.index .f2 .item .textBox .des {
  font-size: 0.9vw;
}
.index .f2 .item .text {
  width: 100%;
  text-align: left;
  padding: 2vw;
  color: white;
  transition: 0.5s all ease-in-out;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transform: translateY(5vw);
}
.index .f2 .item .text .icon {
  width: 3.5vw;
  transition: 0.5s all ease-in-out;
}
.index .f2 .item .text .name {
  font-size: 1.5vw;
  margin: 0.5vw 0;
}
.index .f2 .item .text .des {
  font-size: 0.9vw;
}
.index .f2 .item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, transparent);
  transition: 0.5s all ease-in-out;
}
.index .f2 .item:last-child {
  margin-right: 0;
}
.index .f2 .item.active::before {
  background: linear-gradient(to bottom, transparent, #0077b9);
}
.index .f2 .active {
  width: 28vw;
}
.index .f2 .active .textBox {
  opacity: 0;
}
.index .f2 .active .text {
  bottom: 0;
  opacity: 1;
  transform: translateY(0);
}
.index .f2 .active .text .icon {
  opacity: 1;
}
.index .f3 {
  width: 100%;
  padding: 5vw;
}
.index .f3 .titHead {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index .f3 .titHead .tit {
  color: #333333;
  font-size: 2vw;
}
.index .f3 .titHead .tit .t2 {
  font-family: shBold;
}
.index .f3 .titHead .more {
  font-size: 1vw;
  color: #333333;
  transition: 0.3s all ease-in-out;
}
.index .f3 .titHead .more:hover {
  color: #0077b9;
  letter-spacing: 3px;
}
.index .f3 .f3Item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2vw;
}
.index .f3 .f3Item .left{
  width: 70%;
}
.index .f3 .f3Item .left .newsSwiper{
  width: 100%;
  height: 30vw;
  overflow: hidden;
}
.index .f3 .f3Item .left .newsSwiper .swiper-slide{
  display: flex;
}
.index .f3 .f3Item .left .newsSwiper .swiper-slide .imgBox{
  width: 65%;
  height: 30vw;
  overflow: hidden;
}
.index .f3 .f3Item .left .newsSwiper .swiper-slide .imgBox .img{
  width: 100%;
  height: 30vw;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .f3 .f3Item .left .newsSwiper .swiper-slide:hover .imgBox .img{
  transform: scale(1.1);
}
.index .f3 .f3Item .left .newsSwiper .swiper-slide .textBox{
  width: 35%;
  background: #306ea7;
  color: white;
  padding: 3vw 2vw;
}
.index .f3 .f3Item .left .newsSwiper .swiper-slide .textBox .time{
  font-size: .9vw;
}
.index .f3 .f3Item .left .newsSwiper .swiper-slide .textBox .name{
  font-size: 1.2vw;
  margin: 2vw 0 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .f3 .f3Item .left .newsSwiper .swiper-slide .textBox .des{
  font-size: .9vw;
  text-align: justify;
  line-height: 2;
  border-top: 1px solid white;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  margin: 1vw 0;
  padding-top: 1vw;
  overflow: hidden;
}
.index .f3 .f3Item .left .newsSwiper .swiper-slide .textBox .more{
  font-size: .9vw;
  display: inline-block;
  border: 1px solid white;
  padding: .2vw 1.5vw;
}
.index .f3 .f3Item .right{
  width: 30%;
  padding-left: 3%;
}
.index .f3 .f3Item .right .item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 1vw;
  margin-bottom: 1.1vw;
}
.index .f3 .f3Item .right .item:last-child{
  margin-bottom: 0;
}
.index .f3 .f3Item .right .item:hover{
  color: #306ea7;
}
.index .f3 .f3Item .right .item::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: .3vw;
  height: .3vw;
  margin-top: .5vw;
  background: #999;
}
.index .f3 .f3Item .right .item .name{
  width: 75%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .f3 .f3Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.index .f3 .f3Box .item {
  width: 28.65vw;
  display: block;
  margin-right: 2vw;
}
.index .f3 .f3Box .item .imgBox {
  width: 100%;
  height: 16vw;
  overflow: hidden;
}
.index .f3 .f3Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.3s all ease-in-out;
}
.index .f3 .f3Box .item .textBox {
  width: 100%;
  padding: 2vw;
  background: #f5f5f5;
  color: #333333;
  transition: 0.3s all ease-in-out;
}
.index .f3 .f3Box .item .textBox .name {
  height: 5vw;
  font-size: 1.2vw;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .f3 .f3Box .item .textBox .time {
  font-size: 0.9vw;
  margin: 1vw 0;
}
.index .f3 .f3Box .item .textBox .des {
  height: 5vw;
  font-size: 1vw;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  opacity: 0.8;
}
.index .f3 .f3Box .item:nth-child(3n) {
  margin-right: 0;
}
.index .f3 .f3Box .item:hover .imgBox .img {
  transform: scale(1.1);
}
.index .f3 .f3Box .item:hover .textBox {
  background: #0077b9;
  color: white;
}
.index .f4 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index .f4 .item {
  width: 100%;
  height: 33vw;
  position: relative;
  overflow: hidden;
}
.index .f4 .item .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease-in-out;
}
.index .f4 .item .textBox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  transition: 0.5s all ease-in-out;
  z-index: 1;
}
.index .f4 .item .textBox .icon {
  width: 3vw;
  margin: 0 auto;
}
.index .f4 .item .textBox .t {
  font-size: 1.5vw;
  margin: 0.5vw 0;
}
.index .f4 .item .textBox .d {
  font-size: 1vw;
}
.index .f4 .item:hover .imgBox {
  transform: scale(1.1);
}
.index .f4 .item:hover .textBox {
  transform: translate(-50%, -70%);
}
.zigongsi {
  width: 100%;
}
.zigongsi .join{
  padding: 5vw 10vw;
  background: #f2f2f2;
}
.zigongsi .f1 {
  width: 100%;
  display: flex;
  background: #f7f7f7;
}
.zigongsi .f1 .dess{
  padding: 0 5vw;
  font-size: 1vw;
  line-height: 2;
  text-align: left;
}
.zigongsi .f1 .dess p,.zigongsi .f1 .dess p span{
  white-space: normal !important;
}
.zigongsi .f1 .dess img{
  max-width: 100%;
  width: auto;
  display: inline;
}
.zigongsi .f1 .left {
  width: 43vw;
  padding: 7vw 5vw;
  color: #333333;
}
.zigongsi .f1 .left .tit {
  font-size: 2vw;
}
.zigongsi .f1 .left .des {
  font-size: 1vw;
  text-align: left;
  line-height: 2;
  margin-top: 3vw;
}
.zigongsi .f1 .left .des p,.zigongsi .f1 .left .des p span{
  white-space: normal !important;
}
.zigongsi .f1 .right {
  width: 57vw;
  height: auto;
  margin-top: 3.5vw;
}
.zigongsi .f1 .right .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  border-radius: 3vw 0vw 0vw 3vw;
}
.zigongsi .f2 {
  width: 100%;
  height: 100vh;
  background-size: cover !important;
  padding: 10vw 0;
  position: relative;
}
.zigongsi .f2 .swiper-button-next{
  width: 3vw;
  height: 3vw;
  background: #306ea7;
  border-radius: 50%;
  text-align: center;
  line-height: 3vw;
  right: 5vw;
  top: 11vw;
}
.zigongsi .f2 .swiper-button-prev{
  width: 3vw;
  height: 3vw;
  background: #306ea7;
  border-radius: 50%;
  text-align: center;
  line-height: 3vw;
  right: 10vw;
  left: inherit;
  top: 11vw;
}
.zigongsi .f2 .swiper-button-next:after{
  color: white;
  font-size: .9vw;
}
.zigongsi .f2  .swiper-button-prev:after{
  color: white;
  font-size: .9vw;
}
.zigongsi .f2 .tit {
  font-size: 2vw;
  color: white;
  padding: 0 5vw;
}
.zigongsi .f2 .f2Swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 5vw;
  padding: 0 5vw 5vw 5vw;
}
.zigongsi .f2 .f2Swiper .swiper-slide {
  width: 25vw;
}
.zigongsi .f2 .f2Swiper .swiper-slide .item {
  width: 100%;
  height: 15vw;
  background: white;
  border-radius: 0.5vw;
  overflow: hidden;
  position: relative;
}
.zigongsi .f2 .f2Swiper .swiper-slide .item .img {
  width: 100%;
  height: 100%;
  background-size: contain !important;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.zigongsi .f2 .f2Swiper .swiper-slide .item .img img{
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /*object-fit: contain !important;*/
}
.zigongsi .f2 .f2Swiper .swiper-slide .item .text {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 2vw;
  color: white;
  font-size: 1.2vw;
  background: linear-gradient(to bottom, transparent, #000000);
}
.zigongsi .f2 .f2Swiper .swiper-slide .item:hover .img {
  transform: scale(1.1);
}
.zigongsi .f2 .f2Swiper .swiper-pagination {
  width: 90%;
  bottom: 0;
  top: inherit;
  left: 5%;
}
.zigongsi .f2 .f2Swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: white;
}
.zigongsi .f3 {
  width: 100%;
  padding: 6vw 5vw;
}
.zigongsi .f3 .titHead{
  display: flex;
  justify-content: space-between;
}
.zigongsi .f3 .tit {
  font-size: 2vw;
  margin-bottom: 3vw;
}
.zigongsi .f3 .f3Box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.zigongsi .f3 .f3Box .item {
  width: 20.8vw;
  height: auto;
  background-color: #f7f7f7;
  border-radius: 0.5vw;
  display: block;
  padding: 0.5vw;
  margin-right: 2vw;
  margin-bottom: 2vw;
  overflow: hidden;
}
.zigongsi .f3 .f3Box .item .img {
  width: 100%;
  height: 12vw;
  background-size: contain !important;
  transition: 0.3s all ease-in-out;
}
.zigongsi .f3 .f3Box .item .text {
  color: #333333;
  font-size: 1vw;
  padding: 1vw;
  text-align: center;
}
.zigongsi .f3 .f3Box .item:nth-child(4n) {
  margin-right: 0;
}
.zigongsi .f3 .f3Box .item:hover .img {
  transform: scale(1.1);
}
.zigongsi .f4 {
  width: 100%;
  background: url('/resources/assets/images/img47.jpg') center no-repeat;
  background-size: cover !important;
  padding: 6vw 5vw;
  position: relative;
}
.zigongsi .f4 .tit {
  font-size: 2vw;
}
.zigongsi .f4 .f4Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 3vw 0;
}
.zigongsi .f4 .f4Swiper .swiper-slide {
  background-color: #ffffff;
  box-shadow: 0vw 0vw 2vw 0vw rgba(0, 0, 0, 0.07);
  border-radius: 1vw;
  text-align: center;
  color: #333333;
  font-size: 0.9vw;
  padding-bottom: 2vw;
}
.zigongsi .f4 .f4Swiper .swiper-slide .imgBox {
  width: 70%;
  height: 14vw;
  margin: 2vw auto;
  position: relative;
  color: white;
  cursor: pointer;
}
.zigongsi .f4 .f4Swiper .swiper-slide .imgBox .view-img-btn {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  top: 50%;
  margin-top: -27px;
}
.zigongsi .f4 .f4Swiper .swiper-slide .imgBox:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/resources/assets/images/black5.png);
  background: rgba(48, 110, 167, .8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}
.zigongsi .f4 .f4Swiper .swiper-slide .imgBox:hover:after {
  opacity: 1;
  visibility: visible;
}
.zigongsi .f4 .f4Swiper .swiper-slide .imgBox:hover .view-img-btn {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
}
.zigongsi .f4 .f4Swiper .swiper-slide .imgBox img {
  width: auto;
  max-height: 14vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zigongsi .f4 .f4Swiper .swiper-slide .imgBox .name{
  padding: 0 2vw;
}
.zigongsi .f4 .swiper-pagination {
  bottom: 0;
  top: inherit;
}
.zigongsi .f4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #306ea7;
}
.zigongsi .f4 .swiper-button-next:after,
.zigongsi .f4 .swiper-button-prev:after {
  content: inherit;
}
.zigongsi .f4 .swiper-button-next {
  width: 3vw;
  height: 3vw;
  border: 2px solid #306ea7;
  border-radius: 50%;
  top: 7.5vw;
  right: 8vw;
}
.zigongsi .f4 .swiper-button-next i {
  color: #306ea7;
  font-size: 1.2vw;
  font-weight: bold;
}
.zigongsi .f4 .swiper-button-prev {
  width: 3vw;
  height: 3vw;
  border: 2px solid #306ea7;
  border-radius: 50%;
  top: 7.5vw;
  right: 14vw;
  left: inherit;
}
.zigongsi .f4 .swiper-button-prev i {
  color: #306ea7;
  font-size: 1.2vw;
  font-weight: bold;
}
.zigongsi .f5 {
  width: 100%;
  height: 35vw;
  background-size: cover !important;
  position: relative;
}
.zigongsi .f5 .textBox {
  width: 35vw;
  background: white;
  position: absolute;
  border-radius: 1vw;
  right: 5vw;
  margin-top: 5vw;
  padding: 2vw;
  color: #333333;
}
.zigongsi .f5 .textBox .t {
  font-size: 2vw;
}
.zigongsi .f5 .textBox .d {
  font-size: 1vw;
  margin-top: 1vw;
}
.zigongsi .f5 .textBox .itemBox {
  border-top: 1px solid #cfdbdb;
  padding-top: 1vw;
  margin-top: 1vw;
}
.zigongsi .f5 .textBox .itemBox .item {
  display: flex;
  font-size: 0.9vw;
  margin: 1vw 0;
}
.zigongsi .f5 .textBox .itemBox .item .tit {
  margin-right: 1vw;
}
.zigongsi .f5 .textBox .itemBox .qrcode{
  font-size: 1.2vw;
  margin-top: .5vw;
  cursor: pointer;
}
.zigongsi .f5 .textBox .itemBox .qrcode .qrcodeImg{
  width: 7vw;
  position: absolute;
  opacity: 0;
  left: 4vw;
  margin-top: -4vw;
  transition: .3s all ease-in-out;
}
.zigongsi .f5 .textBox .itemBox .qrcode:hover .qrcodeImg{
  opacity: 1;
}
.f1titHead{
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 5vw 5vw 0 5vw;
  position: relative;
}
.f1titHead .tit{
  font-size: 2vw;
}
.zigongsi .news{
  width: 100%;
  padding: 5vw;
}
.zigongsi .news .titHead{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}
.zigongsi .news .tit{
  font-size: 2vw;
}
.zigongsi .news .newsBox{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.zigongsi .news .newsBox .item{
  width: 42vw;
  height: 13vw;
  background-color: #ffffff;
  box-shadow: 0 1vw 4vw 1vw
  rgba(0, 0, 0, 0.04);
  border-radius: .5vw;
  padding: 1vw;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
  margin-right: 5vw;
}
.zigongsi .news .newsBox .item:nth-child(2n) {
  margin-right: 0;
}
.zigongsi .news .newsBox .item .imgBox{
  width: 16vw;
  height: 11vw;
  overflow: hidden;
}
.zigongsi .news .newsBox .item .imgBox .img{
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: .3s all ease-in-out;
}
.zigongsi .news .newsBox .item .textBox{
  width: 22vw;
}
.zigongsi .news .newsBox .item .textBox .name{
  color: #333333;
  font-size: 1.2vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.zigongsi .news .newsBox .item .textBox .time{
  color: #666666;
  font-size: .9vw;
  margin: 1vw 0;
}
.zigongsi .news .newsBox .item .textBox .des{
  color: #666666;
  font-size: .9vw;
  text-align: justify;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.zigongsi .news .newsBox .item:hover .imgBox .img{
  transform: scale(1.1);
}
.zigongsi .news .newsBox .item:hover .textBox .name{
  color: #0077b9;
}
.zigongsi .project{
  width: 100%;
  padding: 5vw;
  background: white;
}
.zigongsi .project .titHead{
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}
.zigongsi .project .tit{
  font-size: 2vw;
}
.zigongsi .project .projectBox{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.zigongsi .project .projectBox .item{
  width: 28.4vw;
  height: 18vw;
  background-color: white;
  border-radius: .5vw;
  margin-bottom: 3vw;
  margin-right: 2vw;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
}
.zigongsi .project .projectBox .item:nth-child(3n) {
  margin-right: 0;
}
.zigongsi .project .projectBox .item .imgBox{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.zigongsi .project .projectBox .item .imgBox .img{
  width: 100%;
  height: 100%;
  background-size: contain !important;
  transition: .3s all ease-in-out;
}
.zigongsi .project .projectBox .item .textBox{
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 2vw;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,.8));
}
.more2{
  width: 3vw;
  height: 3vw;
  background: #306ea7;
  border-radius: 50%;
  text-align: center;
  line-height: 3vw;
  font-size: .9vw;
  color: white;
}
.zigongsi .project .projectBox .item .textBox .name{
  color: #ffffff;
  font-size: 1.2vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
}
.zigongsi .project .projectBox .item:hover .imgBox .img{
  transform: scale(1.1);
}
.zigongsi > div:nth-child(2n) {
  background: #f9f9f9;
}


.book {
  width: 100%;
}
.book .f1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #F9F9F9;
}
.book .f1 .left {
  width: 75vw;
  position: relative;
  background: white;
  padding: 6vw 4vw 5vw 8vw;
}
.book .f1 .left .tit {
  font-size: 1.8vw;
}
.book .f1 .left .name {
  text-align: center;
  font-size: 1.2vw;
  margin-top: 3vw;
}
.book .f1 .left .t {
  font-size: 1vw;
  text-align: right;
}
.book .f1 .left .bookSwiper {
  width: 100%;
  overflow: hidden;
  padding: 1vw;
  margin-top: 2vw;
  padding-bottom: 5vw;
}
.book .f1 .left .bookSwiper .swiper-slide{
  background: #0077b9;
}
.book .f1 .left .bookSwiper .swiper-slide img {
  box-shadow: 0vw 0.2vw 0.5vw 0vw rgba(0, 0, 0, 0.24);
}
.book .f1 .left .swiper-button-next {
  width: 2.5vw;
  height: 2.5vw;
  border: 2px solid #0077b9;
  top: 55%;
  right: 1vw;
  border-radius: 50%;
}
.book .f1 .left .swiper-button-prev {
  width: 2.5vw;
  height: 2.5vw;
  border: 2px solid #0077b9;
  top: 55%;
  left: 5vw;
  border-radius: 50%;
}
.book .f1 .left .swiper-button-next:after,
.book .f1 .left .swiper-button-prev:after {
  font-size: 1vw;
  font-weight: bold;
}
.book .f1 .left .btn {
  width: 10vw;
  background: #C30D23;
  color: white;
  font-size: 1vw;
  text-align: center;
  margin: 0 auto;
  padding: 0.5vw 0;
  z-index: 9;
  position: relative;
  top: -10vw;
  cursor: pointer;
  display: none;
}
.book .f1 .right {
  width: 25vw;
  padding: 6vw 3vw 0vw 3vw;
}
.book .f1 .right .tit {
  font-size: 1.8vw;
  color: #C30D23;
}
.book .f1 .right .yearBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.book .f1 .right .yearBox .year {
  font-size: 0.9vw;
  background: black;
  color: white;
  padding: 0.2vw 1vw;
  margin-right: 1vw;
  margin-top: 1vw;
}
.book .f1 .right .yearBox .active {
  background: #C30D23;
}
.book .f1 .right .itemBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2vw;
}
.book .f1 .right .itemBoxs{
  display: none;
}
.book .f1 .right .itemBoxs.active{
  display: block;
}
.book .f1 .right .itemBox .item {
  width: 48%;
  display: block;
  text-align: center;
  background: white;
  color: black;
  margin-right: 4%;
  margin-bottom: 1vw;
  transition: 0.3s all ease-in-out;
}
.book .f1 .right .itemBox .item:nth-child(2n) {
  margin-right: 0;
}
.book .f1 .right .itemBox .item .img {
  width: 100%;
  height: 13vw;
  background-size: cover !important;
}
.book .f1 .right .itemBox .item .name {
  text-align: center;
  font-size: 14px;
  padding: 0.5vw;
}
.book .f1 .right .itemBox .item:hover {
  box-shadow: 0vw 0.2vw 0.5vw 0vw rgba(0, 0, 0, 0.24);
}
.book .answerMengban {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.book .answerMengban .answerModal {
  width: 52%;
  height: 85vh;
  background: white;
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  border-radius: 0.5vw;
}
.book .answerMengban .answerModal .close {
  color: #306ea7;
  font-size: 2vw;
  position: absolute;
  right: 1vw;
  top: 1vw;
  cursor: pointer;
}
.book .answerMengban .answerModal .answerBox {
  padding: 2vw;
}
.book .answerMengban .answerModal .answerBox .tit {
  text-align: center;
  font-size: 1.5vw;
  font-family: shBold;
}
.book .answerMengban .answerModal .answerBox .answerItem {
  width: 100%;
  height: 60vh;
  overflow-y: scroll;
  margin-top: 1vw;
}
.book .answerMengban .answerModal .answerBox .answerItem .item {
  margin-top: 1vw;
}
.book .answerMengban .answerModal .answerBox .answerItem .item .question {
  color: #333333;
  font-size: 1vw;
}
.book .answerMengban .answerModal .answerBox .answerItem .item .answers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 2vw;
  margin-top: 1vw;
}
.book .answerMengban .answerModal .answerBox .answerItem .item .answers .custom-radio {
  width: 20vw;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  background-color: #f7f7f7;
  margin-right: 2vw;
  padding: 0.5vw;
  font-size: 0.9vw;
  margin-top: 0.5vw;
}
.book .answerMengban .answerModal .answerBox .answerItem .item .answers .custom-radio:nth-child(2n) {
  margin-right: 0;
}
.book .answerMengban .answerModal .answerBox .answerItem .item .answers .custom-radio input[type="radio"] {
  display: none;
  /* 隐藏原始的单选框 */
}
.book .answerMengban .answerModal .answerBox .answerItem .item .answers .custom-radio.active {
  background: #e6f2ff;
  color: #306ea7;
}
.book .answerMengban .answerModal .answerBox .answerItem .item .answers .radio-mark {
  width: 1vw;
  height: 1vw;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
  position: relative;
  margin-right: 1vw;
  transition: background 0.2s;
}
.book .answerMengban .answerModal .answerBox .answerItem .item .answers .custom-radio input[type="radio"]:checked + .radio-mark {
  background-color: white;
}
.book .answerMengban .answerModal .answerBox .answerItem .item .answers .radio-mark::after {
  content: "";
  display: none;
  /* 隐藏小圆点 */
  height: 0.4vw;
  width: 0.4vw;
  border-radius: 50%;
  background: #306ea7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.book .answerMengban .answerModal .answerBox .answerItem .item .answers .custom-radio input[type="radio"]:checked + .radio-mark::after {
  display: block;
  /* 选中时显示 */
}
.book .answerMengban .answerModal .answerBox ::-webkit-scrollbar-thumb {
  background-color: #306ea7;
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
.book .answerMengban .answerModal .answerBox .tijiao {
  width: 10vw;
  height: 3vw;
  background-color: #f5f5f5;
  color: #333333;
  font-size: 1vw;
  text-align: center;
  line-height: 3vw;
  margin: 2vw auto 0 auto;
  border-bottom: 1px solid #0077b9;
  cursor: pointer;
}
.book .answerMengban .answerModal .fromBox {
  padding: 2vw;
  display: none;
}
.book .answerMengban .answerModal .fromBox .tit {
  text-align: center;
  font-size: 1.5vw;
  font-family: shBold;
}
.book .answerMengban .answerModal .fromBox #form {
  width: 100%;
  margin-top: 3vw;
}
.book .answerMengban .answerModal .fromBox #form .inputBox {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1vw;
  margin-bottom: 2vw;
}
.book .answerMengban .answerModal .fromBox #form .inputBox .name {
  display: inline-block;
  margin-right: 1vw;
}
.book .answerMengban .answerModal .fromBox #form .inputBox input {
  width: 40%;
  display: inline-block;
  background: #f7f7f7;
  border: transparent;
  padding: 1vw 1vw;
  font-size: 1vw;
}
.book .answerMengban .answerModal .fromBox .tijiao {
  width: 10vw;
  height: 3vw;
  background-color: #f5f5f5;
  color: #333333;
  font-size: 1vw;
  text-align: center;
  line-height: 3vw;
  margin: 2vw auto 0 auto;
  border-bottom: 1px solid #0077b9;
  cursor: pointer;
}
.book .answerMengban.active {
  display: block;
}
.imgD{
  width: 500px;
  margin: 0 auto;
}
.cursor-box{
  width: 90px;
  height: auto;
  position: absolute;
  left: 0px;
  top: 100px;
  z-index: 5;
  opacity: 0;
}

.cursor-box.active{
  opacity: 1 !important;
}

.cursor-box .img{
  width: 80%;
  height: auto;
  margin: 0px auto;
  position: relative;
}

.cursor-box .img img:nth-child(2){
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-animation: curAnimate 2s linear infinite;
}

@-webkit-keyframes curAnimate{
  0%{
    -webkit-transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(360deg);
  }
}

.cursor-box .txt{
  text-align: center;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}
.vlightBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0%;
  top: 0%;
  z-index: 200;
  background: rgba(0, 0, 0, .5);
  backdrop-filter: blur(15px);
  padding: 0px 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.610, 0.355, 1);
  visibility: hidden;
  opacity: 0;
}

.inner-player video {
  display: block;
  width: 70%;
  height: auto;
  border: 5px solid #fff;
  border-radius: 5px;
}

.pro_close {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 3vw;
  position: absolute;
  right: 5%;
  top: 5%;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  -webkit-transition: all .35s;
}

.pro_close:hover {
  -webkit-transform: rotate(45deg);
}

.pro_close img {
  opacity: 1;
}

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

.inner-player {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.videoBtn{
  width: 6.5vw;
  position: absolute;
  top: 80%;
  left: 50%;
  cursor: pointer;
  z-index: 9;
  transition: .3s all ease-in-out;
  transform: translate(-50%,-50%);
  color: white;
  text-align: center;
  font-size: .85vw;
}
.videoBtn p{
  background: rgba(0,0,0,.1);
  border-radius: .3vw;
  padding: .1vw .5vw;
  text-shadow: 21px 21px 41px rgba(0, 0, 0, 1);
}
.videoBtn img{
  margin-bottom: .5vw;
}
.videoBtn:hover{
  transform: translate(-50%,-50%) scale(.9);
}

.pc{
  display: block;
}
.mobile{
  display: none;
}
@media screen and (max-width: 1660px) {
  .header .right .nav ul li{
    margin: 0 1vw;
  }
  .header .right .nav ul li a{
    font-size: 17px;
  }
}
@media screen and (max-width: 1440px) {
  .header .right .nav ul li{
    margin: 0 1vw;
  }
  .header .right .nav ul li a{
    font-size: 16px;
  }
  .header .right .nav ul li ul{
    padding-top: 2vw;
  }
  .header .right .nav ul li ul li a{
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .header .right .nav ul li a{
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .pc{
    display: none;
  }
  .mobile{
    display: block;
  }
  footer .footerHead {
    padding: 5vw;
    display: block;
  }
  footer .footerHead .left {
    font-size: 14px;
    text-align: center;
  }
  footer .footerHead .left .logo {
    width: 55vw;
    margin: 0 auto 3vw auto;
  }
  footer .footer .textBox .right {
    font-size: 14px;
    margin-top: 5vw;
    text-align: center;
  }
  footer .footer .textBox .right .d {
    font-size: 14px;
  }
  footer .footer .textBox .right .qrcode {
    position: relative;
    margin: 0 auto 3vw auto;
    opacity: 1;
    width: 25vw;
  }
  footer .footer .textBox .right .t i {
    display: none;
  }
  footer .footer {
    padding: 10vw 5vw 5vw 5vw;
    display: block;
  }
  .footerNav {
    display: none;
  }
  footer .footer .textBox .item {
    font-size: 14px;
    text-align: center;
    padding-bottom: 3vw;
  }
  footer .footerInfo {
    display: block;
    font-size: 14px;
  }
  .index .f1 {
    height: auto;
  }
  .index .f1 .video {
    height: 55vw;
    position: relative;
  }
  .index .f1 .video video {
    width: 100%;
    height: 55vw;
  }
  .index .f1 .video .videoPlay{
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    font-size: 48px;
    transform: translate(-50%,-50%);
    z-index: 99;
    transition: .3s all ease-in-out;
  }
  .index .f1 .video .videoPlay i:nth-child(2) {
    display: none;
  }
  .index .f1 .video .videoPlay.active{
    top: 85%;
    left: 90%;
    font-size: 36px;
  }
  .index .f1 .video .videoPlay.active i:nth-child(1) {
    display: none;
  }
  .index .f1 .video .videoPlay.active i:nth-child(2) {
    display: block;
  }
  .index .f1 .f1Box {
    height: auto;
    overflow: hidden;
    position: relative;
    top: initial;
  }
  .index .f1 .f1Box .f1Img {
    height: 50vw;
    display: none;
  }
  .index .f2 {
    padding: 0 5vw;
    display: block;
  }
  .index .f2 .item{
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
  }
  .index .f2 .active{
    width: 100%;
  }
  .index .f2 .item .text{
    opacity: 1;
    transform: translateY(0);
    padding: 5vw;
  }
  .index .f2 .item .text .icon{
    width: 10vw;
  }
  .index .f2 .item .text .name{
    font-size: 16px;
  }
  .index .f2 .item .text .des{
    font-size: 14px;
  }
  .index .f1 .f1Box .f2Img{
    position: relative;
    top: initial;
    left: initial;
    transform: inherit;
    opacity: 1;
    display: block;
    padding: 10vw 5vw;
  }
  .index .f1 .f1Box .f2Img .left{
    width: 100%;
  }
  .index .f1 .f1Box .f2Img .left .t{
    font-size: 18px;
  }
  .index .f1 .f1Box .f2Img .left .text{
    font-size: 16px;
    margin-top: 3vw;
  }
  .index .f1 .f1Box .f2Img .left .des{
    font-size: 14px;
    margin: 5vw 0;
  }
  .index .f1 .f1Box .f2Img .left .more{
    font-size: 14px;
  }
  .index .f1 .f1Box .f2Img .right{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .index .f1 .f1Box .f2Img .right .item{
    width: 47%;
    margin-top: 3vw;
    margin-bottom: 0;
    margin-right: 5vw;
  }
  .index .f1 .f1Box .f2Img .right .item:nth-child(2n){
    margin-right: 0;
  }
  .index .f1 .f1Box .f2Img .right .item .num{
    font-size: 22px;
  }
  .index .f1 .f1Box .f2Img .right .item .d{
    font-size: 14px;
  }
  .bannerBox{
    height: 50vw !important;
  }
  .bannerBox .text {
    font-size: 20px !important;
    left: 5vw;
    top: 15vw;
  }
  .tabBox {
    display: none;
  }
  .zigongsi .f1 {
    display: block;
  }
  .zigongsi .f1 .left {
    width: 100% !important;
    padding: 5vw !important;
  }
  .zigongsi .f1 .left .tit {
    font-size: 18px;
  }
  .zigongsi .f1 .left .des {
    font-size: 14px;
  }
  .zigongsi .f1 .right {
    width: 100%;
    height: auto;
  }
  .zigongsi .f1 .right .img {
    border-radius: 0;
  }
  .zigongsi .f2 {
    height: auto;
  }
  .zigongsi .f2 .tit {
    font-size: 18px;
  }
  .zigongsi .f2 .f2Swiper .swiper-slide {
    width: 70vw;
  }
  .zigongsi .f2 .f2Swiper .swiper-slide .item {
    height: 45vw;
  }
  .zigongsi .f2 .f2Swiper .swiper-slide .item .text {
    font-size: 16px;
  }
  .zigongsi .f3 {
    padding: 10vw 5vw;
  }
  .zigongsi .f3 .tit {
    font-size: 18px;
  }
  .zigongsi .f3 .f3Box .item {
    width: 48%;
  }
  .zigongsi .f3 .f3Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .zigongsi .f3 .f3Box .item .img {
    height: 25vw;
  }
  .zigongsi .f3 .f3Box .item .text {
    font-size: 14px;
    padding: 2vw;
  }
  .zigongsi .f4 {
    padding: 10vw 5vw;
  }
  .zigongsi .f4 .tit {
    font-size: 18px;
  }
  .zigongsi .f4 .f4Swiper {
    padding: 8vw 0;
  }
  .zigongsi .f4 .f4Swiper .swiper-slide {
    font-size: 14px;
  }
  .zigongsi .f4 .f4Swiper .swiper-slide .imgBox {
    width: 90%;
    height: 40vw;
    margin: 5vw auto;
  }
  .zigongsi .f4 .f4Swiper .swiper-slide .imgBox img {
    max-height: 40vw;
  }
  .zigongsi .f4 .swiper-button-next {
    display: none;
  }
  .zigongsi .f4 .swiper-button-prev {
    display: none;
  }
  .zigongsi .f5 {
    height: auto;
    background: transparent;
  }
  .zigongsi .f5 .textBox {
    width: 100%;
    position: relative;
    right: 0;
    padding: 5vw;
  }
  .zigongsi .f5 .textBox .t {
    font-size: 18px;
  }
  .zigongsi .f5 .textBox .d {
    font-size: 14px;
  }
  .zigongsi .f5 .textBox .itemBox .item {
    font-size: 14px;
  }
  .zigongsi .f5 .textBox .itemBox .qrcode i{
    display: none;
  }
  .zigongsi .f5 .textBox .itemBox .qrcode{
    font-size: 14px;
    margin-top: 3vw;
  }
  .zigongsi .f5 .textBox .itemBox .qrcode .qrcodeImg{
    opacity: 1;
    width: 20vw;
    position: relative;
    left: 0;
    margin-top: 5vw;
  }
  .book .f1 {
    display: block;
  }
  .book .f1 .left {
    width: 100%;
    padding: 0 5vw 10vw 5vw;
  }
  .book .f1 .left .tit {
    font-size: 18px;
  }
  .book .f1 .left .name {
    font-size: 16px;
  }
  .book .f1 .left .t {
    font-size: 14px;
  }
  .book .f1 .left .bookSwiper {
    padding-bottom: 15vw;
  }
  .book .f1 .left .swiper-button-next {
    width: 8vw;
    height: 8vw;
    top: inherit;
    right: 30vw;
    bottom: 12vw;
  }
  .book .f1 .left .swiper-button-prev {
    width: 8vw;
    height: 8vw;
    left: 30vw;
    top: inherit;
    bottom: 12vw;
  }
  .book .f1 .left .swiper-button-next:after,
  .book .f1 .left .swiper-button-prev:after {
    font-size: 12px;
  }
  .book .f1 .right {
    width: 100%;
    padding: 10vw 5vw;
  }
  .book .f1 .right .tit {
    font-size: 18px;
  }
  .book .f1 .right .yearBox .year {
    font-size: 14px;
    padding: 1vw 2vw;
    margin-right: 3vw;
    margin-top: 3vw;
  }
  .book .f1 .right .itemBox {
    margin-top: 5vw;
  }
  .book .f1 .right .itemBox .item {
    width: 48%;
    margin-bottom: 5vw;
  }
  .book .f1 .right .itemBox .item .img {
    height: 65vw;
  }
  .book .f1 .right .itemBox .item .name {
    font-size: 14px;
    padding: 2vw 0;
  }
  .book .f1 .left .btn {
    width: 28vw;
    position: absolute;
    font-size: 16px;
    top: inherit;
    margin-top: -28vw;
    left: 36%;
    padding: 2vw 0;
  }
  .book .answerMengban .answerModal {
    width: 90%;
    top: 50%;
  }
  .book .answerMengban .answerModal .close {
    font-size: 24px;
  }
  .book .answerMengban .answerModal .answerBox {
    padding: 5vw;
  }
  .book .answerMengban .answerModal .answerBox .tit {
    font-size: 18px;
  }
  .book .answerMengban .answerModal .answerBox .answerItem {
    margin-top: 5vw;
    height: 65vh;
  }
  .book .answerMengban .answerModal .answerBox .answerItem .item .question {
    font-size: 14px;
  }
  .book .answerMengban .answerModal .answerBox .answerItem .item .answers .custom-radio {
    width: 100%;
    font-size: 14px;
    padding: 1vw 2vw;
  }
  .book .answerMengban .answerModal .answerBox .answerItem .item .answers {
    margin-top: 2vw;
  }
  .book .answerMengban .answerModal .answerBox .answerItem .item .answers .radio-mark {
    width: 3vw;
    height: 3vw;
    margin-right: 2vw;
  }
  .book .answerMengban .answerModal .answerBox .answerItem .item .answers .radio-mark::after {
    width: 1vw;
    height: 1vw;
  }
  .book .answerMengban .answerModal .answerBox .tijiao {
    width: 30vw;
    font-size: 14px;
    height: auto;
    line-height: inherit;
    padding: 2vw 0;
    margin: 5vw auto 0 auto;
  }
  .book .answerMengban .answerModal .fromBox {
    padding: 10vw 5vw;
  }
  .book .answerMengban .answerModal .fromBox .tit {
    font-size: 18px;
  }
  .book .answerMengban .answerModal .fromBox #form .inputBox {
    font-size: 14px;
  }
  .book .answerMengban .answerModal .fromBox #form .inputBox input {
    width: 70%;
    font-size: 14px;
    padding: 3vw 5vw;
  }
  .book .answerMengban .answerModal .fromBox .tijiao {
    width: 30vw;
    font-size: 14px;
    height: auto;
    line-height: inherit;
    padding: 2vw 0;
    margin: 5vw auto 0 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: 200px;

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

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

  .sp_nav span {

    display: block;

    background: #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: 10vw;
    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;
  }
  .index .f3{
    padding: 5vw;
  }
  .index .f3 .titHead .tit{
    font-size: 14px;
  }
  .index .f3 .titHead .more{
    font-size: 14px;
  }
  .index .f3 .f3Box{
    display: block;
  }
  .index .f3 .f3Box .item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .index .f3 .f3Box .item .imgBox{
    height: 50vw;
  }
  .index .f3 .f3Box .item .textBox{
    padding: 5vw;
  }
  .index .f3 .f3Box .item .textBox .name{
    height: auto;
    font-size: 16px;
  }
  .index .f3 .f3Box .item .textBox .time{
    font-size: 14px;
  }
  .index .f3 .f3Box .item .textBox .des{
    display: none;
  }
  .index .f4{
    display: block;
  }
  .index .f2 .item .textBox{
    display: none;
  }
  .index .f4 .item{
    width: 100%;
    height: 90vw;
    margin-bottom: 5vw;
  }
  .index .f4 .item .textBox .icon{
    width: 10vw;
  }
  .index .f4 .item .textBox .t{
    font-size: 16px;
    margin: 3vw 0;
  }
  .index .f4 .item .textBox .d{
    font-size: 14px;
  }
  .pbanner{
    margin-top: 50px;
  }
  .zigongsi .news{
    padding: 10vw 5vw;
  }
  .zigongsi .news .tit{
    font-size: 18px;
  }
  .zigongsi .news .newsBox .item{
    width: 100%;
    height: auto;
    margin-right: 0;
    display: block;
  }
  .zigongsi .news .newsBox .item .imgBox{
    width: 100%;
    height: 50vw;
  }
  .zigongsi .news .newsBox .item .textBox{
    width: 100%;
    padding: 5vw;
  }
  .zigongsi .news .newsBox .item .textBox .name{
    font-size: 16px;
  }
  .zigongsi .news .newsBox .item .textBox .time{
    font-size: 14px;
  }
  .zigongsi .news .newsBox .item .textBox .des{
    display: none;
  }
  .zigongsi .project{
    padding: 10vw 5vw;
  }
  .zigongsi .project .tit{
    font-size: 18px;
  }
  .zigongsi .project .projectBox .item{
    width: 100%;
    height: 50vw;
    margin-right: 0;
  }
  .zigongsi .project .projectBox .item .textBox .name{
    font-size: 16px;
  }
  .more2{
    width: 6vw;
    height: 6vw;
    font-size: 12px;
    line-height: 6vw;
  }
  .zigongsi .f2 .swiper-button-next{
    display: none;
  }
  .zigongsi .f2 .swiper-button-prev{
    display: none;
  }
  .zigongsi .f1 .dess{
    font-size: 16px;
  }
  .f1titHead .tit{
    font-size: 18px;
  }
  .nd-back{
    height: auto !important;
  }
  .lang{
    display: none !important;
  }
  .langUl{
    display: flex !important;
    padding: 5px 25px !important;
  }
  .langUl a{
    text-align: center !important;
    padding-left: 0 !important;
  }
  .langUl img{
    width: 35px;
  }
  .index .f3 .f3Item{
    display: block;
  }
  .index .f3 .f3Item .left{
    width: 100%;
  }
  .index .f3 .f3Item .left .newsSwiper{
    height: auto;
  }
  .index .f3 .f3Item .left .newsSwiper .swiper-slide{
    display: block;
  }
  .index .f3 .f3Item .left .newsSwiper .swiper-slide .imgBox{
    width: 100%;
  }
  .index .f3 .f3Item .left .newsSwiper .swiper-slide .imgBox .img{
    height: 50vw;
  }
  .index .f3 .f3Item .left .newsSwiper .swiper-slide .textBox{
    width: 100%;
    padding: 5vw;
  }
  .index .f3 .f3Item .left .newsSwiper .swiper-slide .textBox .time{
    font-size: 14px;
  }
  .index .f3 .f3Item .left .newsSwiper .swiper-slide .textBox .name{
    font-size: 14px;
  }
  .index .f3 .f3Item .left .newsSwiper .swiper-slide .textBox .des{
    display: none;
  }
  .index .f3 .f3Item .left .newsSwiper .swiper-slide .textBox .more{
    display: none;
  }
  .index .f3 .f3Item .right{
    width: 100%;
    margin-top: 5vw;
    padding-left: 0;
  }
  .index .f3 .f3Item .right .item{
    font-size: 14px;
    margin-bottom: 2vw;
  }
  .index .f3 .f3Item .right .item::before{
    width: 5px;
    height: 5px;
    margin-top: 1vw;
  }
  #page li.xl-prevPage, #page li.xl-nextPage{
    display: none;
  }
  #page li{
    width: 30px;
    line-height: 30px;
  }
}

<!--0.00019407272338867-->