/* pre css */
#c_grid .p_gridbox::after {
  content: "";
  clear: left;
  display: block;
}
#c_grid > div > .p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static;
}
#c_grid > div > .p_gridCell {
  float: left;
  position: static;
}
#c_grid > .p_gridbox.signal {
  min-height: inherit;
}
#c_grid > .p_gridbox.signal > .p_gridCell {
  min-height: inherit !important;
}
#c_grid {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #c_grid > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (min-width: 769px) {
  #c_grid > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_grid > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
.lp_nav {
  height: 100px;
  background: #fff;
}
.L_web_Header .L_ph_Pc {
  position: fixed;
  width: 100%;
  left: 0;
  top: 10px;
  z-index: 99;
  transition: all 0.5s;
  background: rgb(255 119 0 / 90%);
}
.on .L_web_Header .L_ph_Pc {
  top: 0px;
}
.L_web_Header .L_ph_Pc:before {
  content: "";
  position: absolute;
  width: 670px;
  background: #fff;
  height: 100px;
  transform: skewX(-25deg);
  left: -10%;
  top: -10px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
  transition: all 0.5s ease;
}
.L_web_Header .L_ph_Box {
  display: flex;
  max-width: 1730px;
  width: 94%;
  align-items: center;
  margin: 0 auto !important;
  justify-content: space-between;
}
.L_web_Header .L_ph_logo {
  width: 261px;
  height: auto;
}
.L_web_Header .L_ph_Left {
  width: calc(100% - 264px);
  display: flex;
  justify-content: flex-end;
}
.L_web_Header ul.p_navBox1 {
  display: flex;
}
.L_web_Header li.p_navItem1 {
  position: relative;
}
.L_web_Header li.p_navItem1 .p_navmore {
  display: block;
  position: relative;
  transition: color 0.5s;
  line-height: 90px;
  font-size: 16px;
  color: #fff;
  padding: 0 2vw;
}
.L_web_Header li.p_navItem1 .p_navmore:before {
  content: "";
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 2px;
  background: var(--li);
  transition: all 0.5s ease;
}
.L_web_Header li.p_navItem1:hover .p_navmore {
  color: #fff;
  background: #ffc650;
}
.L_web_Header li.p_navItem1:hover .p_navmore:before {
  width: 100%;
}
.L_web_Header ul.p_navBox2 {
  border: none;
  background: #fff;
  width: auto;
  left: 50%;
  margin-left: -73px;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  position: absolute;
  min-width: 146px;
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.5s ease, transform 0.5s ease;
  max-height: 0;
  overflow: hidden;
}
.L_web_Header li.p_navItem1:hover ul.p_navBox2 {
  opacity: 1;
  transform: none;
  max-height: 100vh;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.L_web_Header li.p_navItem2 a {
  height: 45px;
  line-height: 45px;
  display: block;
  padding: 0 20px;
  text-align: center;
  color: #333;
  font-size: 14px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
  transition: all 0.3s cubic-bezier(0.86, 0.5, 1, 1);
  white-space: nowrap;
}
.L_web_Header li.p_navItem2 a:hover {
  background: var(--li);
  color: #fff;
}
.L_web_Header .L_ph_mo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.L_web_Header .L_ph_Search {
  width: 144px;
  height: 30px;
  background: #ededed;
  border-radius: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.L_web_Header input#L_ph_search_input {
  width: calc(100% - 40px);
  line-height: 30px;
  border: none;
  background: transparent;
  color: #333;
  padding-left: 20px;
  font-size: 14px;
}
.L_web_Header #L_ph_search_input::-webkit-input-placeholder {
  color: #333;
  letter-spacing: 1px;
}
.L_web_Header #L_ph_search_input:focus-visible {
  outline: none;
}
.L_web_Header .L_ph_Search .search {
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.L_web_Header .L_ph_Search .search svg {
  width: 15px;
  height: 15px;
  margin: 0;
  fill: #333;
}
.L_web_Header .L_ph_Right a {
  color: #be1d2c;
  font-weight: bold;
}
.L_web_Header .L_ph_logo img {
  max-width: 100%;
}
@media only screen and (max-width: 1600px) {
  .L_web_Header li.p_navItem1 .p_navmore {
    font-size: 14px;
    padding: 0 1.5vw;
  }
  .L_web_Header .L_ph_Pc:before {
    content: "";
    position: absolute;
    width: 515px;
  }
}
@media only screen and (min-width: 1291px) {
  .L_web_Header .L_Mo {
    display: none;
  }
  .L_web_Header .L_ph_NavBtn {
    display: none;
  }
}
@media only screen and (max-width: 1290px) {
  .L_web_Header .L_ph_Pc:before {
    display: none;
  }
  .L_web_Header .L_ph_Pc {
    top: 0;
    background: #fff;
  }
  .L_web_Header .L_ph_mo {
    width: 30px;
    height: 70px;
  }
  .lp_nav {
    height: 70px;
  }
  .L_web_Header .L_ph_logo {
    width: 167px;
  }
  .L_web_Header .L_ph_Left {
    display: none;
  }
  .L_web_Header .L_ph_NavBtn {
    display: block !important;
  }
  .L_web_Header .L_ph_NavBtnCon {
    position: relative;
    width: 28px;
    height: 20px;
    display: block !important;
    overflow: hidden;
  }
  .L_web_Header .L_ph_NavBtnCon span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all 0.6s ease;
  }
  .L_web_Header span.L_ph_Line {
    width: 22px;
    top: 50%;
    transform: translateY(-50%);
  }
  .L_web_Header span.L_ph_Line_Bottom {
    bottom: 0;
    top: auto;
  }
  .L_web_Header .L_ph_Active .L_ph_Line_Top {
    transform: rotate(45deg);
    top: 8px;
    transition: all 0.6s ease;
  }
  .L_web_Header .L_ph_Active .L_ph_Line {
    transform: translate(100px, -50%);
    transition: all 0.6s ease;
  }
  .L_web_Header .L_ph_Active .L_ph_Line_Bottom {
    transform: rotate(-45deg);
    bottom: 10px;
    transition: all 0.6s ease;
  }
  .L_web_Header .L_Mo {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 70px;
    left: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 10px;
    transition: all 0.5s ease;
    z-index: 999;
  }
  .L_web_Header .L_Mo.L_Mo_Active {
    left: 0;
  }
  .L_web_Header .L_Mo_YjTit {
    line-height: 56px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 0 0 0 20px;
    font-size: 15px;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .L_web_Header i.L_Mo_EjBtn {
    font-size: 22px;
    color: #222;
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    transform: rotate(0deg);
    transition: all 0.6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .L_web_Header i.L_Mo_EjBtn svg.icon {
    width: 12px;
    height: 12px;
  }
  .L_web_Header i.L_Mo_EjBtn.L_Mo_Rotate {
    transform: rotate(-90deg) !important;
    transition: all 0.6s ease;
  }
  .L_web_Header .L_Mo_EjBox {
    padding: 12px 24px;
    display: none;
    border-bottom: 1px solid #eee;
  }
  .L_web_Header a.L_Mo_EjTit {
    position: relative;
    line-height: 42px;
    font-size: 14px;
    color: #666;
    padding-left: 18px;
    display: block;
  }
  .L_web_Header a.L_Mo_EjTit:before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    background: #ccc;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
  }
}
li.L_Last_box {
  float: left;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  margin-left: 5vw;
}
li.L_Last_box a {
  color: #fff;
  font-size: 30px;
  font-family: Impact;
}
li.L_Last_box:before {
  content: "";
  background-image: url(../img/nav_tel.png);
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  margin-right: 15px;
}
#c_static_001_P_34660-1706257684541 .v30-contact {
  position: fixed;
  right: -180px;
  top: 45%;
  transition: all 1.5s;
  transform: translateY(-50%);
  padding: 50px 0;
  height: auto;
  box-sizing: border-box;
  z-index: 9;
}
#c_static_001_P_34660-1706257684541 .chnav {
  right: 0px !important;
  transition: all 1.5s;
}
#c_static_001_P_34660-1706257684541 .tencent {
  color: #fff;
}
#c_static_001_P_34660-1706257684541 a,
button,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#c_static_001_P_34660-1706257684541 .transition {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#c_static_001_P_34660-1706257684541 .v30-contact-item-block:nth-child(1) {
  top: 50px;
}
#c_static_001_P_34660-1706257684541 .v30-contact-item-block:nth-child(2) {
  top: 128px;
}
#c_static_001_P_34660-1706257684541 .v30-contact-item-block:nth-child(3) {
  top: 206px;
}
#c_static_001_P_34660-1706257684541 .v30-contact-item-block:nth-child(4) {
  top: 284px;
  display: none;
}
#c_static_001_P_34660-1706257684541 .v30-contact-item-block:nth-child(5) {
  top: 284px;
}
#c_static_001_P_34660-1706257684541 .v30-contact-item-block {
  position: absolute;
  right: 0px;
  width: 70px;
  height: 70px;
  border-right: none;
  box-sizing: border-box;
}
#c_static_001_P_34660-1706257684541 .v30-contact-item-in {
  height: 100%;
  display: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#c_static_001_P_34660-1706257684541 .v30-contact-in:before {
  content: "";
  background-color: var(--li);
  position: absolute;
  height: 100%;
  width: 0;
  transition: all 0.8s ease;
}
#c_static_001_P_34660-1706257684541 .v30-contact-item {
  width: 100%;
  height: 100%;
}
#c_static_001_P_34660-1706257684541 .flex-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f70;
}
#c_static_001_P_34660-1706257684541 .img-block img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
#c_static_001_P_34660-1706257684541 .img-block {
  margin: 0 auto;
  display: block;
}
#c_static_001_P_34660-1706257684541 .v30-contact-item-p {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}
#c_static_001_P_34660-1706257684541 .v30-contact .transition {
  transition-duration: 0.8s;
}
#c_static_001_P_34660-1706257684541 .v30-contact-item-in-p {
  color: #fff;
  text-align: center;
  line-height: 68px;
  height: 68px;
  font-size: 14px;
  white-space: nowrap;
}
#c_static_001_P_34660-1706257684541 .cur {
  width: 180px;
  background: var(--li);
}
#c_static_001_P_34660-1706257684541 .cur:before {
  width: 100%;
}
#c_static_001_P_34660-1706257684541 .cur .v30-contact-item {
  display: none;
}
#c_static_001_P_34660-1706257684541 .cur .v30-contact-item-in {
  display: block;
  width: 100%;
}
#c_static_001_P_34660-1706257684541 .v30-contact-qr-show {
  display: none;
  position: absolute;
  z-index: 1;
  border: 1px solid var(--li);
  left: -160px;
  top: -91px;
}
#c_static_001_P_34660-1706257684541 .v30-contact-top {
  cursor: pointer;
  width: 70px;
  height: 70px;
  bottom: 0;
}
@media only screen and (max-width: 1285px) {
  #c_static_001_P_34660-1706257684541 .v30-contact-item-block {
    display: none;
  }
  #c_static_001_P_34660-1706257684541 .v30-contact-top {
    display: block;
  }
  #c_static_001_P_34660-1706257684541 .v30-contact-top {
    cursor: pointer;
    width: 50px;
    height: 50px;
    bottom: 0;
  }
}
#c_static_001_P_34660-1706257684541 .v30-contact-wx1 {
  display: none;
}
@media screen and (min-width: 769px) {
  ul.p_breadcrumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
#c_grid-nav .p_gridbox::after {
  content: "";
  clear: left;
  display: block;
}
#c_grid-nav > div > .p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static;
}
#c_grid-nav > div > .p_gridCell {
  float: left;
  position: static;
}
#c_grid-nav > .p_gridbox.signal {
  min-height: inherit;
}
#c_grid-nav > .p_gridbox.signal > .p_gridCell {
  min-height: inherit !important;
}
#c_grid-nav {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #c_grid-nav > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (min-width: 769px) {
  #c_grid-nav > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_grid-nav > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
#c_static_001-1706516555541 {
  min-height: 300px;
  background-color: rgba(32, 35, 42, 1);
  border-top: 10px solid var(--theme-color);
  background_radio: 2;
  display-radio: 1;
  padding-top: 100px;
  padding-bottom: 56px;
}
#c_static_001-1706516555541 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 1430px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  display-radio: flex;
  background_radio: 1;
}
#c_static_001-1706516555541 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1706516555541 .e_container-1 .cbox-1-0 {
  flex: 0 0 31%;
}
#c_static_001-1706516555541 .e_container-1 .cbox-1-2 {
  flex: 0 0 15%;
}
#c_static_001-1706516555541 .e_bottomNav-2 span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#c_static_001-1706516555541 .e_bottomNav-2 .p_level1Item {
  width: auto;
  padding: 0 15px;
  flex-grow: 1;
}
#c_static_001-1706516555541 .e_bottomNav-2 .p_level3Box {
  display: none;
}
#c_static_001-1706516555541 .e_bottomNav-2 .p_menu1Item {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
  margin-bottom: 20px;
  display-radio: 1;
  color: rgba(255, 255, 255, 1);
}
#c_static_001-1706516555541 .e_bottomNav-2 .p_menu2Item {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  display-radio: 1;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
#c_static_001-1706516555541 .e_bottomNav-2 {
  font_radio: 1;
  display-radio: 1;
}
#c_static_001-1706516555541 .e_container-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
#c_static_001-1706516555541 .e_container-3 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1706516555541 .e_image-4 {
  overflow: hidden;
  max-width: 130px;
  margin-left: auto;
  margin-right: 0px;
  display-radio: 1;
}
#c_static_001-1706516555541 .e_image-4 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_001-1706516555541 .e_text-5 {
  font_radio: 2;
  margin-left: auto;
  margin-right: 0px;
  display-radio: 1;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  max-width: none;
  margin-top: 10px;
}
#c_static_001-1706516555541 .e_image-9 {
  overflow: hidden;
  display-radio: 1;
  max-width: 200px;
  width: auto;
  margin-bottom: 26px;
}
#c_static_001-1706516555541 .e_image-9 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_001-1706516555541 .e_container-1 .cbox-1-1 {
  flex: 0 0 52%;
  margin-left: 1%;
  margin-right: 1%;
}
#c_static_001-1706516555541 .e_container-10 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  max-width: 130px;
  margin-left: auto;
  margin-right: 0px;
}
#c_static_001-1706516555541 .e_container-10 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1706516555541 .e_bottomNav-2 .p_menu2Item:hover {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}
#c_static_001-1706516555541 .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  max-width: 280px;
}
#c_static_001-1706516555541 .e_container-11 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1706516555541 .e_text-13 {
  line-height: 2;
  font_radio: 2;
  display-radio: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  padding-left: 45px;
  background-fill-value: background-image;
  background-image: url(../img/right_tel.png);
  background-repeat: no-repeat;
  background-position: center left;
}
#c_static_001-1706516555541 .e_text-14 {
  line-height: 2;
  font_radio: 2;
  display-radio: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  padding-left: 45px;
  background-fill-value: background-image;
  background-image: url(../img/right_tel.png);
  background-repeat: no-repeat;
  background-position: center left;
  margin-top: 20px;
  margin-bottom: 20px;
}
#c_static_001-1706516555541 .e_text-15 {
  line-height: 2;
  font_radio: 2;
  display-radio: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  padding-left: 45px;
  background-fill-value: background-image;
  background-repeat: no-repeat;
  background-position: center left;
  background-image: url(../img/dd_dingwei.png);
}
#c_static_001-1706516555541 .e_html-16 .L_left_box {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  flex-wrap: wrap;
  max-width: 200px;
  margin-left: auto;
}
#c_static_001-1706516555541 .e_html-16 .L_left_box li {
  margin: 0;
  position: relative;
}
#c_static_001-1706516555541 .e_html-16 .L_left_box li img {
  max-width: 34px;
}
#c_static_001-1706516555541 .e_html-16 .L_left_box li > img {
  position: absolute;
  left: 50%;
  z-index: 9999;
  top: 100%;
  transform: translateX(-50%);
  max-width: 130px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
#c_static_001-1706516555541 .e_html-16 .L_left_box li:hover img {
  max-height: 120px;
}
#c_static_001-1706516555541 .e_html-16 {
  display-radio: 1;
  max-width: 142px;
  min-height: 110px;
  margin-top: 20px;
}
#c_static_001-1706516555541 .e_richText-18 blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
#c_static_001-1706516555541 .e_richText-18 ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#c_static_001-1706516555541 .e_richText-18 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#c_static_001-1706516555541 .e_richText-18 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#c_static_001-1706516555541 .e_richText-18 .index_modalMask__iJ_f_ {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #c_static_001-1706516555541
    .e_richText-18
    .index_modalMask__iJ_f_
    .index_statementPop__40RqU {
    display: block;
    width: 1040px;
    height: auto;
    position: relative;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 60px 30px;
  }
  #c_static_001-1706516555541
    .e_richText-18
    .index_modalMask__iJ_f_
    .index_statementPop__40RqU
    img {
    height: 35px;
    margin: 36px auto 20px;
    display: block;
  }
  #c_static_001-1706516555541
    .e_richText-18
    .index_modalMask__iJ_f_
    .index_statementPop__40RqU
    .index_close__zsrpj {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 900;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #c_static_001-1706516555541
    .e_richText-18
    .index_modalMask__iJ_f_
    .index_statementPop__40RqU
    .index_title__Zhh_H {
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #f8bc40;
  }
  #c_static_001-1706516555541
    .e_richText-18
    .index_modalMask__iJ_f_
    .index_statementPop__40RqU
    .index_contentWrapper__YFmaF {
    margin-top: 20px;
    padding-left: 38px;
    padding-right: 38px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }
  #c_static_001-1706516555541
    .e_richText-18
    .index_modalMask__iJ_f_
    .index_statementPop__40RqU
    .index_contentWrapper__YFmaF
    p {
    text-indent: 30px;
    font-size: 18px;
    color: #000;
    line-height: 1.6;
  }
  #c_static_001-1706516555541
    .e_richText-18
    .index_modalMask__iJ_f_
    .index_statementPop__40RqU
    .index_contentWrapper__YFmaF
    .index_mark__MySAK {
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  #c_static_001-1706516555541
    .e_richText-18
    .index_modalMask__iJ_f_
    .index_statementPop__40RqU {
    width: 83vw;
    background: #fff;
    z-index: 1000;
    position: fixed;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 12.8vw 3.73vw 6.67vw;
    border-radius: 3vw;
  }
  #c_static_001-1706516555541
    .e_richText-18
    .index_modalMask__iJ_f_
    .index_statementPop__40RqU
    img {
    width: 22vw;
    height: auto;
    position: absolute;
    right: 4vw;
    top: 4vw;
  }
  #c_static_001-1706516555541
    .e_richText-18
    .index_modalMask__iJ_f_
    .index_statementPop__40RqU
    .index_title__Zhh_H {
    font-weight: 600;
    font-size: 4.27vw;
    text-align: center;
    color: #c1af88;
  }
  #c_static_001-1706516555541
    .e_richText-18
    .index_modalMask__iJ_f_
    .index_statementPop__40RqU
    .index_close__zsrpj {
    width: 10.65vw;
    height: 10.65vw;
    position: absolute;
    bottom: -15vw;
    left: 36.2vw;
    color: #fff;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7vw;
    transform: rotate(45deg);
    border-radius: 50%;
    cursor: pointer;
  }
  #c_static_001-1706516555541 .e_richText-18 .index_contentWrapper__YFmaF {
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: left;
    color: #000;
    border: 0.13px solid rgba(0, 0, 0, 0);
    padding-top: 5.6vw;
  }
  #c_static_001-1706516555541 .e_richText-18 .index_mark__MySAK {
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: right;
    color: #000;
    padding-top: 12.53vw;
  }
}
@media screen and (max-width: 768px) {
  #c_static_001-1706516555541 .e_container-1 {
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
  }
  #c_static_001-1706516555541 .e_bottomNav-2 .p_menu1Item,
  .e_bottomNav-2 .p_menu2Item {
    display: flex;
    justify-content: space-between;
  }
  #c_static_001-1706516555541 .e_bottomNav-2 .p_level1Box ul {
    display: none;
  }
  #c_static_001-1706516555541 .e_bottomNav-2 .p_jtIcon {
    width: auto;
    height: auto;
    max-width: 20px;
    font-size: inherit;
    transition: 0.5s;
    margin: 0;
  }
  #c_static_001-1706516555541 .e_bottomNav-2 .p_jtIcon.active {
    transform: rotateZ(90deg);
  }
  #c_static_001-1706516555541 .e_bottomNav-2 a {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #c_static_001-1706516555541 .e_bottomNav-2 .p_level1Item {
    padding: 0;
  }
  #c_static_001-1706516555541 .e_bottomNav-2 .p_menu2Item svg {
    opacity: 0.5;
  }
  #c_static_001-1706516555541 .e_bottomNav-2 {
    font_radio: 1;
    margin-top: 10px;
  }
  #c_static_001-1706516555541 .e_container-3 {
    display: none;
  }
  #c_static_001-1706516555541 .e_image-4 {
    display: none;
  }
  #c_static_001-1706516555541 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001-1706516555541 .e_bottomNav-2 .p_level1Box {
    display: flex;
  }
  #c_static_001-1706516555541 .e_bottomNav-2 .p_jtIcon {
    display: none;
  }
}
#c_static_001-17066122977460 {
  min-height: 0px;
  background_radio: 2;
  display-radio: flex;
  background-fill-value: background-color;
  padding-bottom: 50px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(248, 182, 43, 1);
  height: auto;
  padding-top: 50px;
}
#c_static_001-17066122977460 .e_form-1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  background_radio: 1;
  display-radio: 1;
  padding-top: 0px;
  margin-top: 0px;
  width: 94%;
}
#c_static_001-17066122977460 .e_clueName-4 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#c_static_001-17066122977460 .e_textarea-7 .p_required {
  vertical-align: middle;
  font-size: 1.4em;
  line-height: 100%;
  position: relative;
  font-weight: bold;
  top: 0.15em;
  padding-left: 5px;
}
#c_static_001-17066122977460 .e_formBtn-8 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 2;
  radius_radio: 1;
  display-radio: block;
  max-width: 360px;
  width: auto;
  background-color: rgba(82, 122, 191, 1);
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 1);
  margin-bottom: 20px;
  margin-top: 30px;
}
#c_static_001-17066122977460 .e_formBtn-8 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}
#c_static_001-17066122977460 .e_formBtn-8::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
#c_static_001-17066122977460 .e_formBtn-8:hover::after {
  opacity: 1;
}
#c_static_001-17066122977460 .e_clueName-4 .p_input {
  display-radio: 1;
}
#c_static_001-17066122977460 .e_clueName-4 {
  display-radio: 1;
  max-width: none;
}
#c_static_001-17066122977460 .e_clueName-13 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#c_static_001-17066122977460 .e_clueName-13 .p_input {
  display-radio: 1;
}
#c_static_001-17066122977460 .e_clueName-13 {
  display-radio: 1;
}
#c_static_001-17066122977460 .e_formBtn-8:hover {
  background-color: rgba(14, 159, 152, 1);
  font-size: 20px;
  border-style: solid;
  border-color: rgba(14, 159, 152, 1);
}
#c_static_001-17066122977460 .input-group > .form-control {
  max-width: none;
  border: 2px solid #000;
  box-shadow: none;
  height: 42px;
  margin-bottom: 15px;
}
#c_static_001-17066122977460 textarea.form-control {
  min-height: 100px;
  padding: 10px;
  max-width: 100%;
  border-radius: 5px;
  background-color: white;
  color: #333;
  border: 2px solid #000;
  box-shadow: none;
  margin-bottom: 15px;
}
#c_static_001-17066122977460 .e_image-14 {
  overflow: hidden;
  display-radio: 1;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
#c_static_001-17066122977460 .e_image-14 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 769px) {
  #c_static_001-17066122977460 {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_001-1706590775037 {
  background_radio: 2;
  display-radio: 1;
  background-color: rgba(31, 31, 31, 1);
  min-height: 0px;
}
#c_static_001-1706590775037 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
#c_static_001-1706590775037 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1706590775037 .e_provider-2 {
  text-align: center;
  font_radio: 2;
  display-radio: 1;
  font-size: 14px;
  color: rgba(214, 214, 214, 1);
  margin-left: 15px;
  margin-right: 15px;
}
#c_static_001-1706590775037 .e_richText-3 blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
#c_static_001-1706590775037 .e_richText-3 ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#c_static_001-1706590775037 .e_richText-3 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#c_static_001-1706590775037 .e_richText-3 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#c_static_001-1706590775037 .e_richText-3 {
  font_radio: 2;
  display-radio: 1;
  font-size: 14px;
  color: rgba(214, 214, 214, 1);
  line-height: 1.8;
  text-align: left;
}
#c_static_001-1706590775037 .e_richText-4 blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
#c_static_001-1706590775037 .e_richText-4 ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#c_static_001-1706590775037 .e_richText-4 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#c_static_001-1706590775037 .e_richText-4 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#c_static_001-1706590775037 .e_richText-4 {
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  color: rgba(214, 214, 214, 1);
  line-height: 1.8;
  text-align: left;
}
#c_static_001-1706590775037 .e_credible-5 .img1 {
  width: 65px;
  height: 23px;
}
#c_static_001-1706590775037 .e_credible-5 .img2 {
  width: 79px;
  height: 28px;
}
#c_static_001-1706590775037 .e_credible-5 .img3 {
  width: 92px;
  height: 33px;
}
#c_static_001-1706590775037 .e_credible-5 .img4 {
  width: 106px;
  height: 38px;
}
#c_static_001-1706590775037 .e_credible-5 .img5 {
  width: 100%;
  height: auto;
}
#c_static_001-1706590775037 .e_credible-5 {
  display-radio: 1;
  max-width: 80px;
  margin-left: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #c_static_001-1706590775037 .e_richText-4 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: rgba(214, 214, 214, 1);
    line-height: 1.8;
    text-align: center;
  }
  #c_static_001-1706590775037 .e_richText-3 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: rgba(214, 214, 214, 1);
    line-height: 1.8;
    text-align: center;
  }
  #c_static_001-1706590775037 .e_container-1 {
    background_radio: 1;
    display-radio: 1;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #c_static_001-1706590775037 .e_credible-5 {
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001-1706590775037 .e_container-1 > .p_item {
    display: flex;
    align-items: center;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_popbox {
  width: 80%;
  max-width: 1020px;
  position: relative;
  margin: 100px auto 200px auto;
  display: none;
  background_radio: 2;
  display-radio: none;
  background-fill-value: background-color;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}
#c_popbox .pop_wrapper {
  height: inherit;
  position: relative;
  min-height: inherit;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c_popbox .p_container {
  position: relative;
  z-index: 2;
  min-height: inherit;
  width: inherit;
  height: inherit;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c_popbox .p_background {
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -100px;
  left: -calc(50vw - 50%);
  min-height: calc(100% + 200px);
}
#c_popbox .p_background-preview {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  opacity: 0.7;
}
#c_popbox .p_content {
  min-height: inherit;
  width: inherit;
  height: inherit;
  overflow: auto;
}
#c_popbox .p_title {
  padding: 10px;
  overflow: hidden;
}
#c_popbox .p_close {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 10000;
  text-align: right;
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  z-index: 9999;
  margin: -150px auto 0 auto;
}
.fixed .p_background {
  position: fixed !important;
  top: 0 !important;
  right: 0;
  bottom: 0;
  left: 0 !important;
}
#c_popbox .p_close svg.icon {
  width: 30px;
  height: auto;
}
#c_static_001-bot {
  min-height: 0px;
  background_radio: 2;
  display-radio: 1;
  background-fill-value: background-image;
  background-image: url(../img/ly_bg.png);
  height: 667px;
  padding-bottom: 5%;
  display: flex;
  align-items: flex-end;
}
#c_static_001-bot .e_form-1 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  background_radio: 1;
  display-radio: 1;
  padding-top: 0px;
  margin-top: 0px;
  width: 94%;
}
#c_static_001-bot .e_clueName-4 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#c_static_001-bot .e_textarea-7 .p_required {
  vertical-align: middle;
  font-size: 1.4em;
  line-height: 100%;
  position: relative;
  font-weight: bold;
  top: 0.15em;
  padding-left: 5px;
}
#c_static_001-bot .e_formBtn-8 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 2;
  radius_radio: 1;
  display-radio: block;
  max-width: 360px;
  width: auto;
  background-color: rgba(82, 122, 191, 1);
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 1);
  margin-bottom: 20px;
  margin-top: 30px;
}
#c_static_001-bot .e_formBtn-8 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}
#c_static_001-bot .e_formBtn-8::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
#c_static_001-bot .e_formBtn-8:hover::after {
  opacity: 1;
}
#c_static_001-bot .e_container-9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
#c_static_001-bot .e_container-9 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-bot .e_container-9 .cbox-9-0 {
  flex: 0 0 48%;
  margin-right: 4%;
}
#c_static_001-bot .e_container-9 .cbox-9-1 {
  flex: 0 0 48%;
}
#c_static_001-bot .e_clueName-4 .p_input {
  display-radio: 1;
}
#c_static_001-bot .e_clueName-4 {
  display-radio: 1;
}
#c_static_001-bot .e_clueName-10 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#c_static_001-bot .e_clueName-10 .p_input {
  display-radio: 1;
}
#c_static_001-bot .e_clueName-10 {
  display-radio: 1;
}
#c_static_001-bot .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
}
#c_static_001-bot .e_container-11 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-bot .e_container-11 .cbox-11-0 {
  flex: 0 0 48%;
  margin-right: 4%;
}
#c_static_001-bot .e_container-11 .cbox-11-1 {
  flex: 0 0 48%;
}
#c_static_001-bot .e_clueName-12 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#c_static_001-bot .e_clueName-12 .p_input {
  display-radio: 1;
}
#c_static_001-bot .e_clueName-12 {
  display-radio: 1;
}
#c_static_001-bot .e_clueName-13 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#c_static_001-bot .e_clueName-13 .p_input {
  display-radio: 1;
}
#c_static_001-bot .e_clueName-13 {
  display-radio: 1;
}
#c_static_001-bot .e_formBtn-8:hover {
  background-color: rgba(14, 159, 152, 1);
  font-size: 20px;
  border-style: solid;
  border-color: rgba(14, 159, 152, 1);
}
#c_static_001-bot .input-group > .form-control {
  max-width: none;
  border: 2px solid #000;
  box-shadow: none;
  height: 42px;
  margin-bottom: 15px;
}
#c_static_001-bot textarea.form-control {
  min-height: 100px;
  padding: 10px;
  max-width: 100%;
  border-radius: 5px;
  background-color: white;
  color: #333;
  border: 2px solid #000;
  box-shadow: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_banner .e_bannerA-2 .swiper-container {
  height: inherit;
}
#c_banner .e_bannerA-2 .swiper-wrapper {
  height: inherit;
}
#c_banner .e_bannerA-2 .swiper-slide {
  height: inherit;
}
#c_banner .e_bannerA-2 .p_img {
  width: 100%;
  height: 100%;
  background: #000;
}
#c_banner .e_bannerA-2 .p_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c_banner .e_bannerA-2 .custom-bullet {
  background: #ccc;
}
#c_banner .e_bannerA-2 .p_info {
  width: 50%;
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 9;
  display: flex;
  transform: translateX(50%) translateY(-50%);
  align-items: center;
  text-align: center;
}
#c_banner .e_bannerA-2 .p_info div {
  width: 100%;
}
#c_banner .e_bannerA-2 .p_subtitle {
  line-height: 2;
  padding: 5px 0;
}
#c_banner .e_bannerA-2 .swiper-container-vertical {
  height: 400px;
}
#c_banner .e_bannerA-2 .p_video {
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
#c_banner .e_bannerA-2 .p_video .videoContent {
  width: 100%;
  height: 100%;
}
#c_banner .e_bannerA-2 .p_video video {
  width: 100%;
  height: 100%;
  background: #000;
}
#c_banner .e_bannerA-2 .p_videoPoster {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
#c_banner .e_bannerA-2 .p_videoPoster::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url("../img/playVideo.png") no-repeat center center;
}
#c_banner .e_bannerA-2 .p_videoPoster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c_banner .e_bannerA-2 .p_videoInfo {
  display: none;
}
#c_banner .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 20px;
  background: rgba(91, 112, 136, 0.5);
  color: #fff;
  text-align: center;
  line-height: 50px;
}
#c_banner .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  right: 20px;
  background: rgba(91, 112, 136, 0.5);
  color: #fff;
  text-align: center;
  line-height: 38px;
}
#c_banner .swiper-button-prev:after,
#c_banner .swiper-button-next:after {
  font-size: 14px;
}
#c_banner .swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
#c_banner .swiper-pagination span {
  display: inline-block;
  margin-right: 4px;
  width: 45px;
  height: 8px;
  background: #f70;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 0;
}
#c_banner .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #c_banner .e_bannerA-2 .p_info {
    width: 100%;
    z-index: 9;
    text-align: center;
  }
  #c_banner .e_bannerA-2 .p_subtitle {
    display: none;
  }
  #c_banner .e_bannerA-2 .p_summary {
    display: none;
  }
}
#c_static .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
#c_static .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static .e_image-2 {
  overflow: hidden;
  display-radio: 1;
  max-width: 405px;
}
#c_static .e_image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static .e_richText-3 blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
#c_static .e_richText-3 ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#c_static .e_richText-3 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#c_static .e_richText-3 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#c_static .e_richText-3 {
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  color: rgba(102, 102, 102, 1);
  line-height: 1.8;
  text-align: left;
  max-width: 625px;
  margin-top: 5%;
  margin-bottom: 5%;
}
#c_static .e_container-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 2;
  display-radio: flex;
  max-width: 1012px;
}
#c_static .e_container-4 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static .e_loop-6 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}
#c_static .e_loop-6 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
}
#c_static .e_loop-6 .p_page {
  text-align: center;
}
#c_static .e_loop-6 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#c_static .e_loop-6 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#c_static .e_loop-6 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#c_static .e_loop-6 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#c_static .e_loop-6 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}
#c_static .e_loop-6 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#c_static .e_loop-6 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#c_static .e_loop-6 .p_s_option {
}
#c_static .e_loop-6 .multSelect {
  font-size: 13px;
  position: relative;
}
#c_static .e_loop-6 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#c_static .e_loop-6 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#c_static .e_loop-6 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#c_static .e_loop-6 .multSelect ul,
li {
  list-style: none;
}
#c_static .e_loop-6 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#c_static .e_loop-6 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}
#c_static .e_loop-6 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#c_static .e_loop-6 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#c_static .e_loop-6 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#c_static .e_loop-6 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#c_static .e_loop-6 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#c_static .e_loop-6 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#c_static .e_loop-6 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#c_static .e_loop-6 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}
#c_static .e_loop-6 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#c_static .e_loop-6 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#c_static .e_loop-6 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#c_static .e_loop-6 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#c_static .e_loop-6 .p_split {
  margin: 0 5px;
}
#c_static .e_loop-6 .p_normal {
  margin-right: 16px;
}
#c_static .e_loop-6 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static .e_loop-6 .input-check,
#c_static .e_loop-6 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#c_static .e_loop-6 .position-left {
  display: flex;
}
#c_static .e_loop-6 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#c_static .e_loop-6 .position-top {
}
#c_static .e_loop-6 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#c_static .e_loop-6 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static .e_loop-6 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}
#c_static .e_loop-6 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}
#c_static .e_loop-6 .p_active .p_mbutton::before {
  display: block;
}
#c_static .e_loop-6 .p_active .p_mbutton::after {
  display: block;
}
#c_static .e_loop-6 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#c_static .e_loop-6 .p_filter_result {
  display: inline-block;
}
#c_static .e_loop-6 .p_contclear {
  cursor: pointer;
}
#c_static .e_loop-6 .swiper-container {
  padding-bottom: 30px;
}
#c_static .e_loop-6 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#c_static .e_loop-6 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#c_static .e_loop-6 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#c_static .e_loop-6 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#c_static .e_loop-6 .p_filter_result {
  display: none;
}
#c_static .e_loop-6 .p_contclear {
  display: none;
}
#c_static .e_loop-6 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#c_static .e_loop-6 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}
#c_static .e_loop-6 .p_categoryActive {
  color: #409eff;
}
#c_static .e_loop-6 {
  display-radio: 1;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#c_static .e_image-7 {
  overflow: hidden;
  display-radio: 1;
  max-width: 86px;
  margin-left: auto;
  margin-right: auto;
}
#c_static .e_image-7 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static .e_scrollNumber-8 {
  font-size: 36px;
  font_radio: 2;
  display-radio: 1;
  font-family: Impact;
  text-align: center;
  color: rgba(127, 79, 33, 1);
  -webkit-text-stroke: 1px #fff;
  height: auto;
  min-height: 0px;
  max-height: none;
  margin-top: 15px;
}
#c_static .e_text-9 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  color: rgba(79, 69, 55, 1);
  font-size: 16px;
  text-align: center;
}
#c_static .e_scrollNumber-8 .p_plus {
  display-radio: 1;
}
#c_static .e_scrollNumber-8 .p_num {
  display-radio: 1;
}
@media only screen and (max-width: 1320px) and (min-width: 769px) {
  #c_static .e_richText-3 {
    max-width: 560px;
    margin: 2% auto 2% 0;
    width: 48%;
  }
}
#c_static .e_image-10 {
  overflow: hidden;
  display-radio: 1;
  height: 100px;
}
#c_static .e_image-10 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  #c_static {
    background_radio: 2;
    display-radio: 1;
    background-fill-value: background-color;
    padding-top: 50px;
    padding-bottom: 50px;
    background: none !important;
  }
  #c_static .e_image-2 {
    display-radio: 1;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  #c_static .e_image-10 {
    display-radio: 1;
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 0px;
    max-height: none;
    height: auto;
  }
  #c_static .e_richText-3 {
    font_radio: 2;
    display-radio: 1;
    margin-top: 0px;
    margin-bottom: 20px;
    width: auto;
    max-width: none;
    min-width: 0px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 1.8;
    text-align: left;
  }
  #c_static .e_image-7 {
    display: none;
  }
  #c_static .e_scrollNumber-8 {
    font_radio: 2;
    display-radio: 1;
    font-size: 24px;
    color: rgba(127, 79, 33, 1);
    line-height: 1.8;
    text-align: center;
  }
  #c_static .e_text-9 {
    font_radio: 2;
    display-radio: 1;
    font-size: 14px;
    color: rgba(79, 69, 55, 1);
    line-height: 1.8;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #c_static .e_image-10 {
    display: none;
  }
  #c_static {
    min-height: 300px;
    background_radio: 2;
    display-radio: 1;
    background-fill-value: background-image;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: top right;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_001 {
  min-height: 300px;
}
#c_static_001 .e_loop-1 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative; /*解决无缝滚动在循环体多列展示问题  */
  max-width: 100%; /* 解决无缝滚动在循环体多列展示问题 */
}
#c_static_001 .e_loop-1 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
}
#c_static_001 .e_loop-1 .p_page {
  text-align: center;
}
#c_static_001 .e_loop-1 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#c_static_001 .e_loop-1 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#c_static_001 .e_loop-1 .p_filter_key {
  /* min-width:80px;
  */
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#c_static_001 .e_loop-1 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#c_static_001 .e_loop-1 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue; /* border-radius:2px;
  */
}
#c_static_001 .e_loop-1 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#c_static_001 .e_loop-1 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#c_static_001 .e_loop-1 .p_s_option {
}
#c_static_001 .e_loop-1 .multSelect {
  font-size: 13px;
  position: relative;
}
#c_static_001 .e_loop-1 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#c_static_001 .e_loop-1 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#c_static_001 .e_loop-1 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#c_static_001 .e_loop-1 .multSelect ul,
li {
  list-style: none;
}
#c_static_001 .e_loop-1 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#c_static_001 .e_loop-1 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}
#c_static_001 .e_loop-1 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#c_static_001 .e_loop-1 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#c_static_001 .e_loop-1 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#c_static_001 .e_loop-1 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#c_static_001 .e_loop-1 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#c_static_001 .e_loop-1 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#c_static_001 .e_loop-1 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#c_static_001 .e_loop-1 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
} /* #c_static_001 .e_loop-1 .p_filter_close::before {
content: "\2716";
}
*/ /* #c_static_001 .e_loop-1 .p_filter_select {
width: 110px;
height: 24px;
padding: 0;
border: 1px solid #DCDFE6;
}
*/
#c_static_001 .e_loop-1 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#c_static_001 .e_loop-1 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#c_static_001 .e_loop-1 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#c_static_001 .e_loop-1 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#c_static_001 .e_loop-1 .p_split {
  margin: 0 5px;
}
#c_static_001 .e_loop-1 .p_normal {
  margin-right: 16px;
}
#c_static_001 .e_loop-1 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_001 .e_loop-1 .input-check,
#c_static_001 .e_loop-1 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#c_static_001 .e_loop-1 .position-left {
  display: flex;
}
#c_static_001 .e_loop-1 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#c_static_001 .e_loop-1 .position-top {
  /* display:flex;
  */
}
#c_static_001 .e_loop-1 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#c_static_001 .e_loop-1 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_001 .e_loop-1 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}
#c_static_001 .e_loop-1 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}
#c_static_001 .e_loop-1 .p_active .p_mbutton::before {
  display: block;
}
#c_static_001 .e_loop-1 .p_active .p_mbutton::after {
  display: block;
}
#c_static_001 .e_loop-1 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#c_static_001 .e_loop-1 .p_filter_result {
  display: inline-block;
}
#c_static_001 .e_loop-1 .p_contclear {
  cursor: pointer;
}
#c_static_001 .e_loop-1 .swiper-container {
  padding-bottom: 30px;
}
#c_static_001 .e_loop-1 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#c_static_001 .e_loop-1 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#c_static_001 .e_loop-1 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#c_static_001 .e_loop-1 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#c_static_001 .e_loop-1 .p_filter_result {
  display: none;
}
#c_static_001 .e_loop-1 .p_contclear {
  display: none;
}
#c_static_001 .e_loop-1 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#c_static_001 .e_loop-1 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}
#c_static_001 .e_loop-1 .p_categoryActive {
  color: #409eff;
}
#c_static_001 .e_loop-2 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative; /*解决无缝滚动在循环体多列展示问题  */
  max-width: 100%; /* 解决无缝滚动在循环体多列展示问题 */
}
#c_static_001 .e_loop-2 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
}
#c_static_001 .e_loop-2 .p_page {
  text-align: center;
}
#c_static_001 .e_loop-2 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#c_static_001 .e_loop-2 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#c_static_001 .e_loop-2 .p_filter_key {
  /* min-width:80px;
  */
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#c_static_001 .e_loop-2 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#c_static_001 .e_loop-2 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue; /* border-radius:2px;
  */
}
#c_static_001 .e_loop-2 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#c_static_001 .e_loop-2 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#c_static_001 .e_loop-2 .p_s_option {
}
#c_static_001 .e_loop-2 .multSelect {
  font-size: 13px;
  position: relative;
}
#c_static_001 .e_loop-2 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#c_static_001 .e_loop-2 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#c_static_001 .e_loop-2 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#c_static_001 .e_loop-2 .multSelect ul,
li {
  list-style: none;
}
#c_static_001 .e_loop-2 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#c_static_001 .e_loop-2 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}
#c_static_001 .e_loop-2 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#c_static_001 .e_loop-2 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#c_static_001 .e_loop-2 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#c_static_001 .e_loop-2 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#c_static_001 .e_loop-2 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#c_static_001 .e_loop-2 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#c_static_001 .e_loop-2 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#c_static_001 .e_loop-2 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
} /* #c_static_001 .e_loop-2 .p_filter_close::before {
content: "\2716";
}
*/ /* #c_static_001 .e_loop-2 .p_filter_select {
width: 110px;
height: 24px;
padding: 0;
border: 1px solid #DCDFE6;
}
*/
#c_static_001 .e_loop-2 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#c_static_001 .e_loop-2 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#c_static_001 .e_loop-2 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#c_static_001 .e_loop-2 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#c_static_001 .e_loop-2 .p_split {
  margin: 0 5px;
}
#c_static_001 .e_loop-2 .p_normal {
  margin-right: 16px;
}
#c_static_001 .e_loop-2 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_001 .e_loop-2 .input-check,
#c_static_001 .e_loop-2 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#c_static_001 .e_loop-2 .position-left {
  display: flex;
}
#c_static_001 .e_loop-2 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#c_static_001 .e_loop-2 .position-top {
  /* display:flex;
  */
}
#c_static_001 .e_loop-2 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#c_static_001 .e_loop-2 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_001 .e_loop-2 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}
#c_static_001 .e_loop-2 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}
#c_static_001 .e_loop-2 .p_active .p_mbutton::before {
  display: block;
}
#c_static_001 .e_loop-2 .p_active .p_mbutton::after {
  display: block;
}
#c_static_001 .e_loop-2 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#c_static_001 .e_loop-2 .p_filter_result {
  display: inline-block;
}
#c_static_001 .e_loop-2 .p_contclear {
  cursor: pointer;
}
#c_static_001 .e_loop-2 .swiper-container {
  padding-bottom: 30px;
}
#c_static_001 .e_loop-2 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#c_static_001 .e_loop-2 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#c_static_001 .e_loop-2 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#c_static_001 .e_loop-2 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#c_static_001 .e_loop-2 .p_filter_result {
  display: none;
}
#c_static_001 .e_loop-2 .p_contclear {
  display: none;
}
#c_static_001 .e_loop-2 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#c_static_001 .e_loop-2 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}
#c_static_001 .e_loop-2 .p_categoryActive {
  color: #409eff;
}
#c_static_001 .e_richText-3 blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
#c_static_001 .e_richText-3 ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#c_static_001 .e_richText-3 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#c_static_001 .e_richText-3 ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
#c_static_001 .e_container-4 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001 .e_loop-2 {
  display-radio: 1;
  max-width: 1430px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
#c_static_001 .e_container-5 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
#c_static_001 .e_container-5 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001 .e_image-6 {
  overflow: hidden;
  display-radio: 1;
  max-width: none;
  height: 67px;
  width: 67px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#c_static_001 .e_image-6 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
#c_static_001 .e_text-7 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}
#c_static_001 .e_container-4 .ss_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  background: #666666;
  border-radius: 50%;
}
#c_static_001 .e_container-4 .active .ss_title {
  background: #f70 !important;
}
#c_static_001 .e_text-8 a {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #c_static_001 .e_loop-1 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    display: none;
  }
  #c_static_001 .e_loop-2 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
    cursor: pointer;
  }
  #c_static_001 .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.48);
    position: relative !important;
    left: 0;
    bottom: 0;
    height: auto;
    align-items: center;
    padding-top: 0;
    white-space: normal;
    background: #f8b62b;  
  }
  #c_static_001 .e_loop-1 .active {
    display: block;
  }
  #c_static_001 .e_image-6 {
    display: none;
  }
  #c_static_001 .e_loop-2 {
    width: 100%;
  }
  #c_static_001 .e_text-7 {
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #fff;
    border-width: 0 1px 1px 0;
    padding: 5px;
  }
  #c_static_001 .e_loop-2 .p_loopitem.active {
    background: #f70;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001 .e_loop-1 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
    display: none;
  }
  #c_static_001 .e_loop-2 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4);
    cursor: pointer;
  }
  #c_static_001 .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.48);
    position: absolute;
    left: 0;
    bottom: 0;
    height: 250px;
    align-items: center;
  }

  #c_static_001 .e_text-7:after {
    content: "";
    display: block;
    width: 33px;
    height: 2px;
    background: #e2581b;
    margin: 10px auto;
    opacity: 0;
  }
  #c_static_001 .active .e_text-7:after {
    opacity: 1;
  }
  #c_static_001 .active .e_image-6:after {
    opacity: 1;
  }
  body #c_static_001 .e_loop-1 .active {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_002 {
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  background-fill-value: background-image;
  background-image: url(../img/index_jr_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 5%;
  padding-bottom: 5%;
}
#c_static_002 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
#c_static_002 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_002 .e_image-2 {
  overflow: hidden;
  display-radio: 1;
  max-width: 398px;
  margin-left: auto;
  margin-right: auto;
}
#c_static_002 .e_image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_002 .e_html-3 ul {
  overflow: hidden;
}
#c_static_002 .e_html-3 li {
  width: calc(94% / 3);
  margin-right: 3%;
  margin-bottom: 3%;
  float: left;
  padding: 0 1% 1% 0;
  position: relative;
  height: 260px;
}
#c_static_002 .e_html-3 li:nth-of-type(3n) {
  margin-right: 0;
}
#c_static_002 .e_html-3 li .L_center_bg {
  background-repeat: no-repeat;
  height: 245px;
  max-width: 415px;
  color: #fff;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  background-size: 100% auto;
  width: 100%;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}
#c_static_002 .e_html-3 li .L_center_bg .img {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_002 .e_html-3 li:hover .L_center_bg {
  left: 4%;
  top: 3%;
  cursor: pointer;
}
#c_static_002 .e_html-3 li:before {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  border: 5px solid #f70;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  transition: all 0.5s ease;
}
#c_static_002 .e_html-3 li:hover:before {
  width: 100%;
  height: 100%;
}
#c_static_002 .e_html-3 li .L_center_bg .L_tit {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#c_static_002 .e_html-3 li .L_center_bg .L_tit span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #f70;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
}
#c_static_002 .e_html-3 li .L_center_bg .L_tit p {
  font-size: 16px;
  line-height: 1.8;
}
#c_static_002 .e_html-3 {
  display-radio: 1;
  margin-top: 4%;
}
@media only screen and (max-width: 1320px) and (min-width: 769px) {
  #c_static_002 .e_html-3 li:before {
    display: none;
  }
  #c_static_002 .e_html-3 li {
    height: auto;
  }
  #c_static_002 .e_html-3 li .L_center_bg {
    height: 18vw;
    position: relative !important;
    display: block;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 769px) {
  #c_static_002 .e_html-3 li .L_center_bg .L_tit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) and (min-width: 769px) {
  #c_static_002 .e_html-3 li {
    width: calc(96% / 2);
    margin: 1% !important;
  }
  #c_static_002 .e_html-3 li .L_center_bg {
    background-position: bottom center;
  }
}
@media only screen and (max-width: 768px) {
  #c_static_002 .e_html-3 li:before {
    display: none;
  }
  #c_static_002 .e_html-3 li {
    height: auto;
  }
  #c_static_002 .e_html-3 li .L_center_bg {
    height: 150px;
    position: relative !important;
    display: block;
  }
  #c_static_002 .e_html-3 li {
    width: calc(96% / 2);
    margin: 1% !important;
  }
  #c_static_002 .e_html-3 li .L_center_bg {
    background-position: bottom center;
  }
}
@media only screen and (max-width: 500px) {
  #c_static_002 .e_html-3 li {
    width: 100%;
    margin: 1% 0 !important;
  }
  #c_static_002 .e_html-3 li .L_center_bg {
    height: 220px;
    padding: 20px;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  #c_static_002 .e_image-2 {
    display-radio: 1;
    max-width: 280px;
  }
  #c_static_003 .e_image-2 {
    display-radio: 1;
    max-width: 280px !important;
  }
  #c_static_002 {
    background_radio: 2;
    display-radio: 1;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #c_static_002 .e_html-3 {
    display-radio: 1;
  }
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_003 {
  background_radio: 2;
  display-radio: 1;
  padding-top: 5%;
  padding-bottom: 3%;
  min-height: 0px;
}
#c_static_003 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
#c_static_003 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_003 .e_image-2 {
  overflow: hidden;
  display-radio: 1;
  max-width: 398px;
  margin-left: auto;
  margin-right: auto;
}
#c_static_003 .e_image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_004 {
  overflow: hidden;
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  padding-bottom: 5%;
}
#c_static_004 .e_loop-1 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative; /*解决无缝滚动在循环体多列展示问题  */
  max-width: 100%; /* 解决无缝滚动在循环体多列展示问题 */
}
#c_static_004 .e_loop-1 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
}
#c_static_004 .e_loop-1 .p_page {
  text-align: center;
}
#c_static_004 .e_loop-1 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#c_static_004 .e_loop-1 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#c_static_004 .e_loop-1 .p_filter_key {
  /* min-width:80px;
  */
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#c_static_004 .e_loop-1 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#c_static_004 .e_loop-1 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue; /* border-radius:2px;
  */
}
#c_static_004 .e_loop-1 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#c_static_004 .e_loop-1 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#c_static_004 .e_loop-1 .p_s_option {
}
#c_static_004 .e_loop-1 .multSelect {
  font-size: 13px;
  position: relative;
}
#c_static_004 .e_loop-1 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#c_static_004 .e_loop-1 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#c_static_004 .e_loop-1 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#c_static_004 .e_loop-1 .multSelect ul,
li {
  list-style: none;
}
#c_static_004 .e_loop-1 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#c_static_004 .e_loop-1 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}
#c_static_004 .e_loop-1 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#c_static_004 .e_loop-1 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#c_static_004 .e_loop-1 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#c_static_004 .e_loop-1 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#c_static_004 .e_loop-1 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#c_static_004 .e_loop-1 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#c_static_004 .e_loop-1 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#c_static_004 .e_loop-1 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
} /* #c_static_004 .e_loop-1 .p_filter_close::before {
	content: "\2716";
}
*/ /* #c_static_004 .e_loop-1 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
#c_static_004 .e_loop-1 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#c_static_004 .e_loop-1 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#c_static_004 .e_loop-1 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#c_static_004 .e_loop-1 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#c_static_004 .e_loop-1 .p_split {
  margin: 0 5px;
}
#c_static_004 .e_loop-1 .p_normal {
  margin-right: 16px;
}
#c_static_004 .e_loop-1 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_004 .e_loop-1 .input-check,
#c_static_004 .e_loop-1 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#c_static_004 .e_loop-1 .position-left {
  display: flex;
}
#c_static_004 .e_loop-1 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#c_static_004 .e_loop-1 .position-top {
  /* display:flex;
  */
}
#c_static_004 .e_loop-1 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#c_static_004 .e_loop-1 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_004 .e_loop-1 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}
#c_static_004 .e_loop-1 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}
#c_static_004 .e_loop-1 .p_active .p_mbutton::before {
  display: block;
}
#c_static_004 .e_loop-1 .p_active .p_mbutton::after {
  display: block;
}
#c_static_004 .e_loop-1 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#c_static_004 .e_loop-1 .p_filter_result {
  display: inline-block;
}
#c_static_004 .e_loop-1 .p_contclear {
  cursor: pointer;
}
#c_static_004 .e_loop-1 .swiper-container {
  padding-bottom: 30px;
}
#c_static_004 .e_loop-1 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#c_static_004 .e_loop-1 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#c_static_004 .e_loop-1 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#c_static_004 .e_loop-1 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#c_static_004 .e_loop-1 .p_filter_result {
  display: none;
}
#c_static_004 .e_loop-1 .p_contclear {
  display: none;
}
#c_static_004 .e_loop-1 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#c_static_004 .e_loop-1 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}
#c_static_004 .e_loop-1 .p_categoryActive {
  color: #409eff;
}
#c_static_004 .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
#c_static_004 .e_container-2 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_004 .e_image-3 {
  overflow: hidden;
  background: #000;
}
#c_static_004 .e_image-3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.7;
}
#c_static_004 .e_container-4 {
  flex-wrap: wrap;
  flex-direction: row;
  position: absolute;
  bottom: -100%;
  left: 0px;
  background: linear-gradient(83deg, #ff6400, #fba56d);
  z-index: 3;
  width: 100%;
  height: auto;
  display: flex;
  transition: all 0.5s ease 0.3s;
}
#c_static_004 .e_container-4 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_004 .e_container-4 .cbox-4-0 {
  flex: 0 0 25%;
}
#c_static_004 .e_container-4 .cbox-4-1 {
  flex: 0 0 75%;
}
#c_static_004 .e_text-5 {
  height: 100%;
}
#c_static_004 .e_text-6 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 22px;
  color: rgba(255, 255, 255, 1);
}
#c_static_004 .swiper-slide {
  transform: scale(0.85);
  transition: all 0.5s ease;
  margin: 50px 0;
  border-radius: 10px;
  overflow: hidden;
}
#c_static_004 .swiper-slide-active {
  transform: scale(1.15);
}
#c_static_004 .swiper-slide-active .e_container-4 {
  bottom: 0;
}
#c_static_004 .swiper-slide-active .e_image-3 img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #c_static_004 .e_loop-1 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
  }
  #c_static_004 .e_container-4 .cbox-4-0 {
    display: none;
  }
  #c_static_004 .e_container-4 .cbox-4-1 {
    flex: 0 0 100%;
  }
  #c_static_004 .swiper-slide-active {
    transform: scale(1);
    border-radius: 0;
  }
  #c_static_004 .e_text-6 {
    padding: 10px 20px;
  }
  #c_static_004 .swiper-slide {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  #c_static_004 .e_loop-1 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
  }
  #c_static_004 .e_text-5 .btnGy {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 10;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #f70;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    border: 2px solid #fff;
  }
  #c_static_004 .e_text-5 .swiper-button-prev {
    left: 2vw;
  }
  #c_static_004 .e_text-5 .swiper-button-next {
    right: 2vw;
  }
  #c_static_004 .e_text-5 .btnGy:after {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_005 {
  display-radio: 1;
  padding-top: 5%;
  padding-bottom: 5%;
}
#c_static_005:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/zbfcbj.jpg);
  background-repeat: no-repeat;
  height: 25vw;
  width: 100%;
  background-attachment: fixed;
  background-position-x: 50%;
}
#c_static_005:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 25vw;
  width: 100%;
  background: #000;
  opacity: 0.48;
}
#c_static_005 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#c_static_005 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_005 .e_image-2 {
  overflow: hidden;
  display-radio: 1;
  max-width: 398px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
#c_static_005 .e_image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_005 .e_html-3 ul {
  overflow: hidden;
}
#c_static_005 .e_html-3 ul li {
  width: calc(94% / 4);
  margin-right: 2%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
#c_static_005 .e_html-3 ul li:last-child {
  margin-right: 0;
}
#c_static_005 .e_html-3 .L_center_bg {
  position: relative;
  overflow: hidden;
}
#c_static_005 .e_html-3 .L_tit {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 135%;
}
#c_static_005 .e_html-3 .L_tit img{
  max-width: 100%;
}
#c_static_005 .e_html-3 .L_tit:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16%;
  background: linear-gradient(0deg, black, transparent);
  z-index: 1;
}
#c_static_005 .e_html-3 .L_tit img.L_img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#c_static_005 .e_html-3 .L_tit h3 {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  left: 0;
  padding: 15px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#c_static_005 .e_html-3 .L_but {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: var(--theme-color); */
  top: 100%;
  left: 0;
  z-index: 3;
  transition: all 0.5s ease;
  cursor: pointer;
}
#c_static_005 .e_html-3 ul li:hover .L_but {
  top: 0;
}
#c_static_005 .e_html-3 .L_but:before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  border: 1px solid #fff;
  border-radius: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#c_static_005 .e_html-3 .L_but p {
  font-size: 22px;
  color: #000;
  text-shadow: 2px 2px 1px #fff;
  font-weight: 700;
  margin: 20px 0 10px;
}
#c_static_005 .e_html-3 .L_but summary {
  font-size: 18px;
  color: #000;
  text-shadow: 2px 2px 1px #fff;
  font-weight: 700;
  margin: 20px 0 10px;
}
#c_static_005 .e_html-3 .L_but img {
  position: absolute;
  left: 25px;
  bottom: 35px;
}
#c_static_005 .e_html-3 a.more_LP {
  display: block;
  width: 200px;
  line-height: 55px;
  margin: 3% auto 0;
  text-align: center;
  background: #f70;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 0.5);
  transition: all 0.5s ease;
}
#c_static_005 .e_html-3 a.more_LP:hover {
  background: var(--theme-color);
}
@media screen and (max-width: 768px) {
  #c_static_005 {
    background_radio: 2;
    display-radio: 1;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #c_static_005 .e_image-2 {
    display-radio: 1;
    max-width: 280px;
  }
  #c_static_005 .e_html-3 {
    display-radio: 1;
  }
  #c_static_005 .e_html-3 ul li {
    width: calc(96% / 2);
    margin: 1%;
  }
  #c_static_005 .e_html-3 .L_tit h3 {
    padding: 10px;
    font-size: 16px;
  }
  #c_static_005 .e_html-3 .L_but p {
    font-size: 18px;
    margin: 0px 0 10px;
  }
  #c_static_005 .e_html-3 .L_but summary {
    font-size: 14px;
  }
  #c_static_005 .e_html-3 .L_but img {
    position: absolute;
    left: 10px;
    bottom: 10px;
    max-width: 80%;
  }
  #c_static_005:before {
    background-attachment: scroll;
    height: 300px;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  #c_static_005:after {
    height: 300px;
  }
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_006 {
  overflow: hidden;
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  background-fill-value: background-image;
  background-image: url(../img/index_ry_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}
#c_static_006 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
#c_static_006 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_006 .e_image-2 {
  overflow: hidden;
  display-radio: 1;
  max-width: 353px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
}
#c_static_006 .e_image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_006 .e_loop-3 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative; /*解决无缝滚动在循环体多列展示问题  */
  max-width: 100%; /* 解决无缝滚动在循环体多列展示问题 */
}
#c_static_006 .e_loop-3 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
}
#c_static_006 .e_loop-3 .p_page {
  text-align: center;
}
#c_static_006 .e_loop-3 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#c_static_006 .e_loop-3 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#c_static_006 .e_loop-3 .p_filter_key {
  /* min-width: 80px; */
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#c_static_006 .e_loop-3 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#c_static_006 .e_loop-3 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue; /* border-radius: 2px; */
}
#c_static_006 .e_loop-3 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#c_static_006 .e_loop-3 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#c_static_006 .e_loop-3 .p_s_option {
}
#c_static_006 .e_loop-3 .multSelect {
  font-size: 13px;
  position: relative;
}
#c_static_006 .e_loop-3 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#c_static_006 .e_loop-3 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#c_static_006 .e_loop-3 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#c_static_006 .e_loop-3 .multSelect ul,
li {
  list-style: none;
}
#c_static_006 .e_loop-3 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#c_static_006 .e_loop-3 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}
#c_static_006 .e_loop-3 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#c_static_006 .e_loop-3 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#c_static_006 .e_loop-3 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#c_static_006 .e_loop-3 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#c_static_006 .e_loop-3 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#c_static_006 .e_loop-3 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#c_static_006 .e_loop-3 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#c_static_006 .e_loop-3 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
} /* #c_static_006 .e_loop-3 .p_filter_close::before{
content: "\2716";

} */ /* #c_static_006 .e_loop-3 .p_filter_select{
width: 110px;
height: 24px;
padding: 0;
border: 1px solid #DCDFE6;

} */
#c_static_006 .e_loop-3 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#c_static_006 .e_loop-3 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#c_static_006 .e_loop-3 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#c_static_006 .e_loop-3 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#c_static_006 .e_loop-3 .p_split {
  margin: 0 5px;
}
#c_static_006 .e_loop-3 .p_normal {
  margin-right: 16px;
}
#c_static_006 .e_loop-3 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_006 .e_loop-3 .input-check,
#c_static_006 .e_loop-3 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#c_static_006 .e_loop-3 .position-left {
  display: flex;
}
#c_static_006 .e_loop-3 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#c_static_006 .e_loop-3 .position-top {
  /* display: flex; */
}
#c_static_006 .e_loop-3 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#c_static_006 .e_loop-3 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_006 .e_loop-3 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}
#c_static_006 .e_loop-3 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}
#c_static_006 .e_loop-3 .p_active .p_mbutton::before {
  display: block;
}
#c_static_006 .e_loop-3 .p_active .p_mbutton::after {
  display: block;
}
#c_static_006 .e_loop-3 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#c_static_006 .e_loop-3 .p_filter_result {
  display: inline-block;
}
#c_static_006 .e_loop-3 .p_contclear {
  cursor: pointer;
}
#c_static_006 .e_loop-3 .swiper-container {
  padding-bottom: 30px;
}
#c_static_006 .e_loop-3 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#c_static_006 .e_loop-3 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#c_static_006 .e_loop-3 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#c_static_006 .e_loop-3 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#c_static_006 .e_loop-3 .p_filter_result {
  display: none;
}
#c_static_006 .e_loop-3 .p_contclear {
  display: none;
}
#c_static_006 .e_loop-3 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#c_static_006 .e_loop-3 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}
#c_static_006 .e_loop-3 .p_categoryActive {
  color: #409eff;
}
#c_static_006 .e_container-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  height: 100%;
}
#c_static_006 .e_container-4 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_006 .e_image-5 {
  overflow: hidden;
}
#c_static_006 .e_image-5 img {
  display: block;
  width: auto;
  height: auto;
  width: 100%;
  /* max-width: 100%; */
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#c_static_006 .swiper-slide {
  width: 335px;
  height: 445px;
  /* border: 5px solid #800000; */
  position: relative;
  /* padding: 20px; */
  /* background-color: #fff; */
}
#c_static_006 .swiper-button-prev {
  left: 0px;
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 100%;
  background-position: 0 0;
  background-size: 100% auto;
  color: #999;
  line-height: 50px;
  text-align: center;
  transform: rotate(180deg);
}
#c_static_006 .swiper-button-next {
  right: 0px;
  width: 50px;
  height: 50px;
  background: #eee;
  border-radius: 100%;
  background-position: 0 0;
  background-size: 100% auto;
  color: #999;
  line-height: 50px;
  text-align: center;
}
#c_static_006 .swiper-button-next:after,
#c_static_006 .swiper-button-prev:after {
  display: none;
}
#c_static_006 .swiper {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #c_static_006 .e_loop-3 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
  }
  #c_static_006 .e_image-2 {
    display-radio: 1;
    max-width: 280px;
  }
  #c_static_006 {
    overflow: hidden;
    background_radio: 2;
    display-radio: 1;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #c_static_006 .swiper-slide {
    width: 200px;
    height: 250px;
  }
}
@media screen and (min-width: 769px) {
  #c_static_006 .e_loop-3 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 4);
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
#c_static_007 {
  min-height: 300px;
  background_radio: 2;
  display-radio: 1;
  padding-top: 5%;
  padding-bottom: 5%;
}
#c_static_007 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
}
#c_static_007 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_007 .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  background_radio: 1;
  display-radio: flex;
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
}
#c_static_007 .e_container-2 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_007 .e_image-3 {
  overflow: hidden;
  display-radio: 1;
  max-width: 398px;
}
#c_static_007 .e_image-3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_007 .e_text-4 {
  line-height: normal;
}
#c_static_007 .e_text-4 a {
  display: block;
  width: 200px;
  line-height: 55px;
  margin: 3% 0 0 auto;
  text-align: center;
  background: #f70;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 50%);
  transition: all 0.5s ease;
}
#c_static_007 .e_text-4 a:hover {
  background: var(--theme-color);
}
#c_static_007 .e_container-2 .cbox-2-0 {
  flex: 0 0 49%;
  margin-right: 2%;
  background-color: rgba(0, 0, 0, 1);
}
#c_static_007 .e_container-2 .cbox-2-1 {
  flex: 0 0 49%;
}
#c_static_007 .e_video-5 {
  width: 100%;
  height: 100%;
  position: relative;
  display-radio: 1;
}
#c_static_007 .p_video {
  width: 100%;
  height: 100%;
}
#c_static_007 .e_video-5 video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#c_static_007 .e_video-5 .p_video {
  position: relative;
  display-radio: 1;
}
#c_static_007 .e_video-5 .cover {
  width: 101%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#c_static_007 .e_video-5 .cover .coverImage {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#c_static_007 .e_video-5 .cover .coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c_static_007 .e_video-5 .cover .playBtn {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin: -40px auto auto -40px;
  cursor: pointer;
  opacity: 0;
}
#c_static_007 .e_loop-6 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative; /*解决无缝滚动在循环体多列展示问题  */
  max-width: 100%; /* 解决无缝滚动在循环体多列展示问题 */
}
#c_static_007 .e_loop-6 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
}
#c_static_007 .e_loop-6 .p_page {
  text-align: center;
}
#c_static_007 .e_loop-6 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#c_static_007 .e_loop-6 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#c_static_007 .e_loop-6 .p_filter_key {
  /* min-width:80px;
  */
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#c_static_007 .e_loop-6 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#c_static_007 .e_loop-6 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue; /* border-radius:2px;
  */
}
#c_static_007 .e_loop-6 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#c_static_007 .e_loop-6 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#c_static_007 .e_loop-6 .p_s_option {
}
#c_static_007 .e_loop-6 .multSelect {
  font-size: 13px;
  position: relative;
}
#c_static_007 .e_loop-6 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#c_static_007 .e_loop-6 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#c_static_007 .e_loop-6 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#c_static_007 .e_loop-6 .multSelect ul,
li {
  list-style: none;
}
#c_static_007 .e_loop-6 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#c_static_007 .e_loop-6 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}
#c_static_007 .e_loop-6 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#c_static_007 .e_loop-6 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#c_static_007 .e_loop-6 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#c_static_007 .e_loop-6 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#c_static_007 .e_loop-6 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#c_static_007 .e_loop-6 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#c_static_007 .e_loop-6 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#c_static_007 .e_loop-6 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
} /* #c_static_007 .e_loop-6 .p_filter_close::before {
content: "\2716";
}
*/ /* #c_static_007 .e_loop-6 .p_filter_select {
width: 110px;
height: 24px;
padding: 0;
border: 1px solid #DCDFE6;
}
*/
#c_static_007 .e_loop-6 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#c_static_007 .e_loop-6 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#c_static_007 .e_loop-6 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#c_static_007 .e_loop-6 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#c_static_007 .e_loop-6 .p_split {
  margin: 0 5px;
}
#c_static_007 .e_loop-6 .p_normal {
  margin-right: 16px;
}
#c_static_007 .e_loop-6 .p_fbutton {
  background-color: #007bff;
  border: 1px solid #409eff;
  text-decoration: none;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_007 .e_loop-6 .input-check,
#c_static_007 .e_loop-6 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#c_static_007 .e_loop-6 .position-left {
  display: flex;
}
#c_static_007 .e_loop-6 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#c_static_007 .e_loop-6 .position-top {
  /* display:flex;
  */
}
#c_static_007 .e_loop-6 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#c_static_007 .e_loop-6 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#c_static_007 .e_loop-6 .p_mbutton:after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-color: #409eff;
  -webkit-transform: skewY(-45deg);
  transform: skewY(360deg);
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 1;
}
#c_static_007 .e_loop-6 .p_mbutton::before {
  content: "";
  display: none;
  width: 6px;
  height: 9px;
  border-right: #ffffff solid 2px;
  border-bottom: #ffffff solid 2px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  position: absolute;
  bottom: 5px;
  right: 4px;
  z-index: 2;
}
#c_static_007 .e_loop-6 .p_active .p_mbutton::before {
  display: block;
}
#c_static_007 .e_loop-6 .p_active .p_mbutton::after {
  display: block;
}
#c_static_007 .e_loop-6 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#c_static_007 .e_loop-6 .p_filter_result {
  display: inline-block;
}
#c_static_007 .e_loop-6 .p_contclear {
  cursor: pointer;
}
#c_static_007 .e_loop-6 .swiper-container {
  padding-bottom: 30px;
}
#c_static_007 .e_loop-6 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#c_static_007 .e_loop-6 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#c_static_007 .e_loop-6 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#c_static_007 .e_loop-6 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#c_static_007 .e_loop-6 .p_filter_result {
  display: none;
}
#c_static_007 .e_loop-6 .p_contclear {
  display: none;
}
#c_static_007 .e_loop-6 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#c_static_007 .e_loop-6 .p_inputSearch {
  padding: 0px 17px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  margin-left: 10px;
}
#c_static_007 .e_loop-6 .p_categoryActive {
  color: #409eff;
}
#c_static_007 .e_container-7 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  margin-bottom: 2%;
  transition: all 0.5s ease;
}
#c_static_007 .e_container-7:hover {
  background: var(--li);
  box-shadow: 1px 1px 10px #cfc8c7;
}
#c_static_007 .e_container-7 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_007 .e_image-8 {
  overflow: hidden;
  display-radio: 1;
  height: 160px;
}
#c_static_007 .e_image-8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#c_static_007 .e_container-7 .cbox-7-0 {
  flex: 0 0 200px;
}
#c_static_007 .e_container-9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background_radio: 1;
  display-radio: flex;
  padding-left: 20px;
}
#c_static_007 .e_container-9 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_007 .e_text-10 {
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
#c_static_007 .e_timeFormat-11 {
  min-height: 20px;
  font_radio: 2;
  display-radio: 1;
  font-size: 14px;
  color: rgba(153, 153, 153, 1);
  line-height: 1.8;
  text-align: left;
}
#c_static_007 .e_container-7 .cbox-7-1 {
  align-self: center;
}
#c_static_007 .e_container-7:hover * {
  color: #fff;
  transition: all 0.5s ease;
}
#c_static_007 .e_container-2 .p_item {
  display-radio: 1;
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  #c_static_007 .e_container-7 .cbox-7-0 {
    flex: 0 0 150px;
    width: 150px;
    height: 100%;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  #c_static_007 .e_loop-6 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
  }
  #c_static_007 {
    background_radio: 2;
    display-radio: 1;
    max-width: none;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #c_static_007 .e_text-4 {
    font_radio: 1;
    display-radio: 1;
    display: none;
  }
  #c_static_007 .e_container-1 {
    background_radio: 1;
    display-radio: 1;
  }
  #c_static_007 .e_container-1 .cbox-1-0 {
    flex: 0 0 100%;
  }
  #c_static_007 .e_container-1 .cbox-1-1 {
    flex: 0 0 100%;
  }
  #c_static_007 .e_image-3 {
    display-radio: 1;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  #c_static_007 .e_container-2 {
    background_radio: 1;
    display-radio: 1;
  }
  #c_static_007 .e_container-2 .cbox-2-0 {
    flex: 0 0 100%;
  }
  #c_static_007 .e_container-2 .cbox-2-1 {
    flex: 0 0 100%;
  }
  #c_static_007 .e_container-7 {
    background_radio: 1;
    display-radio: 1;
  }
  #c_static_007 .e_loop-6 {
    display-radio: 1;
    margin-top: 20px;
  }
  #c_static_007 .e_video-5 video {
    position: relative;
  }
  #c_static_007 .e_container-7 .cbox-7-0 {
    flex: 0 0 100px;
  }
  #c_static_007 .e_image-8 {
    display-radio: 1;
    height: 50px;
  }
  #c_static_007 .e_text-10 {
    font_radio: 2;
    display-radio: 1;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.8;
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  #c_static_007 .e_loop-6 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 1);
  }
  #c_static_007 .e_loop-6 .p_loopitem:last-child .e_container-7 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
