@font-face {
  font-family: 'iconfont';
  /* Project id 4172386 */
  src: url('//at.alicdn.com/t/c/font_4172386_tjunpvzzj7g.woff2?t=1689745881038') format('woff2'), url('//at.alicdn.com/t/c/font_4172386_tjunpvzzj7g.woff?t=1689745881038') format('woff'), url('//at.alicdn.com/t/c/font_4172386_tjunpvzzj7g.ttf?t=1689745881038') format('truetype');
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
@font-face {
  font-family: DINBold;
  src: url('../fonts/DIN-Bold.ttf');
}
@font-face {
  font-family: SourceHanSansCN-Bold;
  /*src: url('../fonts/SourceHanSansCN-Bold.otf');*/
  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSansCN-Bold.otf');
}
@font-face {
  font-family: SourceHanSansCN-Regular;
  /*src: url('../fonts/SourceHanSansCN-Regular.otf');*/
  src: url('https://website-ishutime.oss-cn-chengdu.aliyuncs.com/font/SourceHanSansCN-Regular.otf');
}
html,
body {
  color: #272727;
  font-family: SourceHanSansCN-Regular;
  position: relative;
}
body::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: url('../images/bg.jpg') repeat;
  background-size: contain !important;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
input,
textarea {
  font-family: 'SourceHanSansCN-Regular';
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
  height: 8px;
  /* 滚动条高度 */
}
/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #182f42;
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.cpthActive.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.cpth {
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2vw 12vw;
  position: relative;
  z-index: 999;
}
header .logo {
  width: 18vw;
  display: block;
}
header .logo img {
  width: 100%;
}
header nav ul {
  display: flex;
}
header nav ul li {
  margin: 0.5vw 2.5vw;
}
header nav ul li a {
  font-size: 16px;
  color: #142c3f;
  font-family: 'SourceHanSansCN-Bold';
  font-weight: bold;
}
header nav ul li ul {
  display: block;
  text-align: center;
  margin-left: -0.7vw;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-1vw);
  transition: 0.5s all;
  border: 1px solid #9B774F;
  box-shadow: 0 0 15px 0 gainsboro;
  border-radius: 5px;
  padding: 0.5vw;
  position: absolute;
  background: white;
}
header nav ul li ul li {
  margin: 0;
  padding: 0.1vw 0;
}
header nav ul li ul li a {
  font-size: 16px;
  color: white;
}
header nav ul li ul li:last-child {
  margin: 0;
}
header nav ul .lis {
  margin: 0.5vw 0 0.5vw 2.5vw;
  padding-bottom: 1vw;
}
header nav ul li:hover a {
  color: #9B774F;
}
header nav ul li:hover ul {
  opacity: 1;
  pointer-events: all;
  transform: translateY(1vw);
}
header nav ul .active a {
  color: #9B774F;
}
.titBox {
  text-align: center;
}
.titBox .en {
  font-family: DINBold;
  color: #d1e3ef;
  opacity: 0.8;
  font-size: 4vw;
  z-index: 1;
  position: relative;
}
.titBox .cn {
  font-family: SourceHanSansCN-Bold;
  color: #000000;
  font-size: 3vw;
  position: relative;
  z-index: 2;
  margin-top: -2.5vw;
}
.index {
  width: 100%;
  position: relative;
  z-index: 1;
}
.index .f1 {
  width: 50vw;
  position: relative;
  margin: 0 auto;
  padding: 13vw 0;
}
.index .f1Info{
  width: 12vw;
  position: absolute;
  right: 15vw;
  margin-top: -5vw;
}
.index .f2 {
  width: 74vw;
  margin: 5vw auto 0 auto;
  background: rgba(196, 220, 242, .75);
  border-radius: 1vw;
  padding: 4vw 5vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index .f2 .f2Box {
  width: 100%;
  background: white;
  padding: 2vw 6vw 4vw 6vw;
  border-radius: 1vw;
  position: relative;
  overflow: hidden;
}
.index .f2 .f2Box .titBox {
  padding-bottom: 2vw;
  border-bottom: 1px dashed black;
}
.index .f2 .f2Box .f2Text {
  width: 100%;
  margin-top: 1vw;
  padding: 1vw 0;
  font-size: 1vw;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
.index .f2 .f2Box .f2Text .t {
  font-family: SourceHanSansCN-Bold;
}
.index .f2 .f2Box .f2Text .tt {
  font-family: SourceHanSansCN-Bold;
  margin-top: 1vw;
  margin-left: -.5vw;
}
.index .f2 .f2Box .f2Text .des {
  margin-top: 1vw;
  text-align: justify;
}
.index .f2 .f2Box .more {
  width: 6vw;
  position: absolute;
  right: 6vw;
  bottom: 5vw;
  cursor: pointer;
}
.index .f2 .f2Img {
  width: 64vw;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.index .f2Info {
  width: 88vw;
  position: absolute;
  left: 0;
  margin-top: -4vw;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}
.index .f3 {
  width: 74vw;
  margin: 6vw auto;
  background: rgba(196, 220, 242, .75);
  border-radius: 1vw;
  padding: 2vw 5vw 4vw 5vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index .f3 .titBox {
  padding-bottom: 2vw;
  border-bottom: 1px dashed #142c3f;
}
.index .f3 .titBox .en{
  color: #ffffff;
  opacity: 0.4;
}
.index .f3 .titBox .cn {
  color: #142c3f;
}
.index .f3 .f3Box {
  width: 100%;
  margin-top: 2vw;
  padding-top: 1vw;
  display: flex;
  justify-content: center;
}
.index .f3 .f3Box .item {
  width: 25vw;
  /*background: url('../images/cityBtn.png') center no-repeat;*/
  /*background-size: contain !important;*/
  border-radius: 1vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1vw;
}
.index .f3 .f3Box .item .text .t {
  color: #010000;
  font-size: 2vw;
  font-family: SourceHanSansCN-Bold;
}
.index .f3 .f3Box .item .text .ck {
  width: 7vw;
  cursor: pointer;
  margin: 1vw auto 0 auto;
}
.index .f3 .f3Box .item:nth-child(2) .icon {
  width: 9vw;
  margin-top: 1vw;
}
.index .f4 {
  width: 74vw;
  margin: 6vw auto;
  background: rgba(196, 220, 242, .75);
  border-radius: 1vw;
  padding: 2vw 5vw 4vw 5vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index .f4 .titBox {
    padding-bottom: 2vw;
    border-bottom: 1px dashed #142c3f;
}
.index .f4 .titBox .en{
  color: #ffffff;
  opacity: 0.4;
}
.index .f4 .titBox .cn {
    color: #142c3f;
}
.index .f4 .f4Box {
  width: 100%;
  margin-top: 4vw;
  background: white;
  padding: 2vw 0;
  border-radius: 1vw;
  position: relative;
  overflow: hidden;
}
.index .f4 .f4Box .f4Img {
  width: 64vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .f5 {
  width: 74vw;
  margin: 6vw auto;
    background: rgba(196, 220, 242, .75);
  border-radius: 1vw;
  padding: 2vw 5vw 4vw 5vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index .f5 .titBox {
  padding-bottom: 2vw;
    border-bottom: 1px dashed #142c3f;
}
.index .f5 .titBox .en{
    color: #ffffff;
    opacity: 0.4;
}
.index .f5 .titBox .cn {
    color: #142c3f;
}
.index .f5 .f5Img{
  width: 100%;
  margin-top: 4vw;
}
.index .f5 .f5Box {
  width: 100%;
  margin-top: 3vw;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.index .f5 .f5Box .item {
  width: 15vw;
  height: 12vw;
  background: white;
  border-radius: 1vw;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.index .f5 .f5Box .item .t {
  padding: 1vw;
  color: #178870;
  font-size: 1.1vw;
  font-family: SourceHanSansCN-Bold;
}
.index .f5 .f5Box .item .iconImg {
  width: 8vw;
  position: absolute;
  right: 0;
  bottom: 0;
}
.index .f6 {
  width: 74vw;
  margin: 6vw auto;
  background: rgba(196, 220, 242, .75);
  border-radius: 1vw;
  padding: 2vw 5vw 4vw 5vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index .f6 .titBox {
  padding-bottom: 2vw;
  border-bottom: 1px dashed #142c3f;
}
.index .f6 .titBox .en{
  color: #ffffff;
  opacity: 0.4;
}
.index .f6 .titBox .cn {
  color: #142c3f;
}
.index .f6 .f6Text {
  text-align: center;
}
.index .f6 .f6Text .t {
  width: 14vw;
  color: #000000;
  font-family: SourceHanSansCN-Bold;
  font-size: 1.8vw;
  padding: .2vw 0;
  box-shadow: 6px 6px 4px 0 #c8def3;
  border-radius: 32px;
  border: solid 2px #ffffff;
  display: inline-block;
  margin: 2vw 0;
  text-align: center;
}
.index .f6 .f6Text .d {
  color: #000000;
  font-size: 1vw;
  line-height: 2;
  font-family: SourceHanSansCN-Bold;
}
.index .f6 .f6FourGroups {
  width: 100%;
  overflow: hidden;
  margin: 2vw 0;
  position: relative;
}
.index .f6 .f6FourGroups .t {
  width: 16vw;
  color: #000000;
  font-family: SourceHanSansCN-Bold;
  font-size: 1.5vw;
  padding: .2vw 0;
  box-shadow: 6px 6px 4px 0 #c8def3;
  border-radius: 32px;
  border: solid 2px #ffffff;
  display: table;
  margin: 2vw auto;
  text-align: center;
}
.index .f6 .f6FourGroups .f6FourGroupsBox {
  width: 100%;
  margin: 3vw 0 0 0;
}
.index .f6 .f6FourGroups .f6FourGroupsBox .item {
  width: calc(100% - 4vw);
  height: 6vw;
  border-radius: 1vw;
  background: rgba(255,255,255,.8);
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5vw;
  margin-left: 3vw;
}
.index .f6 .f6FourGroups .f6FourGroupsBox .item .icon {
  width: 10vw;
  position: relative;
  left: -3vw;
}
.index .f6 .f6FourGroups .f6FourGroupsBox .item .tit {
  width: 12vw;
  font-size: 1vw;
  text-align: left;
  border-right: 2px solid #000000;
  font-family: SourceHanSansCN-Bold;
}
.index .f6 .f6FourGroups .f6FourGroupsBox .item .tit span{
  font-size: 1.5vw;
}
.index .f6 .f6FourGroups .f6FourGroupsBox .item .des {
  width: 35vw;
  font-size: 1vw;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 2vw;
}
.index .f6 .f6FourGroups .f6FourGroupsBox .item .des p{
  margin-right: 1vw;
}
.index .f6 .f6awardsList {
  width: 100%;
  background: white;
  border-radius: 1vw;
  overflow: hidden;
  margin: 5vw 0 0 0;
  padding: 2vw 6vw 6vw 6vw;
  position: relative;
}
.index .f6 .f6awardsList .titBox {
  padding-bottom: 2vw;
  border-bottom: 1px dashed #142c3f;
}
.index .f6 .f6awardsList .titBox .en{
  color: #e8f1f8;
}
.index .f6 .f6awardsList .titBox .cn {
  color: #142c3f;
}
.index .f6 .f6awardsList .f6awardsListBox {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index .f6 .f6awardsList .f6awardsListBox .itemBox{
  margin: 0 6vw 0 0;
}
.index .f6 .f6awardsList .f6awardsListBox .itemBox:nth-child(2) {
  margin: 0 0 0 6vw;
}
.index .f6 .f6awardsList .f6awardsListBox .itemBox .iconImg {
  width: 15vw;
  margin-top: 5vw;
  pointer-events: none;
}
.index .f6 .f6awardsList .f6awardsListBox .itemBox .item {
  margin-top: 2vw;
  text-align: center;
}
.index .f6 .f6awardsList .f6awardsListBox .itemBox .item .t {
  color: #132c40;
  font-size: 1.2vw;
  font-family: SourceHanSansCN-Bold;
  background: url('../images/2025img4.png') center no-repeat;
  background-size: contain !important;
  padding: 0.4vw 2vw;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
}
.index .f6 .f6awardsList .f6awardsListBox .itemBox .item .des {
  font-size: 1vw;
  color: #000000;
  line-height: 2;
  padding: 1vw;
}
.index .f6 .f6awardsList .f6awardsListBox .itemBox .item .des span{
  color: #2898ec;
}
.index .f6 .f6awardsList .f6d{
  color: #2898ec;
  position: absolute;
  font-size: .9vw;
  right: 5vw;
}
.index .f6 .f6Info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .f6Infos {
  width: 88vw;
  position: absolute;
  right: 0;
  margin-top: -10vw;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}
.index .f7Info {
  width: 88vw;
  position: absolute;
  left: 0;
  margin-top: -55vw;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}
.index .f7 {
  width: 74vw;
  margin: 6vw auto;
  background: rgba(196, 220, 242, .75);
  border-radius: 1vw;
  padding: 2vw 5vw 5vw 5vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index .f7 .titBox {
  padding-bottom: 2vw;
  border-bottom: 1px dashed white;
}
.index .f7 .titBox .en{
  color: #ffffff;
  opacity: 0.4;
}
.index .f7 .titBox .cn {
  color: #142c3f;
}
.index .f7 .f7Box {
  width: 100%;
  margin-top: 3vw;
}
.index .f8 {
  width: 74vw;
  margin: 6vw auto;
  background: rgba(196, 220, 242, .75);
  border-radius: 1vw;
  padding: 2vw 5vw 4vw 5vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index .f8 .titBox {
  padding-bottom: 2vw;
  border-bottom: 1px dashed #142c3f;
}
.index .f8 .titBox .en{
  color: #ffffff;
  opacity: 0.4;
}
.index .f8 .titBox .cn {
  color: #142c3f;
}
.index .f8 .f8Box {
  width: 100%;
  background: white;
  border-radius: 1vw;
  overflow: hidden;
  margin: 3vw 0 0 0;
  padding: 2vw 3vw 4vw 3vw;
  position: relative;
}
.index .f8 .f8Box .t {
  width: 15vw;
  height: 2.4vw;
  color: #000000;
  font-size: 1.5vw;
  font-family: SourceHanSansCN-Bold;
  background: url('../images/2025img6.png') center no-repeat;
  background-size: contain !important;
  text-align: center;
  line-height: 2.4vw;
  border-radius: 3vw;
  letter-spacing: 0.2vw;
  margin: 0 auto;
}
.index .f8 .f8Box .f8BoxItem {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.index .f8 .f8Box .f8BoxItem .item {
  width: 13vw;
  margin-right: 2vw;
  margin-bottom: 2vw;
}
.index .f8 .f8Box .f8BoxItem .item .imgBox {
  width: 100%;
  height: 17vw;
  border: 2px solid #bbd8f2;
  border-radius: 1vw;
  overflow: hidden;
}
.index .f8 .f8Box .f8BoxItem .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.index .f8 .f8Box .f8BoxItem .item .text .name {
  text-align: center;
  color: #142c3f;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
  margin: 1vw 0;
}
.index .f8 .f8Box .f8BoxItem .item .text .d {
  font-size: 0.85vw;
  line-height: 1.5;
  color: #3e3e3e;
  text-align: justify;
}
.index .f8 .f8Box .f8BoxItem .item:nth-child(4n) {
  margin-right: 0;
}
.index .f8 .f8Box .f8BoxItem2 .item {
  width: 10vw;
  margin-right: 2vw;
  margin-bottom: 2vw;
}
.index .f8 .f8Box .f8BoxItem2 .item .imgBox{
  height: 13vw;
}
.index .f8 .f8Box .f8BoxItem2 .item:nth-child(4n) {
  margin-right: 2vw;
}
.index .f8 .f8Box .f8BoxItem2 .item:nth-child(5n) {
  margin-right: 0;
}

.index .f8 .f8Box .f8Img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.index .f91 {
  width: 74vw;
  margin: 5vw auto;
  background: rgba(196, 220, 242, .75);
  border-radius: 1vw;
  padding: 2vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index .f91 .f91Box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.index .f91 .f91Box .item {
  width: 18vw;
  height: 7vw;
  background: url('../images/2025img11.png') center no-repeat;
  background-size: contain !important;
  border-radius: 1vw;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 1vw;
}
.index .f91 .f91Box .item:nth-child(3) {
  background: url('../images/2025img12.png') center no-repeat;
  width: 26vw;
}
.index .f91 .f91Box .item .text .t {
  color: #010000;
  font-size: 1.8vw;
  font-family: SourceHanSansCN-Bold;
}
.index .f91 .f91Box .item .text .ck {
  width: 6vw;
  cursor: pointer;
  margin: .5vw auto 0 auto;
}
.index .f9 {
  width: 74vw;
  margin: 6vw auto;
  background: rgba(196, 220, 242, .75);
  border-radius: 1vw;
  padding: 2vw 5vw 4vw 5vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index .f9 .titBox {
  padding-bottom: 2vw;
  border-bottom: 1px dashed #142c3f;
}
.index .f9 .titBox .en{
  color: #ffffff;
  opacity: 0.4;
}
.index .f9 .titBox .cn {
  color: #142c3f;
}
.index .f9 .f9Box {
  width: 100%;
  background: white;
  border-radius: 1vw;
  overflow: hidden;
  margin: 3vw 0 0 0;
  padding: 3vw 3vw 4vw 3vw;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .f9 .f9Box .left {
  width: 32vw;
}
.index .f9 .f9Box .left .item {
  position: relative;
  margin-bottom: 2.5vw;
}
.index .f9 .f9Box .left .item .it{
  position: relative;
  width: fit-content;
  display: flex;
  align-items: center;
  background: #b9d3ea;
  border-radius: 30px;
  padding-right: 12px;
  font-family: SourceHanSansCN-Bold;
}
.index .f9 .f9Box .left .item .it .shouzhi{
  width: 1.8vw;
  position: absolute;
  right: -3vw;
  margin-top: -1.2vw;
}
.index .f9 .f9Box .left .item .it .shoushi{
  width: 1vw;
  position: absolute;
  right: -1.5vw;
  margin-top: -1vw;
}
.index .f9 .f9Box .left .item .num {
  color: #000000;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
  background: url('../images/2025img7.png') center no-repeat;
  background-size: contain !important;
  border-radius: 3vw;
  display: inline-block;
  padding: 0.2vw 1.5vw;
  letter-spacing: 0.1vw;
}
.index .f9 .f9Box .left .item .d {
  color: #000000;
  font-size: 0.9vw;
  cursor: pointer;
}
.index .f9 .f9Box .left .item .d span {
  font-family: SourceHanSansCN-Bold;
  color: #000000;
}
.index .f9 .f9Box .left .item .d font {
  color: #2c97e7;
  font-family: SourceHanSansCN-Bold;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}
.index .f9 .f9Box .left .item .d font img {
  width: 1vw;
  position: absolute;
  right: -0.5vw;
  margin-top: -0.5vw;
}
.index .f9 .f9Box .left .item .des {
  color: #000000;
  line-height: 1.7;
  font-size: 0.9vw;
  margin-top: .5vw;
}
.index .f9 .f9Box .left .item .des span {
  font-family: SourceHanSansCN-Bold;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}
.index .f9 .f9Box .left .item .des span img {
  width: 1vw;
  position: absolute;
  right: -1vw;
  margin-top: -1vw;
}
.index .f9 .f9Box .left .item .des font {
  font-weight: bold;
}
.index .f9 .f9Box .right {
  width: 22vw;
}
.index .f9 .f9Box .right .item {
  margin-bottom: 1.5vw;
}
.index .f9 .f9Box .right .item .name {
  color: #000000;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
  padding-left: 1vw;
}
.index .f9 .f9Box .right .item .name::before {
  content: '';
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  background: #000000;
  border-radius: 50%;
  margin-top: 0.4vw;
  margin-left: -1vw;
}
.index .f9 .f9Box .right .item input {
  width: 100%;
  margin-top: 0.8vw;
  background: #E6E6E6;
  border: transparent;
  outline: none;
  padding: 0.5vw 1vw;
  font-size: 0.9vw;
  border-radius: 0.5vw;
  font-family: SourceHanSansCN-Bold;
}
.index .f9 .f9Box .right .submit {
  width: 9vw;
  height: 2.5vw;
  color: #ffffff;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
  background: url('../images/2025img15.png') center no-repeat;
  background-size: cover !important;
  text-align: center;
  line-height: 2.5vw;
  border-radius: 3vw;
  letter-spacing: 0.2vw;
  float: right;
  cursor: pointer;
  margin-top: 1vw;
}
.index .f9 .f9Box .f9Img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.index .f9Info {
  width: 88vw;
  position: absolute;
  right: 0;
  margin-top: -70vw;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}
.index .f10 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, .5);
  overflow: hidden;
  z-index: 9;
  display: none;
}
.index .f10 .titBox {
  padding-bottom: 2vw;
  border-bottom: 1px dashed #142c3f;
}
.index .f10 .titBox .en{
  color: #ffffff;
  opacity: 0.4;
}
.index .f10 .titBox .cn {
  color: #142c3f;
}
.index .f10 .f10Box {
  width: 65vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: white;
  border-radius: 1vw;
  overflow: hidden;
  padding: 5vw;
  display: inline-block;
}
.closeX{
  position: absolute;
  right: 2vw;
  top: 2vw;
  cursor: pointer;
}
.index .f10 .f10Box form{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .f10 .f10Box .item {
  width: 23vw;
  margin-bottom: 1.5vw;
}
.index .f10 .f10Box .item .name {
  color: #000000;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
  padding-left: 1vw;
}
.index .f10 .f10Box .item .name::before {
  content: '';
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  background: #000000;
  border-radius: 50%;
  margin-top: 0.4vw;
  margin-left: -1vw;
}
.index .f10 .f10Box .item input {
  width: 100%;
  margin-top: 0.8vw;
  background: #E6E6E6;
  border: transparent;
  outline: none;
  padding: 0.5vw 1vw;
  font-size: 0.9vw;
  border-radius: 0.5vw;
  font-family: SourceHanSansCN-Bold;
}
.index .f10 .f10Box .item:nth-child(2n) {
  margin-right: 0;
}
.index .f10 .f10Box .submit {
  width: 11vw;
  height: 3.5vw;
  color: #ffffff;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
  background: url('../images/2025img9.png') center no-repeat;
  background-size: contain !important;
  text-align: center;
  line-height: 2.5vw;
  border-radius: 3vw;
  letter-spacing: 0.2vw;
  float: right;
  cursor: pointer;
}
.index .f10 .f10Box .f9Img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.index .f10Info {
  width: 88vw;
  position: absolute;
  left: 0;
  margin-top: -30vw;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}
.index .f11 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, .5);
  overflow: hidden;
  z-index: 9;
  display: none;
}
.index .f11 .titBox {
  padding-bottom: 2vw;
  border-bottom: 1px dashed #142c3f;
}
.index .f11 .titBox .en{
  color: #ffffff;
  opacity: 0.4;
}
.index .f11 .titBox .cn {
  color: #142c3f;
}
.index .f11 .f11Box {
  width: 65vw;
  height: 80vh;
  overflow-y: scroll;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: white;
  border-radius: 1vw;
  padding: 3vw 5vw;
  display: inline-block;
}
.index .f11 .f11Box form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .f11 .f11Box form .item {
  width: 23vw;
  margin-bottom: 1.5vw;
}
.index .f11 .f11Box form .item .name {
  color: #000000;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
  padding-left: 1vw;
}
.index .f11 .f11Box form .item .name::before {
  content: '';
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  background: #000000;
  border-radius: 50%;
  margin-top: 0.4vw;
  margin-left: -1vw;
}
.index .f11 .f11Box form .item input {
  width: 100%;
  margin-top: 0.8vw;
  background: #E6E6E6;
  border: transparent;
  outline: none;
  padding: 0.5vw 1vw;
  font-size: 0.9vw;
  border-radius: 0.5vw;
  font-family: SourceHanSansCN-Bold;
}
.index .f11 .f11Box form .item textarea {
  width: 100% !important;
  height: 9.8vw !important;
  background: #E6E6E6;
  padding: 1vw;
  margin-top: 1vw;
  color: #333333;
  border: transparent;
  font-family: SourceHanSansCN-Bold;
  font-size: 0.85vw;
  outline: none;
  border-radius: 0.5vw;
}
.index .f11 .f11Box form .larItem {
  width: 100%;
}
.index .f11 .f11Box form .larItem .radio {
  display: flex;
}
.index .f11 .f11Box form .larItem .radio .radioItem {
  width: 8vw;
}
.index .f11 .f11Box form .larItem .radio .radioItem input {
  width: 0.9vw;
  height: 0.9vw;
  border-radius: 50%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 0.2vw solid #000000;
  margin-right: 0.3vw;
  z-index: 8;
  padding: 0;
  cursor: pointer;
  position: relative;
  background: white;
}
.index .f11 .f11Box form .larItem .radio .radioItem input:checked {
  width: 0.9vw;
  height: 0.9vw;
  border-radius: 50%;
  border: 0 solid #000000;
}
.index .f11 .f11Box form .larItem .radio .radioItem input:checked::before {
  content: '';
  position: absolute;
  width: 0.75vw;
  height: 0.75vw;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: solid 1px transparent;
  background: #000000;
}
.index .f11 .f11Box form .larItem .radio .radioItem label {
  font-size: 1vw;
  position: relative;
  top: -2px;
  cursor: pointer;
  color: #000000;
}
.index .f11 .f11Box form .itemW {
  width: 100%;
}
.index .f11 .f11Box form .itemW input {
  margin-top: 0;
}
.index .f11 .f11Box form .item:nth-child(2n) {
  margin-right: 0;
}
.index .f11 .f11Box .submit {
  width: 11vw;
  height: 3.5vw;
  color: #ffffff;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
  background: url('../images/2025img9.png') center no-repeat;
  background-size: contain !important;
  text-align: center;
  line-height: 2.5vw;
  border-radius: 3vw;
  letter-spacing: 0.2vw;
  cursor: pointer;
  margin: 0 auto;
}
.index .f11 .f11Box .f9Img {
  width: 100%;
  position: absolute;
  left: 0;
  pointer-events: none;
}
.index .f12 {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, .5);
  overflow: hidden;
  z-index: 9;
  display: none;
}
.index .f12 .titBox {
  padding-bottom: 2vw;
  border-bottom: 1px dashed #142c3f;
}
.index .f12 .titBox .en{
  color: #ffffff;
  opacity: 0.4;
}
.index .f12 .titBox .cn {
  color: #142c3f;
}
.index .f12 .des {
  color: #000000;
  font-size: 1vw;
  text-align: center;
  line-height: 1.7;
  font-family: SourceHanSansCN-Bold;
  margin-top: 3vw;
}
.index .f12 .f12Box {
  width: 65vw;
  position: fixed;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: white;
  border-radius: 1vw;
  padding: 3vw 5vw;
  display: inline-block;
}
.index .f12 .f12Box form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .f12 .f12Box form .item {
  width: 23vw;
  margin-bottom: 1.5vw;
}
.index .f12 .f12Box form .item .name {
  color: #000000;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
  padding-left: 1vw;
}
.index .f12 .f12Box form .item .name::before {
  content: '';
  position: absolute;
  width: 0.5vw;
  height: 0.5vw;
  background: #000000;
  border-radius: 50%;
  margin-top: 0.4vw;
  margin-left: -1vw;
}
.index .f12 .f12Box form .item input {
  width: 100%;
  margin-top: 0.8vw;
  background: #E6E6E6;
  border: transparent;
  outline: none;
  padding: 0.5vw 1vw;
  font-size: 0.9vw;
  border-radius: 0.5vw;
  font-family: SourceHanSansCN-Bold;
}
.index .f12 .f12Box form .item textarea {
  width: 100% !important;
  height: 9.8vw !important;
  background: #E6E6E6;
  padding: 1vw;
  margin-top: 1vw;
  color: #333333;
  border: transparent;
  font-family: SourceHanSansCN-Bold;
  font-size: 0.85vw;
  outline: none;
  border-radius: 0.5vw;
}
.index .f12 .f12Box form .larItem {
  width: 100%;
}
.index .f12 .f12Box form .item:nth-child(2n) {
  margin-right: 0;
}
.index .f12 .f12Box .submit {
  width: 11vw;
  height: 3.5vw;
  color: #ffffff;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
  background: url('../images/2025img9.png') center no-repeat;
  background-size: contain !important;
  text-align: center;
  line-height: 2.5vw;
  border-radius: 3vw;
  letter-spacing: 0.2vw;
  cursor: pointer;
  margin: 0 auto 2vw auto;
}
.index .f12 .f12Box .f9Img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.index .f13Info {
  width: 88vw;
  position: absolute;
  right: 0;
  margin-top: -65vw;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
}
.index .f13 {
  width: 74vw;
  margin: 6vw auto;
  background: rgba(196, 220, 242, .75);
  border-radius: 1vw;
  padding: 2vw 5vw 4vw 5vw;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.index .f13 .titBox {
  padding-bottom: 2vw;
  border-bottom: 1px dashed #142c3f;
}
.index .f13 .titBox .en{
  color: #ffffff;
  opacity: 0.4;
}
.index .f13 .titBox .cn {
  color: #142c3f;
}
.index .f13 .f13Box {
  width: 100%;
  background: white;
  border-radius: 1vw;
  overflow: hidden;
  margin: 3vw 0 0 0;
  padding: 2vw 2vw 5vw 2vw;
  position: relative;
}
.index .f13 .f13Box .tabBox {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.index .f13 .f13Box .tabBox .tab {
  width: 9vw;
  height: 2.5vw;
  color: #657f9d;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
  background: transparent;
  text-align: center;
  line-height: 2.2vw;
  border-radius: 3vw;
  letter-spacing: 0.2vw;
  cursor: pointer;
  margin: 0 4.5vw;
  display: inline-block;
  border: 2px solid #657f9d;
}
.index .f13 .f13Box .tabBox .active {
  color: #10283c;
  background: url('../images/2025img10.png') center no-repeat;
  background-size: cover !important;
  border: 3px solid transparent;
}
.index .f13 .f13Box .awardBox {
  width: 100%;
  height: 24vw;
  margin-top: 2vw;
  position: relative;
  z-index: 2;
}
.index .f13 .f13Box .awardBox .con1Swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1vw;
}
.index .f13 .f13Box .awardBox .con1Swiper .swiper-slide .item {
  width: 19vw;
  height: 11vw;
  margin-bottom: 1vw;
  border: 2px solid #d4e8fc;
}
.index .f13 .f13Box .awardBox .con1Swiper .swiper-slide .item .imgBox {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}
.index .f13 .f13Box .awardBox .con1Swiper .swiper-slide .item .imgBox .play {
  width: 3vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.index .f13 .f13Box .awardBox .con1Swiper .swiper-pagination-bullet-active {
  background: #004D4C;
}
.index .f13 .f13Box .awardBox .con2Swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1vw;
  display: none;
}
.index .f13 .f13Box .awardBox .con2Swiper .swiper-slide .item {
  width: 19vw;
  height: 11vw;
  margin-bottom: 1vw;
  border: 2px solid #d4e8fc;
  cursor: pointer;
  overflow: hidden;
}
.index .f13 .f13Box .awardBox .con2Swiper .swiper-slide .item .img {
  width: 100%;
  overflow: hidden;
}
.index .f13 .f13Box .awardBox .con2Swiper .swiper-pagination-bullet-active {
  background: #004D4C;
}
.index .f13 .f13Box .awardBox .con3 {
  width: 100%;
  height: 23vw;
  display: none;
}
.index .f13 .f13Box .awardBox .con3 #videos {
  width: 100%;
  height: 24vw;
}
.index .f13 .f13Box .f13Img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.index .f14 {
  width: 74vw;
  margin: 6vw auto;
  background: rgba(196, 220, 242, .75);
  border-radius: 1vw;
  padding: 2vw 5vw 4vw 5vw;
  position: relative;
  overflow: hidden;
}
.index .f14 .titBox .cn {
  color: #2c4153;
  margin-top: 0;
}
.index .f14 .f14Box {
  width: 100%;
  background: white;
  border-radius: 1vw;
  overflow: hidden;
  margin: 2vw 0 0 0;
  padding: 5vw 0;
  position: relative;
}
.index .f14 .f14Box .itemBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.index .f14 .f14Box .itemBox .item {
  width: 10.5vw;
  height: 10vw;
  /*display: inline-block;*/
  /*float: left;*/
  cursor: pointer;
}
.index .f14 .f14Box .itemBox2 .item{
  width: 10vw;
}
.index .f14 .f14Box .itemBox2 .item:nth-child(1){
  width: 12vw;
}
/*.index .f14 .f14Box .itemBox .item:nth-child(-n + 5) {*/
/*  width: 12vw;*/
/*}*/
.index .f14 .f14Box .itemBox .item .img {
  width: 5vw;
  height: 5vw;
  background-size: cover !important;
  border-radius: 50%;
  margin: 0 auto 0.5vw auto;
  border: 1px solid gainsboro;
}
.index .f14 .f14Box .itemBox .item .name {
  text-align: center;
  font-size: 0.9vw;
}
.index .f14 .f14Box .itemBox .item .des {
  text-align: center;
  font-size: 0.78vw;
}
.index .f14 .f14Box .itemBox .item:nth-child(5n) {
  margin-right: 0;
}
.index .f14 .f14Box .text {
  text-align: center;
  color: #000000;
  font-size: 1vw;
  font-family: SourceHanSansCN-Bold;
}
.index .f14 .f14Box .f14Img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
footer {
  width: 100%;
  padding: 2vw 0 4vw 0;
}
footer .titBox .cn {
  color: #1a1a1a;
}
footer .des {
  text-align: center;
  color: #1a1a1a;
  font-size: 1vw;
  line-height: 2;
  margin: 3vw 0;
}
footer .qrcodeBox {
  width: 100%;
  display: inline-block;
  text-align: center;
}
footer .qrcodeBox .qrcode {
  width: 8vw;
  color: #1a1a1a;
  font-size: 0.9vw;
  display: inline-block;
  margin: 0 2.5vw;
}
footer .qrcodeBox .qrcode img {
  margin: 0 auto 0.5vw auto;
}
footer .info {
  color: #1a1a1a;
  font-size: 0.9vw;
  text-align: center;
  margin-top: 3vw;
}
.signBox {
  width: 50%;
  height: auto;
  position: absolute;
  left: 25%;
  top: 30%;
  margin-left: 0;
  -webkit-transform: translateY(-30%);
  border-radius: 10px;
  overflow: hidden;
  border: 0.5vw solid #d4e8fc;
}
.signBox video {
  width: 100%;
  object-fit: cover !important;
}
.signBox .closeBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  font-size: 2vw;
  color: white;
  -webkit-transition: all 0.5s;
}
.mengban {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
  z-index: 9;
}
.mengban .media {
  width: 50vw;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0 0.2vw 1vw 0.2vw #9ec7bd;
  transition: 0.3s all;
  padding: 3vw 3vw 6vw 3vw;
}
.mengban .media .close {
  color: #006955;
  font-size: 2vw;
  position: absolute;
  right: 1vw;
  top: 1vw;
  cursor: pointer;
}
.mengban .media .tit {
  text-align: center;
  font-family: SourceHanSansCN-Bold;
  font-size: 1vw;
  margin: 0 auto 3vw auto;
}
.mengban .media .tit .img {
  width: 5vw;
  height: 5vw;
  background-size: cover !important;
  margin: 0 auto 0.5vw auto;
}
.mengban .media .des {
  padding: 0 5vw;
  font-size: 0.9vw;
  line-height: 2;
  text-align: justify;
}
.mengban .media .infoImg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mengban.active {
  opacity: 1;
  pointer-events: all;
}
.qianyan {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
  z-index: 9;
}
.qianyan .qianyanBox {
  width: 64vw;
  height: 90vh;
  overflow-y: scroll;
  background: white;
  position: absolute;
  left: 18vw;
  top: 2vw;
  border-radius: 1vw;
  box-shadow: 0 0.2vw 1vw 0.2vw #9ec7bd;
  transition: 0.3s all;
  padding: 3vw 5vw 0 5vw;
}
.qianyan .qianyanBox .close {
  color: #006955;
  font-size: 2vw;
  position: fixed;
  right: 19vw;
  top: 3vw;
  cursor: pointer;
}
.qianyan .qianyanBox .f2Text {
  width: 100%;
  padding: 0 0 5vw 0;
  font-size: 1vw;
  line-height: 1.7;
}
.qianyan .qianyanBox .f2Text .t {
  font-family: SourceHanSansCN-Bold;
}
.qianyan .qianyanBox .f2Text .tt {
  font-family: SourceHanSansCN-Bold;
  margin-top: 1vw;
}
.qianyan .qianyanBox .f2Text .des {
  margin-top: 1vw;
}
.qianyan .qianyanBox .colseMore {
  width: 6vw;
  position: absolute;
  right: 6vw;
  margin-top: -5vw;
  cursor: pointer;
}
.qianyan .qianyanBox .infoImg {
  width: 100%;
  position: absolute;
  left: 0;
}
.qianyan .qianyanBox::-webkit-scrollbar-thumb {
  background-color: #182f42;
}
.qianyan.active {
  opacity: 1;
  pointer-events: all;
}
.zhanghuBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
  z-index: 9;
}
.zhanghuBox .zhanghu {
  width: 30vw;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0 0.2vw 1vw 0.2vw #c4dcf2;
  transition: 0.3s all;
  padding: 3vw;
}
.zhanghuBox .zhanghu .close {
  color: #182f42;
  font-size: 2vw;
  position: absolute;
  right: 1vw;
  top: 1vw;
  cursor: pointer;
}
.zhanghuBox .zhanghu .des {
  font-size: 1vw;
  line-height: 2;
  text-align: justify;
}
.zhanghuBox.active {
  opacity: 1;
  pointer-events: all;
}
.tjModalBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.3s all ease-in-out;
  z-index: 9;
  display: none;
}
.tjModalBox .tjModal {
  width: 30vw;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0 0.2vw 1vw 0.2vw #c4dcf2;
  transition: 0.3s all;
  padding: 3vw;
  text-align: center;
}
.tjModalBox .tjModal .close {
  color: #142c3f;
  font-size: 2vw;
  position: absolute;
  right: 1vw;
  top: 1vw;
  cursor: pointer;
}
.tjModalBox .tjModal .tit {
  font-size: 1.2vw;
  font-family: SourceHanSansCN-Regular;
}
.tjModalBox .tjModal .btn {
  font-size: 1vw;
  line-height: 2;
  margin-top: 1vw;
  display: inline-block;
  text-align: center;
  border: 1px solid #142c3f;
  color: #142c3f;
  padding: 0 1vw;
}
.CRMModalBox {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.3s all ease-in-out;
  z-index: 9;
  display: none;
}
.CRMModalBox .tjModal {
  width: 30vw;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0 0.2vw 1vw 0.2vw #9ec7bd;
  transition: 0.3s all;
  padding: 3vw;
  text-align: center;
}
.CRMModalBox .tjModal .close {
  color: #006955;
  font-size: 2vw;
  position: absolute;
  right: 1vw;
  top: 1vw;
  cursor: pointer;
}
.CRMModalBox .tjModal .tit {
  font-size: 1.2vw;
  line-height: 2;
  font-family: SourceHanSansCN-Regular;
}
.infos{
  text-align: center;
  font-size: .8vw;
}
.csvbCRM{
  cursor: pointer;
}
.cityModal{
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  background: rgba(0,0,0,.5);
  z-index: 99;
  display: none;
}
.cityModal .cityModalTit{
  width: 10vw;
  margin: 0 auto 5vw auto;
}
.cityModalBoxinfo{
  position: absolute;
  width: 90%;
  height: 50px;
  background-color: #d1e3ef;
  border-radius: 33px;
  z-index: 1;
  left: 5%;
  margin-top: -25px;
}
.cityModalBox{
  width: 80%;
  margin: 0 auto;
  background: white;
  position: relative;
  z-index: 2;
}
.cityM{
  width: 80%;
  height: auto;
  background: #b9d3ea;
  position: relative;
  padding-top: 3vw;
  margin: 3vw auto;
  border-radius: 1vw;
  padding-bottom: 7vw;
  display: none;
}
.cityActive{
  display: block;
}
.cityHead{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 3vw 4vw;
}
.cityHead .tBox .tit{
  width: 12vw;
}
.cityHead .tBox .tit span{
  font-size: 1.5vw;
  position: relative;
  font-weight: bold;
}
.cityHead .tBox .d{
  font-size: 1.2vw;
  color: #132c40;
  font-family: 'SourceHanSansCN-Bold';
  margin-left: 3vw;
  margin-top: 1vw;
}
.cityHead .tBox .d span{
  font-size: 1.8vw;
}
.cityHead .tBox .trip{
  font-size: 1vw;
  color: #000000;
  margin-left: 3vw;
}
.cityHead .numB{
  display: flex;
  font-family: 'DinBlod';
  font-size: 4vw;
  margin-top: 2vw;
  font-weight: bold;
}
.cityHead .numB .item{
  margin: 1vw .8vw;
  cursor: pointer;
  font-family: 'DinBlod';
  color: #b8d4ec;
}
.cityHead .numB .item.active{
  color: #132c40;
}
.cityItem{
  width: 100%;
  height: auto;
  border-radius: 1vw;
  /*border: 2px solid #004d4c;*/
  padding: 2vw 4vw;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  column-count: 2;
}
.cityItem .item{
  /*width: 45%;*/
  text-align: center;
  break-inside: avoid;
  /*margin-right: 10%;*/
  margin-bottom: 3vw;
}
.cityItem .item:nth-child(2n) {
  margin-right: 0;
}
.cityItem .item .t{
  width: 22vw;
  background: url('../images/2025img6.png') center no-repeat;
  background-size: contain !important;
  color: #132c40;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 1.2vw;
  padding: .7vw 0;
  border-radius: 3vw;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}
.cityItem .item .des{
  color: #000000;
  font-size: 1vw;
  margin-top: 1vw;
}
.cityItem .item .des p{
  margin-top: .5vw;
}
.country .cityItem{
  padding: 4vw 2vw 4vw 4vw;
}
.infoImg{
  width: 100%;
}
.infoImg img{
  margin: 0 auto;
}
.packUp{
  width: 4vw;
  position: relative;
  float: right;
  margin-top: 2vw;
  margin-right: 2vw;
  cursor: pointer;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .titBox .en {
    font-size: 34px;
    color: #dfecf8;
  }
  .titBox .cn {
    font-size: 24px;
    margin-top: -6vw;
    padding-bottom: 4vw;
  }
  .index .f1 {
    width: 70%;
    margin: 5vw auto 10vw auto;
  }
  .index .f1Info{
    width: 30vw;
    position: absolute;
    right: 5vw;
    margin-top: -15vw;
  }
  .index .f2 {
    width: 97%;
    margin: 12vw auto 0 auto;
  }
  .index .f2 .titBox {
    padding-bottom: 2vw;
    border-bottom: 1px dashed black;
  }
  .index .f2 .f2Box {
    margin-top: 7vw;
    padding: 4vw 4vw 10vw 4vw;
  }
  .index .f2 .f2Box .f2Text {
    margin-top: 0;
    font-size: 14px;
  }
  .index .f2 .f2Img {
    width: 100%;
  }
  .index .f2 .f2Box .more {
    width: 13vw;
    bottom: 10vw;
  }
  .qianyan .qianyanBox {
    width: 90%;
    height: 97vh;
    left: 5%;
  }
  .qianyan .qianyanBox .close {
    font-size: 18px;
    right: 8vw;
  }
  .qianyan .qianyanBox .f2Text {
    font-size: 14px;
    padding: 0 0 15vw 0;
  }
  .qianyan .qianyanBox .colseMore {
    width: 13vw;
    margin-top: -10vw;
  }
  .index .f3 {
    width: 97%;
    margin: 12vw auto;
  }
  .index .f3 .f3Box {
    margin-top: 3vw;
    display: block;
    padding-top: 0;
  }
  .index .f3 .f3Box .item {
    width: 55vw;
    height: 25vw;
    margin: 0 auto;
  }
  .index .f3 .f3Box .item .icon {
    width: 21vw;
    margin-top: 1vw;
  }
  .index .f3 .f3Box .item .text {
    padding: 0;
  }
  .index .f3 .f3Box .item .text .t {
    font-size: 20px;
  }
  .index .f3 .f3Box .item .text .ck {
    width: 22vw;
    margin-top: 2vw;
  }
  .index .f3 .f3Box .item:nth-child(2) .icon {
    width: 23vw;
    margin-top: 2vw;
  }
  .index .f4 {
    width: 97%;
    margin: 12vw auto;
  }
  .index .f4 .f4Box {
    margin-top: 7vw;
  }
  .index .f4 .f4Box .f4Img {
    width: 100%;
  }
  .index .f5 {
    width: 97%;
    margin: 12vw auto;
  }
  .index .f5 .f5Box {
    display: inline-block;
    margin-top: 7vw;
  }
  .index .f5 .f5Box .item {
    width: 42vw;
    height: 33vw;
    display: inline-block;
    float: left;
    margin-right: 3vw;
    margin-bottom: 3vw;
    padding: 2vw;
  }
  .index .f5 .f5Box .item:nth-child(2n) {
    margin-right: 0;
  }
  .index .f5 .f5Box .item .t {
    font-size: 14px;
  }
  .index .f5 .f5Box .item .iconImg {
    width: 20vw;
  }
  .index .f6 {
    width: 97%;
    margin: 12vw auto;
    padding: 2vw 0 4vw 0;
  }
  .index .f6 .titBox{
    margin: 0 5vw;
  }
  .index .f6 .f6Text {
    margin: 2vw 5vw 0 5vw;
  }
  .index .f6 .f6Text .t {
    width: auto;
    font-size: 16px;
    margin: 3vw 0;
    padding: 1vw 5vw;
    border-radius: 5vw;
  }
  .index .f6 .f6Text .d {
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansCN-Regular;
  }
  .index .f6 .f6Text .d p {

  }
  .index .f6 .f6FourGroups {
    margin: 6vw 0;
    padding: 0;
  }
  .index .f6 .f6FourGroups .t {
    width: 40vw;
    height: 7.5vw;
    line-height: 7.5vw;
    border-radius: 5vw;
    font-size: 14px;
  }
  .index .f6 .f6FourGroups .f6FourGroupsBox {
    margin: 5vw 0;
  }
  .index .f6 .f6FourGroups .f6FourGroupsBox .item {
    width: 90%;
    height: 23vw;
    margin-left: 5vw;
    border-radius: 12vw 1vw 1vw 12vw;
  }
  .index .f6 .f6FourGroups .f6FourGroupsBox .item .icon {
    width: 25vw;
    left: -4vw;
    position: absolute;
  }
  .index .f6 .f6FourGroups .f6FourGroupsBox .item:nth-child(3) .icon {
    /*width: 17vw;*/
  }
  .index .f6 .f6FourGroups .f6FourGroupsBox .item .tit {
    width: 30vw;
    font-size: 11px;
    border-right: 1px solid #000000;
    margin-left: 23vw;
  }
  .index .f6 .f6FourGroups .f6FourGroupsBox .item .tit span{
    font-size: 14px;
  }
  .index .f6 .f6FourGroups .f6FourGroupsBox .item .des {
    width: 47vw;
    font-size: 12px;
    line-height: 1.7;
  }
  .index .f6 .f6FourGroups .f6FourGroupsBox .item .infoImg {
    width: 19vw;
  }
  .index .f6 .f6awardsList .titBox {
    text-align: center;
    border-bottom: transparent;
  }
  .index .f6 .f6awardsList .f6awardsListBox {
    display: block;
    padding-bottom: 5vw;
  }
  .index .f6 .f6awardsList .f6awardsListBox .itemBox{
    margin: 0;
  }
  .index .f6 .f6awardsList .f6awardsListBox .itemBox:nth-child(2){
    margin: 0;
  }
  .index .f6 .f6awardsList .f6d{
    font-size: 12px;
    bottom: 25px;
  }
  .index .f6 .f6awardsList .f6awardsListBox .itemBox .item {
    margin-top: 0;
    text-align: center;
    margin-bottom: 5vw;
  }
  .index .f6 .f6awardsList .f6awardsListBox .itemBox .item .t {
    font-size: 18px;
    padding: 1.5vw 5vw;
  }
  .index .f6 .f6awardsList .f6awardsListBox .itemBox .item .des {
    font-size: 14px;
    margin-top: 2vw;
  }
  .index .f6 .f6awardsList .f6awardsListBox .itemBox .iconImg {
    display: none;
  }
  .index .f6 .f6awardsList .f6awardsListBox .icon18 {
    width: 50vw;
    top: -7vw;
    right: -26vw;
  }
  .index .f6 .f6awardsList .f6awardsListBox .icon19 {
    width: 37vw;
    margin-top: 70vw;
    left: 0;
  }
  .index .f6 .f6awardsList .f6awardsListBox .icon20 {
    width: 75vw;
    bottom: 20vw;
    left: -39vw;
  }
  .index .f7 {
    width: 97%;
    margin: 12vw auto;
  }
  .index .f7 .f7Box {
    margin-top: 7vw;
  }
  .index .f8 {
    width: 97%;
    margin: 12vw auto;
  }
  .index .f8 .f8Box {
    margin-top: 7vw;
  }
  .index .f8 .f8Box .t {
    width: 40vw;
    height: 7.5vw;
    line-height: 7.5vw;
    border-radius: 5vw;
    font-size: 14px;
  }
  .index .f8 .f8Box .f8BoxItem .item {
    width: 39vw;
    margin-bottom: 4vw;
  }
  .index .f8 .f8Box .f8BoxItem .item .imgBox {
    height: 50vw;
  }
  .index .f8 .f8Box .f8BoxItem .item:nth-child(2n) {
    margin-right: 0;
  }
  .index .f8 .f8Box .f8BoxItem2 .item:nth-child(5n){
    margin-right: 2vw;
  }
  .index .f8 .f8Box .f8BoxItem2 .item:last-child{
    margin-right: 0;
  }
  .index .f8 .f8Box .f8BoxItem .item .text .name {
    font-size: 16px;
  }
  .index .f8 .f8Box .f8BoxItem .item .text .d {
    font-size: 14px;
    padding: 0 2vw;
  }
  .index .f9 {
    width: 97%;
    margin: 12vw auto;
  }
  .index .f9 .f9Box {
    margin-top: 7vw;
    display: block;
    padding: 5vw;
  }
  .index .f9 .f9Box .left {
    width: 100%;
  }
  .index .f9 .f9Box .left .item {
    margin-bottom: 5vw;
  }
  .index .f9 .f9Box .left .item .num {
    font-size: 14px;
    padding: 0.5vw 5vw;
  }
  .index .f9 .f9Box .left .item .it .shouzhi{
    width: 25px;
    right: -9vw;
    margin-top: -4.2vw;
  }
  .index .f9 .f9Box .left .item .it .shoushi {
    width: 16px;
    position: absolute;
    right: -5.5vw;
    margin-top: -4vw;
  }
  .index .f9 .f9Box .left .item .d {
    font-size: 14px;
    margin-left: 10px;
  }
  .index .f9 .f9Box .left .item .des {
    font-size: 14px;
    margin-top: 3vw;
  }
  .index .f9 .f9Box .left .item .des span img {
    width: 4vw;
    right: -4vw;
    margin-top: -3vw;
  }
  .index .f9 .f9Box .right {
    width: 100%;
  }
  .index .f9 .f9Box .right .item {
    margin-bottom: 5vw;
  }
  .index .f9 .f9Box .right .item .name {
    font-size: 14px;
    padding-left: 3vw;
  }
  .index .f9 .f9Box .right .item .name::before {
    width: 1.2vw;
    height: 1.2vw;
    margin-top: 1.7vw;
    margin-left: -2.5vw;
  }
  .index .f9 .f9Box .left .item .it{
    background: transparent;
  }
  .index .f9 .f9Box .right .item input {
    font-size: 14px;
    padding: 2vw 3vw;
    margin-top: 1vw;
  }
  .index .f9 .f9Box .right .submit {
    width: 30vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 14px;
    float: inherit;
    margin: 0 auto 3vw auto;
  }
  .index .f9 .f9Box .left .item .d font img {
    width: 4vw;
    right: -0.8vw;
    margin-top: -2.5vw;
  }
  .closeX{
    right: 3vw;
  }
  .closeX svg{
    width: 5vw;
  }
  .index .f10 {
    width: 100%;
  }
  .index .f10 .f10Box {
    width: 90vw;
    padding: 10vw 5vw;
  }
  .index .f10 .f10Box .item {
    width: 100%;
    margin-bottom: 5vw;
  }
  .index .f10 .f10Box .item .name {
    font-size: 14px;
    padding-left: 3vw;
  }
  .index .f10 .f10Box .item .name::before {
    width: 1.2vw;
    height: 1.2vw;
    margin-top: 1.7vw;
    margin-left: -2.5vw;
  }
  .index .f10 .f10Box .item input {
    font-size: 14px;
    padding: 2vw 3vw;
    margin-top: 1vw;
  }
  .index .f10 .f10Box .submit {
    width: 35vw;
    height: 10vw;
    line-height: 8vw;
    font-size: 14px;
    float: inherit;
    margin: 0 auto 3vw auto;
    display: grid;
  }
  .index .f11 {
    width: 100%;
  }
  .index .f11 .f11Box {
    width: 90vw;
    height: 90vh;
    padding: 10vw 5vw;
  }
  .index .f11 .f11Box form .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .index .f11 .f11Box form .item .name {
    font-size: 14px;
    padding-left: 3vw;
  }
  .index .f11 .f11Box form .item .name::before {
    width: 1.2vw;
    height: 1.2vw;
    margin-top: 1.7vw;
    margin-left: -2.5vw;
  }
  .index .f11 .f11Box form .item input {
    font-size: 14px;
    padding: 2vw 3vw;
    margin-top: 1vw;
  }
  .index .f11 .f11Box form .larItem .radio .radioItem label {
    font-size: 14px;
    margin-left: 1vw;
    top: 0;
  }
  .index .f11 .f11Box form .larItem .radio {
    display: inline-block;
    margin-top: 3vw;
  }
  .index .f11 .f11Box form .larItem .radio .radioItem {
    width: 25vw;
    display: inline-block;
    float: left;
  }
  .index .f11 .f11Box form .larItem .radio .radioItem input:checked::before {
    width: 2.4vw;
    height: 2.4vw;
    top: -1px;
  }
  .index .f11 .f11Box form .larItem .radio .radioItem input {
    width: 2.8vw;
    height: 2.8vw;
  }
  .index .f11 .f11Box form .larItem .radio .radioItem input:checked {
    width: 2.8vw;
    height: 2.8vw;
  }
  .index .f11 .f11Box form .item.itemW {
    margin-top: -5vw;
  }
  .index .f11 .f11Box form .item textarea {
    height: 30vw !important;
    font-size: 14px;
    padding: 3vw;
  }
  .index .f11 .f11Box form .item:last-child {
    margin-bottom: 0;
  }
  .index .f11 .f11Box .submit {
    width: 35vw;
    height: 10vw;
    line-height: 8vw;
    font-size: 14px;
    float: inherit;
    margin: 2vw auto 3vw auto;
    display: grid;
  }
  .index .f12 {
    width: 100%;
  }
  .index .f12 .des {
    margin-top: 7vw;
    font-size: 14px;
    text-align: justify;
  }
  .index .f12 .f12Box {
    width: 90vw;
    padding: 10vw 5vw;
  }
  .index .f12 .f12Box form .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .index .f12 .f12Box form .item .name {
    font-size: 14px;
    padding-left: 3vw;
  }
  .index .f12 .f12Box form .item .name::before {
    width: 1.2vw;
    height: 1.2vw;
    margin-top: 1.7vw;
    margin-left: -2.5vw;
  }
  .index .f12 .f12Box form .item input {
    font-size: 14px;
    padding: 2vw 3vw;
    margin-top: 1vw;
  }
  .index .f12 .f12Box form .item textarea {
    height: 30vw !important;
    font-size: 14px;
    padding: 3vw;
  }
  .index .f12 .f12Box form .item:last-child {
    margin-bottom: 0;
  }
  .index .f12 .f12Box .submit {
    width: 35vw;
    height: 10vw;
    line-height: 8vw;
    font-size: 14px;
    float: inherit;
    margin: 2vw auto 3vw auto;
    display: grid;
  }
  .index .f13 {
    width: 97%;
    margin: 12vw auto;
  }
  .index .f13 .f13Box {
    margin-top: 7vw;
  }
  .index .f13 .f13Box .tabBox .tab {
    font-size: 14px;
    margin: 0 1.5vw;
    width: 23vw;
    height: 7vw;
    line-height: 6.5vw;
    border-radius: 5vw;
    border: 2px solid #00574F;
  }
  .index .f13 .f13Box .tabBox .active {
    border: 2px solid transparent;
  }
  .index .f13 .f13Box .awardBox {
    margin-top: 5vw;
    height: auto;
  }
  .index .f13 .f13Box .awardBox .con1Swiper .swiper-slide .item {
    width: 40vw;
    height: 23vw;
  }
  .index .f13 .f13Box .awardBox .con1Swiper .swiper-slide .item .imgBox .play {
    width: 10vw;
  }
  .signBox {
    width: 90%;
    left: 5%;
    border: 3px solid #d4e8fc;
  }
  .signBox .closeBtn {
    font-size: 26px;
    right: -5px;
    top: -10px;
  }
  .index .f13 .f13Box .awardBox .con2Swiper .swiper-slide .item {
    width: 40vw;
    height: 23vw;
  }
  .index .f13 .f13Box .awardBox .con3 {
    height: auto;
  }
  .index .f13 .f13Box .awardBox .con3 #videos {
    height: 50vw;
  }
  .index .f14 {
    width: 97%;
    margin: 12vw auto;
    padding: 5vw ;
  }
  .index .f14 .f14Box {
    padding: 42vw 5vw 10vw 5vw;
  }
  .index .f14 .f14Box .itemBox .item {
    width: 35vw;
    height: auto;
    margin-right: 5vw;
    margin-bottom: 5vw;
  }
  .index .f14 .f14Box .itemBox .item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .index .f14 .f14Box .itemBox .item:nth-child(4) {
    margin-right: 5vw !important;
  }
  .index .f14 .f14Box .itemBox .item .img {
    width: 18vw;
    height: 18vw;
    margin: 0 auto 3vw auto;
  }
  .index .f14 .f14Box .itemBox .item .name {
    font-size: 14px;
  }
  .index .f14 .f14Box .itemBox .item:nth-child(-n + 5){
    width: 35vw;
  }
  .index .f14 .f14Box .itemBox .item:nth-child(6) {
    margin-right: 5vw !important;
  }
  .index .f14 .f14Box .itemBox .item:nth-child(7) {
    margin-right: 0 !important;
  }
  .index .f14 .f14Box .itemBox .item:nth-child(8) {
    margin-right: 5vw !important;
  }
  .index .f14 .f14Box .itemBox .item:nth-child(9) {
    margin-right: 0 !important;
  }
  .index .f14 .f14Box .itemBox .item:nth-child(10) {
    margin-right: 5vw !important;
  }
  .index .f14 .f14Box .itemBox .item:nth-child(11) {
    margin-right: 0 !important;
  }
  .index .f14 .f14Box .itemBox .item:nth-child(3){
    width: 100%;
    position: absolute;
    left: 0;
    top: 5vw;
  }
  .index .f14 .f14Box .text {
    font-size: 14px;
  }
  footer .des {
    font-size: 14px;
  }
  footer .qrcodeBox .qrcode {
    width: 28vw;
    font-size: 14px;
  }
  footer .info {
    font-size: 12px;
  }
  .mengban .media {
    width: 90%;
  }
  .mengban .media .close {
    font-size: 26px;
  }
  .mengban .media .tit .img {
    width: 15vw;
    height: 15vw;
  }
  .mengban .media .tit {
    font-size: 16px;
  }
  .mengban .media .des {
    font-size: 14px;
  }
  .zhanghuBox .zhanghu {
    width: 80%;
    padding: 5vw;
  }
  .zhanghuBox .zhanghu .close {
    font-size: 16px;
  }
  .zhanghuBox .zhanghu .des {
    font-size: 14px;
  }
  .tjModalBox .tjModal {
    width: 80%;
    padding: 5vw;
  }
  .tjModalBox .tjModal .close {
    font-size: 18px;
  }
  .tjModalBox .tjModal .tit {
    font-size: 16px;
  }
  .tjModalBox .tjModal .btn {
    font-size: 14px;
    margin-top: 3vw;
  }
  .CRMModalBox .tjModal {
    width: 80%;
    padding: 5vw;
  }
  .CRMModalBox .tjModal .close {
    font-size: 18px;
  }
  .CRMModalBox .tjModal .tit {
    font-size: 16px;
  }
  .index .f13 .f13Box .awardBox .con2Swiper {
    padding-bottom: 7vw;
  }
  header {
    padding: 3vw 5vw;
  }
  header .logo {
    width: 50vw;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header nav ul li ul {
    padding: 3vw;
    margin-left: -3vw;
    z-index: 9;
  }
  header nav ul li ul.active {
    opacity: 1 !important;
    pointer-events: all;
    transform: translateY(1vw);
  }
  header nav ul li:hover ul {
    opacity: 0;
  }
  header nav ul li ul li {
    padding: 1vw 0;
  }
  header nav ul li ul li a {
    font-size: 14px;
  }
  .infos{
    font-size: 12px;
    margin-bottom: 1vw;
  }
  .cityModal .cityModalTit{
    width: 30vw;
    margin: 0 auto 10vw auto;
  }
  .cityM{
    padding-top: 10vw;
  }
  .cityM{
    width: 90%;
    padding-bottom: 12vw;
  }
  .cityHead .tBox .tit{
    width: 20vw;
  }
  .cityModalBoxinfo{
    height: 20px;
    margin-top: -10px;
  }
  .cityHead .tBox .d span{
    font-size: 18px;
  }
  .cityHead .tBox .d{
    font-size: 14px;
  }
  .cityHead .tBox .trip{
    font-size: 12px;
  }
  .cityHead .numB{
    font-size: 26px;
  }
  .cityHead .numB .item{
    margin: 3vw 1.8vw;
  }
  .cityHead .numB .item::before{
    width: 1px;
    height: 8vw;
    margin-left: 6.5vw;
  }
  .cityItem{
    margin-top: 5vw;
    padding: 5vw;
    column-count: 1;
  }
  .cityItem .item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .cityItem .item .t{
    width: 100%;
    font-size: 16px;
    padding: 1vw 5vw;
    border-radius: 5vw;
  }
  .cityItem .item .des{
    font-size: 14px;
  }
  .packUp{
    width: 15vw;
  }
  .cityItem .item .des p{
    margin-top: 3vw;
  }
  .index .f91{
    width: 95%;
    margin: 0 auto;
  }
  .index .f91 .f91Box{
    display: block;
  }
  .index .f91 .f91Box .item{
    width: 55vw;
    height: 25vw;
    margin: 0 auto;
  }
  .index .f91 .f91Box .item:nth-child(3){
    width: 55vw;
    height: 25vw;
    background: url(../images/2025img11.png) center no-repeat;
    background-size: contain !important;
  }
  .index .f91 .f91Box .item .text .t{
    font-size: 20px;
  }
  .index .f91 .f91Box .item .text .ck{
    width: 22vw;
    margin: 1.5vw auto 0 auto;
  }
  .index .f2 .f2Box .f2Text .tt{
    margin-left: -2vw;
  }
  .index .f14 .f14Box .itemBox .item .des{
    font-size: 12px;
  }
  /*.index .f14 .f14Box .itemBox2 .item:nth-child(3){*/
  /*   position: relative;*/
  /*  left: inherit;*/
  /*  top: inherit;*/
  /*}*/
}
