/************************************************************
** 请将全局样式拷贝到项目的全局 CSS 文件或者当前页面的顶部 **
** 否则页面将无法正常显示                                  **
************************************************************/
html {
  font-size: 16px;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Microsoft Yahei', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
  flex-shrink: 0;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}
.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.items-start {
  display: flex;
  align-items: flex-start;
}
.items-center {
  display: flex;
  align-items: center;
}
.items-end {
  display: flex;
  align-items: flex-end;
}
@font-face {
  font-family: 'iconfont';
  /* Project id 3390635 */
  src: url('../../assets/fonts/iconfont.woff2') format('woff2'), url('../../assets/fonts/iconfont.woff') format('woff'), url('../../assets/fonts/iconfont.ttf') format('truetype');
}
/*@font-face {*/
/*  font-family: 'SourceHanSerifSC';*/
/*  src: url('../../assets/fonts/SourceHanSerifCN-Heavy.otf');*/
/*}*/
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #555555;
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #333333;
}
::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: rgba(85, 85, 85, 0.4);
}
header {
  width: 100%;
  display: flex;
  padding: 0.1vw 3vw;
  background: white;
  justify-content: space-between;
  z-index: 600;
  transition: 0.5s all ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
}
header .logo {
  width: 2vw;
}
header nav {
  display: flex;
  position: relative;
  background: white;
}
header nav ul {
  background: white;
}
header nav ul li {
  display: inline-block;
  float: left;
  font-size: 1vw;
  line-height: 3.5vw;
  padding: 0 2vw;
  text-align: center;
  z-index: 99;
  position: relative;
  background: white;
}
header nav ul li a {
  font-weight: bold;
  display: block;
}
header nav ul li a .lang {
  width: 7vw;
  position: relative;
  top: 0.5vw;
  cursor: pointer;
}
header nav ul li a .serach {
  width: 2vw;
  position: relative;
  top: 0.7vw;
  cursor: pointer;
}
header nav ul li a .serachInput {
  width: 0;
  position: absolute;
  top: 0.8vw;
  height: 2vw;
  right: 4.5vw;
  border: transparent;
  border-bottom: 1px solid #000;
  outline: none;
  transition: 0.3s all ease-in-out;
}
header nav ul li a .serachInputAvtice {
  width: 12vw;
}
header nav ul li ul {
  box-shadow: 0 3px 29px -8px rgba(192, 196, 204, 0.7);
  background-color: #fff;
  position: absolute;
  margin-left: -2.7vw;
  z-index: -1;
  padding: 0.8vw 0;
  border-radius: 10px;
  margin-top: 1vw;
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
}
header nav ul li ul .i {
  width: 100%;
  height: 1vw;
  position: absolute;
  margin-top: -1.8vw;
}
header nav ul li ul .i i {
  position: absolute;
  margin-top: -1.1vw;
  color: white;
  margin-left: -0.4vw;
}
header nav ul li ul li {
  width: 100%;
  line-height: normal;
  font-size: .9vw;
  padding: 0;
  margin: 5px 0;
}
header nav ul li ul li a {
  font-weight: normal;
  color: #666666;
}
header nav ul li ul li:hover a {
  color: #2f2f2f;
}
header nav ul li .langUl {
  margin-left: -.5vw;
  margin-top: 2vw;
}
header nav ul li:hover ul {
  backface-visibility: hidden;
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}
header.active {
  background: rgba(27, 27, 27, 0.85);
  border-bottom: 1px solid transparent;
  z-index: 9999;
}
header.active .logo img:nth-child(1) {
  display: none;
}
header.active .logo img:nth-child(2) {
  display: block;
}
header.active nav ul li a {
  color: white;
}
footer .section_28 {
  padding: 5.94vw 13.49vw 0;
  background-image: url('../../assets/images/local/649b12cd2284392ffe6c6b8a1d7b99ba.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
footer .section_28 .section_31 {
  margin-top: 1.04vw;
  background-color: #ffffff1c;
  border-radius: 0.026vw;
  height: 0.052vw;
}
footer .section_28 .group_52 {
  margin-top: 1.35vw;
  padding-left: 0.1vw;
}
footer .section_28 .group_52 .group_53 {
  align-self: center;
}
footer .section_28 .group_52 .group_53 .text_92 {
  color: #ffffff;
  font-size: 0.94vw;
  line-height: 0.89vw;
}
footer .section_28 .group_52 .group_53 .text_94 {
  margin-left: 1.2vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.68vw;
}
footer .section_28 .group_52 .group_53 .text_95 {
  margin-left: 0.55vw;
  margin-bottom: 0.16vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.68vw;
}
footer .section_28 .group_52 .group_53 .text_96 {
  margin-left: 0.6vw;
  margin-bottom: 0.16vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.68vw;
}
footer .section_28 .group_52 .image_55 {
  border-radius: 1.35vw;
  width: 2.71vw;
  height: 2.71vw;
}
footer .section_28 .group_14 {
  padding: 0 0.1vw;
}
footer .section_28 .group_14 .text_97 {
  color: #ffffff;
  font-size: 0.94vw;
  line-height: 0.89vw;
}
footer .section_28 .group_14 .text_98 {
  margin-left: 1.2vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.73vw;
}
footer .section_28 .group_14 .text_99 {
  margin-left: 0.55vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.73vw;
}
footer .section_28 .group_14 .text_100 {
  margin-left: 0.6vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.73vw;
}
footer .section_28 .group_14 .text_101 {
  margin-left: 0.6vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.73vw;
}
footer .section_28 .group_14 .text_102 {
  margin-left: 0.55vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.73vw;
}
footer .section_28 .group_14 .text_103 {
  margin-left: 0.55vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.73vw;
}
footer .section_28 .group_14 .text_104 {
  margin-left: 0.6vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.73vw;
}
footer .section_28 .group_14 .text_105 {
  margin-left: 0.6vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.73vw;
}
footer .section_28 .group_14 .text_106 {
  margin-left: 0.55vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.73vw;
}
footer .section_28 .group_14 .text_107 {
  margin-left: 0.55vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 0.73vw;
}
footer .section_28 .view_20 {
  margin-top: 0.47vw;
}
footer .section_28 .group_54 {
  margin-top: 1.82vw;
  padding: 1.46vw 0 1.3vw 0.16vw;
  border-top: solid 0.052vw #ffffff3b;
}
footer .section_28 .group_54 .text_108 {
  color: #ffffff;
  font-size: 0.73vw;
  line-height: 0.73vw;
  opacity: 0.58;
}
footer .section_28 .group_54 .text_110 {
  margin-left: 0.26vw;
}
footer .section_28 .text_90 {
  align-self: center;
  color: #ffffff;
  font-size: 1.04vw;
  font-weight: 500;
  line-height: 1.04vw;
}
footer .section_28 .image_48 {
  margin: 0.47vw 0 0.36vw;
  width: 1.46vw;
  height: 1.09vw;
}
footer .section_28 .image_49 {
  margin-left: 1.3vw;
  margin-top: .5vw;
  align-self: center;
  width: 2.29vw;
  height: 0.78vw;
}
footer .section_28 .image_9 {
  width: 1.09vw;
  height: 1.2vw;
}
footer .section_28 .image_50 {
  margin: 0.42vw 0 0.31vw 1.46vw;
}
footer .section_28 .image_51 {
  margin: 0.36vw 0 0.26vw 2.14vw;
  width: 1.09vw;
  height: 1.3vw;
}
footer .section_28 .section_29 {
  margin-left: 1.35vw;
  background-color: #ffffff;
  width: 0.052vw;
  height: 1.93vw;
}
footer .section_28 .image_52 {
  margin: 0.31vw 0 0.31vw 0.89vw;
  width: 5.42vw;
  height: 1.3vw;
}
footer .section_28 .image_53 {
  margin: 0.47vw 0 0.47vw 1.67vw;
  width: 5.89vw;
  height: 0.99vw;
}
footer .section_28 .section_30 {
  margin-left: 0.89vw;
  margin-bottom: 0.16vw;
  padding: 0.36vw 0.63vw;
  border-radius: 0.89vw;
  height: 1.77vw;
  border: solid 0.052vw #ffffff;
}
footer .section_28 .section_30 .image_54 {
  flex-shrink: 0;
  width: 0.94vw;
  height: 0.94vw;
}
footer .section_28 .section_30 .text_91 {
  margin-left: 0.52vw;
  margin-bottom: 0.16vw;
  color: #ffffff;
  font-size: 0.68vw;
  line-height: 1vw;
}
footer .section_28 .text_93 {
  opacity: 0.82;
}
.videoModal {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
}
.videoModal .videoBox {
  background: black;
  padding: 0;
}
.videoModal .videoBox .close {
  color: white;
  position: absolute;
  font-size: 3vw;
  z-index: 3;
  right: 0;
  margin-top: -4vw;
  cursor: pointer;
}
.videoModalActice {
  opacity: 1;
  pointer-events: auto;
}
.index .page {
  background-color: #ffffff;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.index .page .section_1 {
  width: 100%;
  height: 100vh;
  padding-bottom: 2.76vw;
}
.index .page .section_1 video {
  position: absolute;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.index .page .section_1 .group_6 {
  margin-top: 20vw;
  align-self: center;
  position: relative;
}
.index .page .section_1 .group_6 .text_12 {
  width: 50vw;
  margin: 0 auto;
  color: #ffffff;
  font-size: 4.69vw;
  line-height: 4.53vw;
  letter-spacing: 1.41vw;
  /*font-family: 'SourceHanSerifSC';*/
}
.index .page .section_1 .group_6 .group_7 {
  margin-top: 5vw;
  position: relative;
}
.index .page .section_1 .group_6 .group_7 .text_13 {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 1.07vw;
  width: 17.55vw;
  border: solid 0.052vw #ffffff;
  color: #ffffff;
  font-size: 1.2vw;
  line-height: 1.7;
  text-transform: uppercase;
  text-align: center;
}
.index .page .group_9 {
  margin-top: 5.05vw;
}
.index .page .group_9 .text_15 {
  align-self: center;
  color: #2f2f2f;
  font-size: 2vw;
  line-height: 2.34vw;
  font-weight: bold;
}
.index .page .group_9 .group_10 {
  margin-top: 2.86vw;
  align-self: flex-end;
  width: 86.51vw;
}
.index .page .group_9 .group_10 .group_11 {
  flex: 1 1 auto;
}
.index .page .group_9 .group_10 .group_11 .image_3 {
  width: 34.06vw;
  height: 30.83vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 {
  margin-left: 2.34vw;
  margin-top: 3.96vw;
  width: 35.1vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 {
  margin: 2.34vw 0.52vw 0 0.16vw;
  padding: 1.46vw 0.99vw 1.51vw 1.72vw;
  background-color: #ffffff;
  box-shadow: 0px 1.15vw 1.35vw 0.056vw #0303030d;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 {
  margin-top: 0.26vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 {
  margin-top: 0.99vw;
  padding-left: 1.41vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 .text_24 {
  color: #eda376;
  font-size: 1.98vw;
  line-height: 1.51vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 .group_21 {
  margin-top: 0.73vw;
  flex-shrink: 0;
  width: 1.98vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 .group_21 .text_25 {
  margin-left: 1.56vw;
  color: #eda376;
  font-size: 0.83vw;
  line-height: 0.21vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 .group_21 .text_26 {
  margin-left: -1.98vw;
  color: #eda376;
  font-size: 0.83vw;
  line-height: 0.68vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 .text_27 {
  margin-left: 0.99vw;
  color: #eda376;
  font-size: 1.98vw;
  line-height: 1.51vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 .text_28 {
  margin-left: 0.31vw;
  margin-top: 0.83vw;
  color: #eda376;
  font-size: 0.83vw;
  line-height: 0.68vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .text_23 {
  margin: 0.16vw 9.9vw 0 0.42vw;
  color: #434343;
  font-size: 0.83vw;
  line-height: 0.83vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .section_8 {
  margin-left: 1.82vw;
  margin-top: 0.36vw;
  background-color: #0000001c;
  width: 0.052vw;
  height: 3.59vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .image_45 {
  margin-left: 1.77vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_22 {
  margin: 0.36vw 0 0.31vw 0.47vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_22 .text_29 {
  align-self: flex-start;
  color: #434343;
  font-size: 0.83vw;
  line-height: 0.83vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_22 .group_23 {
  margin-top: 0.68vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_22 .group_23 .text_30 {
  align-self: center;
  color: #eda376;
  font-size: 0.83vw;
  line-height: 0.83vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_22 .group_23 .image_10 {
  margin-left: 1.3vw;
  flex-shrink: 0;
}
.index .page .group_9 .group_10 .group_11 .group_12 .group_15 {
  margin-top: -0.1vw;
  border-top: solid 0.052vw #000000;
}
.index .page .group_9 .group_10 .group_11 .group_12 .group_15 .section_6 {
  align-self: flex-start;
  background-color: #000000;
  width: 4.79vw;
  height: 0.16vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .group_15 .group_16 {
  margin-top: 1.15vw;
  line-height: 1.88vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .group_15 .group_16 .text_20 {
  color: #252525;
  font-size: 0.94vw;
  line-height: 1.88vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .group_15 .group_16 .text_21 {
  color: #252525;
  font-size: 0.94vw;
  line-height: 1.88vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .group_17 {
  margin-top: 1.88vw;
  padding: 0 0.1vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .group_17 .text_22 {
  margin: 0.47vw 0;
  color: #2f2f2f;
  font-size: 0.83vw;
  line-height: 0.83vw;
  letter-spacing: 0.17vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .group_17 .image_44 {
  margin-left: 0.99vw;
  margin-right: 27.97vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .text_16 {
  color: #000;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.25vw;
  margin-right: 2vw;
  cursor: pointer;
  opacity: 0.4;
  padding-bottom: 1vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .active {
  opacity: 1;
  border-bottom: 3px solid #000;
}
.index .page .group_9 .group_10 .group_11 .group_12 .text_17 {
  color: #000;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.25vw;
  text-transform: uppercase;
  opacity: 0.4;
}
.index .page .group_9 .group_10 .group_11 .group_12 .text_18 {
  margin-left: 2.24vw;
}
.index .page .group_9 .group_10 .group_11 .group_12 .text_19 {
  margin-left: 2.29vw;
  margin-right: 15.52vw;
}
.index .page .group_9 .group_24 {
  margin-top: 2.55vw;
}
.index .page .group_9 .group_24 .group_25 {
  padding-bottom: 1.35vw;
  height: 192.66vw;
  position: relative;
}
.index .page .group_9 .group_24 .group_25 .section_10 {
  padding: 3.02vw 0.68vw 16.61vw;
  background-image: url('../../assets/images/local/8307fe39b8ef74ecd2deb15b613be693.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: .3s all ease-in-out;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 {
  margin-right: 5.36vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27 {
  margin-top: 19.06vw;
  padding: 0 8.02vw;
  width: 32.66vw;
  cursor: pointer;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27 .image_15 {
  margin-left: 6.15vw;
  align-self: flex-start;
  width: 2.6vw;
  height: 2.6vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27 .text_35 {
  margin-top: 2.86vw;
  align-self: center;
  color: #ffffff;
  font-size: 1.56vw;
  line-height: 1.51vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27 .group_28 {
  margin-top: 1.67vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27 .group_28 .group_29 {
  line-height: 1.88vw;
  text-align: center;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27 .group_28 .image_16 {
  margin-top: 1.98vw;
  align-self: center;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27:hover .section_11 {
  opacity: 1;
  height: auto;
  padding: 1.72vw 1.5vw 1.67vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30:hover .section_11 {
  opacity: 1;
  height: auto;
  padding: 1.72vw 1.5vw 1.67vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34:hover .section_11 {
  opacity: 1;
  height: auto;
  padding: 1.72vw 1.5vw 1.67vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .section_12 {
  background-color: #ffffff;
  width: 0.052vw;
  height: 51.35vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .section_11 {
  margin-top: 0.57vw;
  padding: 0 1.5vw;
  align-self: center;
  background-color: #00000080;
  border-radius: 1.04vw;
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .section_11 .text_40 {
  color: #ffffff;
  font-size: 0.83vw;
  line-height: 0.83vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .section_11 .text_41 {
  margin-top: 1.04vw;
  color: #ffffff;
  font-size: 0.83vw;
  line-height: 0.83vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .section_11 .text_42 {
  margin-top: 1.04vw;
  color: #ffffff;
  font-size: 0.83vw;
  line-height: 0.83vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .section_11 .text_43 {
  margin-top: 0.99vw;
  color: #ffffff;
  font-size: 0.83vw;
  line-height: 0.83vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .section_11 .text_44 {
  margin-top: 1.04vw;
  color: #ffffff;
  font-size: 0.83vw;
  line-height: 0.83vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 {
  margin-top: 8.33vw;
  padding-left: 8vw;
  padding-right: 8vw;
  cursor: pointer;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .image_17 {
  margin-top: 4vw;
  align-self: center;
  width: 2.45vw;
  height: 2.34vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .group_32 {
  margin-top: 2.97vw;
  align-self: center;
  width: 15.94vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .group_32 .text_47 {
  align-self: center;
  color: #ffffff;
  font-size: 1.56vw;
  line-height: 1.51vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .group_32 .group_33 {
  margin-top: 1.09vw;
  line-height: 1.88vw;
  text-align: center;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .group_32 .image_18 {
  margin-top: 2.14vw;
  align-self: center;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .text_45 {
  color: #ffffff;
  font-size: 2vw;
  line-height: 2.08vw;
  font-weight: bold;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .text_46 {
  margin-top: 1.2vw;
  color: #ffffff;
  font-size: 1.3vw;
  line-height: 1.08vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34 {
  margin-left: 6.67vw;
  margin-top: 18.96vw;
  width: 20.63vw;
  cursor: pointer;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34 .image_19 {
  align-self: center;
  width: 1.98vw;
  height: 3.07vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34 .group_35 {
  margin-top: 2.5vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34 .group_35 .text_51 {
  align-self: center;
  color: #ffffff;
  font-size: 1.56vw;
  line-height: 1.51vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34 .group_35 .group_36 {
  margin-top: 1.2vw;
  line-height: 1.88vw;
  text-align: center;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34 .group_35 .image_20 {
  margin-top: 2.14vw;
  align-self: center;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_26 .text_36 {
  color: #ffffff;
  font-size: 0.94vw;
  line-height: 1.88vw;
  text-transform: uppercase;
  opacity: 0.9;
  letter-spacing: 2px;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_37 {
  margin-top: 4.79vw;
  align-self: center;
  width: 37.97vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_37 .group_39 {
  margin-top: 1.15vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_37 .group_39 .text_57 {
  margin: 0.47vw 0;
  color: #2f2f2f;
  font-size: 0.83vw;
  line-height: 0.83vw;
  letter-spacing: 0.17vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_37 .group_39 .image_21 {
  margin-left: 1.04vw;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_37 .text_55 {
  align-self: center;
  color: #2f2f2f;
  font-size: 2vw;
  line-height: 2.08vw;
  font-weight: bold;
}
.index .page .group_9 .group_24 .group_25 .section_10 .group_37 .text_56 {
  margin-top: 0.83vw;
  color: #7d7d7d;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: center;
}
.index .page .group_9 .group_24 .group_25 .group_40 {
  padding-top: 14.22vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 71.67vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 {
  padding: 18.54vw 13.44vw 18.96vw;
  background-image: url('../../assets/images/local/ed16447f4f4357a0802cb4eb9a1a518e.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 {
  margin-top: 5.83vw;
  align-self: center;
  width: 34.17vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .text_61 {
  align-self: center;
  color: #2f2f2f;
  font-size: 2vw;
  font-weight: bold;
  line-height: 2.14vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .group_45 {
  margin-top: 1.04vw;
  line-height: 1.88vw;
  text-align: center;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .group_45 .text_62 {
  color: #7d7d7d;
  font-size: 0.83vw;
  line-height: 1.88vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .group_45 .text_63 {
  color: #7d7d7d;
  font-size: 0.83vw;
  line-height: 1.88vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .group_46 {
  margin-top: 1.15vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .group_46 .text_64 {
  margin: 0.47vw 0;
  color: #2f2f2f;
  font-size: 0.83vw;
  line-height: 0.83vw;
  letter-spacing: 0.17vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .group_46 .image_26 {
  margin-left: 1.04vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_14 {
  padding: 25.57vw 1.41vw 1.67vw;
  flex: 1 1 23.07vw;
  filter: drop-shadow(0px 1.15vw 1.35vw #0303030d);
  background-image: url('../../assets/images/local/12b84a93d541d05be095f64ce5174f50.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 29.69vw;
  transition: .5s all ease-in-out;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_14:hover{
  transform: scale(1.02);
}

.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_14 .text_58 {
  align-self: center;
  color: #2f2f2f;
  font-size: 1.25vw;
  line-height: 1.25vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_14:hover .text_58{
  color: #eda376;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_14 .image_22 {
  width: 2.97vw;
  height: 2.45vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_15 {
  margin-left: 1.77vw;
  padding: 22.34vw 1.46vw 0;
  flex: 1 1 23.07vw;
  filter: drop-shadow(0px 1.15vw 1.35vw #0303030d);
  background-image: url('../../assets/images/local/indexxs.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 29.69vw;
  transition: .5s all ease-in-out;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_15:hover{
  transform: scale(1.02);
}

.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_15 .group_42 {
  padding: 0 4.9vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_15 .group_42 .section_16 {
  background-color: #ffffff;
  width: 2.08vw;
  height: 0.31vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_15 .group_42 .section_17 {
  background-color: #ffffffab;
  width: 2.08vw;
  height: 0.31vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_15 .group_43 {
  padding: 2.92vw 0 1.67vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_15 .group_43 .text_59 {
  align-self: center;
  color: #2f2f2f;
  font-size: 1.25vw;
  line-height: 1.2vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_15:hover .text_59{
  color: #eda376;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_18 {
  margin-left: 1.88vw;
  margin-right: 0.21vw;
  padding: 25.57vw 1.51vw 1.67vw 1.61vw;
  flex: 1 1 23.07vw;
  filter: drop-shadow(0px 1.15vw 1.35vw #0303030d);
  background-image: url('../../assets/images/local/35340659236f51582886ca604545533a.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 29.69vw;
  transition: .5s all ease-in-out;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_18:hover{
  transform: scale(1.02);
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_18 .text_60 {
  align-self: center;
  color: #2f2f2f;
  font-size: 1.25vw;
  line-height: 1.2vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_18:hover .text_60{
  color: #eda376;
}
.index .page .group_9 .group_24 .group_25 .group_40 .section_13 .image_23 {
  width: 2.92vw;
  height: 2.45vw;
}
.index .page .group_9 .group_24 .group_25 .group_40 .image-wrapper {
  padding: 12.71vw 0;
  background-image: url('../../assets/images/local/c18ffbd2df61a4754ef763f8cf57adec.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 72.92vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.index .page .group_9 .group_24 .group_25 .group_40 .image-wrapper .image_27 {
  width: 4.43vw;
  height: 4.43vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 {
  padding-left: 1.77vw;
  background-color: #ffffff;
  height: 11.93vw;
  position: absolute;
  left: 13.44vw;
  top: 176.98vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_47 {
  flex-shrink: 0;
  align-self: center;
  width: 11.98vw;
  position: relative;
  z-index: 1;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_47 .text_65 {
  align-self: flex-start;
  color: #2f2f2f;
  font-size: 1.25vw;
  line-height: 1.25vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_47 .group_48 {
  margin-top: 0.78vw;
  line-height: 1.56vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_47 .group_48 .text_66 {
  color: #8a8a8a;
  font-size: 0.83vw;
  line-height: 1.56vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_47 .group_48 .text_67 {
  color: #8a8a8a;
  font-size: 0.83vw;
  line-height: 1.56vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_47 .image_28 {
  margin-top: 1.56vw;
  align-self: flex-start;
  width: 1.77vw;
  height: 1.77vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_49 {
  margin-left: 4.79vw;
  flex-shrink: 0;
  align-self: center;
  width: 15vw;
  /*margin-top: 3vw;*/
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_49 .text_69 {
  margin-top: 0.3vw;
  align-self: center;
  color: #eda376;
  font-size: 1.5vw;
  line-height: 1.51vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_49 .divider {
  margin-left: 0.16vw;
  margin-top: 0.3vw;
  background-color: #0000001c;
  height: 0.052vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_49 .group_51 {
  margin-top: 0.89vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_49 .group_51 .text_70 {
  margin: 0 10.05vw 0.16vw 0.47vw;
  color: #434343;
  font-size: 0.83vw;
  line-height: 0.83vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_49 .text_71 {
  margin-top: 0.3vw;
  align-self: center;
  color: #eda376;
  font-size: 1.5vw;
  line-height: 1.51vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .group_49 .text_68 {
  margin: 0 10vw 0.16vw 0.57vw;
  color: #434343;
  font-size: 0.83vw;
  line-height: 0.83vw;
}
.index .page .group_9 .group_24 .group_25 .section_19 .section_20 {
  margin: -2.4vw -14.58vw -2.4vw 0.78vw;
  padding: 5.73vw 0 5.36vw;
  flex-shrink: 0;
  background-image: url('../../assets/images/local/4515efcfba20bb29a6f7e7e126ab1c57.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16.61vw;
  height: 16.72vw;
  position: relative;
  z-index: 1;
}
.index .page .group_9 .group_24 .group_25 .section_19 .section_20 .text_72 {
  margin-top: 1.09vw;
  color: #000;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 {
  padding-top: 22.5vw;
  width: 75.21vw;
  position: absolute;
  right: 11.3vw;
  top: 152.08vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_21 {
  margin-right: 11.95vw;
  padding: 5.42vw 0 5.36vw;
  background-image: url('../../assets/images/local/df23679659839a56fd539898e0447fbf.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16.61vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_21 .text_73 {
  margin-top: 1.41vw;
  color: #000;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_22 {
  padding: 5.94vw 0 5.36vw;
  background-image: url('../../assets/images/local/82cdc5a7ace2ec9dd0fbb75f2caca765.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16.61vw;
  position: absolute;
  right: 0;
  top: 22.5vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_22 .image_34 {
  width: 3.39vw;
  height: 3.18vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_22 .text_74 {
  margin-top: 1.04vw;
  color: #000;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.2vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 {
  background-color: #ffffff;
  box-shadow: 0px 1.15vw 1.35vw 0.056vw #0303030d;
  position: absolute;
  left: 0;
  right: 2.4vw;
  top: 0;
  z-index: 2;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .image_35 {
  flex: 1 1 auto;
  width: 36.51vw;
  height: 24.53vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 {
  margin-left: 2.08vw;
  margin-right: 1.56vw;
  flex-shrink: 0;
  width: 32.5vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .item{
  border-bottom: 1px solid #dcdcdc;
  padding: 1.8vw 0;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .item:hover .text_75{
  color: #eda376;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .item:last-child{
  border-bottom: transparent;
 }
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .text_75 {
  margin-left: 0.16vw;
  color: #2f2f2f;
  font-size: 0.94vw;
  line-height: 0.94vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .text_76 {
  margin-right: 1.3vw;
  margin-top: 0.78vw;
  color: #8f8f8f;
  font-size: 0.83vw;
  line-height: 1.56vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .divider_1 {
  margin-top: 1.2vw;
  background-color: #dcdcdc;
  height: 0.052vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .text_77 {
  margin-top: 1.93vw;
  align-self: flex-start;
  color: #2f2f2f;
  font-size: 0.94vw;
  line-height: 1.04vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .text_78 {
  margin-right: 1.25vw;
  margin-top: 0.73vw;
  color: #8f8f8f;
  font-size: 0.83vw;
  line-height: 1.56vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .text_79 {
  margin-top: 1.88vw;
  align-self: flex-start;
  color: #2f2f2f;
  font-size: 0.94vw;
  line-height: 0.94vw;
}
.index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .text_80 {
  margin-right: 1.04vw;
  margin-top: 0.78vw;
  color: #8f8f8f;
  font-size: 0.83vw;
  line-height: 1.56vw;
}
.index .page .group_9 .group_24 .group_25 .image_31 {
  width: 3.44vw;
  height: 3.33vw;
}
.index .page .group_9 .image_8 {
  width: 1.09vw;
  height: 1.2vw;
}
.index .page .group_9 .image_6 {
  width: 1.09vw;
  height: 1.09vw;
}
.index .page .group_9 .image_4 {
  width: 2.14vw;
  height: 1.77vw;
}
.index .page .group_9 .text_14 {
  text-transform: uppercase;
}
 .searchContent{
  font-size: 16px;
}
 .searchContent .resultTips{
  padding: 1vw 0;
}
 .searchContent .resultTips span{
  font-size: 18px;
  color: #0a6aa1;
}
 .noData{
  display: none;
}
 .noData.active{
  display: block;
  font-size: 16px;
}
.section_99 {
  top: 40%;
  padding: .5vw 0;
  background-color: #ffffff;
  box-shadow: 0 1.15vw 1.35vw 0.056vw #0303030d;
  border-radius: 1.04vw 0 0 1.04vw;
  width: auto;
  height: auto;
  position: fixed;
  right: 0;
}
.section_99 a{
  text-align: center;
  margin: 1vw auto;
  display: block;
  cursor: pointer;
  padding: 0 5px;
}
.section_99 .wechat:hover .wechatImg{
  display: block;
}
.section_99 .image_11 {
  width: 1.56vw;
  height: 1.25vw;
  margin: .2vw auto;
}
 .section_99 .text_31 {
  margin-top: 0.52vw;
  color: #393939;
  font-size: 0.63vw;
  line-height: 0.63vw;
}
 .section_99 .image_12 {
  margin-top: 1.15vw;
  width: 1.77vw;
  height: 1.41vw;
}
 .section_99 .text_32 {
  margin-top: 0.52vw;
  color: #393939;
  font-size: 0.63vw;
  line-height: 0.63vw;
}
 .section_99 .image_13 {
  margin-top: 1.2vw;
  width: 1.46vw;
  height: 1.41vw;
}
 .section_99 .text_33 {
  margin-top: 0.36vw;
  color: #393939;
  font-size: 0.63vw;
  line-height: 0.63vw;
}
 .section_99 .image_14 {
  margin-top: 0.78vw;
  width: 1.82vw;
  height: 1.67vw;
}
 .section_99 .text_34 {
  margin-top: 0.36vw;
  color: #393939;
  font-size: 0.63vw;
  line-height: 0.63vw;
}
.index .xmt {
  padding: 4vw 20vw;
}
.index .xmt .title {
  text-align: center;
  color: #2f2f2f;
  font-size: 2vw;
  line-height: 2.14vw;
  font-weight: bold;
}
.index .xmt .itemBox {
  display: flex;
  margin: 2vw auto;
}
.index .xmt .itemBox .item {
  text-align: center;
  font-weight: bold;
  font-size: 1vw;
  flex: 1;
}
.index .xmt .itemBox .item img {
  width: 7vw;
  margin: 0 auto;
}
.index .xmt .itemBoxs {
  margin-top: 3vw;
  padding: 0 6vw;
  display: flex;
}
.index .xmt .itemBoxs .item {
  flex: 1;
  border-right: 1px solid #dcdcdc;
}
.index .xmt .itemBoxs .item img {
  width: 8vw;
  margin: 0 auto;
}
.index .xmt .itemBoxs .item:last-child {
  border: transparent;
}
.banner {
  width: 100%;
  height: 26vw;
  overflow: hidden;
  position: relative;
  margin-top: 3.5vw;
}
.banner .pic {
  width: 110vw;
  height: 100%;
  position: absolute;
  background-size: cover !important;
  -webkit-animation: subs 6s linear 1;
  -webkit-animation-fill-mode: forwards;
  -webkit-transform: translateX(-5%);
}
@-webkit-keyframes subs {
  0% {
    -webkit-transform: translateX(-5%)
  }

  100% {
    -webkit-transform: translateX(0)
  }
}
.banner .tit {
  color: #ffffff;
  font-size: 2.5vw;
  text-align: center;
  padding-top: 12vw;
  letter-spacing: 1vw;
  position: relative;
  z-index: 1;
  /*font-family: 'SourceHanSerifSC';*/
}
.bljs .f1 {
  padding: 5vw 14vw;
  background: white;
}
.bljs .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.bljs .f1 .videoBoxs {
  width: 73vw;
  height: 40vw;
  margin: 2vw auto;
}
.bljs .f1 .videoBoxs video {
  width: 100%;
  height: 40vw;
  object-fit: cover !important;
}
.bljs .f1 .group_7 {
  margin-top: 4.22vw;
}
.bljs .f1 .group_7 .group_8 {
  flex: 1 1 auto;
}
.bljs .f1 .group_7 .group_8 .group_10 {
  margin-top: 2.66vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .group_16 {
  margin-left: 4.43vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .group_16 .text_20 {
  margin-top: 0.68vw;
  color: #515151;
  font-size: 0.94vw;
  font-family: SourceHanSansCN;
  line-height: 0.94vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .group_14 {
  margin-left: 3.18vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .group_14 .text_18 {
  margin-top: 0.68vw;
  color: #515151;
  font-size: 0.94vw;
  font-family: SourceHanSansCN;
  line-height: 0.94vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .text_16 {
  margin-top: 0.68vw;
  align-self: flex-start;
  color: #515151;
  font-size: 0.94vw;
  font-family: SourceHanSansCN;
  line-height: 0.94vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .group_15 {
  padding: 0 0.1vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .group_15 .image_7 {
  width: 3.59vw;
  height: 1.93vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .group_15 .text_19 {
  margin-left: 0.36vw;
  margin-top: 1.04vw;
  color: #f39a47;
  font-size: 0.83vw;
  font-family: SourceHanSansCN;
  line-height: 0.83vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .group_15 .image_6 {
  flex-shrink: 0;
  width: 1.51vw;
  height: 1.93vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .group_15 .text_17 {
  margin-left: 0.42vw;
  margin-top: 1.04vw;
  color: #f39a47;
  font-size: 0.83vw;
  font-family: SourceHanSansCN;
  line-height: 0.83vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .image_5 {
  flex-shrink: 0;
  width: 4.74vw;
  height: 1.93vw;
}
.bljs .f1 .group_7 .group_8 .group_10 .text_15 {
  margin-left: 0.47vw;
  margin-top: 1.04vw;
  color: #f39a47;
  font-size: 0.83vw;
  font-family: SourceHanSansCN;
  line-height: 0.83vw;
}
.bljs .f1 .group_7 .group_8 .text_13 {
  align-self: flex-start;
  color: #232323;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: 1.2vw;
}
.bljs .f1 .group_7 .group_8 .text_14 {
  margin-top: 1.15vw;
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
}
.bljs .f1 .group_7 .group_8 .text_9 {
  text-transform: uppercase;
}
.bljs .f1 .group_7 .image_8 {
  margin-left: 2.08vw;
  margin-right: 0.16vw;
  flex-shrink: 0;
  width: 30.57vw;
  height: 15.05vw;
}
.bljs .f1 .itemBox .item {
  margin-top: 5vw;
}
.bljs .f1 .itemBox .item .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
}
.bljs .f1 .itemBox .item .name::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.bljs .f1 .itemBox .item .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  margin: 2vw 0;
  text-align: justify;
}
.bljs .f1 .itemBox .item .imgBox {
  width: 100%;
  display: flex;
}
.bljs .f1 .itemBox .item .imgBox .img {
  width: 23vw;
  height: 14vw;
  background-size: cover !important;
}
.bljs .f1 .itemBox .item .imgBox .img:nth-child(2) {
  margin: 0 1vw;
}
.bljs .f1 .itemBox .item .imgBox .img1 {
  width: 100%;
  height: 14vw;
  background-size: cover !important;
}
.bljs .f2 {
  padding: 5vw 14vw;
}
.bljs .f2 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
}
.bljs .f2 .itemBox .item {
  display: flex;
  margin-top: 2vw;
  cursor: pointer;
  transition: .3s all ease-in-out;
}
.bljs .f2 .itemBox .item:hover{
  box-shadow: 0px 10px 24px 0px rgb(0 0 0 / 10%);
}
.bljs .f2 .itemBox .item .img {
  width: 23vw;
  height: 13vw;
  margin-right: 2vw;
  background-size: cover !important;
}
.bljs .f2 .itemBox .item .text {
  width: 45vw;
  padding: 1.5vw;
}
.bljs .f2 .itemBox .item .text .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.bljs .f2 .itemBox .item .text .name::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.bljs .f2 .itemBox .item .text .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.bljs .f3 {
  padding: 5vw 14vw;
  background: white;
}
.bljs .f3 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
}
.bljs .f3 .itemBox .item {
  margin-top: 3vw;
}
.bljs .f3 .itemBox .item .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.bljs .f3 .itemBox .item .name::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.bljs .f3 .itemBox .item .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.bljs .f3 .itemBox .item .imgBox {
  width: 100%;
  display: inline-block;
}
.bljs .f3 .itemBox .item .imgBox .img {
  width: 34.5vw;
  height: 20vw;
  background-size: cover !important;
  display: inline-block;
  float: left;
  margin-top: 2vw;
}
.bljs .f3 .itemBox .item .imgBox .img:nth-child(even) {
  margin-left: 2vw;
}
.bljs .f4 {
  padding: 5vw 14vw;
}
.bljs .f4 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
}
.bljs .f4 .itemBox .item {
  margin-top: 3vw;
}
.bljs .f4 .itemBox .item .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.bljs .f4 .itemBox .item .name::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.bljs .f4 .itemBox .item .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.blls .f1 {
  padding: 5vw 14vw;
}
.blls .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.blls .f1 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.blls .f1 .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.blls .f1Img {
  width: 100%;
  height: 40vw;
  background-size: cover !important;
}
.blls .f2 {
  padding: 5vw 14vw;
}
.blls .f2 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.blls .f2 .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.blls .f2 .mySwiper2 {
  width: 100%;
  height: 26vw;
  margin-top: 4vw;
  overflow: hidden;
}
.blls .f2 .mySwiper2 .swiper-slide {
  background-size: cover !important;
}
.blls .f2 .mySwiper2 .swiper-slide .text {
  padding: 5vw;
}
.blls .f2 .mySwiper2 .swiper-slide .text .name {
  color: #ffffff;
  font-size: 1.04vw;
}
.blls .f2 .mySwiper2 .swiper-slide .text .des {
  width: 75%;
  color: #ffffff;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.blls .f2 .mySwiper {
  width: auto;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  right: 9vw;
  margin-top: 2vw;
}
.blls .f2 .mySwiper .swiper-wrapper {
  display: block;
}
.blls .f2 .mySwiper .swiper-slide {
  width: 15vw !important;
  cursor: pointer;
  overflow: hidden;
  margin-right: 5vw;
  color: #ffffff;
  opacity: 0.5;
  padding: 2vw 0;
  font-size: 0.9vw;
  padding-left: 2vw;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.blls .f2 .mySwiper .swiper-slide p{
  transition: .3s all ease-in-out;
}
.blls .f2 .mySwiper .swiper-slide:hover p{
  font-size: 1vw;
}
.blls .f2 .mySwiper .swiper-slide::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 0.6vw;
  margin-left: -2vw;
}
.blls .f2 .mySwiper .swiper-slide-thumb-active {
  color: #ffffff;
  opacity: 1;
}
.blls .f2 .mySwiper .swiper-slide-thumb-active::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 0.6vw;
  margin-left: -2vw;
}
.blls .f2 .mySwiper .swiper-slide-thumb-active::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 6vw;
  background-color: #ffffff;
  margin-left: -2vw;
  margin-top: -6.6vw;
}
.blls .f3 {
  padding: 0 14vw;
}
.blls .f3 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.blls .f3 .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.blls .f4 {
  padding: 5vw 14vw;
}
.blls .f4 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.blls .f4 .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.blls .f4 .mySwiper4 {
  width: 100%;
  height: 10vw;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 3vw;
}
.blls .f4 .mySwiper4 .swiper-slide {
  cursor: pointer;
  width: 10vw !important;
  height: 10vw !important;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background-size: cover !important;
  transition: .3s all ease-in-out;
}
.blls .f4 .mySwiper4 .swiper-slide-thumb-active {
  border: 5px solid #eda376;
}
.blls .f4 .mySwiper4::before {
  content: '';
  position: absolute;
  left: 0;
  margin-top: 4.5vw;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
}
.blls .f4 .mySwiper3 {
  height: auto;
  width: 100%;
  margin-top: 5vw;
  overflow: hidden;
}
.blls .f4 .mySwiper3 .swiper-slide {
  display: flex;
  overflow: hidden;
}
.blls .f4 .mySwiper3 .swiper-slide .text {
  width: 34vw;
  margin-right: 5vw;
}
.blls .f4 .mySwiper3 .swiper-slide .text .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.blls .f4 .mySwiper3 .swiper-slide .text .name::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.blls .f4 .mySwiper3 .swiper-slide .text .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.blls .f4 .mySwiper3 .swiper-slide .imgBox {
  width: 34vw;
  height: 35vw;
  background-size: cover !important;
}
.blmr .f1 {
  padding: 5vw 14vw;
  background: white;
}
.blmr .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.blmr .f1 .tit {
  color: #232323;
  font-size: 1.2vw;
  font-weight: bold;
  margin-top: 3vw;
}
.blmr .f1 .itemBox .item {
  margin-top: 3vw;
  display: flex;
}
.blmr .f1 .itemBox .item .text {
  width: 35vw;
}
.blmr .f1 .itemBox .item .text .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.blmr .f1 .itemBox .item .text .name::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.blmr .f1 .itemBox .item .text .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.blmr .f1 .itemBox .item .text2 {
  width: 100%;
}
.blmr .f1 .itemBox .item .img {
  width: 35vw;
  height: 20vw;
  margin-left: 3vw;
  background-size: cover !important;
}
.blmr .f2 {
  padding: 5vw 14vw;
  background-color: #f4f4f4;
}
.blmr .f2 .tit {
  color: #232323;
  font-size: 1.2vw;
  font-weight: bold;
}
.blmr .f2 .itemBox .item {
  margin-top: 3vw;
  display: flex;
}
.blmr .f2 .itemBox .item .img {
  width: 13vw;
  height: 20vw;
  margin-right: 3vw;
  background-size: cover !important;
}
.blmr .f2 .itemBox .item .text {
  width: 52vw;
  padding: 4vw 0;
}
.blmr .f2 .itemBox .item .text .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.blmr .f2 .itemBox .item .text .name::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.blmr .f2 .itemBox .item .text .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.blmr .f3 {
  padding: 5vw 14vw;
  background: white;
}
.blmr .f3 .tit {
  color: #232323;
  font-size: 1.2vw;
  font-weight: bold;
}
.blmr .f3 .itemBox .item {
  margin-top: 3vw;
  display: flex;
}
.blmr .f3 .itemBox .item .text {
  width: 52vw;
  padding: 4vw 0;
}
.blmr .f3 .itemBox .item .text .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.blmr .f3 .itemBox .item .text .name::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.blmr .f3 .itemBox .item .text .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.blmr .f3 .itemBox .item .img {
  width: 13vw;
  height: 20vw;
  margin-left: 3vw;
  background-size: cover !important;
}
.ms .f1 {
  padding: 5vw 14vw;
  background: white;
}
.ms .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.ms .f1 .group_6 {
  margin-top: 2.24vw;
}
.ms .f1 .group_6 .equal-division {
  margin-top: 1.15vw;
}
.ms .f1 .group_6 .equal-division .equal-division-item {
  padding-top: 4.17vw;
  flex: 1 1 23.65vw;
  background-image: url('../../assets/images/local/1008c898fd2b7c0c8b433656323cf5d1.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 13.28vw;
}
.ms .f1 .group_6 .equal-division .equal-division-item:nth-child(2) {
  margin: 0 1vw;
}
.ms .f1 .group_6 .equal-division .equal-division-item_1 {
  margin-left: 1.02vw;
  padding-top: 4.17vw;
  flex: 1 1 23.65vw;
  background-image: url('../../assets/images/local/f11ae9d4306a8dba048a4f5b4c80ba9c.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 13.28vw;
}
.ms .f1 .group_6 .equal-division .equal-division-item_2 {
  margin-left: 1.02vw;
  padding-top: 4.17vw;
  flex: 1 1 23.65vw;
  background-image: url('../../assets/images/local/f5428977c4c489047b77f37e45dd0601.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 13.28vw;
}
.ms .f1 .group_6 .equal-division .section_8 {
  padding: 6.2vw 1.41vw 1.15vw 1.46vw;
  background-image: url('../../assets/images/local/1a52f9d0b0c80600fbfd6c9a3c53b0eb.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ms .f1 .group_6 .equal-division .section_8 .text_14 {
  margin: 0.26vw 0;
  color: #ffffff;
  font-size: 1.25vw;
  font-family: PingFangSC;
  line-height: 1.25vw;
}
.ms .f1 .group_6 .section_4 {
  padding-top: 12.03vw;
  flex: 1 1 auto;
  background-image: url('../../assets/images/local/c7a58452a18f8982dda7f2de004fd298.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 25.89vw;
}
.ms .f1 .group_6 .section_4 .section_5 {
  padding: 5vw 1.67vw 1.56vw;
  background-image: url('../../assets/images/local/1a52f9d0b0c80600fbfd6c9a3c53b0eb.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ms .f1 .group_6 .section_4 .section_5 .text_11 {
  margin-left: 0.47vw;
  color: #ffffff;
  font-size: 1.25vw;
  font-family: PingFangSC;
  line-height: 1.25vw;
}
.ms .f1 .group_6 .section_4 .section_5 .group_8 {
  margin-top: 0.73vw;
  width: 34.95vw;
}
.ms .f1 .group_6 .section_4 .section_5 .group_8 .text_12 {
  margin-left: 0.31vw;
  color: #ffffff;
  font-size: 0.83vw;
  font-family: Adobe Heiti Std;
  line-height: 1.35vw;
}
.ms .f1 .group_6 .section_4 .section_5 .group_8 .image_3 {
  margin-top: 0.78vw;
  align-self: flex-start;
  width: 2.14vw;
  height: 1.77vw;
}
.ms .f1 .group_6 .section_6 {
  margin-left: 1.2vw;
  padding-top: 11.93vw;
  flex-shrink: 0;
  background-image: url('../../assets/images/local/857243d7bbe419e25066f5306766eb4c.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 25.73vw;
  height: 25.73vw;
}
.ms .f1 .group_6 .section_6 .section_7 {
  padding: 10.1vw 1.77vw 1.93vw 2.19vw;
  background-image: url('../../assets/images/local/1a52f9d0b0c80600fbfd6c9a3c53b0eb.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ms .f1 .group_6 .section_6 .section_7 .text_13 {
  margin: 0.26vw 0;
  color: #ffffff;
  font-size: 1.25vw;
  font-family: PingFangSC;
  line-height: 1.25vw;
}
.ms .f1 .group_6 .section_6 .section_7 .image_5 {
  margin-left: 17.4vw;
  flex-shrink: 0;
}
.ms .f1 .group_6 .image_4 {
  width: 1.77vw;
  height: 1.77vw;
}
.ms .f1 .group_6 .text_9 {
  text-transform: uppercase;
}
.gs .f1 {
  padding: 5vw 14vw;
  background: white;
}
.gs .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.gs .f1 .itemBox {
  margin-top: 1.2vw;
}
.gs .f1 .itemBox .section_4 {
  padding-top: 12.45vw;
  width: 46vw;
  background-size: cover !important;
  height: 26.25vw;
}
.gs .f1 .itemBox .section_4 .section_5 {
  padding: 5.05vw 1.41vw 0.99vw;
  background-image: url('../../assets/images/local/2777fab75101926e95e2c756c9026b87.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.gs .f1 .itemBox .section_4 .section_5 .text_11 {
  margin-left: 0.57vw;
  color: #ffffff;
  font-size: 1.25vw;
  font-family: PingFangSC;
  line-height: 1.25vw;
}
.gs .f1 .itemBox .section_4 .section_5 .text_12 {
  margin-left: 0.36vw;
  margin-top: 0.73vw;
  color: #ffffff;
  font-size: 0.83vw;
  font-family: Adobe Heiti Std;
  line-height: 1.35vw;
  text-transform: uppercase;
  width: 32.97vw;
}
.gs .f1 .itemBox .section_4 .section_5 .image_3 {
  margin-top: 1.3vw;
  width: 2.14vw;
  height: 1.77vw;
}
.gs .f1 .itemBox .section_6 {
  width: 26vw;
  margin-left: 1.15vw;
  padding: 22.29vw 1.72vw 2.14vw;
  flex-shrink: 0;
  background-size: cover !important;
  height: 26.2vw;
}
.gs .f1 .itemBox .section_6 .text_13 {
  margin-top: 0.47vw;
  color: #ffffff;
  font-size: 1.25vw;
  font-family: PingFangSC;
  line-height: 1.25vw;
}
.gs .f1 .itemBox .section_6 .image_4 {
  width: 1.77vw;
  height: 1.77vw;
}
.gs .f1 .itemBox .section_6 .image_5 {
  margin-left: 9.64vw;
  flex-shrink: 0;
}
.gs .f1 .itemBox:nth-child(odd) .section_6 {
  margin-left: 0;
  margin-right: 1.15vw;
}
.cybl .f1 {
  padding: 5vw 14vw 5vw 26vw;
  min-height: 100vh;
}
.cybl .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.cybl .f1 .leftBox{
  height: 100vh;
  position: sticky;
  top: 9vw;
  bottom: 2vw;
}
.cybl .f1 .itemBox {
  position: absolute;
  margin-top: -4vw;
  left: -12vw;
}
.cybl .f1 .textBox{
  margin-top: -97vh;
  line-height: 2;
}
.cybl .f1 .itemBox .item {
  width: 7vw;
  height: 6.8vw;
  background: url('../../assets/images/local/iconBg.png') center no-repeat;
  background-size: cover !important;
  text-align: center;
  padding: 1.5vw;
  margin-bottom: 1.5vw;
  cursor: pointer;
  position: relative;
  transition: 0.5s all ease-in-out;
  display: block;
}
.cybl .f1 .itemBox .item img {
  width: 2vw;
  margin: 0 auto;
}
.cybl .f1 .itemBox .item img:nth-child(2) {
  display: none;
}
.cybl .f1 .itemBox .item p {
  margin-top: 0.5vw;
  color: #454545;
  font-weight: bold;
  font-size: 0.9vw;
}
.cybl .f1 .itemBox .item:hover {
  transform: scale(1.05);
}
.cybl .f1 .itemBox .item:nth-child(2) {
  margin-left: -0.5vw;
}
.cybl .f1 .itemBox .item:nth-child(3) {
  margin-left: 0.5vw;
}
.cybl .f1 .itemBox .item:nth-child(3) img {
  width: 2.5vw;
}
.cybl .f1 .itemBox .item:nth-child(5) {
  margin-left: -1vw;
}
.cybl .f1 .itemBox .active {
  background: url('../../assets/images/local/iconBg1.png') center no-repeat;
  background-size: cover !important;
}
.cybl .f1 .itemBox .active img:nth-child(1) {
  display: none;
}
.cybl .f1 .itemBox .active img:nth-child(2) {
  display: block;
}
.cybl .f1 .itemBox .active p {
  color: white;
}
.cybl .f1 .itemBox::before {
  content: '';
  position: absolute;
  width: 5vw;
  height: 52vw;
  background: url('../../assets/images/local/iconX.png') center no-repeat;
  background-size: cover !important;
  margin-top: -6vw;
  margin-left: 1.5vw;
}
.cybl .f1 .textBox .item .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.cybl .f1 .textBox .item .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
  margin-bottom: 2vw;
}
.cybl .f1 .textBox .item .img {
  margin: 2vw 0;
}
.cybl .f1 .textBox .item .tit {
  color: #232323;
  font-size: 0.95vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.cybl .f1 .textBox .item .tit::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.zs .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
  margin: 5vw 14vw -5vw 14vw;
  position: absolute;
}
.zs .f1 .itemBox {
  padding: 5vw 14vw;
}
.zs .f1 .itemBox .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.zs .f1 .itemBox .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
  margin-bottom: 2vw;
}
.zs .f1 .itemBox .group_7 {
  margin-top: 2.66vw;
}
.zs .f1 .itemBox .group_7 .group_9 {
  margin-top: 1.04vw;
}
.zs .f1 .itemBox .group_7 .group_9 .text-wrapper_1 {
  padding: 22.81vw 0 2.14vw;
  flex-shrink: 0;
  background-size: cover !important;
  width: 26.2vw;
  height: 26.2vw;
}
.zs .f1 .itemBox .group_7 .group_9 .text-wrapper_1 .text_18 {
  color: #ffffff;
  font-size: 1.25vw;
  font-family: PingFangSC;
  line-height: 1.25vw;
  text-transform: uppercase;
}
.zs .f1 .itemBox .group_7 .group_9 .text-wrapper_2 {
  margin-left: 1.15vw;
  padding: 22.66vw 0 2.34vw;
  flex: 1 1 auto;
  background-size: cover !important;
  height: 26.25vw;
}
.zs .f1 .itemBox .group_7 .group_9 .text-wrapper_2 .text_19 {
  margin-left: 2.14vw;
  color: #ffffff;
  font-size: 1.25vw;
  font-family: PingFangSC;
  line-height: 1.25vw;
  text-transform: uppercase;
}
.zs .f1 .itemBox .group_7 .section_5 {
  padding-top: 12.45vw;
  flex: 1 1 auto;
  background-size: cover !important;
  height: 26.25vw;
}
.zs .f1 .itemBox .group_7 .section_5 .section_6 {
  padding: 8.05vw 1.41vw 0.99vw;
  background-image: url('../../assets/images/local/2777fab75101926e95e2c756c9026b87.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.zs .f1 .itemBox .group_7 .section_5 .section_6 .text_15 {
  margin-left: 0.47vw;
  color: #ffffff;
  font-size: 1.25vw;
  font-family: PingFangSC;
  line-height: 1.25vw;
  text-transform: uppercase;
}
.zs .f1 .itemBox .group_7 .section_5 .section_6 .text_16 {
  margin-left: 0.36vw;
  margin-top: 0.73vw;
  color: #ffffff;
  font-size: 0.83vw;
  font-family: Adobe Heiti Std;
  line-height: 1.35vw;
  text-transform: uppercase;
  width: 33.13vw;
}
.zs .f1 .itemBox .group_7 .section_5 .section_6 .image_3 {
  margin-top: 1.3vw;
  width: 2.14vw;
  height: 1.77vw;
}
.zs .f1 .itemBox .group_7 .text-wrapper {
  margin-left: 1.15vw;
  padding: 22.76vw 0 2.19vw;
  flex-shrink: 0;
  background-size: cover !important;
  width: 26.2vw;
  height: 26.2vw;
}
.zs .f1 .itemBox .group_7 .text-wrapper .text_17 {
  margin-left: 1.72vw;
  color: #ffffff;
  font-size: 1.25vw;
  font-family: PingFangSC;
  line-height: 1.25vw;
  text-transform: uppercase;
}
.zs .f1 .itemBox .img {
  margin: 2vw 0;
}
.zs .f1 .itemBox:nth-child(2) {
  padding-top: 10vw;
}
.zs .f1 .itemBox:nth-child(odd) {
  background-color: #f4f4f4;
}
.food .f1 {
  padding: 5vw 14vw;
  background: white;
}
.food .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.food .f1 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.food .f1 .itemBox {
  display: flex;
  margin-bottom: 1vw;
}
.food .f1 .itemBox .item .text {
  color: #ffffff;
  font-weight: bold;
  font-size: 1vw;
  padding: 23vw 2vw 0 2vw;
}
.food .f1 .itemBox .item:nth-child(2) {
  width: 44.5vw;
  height: 26vw;
  margin-left: 1vw;
  background-size: cover !important;
  transition: .4s all ease-in-out;
}
.food .f1 .itemBox .item:nth-child(2):hover{
  transform: scale(1.03);
}
.food .f1 .itemBox .item:nth-child(1) {
  width: 26vw;
  height: 26vw;
  background-size: cover !important;
  transition: .4s all ease-in-out;
}
.food .f1 .itemBox .item:nth-child(1):hover{
  transform: scale(1.03);
}
.food .f1 .itemBox:nth-child(odd) .item:nth-child(1) {
  width: 44.5vw;
  height: 26vw;
  background-size: cover !important;
  transition: .4s all ease-in-out;
}
.food .f1 .itemBox:nth-child(odd) .item:nth-child(1):hover{
  transform: scale(1.03);
}
.food .f1 .itemBox:nth-child(odd) .item:nth-child(2) {
  width: 26vw;
  height: 26vw;
  margin-left: 1vw;
  background-size: cover !important;
  transition: .4s all ease-in-out;
}
.food .f1 .itemBox:nth-child(odd) .item:nth-child(2):hover{
  transform: scale(1.03);
}
.food .f2 {
  padding: 4vw 14vw;
}
.food .f2 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.food .f2 .itemBox {
  width: 100%;
  display: inline-block;
}
.food .f2 .itemBox .item {
  width: 23vw;
  height: 11vw;
  background: white;
  padding: 2vw;
  display: inline-block;
  float: left;
  margin-bottom: 1vw;
}
.food .f2 .itemBox .item .t {
  color: #2c2c2c;
  font-weight: bold;
  font-size: 0.95vw;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
.food .f2 .itemBox .item .t::before {
  content: '';
  position: absolute;
  width: 1vw;
  height: 1px;
  background: #eda376;
  margin-top: 2vw;
}
.food .f2 .itemBox .item .des {
  color: #6e6e6e;
  font-size: 0.8vw;
  line-height: 1.7vw;
}
.food .f2 .itemBox .item:nth-child(3n-1) {
  margin: 0 1vw;
}
.wq .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
  margin: 5vw 14vw -5vw 14vw;
  position: absolute;
}
.wq .f1 .item {
  padding: 4vw 14vw;
}
.wq .f1 .item .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.wq .f1 .item .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
  margin-bottom: 2vw;
}
.wq .f1 .item .img {
  margin: 2vw 0;
}
.wq .f1 .item:nth-child(2) {
  padding-top: 10vw;
}
.wq .f1 .item:nth-child(odd) {
  background-color: #f4f4f4;
}
.xx .f1 {
  padding: 5vw 14vw;
}
.xx .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.xx .f1 .itemBox {
  width: 100%;
  display: inline-block;
}
.xx .f1 .itemBox .item {
  width: 34vw;
  display: inline-block;
  float: left;
  margin-top: 5vw;
}
.xx .f1 .itemBox .item .t {
  color: #232323;
  font-weight: bold;
  font-size: 1vw;
}
.xx .f1 .itemBox .item .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
  margin: 1vw 0;
}
.xx .f1 .itemBox .item .img {
  width: 100%;
  height: 20vw;
  background-size: cover !important;
}
.xx .f1 .itemBox .item:nth-child(2n) {
  margin-left: 3vw;
}
.jlb .f1 {
  padding: 5vw 14vw;
}
.jlb .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.jlb .f1 .itemBox .item {
  display: flex;
  margin-top: 3vw;
}
.jlb .f1 .itemBox .item .text {
  width: 33vw;
  margin-right: 5vw;
  padding: 2vw 0;
}
.jlb .f1 .itemBox .item .text .t {
  color: #232323;
  font-weight: bold;
  font-size: 1vw;
}
.jlb .f1 .itemBox .item .text .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
  margin: 1vw 0;
}
.jlb .f1 .itemBox .item .imgBox {
  width: 35vw;
  height: 20vw;
  background-size: cover !important;
}
.bsl .f1 {
  padding: 5vw 14vw;
  background: white;
}
.bsl .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.bsl .f1 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.bsl .f1 .itemBox {
  display: inline-block;
  margin-bottom: 1vw;
}
.bsl .f1 .itemBox .item {
  width: 34vw;
  height: 20vw;
  display: inline-block;
  float: left;
  margin-bottom: 2vw;
  transition: .4s all ease-in-out;
}
.bsl .f1 .itemBox .item:hover{
  transform: scale(1.03);
}
.bsl .f1 .itemBox .item .text {
  color: #ffffff;
  font-weight: bold;
  font-size: 1vw;
  padding: 18vw 2vw 0 2vw;
}
.bsl .f1 .itemBox .item:nth-child(2n) {
  margin-left: 2vw;
}
.whbl .f1 {
  padding: 5vw 14vw;
  background: white;
}
.whbl .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.whbl .f1 .titleBox {
  display: flex;
  justify-content: space-between;
}
.whbl .f1 .titleBox .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.whbl .f1 .titleBox .tab {
  display: flex;
  font-size: 1vw;
  font-weight: bold;
}
.whbl .f1 .titleBox .tab .item {
  height: 1.2vw;
  line-height: 1.2;
  padding: 0 1vw;
  display: block;
  color: rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.4);
}
.whbl .f1 .titleBox .tab .item:last-child {
  border: transparent;
}
.whbl .f1 .titleBox .tab .active {
  color: #000000;
}
.whbl .f1 .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
  margin: 2vw 0;
}
.whbl .f1 .itemBox .item {
  display: flex;
  padding: 2vw 0;
  border-bottom: 1px solid #e5e5e5;
  transition: .3s all ease-in-out;
}
.whbl .f1 .itemBox .item:hover{
  box-shadow: 0px 10px 24px 0px rgb(0 0 0 / 10%);
}
.whbl .f1 .itemBox .item:hover .img{
  transform: translateX(1vw);
}
.whbl .f1 .itemBox .item:hover .text .t{
  color: #eda376;
}
.whbl .f1 .itemBox .item .img {
  width: 26vw;
  height: 18vw;
  background-size: cover !important;
  margin-right: 1vw;
  transition: .5s all ease-in-out;
}
.whbl .f1 .itemBox .item .text {
  width: 43vw;
  padding: 2vw;
}
.whbl .f1 .itemBox .item .text .t {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1vw;
}
.whbl .f1 .itemBox .item .text .time {
  color: #2f2f2f;
  font-size: 0.8vw;
  margin: 1vw 0;
}
.whbl .f1 .itemBox .item .text .dess {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
}
.whbl .f1 .itemBox .item .text .more {
  color: #2f2f2f;
  font-size: 0.85vw;
  line-height: 1.8vw;
  margin-top: 1vw;
  display: inline-block;
}
.whbl .f1 .itemBox .item .text .more p {
  display: inline-block;
  float: left;
  margin-right: 1vw;
}
.whbl .f1 .itemBox .item .text .more img {
  width: 2vw;
  display: inline-block;
}
.whbl .f1 .itemBox .item:last-child {
  border: transparent;
}
.sp .f1 {
  padding: 5vw 14vw;
}
.sp .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.sp .f2 .videoSwiper {
  width: 100%;
  overflow: hidden;
}
.sp .f2 .videoSwiper .swiper-slide {
  width: 45vw !important;
  cursor: pointer;
}
.sp .f2 .videoSwiper .swiper-slide:hover .img i{
  color: #eda376;
}
.sp .f2 .videoSwiper .swiper-slide:hover .name{
  color: #eda376;
}
.sp .f2 .videoSwiper .swiper-slide .img {
  width: 100%;
  height: 26vw;
  background-size: cover !important;
  padding: 11vw 21vw;
}
.sp .f2 .videoSwiper .swiper-slide .img i {
  color: white;
  font-size: 4vw;
}
.sp .f2 .videoSwiper .swiper-slide .name {
  color: #232323;
  font-size: 1vw;
  text-align: center;
  margin: 1vw auto;
}
.sp .f2 .videoSwiper .swiper-button-next,
.sp .f2 .videoSwiper .swiper-button-prev {
  top: inherit;
  margin-top: -17vw;
}
.sp .f2 .videoSwiper .swiper-button-next,
.sp .f2 .videoSwiper .swiper-container-rtl .swiper-button-prev {
  right: 14.5vw;
}
.sp .f2 .videoSwiper .swiper-button-prev,
.sp .f2 .videoSwiper .swiper-container-rtl .swiper-button-next {
  left: 14.5vw;
}
.sp .f3 {
  padding: 4vw 14vw;
}
.sp .f3 .itemBox {
  display: inline-block;
}
.sp .f3 .itemBox .item {
  width: 23vw;
  margin-bottom: 1vw;
  display: inline-block;
  float: left;
  cursor: pointer;
  transition: .3s all ease-in-out;
}

.sp .f3 .itemBox .item .img {
  width: 100%;
  height: 13vw;
  background-size: cover !important;
  padding: 5vw 10vw;
}
.sp .f3 .itemBox .item:hover .name{
  color: #eda376;
}
.sp .f3 .itemBox .item:hover .img i{
  color: #eda376;
}
.sp .f3 .itemBox .item .img i {
  color: white;
  font-size: 3vw;
  transition: .3s all ease-in-out;
}
.sp .f3 .itemBox .item .name {
  color: #232323;
  font-size: 0.9vw;
  margin: 1vw auto;
  text-align: center;
}
.sp .f3 .itemBox .item:nth-child(3n-1) {
  margin: 0 1vw;
}
.mz .f1 {
  padding: 5vw 14vw;
}
.mz .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.mz .f1 .hotList {
  margin-top: 2vw;
}
.mz .f1 .hotList ul li {
  width: calc(33%);
  padding: 10px;
  cursor: pointer;
}
.lzzb .f1 {
  padding: 5vw 14vw 2vw 14vw;
}
.lzzb .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.lzzb .f2 {
  display: flex;
  padding: 0 14vw 2vw 14vw;
}
.lzzb .f2 .left .item {
  width: 47vw;
  margin-bottom: 1vw;
  margin-right: 1vw;
  cursor: pointer;
}
.lzzb .f2 .left .item:hover .img i{
  color: #eda376;
}
.lzzb .f2 .left .item:hover .name{
  color: #eda376;
}
.lzzb .f2 .left .item .img {
  width: 100%;
  height: 28vw;
  background-size: cover !important;
  padding: 11.5vw 21vw;
}
.lzzb .f2 .left .item .img i {
  color: white;
  font-size: 5vw;
}
.lzzb .f2 .left .item .name {
  color: white;
  font-size: 0.9vw;
  margin: 1vw auto;
  text-align: center;
  position: relative;
  margin-top: -3vw;
}
.lzzb .f2 .right .item {
  width: 23vw;
  cursor: pointer;
}
.lzzb .f2 .right .item:hover .img i{
  color: #eda376;
}
.lzzb .f2 .right .item .img {
  width: 100%;
  height: 13.5vw;
  background-size: cover !important;
  padding: 5vw 10vw;
}
.lzzb .f2 .right .item .img i {
  color: white;
  font-size: 3vw;
}
.lzzb .f2 .right .item:hover .name{
  color: #eda376;
}
.lzzb .f2 .right .item .name {
  color: white;
  font-size: 0.9vw;
  margin: 1vw auto;
  text-align: center;
  position: relative;
  margin-top: -3vw;
}
.lzzb .f2 .right .item:first-child {
  margin-bottom: 2.81vw;
}
.lzzb .f3 {
  padding: 0 14vw;
}
.lzzb .f3 .itemBox {
  display: inline-block;
}
.lzzb .f3 .itemBox .item {
  width: 23vw;
  margin-bottom: 1vw;
  display: inline-block;
  float: left;
  cursor: pointer;
}
.lzzb .f3 .itemBox .item:hover .img i{
  color: #eda376;
}
.lzzb .f3 .itemBox .item .img {
  width: 100%;
  height: 13vw;
  background-size: cover !important;
  padding: 5vw 10vw;
}
.lzzb .f3 .itemBox .item .img i {
  color: white;
  font-size: 3vw;
}
.lzzb .f3 .itemBox .item:hover .name{
  color: #eda376;
}
.lzzb .f3 .itemBox .item .name {
  color: #232323;
  font-size: 0.9vw;
  margin: 1vw auto;
  text-align: center;
}
.lzzb .f3 .itemBox .item:nth-child(3n-1) {
  margin: 0 1vw;
}
.jtzl .f1 {
  padding: 4vw 14vw;
}
.jtzl .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.jtzl .f1 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.jtzl .f1 .itemBox {
  width: 100%;
  display: flex;
}
.jtzl .f1 .itemBox .item {
  width: 23vw;
}
.jtzl .f1 .itemBox .item .texts {
  background-color: #ffffff;
  box-shadow: 0vw 1vw 2vw 0vw rgba(28, 23, 20, 0.06);
  padding: 2vw 1vw 1vw 1vw;
  height: 22vw;
}
.jtzl .f1 .itemBox .item .texts .t {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.jtzl .f1 .itemBox .item .texts .t::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.jtzl .f1 .itemBox .item .texts .it {
  margin-top: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.jtzl .f1 .itemBox .item .texts .it .its {
  display: flex;
  justify-content: space-between;
}
.jtzl .f1 .itemBox .item .texts .it .its .text {
  color: #767676;
  font-size: 0.85vw;
}
.jtzl .f1 .itemBox .item .texts .it .its .num {
  color: #eda376;
  font-size: 1vw;
}
.jtzl .f1 .itemBox .item .texts .it .its .num span {
  font-size: 0.8vw;
}
.jtzl .f1 .itemBox .item .texts .it .itss {
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}
.jtzl .f1 .itemBox .item .texts .it .itss .text {
  color: #767676;
  font-size: 0.8vw;
}
.jtzl .f1 .itemBox .item .texts .it .itss .num {
  color: #2b2b2b;
  font-size: 0.8vw;
  text-align: right;
  font-weight: bold;
}
.jtzl .f1 .itemBox .item .texts .it:last-child {
  border: transparent;
}
.jtzl .f1 .itemBox .item:nth-child(2) {
  margin: 0 1vw;
}
.jtzl .f2 {
  padding: 4vw 14vw;
  background-color: #f4f4f4;
}
.jtzl .f2 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.jtzl .f2 .itemBox {
  width: 100%;
  display: flex;
}
.jtzl .f2 .itemBox .item {
  width: 35vw;
  padding: 2vw 3vw;
  display: flex;
  border: 1px solid #272828;
}
.jtzl .f2 .itemBox .item .iconImg {
  width: 3vw;
}
.jtzl .f2 .itemBox .item .text {
  width: 25vw;
  margin-left: 2vw;
}
.jtzl .f2 .itemBox .item .text .its {
  width: 25vw;
  display: flex;
  justify-content: space-between;
}
.jtzl .f2 .itemBox .item .text .its .texts {
  color: #767676;
  font-size: 0.85vw;
}
.jtzl .f2 .itemBox .item .text .its .t {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.jtzl .f2 .itemBox .item .text .its .t::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.jtzl .f2 .itemBox .item .text .its .num {
  color: #eda376;
  font-size: 1vw;
  font-weight: bold;
}
.jtzl .f2 .itemBox .item .text .its .num span {
  font-size: 0.8vw;
}
.jtzl .f2 .itemBox .item .text .des {
  color: #2e2e2e;
  font-size: 0.9vw;
  padding: 1vw 0;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.jtzl .f2 .itemBox .item .text .itss {
  width: 25vw;
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}
.jtzl .f2 .itemBox .item .text .itss .texts {
  color: #767676;
  font-size: 0.8vw;
}
.jtzl .f2 .itemBox .item .text .itss .num {
  color: #2b2b2b;
  font-size: 0.8vw;
  text-align: right;
  font-weight: bold;
}
.jtzl .f2 .itemBox .item:last-child {
  margin-left: 4vw;
}
.jtzl .f3 {
  padding: 4vw 14vw;
}
.jtzl .f3 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.jtzl .f3 .itemBox {
  width: 100%;
  display: flex;
}
.jtzl .f3 .itemBox .item {
  width: 23vw;
  padding: 2vw;
  display: flex;
  border: 1px solid #272828;
}
.jtzl .f3 .itemBox .item .text .its {
  width: 19vw;
  display: flex;
  justify-content: space-between;
}
.jtzl .f3 .itemBox .item .text .its .texts {
  color: #767676;
  font-size: 0.85vw;
}
.jtzl .f3 .itemBox .item .text .its .t {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.jtzl .f3 .itemBox .item .text .its .t::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.jtzl .f3 .itemBox .item .text .its .num {
  color: #eda376;
  font-size: 1vw;
  font-weight: bold;
}
.jtzl .f3 .itemBox .item .text .its .num span {
  font-size: 0.8vw;
}
.jtzl .f3 .itemBox .item .text .n {
  width: 19vw;
  color: #2e2e2e;
  font-size: 0.9vw;
  font-weight: bold;
}
.jtzl .f3 .itemBox .item .text .des {
  width: 19vw;
  color: #767676;
  font-size: 0.85vw;
  padding: 1vw 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.jtzl .f3 .itemBox .item .text .itss {
  width: 19vw;
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}
.jtzl .f3 .itemBox .item .text .itss .texts {
  color: #767676;
  font-size: 0.8vw;
}
.jtzl .f3 .itemBox .item .text .itss .num {
  color: #2b2b2b;
  font-size: 0.8vw;
  text-align: right;
  font-weight: bold;
}
.jtzl .f3 .itemBox .item:nth-child(2) {
  margin: 0 1vw;
}
.jtzl .f4 {
  padding: 0 14vw 4vw 14vw;
}
.jtzl .f4 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.jtzl .f4 .t {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.jtzl .f4 .t span {
  color: #fa9a45;
}
.jtzl .f4 .t::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.jtzl .f4 .table {
  margin-top: 2vw;
}
.jtzl .f4 .table table {
  width: 100%;
  font-size: 0.9vw;
  border-collapse: collapse;
}
.jtzl .f4 .table table tr {
  text-align: center;
}
.jtzl .f4 .table table tr th {
  background-color: #f4f4f4;
  color: #232323;
  padding: 1vw 0;
  border: 1px solid;
}
.jtzl .f4 .table table tr td {
  background-color: white;
  color: #333333;
  padding: 1vw 0;
  border: 1px solid;
}
.jtzl .f4 .text {
  margin: 2vw 0;
}
.jtzl .f4 .text .des {
  color: #6e6e6e;
  line-height: 2;
  font-size: 0.85vw;
}
.pwxx .f1 {
  padding: 4vw 14vw 0 14vw;
}
.pwxx .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.pwxx .f1 .item {
  width: 100%;
  display: flex;
  margin-top: 2vw;
}
.pwxx .f1 .item .img {
  width: 37vw;
  height: 26vw;
  background-size: cover !important;
}
.pwxx .f1 .item .text {
  width: 36vw;
  padding: 2vw;
  background-color: #ffffff;
  box-shadow: 0vw 1vw 2vw 0vw rgba(28, 23, 20, 0.06);
}
.pwxx .f1 .item .text .its {
  display: flex;
  justify-content: space-between;
}
.pwxx .f1 .item .text .its .t {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.pwxx .f1 .item .text .its .t::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.pwxx .f1 .item .text .its .num {
  color: #eda376;
  font-size: 1vw;
}
.pwxx .f1 .item .text .its .num span {
  font-size: 0.8vw;
}
.pwxx .f1 .item .text .desBox {
  margin-top: 1vw;
}
.pwxx .f1 .item .text .desBox .tab {
  background-color: #eda376;
  border-radius: 30px;
  color: white;
  font-size: 0.85vw;
  display: inline-block;
  padding: 3px 20px;
  margin-bottom: 0.5vw;
}
.pwxx .f1 .item .text .desBox .des {
  color: #8f8f8f;
  line-height: 2;
  font-size: 0.8vw;
}
.pwxx .f2 {
  padding: 2vw 14vw 4vw 14vw;
}
.pwxx .f2 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.pwxx .f2 .itemBox {
  width: 100%;
  display: flex;
}
.pwxx .f2 .itemBox .item {
  width: 23vw;
}
.pwxx .f2 .itemBox .item .texts {
  background-color: #ffffff;
  box-shadow: 0vw 1vw 2vw 0vw rgba(28, 23, 20, 0.06);
  padding: 2vw 1vw 1vw 1vw;
  height: 22vw;
}
.pwxx .f2 .itemBox .item .texts .t {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.pwxx .f2 .itemBox .item .texts .t::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.pwxx .f2 .itemBox .item .texts .it {
  margin-top: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pwxx .f2 .itemBox .item .texts .it .its {
  display: flex;
  justify-content: space-between;
}
.pwxx .f2 .itemBox .item .texts .it .its .text {
  color: #767676;
  font-size: 0.85vw;
}
.pwxx .f2 .itemBox .item .texts .it .its .num {
  color: #eda376;
  font-size: 1vw;
}
.pwxx .f2 .itemBox .item .texts .it .its .num span {
  font-size: 0.8vw;
}
.pwxx .f2 .itemBox .item .texts .it .itss {
  display: flex;
  justify-content: space-between;
  margin-top: 1vw;
}
.pwxx .f2 .itemBox .item .texts .it .itss .text {
  color: #767676;
  font-size: 0.8vw;
}
.pwxx .f2 .itemBox .item .texts .it .itss .num {
  color: #2b2b2b;
  font-size: 0.8vw;
  text-align: right;
  font-weight: bold;
}
.pwxx .f2 .itemBox .item .texts .it:last-child {
  border: transparent;
}
.pwxx .f2 .itemBox .item:nth-child(2) {
  margin: 0 1vw;
}
.zblx .f1 {
  padding: 4vw 14vw;
}
.zblx .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.zblx .f1 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.zblx .f1 .itemBox {
  width: 100%;
  display: inline-block;
}
.zblx .f1 .itemBox .item {
  width: 23vw;
  height: 13vw;
  background-size: cover !important;
  display: inline-block;
  float: left;
  padding-top: 10.5vw;
  margin-bottom: 1.25vw;
  transition: .4s all ease-in-out;
}
.zblx .f1 .itemBox .item:hover{
  transform: scale(1.03);
}
.zblx .f1 .itemBox .item .text {
  display: flex;
  justify-content: space-between;
  padding: 0 2vw;
}
.zblx .f1 .itemBox .item .text .t {
  color: #ffffff;
  font-size: 0.95vw;
}
.zblx .f1 .itemBox .item .text .icon {
  width: 2vw;
}
.zblx .f1 .itemBox .item .text .icon img {
  width: 100%;
}
.zblx .f1 .itemBox .item:first-child {
  width: 100%;
  height: 21vw;
  padding-top: 18vw;
}
.zblx .f1 .itemBox .item:nth-child(3n) {
  margin: 0 1.2vw;
}
.zblx .f2 {
  padding: 4vw 14vw;
  background-color: #f4f4f4;
}
.zblx .f2 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.zblx .f2 .itemBox {
  width: 100%;
  display: inline-block;
}
.zblx .f2 .itemBox .item {
  width: 23vw;
  height: 13vw;
  background-size: cover !important;
  display: inline-block;
  float: left;
  padding-top: 10.5vw;
  margin-bottom: 1.25vw;
  transition: .4s all ease-in-out;
}
.zblx .f2 .itemBox .item:hover{
  transform: scale(1.03);
}
.zblx .f2 .itemBox .item .text {
  display: flex;
  justify-content: space-between;
  padding: 0 2vw;
}
.zblx .f2 .itemBox .item .text .t {
  color: #ffffff;
  font-size: 0.95vw;
}
.zblx .f2 .itemBox .item .text .icon {
  width: 2vw;
}
.zblx .f2 .itemBox .item .text .icon img {
  width: 100%;
}
.zblx .f2 .itemBox .item:nth-child(3n - 1) {
  margin: 0 1.2vw;
}
.zblx .f3 {
  padding: 4vw 14vw;
}
.zblx .f3 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.zblx .f3 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.zblx .f3 .itemBox {
  width: 100%;
  display: inline-block;
}
.zblx .f3 .itemBox .item {
  width: 23vw;
  height: 13vw;
  background-size: cover !important;
  display: inline-block;
  float: left;
  padding-top: 10.5vw;
  margin-bottom: 1.25vw;
  transition: .4s all ease-in-out;
}
.zblx .f3 .itemBox .item:hover{
  transform: scale(1.03);
}
.zblx .f3 .itemBox .item .text {
  display: flex;
  justify-content: space-between;
  padding: 0 2vw;
}
.zblx .f3 .itemBox .item .text .t {
  color: #ffffff;
  font-size: 0.95vw;
}
.zblx .f3 .itemBox .item .text .icon {
  width: 2vw;
}
.zblx .f3 .itemBox .item .text .icon img {
  width: 100%;
}
.zblx .f3 .itemBox .item:nth-child(1) {
  width: 35.2vw;
  height: 20vw;
  padding-top: 17vw;
  margin: 0 !important;
}
.zblx .f3 .itemBox .item:nth-child(2) {
  width: 35.2vw;
  height: 20vw;
  padding-top: 17vw;
  margin-left: 1vw;
}
.zblx .f3 .itemBox .item:nth-child(3n + 1) {
  margin: 0 1.2vw;
}
.yhfw .f1 {
  padding: 4vw 14vw;
}
.yhfw .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.yhfw .f1 .grid {
  margin-top: 2.24vw;
  height: 34.27vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 1.77vw;
  column-gap: 1.59vw;
}
.yhfw .f1 .grid .grid-item {
  padding: 3.28vw 0 3.18vw;
  filter: drop-shadow(0px 1.15vw 7.5vw #03030314);
  background-image: url('../../assets/images/local/8e01c4882e81e535e26f45a495770ea6.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.yhfw .f1 .grid .grid-item .image_3 {
  align-self: center;
  width: 4.01vw;
  height: 3.49vw;
}
.yhfw .f1 .grid .grid-item .group_6 {
  margin-top: 1.93vw;
}
.yhfw .f1 .grid .grid-item .group_6 .text_11 {
  color: #292929;
  font-size: 1.25vw;
  font-family: PingFangSC;
  font-weight: 500;
  line-height: 1.2vw;
}
.yhfw .f1 .grid .grid-item_1 {
  padding: 3.8vw 0 3.18vw;
  filter: drop-shadow(0px 1.15vw 7.5vw #03030314);
  background-image: url('../../assets/images/local/781cd5f9f423e004e539c1d46a1c2dff.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.yhfw .f1 .grid .grid-item_1 .image_6 {
  align-self: center;
  width: 2.81vw;
  height: 3.13vw;
}
.yhfw .f1 .grid .grid-item_1 .group_7 {
  margin-top: 1.77vw;
}
.yhfw .f1 .grid .grid-item_1 .group_7 .text_12 {
  color: #292929;
  font-size: 1.25vw;
  font-family: PingFangSC;
  font-weight: 500;
  line-height: 1.2vw;
}
.yhfw .f1 .grid .grid-item_2 {
  padding: 3.91vw 0 3.18vw;
  filter: drop-shadow(0px 1.15vw 7.5vw #03030314);
  background-image: url('../../assets/images/local/571eae93f03c83b2ffee76d09ca42502.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.yhfw .f1 .grid .grid-item_2 .image_8 {
  width: 3.75vw;
  height: 3.75vw;
}
.yhfw .f1 .grid .grid-item_2 .text_13 {
  margin-top: 1.04vw;
  color: #292929;
  font-size: 1.25vw;
  font-family: PingFangSC;
  font-weight: 500;
  line-height: 1.2vw;
}
.yhfw .f1 .grid .grid-item_3 {
  padding: 3.59vw 0 3.18vw;
  filter: drop-shadow(0px 1.15vw 7.5vw #03030314);
  background-image: url('../../assets/images/local/8e01c4882e81e535e26f45a495770ea6.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.yhfw .f1 .grid .grid-item_3 .image_10 {
  align-self: center;
  width: 4.06vw;
  height: 3.39vw;
}
.yhfw .f1 .grid .grid-item_3 .group_8 {
  margin-top: 1.72vw;
}
.yhfw .f1 .grid .grid-item_3 .group_8 .text_14 {
  color: #292929;
  font-size: 1.25vw;
  font-family: PingFangSC;
  font-weight: 500;
  line-height: 1.2vw;
}
.yhfw .f1 .grid .grid-item_4 {
  padding: 3.65vw 0 3.18vw;
  filter: drop-shadow(0px 1.15vw 7.5vw #03030314);
  background-image: url('../../assets/images/local/781cd5f9f423e004e539c1d46a1c2dff.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.yhfw .f1 .grid .grid-item_4 .image_12 {
  width: 2.76vw;
  height: 3.7vw;
}
.yhfw .f1 .grid .grid-item_4 .text_15 {
  margin-top: 1.35vw;
  color: #292929;
  font-size: 1.25vw;
  font-family: PingFangSC;
  font-weight: 500;
  line-height: 1.2vw;
}
.yhfw .f1 .grid .grid-item_5 {
  padding: 4.17vw 0 3.18vw;
  filter: drop-shadow(0px 1.15vw 7.5vw #03030314);
  background-image: url('../../assets/images/local/571eae93f03c83b2ffee76d09ca42502.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.yhfw .f1 .grid .grid-item_5 .image_14 {
  width: 3.96vw;
  height: 3.02vw;
}
.yhfw .f1 .grid .grid-item_5 .text_16 {
  margin-top: 1.51vw;
  color: #292929;
  font-size: 1.25vw;
  font-family: PingFangSC;
  font-weight: 500;
  line-height: 1.2vw;
}
.yhfw .f1 .grid .text_9 {
  text-transform: uppercase;
}
.yhfw .f1 .grid .image_4 {
  margin-top: 1.46vw;
  width: 1.77vw;
  height: 1.77vw;
}
.blgg .f1 {
  padding: 4vw 14vw;
}
.blgg .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.blgg .f1 .itemBox {
  width: 100%;
  display: inline-block;
}
.blgg .f1 .itemBox .item {
  width: 23.7vw;
  height: 22vw;
  display: inline-block;
  float: left;
  padding: 2vw 0;
}
.blgg .f1 .itemBox .item .time .day {
  color: #2f2f2f;
  font-size: 2vw;
  font-weight: bold;
}
.blgg .f1 .itemBox .item .time .year {
  color: #2f2f2f;
  font-size: 0.85vw;
}
.blgg .f1 .itemBox .item .name {
  color: #2f2f2f;
  font-size: 1vw;
  font-weight: bold;
  margin-top: 3vw;
  margin-bottom: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 31;
  overflow: hidden;
}
.blgg .f1 .itemBox .item .des {
  color: #8f8f8f;
  font-size: 0.85vw;
  margin-bottom: 2vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blgg .f1 .itemBox .item .more {
  color: #2f2f2f;
  font-size: 0.85vw;
  display: flex;
  line-height: 1.5vw;
}
.blgg .f1 .itemBox .item .more img {
  width: 1.5vw;
  margin-left: 1vw;
}
.blgg .f1 .itemBox .item:hover .name {
  color: #eda376;
}
.blgg .f1 .itemBox .item:nth-child(3n - 1) {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2vw;
}
.blgg .f1 .itemBox .item:nth-child(3n + 1) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 2vw;
}
.blgg .f1 .itemBox .item:nth-child(3n) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 2vw;
}
.hdxx .f1 {
  padding: 4vw 14vw;
}
.hdxx .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.hdxx .f1 .itemBox .item {
  width: 100%;
  display: flex;
  margin-top: 1vw;
}
.hdxx .f1 .itemBox .item .img {
  width: 36vw;
  height: 25vw;
  background-size: cover !important;
}
.hdxx .f1 .itemBox .item .text {
  width: 36vw;
  height: 25vw;
  background-color: #f6f6f6;
  padding: 5vw 3vw;
}
.hdxx .f1 .itemBox .item .text .name {
  color: #2f2f2f;
  font-size: 1.2vw;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hdxx .f1 .itemBox .item .text .time {
  color: #2f2f2f;
  font-size: 0.85vw;
  margin: 1vw 0;
}
.hdxx .f1 .itemBox .item .text .des {
  color: #8f8f8f;
  font-size: 0.83vw;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 2vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.hdxx .f1 .itemBox .item .text .more {
  color: #2f2f2f;
  font-size: 0.85vw;
  display: flex;
  line-height: 1.5vw;
}
.hdxx .f1 .itemBox .item .text .more img {
  width: 1.5vw;
  margin-left: 1vw;
}
.hdxx .f1 .itemBox .item:hover .text .name {
  color: #eda376;
}
.xwzx .f1 {
  padding: 4vw 14vw;
}
.xwzx .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.xwzx .f1 .itemBox .item {
  width: 100%;
  display: flex;
  margin-top: 1vw;
}
.xwzx .f1 .itemBox .item .img {
  width: 36vw;
  height: 25vw;
  background-size: cover !important;
}
.xwzx .f1 .itemBox .item .text {
  width: 36vw;
  height: 25vw;
  background-color: #f6f6f6;
  padding: 5vw 3vw;
}
.xwzx .f1 .itemBox .item .text .name {
  color: #2f2f2f;
  font-size: 1.2vw;
  font-weight: bold;
}
.xwzx .f1 .itemBox .item .text .time {
  color: #2f2f2f;
  font-size: 0.85vw;
  margin: 1vw 0;
}
.xwzx .f1 .itemBox .item .text .des {
  color: #8f8f8f;
  font-size: 0.83vw;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 2vw;
}
.xwzx .f1 .itemBox .item .text .more {
  color: #2f2f2f;
  font-size: 0.85vw;
  display: flex;
  line-height: 1.5vw;
}
.xwzx .f1 .itemBox .item .text .more img {
  width: 1.5vw;
  margin-left: 1vw;
}
.xwzx .f1 .itemBox .item:hover .text .name {
  color: #eda376;
}
.xwzx .f1 .newsPage {
  width: 100%;
  display: inline-block;
}
.xwzx .f1 .newsPage .item {
  width: 22vw;
  display: inline-block;
  float: left;
  margin-top: 3vw;
}
.xwzx .f1 .newsPage .item .img {
  width: 100%;
  height: 15vw;
  background-size: cover !important;
}
.xwzx .f1 .newsPage .item .text .name {
  color: #2f2f2f;
  font-size: 1vw;
  font-weight: bold;
  margin-top: 1vw;
}
.xwzx .f1 .newsPage .item .text .time {
  color: #2f2f2f;
  font-size: 0.85vw;
  margin: 1vw 0;
}
.xwzx .f1 .newsPage .item .text .des {
  color: #8f8f8f;
  font-size: 0.83vw;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 2vw;
}
.xwzx .f1 .newsPage .item .text .more {
  color: #2f2f2f;
  font-size: 0.85vw;
  display: flex;
  line-height: 1.5vw;
}
.xwzx .f1 .newsPage .item .text .more img {
  width: 1.5vw;
  margin-left: 1vw;
}
.xwzx .f1 .newsPage .item:nth-child(3n - 1) {
  margin: 3vw 2.7vw 0 2.7vw;
}
.xwzx .f1 .newsPage .item:hover .text .name {
  color: #eda376;
}
.qyfc .f1 {
  padding: 4vw 14vw;
}
.qyfc .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.qyfc .f1 .textBox {
  width: 100%;
  display: flex;
}
.qyfc .f1 .dszImg {
  margin-top: 2vw;
}
.qyfc .f1 .textBox .text {
  width: 39vw;
  margin-right: 4vw;
}
.qyfc .f1 .textBox .text .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.qyfc .f1 .textBox .text .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
  margin-bottom: 2vw;
}
.qyfc .f1 .textBox .imgBox {
  width: 29vw;
  height: 37vw;
  margin-top: 2vw;
  background-size: cover !important;
}
.qyfc .f1 .itemBox {
  width: 100%;
  display: inline-block;
}
.qyfc .f1 .itemBox .item {
  width: 13.4vw;
  display: inline-block;
  float: left;
  margin-top: 3vw;
  margin-right: 1vw;
  text-align: center;
}
.qyfc .f1 .itemBox .item .img {
  width: 100%;
}
.qyfc .f1 .itemBox .item .img img {
  width: 100%;
}
.qyfc .f1 .itemBox .item .name {
  color: #363636;
  font-weight: bold;
  font-size: 1vw;
  margin: 1vw 0;
}
.qyfc .f1 .itemBox .item .tab {
  color: #363636;
  border: 1px solid #363636;
  border-radius: 20px;
  display: inline-block;
  padding: 2px 10px;
}
.qyfc .f1 .itemBox .item .des {
  color: #6e6e6e;
  font-size: 13px;
  margin-top: 1vw;
  line-height: 2;
}
.qyfc .f1 .itemBox .item:last-child {
  margin-right: 0;
}
.gswh .f1 {
  padding: 4vw 14vw;
}
.gswh .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.gswh .f1 .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  margin: 2vw 0;
  text-align: justify;
}
.gswh .f1 .group_8 {
  margin-top: 3.02vw;
}
.gswh .f1 .group_8 .section_9 {
  margin-top: 1.51vw;
  padding: 2.5vw 1.67vw 0 6.3vw;
  background-color: #ffffff;
  box-shadow: 0px 0.16vw 2.55vw 0.11vw #0303030d;
}
.gswh .f1 .group_8 .section_9 .text_22 {
  margin-left: 12.4vw;
  align-self: flex-start;
  color: #232323;
  font-size: 1.04vw;
  font-family: PingFangSC;
  font-weight: 500;
  line-height: 1.04vw;
}
.gswh .f1 .group_8 .section_9 .view_8 {
  margin-top: 1.2vw;
  align-self: flex-start;
}
.gswh .f1 .group_8 .section_9 .group_10 {
  padding: 0.89vw 0 2.34vw;
}
.gswh .f1 .group_8 .section_9 .group_10 .image_8 {
  margin-top: 1.77vw;
  flex-shrink: 0;
  width: 4.48vw;
  height: 4.53vw;
}
.gswh .f1 .group_8 .section_9 .group_10 .group_11 {
  margin-left: 7.66vw;
  flex: 1 1 auto;
  line-height: 1.88vw;
  height: auto;
}
.gswh .f1 .group_8 .section_9 .group_10 .group_11 .text_23 {
  color: #515151;
  font-size: 0.85vw;
  line-height: 1.88vw;
}
.gswh .f1 .group_8 .section_9 .group_10 .group_11 .text_24 {
  color: #515151;
  font-size: 0.85vw;
  line-height: 1.88vw;
}
.gswh .f1 .group_8 .section_9 .group_10 .group_11 .text_25 {
  color: #515151;
  font-size: 0.85vw;
  line-height: 1.88vw;
}
.gswh .f1 .group_8 .section_9 .group_10 .group_11 .text_26 {
  color: #515151;
  font-size: 0.85vw;
  line-height: 1.88vw;
}
.gswh .f1 .group_8 .equal-division-item {
  margin-left: 1.38vw;
  flex: 1 1 17.19vw;
  padding: 4.11vw 1.88vw 2.99vw;
  background-color: #ffffff;
  box-shadow: 0px 0.16vw 2.55vw 0.11vw #0303030d;
  height: 19.27vw;
  position: relative;
}
.gswh .f1 .group_8 .equal-division-item .image_3 {
  align-self: center;
  width: 4.17vw;
  height: 4.17vw;
}
.gswh .f1 .group_8 .equal-division-item .group_9 {
  margin-top: 1.98vw;
}
.gswh .f1 .group_8 .equal-division-item .group_9 .text_12 {
  color: #232323;
  font-size: 1.04vw;
  line-height: 1.04vw;
}
.gswh .f1 .group_8 .equal-division-item .group_9 .text_14 {
  margin-top: 1.41vw;
  color: #515151;
  font-size: 0.85vw;
  line-height: 1.88vw;
  text-align: center;
}
.gswh .f1 .group_8 .section_4 {
  margin-left: 0;
}
.gswh .f1 .group_8 .section_5 {
  margin-top: 1.2vw;
  background-color: #0000003b;
  width: 2.24vw;
  height: 0.052vw;
}
.gswh .f1 .group_8 .text_9 {
  text-transform: uppercase;
}
.gswh .f2 {
  padding: 4vw 14vw;
  background-color: #f4f4f4;
}
.gswh .f2 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
}
.gswh .f2 .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
  margin-bottom: 2vw;
}
.gswh .f2 .imgBox {
  width: 100%;
  display: flex;
}
.gswh .f2 .imgBox .img {
  width: 22vw;
  height: 13vw;
}
.gswh .f2 .imgBox .img img {
  width: 22vw;
  height: 13vw;
}
.gswh .f2 .imgBox .img:nth-child(2) {
  margin: 0 3vw;
}
.gswh .f3 {
  padding: 4vw 0;
}
.gswh .f3 .name {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  margin: 2vw 0;
  padding: 0 14vw;
}
.gswh .f3 .des {
  color: #6e6e6e;
  font-size: 0.83vw;
  line-height: 1.88vw;
  text-align: justify;
  margin-bottom: 2vw;
  padding: 0vw 14vw;
}
.gswh .f3 .ygSwiper {
  width: 100%;
  overflow: hidden;
}
.gswh .f3 .ygSwiper .swiper-slide {
  width: 65%;
  cursor: pointer;
}
.gswh .f3 .ygSwiper .swiper-slide .img {
  width: 100%;
  height: 41vw;
  background-size: cover !important;
}
.gswh .f3 .ygSwiper .swiper-button-next,
.gswh .f3 .ygSwiper .swiper-button-prev {
  top: inherit;
  margin-top: -20vw;
}
.gswh .f3 .ygSwiper .swiper-button-next,
.gswh .f3 .ygSwiper .swiper-container-rtl .swiper-button-prev {
  right: 14.5vw;
}
.gswh .f3 .ygSwiper .swiper-button-prev,
.gswh .f3 .ygSwiper .swiper-container-rtl .swiper-button-next {
  left: 14.5vw;
}
.join .f1 {
  padding: 4vw 14vw;
}
.join .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.join .f1 .table {
  margin: 4vw 0;
}
.join .f1 .table table {
  width: 100%;
}
.join .f1 .table table tr {
  text-align: center;
}
.join .f1 .table table tr th {
  background-color: #eda376;
  color: white;
  padding: 1vw 0;
}
.join .f1 .table table tr td {
  background-color: #f6f6f6;
  color: #333333;
  padding: 1vw 0;
}
.jqdh .f1 {
  padding: 4vw 14vw;
}
.jqdh .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.jqdh .f1 .itemBox {
  width: 100%;
  display: flex;
  margin-top: 2vw;
}
.jqdh .f1 .itemBox .item {
  width: 17vw;
  border: 1px solid #272828;
  margin-right: 1vw;
  padding: 1.5vw 1vw;
}
.jqdh .f1 .itemBox .item .name {
  display: flex;
  color: #434343;
  font-size: 0.9vw;
}
.jqdh .f1 .itemBox .item .name img {
  width: 1vw;
  height: 1vw;
  margin-right: 0.5vw;
}
.jqdh .f1 .itemBox .item .phone {
  color: #eda376;
  font-size: 1.8vw;
  margin-top: 0.5vw;
  margin-left: 1.5vw;
}
.jqdh .f1 .itemBox .item:last-child {
  margin-right: 0;
}
.jpdy .f1 {
  padding: 4vw 14vw;
}
.jpdy .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.jpdy .f1 .itemBox {
  width: 100%;
  display: inline-block;
  margin-top: 1vw;
}
.jpdy .f1 .itemBox .item {
  width: 17vw;
  display: inline-block;
  float: left;
  margin-right: 1vw;
  margin-top: 1vw;
}
.jpdy .f1 .itemBox .item p{
  text-align: center;
  font-size: 1vw;
  margin-top: 1vw;
  font-weight: bold;
}
.jpdy .f1 .itemBox .item img {
  width: 100%;
  height: 25vw;
}
.jpdy .f1 .itemBox .item:nth-child(4n) {
  margin-right: 0;
}
.jqzxd .f1 {
  padding: 4vw 14vw;
}
.jqzxd .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.jqzxd .f1 .img {
  width: 100%;
  margin: 2vw 0;
}
.jqzxd .f1 .itemBox {
  width: 100%;
  display: inline-block;
}
.jqzxd .f1 .itemBox .item {
  width: calc(33% - 2vw);
  display: inline-block;
  margin-top: 3vw;
  margin-right: 3vw;
}
.jqzxd .f1 .itemBox .item .t {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.jqzxd .f1 .itemBox .item .t::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.jqzxd .f1 .itemBox .item .des {
  color: #6e6e6e;
  font-size: 0.8vw;
  line-height: 2;
}
.jqzxd .f1 .itemBox .item:nth-child(3n) {
  margin-right: 0;
}
.wxts .f1 {
  padding: 4vw 14vw;
}
.wxts .f1 .title {
  color: #2f2f2f;
  font-weight: bold;
  font-size: 1.5vw;
  display: inline-block;
  padding-bottom: 1vw;
  border-bottom: 4px solid #eda376;
}
.wxts .f1 .itemBox .item {
  margin-top: 2vw;
}
.wxts .f1 .itemBox .item .t {
  color: #232323;
  font-size: 1.04vw;
  font-weight: bold;
  padding-left: 1vw;
  margin-bottom: 1vw;
}
.wxts .f1 .itemBox .item .t::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #fa953c;
  border-radius: 50%;
  margin-top: 0.5vw;
  margin-left: -1vw;
}
.wxts .f1 .itemBox .item .des {
  color: #6e6e6e;
  font-size: 0.8vw;
  line-height: 2;
}
.wechatImg{
  position: absolute;
  width: 5vw;
  right: 4vw;
  margin-top: -3.5vw;
  display: none;
}
.pageBoxRightQ {
  margin-top: 2vw;
}
.pageBoxRightQ .item {
  margin-bottom: 1vw;
}
.pageBoxRightQ .item .question {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  padding: 0.5vw 0;
  cursor: pointer;
}
.pageBoxRightQ .item .question .text {
  color: #252525;
  font-weight: bold;
  font-size: 1vw;
}
.pageBoxRightQ .item .question .icon i svg {
  width: 25px;
  height: 25px;
  fill: #555;
  transform: rotate(-90deg);
  transition: all ease 0.35s;
}
.pageBoxRightQ .item .question .icon .sjj_nav_i_se svg {
  transform: rotate(0);
}
.pageBoxRightQ .item .answer {
  background: #f7f7f7;
  padding: 1vw;
  /*display: inline-block;*/
  font-size: 0.8vw;
  display: none;
}
.pageBoxRightQ .item .answer .text {
  width: 2vw;
  display: inline-block;
  float: left;
}
.pageBoxRightQ .item .answer .des {
  width: 52.5vw;
  display: inline-block;
  color: #1e1e1e;
  line-height: 1.7;
  text-align: justify;
}
.image_41{
  width: 2vw;
  margin: 0 .5vw;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media (max-width: 1440px) {
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_22 .group_23 .image_10{
    margin-left: .8vw;
  }
  .index .page .group_9 .group_10 .group_11 .group_12{
    width: 38vw;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  main{
    margin-top: 50px;
  }
  .backTop{
    display: none;
  }
  .serachBox{
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .serachBox .serachInputs {
    width: 85%;
    height: 8vw;
    right: 4.5vw;
    border: 1px solid #000;
    outline: none;
    transition: 0.3s all ease-in-out;
  }
  .serachBox .serachs {
    width: 10vw;
    position: relative;
    cursor: pointer;
    top: -.5vw;
    margin-left: 3vw;
  }
  .newsImg2 ul li{
    width: 100% !important;
  }
  .commonMore4{
    display: none !important;
  }
  .index .page{
    overflow-x: inherit;
    overflow-y: inherit;
  }
  .index .page .section_1 .play{
    position: absolute;
    width: 20vw;
    left: 40vw;
    bottom: 30vw;
  }
  .index .page .section_1 .group_6{
    width: 85%;
    position: absolute;
    top: 50%;
    left: 47.8%;
    margin: 0 auto;
    transform: translateY(-47%) translateX(-45%);
  }
  .index .page .section_1 .group_6 .text_12{
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: inherit;
  }
  .index .page .section_1 .group_6 .group_7 .text_13{
    width: 50vw;
    font-size: 16px;
    border-radius: 30px;
  }
  .index .page .group_9{
    margin-top: 8vw;
  }
  .index .page .group_9 .text_15{
    font-size: 18px;
  }
  .index .page .group_9 .group_10{
    margin-top: 3vw;
    align-self: inherit;
    width: 100%;
    padding: 5vw 5vw 0 5vw;
    display: block;
  }
  .index .page .group_9 .group_10 .group_11{
    display: block;
  }
  .index .page .group_9 .group_10 .group_11 .image_3{
    width: 100%;
    height: auto;
  }
  .index .page .group_9 .group_10 .group_11 .group_12{
    margin: 5vw auto 0 auto;
    width: 100%;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .text_16{
    font-size: 14px;
    line-height: 1.7;
    margin-right: 5vw;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .group_15 .group_16{
    margin-top: 3vw;
    line-height: 1.7;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .group_15 .group_16 .text_20{
    font-size: 14px;
    line-height: 1.7;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7{
    margin: 5vw 0;
    padding: 5vw;
  }
  .index .page .group_9 .image_6{
    width: 4vw;
    height: 4vw;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .text_23{
    margin: -0.8vw 2vw;
    font-size: 14px;
    line-height: inherit;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20{
    margin-top: 4vw;
    padding: 0;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 .text_24{
    font-size: 14px;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 .group_21{
    width: auto;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 .group_21 .text_26{
    display: none;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 .text_27{
    font-size: 14px;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_18 .group_20 .text_28{
    display: none;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .section_8{
    height: 11vw;
    margin-left: 7vw;
    margin-right: 5vw;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .image_45{
    width: 4vw;
    height: 4vw;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_22 .text_29{
    font-size: 14px;
    line-height: inherit;
    margin: -0.8vw 2vw;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_22 .group_23{
    margin-top: 2vw;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_22 .group_23 .text_30{
    font-size: 14px;
    line-height: inherit;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .section_7 .group_22 .group_23 .image_10{
    display: none;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .group_17 .text_22{
    font-size: 14px;
    line-height: inherit;
  }
  .index .page .group_9 .group_10 .group_11 .group_12 .group_17 .image_44{
    width: 6vw;
    height: 5vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .text_46{
    font-size: 16px;
    line-height: 1.2;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27{
    width: 33vw;
    padding: 0 2vw;
    margin-top: 25vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27 .image_15{
    width: 6vw;
    height: 6vw;
    margin: 0 auto;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34 .group_35 .group_36{
    margin-top: 1.09vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27 .text_35{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27 .group_28{
    margin-top: 1.09vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27 .group_28 .group_29{
    line-height: inherit;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34{
    width: 33vw;
    margin-left: 0;
    margin-top: 25vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .text_36{
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .image_17{
    width: 6vw;
    height: 6vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .group_32 .text_47{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30{
    padding: 0 2vw;
    width: 34vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .group_32{
    width: 30vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34 .image_19{
    width: 6vw;
    height: 6vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34 .group_35 .text_51{
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .section_11{
    display: none;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_27 .group_28 .image_16{
    width: 6.14vw;
    height: 4.77vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_30 .group_32 .image_18{
    width: 6.14vw;
    height: 4.77vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_26 .group_34 .group_35 .image_20{
    width: 6.14vw;
    height: 4.77vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_37{
    width: 90vw;
    margin-top: 15vw;
  }
  .index .page .group_9 .group_24 .group_25 .group_40{
    position: relative;
    top: inherit;
    padding: 0;
    left: inherit;
    right: inherit;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_37 .text_55{
    font-size: 18px;
    line-height: 1.7;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_37 .text_56{
    margin-top: 1vw;
    font-size: 14px;
    line-height: 1.7;
  }
  .index .page .group_9 .group_24 .group_25{
    display: block;
    height: auto;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_37 .group_39{
    margin-top: 2vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_10{
    position: relative;
    padding: 3vw 0;
    left: inherit;
    right: inherit;
    top: inherit;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_37 .group_39 .text_57{
    font-size: 14px;
    line-height: 1.1;
  }
  .index .page .group_9 .group_24 .group_25 .section_10 .group_37 .group_39 .image_21{
    width: 6.14vw;
    height: 4.77vw;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .image-wrapper{
    width: 90%;
    padding: 22vw 0;
    margin: 0 auto;
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13{
    margin-top: 0;
    padding: 5vw;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .flex-row{
    display: block;
  }
  .index .page .group_9 .group_24 .group_25 .group_52{
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 5vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_19{
    position: relative;
    top: inherit;
    left: inherit;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_14{
    padding: 85vw 5vw 0 5vw;
    height: 100vw;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_14 .text_58{
    font-size: 16px;
    align-self: inherit;
    line-height: inherit;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_14 .image_22{
    width: 6vw;
    height: 5vw;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_15{
    padding: 85vw 5vw 0 5vw;
    height: 100vw;
    margin-left: 0;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_15 .group_43 .text_59{
    font-size: 16px;
    line-height: inherit;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_15 .group_43{
    padding: 0;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .image_23{
    width: 6vw;
    height: 5vw;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_18{
    padding: 85vw 5vw 0 5vw;
    height: 100vw;
    margin-left: 0;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .section_18 .text_60{
    font-size: 16px;
    align-self: inherit;
    line-height: inherit;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44{
    width: 100%;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .text_61{
    font-size: 18px;
    line-height: 1.7;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .group_45{
    margin-top: 3vw;
    line-height: 1.7;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .group_45 .text_62{
    font-size: 14px;
    line-height: 1.7;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .group_45 .text_63{
    font-size: 14px;
    line-height: 1.7;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .group_46 .text_64{
    font-size: 14px;
    line-height: 1.1;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .section_13 .group_44 .group_46 .image_26{
    width: 6.14vw;
    height: 4.77vw;
  }
  .index .page .group_9 .group_24 .group_25 .group_40 .image-wrapper .image_27{
    width: 12vw;
    height: 12vw;
  }
  .videoBox{
    width: 90% !important;
  }
  .videoModal .videoBox .close{
    font-size: 10vw;
    margin-top: -12vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_19{
    width: 100%;
    padding: 5vw;
    height: auto;
    display: block;
  }
  .index .page .group_9 .group_24 .group_25 .section_19 .group_47 .text_65{
    font-size: 16px;
    line-height: 1.7;
  }
  .index .page .group_9 .group_24 .group_25 .section_19 .group_47 .group_48 .text_66{
    font-size: 14px;
    line-height: 1.7;
  }
  .index .page .group_9 .group_24 .group_25 .section_19 .group_47 .group_48 .text_67{
    font-size: 14px;
    line-height: 1.7;
  }
  .index .page .group_9 .group_24 .group_25 .section_19 .group_47{
    width: 100%;
  }
  .index .page .group_9 .group_24 .group_25 .section_19 .group_47 .image_28{
    display: none;
  }
  .index .page .group_9 .group_24 .group_25 .section_19 .group_49{
    width: 100%;
    margin: 3vw auto;
  }
  .index .page .group_9 .group_24 .group_25 .section_19 .group_49 .text_68{
    font-size: 14px;
    line-height: 1.1;
    margin-left: 1vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_19 .group_49 .text_69{
    font-size: 14px;
    line-height: 1.1;
    margin-top: -4vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_19 .group_49 .divider{
    margin: 3vw 0;
  }
  .index .page .group_9 .group_24 .group_25 .section_19 .group_49 .group_51 .text_70{
    font-size: 14px;
    line-height: 1.1;
    margin-left: 1vw;
  }
  .index .page .group_9 .group_24 .group_25 .section_19 .group_49 .text_71{
    font-size: 14px;
    line-height: 1.1;
    margin-top: -4vw;
  }
  .index .page .group_9 .group_24 .group_25 .group_52{
    width: 100%;
    right: inherit;
    padding: 0 5vw;
  }
  .index .page .group_9 .group_24 .group_25 .group_52 .section_23{
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    display: block;
  }
  .index .page .group_9 .group_24 .group_25 .group_52 .section_23 .image_35{
    width: 100%;
    height: auto;
  }
  .index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53{
    margin: 0;
    width: 100%;
    padding: 0 2vw;
  }
  .index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .text_75{
    font-size: 14px;
    line-height: 1.7;
  }
  .index .page .group_9 .group_24 .group_25 .group_52 .section_23 .group_53 .text_76{
    font-size: 12px;
    line-height: 1.7;
  }
  .index .page .group_9 .group_24 .group_25 .group_52 .section_22{
    position: relative;
    top: inherit;
  }
  .backTop{
    right: 10px !important;
    bottom: 10px !important;
  }
  .banner{
    margin: 0;
    height: 45vw;
  }
  .banner .tit{
    font-size: 28px;
    padding-top: 18vw;
  }
  .jlb .f1{
    padding: 5vw;
  }
  .jlb .f1 .title{
    font-size: 18px;
  }
  .jlb .f1 .itemBox .item{
    display: block;
    margin-top: 5vw;
  }
  .jlb .f1 .itemBox .item .text{
    width: 100%;
    margin: 0;
  }
  .jlb .f1 .itemBox .item .imgBox{
    width: 100%;
    height: 50vw;
  }
  .jlb .f1 .itemBox .item .text .t{
    font-size: 16px;
  }
  .jlb .f1 .itemBox .item .text .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .blls .f1{
    padding: 5vw;
  }
  .blls .f1 .title{
    font-size: 18px;
  }
  .blls .f1 .name{
    font-size: 16px;
  }
  .blls .f1 .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .blls .f2{
    padding: 5vw;
  }
  .blls .f2 .name{
    font-size: 16px;
  }
  .blls .f2 .mySwiper2{
    height: 90vw;
  }
  .blls .f2 .mySwiper2 .swiper-slide .text .name{
    font-size: 14px;
  }
  .blls .f2 .mySwiper2 .swiper-slide .text .des{
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
  }
  .blls .f2 .mySwiper{
    width: 90%;
    right: inherit;
    margin-top: 80vw;
  }
  .blls .f2 .mySwiper .swiper-wrapper{
    display: flex;
  }
  .blls .f2 .mySwiper .swiper-slide{
    width: auto !important;
    font-size: 14px;
    border: transparent;
    margin-right: 3vw;
  }
  .blls .f2 .mySwiper .swiper-slide:hover p{
    font-size: 14px;
  }
  .blls .f2 .mySwiper .swiper-slide::before{
    content: inherit;
  }
  .blls .f2 .mySwiper .swiper-slide-thumb-active::after{
    content: inherit;
  }
  .blls .f3{
    padding: 0 5vw;
  }
  .blls .f3 .name{
    font-size: 16px;
  }
  .blls .f3 .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .blls .f4{
    padding: 5vw;
  }
  .blls .f4 .name{
    font-size: 16px;
  }
  .blls .f4 .mySwiper4{
    height: 15vw;
  }
  .blls .f4 .mySwiper4::before{
    margin-top: 7.5vw;
  }
  .blls .f4 .mySwiper4 .swiper-slide{
    width: 15vw !important;
    height: 15vw !important;
  }
  .blls .f4 .mySwiper4 .swiper-slide-thumb-active{
    border: 3px solid #eda376;
  }
  .blls .f4 .mySwiper3 .swiper-slide{
    display: block;
  }
  .blls .f4 .mySwiper3 .swiper-slide .text{
    width: 100%;
    margin: 0;
  }
  .blls .f4 .mySwiper3 .swiper-slide .text .name{
    font-size: 14px;
  }
  .blls .f4 .mySwiper3 .swiper-slide .text .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .blls .f4 .mySwiper3 .swiper-slide .text .name::before{
    content: inherit;
  }
  .blls .f4 .mySwiper3 .swiper-slide .imgBox{
    width: 100%;
    height: 60vw;
  }
  .blmr .f1{
    padding: 5vw;
  }
  .blmr .f1 .title{
    font-size: 18px;
  }
  .blmr .f1 .tit{
    font-size: 16px;
  }
  .blmr .f1 .itemBox .item{
    display: block;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .blmr .f1 .itemBox .item .text{
    width: 100%;
  }
  .blmr .f1 .itemBox .item .text .name{
    font-size: 16px;
  }
  .blmr .f1 .itemBox .item .text .name::before{
    content: inherit;
  }
  .blmr .f1 .itemBox .item .text .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .blmr .f1 .itemBox .item .img{
    margin: 1vw auto;
    width: 100%;
    height: 50vw;
  }
  .blmr .f2{
    padding: 5vw;
  }
  .blmr .f2 .tit{
    font-size: 16px;
  }
  .blmr .f2 .itemBox .item{
    display: block;
    margin-bottom: 5vw;
  }
  .blmr .f2 .itemBox .item .img{
    width: 100%;
    height: 122vw;
  }
  .blmr .f2 .itemBox .item .text{
    width: 100%;
    margin-top: 3vw;
    padding: 0;
  }
  .blmr .f2 .itemBox .item .text .name{
    font-size: 16px;
    padding-left: 0;
  }
  .blmr .f2 .itemBox .item .text .name::before{
    content: inherit;
  }
  .blmr .f2 .itemBox .item .text .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .blmr .f2 .itemBox .item .text .des p{
    font-size: 14px !important;
  }
  .blmr .f2 .itemBox .item .text .des p span{
    font-size: 14px !important;
  }
  .blmr .f3{
    padding: 5vw;
  }
  .blmr .f3 .tit{
    font-size: 16px;
  }
  .blmr .f3 .itemBox .item{
    display: block;
    margin-bottom: 5vw;
  }
  .blmr .f3 .itemBox .item .img{
    width: 100%;
    height: 122vw;
    margin-right: 3vw;
    margin-left: 0;
  }
  .blmr .f3 .itemBox .item .text{
    width: 100%;
    padding: 0;
    margin-top: 3vw;
  }
  .blmr .f3 .itemBox .item .text .name{
    font-size: 16px;
    padding-left: 0;
  }
  .blmr .f3 .itemBox .item .text .name::before{
    content: inherit;
  }
  .blmr .f3 .itemBox .item .text .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .ms .f1{
    padding: 5vw;
  }
  .ms .f1 .title{
    font-size: 18px;
  }
  .ms .f1 .group_6 .flex-row{
    display: block;
  }
  .ms .f1 .group_6 .section_4{
    height: 50vw;
  }
  .ms .f1 .group_6 .section_4 .section_5 .text_11{
    font-size: 14px;
    line-height: 1.7;
  }
  .ms .f1 .group_6 .section_4 .section_5{
    padding: 18vw 2vw 4vw;
  }
  .ms .f1 .group_6 .section_4 .section_5 .group_8{
    width: 100%;
  }
  .ms .f1 .group_6 .section_6 .section_7 .image_5,.ms .f1 .group_6 .image_4{
    display: none;
  }
  .ms .f1 .group_6 .section_4 .section_5 .group_8 .text_12{
    font-size: 12px;
    line-height: 1.5;
  }
  .ms .f1 .group_6 .section_4 .section_5 .group_8 .image_3{
    display: none;
  }
  .ms .f1 .group_6 .section_6{
    width: 100%;
    height: 50vw;
    margin: 5vw 0;
  }
  .ms .f1 .group_6 .section_6 .section_7{
    padding: 28vw 2vw 4vw;
  }
  .ms .f1 .group_6 .section_6 .section_7 .text_13{
    font-size: 14px;
    line-height: 1.7;
  }
  .ms .f1 .group_6 .equal-division{
    margin-top: 0;
  }
  .ms .f1 .group_6 .equal-division .equal-division-item{
    height: 50vw;
    margin: 0 0 5vw 0;
  }
  .ms .f1 .group_6 .equal-division .equal-division-item:last-child{
    margin-top: 5vw;
  }
  .ms .f1 .group_6 .equal-division .equal-division-item:nth-child(2){
    margin: 0;
  }
  .ms .f1 .group_6 .equal-division .section_8 .text_14{
    font-size: 14px;
    line-height: 1.7;
  }
  .ms .f1 .group_6 .equal-division .section_8{
    padding: 35vw 2vw 4vw;
  }
  .detail_page{
    width: 100% !important;
  }
  .detailTop{
    padding: 50px 0 30px 0 !important;
  }
  .detailTop .title{
    font-size: 22px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px;
  }
  .dpl{
    padding: 0 !important;
  }
  .ndc_npnews .post_next a, .ndc_npnews .post_prev a{
    font-size: 14px !important;
  }
  .ndc_npnews .post_next .txt, .ndc_npnews .post_prev .txt{
    font-size: 14px !important;
  }
  .gs .f1{
    padding: 5vw;
  }
  .gs .f1 .title{
    font-size: 18px;
  }
  .gs .f1 .itemBox .flex-row{
    display: block;
  }
  .gs .f1 .itemBox .section_4{
    width: 100%;
    height: 50vw;
    margin: 5vw 0;
  }
  .gs .f1 .itemBox .section_6{
    width: 100%;
    height: 50vw;
    margin: 5vw 0;
    padding: 39.29vw 1.72vw 2.14vw;
  }
  .gs .f1 .itemBox .section_4 .section_5{
    height: 38vw;
    padding: 10vw 2vw 4vw;
  }
  .gs .f1 .itemBox .section_4 .section_5 .text_11{
    font-size: 14px;
    line-height: 1.7;
  }
  .gs .f1 .itemBox .section_4 .section_5 .text_12{
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .gs .f1 .itemBox .section_4 .section_5 .image_3{
    display: none;
  }
  .gs .f1 .itemBox .section_6 .text_13{
    font-size: 14px;
    line-height: 1.7;
  }
  .gs .f1 .itemBox .section_6 .image_5{
    display: none;
  }
  .cybl .f1{
    padding: 5vw;
  }
  .cybl .f1 .title{
    font-size: 18px;
  }
  .cybl .f1 .leftBox{
    top: 50px;
  }
  .cybl .f1 .itemBox{
    position: relative;
    display: flex;
    left: inherit;
    margin: 0;
    background: white;
    padding: 3vw 0;
  }
  .cybl .f1 .itemBox .item{
    width: 18vw;
    height: 16.8vw;
  }
  .cybl .f1 .itemBox .item:nth-child(2){
    margin: 0;
  }
  .cybl .f1 .itemBox .item:nth-child(3){
    margin: 0;
  }
  .cybl .f1 .itemBox .item:nth-child(5){
    margin: 0;
  }
  .cybl .f1 .itemBox .item img{
    width: 7vw;
  }
  .cybl .f1 .itemBox .item:nth-child(3) img{
    width: 7.5vw;
  }
  .cybl .f1 .itemBox .item p{
    font-size: 14px;
  }
  .cybl .f1 .textBox{
    margin-top: -88vh;
  }
  .cybl .f1 .textBox p img{
    height: auto;
  }
  .zs .f1 .itemBox{
    padding: 5vw;
  }
  .zs .f1 .title{
    font-size: 18px;
    margin: 5vw;
  }
  .zs .f1 .itemBox:nth-child(2){
    padding-top: 15vw;
  }
  .zs .f1 .itemBox .name{
    font-size: 16px;
  }
  .zs .f1 .itemBox .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .zs .f1 .itemBox .group_7{
    display: block;
  }
  .zs .f1 .itemBox .group_7 .flex-row{
    display: block;
  }
  .zs .f1 .itemBox .group_7 .section_5{
    height: 50vw;
  }
  .zs .f1 .itemBox .group_7 .text-wrapper{
    margin: 5vw 0;
    width: 100%;
    height: 50vw;
  }
  .zs .f1 .itemBox .group_7 .group_9 .text-wrapper_1{
    margin: 5vw 0;
    width: 100%;
    height: 50vw;
    padding: 38vw 2vw 4vw;
    align-items: inherit;
  }
  .zs .f1 .itemBox .group_7 .group_9 .text-wrapper_2{
    width: 100%;
    height: 50vw;
    padding: 38vw 2vw 4vw;
    margin-left: 0;
  }
  .zs .f1 .itemBox .group_7 .section_5 .section_6 .text_15{
    font-size: 16px;
    line-height: 1.7;
  }
  .zs .f1 .itemBox .group_7 .section_5 .section_6 .text_16{
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  .zs .f1 .itemBox .group_7 .group_9 .text-wrapper_2 .text_19,.zs .f1 .itemBox .group_7 .text-wrapper .text_17,.zs .f1 .itemBox .group_7 .group_9 .text-wrapper_1 .text_18{
    font-size: 16px;
    line-height: 1.7;
  }
  .zs .f1 .itemBox .group_7 .section_5 .section_6{
    padding: 9vw 2vw 4vw;
  }
  .zs .f1 .itemBox .group_7 .text-wrapper{
    padding: 38vw 2vw 4vw;
  }
  .food .f1{
    padding: 5vw;
  }
  .food .f1 .title{
    font-size: 18px;
  }
  .food .f1 .name{
    font-size: 16px;
  }
  .food .f1 .itemBox{
    display: block;
    margin-bottom: 5vw;
  }
  .food .f1 .itemBox:nth-child(odd) .item:nth-child(1){
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
  }
  .food .f1 .itemBox:nth-child(odd) .item:nth-child(2){
    width: 100%;
    height: 50vw;
    margin-left: 0;
    margin-bottom: 5vw;
  }
  .food .f1 .itemBox .item:nth-child(1){
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
  }
  .food .f1 .itemBox .item:nth-child(2){
    width: 100%;
    height: 50vw;
    margin-left: 0;
  }
  .food .f1 .itemBox .item .text{
    font-size: 14px;
    padding: 41vw 2vw 4vw;
  }
  .food .f2{
    padding: 5vw;
  }
  .food .f2 .name{
    font-size: 16px;
  }
  .food .f2 .itemBox .item{
    width: 100%;
    height: auto;
    margin-bottom: 3vw;
  }
  .food .f2 .itemBox .item .t{
    font-size: 14px;
  }
  .food .f2 .itemBox .item .des{
    font-size: 12px;
    line-height: 1.7;
  }
  .food .f2 .itemBox .item:nth-child(3n-1){
    margin: 0;
    margin-bottom: 3vw;
  }
  .wq .f1 .title{
    font-size: 18px;
    margin: 5vw;
  }
  .wq .f1 .item:nth-child(2){
    padding-top: 15vw;
  }
  .wq .f1 .item{
    padding: 5vw;
  }
  .wq .f1 .item .name{
    font-size: 16px;
  }
  .wq .f1 .item .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .xx .f1{
    padding: 5vw;
  }
  .xx .f1 .title{
    font-size: 18px;
  }
  .xx .f1 .itemBox .item{
    width: 100%;
  }
  .xx .f1 .itemBox .item:nth-child(2n){
    margin-left: 0;
  }
  .xx .f1 .itemBox .item .t{
    font-size: 16px;
  }
  .xx .f1 .itemBox .item .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .xx .f1 .itemBox .item .img{
    height: 50vw;
  }
  .bsl .f1{
    padding: 5vw;
  }
  .bsl .f1 .title{
    font-size: 18px;
  }
  .bsl .f1 .name{
    font-size: 16px;
  }
  .bsl .f1 .itemBox{
    display: block;
  }
  .bsl .f1 .itemBox .item{
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
  }
  .bsl .f1 .itemBox .item:nth-child(2n){
    margin-left: 0;
  }
  .bsl .f1 .itemBox .item .text{
    font-size: 14px;
    padding: 40vw 2vw 5vw;
  }
  .whbl .f1{
    padding: 5vw;
  }
  .whbl .f1 .title{
    font-size: 18px;
  }
  .whbl .f1 .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .whbl .f1 .itemBox .item{
    display: block;
    margin-bottom: 5vw;
  }
  .whbl .f1 .itemBox .item .img{
    width: 100%;
    height: 50vw;
    margin-right: 0;
  }
  .whbl .f1 .itemBox .item .text{
    width: 100%;
  }
  .whbl .f1 .itemBox .item .text .t{
    font-size: 16px;
    margin: 3vw auto 2vw auto;
  }
  .whbl .f1 .itemBox .item .text .time{
    font-size: 14px;
    /*display: none;*/
  }
  .whbl .f1 .itemBox .item .text .dess{
    font-size: 12px;
    line-height: 1.7;
    display: none;
  }
  .whbl .f1 .itemBox .item .text .more{
    font-size: 14px;
    margin-top: 3vw;
    display: none;
  }
  .whbl .f1 .itemBox .item .text .more p{
    float: inherit;
  }
  .whbl .f1 .itemBox .item .text .more img{
    width: 4vw;
  }
  .sp .f1{
    padding: 5vw;
  }
  .sp .f1 .title{
    font-size: 18px;
  }
  .sp .f3{
    padding: 5vw;
  }
  .sp .f3 .itemBox .item{
    width: 43vw;
    float: inherit;
  }
  .sp .f3 .itemBox .item .img{
    height: 25vw;
    padding: 8vw 16.5vw;
  }
  .sp .f3 .itemBox .item:nth-child(3n-1){
    margin: 0;
  }
  .sp .f3 .itemBox .item:nth-child(2n) {
    margin-left: 2vw;
  }
  .sp .f3 .itemBox .item .img i{
    font-size: 10vw;
  }
  .sp .f3 .itemBox .item .name{
    font-size: 14px;
  }
  .sp .f2 .videoSwiper .swiper-slide{
    width: 90vw !important;
  }
  .sp .f2 .videoSwiper .swiper-slide .img{
    height: 45vw;
    padding: 16vw 38vw;
  }
  .sp .f2 .videoSwiper .swiper-slide .img i{
    font-size: 15vw;
  }
  .sp .f2 .videoSwiper .swiper-slide .name{
    font-size: 14px;
  }
  .mz .f1{
    padding: 5vw;
  }
  .mz .f1 .title{
    font-size: 18px;
  }
  .mz .f1 .hotList ul li{
    width: calc(50%);
    padding: 5px;
  }
  .lzzb .f1{
    padding: 5vw;
  }
  .lzzb .f1 .title{
    font-size: 18px;
  }
  .lzzb .f2{
    padding: 0 5vw 2vw 5vw;
    display: block;
  }
  .lzzb .f2 .left .item{
    width: 100%;
    margin: 0;
  }
  .lzzb .f2 .right .item{
    width: 100%;
  }
  .lzzb .f2 .right .item:first-child{
    margin: 0;
  }
  .lzzb .f3{
    padding: 0 5vw;
  }
  .lzzb .f3 .itemBox .item{
    width: 100% ;
  }
  .lzzb .f3 .itemBox .item:nth-child(3n-1){
    margin: 0;
  }
  .lzzb .f2 .left .item .img{
    height: 50vw;
    padding: 17.5vw 38vw;
  }
  .lzzb .f2 .left .item .name{
    margin: 3vw auto;
    color: #232323;
    font-size: 14px;
  }
  .lzzb .f2 .left .item .img i{
    font-size: 15vw;
  }
  .lzzb .f2 .right .item .img{
    height: 50vw;
    padding: 17.5vw 38vw;
  }
  .lzzb .f2 .right .item .img i{
    font-size: 15vw;
  }
  .lzzb .f2 .right .item .name{
    margin: 3vw auto;
    color: #232323;
    font-size: 14px;
  }
  .lzzb .f3 .itemBox .item .img{
    height: 50vw;
    padding: 17.5vw 38vw;
  }
  .lzzb .f3 .itemBox .item .img i{
    font-size: 15vw;
  }
  .lzzb .f3 .itemBox .item .name{
    margin: 3vw auto;
    color: #232323;
    font-size: 14px;
  }
  .jtzl .f1{
    padding: 5vw;
  }
  .jtzl .f1 .title{
    font-size: 18px;
  }
  .jtzl .f1 .name{
    font-size: 16px;
  }
  .jtzl .f1 .itemBox{
    display: block;
  }
  .jtzl .f1 .itemBox .item{
    width: 100%;
  }
  .jtzl .f1 .itemBox .item .texts{
    padding: 5vw 2vw;
    height: auto;
  }
  .jtzl .f1 .itemBox .item .texts .t{
    font-size: 16px;
  }
  .jtzl .f1 .itemBox .item .texts .t::before{
    content: inherit;
  }
  .jtzl .f1 .itemBox .item .texts .it .its .text{
    font-size: 14px;
  }
  .jtzl .f1 .itemBox .item .texts .it .its .num{
    font-size: 14px;
  }
  .jtzl .f1 .itemBox .item .texts .it .itss .text{
    font-size: 14px;
  }
  .jtzl .f1 .itemBox .item .texts .it .itss .num{
    font-size: 14px;
    text-align: left;
    margin: 1vw 0;
  }
  .jtzl .f1 .itemBox .item .texts .it .itss{
    display: block;
    margin-top: 2vw;
  }
  .jtzl .f2{
    padding: 5vw;
  }
  .jtzl .f2 .name{
    font-size: 16px;
  }
  .jtzl .f2 .itemBox{
    display: block;
  }
  .jtzl .f2 .itemBox .item{
    width: 100%;
  }
  .jtzl .f2 .itemBox .item:last-child{
    margin-left: 0;
    margin-top: 3vw;
  }
  .jtzl .f2 .itemBox .item .iconImg{
    width: 10vw;
  }
  .jtzl .f2 .itemBox .item .text{
    width: 66vw;
  }
  .jtzl .f2 .itemBox .item .text .its{
    width: auto;
  }
  .jtzl .f2 .itemBox .item .text .its .t{
    font-size: 14px;
  }
  .jtzl .f2 .itemBox .item .text .its .t::before{
    content: inherit;
  }
  .jtzl .f2 .itemBox .item .text .its .num{
    font-size: 14px;
  }
  .jtzl .f2 .itemBox .item .text .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .jtzl .f2 .itemBox .item .text .itss .texts{
    font-size: 14px;
  }
  .jtzl .f3{
    padding: 5vw;
  }
  .jtzl .f3 .name{
    font-size: 16px;
  }
  .jtzl .f3 .itemBox{
    display: block;
  }
  .jtzl .f3 .itemBox .item{
    width: 100%;
    display: block;
  }
  .jtzl .f3 .itemBox .item:nth-child(2){
    margin: 3vw 0;
  }
  .jtzl .f3 .itemBox .item .text .its{
    width: auto;
  }
  .jtzl .f3 .itemBox .item .text .n{
    width: auto;
    font-size: 14px;
  }
  .jtzl .f3 .itemBox .item .text .des{
    width: auto;
    font-size: 14px;
    line-height: 1.7;
  }
  .jtzl .f3 .itemBox .item .text .itss{
    width: auto;
  }
  .jtzl .f3 .itemBox .item .text .its .t{
    font-size: 14px;
  }
  .jtzl .f3 .itemBox .item .text .its .t::before{
    content: inherit;
  }
  .jtzl .f3 .itemBox .item .text .its .num{
    font-size: 14px;
  }
  .jtzl .f3 .itemBox .item .text .itss .texts{
    font-size: 14px;
  }
  .jtzl .f3 .itemBox .item .text .itss .num{
    font-size: 14px;
  }
  .jtzl .f4{
    padding: 0 5vw;
  }
  .jtzl .f4 .name{
    font-size: 16px;
  }
  .jtzl .f4 .t{
    font-size: 14px;
  }
  .jtzl .f4 .t::before{
    content: inherit;
  }
  .jtzl .f4 .table table{
    font-size: 14px;
  }
  .jtzl .f4 .text .des{
    font-size: 14px;
  }
  .whbl .f1 .titleBox .tab{
    font-size: 14px;
  }
  .whbl .f1 .titleBox .title{
    font-size: 16px;
  }
  .zblx .f1{
    padding: 5vw;
  }
  .zblx .f1 .title{
    font-size: 18px;
  }
  .zblx .f1 .name{
    font-size: 16px;
  }
  .zblx .f1 .itemBox .item{
    width: 100%;
    height: 50vw;
    margin: 5vw 0 0 0;
    padding-top: 40.5vw;
  }
  .zblx .f1 .itemBox .item:first-child{
    height: 50vw;
    padding-top: 40.5vw;
  }
  .zblx .f1 .itemBox .item:nth-child(3n){
    margin: 5vw 0 0 0;
  }
  .zblx .f1 .itemBox .item .text .t{
    font-size: 14px;
  }
  .zblx .f1 .itemBox .item .text .icon{
    width: 6vw;
  }
  .zblx .f2{
    padding: 5vw;
  }
  .zblx .f2 .name{
    font-size: 16px;
  }
  .zblx .f2 .itemBox .item{
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
    padding-top: 40vw;
  }
  .zblx .f2 .itemBox .item:nth-child(3n - 1){
    margin: 0;
    margin-bottom: 5vw;
  }
  .zblx .f2 .itemBox .item .text .t{
    font-size: 14px;
  }
  .zblx .f2 .itemBox .item .text .icon{
    width: 6vw;
  }
  .zblx .f3{
    padding: 5vw;
  }
  .zblx .f3 .name{
    font-size: 16px;
  }
  .zblx .f3 .itemBox .item{
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw;
    padding-top: 41vw;
  }
  .zblx .f3 .itemBox .item:nth-child(1){
    width: 100%;
    height: 50vw;
    margin-bottom: 5vw !important;
    padding-top: 41vw;
  }
  .zblx .f3 .itemBox .item:nth-child(2){
    width: 100%;
    height: 50vw;
    margin: 0;
    margin-bottom: 5vw;
    padding-top: 41vw;
  }
  .zblx .f3 .itemBox .item:nth-child(3n + 1){
    margin: 0;
    margin-bottom: 5vw;
  }
  .zblx .f3 .itemBox .item .text .t{
    font-size: 14px;
  }
  .zblx .f3 .itemBox .item .text .icon{
    width: 6vw;
  }
  .yhfw .f1{
    padding: 5vw;
  }
  .yhfw .f1 .title{
    font-size: 18px;
  }
  .yhfw .f1 .grid{
    margin-top: 5vw;
    height: auto;
    display: block;
  }
  .yhfw .f1 .grid .grid-item,.yhfw .f1 .grid .grid-item_1,.yhfw .f1 .grid .grid-item_2,.yhfw .f1 .grid .grid-item_3,.yhfw .f1 .grid .grid-item_4,.yhfw .f1 .grid .grid-item_5{
    padding: 8vw 0;
    margin-bottom: 5vw;
  }
  .yhfw .f1 .grid .grid-item .image_3{
    width: 8vw;
    height: auto;
  }
  .yhfw .f1 .grid .grid-item_1 .image_6{
    width: 8vw;
    height: auto;
  }
  .yhfw .f1 .grid .grid-item_2 .image_8{
    width: 8vw;
    height: auto;
  }
  .yhfw .f1 .grid .grid-item_3 .image_10{
    width: 8vw;
    height: auto;
  }
  .yhfw .f1 .grid .grid-item_4 .image_12{
    width: 8vw;
    height: auto;
  }
  .yhfw .f1 .grid .grid-item_5 .image_14{
    width: 8vw;
    height: auto;
  }
  .yhfw .f1 .grid .grid-item .group_6 .text_11{
    font-size: 14px;
    line-height: 1.7;
  }
  .yhfw .f1 .grid .grid-item_1 .group_7 .text_12{
    font-size: 14px;
    line-height: 1.7;
  }
  .yhfw .f1 .grid .grid-item_2 .text_13{
    font-size: 14px;
    line-height: 1.7;
  }
  .yhfw .f1 .grid .grid-item_3 .group_8 .text_14{
    font-size: 14px;
    line-height: 1.7;
  }
  .yhfw .f1 .grid .grid-item_4 .text_15{
    font-size: 14px;
    line-height: 1.7;
  }
  .yhfw .f1 .grid .grid-item_5 .text_16{
    font-size: 14px;
    line-height: 1.7;
  }
  .yhfw .f1 .grid .image_4{
    width: 6vw;
    height: auto;
  }
  .pwxx .f1{
    padding: 5vw;
  }
  .pwxx .f1 .title{
    font-size: 18px;
  }
  .pwxx .f1 .item{
    display: block;
  }
  .pwxx .f1 .item .img{
    width: 100%;
    height: 64vw;
  }
  .pwxx .f1 .item .text{
    width: 100%;
  }
  .pwxx .f1 .item .text .its .t::before{
    content: inherit;
  }
  .pwxx .f1 .item .text .its .t{
    font-size: 14px;
  }
  .pwxx .f1 .item .text .its .num{
    font-size: 14px;
  }
  .pwxx .f1 .item .text .desBox .tab{
    font-size: 14px;
    margin: 1vw 0;
  }
  .pwxx .f1 .item .text .desBox .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .pwxx .f2{
    padding: 5vw;
  }
  .pwxx .f2 .name{
    font-size: 16px;
  }
  .pwxx .f2 .itemBox{
    display: block;
  }
  .pwxx .f2 .itemBox .item{
    width: 100%;
    margin-bottom: 5vw;
  }
  .pwxx .f2 .itemBox .item .texts .t::before{
    content: inherit;
  }
  .pwxx .f2 .itemBox .item .texts .t{
    font-size: 14px;
  }
  .pwxx .f2 .itemBox .item .texts .it .its .text{
    font-size: 14px;
  }
  .pwxx .f2 .itemBox .item .texts{
    height: auto;
  }
  .pwxx .f2 .itemBox .item .texts .it .its .num{
    font-size: 14px;
  }
  .pwxx .f2 .itemBox .item .texts .it .itss .text{
    font-size: 14px;
  }
  .pwxx .f2 .itemBox .item .texts .it{
    margin-top: 3vw;
    padding-bottom: 3vw;
  }
  .pwxx .f2 .itemBox .item .texts .it .itss .num{
    font-size: 14px;
    float: inherit;
    text-align: left;
  }
  .pwxx .f2 .itemBox .item .texts .it .itss{
    display: block;
  }
  .pwxx .f2 .itemBox .item:nth-child(2){
    margin-bottom: 5vw;
  }
  .jqdh .f1{
    padding: 5vw;
  }
  .jqdh .f1 .title{
    font-size: 18px;
  }
  .jqdh .f1 .itemBox{
    display: block;
  }
  .jqdh .f1 .itemBox .item{
    width: 100%;
    text-align: center;
    margin-bottom: 5vw;
  }
  .jqdh .f1 .itemBox .item .name{
    font-size: 14px;
    display: block;
  }
  .jqdh .f1 .itemBox .item .name img{
    display: none;
  }
  .jqdh .f1 .itemBox .item .phone{
    font-size: 14px;
    margin-top: 1vw;
  }
  .jpdy .f1{
    padding: 5vw;
  }
  .jpdy .f1 .title{
    font-size: 18px;
  }
  .jpdy .f1 .itemBox{
    margin-top: 3vw;
  }
  .jpdy .f1 .itemBox .item{
    width: 44vw;
  }
  .jpdy .f1 .itemBox .item img{
    height: 60vw;
  }
  .jpdy .f1 .itemBox .item p{
    font-size: 14px;
  }
  .jqzxd .f1{
    padding: 5vw;
  }
  .jqzxd .f1 .title{
    font-size: 18px;
  }
  .jqzxd .f1 .itemBox .item{
    width: 100%;
    margin-right: 0;
  }
  .jqzxd .f1 .itemBox .item .t{
    font-size: 16px;
    padding: 0;
  }
  .jqzxd .f1 .itemBox .item .t::before{
    content: inherit;
  }
  .jqzxd .f1 .itemBox .item .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .wxts .f1{
    padding: 5vw;
  }
  .wxts .f1 .title{
    font-size: 18px;
  }
  .wxts .f1 .itemBox .item .t{
    font-size: 16px;
    padding: 0;
  }
  .wxts .f1 .itemBox .item .t::before{
    content: inherit;
  }
  .wxts .f1 .itemBox .item .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .blgg .f1{
    padding: 5vw;
  }
  .blgg .f1 .title{
    font-size: 18px;
  }
  .blgg .f1 .itemBox .item{
    width: 100%;
    height: auto;
    margin-bottom: 2vw;
    padding: 2vw 0 !important;
  }
  .blgg .f1 .itemBox .item:nth-child(3n - 1){
    border: transparent;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .blgg .f1 .itemBox .item:nth-child(3n){
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .blgg .f1 .itemBox .item .name{
    font-size: 16px;
    margin: 2vw 0;
  }
  .blgg .f1 .itemBox .item .des{
    font-size: 14px;
    line-height: 1.7;
    display: none;
  }
  .blgg .f1 .itemBox .item .more{
    display: none;
  }
  .blgg .f1 .itemBox .item .time .year{
    font-size: 14px;
  }
  .hdxx .f1{
    padding: 5vw;
  }
  .hdxx .f1 .title{
    font-size: 18px;
  }
  .hdxx .f1 .itemBox{
    margin-top: 3vw;
  }
  .hdxx .f1 .itemBox .item{
    display: block;
    margin-bottom: 5vw;
  }
  .hdxx .f1 .itemBox .item .img{
    width: 100%;
    height: 60vw;
  }
  .hdxx .f1 .itemBox .item .text{
    width: 100%;
    height: auto;
  }
  .hdxx .f1 .itemBox .item .text .name{
    font-size: 14px;
  }
  .hdxx .f1 .itemBox .item .text .time{
    font-size: 14px;
  }
  .hdxx .f1 .itemBox .item .text .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .hdxx .f1 .itemBox .item .text .more{
    display: none;
  }
  .xwzx .f1{
    padding: 5vw;
  }
  .xwzx .f1 .title{
    font-size: 18px;
  }
  .xwzx .f1 .itemBox .item{
    margin-top: 3vw;
    display: block;
  }
  .xwzx .f1 .itemBox .item .img{
    width: 100%;
    height: 50vw;
  }
  .xwzx .f1 .itemBox .item .text{
    width: 100%;
    height: auto;
    padding: 3vw;
  }
  .xwzx .f1 .itemBox .item .text .name{
    font-size: 14px;
  }
  .xwzx .f1 .itemBox .item .text .time{
    font-size: 14px;
  }
  .xwzx .f1 .itemBox .item .text .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .xwzx .f1 .itemBox .item .text .more{
    display: none;
  }
  .xwzx .f1 .newsPage .item{
    width: 100%;
  }
  .xwzx .f1 .newsPage .item .img{
    width: 100%;
    height: 50vw;
  }
  .xwzx .f1 .newsPage .item .text{
    width: 100%;
    height: auto;
    padding: 3vw;
  }
  .xwzx .f1 .newsPage .item .text .name{
    font-size: 14px;
  }
  .xwzx .f1 .newsPage .item .text .time{
    font-size: 14px;
  }
  .xwzx .f1 .newsPage .item .text .des{
    font-size: 14px;
  }
  .xwzx .f1 .newsPage .item .text .more{
    display: none;
  }
  .qyfc .f1{
    padding: 5vw;
  }
  .qyfc .f1 .title{
    font-size: 18px;
  }
  .qyfc .f1 .textBox{
    margin-top: 3vw;
    display: block;
  }
  .qyfc .f1 .textBox .text{
    width: 100%;
    margin-right: 0;
  }
  .qyfc .f1 .textBox .text .name{
    font-size: 16px;
  }
  .qyfc .f1 .textBox .text .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .qyfc .f1 .textBox .imgBox{
    width: 100%;
    height: 60vw;
  }
  .qyfc .f1 .itemBox .item{
    width: 100%;
    margin-right: 0;
  }
  .qyfc .f1 .itemBox .item .name{
    font-size: 16px;
  }
  .qyfc .f1 .itemBox .item .tab{
    font-size: 14px;
  }
  .qyfc .f1 .itemBox .item .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .gswh .f1{
    padding: 5vw;
  }
  .gswh .f1 .title{
    font-size: 18px;
  }
  .gswh .f1 .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .gswh .f1 .group_8 .flex-row{
    display: block;
  }
  .gswh .f1 .group_8 .equal-division-item{
    padding: 5vw 2vw;
    height: auto;
  }
  .gswh .f1 .group_8 .equal-division-item .image_3{
    width: 8vw;
    height: auto;
  }
  .gswh .f1 .group_8 .equal-division-item .group_9{
    margin-top: 3vw;
  }
  .gswh .f1 .group_8 .equal-division-item .group_9 .text_12{
    font-size: 16px;
  }
  .gswh .f1 .group_8 .equal-division-item .group_9 .text_14{
    font-size: 14px;
    line-height: 1.7;
  }
  .gswh .f2{
    padding: 5vw;
  }
  .gswh .f2 .name{
    font-size: 16px;
  }
  .gswh .f2 .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .gswh .f2 .imgBox .img{
    width: 28vw;
    height: 20vw;
  }
  .gswh .f2 .imgBox .img img{
    width: 100%;
    height: auto;
  }
  .gswh .f3 .name{
    font-size: 16px;
    padding: 0 5vw;
  }
  .gswh .f3 .des{
    font-size: 14px;
    padding: 0 5vw;
    line-height: 1.7;
  }
  .gswh .f3 .ygSwiper .swiper-slide{
    width: 90%;
  }
  .gswh .f3 .ygSwiper .swiper-button-next, .gswh .f3 .ygSwiper .swiper-button-prev{
    display: none;
  }
  .join .f1{
    padding: 5vw;
  }
  .join .f1 .title{
    font-size: 18px;
  }
  .join .f1 .table{
    overflow: hidden;
    overflow-x: scroll;
  }
  .join .f1 .table table{}
  .sp_header {

    height: 50px;

    overflow: hidden;

    background: #fff;

    position: fixed;

    z-index: 999;

    width: 100%;

    top: 0

  }

  .sp_logo {

    padding: 10px;

    float: left;

    height: 50px

  }

  .sp_logo img {

    margin: auto;

    width: 22px;

    transition: .35s all ease-in-out;
  }

  .sp_nav {
    width: 50px;
    height: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    padding-top: 15px;
    background-image: linear-gradient(-70deg,
    #ff6e8a 0%,
    #ff9078 62%,
    #ffb265 100%),
    linear-gradient(
            #eda376,
            #eda376);
    background-blend-mode: normal,
    normal;
  }

  .sp_nav span {

    display: block;

    background: #16a1d8;

    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: 0;
    top: -100%;
    transition: top ease .35s
  }
  .sjj_nav {

    position: fixed;

    z-index: 100;

    background: url('../../assets/images/nav.jpg') center no-repeat;

    background-size:  cover !important;

    width: calc(100% - 50px);

    height: 100%;

    font-size: 14px;

    line-height: 40px;

    top: -100%;

    left: 0;
    padding-top: 10vw;
    overflow: auto;

    overflow-x: hidden;

    transition: top ease .35s

  }

  .nav_show {

    top: 50px

  }
  .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;

    border-left: 1px #ddd solid;

    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;

    margin-left: 20px;

    position: relative;

    line-height: 55px;

    font-size: 14px

  }

  .sjj_nav > ul > li:last-child {

    border-bottom: 1px #ddd solid

  }

  .sjj_nav ul li ul {

    display: none

  }

  .sjj_nav ul li a {

    color: rgba(0, 0, 0, .8);

    width: 80%;

    display: block;

    font-size: 16px;

    font-weight: 700

  }

  .sjj_nav ul li ul li a {

    color: rgba(0, 0, 0, .5);

    display: block;

    text-align: left;

    font-size: 14px

  }

  .sjj_nav ul li i svg {

    width: 20px;

    height: 20px;

    fill: #555

  }

  .sjj_nav ul li .sjj_nav_i_se svg {

    fill: #16a1d8

  }

  .sjj_nav ul li ul li > ul {

    margin-left: 10px

  }
  header{
    padding: 0;
  }
  .bljs .f1{
    padding: 5vw;
  }
  .bljs .f1 .title{
    font-size: 18px;
  }
  .bljs .f1 .videoBoxs{
    margin: 5vw auto;
    width: 90vw;
    height: 50vw;
  }
  .bljs .f1 .videoBoxs video{
    height: 50vw;
  }
  .bljs .f1 .group_7{
    display: block;
  }
  .bljs .f1 .group_7 .group_8 .text_9{
    font-size: 16px;
    line-height: 1.7;
  }
  .bljs .f1 .group_7 .group_8 .text_14{
    font-size: 14px;
    line-height: 1.7;
  }
  .bljs .f1 .group_7 .group_8 .group_10 .image_5{
    width: 14vw;
    height: auto;
  }
  .bljs .f1 .group_7 .group_8 .group_10 .text_15{
    font-size: 14px;
    line-height: 1.7;
  }
  .bljs .f1 .group_7 .group_8 .group_10 .text_16{
    font-size: 14px;
    line-height: 1.7;
  }
  .bljs .f1 .group_7 .group_8 .group_10 .group_15 .image_6{
    width: 6vw;
    height: auto;
  }
  .bljs .f1 .group_7 .group_8 .group_10 .group_15 .text_17{
    font-size: 14px;
    line-height: 1.7;
  }
  .bljs .f1 .group_7 .group_8 .group_10 .group_14 .text_18{
    font-size: 14px;
    line-height: 1.7;
  }
  .bljs .f1 .group_7 .group_8 .group_10 .group_15 .image_7{
    width: 13vw;
    height: auto;
  }
  .bljs .f1 .group_7 .group_8 .group_10 .group_15 .text_19{
    font-size: 14px;
    line-height: 1.7;
  }
  .bljs .f1 .group_7 .group_8 .group_10 .group_16 .text_20{
    font-size: 14px;
    line-height: 1.7;
  }
  .bljs .f1 .group_7 .image_8{
    margin: 3vw auto;
    width: 100%;
    height: auto;
  }
  .bljs .f1 .itemBox .item .name{
    font-size: 16px;
    padding: 0;
  }
  .bljs .f1 .itemBox .item .name::before{
    content: inherit;
  }
  .bljs .f1 .itemBox .item .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .bljs .f1 .itemBox .item .imgBox{
    display: block;
  }
  .bljs .f1 .itemBox .item .imgBox .img{
    width: 100%;
    height: 50vw;
    margin-bottom: 3vw;
  }
  .bljs .f1 .itemBox .item .imgBox .img:nth-child(2){
    margin: 0;
    margin-bottom: 3vw;
  }
  .bljs .f2{
    padding: 5vw;
  }
  .bljs .f2 .title{
    font-size: 16px;
  }
  .bljs .f2 .itemBox .item{
    display: block;
  }
  .bljs .f2 .itemBox .item .img{
    width: 100%;
    height: 50vw;
    margin-bottom: 3vw;
    margin-right: 0;
  }
  .bljs .f2 .itemBox .item .text{
    width: 100%;
  }
  .bljs .f2 .itemBox .item .text .name::before{
    content: inherit;
  }
  .bljs .f2 .itemBox .item .text .name{
    font-size: 16px;
    padding: 0;
  }
  .bljs .f2 .itemBox .item .text .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .bljs .f3{
    padding: 5vw;
  }
  .bljs .f3 .title{
    font-size: 16px;
    text-align: center;
    display: block;
  }
  .bljs .f3 .itemBox .item .name::before{
    content: inherit;
  }
  .bljs .f3 .itemBox .item .name{
    font-size: 16px;
  }
  .bljs .f3 .itemBox .item .des{
    font-size: 14px;
    line-height: 1.7;
  }
  .bljs .f3 .itemBox .item .imgBox .img{
    width: 100%;
    height: 50vw;
  }
  .bljs .f3 .itemBox .item .imgBox .img:nth-child(even){
    margin-left: 0;
  }
  .bljs .f4{
    padding: 5vw;
  }
  .bljs .f4 .title{
    text-align: center;
    font-size: 16px;
    display: block;
  }
  .bljs .f4 .itemBox .item .name::before{
    content: inherit;
  }
  .bljs .f4 .itemBox .item .name{
    font-size: 14px;
    padding: 0;
  }
  .bljs .f4 .itemBox .item .des{
    font-size: 14px;
    line-height: 1.7;
  }
  footer .section_28{
    padding: 10vw 5vw 5vw 5vw;
    background-size: cover !important;
  }
  footer .section_28 .text_90{
    font-size: 14px;
    line-height: 1.7;
  }
  footer .section_28 .justify-between{
    display: block;
  }
  footer .section_28 .justify-between .flex-row{
    margin: 3vw auto;
  }
  .image_41{
    width: 7vw;
    margin: 0 1vw;
  }
  footer .section_28 .group_52 .group_53 .text_92{
    font-size: 14px;
    line-height: 1.7;
  }
  footer .section_28 .group_52 .group_53 .text_94{
    font-size: 14px;
    line-height: 1.7;
  }
  footer .section_28 .group_14 .text_97{
    font-size: 14px;
    line-height: 1.7;
  }
  footer .section_28 .group_14 .text_98{
    font-size: 14px;
    line-height: 1.7;
  }
  footer .section_28 .group_54 .text_108{
    font-size: 12px;
    line-height: 1.7;
  }
  footer .section_28 .group_54 .text_108{
    font-size: 12px;
    line-height: 1.7;
  }
  footer .section_28 .group_54 .text_108{
    font-size: 12px;
    line-height: 1.7;
  }
  footer{

  }
}