.logobox a {
  display: block;
}
.logobox a img {
  image-rendering: initial;
  width: 40vw;
}
.documsel {
  font-size: 3.4667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: var(--themeColor);
  padding-left: 2vw;
  display: none;
  cursor: pointer;
}
.documsel i {
  margin-left: 2.2667vw;
  color: inherit;
  font-size: 3vw;
}
.mobileNavBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  padding-top: 12vw;
  width: 100%;
  height: 100%;
  display: none;
}
.mobileNavBox .NavMask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.mobileNavBox .NavContent {
  position: absolute;
  right: 0;
  top: 12vw;
  height: 100%;
  background: #Fff;
  z-index: 98;
  width: 40vw;
  overflow: auto;
}
.mobileNavBox .hnav_item {
  width: 100%;
  border-bottom: solid 1px #eaeaea;
}
.mobileNavBox .hnav_item .mnav_head {
  width: 100%;
  min-height: 11vw;
}
.mobileNavBox .hnav_item .mnav_head.isOpen .icon {
  transform: rotate(180deg);
}
.mobileNavBox .hnav_item .mnav_head .icon {
  transition: all 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 3vw;
  min-height: 11vw;
  color: #2e3534;
}
.mobileNavBox .hnav_item .mnav_head .icon i {
  color: inherit;
  font-size: 3vw;
}
.mobileNavBox .nav_a {
  width: 100%;
  min-height: 11vw;
  position: relative;
  padding-left: 3vw;
  display: flex;
  align-items: center;
  font-size: 3.2vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #252b3a;
}
.mobileNavBox .nav_a:hover {
  color: var(--themeColor);
}
.mobileNavBox .nav_a.isActive {
  background: var(--themeColor);
  color: #fff;
}
.mobileNavBox .nav_a.isActive + .icon {
  background: var(--themeColor);
  color: #fff;
}
.mobileNavBox .nav_child_outer {
  width: 100%;
  display: none;
}
.mobileNavBox .nav_child_outer .hnav_val {
  margin-top: 1.5vw;
  white-space: nowrap;
  font-size: 3vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #575d6c;
  cursor: pointer;
  display: block;
  padding: 2vw 2.6667vw;
  padding-left: 4vw;
}
.mobileNavBox .nav_child_outer .hnav_val:hover,
.mobileNavBox .nav_child_outer .hnav_val.isActive {
  background: var(--themeColor);
  color: #fff;
}
.head_outer {
  width: 100%;
  height: 12vw;
  padding: 0 3.2vw 0 3.8667vw;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 0px 1.7333vw 0px rgba(1, 1, 1, 0.08);
}
.head_outer .navsbox,
.head_outer .searchbox,
.head_outer .themebg {
  display: none !important;
}
.head_outer .head_left {
  height: 100%;
}
.head_outer .head_right .searchbox {
  display: none;
}
.head_outer .head_right .searchbox .searcharea {
  width: 200.0064px;
  height: 32.0064px;
  border: 0.9984px solid #e7e9e8;
  border-radius: 3.9936px;
  position: relative;
}
.head_outer .head_right .searchbox input {
  width: 100%;
  height: 100%;
  padding: 0 36px 0 13.9968px;
  font-size: 12.9984px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #cdcdcd;
}
.head_outer .head_right .searchbox input::placeholder {
  font-size: 12.9984px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #cdcdcd;
}
.head_outer .head_right .searchbox .icon {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 36px;
  height: 100%;
  cursor: pointer;
}
.head_outer .head_right .searchbox .icon:hover i {
  color: var(--themeColor);
}
.head_outer .head_right .searchbox .icon i {
  color: #cdcdcd;
  font-size: 13.9968px;
}
.head_outer .head_right .hsreachicon {
  margin-right: 4vw;
}
.head_outer .head_right .hsreachicon i {
  font-size: 4.2vw;
  color: #7B7B7B;
}
.head_outer .head_right .headbtn {
  cursor: pointer;
  width: 16.1333vw;
  height: 6.9333vw;
  background: #ffffff;
  font-size: 3.4667vw;
  font-weight: 400;
  text-align: center;
  color: var(--themeColor);
  border-radius: 0.9333vw;
  border: 1px solid #4073FA;
}
.head_outer .head_right .showicon {
  margin-left: 4.6667vw;
}
.head_outer .head_right .showicon i {
  color: var(--themeColor);
  font-size: 5vw;
}
.head_ouSreach {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
  height: 12vw;
  background: #fff;
}
.head_ouSreach .ouSreachBox {
  width: 100%;
  height: 100%;
  padding: 0 0 0 2.4vw;
}
.head_ouSreach .ouSreachBox input {
  width: 65vw;
  height: 7.6vw;
  background: #e9e9e9;
  border-radius: 0.9333vw;
  padding: 0 2.2667vw;
  margin-right: 2.6667vw;
}
.head_ouSreach .ouSreachBox input,
.head_ouSreach .ouSreachBox input::placeholder {
  font-size: 3.4667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #999999;
}
.head_ouSreach .ouSreachBox .searchbtn {
  width: 14.6667vw;
  height: 7.6vw;
  background: #4073FA;
  border-radius: 0.9333vw;
  font-size: 3.4667vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.head_ouSreach .ouSreachBox .searchbtn.isclose {
  background: none;
  color: var(--themeColor);
}
.themebg {
  font-size: 3.4667vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #fff !important;
  background: linear-gradient(90deg, #4073FA 0%, #63A7FF 100%);
  border: none;
}
.home_banner {
  width: 100%;
  background-image: url(../img/search.jpg);
}
.search_banner {
  width: 100%;
  height: 101.4667vw;
  background-image: url(../img/search.jpg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.search_cover {
  position: relative;
  z-index: 3;
  margin-top: 6vw;
}
.search_videoarea,
.search_documarea {
  padding: 1.8667vw;
  background: #ffffff;
  border-radius: 1.7333vw;
  box-shadow: 0px 0px 3.2vw 0px rgba(1, 1, 1, 0.08);
}
.search_documarea {
  padding: 3vw;
}
.search_template {
  width: 100%;
  padding-top: 17.7333vw;
}
.search_template .title {
  font-size: 6.1333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 550;
  text-align: center;
  color: #252b3a;
  margin-bottom: 7.3333vw;
}
.search_template .title span {
  display: inline-block;
}
.search_template .searchInputBox {
  width: 100%;
  height: 10.1333vw;
  border-radius: 1.0667vw;
  transition: all 0.3s;
  border: solid 1px rgba(255, 255, 255, 0);
}
.search_template .searchInputBox.isFoucs {
  border: solid 1px var(--themeColor);
}
.search_template .type_select {
  width: 25.8667vw;
  height: 100%;
  position: relative;
  border-radius: 1.0667vw 0 0 1.0667vw;
  background: #ffffff;
}
.search_template .type_select .selectval {
  height: 100%;
  width: 100%;
  padding: 0 2.1333vw 0 2.8vw;
  cursor: pointer;
  position: relative;
}
.search_template .type_select .selectval::after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 7.8667vw;
  background: #e7e7e7;
  right: 0;
}
.search_template .type_select .selectval .value {
  font-size: 2.9333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.search_template .type_select .selectval i {
  color: #888D97;
  font-size: 3.2vw;
}
.search_template .type_select .alert_select {
  display: none;
  z-index: 10;
  position: absolute;
  left: 0;
  width: 100%;
  top: 105%;
  background: #ffffff;
  border-radius: 1.0667vw;
  box-shadow: 0px 0px 1.3333vw 0px rgba(1, 1, 1, 0.08);
  padding: 0.6667vw;
  overflow: hidden;
}
.search_template .type_select .alert_select .alert_item {
  cursor: pointer;
  width: 100%;
  font-size: 2.9333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #252b3a;
  height: 6.6667vw;
  border-radius: 0.5333vw;
  padding-left: 1.6vw;
}
.search_template .type_select .alert_select .alert_item.isActive {
  background: #4073FA;
  color: #fff;
}
.search_template .type_input {
  background: #ffffff;
  height: 100%;
  position: relative;
}
.search_template .type_input input {
  width: 100%;
  padding: 0 2.1333vw;
  font-size: 2.9333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #252b3a;
  height: 100%;
}
.search_template .type_input input::placeholder {
  font-size: 2.9333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  color: #838892;
}
.search_template .type_input .clear {
  display: none;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  right: 2.4vw;
}
.search_template .type_input .clear i {
  color: #838892;
  font-size: 4vw;
}
.search_template .searicon {
  width: 9.8667vw;
  height: 100%;
  cursor: pointer;
  background: #4073FA;
  border-radius: 0 1.0667vw 1.0667vw 0;
}
.search_template .searicon i {
  color: #fff;
  font-size: 5.3333vw;
}
.search_template .fankui_txt {
  width: 100%;
  font-size: 3.2vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #545b69;
  margin-top: 2.4vw;
}
.search_template .fankui_txt a {
  color: var(--themeColor);
}
.search_template .hot_font {
  font-size: 3.2vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #545b69;
  margin-top: 2.4vw;
}
.search_template .hot_font span {
  cursor: pointer;
  display: inline-block;
  margin-left: 4vw;
}
.search_template .hot_font span:hover {
  color: var(--themeColor);
}
.home_area1 {
  margin-top: 10.6667vw;
  padding-bottom: 12vw;
}
.home_area1 .documbox {
  width: 100%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 1.7333vw;
  padding: 6.6667vw 5.3333vw 3.2vw 5.3333vw;
  margin-bottom: 6.6667vw;
  cursor: pointer;
}
.home_area1 .documbox .tit {
  font-size: 5.0667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 550;
  text-align: left;
  color: #252b3a;
  margin-bottom: 2.6667vw;
}
.home_area1 .documbox .dcontentbox {
  width: 100%;
}
.home_area1 .documbox .dcontentbox .documItem {
  width: 100%;
  min-height: 13.7333vw;
  border-bottom: solid 1px #E2E2E2;
}
.home_area1 .documbox .dcontentbox .documItem:last-of-type {
  border: none;
}
.home_area1 .documbox .dcontentbox .documItem .value {
  font-size: 3.7333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.home_area1 .documbox .dcontentbox .documItem .value .frie {
  margin-right: 1.2vw;
}
.home_area1 .documbox .dcontentbox .documItem .value .frie img {
  width: 3.6vw;
}
.home_area1 .helpdom {
  width: 100%;
}
.home_area1 .helpdom .helpItem {
  padding-top: 6.5333vw;
  width: 29.6vw;
  min-height: 31.3333vw;
  background: #ffffff;
  border-radius: 1.0667vw;
  cursor: pointer;
  flex-direction: column;
  font-size: 4.5333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.home_area1 .helpdom .helpItem .icon {
  margin-bottom: 4vw;
}
.home_area1 .helpdom .helpItem .icon img {
  width: 8.5333vw;
}
.deficon i {
  color: #848484;
  font-size: 3.2vw;
}
.home_tit {
  font-size: 6.1333vw;
  text-align: center;
  margin-bottom: 6.6667vw;
}
.ho_a2_item {
  width: 100%;
  background: #ffffff;
  border-radius: 2vw;
  box-shadow: 0px 0px 3.2vw 0px rgba(1, 1, 1, 0.06);
}
.home_area2 {
  padding-bottom: 16.4vw;
}
.home_area2 .ho_a2_box {
  width: 100%;
  display: block !important;
}
.home_area2 .ho_a2_box .ho_a2_item {
  margin-bottom: 6.6667vw;
}
.home_area2 .ho_a2_box .ho_a2_item:last-of-type {
  margin-bottom: 0;
}
.home_area2 .ho_a2_box .ho_a2_item .a2_ithead {
  width: 100%;
  padding: 6.6667vw 0 0 7.3333vw;
}
.home_area2 .ho_a2_box .ho_a2_item .a2_ithead .icon {
  margin-right: 2.6667vw;
}
.home_area2 .ho_a2_box .ho_a2_item .a2_ithead .icon img {
  width: 5.0667vw;
}
.home_area2 .ho_a2_box .ho_a2_item .a2_ithead .info .tit {
  font-size: 5.0667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.home_area2 .ho_a2_box .ho_a2_item .a2_ithead .info .txt {
  font-size: 3.4667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #8b9099;
  margin: 2.6667vw 0 2.9333vw 0;
  transform: translateX(-7.7333vw);
}
.home_area2 .ho_a2_box .ho_a2_item .a2_itmore {
  width: 100%;
  padding: 0 7.3333vw;
  cursor: pointer;
  font-size: 3.7333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #4073FA;
  height: 14vw;
  justify-content: space-between !important;
}
.home_area2 .ho_a2_box .ho_a2_item .a2_itmore i {
  color: inherit;
  font-size: 3.2vw;
}
.home_area2 .defmorebtn {
  display: none !important;
}
.a2_itline {
  width: 100%;
  padding-bottom: 6.8vw;
  padding: 0 7.3333vw;
}
.a2_itline:last-of-type {
  margin-bottom: 0;
}
.a2_itline .lintxt {
  border-bottom: solid 0.2667vw #E7E7E7;
  height: 13.6vw;
}
.a2_itline .lintxt .livalue {
  font-size: 4vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.defmorebtn {
  width: 35.7333vw;
  height: 10.8vw;
  background: linear-gradient(90deg, #4073FA 0%, #63A7FF 100%);
  border-radius: 0.9333vw;
  cursor: pointer;
}
.defmorebtn.autostyl1 {
  margin: 7.8667vw auto 0 auto;
}
.defmorebtn span {
  font-size: 4vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}
.defmorebtn i {
  margin-left: 6vw;
  color: #fff;
  font-size: 4vw;
}
.disnone {
  display: none !important;
}
.home_area3 {
  background-image: url(../../img/mobile/homebg-2.jpg);
}
.home_area3 .InnerBox {
  padding: 14.6667vw 0;
}
.ho_a3_box {
  width: 100%;
  display: block !important;
}
.ho_a3_box .ho_a3_item {
  width: 100%;
}
.ho_a3_box .ho_a3_item .a3imgbox {
  width: 100%;
  height: 45vw;
  overflow: hidden;
  border-radius: 2vw;
}
.ho_a3_box .ho_a3_item .a3imgbox img {
  width: 100%;
  height: 100%;
}
.ho_a3_box .ho_a3_item .a3info {
  width: 100%;
  font-size: 4vw;
  padding: 4vw 3vw;
  color: #141414;
}
.ho_a3_box .ho_a2_item {
  width: 100%;
  min-height: 74.4vw;
  margin-bottom: 4.9333vw;
}
.ho_a3_box .ho_a2_item:last-of-type {
  margin-bottom: 0;
}
.ho_a3_box .ho_a2_item .a2_itline .lintxt:last-of-type {
  border-bottom: none;
}
.ho_a3_box .a3_ithead {
  width: 100%;
  padding: 6.6667vw 0 0 6.6667vw;
  margin-bottom: 4vw;
}
.ho_a3_box .a3_ithead .icon {
  margin-right: 2.9333vw;
}
.ho_a3_box .a3_ithead .icon img {
  width: 6vw;
}
.ho_a3_box .a3_ithead .tit {
  font-size: 5.0667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.home_area4 .InnerBox {
  padding: 16vw 0;
}
.home_area4 .ho_a4_box {
  width: 100%;
  display: block !important;
}
.home_area4 .ho_a4_box .ho_a4_item {
  display: block;
  width: 100%;
  height: 43.7333vw;
  background: #e7ecf6;
  border-radius: 2vw;
  overflow: hidden;
  position: relative;
  margin-bottom: 4.9333vw;
}
.home_area4 .ho_a4_box .ho_a4_item:last-of-type {
  margin-bottom: 0;
}
.home_area4 .ho_a4_box .ho_a4_item > img {
  width: 100%;
  height: 100%;
}
.home_area4 .ho_a4_box .ho_a4_item .ho_a4_info {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 6.6667vw;
  z-index: 3;
  left: 0;
  top: 0;
}
.home_area4 .ho_a4_box .ho_a4_item .ho_a4_info .title {
  max-width: 56vw;
  font-size: 5.0667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.home_area4 .ho_a4_box .ho_a4_item .ho_a4_info .playbox {
  position: absolute;
  bottom: 6vw;
  left: 6.6667vw;
  border-radius: 100%;
  width: 10.1333vw;
  height: 10.1333vw;
  background: #ffffff;
  cursor: pointer;
  color: #525967;
}
.home_area4 .ho_a4_box .ho_a4_item .ho_a4_info .playbox:hover {
  background: var(--themeColor);
  color: #fff;
}
.home_area4 .ho_a4_box .ho_a4_item .ho_a4_info .playbox i {
  margin-left: 0.5333vw;
  color: inherit;
  font-size: 4.5vw;
}
.foot_area1 {
  padding: 8vw 3.4667vw 12vw 3.4667vw !important;
  background: #EEF1F7;
}
.foot_area1 .InnerBox {
  height: 100%;
  display: block !important;
}
.foot_area1 .fo_a1_left {
  display: block !important;
}
.foot_area1 .fo_a1_left .icon img {
  width: 15.6vw;
}
.foot_area1 .fo_a1_left .fo_a1_linfo .tit {
  font-size: 4.8vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 550;
  text-align: left;
  color: #252b3a;
  margin: 1.3333vw 0 4.6667vw 0;
}
.foot_area1 .fo_a1_left .fo_a1_linfo .txt {
  width: 100%;
  font-size: 3.4667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #686c75;
  line-height: 5.8667vw;
}
.foot_area1 .fo_a1_right {
  margin-top: 5.3333vw;
  width: 100%;
  height: 35.2vw;
  background: #ffffff;
  border-radius: 1.8667vw;
  padding: 0 7.2vw;
}
.foot_area1 .fo_a1_right .ewmbox {
  margin-right: 8.4vw;
}
.foot_area1 .fo_a1_right .ewmbox img {
  width: 25.3333vw;
  height: 25.3333vw;
}
.foot_area1 .fo_a1_right .ewminfo .tit {
  font-size: 4.1333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
  margin-bottom: 2.4vw;
}
.foot_area1 .fo_a1_right .ewminfo .phone {
  font-size: 4.1333vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #252b3a;
}
.foot_area2 .fo_a2_left {
  margin-right: 124px;
  display: none !important;
}
.foot_area2 .fo_a2_left .logobox {
  margin: 0;
}
.foot_area2 .fo_a2_left .fo_a2_info {
  margin-top: 20px;
}
.foot_area2 .fo_a2_left .fo_a2_info .fo_a2_line {
  margin-bottom: 25px;
}
.foot_area2 .fo_a2_left .fo_a2_info .fo_a2_line .tit {
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #595f6d;
  margin-bottom: 10px;
}
.foot_area2 .fo_a2_left .fo_a2_info .fo_a2_line .txt {
  font-size: 25px;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.foot_area2 .fo_a2_right {
  padding-top: 9vw;
  width: 100%;
  display: block !important;
}
.foot_area2 .fo_a2_right .fo_column {
  width: 100%;
  margin-bottom: 8vw;
}
.foot_area2 .fo_a2_right .fo_column .col_tit {
  font-size: 3.2vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
  margin-bottom: 4vw;
  display: block;
}
.foot_area2 .fo_a2_right .fo_column .column_child {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.foot_area2 .fo_a2_right .fo_column .col_val {
  margin-right: 4vw;
  white-space: nowrap;
  display: block;
  font-size: 3.2vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #595f6d;
  margin-bottom: 1.3333vw;
}
.foot_area3 {
  padding-top: 6.6667vw;
  padding-bottom: 8.6667vw;
}
.foot_area3 .fo_a3_txt {
  text-align: center;
}
.foot_area3 .fo_a3_txt span,
.foot_area3 .fo_a3_txt a {
  font-size: 2.9333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #868F99;
  line-height: 6.4vw;
}
#returnTop {
  display: none;
}
.broadside {
  position: fixed;
  right: 4vw;
  bottom: 26.6667vw;
  z-index: 9;
}
.broadside .broadItem {
  border-radius: 100%;
  position: relative;
  cursor: pointer;
  width: 12.2667vw;
  height: 12.2667vw;
  background: #ffffff;
  box-shadow: 0px 0px 2.4vw 0px rgba(1, 1, 1, 0.06);
  margin-bottom: 3.7333vw;
}
.broadside .broadItem .broadicon {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.broadside .broadItem .broadicon:hover {
  background: var(--themeColor);
}
.broadside .broadItem .broadicon:hover i {
  color: #fff;
}
.broadside .broadItem .broadicon i {
  position: relative;
  z-index: 10;
  color: var(--themeColor);
  font-size: 5vw;
}
.videoSreen {
  display: none !important;
}
.VideoOuter {
  background: #F7F8FA;
}
.VideoOuter .InnerBox {
  padding-bottom: 2vw;
}
.mobile_head_video {
  width: 100%;
  padding: 5.2vw 0 4.1333vw 0;
}
.mobile_head_video .headCoBox {
  padding: 0 5.3333vw;
  width: 100%;
  height: 11.0667vw;
  background: #ffffff;
  border-radius: 1.3333vw;
}
.mobile_head_video .headCoBox .tit {
  font-size: 3.7333vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #2e3534;
}
.mobile_head_video .headCoBox .sreenicon {
  font-size: 3.2vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: var(--themeColor);
}
.mobile_head_video .headCoBox .sreenicon i {
  color: inherit;
  font-size: 3.2vw;
  margin-left: 1.3333vw;
}
.videolist {
  display: block !important;
  min-height: 50vh;
}
.videolist.liststyle .svideoItem {
  width: 100%;
  margin-bottom: 4.2667vw;
  margin-right: 0;
}
.videolist .svideoItem {
  width: 100%;
  display: flex;
  cursor: pointer;
  margin-bottom: 4.2667vw;
  overflow: hidden;
  border-radius: 1.3333vw;
  background: #fff;
}
.videolist .svideoItem .imgbox {
  border-radius: 8px;
  width: 42.4vw;
  min-width: 42.4vw;
  height: 27.3333vw;
  overflow: hidden;
}
.videolist .svideoItem .imgbox img {
  width: 100%;
  height: 100%;
}
.videolist .svideoItem .svideoInfo {
  flex: 1;
  padding: 4.6667vw 2.6667vw 2.6667vw 2.6667vw;
}
.videolist .svideoItem .svideoInfo .title {
  max-width: 40vw;
  font-size: 3.6vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  height: 13.3333vw;
  color: #000;
}
.videolist .svideoItem .svideoInfo .title span {
  color: var(--themeColor);
}
.videolist .svideoItem .svideoInfo .data_info {
  width: 100%;
}
.videolist .svideoItem .svideoInfo .data_info .chapter {
  font-size: 2.8vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #64656d;
}
.videolist .svideoItem .svideoInfo .data_info .people {
  font-size: 2.8vw;
  font-family: Arial, Arial-Regular;
  font-weight: 400;
  text-align: left;
  color: #64656d;
}
.search_documlist {
  width: 100%;
}
.search_documlist .documItem {
  width: 100%;
  border-bottom: solid 1px #E7E9E8;
  padding-bottom: 4vw;
  margin-bottom: 4vw;
  cursor: pointer;
}
.search_documlist .documItem:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.search_documlist .documItem .icon {
  margin-right: 2.6667vw;
  width: 10.6667vw;
  height: 10.6667vw;
  border-radius: 100%;
  background: rgba(253, 113, 0, 0.14);
}
.search_documlist .documItem .icon img {
  width: 4vw;
}
.search_documlist .documItem .documInfo .title {
  max-width: 68vw;
  margin-bottom: 2.6667vw;
  font-size: 3.2vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #252b3a;
}
.search_documlist .documItem .documInfo .title span {
  color: var(--themeColor);
}
.search_documlist .documItem .documInfo .text {
  min-height: 12vw;
  max-width: 68vw;
  font-size: 2.6vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #7f7f7f;
  line-height: 4vw;
}
.nodata {
  padding: 34.1333vw 0;
  width: 100%;
  background: #fff;
  border-radius: 1.7333vw;
  box-shadow: 0px 0px 3.2vw 0px rgba(1, 1, 1, 0.08);
}
.nodata > img {
  width: 53.3333vw;
}
.nodata .txt {
  font-size: 3.4667vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #91a1b7;
  margin-top: 10.6667vw;
}
.mobilePup {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100vh;
  display: none;
}
.mobilePup .pupMask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.mobilePup .mobileSreen {
  border-radius: 2.6667vw 2.6667vw 0 0;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 201;
  width: 100%;
  padding-top: 9.3333vw;
}
.mobilePup .mobileSreen .mos_box {
  width: 100%;
  padding: 0 3vw 9.3333vw 4vw;
}
.mobilePup .mobileSreen .mos_box .tit {
  font-size: 4.2667vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #2e3534;
  margin-bottom: 2.6667vw;
}
.mobilePup .mobileSreen .mos_box .mos_list .mos_item {
  width: 27.7333vw;
  height: 8.2667vw;
  background: #f8f8fa;
  border-radius: 0.8vw;
  margin: 0 2.2667vw 2.5333vw 0;
  font-size: 3.7333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  color: #64656d;
}
.mobilePup .mobileSreen .mos_box .mos_list .mos_item.isActive {
  color: var(--themeColor);
  background: rgba(253, 113, 0, 0.12);
}
.mobilePup .mobileSreen .mos_bottom {
  border-top: solid 1px #E7E9E8;
  width: 100%;
  height: 11.8667vw;
}
.mobilePup .mobileSreen .mos_bottom .clear {
  font-size: 4.2667vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #2e3534;
  width: 34.6667vw;
}
.mobilePup .mobileSreen .mos_bottom .determine {
  flex: 1;
  background: var(--themeColor);
  font-size: 4.2667vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}
.pageContent .el-submenu__title {
  height: 10vw;
  line-height: 10vw;
  margin-bottom: 0.6667vw;
  padding-left: 5.3333vw;
  font-size: 3.7333vw;
}
.pageContent .el-submenu__title span {
  font-size: 3.7333vw;
}
.pageContent .el-submenu__title:hover {
  background: var(--themeColor);
  color: #fff;
}
.pageContent .el-submenu__title:hover i {
  color: #fff;
}
.pageContent .el-submenu .el-menu-item {
  height: 10vw;
  line-height: 10vw;
  font-size: 3.7333vw;
  margin-bottom: 0.6667vw;
  color: #303133;
}
.pageContent .el-submenu .el-menu-item a {
  font-size: inherit;
  color: inherit;
}
.pageContent .el-submenu .el-menu-item.is-active {
  border-radius: 6px;
  background: var(--themeColor);
  color: #fff;
}
.pageContent .sidebarbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding-top: 12vw;
}
.pageContent .sidebarbox .mask {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
}
.pageContent .sidebarbox .sidebar_head {
  display: none !important;
}
.pageContent .sidebarbox .menuBox {
  overflow: auto;
  position: absolute;
  top: 12vw;
  left: 0;
  width: 83.7333vw;
  background: #fff;
  height: 100%;
  padding: 5.3333vw 0 16vw 0;
}
.pageContent .sidebarbox .menuBox .el-menu {
  background: none !important;
  border: none;
  height: 100%;
}
.pageContent .sidebaRight {
  width: 100%;
  padding: 6.6667vw 3.4667vw;
}
.pageContent .sidebarContent {
  width: 100%;
}
.pageContent .sidebarContent .ctitle {
  font-size: 6vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #252b3a;
  margin-bottom: 4.6667vw;
}
.pageContent .sidebarContent .lv2_list {
  justify-content: space-between;
  width: 100%;
}
.pageContent .sidebarContent .lv2_list .lv2_item {
  margin-bottom: 2.6667vw;
  width: 45vw;
  height: 11.4667vw;
  background: #ffffff;
  border: 1px solid #e7e9e8;
  padding: 0 2.9333vw;
  border-radius: 1.2vw;
}
.pageContent .sidebarContent .lv2_list .lv2_item .icon {
  margin-right: 2.1333vw;
}
.pageContent .sidebarContent .lv2_list .lv2_item .icon img {
  width: 4.4vw;
}
.pageContent .sidebarContent .lv2_list .lv2_item .tit {
  font-size: 3.2vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.pageContent .sidebarContent .documArea {
  width: 100%;
  margin-top: 6.6667vw;
  min-height: 50vh;
}
.pageContent .sidebarContent .documArea .documLine {
  height: 12.8vw;
  cursor: pointer;
  border-bottom: solid 1px #E7E9E8;
}
.pageContent .sidebarContent .documArea .documLine:last-of-type {
  border: none;
}
.pageContent .sidebarContent .documArea .documLine:hover .title,
.pageContent .sidebarContent .documArea .documLine:hover .icon i {
  color: var(--themeColor);
}
.pageContent .sidebarContent .documArea .documLine .title {
  max-width: 73.3333vw;
  font-size: 3.7333vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 550;
  text-align: left;
  color: #252b3a;
  transition: all 0.3s;
}
.pageContent .sidebarContent .documArea .documLine .icon i {
  color: #bbbcbc;
  font-size: 3.2vw;
}
.pageContent .sidebarContent .evaluate_area {
  width: 100%;
  margin-top: 6.6667vw;
  border-top: solid 1px #E7E9E8;
}
.pageContent .sidebarContent .evaluate_area .evaluate_operate {
  padding: 6vw 0;
  display: block !important;
}
.pageContent .sidebarContent .evaluate_area .evaluate_operate .ptit {
  font-size: 4vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.pageContent .sidebarContent .evaluate_area .evaluate_operate .operablist {
  margin: 4.6667vw 0;
}
.pageContent .sidebarContent .evaluate_area .evaluate_operate .operabtn {
  color: var(--themeColor);
  width: 25.4667vw;
  height: 8vw;
  border: 1px solid;
  border-radius: 0.9333vw;
  font-size: 3.2vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  margin-right: 2.9333vw;
}
.pageContent .sidebarContent .evaluate_area .evaluate_operate .operabtn.nohelp i {
  transform: rotate(180deg);
}
.pageContent .sidebarContent .evaluate_area .evaluate_operate .operabtn i {
  color: inherit;
  font-size: 3vw;
  margin-right: 1.8667vw;
}
.pageContent .sidebarContent .evaluate_area .evaluate_operate .txt {
  font-size: 3.4667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.pageContent .sidebarContent .evaluate_area .evaluate_operate .txt a {
  color: var(--themeColor);
}
.pageContent .sidebarContent .evaluate_area .zhichi {
  font-size: 3.4667vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
}
.pageContent .sidebarContent .evaluate_area .zhichi a {
  color: var(--themeColor);
}
.submenu_item {
  width: 100%;
  margin-bottom: 1.3333vw;
}
.submenu_item .submenu_head {
  width: 100%;
  height: 10vw;
  color: #252b3a;
  cursor: pointer;
  margin-bottom: 1.3333vw;
}
.submenu_item .submenu_head:hover {
  color: var(--themeColor);
}
.submenu_item .submenu_head .icon {
  padding: 0 2.1333vw;
  color: inherit;
  transition: all 0.3s;
}
.submenu_item .submenu_head .icon.isActive {
  transform: rotate(90deg);
}
.submenu_item .submenu_head .icon i {
  color: inherit;
  font-size: 5vw;
}
.submenu_item .submenu_head .submenu_title {
  font-size: 3.7333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: inherit;
}
.submenu_item .submenu_child {
  width: 100%;
  padding-left: 5.3333vw;
  margin-bottom: 1.3333vw;
  display: none;
}
.searchShow {
  display: none;
  width: 100%;
}
.searchNone {
  width: 100%;
  text-align: center;
  color: #8b8b8b;
  font-size: 3.7333vw;
  height: 7vw;
  line-height: 7vw;
}
.child_item {
  display: block;
  color: #252b3a;
  font-size: 3.7333vw;
  height: 7vw;
  line-height: 7vw;
  cursor: pointer;
  margin-bottom: 1.3333vw;
  padding-left: 4vw;
}
.child_item:last-of-type {
  margin-bottom: 0;
}
.child_item:hover {
  color: var(--themeColor);
}
.child_item.isActive {
  background: var(--themeColor);
  color: #fff !important;
}
.detail_box {
  width: 100%;
}
.detail_box .detail_head {
  padding-bottom: 4vw;
  border-bottom: solid 1px #E7E9E8;
  width: 100%;
  position: relative;
}
.detail_box .detail_head h1 {
  width: 100%;
  font-size: 5.8667vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 400;
  text-align: left;
  color: #252b3a;
  margin-bottom: 3.3333vw;
  display: block;
}
.detail_box .detail_head .bread_box {
  margin-top: 1.3333vw;
  padding-top: 0;
}
.detail_box .detail_head .bread_box .bread_item a {
  font-size: 2.9333vw;
  color: #838892;
}
.detail_box .detail_head .headother .othval {
  margin-right: 4.6667vw;
  font-size: 2.9333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #838892;
}
.detail_box .detail_head .headother .othval i {
  color: inherit;
  font-size: 3.2vw;
  margin-right: 1.2vw;
}
.detail_box .detail_head .headother .breadArea .breaTit {
  display: none;
}
.detail_box .detail_head .ewmBox {
  display: none !important;
}
.detail_box .detail_head .ewmBox .ewm_content {
  display: none !important;
}
.detail_box .detail_content {
  width: 100%;
  font-size: 3.5vw;
  line-height: 5.2vw;
  font-size: 3.2vw;
  color: #303133;
}
.detail_box .detail_content a {
  color: var(--themeColor);
}
.detail_box .detail_content img,
.detail_box .detail_content video {
  max-width: 100%;
  display: block;
}
.detail_box .detail_content span,
.detail_box .detail_content p {
  font-size: 3.5vw;
  line-height: 5.2vw;
}
.detail_box .detail_content h2,
.detail_box .detail_content h2 span {
  font-size: 5vw;
}
.detail_box .detail_content h3 {
  display: flex;
  font-weight: 400;
  font-size: 4vw !important;
  line-height: 5.6vw;
  padding: 5vw 0 3vw 0 !important;
  position: relative;
  margin: 0 !important;
}
.detail_box .detail_content h3 span {
  font-size: 4vw !important;
}
.detail_box .detail_content h3::before {
  display: inline-block;
  background: var(--themeColor);
  border-radius: 0.3vw;
  width: 0.9vw;
  height: 4.5vw;
  content: "";
  margin-right: 1.0667vw;
  margin-top: 0.3vw;
}
.video_container {
  width: 100%;
  display: block !important;
}
.video_container .fanhui {
  width: 100%;
  height: 12.1333vw;
  padding: 0 5.3333vw;
  font-size: 3.7333vw;
  font-family: MicrosoftYaHeiSemibold, MicrosoftYaHeiSemibold-Regular;
  font-weight: 440;
  text-align: left;
  color: #000;
  cursor: pointer;
}
.video_container .fanhui i {
  color: inherit;
  margin-right: 2.4vw;
  font-size: 4vw;
}
.video_container .video_area {
  height: 63.6vw;
  width: 100%;
  position: relative;
}
.video_container .video_area video {
  width: 100%;
  height: 100%;
  background: #0F0F0F;
  object-fit: scale-down;
}
.video_container .video_area .video_mask {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
.video_container .video_area .video_mask .mask_content {
  width: 100%;
  height: 100%;
}
.video_container .video_area .video_mask .mask_content .txt {
  font-size: 4vw;
  font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #dcdfe6;
}
.video_container .video_area .video_mask .mask_content .login_btn {
  cursor: pointer;
  margin-left: 2.6667vw;
  width: 146px;
  height: 7.8667vw;
  font-size: 3.2vw;
  border-radius: 0.6667vw;
}
.video_container .video_directory {
  width: 100%;
}
.video_container .video_directory .direc_head {
  height: 11.7333vw;
  width: 100%;
  border-bottom: solid 1.9968px #E2E2E2;
  font-size: 3.7333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #2E3534;
  margin-bottom: 4vw;
  padding: 0 3.6vw;
}
.video_container .video_directory .direc_head i {
  color: inherit;
  margin-right: 2.1333vw;
  font-size: 3.5vw;
  font-weight: bold;
}
.video_container .video_directory .direc_item {
  padding: 0 3.4667vw;
  width: 100%;
  margin-bottom: 5.3333vw;
}
.video_container .video_directory .direc_item .direc_tit {
  font-size: 3.7333vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 550;
  text-align: left;
  color: #000;
  width: 100%;
  border-bottom: solid 1px #E2E2E2;
  padding-bottom: 3.3333vw;
}
.video_container .video_directory .direc_item .direc_list {
  width: 100%;
  padding: 0 7.3333vw;
}
.video_container .video_directory .direc_item .direc_list .direc_val {
  height: 10.1333vw;
  border-bottom: solid 1px #E2E2E2;
  cursor: pointer;
}
.video_container .video_directory .direc_item .direc_list .direc_val:last-of-type {
  margin-bottom: 0;
}
.video_container .video_directory .direc_item .direc_list .direc_val .direc_left.isActive .title {
  color: var(--themeColor);
}
.video_container .video_directory .direc_item .direc_list .direc_val .direc_left.isActive .icon {
  background: var(--themeColor);
}
.video_container .video_directory .direc_item .direc_list .direc_val .direc_left.isActive .icon i {
  color: #fff;
}
.video_container .video_directory .direc_item .direc_list .direc_val .direc_left .icon {
  width: 4vw;
  height: 4vw;
  border-radius: 100%;
  background: #AFC1CF;
}
.video_container .video_directory .direc_item .direc_list .direc_val .direc_left .icon i {
  color: #fff;
  font-size: 2.5vw;
  margin-left: 0.2vw;
}
.video_container .video_directory .direc_item .direc_list .direc_val .direc_left .label {
  font-size: 3.2vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: var(--themeColor);
  margin: 0 7.008px 0 11.0016px;
}
.video_container .video_directory .direc_item .direc_list .direc_val .direc_left .title {
  margin-left: 0.9333vw;
  max-width: 46.6667vw;
  font-size: 3.2vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #6D6D6D;
}
.video_container .video_directory .direc_item .direc_list .direc_val .direc_time {
  font-size: 3.2vw;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
  text-align: left;
  color: #6D6D6D;
}
.sideSearchBox {
  display: none !important;
}
