/* pre css */
#header .p_gridbox::after {
  content: '';
  clear: left;
  display: block;
}
#header > div > .p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static;
}
#header > div > .p_gridCell {
  float: left;
  position: static;
}
#header > .p_gridbox.signal {
  min-height: inherit;
}
#header > .p_gridbox.signal > .p_gridCell {
  min-height: inherit !important;
}
#header {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header > .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) {
  #header > .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) {
  #header > .p_gridbox > .p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left;
  }
}
@font-face {
  font-family: 'Lato';
  src: url(../fonts/Lato-Regular-15.ttf);
}
@font-face {
  font-family: '华文行楷';
  src: url('../fonts/huawenxinkai.ttf');
}
:root {
  --navHeight: 100px;
  --navTop: -100px;
}
.pl_service3 {
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
}
.downClass #header-nav {
  background-color: rgba(255, 255, 255, 60%);
  backdrop-filter: blur(5px);
  box-shadow: 0px 0px 5px #eee;
}
#header-nav {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 99;
  width: 100%;
  height: var(--navHeight);
  transition: all 0.5s;
  background-color: transparent;
}
#header-nav .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  width: 95%;
  height: var(--navHeight);
  max-width: 1600px;
  margin: 0px auto;
}
#header-nav .e_container-1 .cbox-1-0 {
  flex: 0.2;
  max-width: 150px;
}
#header-nav .e_container-1 .cbox-1-1 {
  flex: 1;
  position: static;
  height: auto;
}
#header-nav .e_container-1 .cbox-1-2 {
  padding-left: 1.5vw;
  height: 100%;
  display: flex;
  align-items: center;
}
#header-nav .e_image-2 {
  overflow: hidden;
}
#header-nav .e_image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#header-nav .search {
  display: none;
}
#header-nav .search-btn {
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header-nav .search-btn path {
  transition: all 0.5s;
}
#header-nav .search-close {
  display: none;
  margin-left: 20px;
  cursor: pointer;
}
#header-nav .e_form-9 {
  position: fixed;
  width: 100vw;
  height: var(--navHeight);
  z-index: 9;
  background-color: #fff;
  box-shadow: 0px 0px 5px #ccc;
  left: 0px;
  top: var(--navTop);
  max-width: none;
  padding: 0px 10px;
  transition: all 0.5s;
  display-radio: 1;
}
#header-nav .e_form-9 .box {
  width: 95%;
  max-width: 1600px;
  margin: 0px auto;
  height: 100%;
  display: flex;
  align-items: center;
}
#header-nav .e_form-9 .p_formItem {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#header-nav .e_form-9 .cbox-9-1 {
  flex: none;
}
#header-nav .e_input-10 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#header-nav .e_input-10 {
  max-height: none;
  min-height: 40px;
  margin: 0px;
  box-shadow: 0px 0px 5px #eee;
  margin-right: 10px;
}
#header-nav .e_input-10.show {
  width: 155px;
  border: 1px solid #dbdbdb;
  border-right: none;
  position: absolute;
  right: 0px;
  transition: all 0.5s;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#header-nav .e_input-10 .p_input {
  height: 40px;
}
#header-nav .e_input-10 .s_form-control {
  padding: 0px 15px;
  border-width: 0px;
}
#header-nav .e_formBtn-11 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  display-radio: block;
  background-color: white;
  border-width: 0px;
  height: 40px;
}
#header-nav .e_formBtn-11 .icon {
  margin-right: 0px;
}
#header-nav .e_formBtn-11 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
  line-height: 27px;
}
#header-nav .e_container-1 .p_item {
  display-radio: 1;
}
#header-nav .e_navigationA-8 .p_level1Box {
  display: flex;
  justify-content: flex-end;
}
#header-nav .e_navigationA-8 .p_iconBox {
  height: 45px;
  width: 45px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
#header-nav .e_navigationA-8 .p_openIcon {
  width: 100%;
  height: 36px;
}
#header-nav .e_navigationA-8 .p_closeIcon {
  width: 100%;
  height: 30px;
}
#header-nav .e_navigationA-8 .p_navButton {
  display: none;
}
#header-nav .e_navigationA-8 .p_level2Box {
  display: none;
  height: auto;
  padding: 15px 0;
  background: #fff;
  width: 200px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 99;
  transform: translateX(-50%);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#header-nav .e_navigationA-8 .p_level3Box {
  display: none;
  height: auto;
  padding: 15px 0;
  background: #fff;
  background: #f5f5f5;
  width: 130px;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 9;
  border-radius: 5px;
  border-top-left-radius: 0px;
}
#header-nav .e_navigationA-8 .p_level1Item {
  position: relative;
  border: none;
  position: relative;
}
#header-nav .e_navigationA-8 .p_level1Item:hover .p_menu1Item a,
#header-nav .e_navigationA-8 .p_level2Item:hover .p_menu2Item a {
  color: #52ad3e;
}
#header-nav .e_navigationA-8 .p_level2Item {
  position: relative;
  width: 100%;
}
#header-nav .e_navigationA-8 .p_level3Item {
  width: 100%;
}
#header-nav .e_navigationA-8 .p_level1Item a {
  font-size: 16px;
  line-height: 80px;
  display: inline-block;
  padding: 0 1.5vw;
  transition: all 0.5s;
}
#header-nav .e_navigationA-8 .p_level2Item a {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  line-height: 1.5;
  display: block;
  transition: all ease 0.3s;
}
#header-nav .e_navigationA-8 .p_menu1Item {
  color: #fff;
  transition: all 0.5s;
}
.downClass #header-nav .e_navigationA-8 .p_menu1Item,
.downClass #header-nav .e_navigationA-8 .p_openIcon {
  color: #333;
}
.downClass #header-nav .search-btn path {
  stroke: #333;
}
@media screen and (max-width: 768px) {
  :root {
    --navHeight: 70px;
    --navTop: -70px;
  }
  #header-nav .e_container-1 .cbox-1-0 {
    min-width: 80px;
    max-width: 100px;
  }
  #header-nav .e_navigationA-8 .p_closeIcon {
    color: #333;
  }
  #header-nav .e_navigationA-8 .p_level1Box {
    display: block;
  }
  #header-nav .e_navigationA-8 .p_navContent {
    display: none;
    padding: 20px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #fbfbfb;
    z-index: 99;
  }
  #header-nav .e_navigationA-8 .p_menu1Item {
    color: #333;
  }
  #header-nav .e_navigationA-8 .p_navButton {
    display: flex;
    justify-content: flex-end;
  }
  #header-nav .e_navigationA-8 .p_level1Box {
    width: 100%;
  }
  #header-nav .e_navigationA-8 .p_level2Box,
  #header-nav .e_navigationA-8 .p_level3Box {
    padding: 0 0 0 30px;
    background: none;
  }
  #header-nav .e_navigationA-8 .p_jtIcon {
    float: right;
    transition: 0.5s;
    height: 30px;
    margin-top: 10px;
  }
  #header-nav .e_navigationA-8 .p_jtHover {
    transition: 0.5s;
    transform: rotate(90deg);
  }
  #header-nav .e_navigationA-8 .p_level2Box,
  #header-nav .e_navigationA-8 .p_level3Box {
    width: 100%;
    left: 0;
    transform: translateX(0);
    position: inherit;
    border-radius: 0;
  }
  #header-nav .e_navigationA-8 .p_level1Item {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    line-height: 50px;
    font-size: 14px;
  }
  #header-nav .e_navigationA-8 .p_level1Item a,
  #header-nav .e_navigationA-8 .p_level2Item a {
    line-height: 50px;
    font-size: 14px;
    padding: 0;
    display: inline;
    text-align: left;
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  #header-nav .e_navigationA-8 .p_level1Item::after {
    content: '';
    width: 0%;
    height: 2px;
    border-radius: 4px;
    background-color: #52ad3e;
    transition: all 0.5s;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
  }
  #header-nav .e_navigationA-8 .p_level1Item:hover::after {
    width: 60%;
  }
  #header-nav .e_navigationA-8 .p_jtIcon {
    transform: rotate(90deg);
    display: none;
  }
  #header-nav .e_navigationA-8 .p_level2Item .p_jtIcon {
    display: none;
  }
  #header-nav .e_navigationA-8 .p_iconBox {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #header-nav .e_container-1 .cbox-1-0 {
    max-width: 100px;
  }
  #header-nav .e_navigationA-8 .p_level1Item a {
    padding: 0px 1.2vw;
  }
}
#footer .p_gridbox::after {
  content: '';
  clear: left;
  display: block;
}
#footer > div > .p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static;
}
#footer > div > .p_gridCell {
  float: left;
  position: static;
}
#footer > .p_gridbox.signal {
  min-height: inherit;
}
#footer > .p_gridbox.signal > .p_gridCell {
  min-height: inherit !important;
}
#footer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #footer > .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) {
  #footer > .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) {
  #footer > .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-1692095094076 {
  min-height: 300px;
  padding-top: 60px;
  background: url(../images/footer-bg.png) no-repeat;
  background-size: cover;
}
#c_static_001-1692095094076 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#c_static_001-1692095094076 .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 95%;
  max-width: 1400px;
  margin: 40px auto 0px;
  display-radio: flex;
}
#c_static_001-1692095094076 .e_container-2 .cbox-2-1 {
  flex: 0 0 25%;
}
#c_static_001-1692095094076 .e_container-2 .cbox-2-2 {
  flex: 0.5;
  max-width: 150px;
  min-width: 100px;
}
#c_static_001-1692095094076 .e_richText-3 strong {
  font-family: '华文行楷';
  font-weight: 500;
}
#c_static_001-1692095094076 .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-1692095094076 .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-1692095094076 .e_richText-3 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#c_static_001-1692095094076 .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-1692095094076 .e_loop-4 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative; /*解决无缝滚动在循环体多列展示问题  */
  max-width: 100%; /* 解决无缝滚动在循环体多列展示问题 */
}
#c_static_001-1692095094076 .e_loop-4 .p_loopitem {
  position: relative;
  display: flex;
  align-items: center;
}
#c_static_001-1692095094076 .e_loop-4 .p_loopitem:not(:last-child)::after {
  content: '•';
  display: block;
  margin: 0px 25px;
  color: #fff;
}
#c_static_001-1692095094076 .e_loop-4 .p_page {
  text-align: center;
}
#c_static_001-1692095094076 .e_loop-4 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#c_static_001-1692095094076 .e_loop-4 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#c_static_001-1692095094076 .e_loop-4 .p_filter_key {
  /* min-width:80px;
 */
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#c_static_001-1692095094076 .e_loop-4 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#c_static_001-1692095094076 .e_loop-4 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue; /* border-radius:2px;
 */
}
#c_static_001-1692095094076 .e_loop-4 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#c_static_001-1692095094076 .e_loop-4 .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-1692095094076 .e_loop-4 .p_s_option {
}
#c_static_001-1692095094076 .e_loop-4 .multSelect {
  font-size: 13px;
  position: relative;
}
#c_static_001-1692095094076 .e_loop-4 .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-1692095094076 .e_loop-4 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#c_static_001-1692095094076 .e_loop-4 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#c_static_001-1692095094076 .e_loop-4 .multSelect ul,
li {
  list-style: none;
}
#c_static_001-1692095094076 .e_loop-4 .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-1692095094076 .e_loop-4 .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-1692095094076 .e_loop-4 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#c_static_001-1692095094076
  .e_loop-4
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}
#c_static_001-1692095094076
  .e_loop-4
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#c_static_001-1692095094076 .e_loop-4 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#c_static_001-1692095094076 .e_loop-4 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#c_static_001-1692095094076 .e_loop-4 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#c_static_001-1692095094076 .e_loop-4 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#c_static_001-1692095094076 .e_loop-4 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
} /* #c_static_001-1692095094076 .e_loop-4 .p_filter_close::before {
	content: "\2716";
}
*/ /* #c_static_001-1692095094076 .e_loop-4 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
#c_static_001-1692095094076 .e_loop-4 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#c_static_001-1692095094076 .e_loop-4 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#c_static_001-1692095094076 .e_loop-4 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#c_static_001-1692095094076 .e_loop-4 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#c_static_001-1692095094076 .e_loop-4 .p_split {
  margin: 0 5px;
}
#c_static_001-1692095094076 .e_loop-4 .p_normal {
  margin-right: 16px;
}
#c_static_001-1692095094076 .e_loop-4 .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-1692095094076 .e_loop-4 .input-check,
#c_static_001-1692095094076 .e_loop-4 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#c_static_001-1692095094076 .e_loop-4 .position-left {
  display: flex;
}
#c_static_001-1692095094076 .e_loop-4 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#c_static_001-1692095094076 .e_loop-4 .position-top {
  /* display:flex;
 */
}
#c_static_001-1692095094076 .e_loop-4 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#c_static_001-1692095094076 .e_loop-4 .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-1692095094076 .e_loop-4 .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-1692095094076 .e_loop-4 .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-1692095094076 .e_loop-4 .p_active .p_mbutton::before {
  display: block;
}
#c_static_001-1692095094076 .e_loop-4 .p_active .p_mbutton::after {
  display: block;
}
#c_static_001-1692095094076 .e_loop-4 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#c_static_001-1692095094076 .e_loop-4 .p_filter_result {
  display: inline-block;
}
#c_static_001-1692095094076 .e_loop-4 .p_contclear {
  cursor: pointer;
}
#c_static_001-1692095094076 .e_loop-4 .swiper-container {
  padding-bottom: 30px;
}
#c_static_001-1692095094076 .e_loop-4 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#c_static_001-1692095094076 .e_loop-4 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#c_static_001-1692095094076 .e_loop-4 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#c_static_001-1692095094076 .e_loop-4 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#c_static_001-1692095094076 .e_loop-4 .p_filter_result {
  display: none;
}
#c_static_001-1692095094076 .e_loop-4 .p_contclear {
  display: none;
}
#c_static_001-1692095094076 .e_loop-4 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#c_static_001-1692095094076 .e_loop-4 .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-1692095094076 .e_loop-4 .p_categoryActive {
  color: #409eff;
}
#c_static_001-1692095094076 .e_text-5 {
  line-height: normal;
  color: #fff;
}
#c_static_001-1692095094076 .e_container-2 .p_item {
  display-radio: 1;
}
#c_static_001-1692095094076 .e_container-6 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
  width: 95%;
  max-width: 1400px;
  margin: 40px auto 0px;
  padding-bottom: 20px;
}
#c_static_001-1692095094076 .e_container-6 > .p_item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
}
#c_static_001-1692095094076 .e_container-6 .p_item {
  display-radio: 1;
}
#c_static_001-1692095094076 .e_richText-7 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-1692095094076 .e_richText-7 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-1692095094076 .e_richText-7 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#c_static_001-1692095094076 .e_richText-7 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-1692095094076 .e_richText-7 {
  font_radio: 1;
  display-radio: 1;
}
#c_static_001-1692095094076 .e_container-8 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  gap: 30px;
  margin-top: 50px;
}
#c_static_001-1692095094076 .e_image-9 {
  overflow: hidden;
  display-radio: 1;
  width: 30px;
  height: 30px;
}
#c_static_001-1692095094076 .e_image-9 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_001-1692095094076 .e_container-8 .p_item {
  display-radio: 1;
}
#c_static_001-1692095094076 .e_image-10 {
  overflow: hidden;
  display-radio: 1;
  width: 30px;
  height: 30px;
}
#c_static_001-1692095094076 .e_image-10 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_001-1692095094076 .e_image-11 {
  overflow: hidden;
  display-radio: 1;
  width: 30px;
  height: 30px;
}
#c_static_001-1692095094076 .e_image-11 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_001-1692095094076 .e_form-12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background-color: transparent;
}
#c_static_001-1692095094076 .e_form-12 > .p_formItem {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1692095094076 .e_form-12 .ptishiCon {
  display: none;
}
#c_static_001-1692095094076 .e_textarea-13 .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-1692095094076 .e_input-14 .p_phoneCode {
  width: 90px;
  margin-right: 10px;
}
#c_static_001-1692095094076 .e_text-15 {
  line-height: normal;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
#c_static_001-1692095094076 .e_formBtn-16 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0px;
  padding: 5px;
  background-color: #fff;
  color: #307ec2;
}
#c_static_001-1692095094076 .e_formBtn-16 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}
#c_static_001-1692095094076 .e_formBtn-16::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
#c_static_001-1692095094076 .e_formBtn-16:hover::after {
  opacity: 1;
}
#c_static_001-1692095094076 .e_form-12 .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
#c_static_001-1692095094076 .e_form-12 textarea {
  height: 100px;
}
#c_static_001-1692095094076 .e_form-12 .form-control::placeholder {
  color: #fff;
}
#c_static_001-1692095094076 .e_image-17 {
  overflow: hidden;
  width: 100%;
}
#c_static_001-1692095094076 .e_image-17 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_001-1692095094076 .e_text-18 {
  line-height: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  margin-top: 15px;
  text-align: center;
}
#c_static_001-1692095094076 .e_h1-19 {
  font_radio: 2;
  display-radio: 1;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0px;
}
#c_static_001-1692095094076 .e_provider-20 {
  text-align: center;
  font_radio: 2;
  display-radio: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}
#c_static_001-1692095094076 .e_richText-21 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-1692095094076 .e_richText-21 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-1692095094076 .e_richText-21 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#c_static_001-1692095094076 .e_richText-21 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-1692095094076 .e_richText-21 {
  font_radio: 1;
  display-radio: 1;
}
#c_static_001-1692095094076 .e_text-22 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}
#c_static_001-1692095094076 .e_businessAndCopyright-23 .p_business {
  cursor: pointer;
}
#c_static_001-1692095094076 .e_businessAndCopyright-23 .p_businesspopup {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 10px;
  left: 0;
  z-index: 9999;
}
#c_static_001-1692095094076 .e_businessAndCopyright-23 .p_businessclose {
  position: absolute;
  right: 20px;
  z-index: 9999;
  top: 0;
  cursor: pointer;
}
#c_static_001-1692095094076 .e_businessAndCopyright-23 .icon {
  color: white;
  cursor: pointer;
}
#c_static_001-1692095094076 .e_businessAndCopyright-23 .p_businesscontent {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
#c_static_001-1692095094076 .e_businessAndCopyright-23 .p_businessbg {
  background: #1e1e1e;
  opacity: 0.9;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
#c_static_001-1692095094076 .e_businessAndCopyright-23 .p_businessimg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_001-1692095094076 .e_businessAndCopyright-23 {
  font_radio: 2;
  display-radio: 1;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 1;
}
#c_static_001-1692095094076 .e_credible-24 .img1 {
  width: 65px;
  height: 23px;
}
#c_static_001-1692095094076 .e_credible-24 .img2 {
  width: 79px;
  height: 28px;
}
#c_static_001-1692095094076 .e_credible-24 .img3 {
  width: 92px;
  height: 33px;
}
#c_static_001-1692095094076 .e_credible-24 .img4 {
  width: 106px;
  height: 38px;
}
#c_static_001-1692095094076 .e_credible-24 .img5 {
  width: 80px;
  height: 30px;
  margin-top: 15px;
}
#c_static_001-1692095094076 .s_form_layout1 .invalid-feedback {
  display: none;
}
#c_static_001-1692095094076 .s_form_layout1 .s_input.is-invalid {
  background: rgba(246, 182, 182, 0.3);
}
@media screen and (max-width: 768px) {
  #c_static_001-1692095094076 .e_container-2 .cbox-2-0 {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  #c_static_001-1692095094076 .e_container-2 .cbox-2-1 {
    flex: 1;
    padding-right: 10vw;
  }
  #c_static_001-1692095094076 .e_container-2 {
    align-items: flex-end;
  }
  #c_static_001-1692095094076 .e_container-6,
  #c_static_001-1692095094076 .e_container-6 > .p_item {
    justify-content: center;
  }
  #c_static_001-1692095094076 .e_container-8 {
    margin-top: 20px;
  }
  #c_static_001-1692095094076 .e_container-1 {
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
}
:root {
  --c: #032a4b;
  --bw: 1400px;
  --cc: #fff;
  --ccsize: 150px;
}
#c_static_001_P_13253-1692078362698 {
  background: #222;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 100%);
  transition: all 0.6s;
}
.saf-make #c_static_001_P_13253-1692078362698 {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
#c_static_001_P_13253-1692078362698 .e_container-1 {
  display: none;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 20px;
}
.saf-make #c_static_001_P_13253-1692078362698 .e_container-1 {
  display: block;
}
#c_static_001_P_13253-1692078362698 .e_container-1 > .p_item {
  flex: 0 0 100%;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
}
#c_static_001_P_13253-1692078362698 .e_h3-2 {
  padding-bottom: 15px;
  border-bottom: 1px #ddd solid;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
#c_static_001_P_13253-1692078362698 .e_h3-2 text {
  flex: 1;
  position: relative;
}
#c_static_001_P_13253-1692078362698 .e_h3-2 text em {
  background: #f00;
  padding: 3px 5px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  line-height: 1;
}
#c_static_001_P_13253-1692078362698 .e_h3-2 span {
  color: #0ca200;
  display: flex;
}
#c_static_001_P_13253-1692078362698 .e_h3-2 span:before {
  content: '注册码：';
  color: #666;
}
.saf-plug legend.col-form-label {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 0 0 10px;
  border-bottom: 1px #ddd solid;
}
.saf-plug .p_input {
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#c_static_001_P_13253-1692078362698 .e_html-31 {
  min-height: 100px;
  padding-top: 15px;
}
#c_static_001_P_13253-1692078362698 .e_html-31 h3 {
  border-bottom: 1px #ddd solid;
  padding-bottom: 15px;
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
}
#c_static_001_P_13253-1692078362698 .e_html-31 h3 span {
  flex: 1;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  text-align: right;
}
#c_static_001_P_13253-1692078362698 .e_html-31 .saf-svgs {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0 -5px;
}
#c_static_001_P_13253-1692078362698 .e_html-31 .saf-svgs > div {
  flex: 0 0 80px;
  padding: 10px;
  border: 1px #ddd solid;
  border-radius: 10px;
  margin: 5px;
  text-align: center;
  cursor: pointer;
}
#c_static_001_P_13253-1692078362698 .e_html-31 .saf-svgs > div svg {
  width: 30px;
  height: 40px;
}
#c_static_001_P_13253-1692078362698 .e_html-31 .saf-svgs > div svg path {
  fill: #666;
}
#c_static_001_P_13253-1692078362698 .e_html-31 .saf-svgs > div:hover {
  border-color: var(--c);
}
#c_static_001_P_13253-1692078362698 .e_html-31 .saf-svgs > div:hover svg path {
  fill: var(--c);
}
#c_static_001_P_13253-1692078362698 .e_container-32 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  padding: 20px 0;
  display-radio: flex;
}
#c_static_001_P_13253-1692078362698 .e_container-32 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001_P_13253-1692078362698 .e_richText-33 {
}
#c_static_001_P_13253-1692078362698 .saf-setItem {
  line-height: 1.6 !important;
  border: 1px #ddd solid;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
#c_static_001_P_13253-1692078362698 .saf-setItem svg {
  width: auto;
  height: 20px;
  fill: #666;
}
#c_static_001_P_13253-1692078362698 .saf-setItem > div,
#c_static_001_P_13253-1692078362698 .saf-setItem > a {
  flex: 1;
  padding: 0 60px 0 15px;
  position: relative;
}
#c_static_001_P_13253-1692078362698 .saf-setItem > div:before,
#c_static_001_P_13253-1692078362698 .saf-setItem > a:before {
  content: '';
  display: block;
  width: 40px;
  height: 20px;
  background: #0ca200;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
#c_static_001_P_13253-1692078362698 .saf-setItem > div:after,
#c_static_001_P_13253-1692078362698 .saf-setItem > a:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -7px;
}
#c_static_001_P_13253-1692078362698 .e_text-37 {
  line-height: normal;
}
#c_static_001_P_13253-1692078362698 .e_text-38 {
  line-height: normal;
}
#c_static_001_P_13253-1692078362698 .e_text-39 {
  line-height: normal;
}
#c_static_001_P_13253-1692078362698 .e_text-43 {
  line-height: normal;
}
#c_static_001_P_13253-1692078362698 .e_richText-40 {
  line-height: normal;
  flex-wrap: wrap;
  font_radio: 2;
  display-radio: 1;
}
#c_static_001_P_13253-1692078362698 .e_richText-40 h3 {
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px #ddd solid;
  position: relative;
  width: 100%;
  line-height: 1.6;
}
#c_static_001_P_13253-1692078362698 .e_richText-40 h3:before {
  content: '';
  display: block;
  width: 40px;
  height: 20px;
  background: #0ca200;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
}
#c_static_001_P_13253-1692078362698 .e_richText-40 h3:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -12px;
}
#c_static_001_P_13253-1692078362698 .e_richText-40 > div:before,
#c_static_001_P_13253-1692078362698 .e_richText-40 > div:after {
  display: none;
}
#c_static_001_P_13253-1692078362698 .e_container-41 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0 -10px;
  display-radio: flex;
}
#c_static_001_P_13253-1692078362698 .e_container-41 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  padding: 10px;
}
#c_static_001_P_13253-1692078362698 .e_container-41 > .p_item > div {
  height: 100%;
}
#c_static_001_P_13253-1692078362698.response-animated {
  animation-name: none, none;
  animation-delay: 0s, 0.6s;
  animation-duration: 0.6s, 0.6s;
  animation-iteration-count: 1, 1;
}
#c_static_001_P_13253-1692078362698.response-animated .e_container-1 {
  animation-name: none, none;
  animation-delay: 0s, 0.6s;
  animation-duration: 0.6s, 0.6s;
  animation-iteration-count: 1, 1;
}
body.saf-svgs-show #c_static_001_P_13253-1692078362698 {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
body.saf-svgs-show #c_static_001_P_13253-1692078362698 .e_container-1 {
  display: block;
}
body.saf-svgs-show #c_static_001_P_13253-1692078362698 .e_container-32 {
  display: none;
}
body.saf-svgs-show #c_static_001_P_13253-1692078362698 .e_h3-2 {
  display: none;
}
[saf-fullscreen] div.swiper.swiper-vertical > .swiper-wrapper {
  display: block !important;
}
#banner-hore .e_bannerA-2 .swiper-container {
  height: inherit;
}
#banner-hore .e_bannerA-2 .swiper-wrapper {
  height: inherit;
}
#banner-hore .e_bannerA-2 .swiper-slide {
  height: inherit;
  max-height: 900px;
}
#banner-hore .e_bannerA-2 .p_img {
  width: 100%;
  height: 100%;
  background: #000;
}
#banner-hore .e_bannerA-2 .p_img img {
  width: 100vw;
  object-fit: cover;
}
#banner-hore .e_bannerA-2 .custom-bullet {
  background: #ccc;
}
#banner-hore .e_bannerA-2 .p_info {
  width: 95%;
  max-width: 1600px;
  position: absolute;
  left: 50%;
  top: 30%;
  z-index: 9;
  display: flex;
  transform: translateX(-50%);
}
#banner-hore .e_bannerA-2 .p_info .p_btitle,
#banner-hore .e_bannerA-2 .p_info .p_subtitle {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 800;
  filter: drop-shadow(1px 1px 0px #008beb);
  transform: translateY(30px);
  opacity: 0;
  transition: all 1s ease 0.3s;
  text-align: center;
}
#banner-hore .e_bannerA-2 .p_info .p_subtitle {
  display: inline-block;
  margin-bottom: 20px;
  transition: all 1s ease 0.8s;
}
#banner-hore .e_bannerA-2 .p_info .p_summary {
  font-size: 20px;
  line-height: 1.5; /* max-width: 700px; */
  white-space: break-spaces;
  transform: translateY(30px);
  opacity: 0;
  filter: drop-shadow(1px 1px 1px #333);
  transition: all 1s ease 1.4s;
  text-align: center;
}
#banner-hore .e_bannerA-2 .p_info div {
  width: 100%;
}
#banner-hore .e_bannerA-2 .swiper-container-vertical {
  height: 400px;
}
#banner-hore .e_bannerA-2 .p_video {
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}
#banner-hore .e_bannerA-2 .p_video .videoContent {
  width: 100%;
  height: 100%;
}
#banner-hore .e_bannerA-2 .p_video video {
  width: 100%;
  height: 100%;
  background: #000;
  object-fit: cover;
}
#banner-hore .e_bannerA-2 .p_videoPoster {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
#banner-hore .e_bannerA-2 .p_videoPoster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner-hore .e_bannerA-2 .p_videoInfo {
  /*display: none;*/
}
#banner-hore .swiper-slide-active .p_btitle,
#banner-hore .swiper-slide-active .p_subtitle,
#banner-hore .swiper-slide-active .p_summary {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}
@media screen and (max-width: 768px) {
  #banner-hore .e_bannerA-2 .swiper-slide {
    min-height: 260px;
  }
  #banner-hore .e_bannerA-2 .p_info .p_summary {
    font-size: 16px;
  }
  #banner-hore .e_bannerA-2 .p_info .p_btitle,
  #banner-hore .e_bannerA-2 .p_info .p_subtitle {
    font-size: 30px;
  }
  #banner-hore .e_bannerA-2 .p_info .p_subtitle {
    padding-right: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #banner-hore .e_bannerA-2 .p_info .p_btitle,
  #banner-hore .e_bannerA-2 .p_info .p_subtitle {
    font-size: 40px;
  }
  #banner-hore .e_bannerA-2 .p_info .p_subtitle {
    margin-bottom: 10px;
  }
}
#c_static_001-1692069374598 {
  min-height: 300px;
  background: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023071116382253210/cms/image/76a599c0-c423-4499-b414-a19e69b51ad2.png)
    no-repeat;
  background-size: cover;
  padding: 90px 0px 70px;
  display-radio: 1;
  background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023071116382253210/cms/image/76a599c0-c423-4499-b414-a19e69b51ad2.png)
    no-repeat;
}
#c_static_001-1692069374598 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
}
#c_static_001-1692069374598 .e_text-2 {
  line-height: normal;
  color: #307ec2;
  font-size: 18px;
  margin-bottom: 15px;
  font-family: 'Lato';
}
#c_static_001-1692069374598 .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-1692069374598 .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-1692069374598 .e_richText-3 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#c_static_001-1692069374598 .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-1692069374598 .e_richText-5 {
  margin: 25px 0px 20px;
}
#c_static_001-1692069374598 .e_richText-5 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-1692069374598 .e_richText-5 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-1692069374598 .e_richText-5 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#c_static_001-1692069374598 .e_richText-5 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-1692069374598 .e_button-6 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 120px;
  border-radius: 0px;
  padding: 8px;
  border: 1px solid;
  border-image: linear-gradient(-80deg, #017bd1, #019a28) 1;
  background-color: #eff8ff;
  color: #333;
}
#c_static_001-1692069374598 .e_button-6 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}
#c_static_001-1692069374598 .e_button-6::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
#c_static_001-1692069374598 .e_button-6:hover::after {
  opacity: 1;
}
#c_static_001-1692069374598 .e_container-7 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
  display-radio: flex;
}
#c_static_001-1692069374598 .e_container-7 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_static_001-1692069374598 .e_container-7 .p_item {
  display-radio: 1;
}
#c_static_001-1692069374598 .e_loop-8 .p_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 40px;
  position: relative; /*解决无缝滚动在循环体多列展示问题  */
  max-width: 100%; /* 解决无缝滚动在循环体多列展示问题 */
}
#c_static_001-1692069374598 .e_loop-8 .p_loopitem {
  flex: 1;
  position: relative;
}
#c_static_001-1692069374598 .e_loop-8 .p_page {
  text-align: center;
}
#c_static_001-1692069374598 .e_loop-8 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#c_static_001-1692069374598 .e_loop-8 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#c_static_001-1692069374598 .e_loop-8 .p_filter_key {
  /* min-width:80px;
 */
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#c_static_001-1692069374598 .e_loop-8 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#c_static_001-1692069374598 .e_loop-8 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue; /* border-radius:2px;
 */
}
#c_static_001-1692069374598 .e_loop-8 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#c_static_001-1692069374598 .e_loop-8 .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-1692069374598 .e_loop-8 .p_s_option {
}
#c_static_001-1692069374598 .e_loop-8 .multSelect {
  font-size: 13px;
  position: relative;
}
#c_static_001-1692069374598 .e_loop-8 .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-1692069374598 .e_loop-8 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#c_static_001-1692069374598 .e_loop-8 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#c_static_001-1692069374598 .e_loop-8 .multSelect ul,
li {
  list-style: none;
}
#c_static_001-1692069374598 .e_loop-8 .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-1692069374598 .e_loop-8 .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-1692069374598 .e_loop-8 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#c_static_001-1692069374598
  .e_loop-8
  .multSelect
  .multSelect-option
  > div.selected {
  color: #409eff;
}
#c_static_001-1692069374598
  .e_loop-8
  .multSelect
  .multSelect-option
  > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#c_static_001-1692069374598 .e_loop-8 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#c_static_001-1692069374598 .e_loop-8 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#c_static_001-1692069374598 .e_loop-8 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#c_static_001-1692069374598 .e_loop-8 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#c_static_001-1692069374598 .e_loop-8 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
} /* #c_static_001-1692069374598 .e_loop-8 .p_filter_close::before {
	content: "\2716";
}
*/ /* #c_static_001-1692069374598 .e_loop-8 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
#c_static_001-1692069374598 .e_loop-8 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#c_static_001-1692069374598 .e_loop-8 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#c_static_001-1692069374598 .e_loop-8 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#c_static_001-1692069374598 .e_loop-8 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#c_static_001-1692069374598 .e_loop-8 .p_split {
  margin: 0 5px;
}
#c_static_001-1692069374598 .e_loop-8 .p_normal {
  margin-right: 16px;
}
#c_static_001-1692069374598 .e_loop-8 .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-1692069374598 .e_loop-8 .input-check,
#c_static_001-1692069374598 .e_loop-8 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#c_static_001-1692069374598 .e_loop-8 .position-left {
  display: flex;
}
#c_static_001-1692069374598 .e_loop-8 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#c_static_001-1692069374598 .e_loop-8 .position-top {
  /* display:flex;
 */
}
#c_static_001-1692069374598 .e_loop-8 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#c_static_001-1692069374598 .e_loop-8 .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-1692069374598 .e_loop-8 .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-1692069374598 .e_loop-8 .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-1692069374598 .e_loop-8 .p_active .p_mbutton::before {
  display: block;
}
#c_static_001-1692069374598 .e_loop-8 .p_active .p_mbutton::after {
  display: block;
}
#c_static_001-1692069374598 .e_loop-8 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#c_static_001-1692069374598 .e_loop-8 .p_filter_result {
  display: inline-block;
}
#c_static_001-1692069374598 .e_loop-8 .p_contclear {
  cursor: pointer;
}
#c_static_001-1692069374598 .e_loop-8 .swiper-container {
  padding-bottom: 30px;
}
#c_static_001-1692069374598 .e_loop-8 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#c_static_001-1692069374598 .e_loop-8 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#c_static_001-1692069374598 .e_loop-8 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#c_static_001-1692069374598 .e_loop-8 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#c_static_001-1692069374598 .e_loop-8 .p_filter_result {
  display: none;
}
#c_static_001-1692069374598 .e_loop-8 .p_contclear {
  display: none;
}
#c_static_001-1692069374598 .e_loop-8 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#c_static_001-1692069374598 .e_loop-8 .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-1692069374598 .e_loop-8 .p_categoryActive {
  color: #409eff;
}
#c_static_001-1692069374598 .e_container-9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px #eee;
  padding: 2.5vw 2vw 3vw;
  transition: all 0.5s;
}
#c_static_001-1692069374598 .e_container-9:hover {
  transform: translateY(-20px);
}
#c_static_001-1692069374598 .e_container-9 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#c_static_001-1692069374598 .e_image-10 {
  overflow: hidden;
  display-radio: 1;
  max-width: 125px;
  max-height: 125px;
  width: 40%;
}
#c_static_001-1692069374598 .e_image-10 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_001-1692069374598 .e_text-11 {
  line-height: normal;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0px 5px;
}
#c_static_001-1692069374598 .e_text-12 {
  line-height: normal;
  margin-bottom: 20px;
  color: rgba(153, 153, 153, 1);
  font-family: 'Lato';
}
#c_static_001-1692069374598 .e_text-13 {
  line-height: 1.8;
  text-align: center;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  font_radio: 2;
  display-radio: 1;
}
@media screen and (max-width: 768px) {
  #c_static_001-1692069374598 .e_richText-3 span {
    font-size: 24px !important;
  }
  #c_static_001-1692069374598 .e_loop-8 .p_list {
    gap: 20px;
    flex-direction: column;
    margin-top: 30px;
  }
  #c_static_001-1692069374598 .e_container-1 {
    justify-content: flex-start;
  }
  #c_static_001-1692069374598 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #c_static_001-1692069374598 {
    display: none;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_static_001-1692069374598 .e_richText-3 span {
    font-size: 30px !important;
  }
  #c_static_001-1692069374598 .e_loop-8 .p_list {
    gap: 20px;
  }
  #c_static_001-1692069374598 .e_container-1 {
    justify-content: flex-start;
  }
}
#index-adv {
  min-height: 300px;
  background: url(../images/our_adv_bg.png) no-repeat;
  padding: 60px 0px 40px;
  display-radio: 1;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
}
#index-adv .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  width: 95%;
  max-width: 1600px;
  margin: 0px auto;
  display-radio: flex;
}
#index-adv .e_text-2 {
  line-height: normal;
  color: #307ec2;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Lato';
  font_radio: 2;
  display-radio: 1;
}
#index-adv .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;
}
#index-adv .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;
}
#index-adv .e_richText-3 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#index-adv .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;
}
#index-adv .e_richText-5 {
  margin: 20px 0px 15px;
  font_radio: 1;
  display-radio: 1;
}
#index-adv .e_richText-5 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;
}
#index-adv .e_richText-5 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;
}
#index-adv .e_richText-5 li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}
#index-adv .e_richText-5 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;
}
#index-adv .e_button-6 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 120px;
  border-radius: 0px;
  padding: 8px;
  border: 1px solid;
  border-image: linear-gradient(-80deg, #017bd1, #019a28) 1;
  background-color: #eff8ff;
  color: #333;
  background_radio: 1;
  border_radio: 1;
  font_radio: 1;
  radius_radio: 1;
  display-radio: block;
}
#index-adv .e_button-6 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}
#index-adv .e_button-6::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
#index-adv .e_button-6:hover::after {
  opacity: 1;
}
#index-adv .e_container-7 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
  display-radio: flex;
}
#index-adv .e_container-7 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#index-adv .e_container-7 .p_item {
  display-radio: 1;
}
#index-adv .e_loop-8 .p_list {
  display: none;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 40px;
  position: relative;
  max-width: 100%;
}
#index-adv .e_loop-8 .p_loopitem {
  flex: 1;
  position: relative;
}
#index-adv .e_loop-8 .p_page {
  text-align: center;
}
#index-adv .e_loop-8 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#index-adv .e_loop-8 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#index-adv .e_loop-8 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#index-adv .e_loop-8 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#index-adv .e_loop-8 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}
#index-adv .e_loop-8 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#index-adv .e_loop-8 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#index-adv .e_loop-8 .p_s_option {
}
#index-adv .e_loop-8 .multSelect {
  font-size: 13px;
  position: relative;
}
#index-adv .e_loop-8 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#index-adv .e_loop-8 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#index-adv .e_loop-8 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#index-adv .e_loop-8 .multSelect ul,
li {
  list-style: none;
}
#index-adv .e_loop-8 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#index-adv .e_loop-8 .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;
}
#index-adv .e_loop-8 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#index-adv .e_loop-8 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#index-adv .e_loop-8 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#index-adv .e_loop-8 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#index-adv .e_loop-8 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#index-adv .e_loop-8 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#index-adv .e_loop-8 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#index-adv .e_loop-8 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}
#index-adv .e_loop-8 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#index-adv .e_loop-8 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#index-adv .e_loop-8 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#index-adv .e_loop-8 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#index-adv .e_loop-8 .p_split {
  margin: 0 5px;
}
#index-adv .e_loop-8 .p_normal {
  margin-right: 16px;
}
#index-adv .e_loop-8 .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;
}
#index-adv .e_loop-8 .input-check,
#index-adv .e_loop-8 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#index-adv .e_loop-8 .position-left {
  display: flex;
}
#index-adv .e_loop-8 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#index-adv .e_loop-8 .position-top {
}
#index-adv .e_loop-8 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#index-adv .e_loop-8 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#index-adv .e_loop-8 .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;
}
#index-adv .e_loop-8 .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;
}
#index-adv .e_loop-8 .p_active .p_mbutton::before {
  display: block;
}
#index-adv .e_loop-8 .p_active .p_mbutton::after {
  display: block;
}
#index-adv .e_loop-8 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#index-adv .e_loop-8 .p_filter_result {
  display: inline-block;
}
#index-adv .e_loop-8 .p_contclear {
  cursor: pointer;
}
#index-adv .e_loop-8 .swiper-container {
  padding-bottom: 30px;
}
#index-adv .e_loop-8 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#index-adv .e_loop-8 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#index-adv .e_loop-8 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#index-adv .e_loop-8 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#index-adv .e_loop-8 .p_filter_result {
  display: none;
}
#index-adv .e_loop-8 .p_contclear {
  display: none;
}
#index-adv .e_loop-8 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#index-adv .e_loop-8 .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;
}
#index-adv .e_loop-8 .p_categoryActive {
  color: #409eff;
}
#index-adv .e_container-9 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px #eee;
  padding: 2.5vw 2vw 3vw;
  transition: all 0.5s;
  display-radio: flex;
}
#index-adv .e_container-9:hover {
  transform: translateY(-20px);
}
#index-adv .e_container-9 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index-adv .e_image-10 {
  overflow: hidden;
  display-radio: 1;
  max-height: 50px;
  max-width: none;
  margin-left: 0px;
  margin-right: auto;
  width: auto;
}
#index-adv .e_image-10 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#index-adv .e_text-11 {
  line-height: normal;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px 5px;
  font_radio: 2;
  display-radio: 1;
  margin-left: 0px;
  margin-right: auto;
}
#index-adv .e_text-12 {
  line-height: normal;
  margin-bottom: 20px;
  color: rgba(153, 153, 153, 1);
  font-family: 'Lato';
  font_radio: 2;
  display-radio: 1;
  margin-left: 0px;
  margin-right: auto;
}
#index-adv .e_text-13 {
  line-height: 1.8;
  text-align: left;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  font_radio: 2;
  display-radio: 1;
}
#index-adv .e_container-1 .cbox-1-0 {
  align-self: center;
  flex: 0 0 50%;
}
#index-adv .e_container-1 .cbox-1-1 {
  flex: 1;
  align-self: center;
}
#index-adv .e_container-1 .p_item {
  display-radio: 1;
}
#index-adv .e_richText-3 {
  font_radio: 1;
  display-radio: 1;
}
#index-adv .e_video-14 {
  width: 100%;
  position: relative;
  border: 2px solid;
  border-image: linear-gradient(-80deg, #017bd1, #019a28) 1;
  box-shadow: 0px 0px 5px #ccc;
}
#index-adv .e_video-14 video {
  width: 100%;
  display: block;
}
#index-adv .e_video-14 .p_video {
  position: relative;
}
#index-adv .e_video-14 .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#index-adv .e_video-14 .cover .coverImage {
  width: 100%;
  height: 100%;
  display: none;
}
#index-adv .e_video-14 .cover .coverImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-adv .e_video-14 .cover .playBtn {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin: -40px auto auto -40px;
  cursor: pointer;
}
#index-adv .e_container-15 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0px;
  padding-left: 6%;
}
#index-adv .e_container-15 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#index-adv .e_container-9 .p_item {
  display-radio: 1;
}
#index-adv .e_loop-16 .p_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.6vw;
  gap: 10px;
  position: relative;
  max-width: 100%;
}
#index-adv .e_loop-16 .p_loopitem {
  flex: 1;
  position: relative;
}
#index-adv .e_loop-16 .p_page {
  text-align: center;
}
#index-adv .e_loop-16 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#index-adv .e_loop-16 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#index-adv .e_loop-16 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#index-adv .e_loop-16 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#index-adv .e_loop-16 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}
#index-adv .e_loop-16 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#index-adv .e_loop-16 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#index-adv .e_loop-16 .multSelect {
  font-size: 13px;
  position: relative;
}
#index-adv .e_loop-16 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#index-adv .e_loop-16 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#index-adv .e_loop-16 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#index-adv .e_loop-16 .multSelect ul,
li {
  list-style: none;
}
#index-adv .e_loop-16 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#index-adv .e_loop-16 .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;
}
#index-adv .e_loop-16 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#index-adv .e_loop-16 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#index-adv .e_loop-16 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#index-adv .e_loop-16 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#index-adv .e_loop-16 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#index-adv .e_loop-16 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#index-adv .e_loop-16 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#index-adv .e_loop-16 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}
#index-adv .e_loop-16 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#index-adv .e_loop-16 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#index-adv .e_loop-16 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#index-adv .e_loop-16 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#index-adv .e_loop-16 .p_split {
  margin: 0 5px;
}
#index-adv .e_loop-16 .p_normal {
  margin-right: 16px;
}
#index-adv .e_loop-16 .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;
}
#index-adv .e_loop-16 .input-check,
.e_loop-16 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#index-adv .e_loop-16 .position-left {
  display: flex;
}
#index-adv .e_loop-16 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#index-adv .e_loop-16 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#index-adv .e_loop-16 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#index-adv .e_loop-16 .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;
}
#index-adv .e_loop-16 .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;
}
#index-adv .e_loop-16 .p_active .p_mbutton::before {
  display: block;
}
#index-adv .e_loop-16 .p_active .p_mbutton::after {
  display: block;
}
#index-adv .e_loop-16 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#index-adv .e_loop-16 .p_filter_result {
  display: none;
}
#index-adv .e_loop-16 .p_contclear {
  cursor: pointer;
  display: none;
}
#index-adv .e_loop-16 .swiper-container {
  padding-bottom: 30px;
}
#index-adv .e_loop-16 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#index-adv .e_loop-16 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#index-adv .e_loop-16 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#index-adv .e_loop-16 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#index-adv .e_loop-16 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#index-adv .e_loop-16 .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;
}
#index-adv .e_loop-16 .p_categoryActive {
  color: #409eff;
}
#index-adv .e_container-17 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 10px #eee;
  padding: 1vw;
  transition: all 0.5s;
  display-radio: flex;
}
#index-adv .e_container-17:hover {
  transform: translateY(-10px);
}
#index-adv .e_container-17 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#index-adv .e_container-17 .p_item {
  display-radio: 1;
}
#index-adv .e_image-18 {
  overflow: hidden;
  display-radio: 1;
  max-height: 50px;
  max-width: none;
  margin-left: 0px;
  margin-right: auto;
  width: auto;
}
#index-adv .e_image-18 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#index-adv .e_text-19 {
  line-height: normal;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0px 5px;
  font_radio: 2;
  display-radio: 1;
  margin-left: 0px;
  margin-right: auto;
}
#index-adv .e_text-20 {
  line-height: normal;
  margin-bottom: 20px;
  color: rgba(153, 153, 153, 1);
  font-family: 'Lato';
  font_radio: 2;
  display-radio: 1;
  margin-left: 0px;
  margin-right: auto;
}
#index-adv .e_text-21 {
  line-height: 1.5;
  text-align: left;
  font-size: 12px;
  color: #999;
  display: none;
}
@media screen and (max-width: 768px) {
  #index-adv .e_richText-3 span {
    font-size: 24px !important;
  }
  #index-adv .e_loop-8 .p_list {
    gap: 20px;
    flex-direction: column;
    margin-top: 30px;
  }
  #index-adv .e_container-1 {
    justify-content: flex-start;
    display-radio: 1;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.8);
    padding-bottom: 20px;
  }
  #index-adv .e_video-14 {
    display-radio: 1;
    margin-bottom: 20px;
  }
  #index-adv .e_container-15 {
    display-radio: 1;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    padding-left: 0px;
    padding-right: 0px;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #index-adv {
    display-radio: 1;
    background-fill-value: background-image;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023071116382253210/cms/image/980f890b-56e4-4542-bb57-9dfcbf43cb86.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    background-attachment: fixed;
  }
  #index-adv .e_loop-16 .p_list {
    gap: 20px;
    flex-direction: column;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #index-adv .e_richText-3 span {
    font-size: 30px !important;
  }
  #index-adv .e_loop-8 .p_list {
    gap: 20px;
  }
  #index-adv .e_container-1 {
    justify-content: flex-start;
  }
  #index-adv .e_loop-16 .p_list {
    gap: 20px;
  }
}
#index-product {
  min-height: 300px;
  padding: 40px 0px;
}
#index-product .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
}
#index-product .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 95%;
  max-width: 1400px;
  margin: 50px auto 0px;
}
#index-product .e_container-2 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#index-product .e_text-3 {
  font-family: 'Lato';
  font-size: 30px;
  color: rgba(227, 227, 227, 1);
  font-weight: bold;
  font_radio: 2;
  display-radio: 1;
  margin-bottom: 10px;
}
#index-product .e_text-4 {
  font_radio: 2;
  display-radio: 1;
  font-size: 36px;
  font-weight: bold;
}
#index-product .e_line-5 {
  margin: 30px 0px 0px;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: rgba(48, 126, 194, 1);
  width: 80px;
}
#index-product .e_text-6 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 18px;
  color: rgba(86, 178, 49, 1);
}
#index-product .e_loop-7 .p_list {
  display: flex;
  flex-wrap: wrap;
  position: relative; /*解决无缝滚动在循环体多列展示问题  */
  max-width: 100%; /* 解决无缝滚动在循环体多列展示问题 */
}
#index-product .e_loop-7 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
  padding: 5px;
}
#index-product .e_loop-7 .p_page {
  text-align: center;
}
#index-product .e_loop-7 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#index-product .e_loop-7 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#index-product .e_loop-7 .p_filter_key {
  /* min-width:80px;
 */
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#index-product .e_loop-7 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#index-product .e_loop-7 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue; /* border-radius:2px;
 */
}
#index-product .e_loop-7 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#index-product .e_loop-7 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#index-product .e_loop-7 .p_s_option {
}
#index-product .e_loop-7 .multSelect {
  font-size: 13px;
  position: relative;
}
#index-product .e_loop-7 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#index-product .e_loop-7 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#index-product .e_loop-7 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#index-product .e_loop-7 .multSelect ul,
li {
  list-style: none;
}
#index-product .e_loop-7 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#index-product .e_loop-7 .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;
}
#index-product .e_loop-7 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#index-product .e_loop-7 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#index-product .e_loop-7 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#index-product .e_loop-7 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#index-product .e_loop-7 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#index-product .e_loop-7 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#index-product .e_loop-7 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#index-product .e_loop-7 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
} /* #index-product .e_loop-7 .p_filter_close::before {
	content: "\2716";
}
*/ /* #index-product .e_loop-7 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
#index-product .e_loop-7 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#index-product .e_loop-7 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#index-product .e_loop-7 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#index-product .e_loop-7 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#index-product .e_loop-7 .p_split {
  margin: 0 5px;
}
#index-product .e_loop-7 .p_normal {
  margin-right: 16px;
}
#index-product .e_loop-7 .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;
}
#index-product .e_loop-7 .input-check,
#index-product .e_loop-7 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#index-product .e_loop-7 .position-left {
  display: flex;
}
#index-product .e_loop-7 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#index-product .e_loop-7 .position-top {
  /* display:flex;
 */
}
#index-product .e_loop-7 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#index-product .e_loop-7 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#index-product .e_loop-7 .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;
}
#index-product .e_loop-7 .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;
}
#index-product .e_loop-7 .p_active .p_mbutton::before {
  display: block;
}
#index-product .e_loop-7 .p_active .p_mbutton::after {
  display: block;
}
#index-product .e_loop-7 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#index-product .e_loop-7 .p_filter_result {
  display: inline-block;
}
#index-product .e_loop-7 .p_contclear {
  cursor: pointer;
}
#index-product .e_loop-7 .swiper-container {
  padding-bottom: 30px;
}
#index-product .e_loop-7 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#index-product .e_loop-7 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#index-product .e_loop-7 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#index-product .e_loop-7 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#index-product .e_loop-7 .p_filter_result {
  display: none;
}
#index-product .e_loop-7 .p_contclear {
  display: none;
}
#index-product .e_loop-7 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#index-product .e_loop-7 .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;
}
#index-product .e_loop-7 .p_categoryActive {
  color: #409eff;
}
#index-product .e_container-8 {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px 0px 10px #eee;
}
#index-product .e_container-8:hover .e_text-10 {
  color: #55b134;
}
#index-product .e_container-8:hover img {
  transform: scale(1.1);
}
#index-product .e_container-8 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#index-product .e_container-8 .cbox-8-1 {
  padding: 20px 15px;
}
#index-product .e_image-9 {
  overflow: hidden;
  position: relative;
  padding-top: 65%;
}
#index-product .e_image-9 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  object-fit: contain;
  transition: all 0.5s;
}
#index-product .e_text-10 {
  line-height: normal;
  transition: all 0.5s;
  letter-spacing: 1px;
  text-align: center;
}
#index-product .saf-sBar .saf-s-Btn {
  display: none;
}
#index-product .saf-sBar .saf-cn-pagination {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #index-product {
    padding: 20px 0px;
  }
  #index-product .e_text-3 {
    font-size: 18px;
  }
  #index-product .e_text-4 {
    font-size: 24px;
  }
  #index-product .e_text-6 {
    font-size: 14px;
  }
  #index-product .e_line-5 {
    margin: 10px 0px 0px;
  }
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #index-product .e_text-3 {
    font-size: 20px;
  }
  #index-product .e_text-4 {
    font-size: 26px;
  }
  #index-product .e_text-6 {
    font-size: 16px;
  }
  #index-product .e_line-5 {
    margin: 20px 0px 0px;
  }
}
#index-case {
  min-height: 300px;
  padding: 40px 0px;
  background-color: #fafafa;
}
#index-case .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
  position: relative;
}
#index-case .e_container-2 .cbox-2-0 {
  width: 30%;
}
#index-case .e_container-2 .cbox-2-1 {
  width: 60%;
}
#index-case .e_text-7 {
  line-height: 1.8;
  color: #666;
  margin: 30px 0px 50px;
  font_radio: 2;
  display-radio: 1;
}
#index-case .e_text-8 {
  line-height: normal;
  color: #666;
}
#index-case .e_loop-9 .p_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  max-width: 100%;
}
#index-case .e_loop-9 .p_loopitem {
  position: relative;
  padding: 8px 10px;
  border: 1px solid #55b134;
  border-radius: 5px;
  overflow: hidden;
}
#index-case .e_loop-9 .p_loopitem::before,
#index-case .e_loop-9 .p_loopitem::after {
  content: '';
  position: absolute;
  width: 300%;
  aspect-ratio: 1;
  background-color: rgba(85, 177, 52, 0.4);
  border-radius: 40%;
  transition: all 1.6s;
  top: 200%;
}
#index-case .e_loop-9 .p_loopitem::before {
  left: -80%;
  transform: translateY(0%) rotate(-340deg);
}
#index-case .e_loop-9 .p_loopitem::after {
  right: -80%;
  transform: translateY(0%) rotate(390deg);
}
#index-case .e_loop-9 .p_loopitem:hover::before,
#index-case .e_loop-9 .p_loopitem:hover::after {
  transform: translateY(-50%) rotate(0deg);
  background-color: rgba(85, 177, 52, 0.7);
}
#index-case .e_loop-9 .p_loopitem:hover .e_text-10 {
  color: #fff;
  transition: all 0.8s;
}
#index-case .e_loop-9 .p_page {
  text-align: center;
}
#index-case .e_loop-9 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#index-case .e_loop-9 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#index-case .e_loop-9 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#index-case .e_loop-9 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#index-case .e_loop-9 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}
#index-case .e_loop-9 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#index-case .e_loop-9 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#index-case .e_loop-9 .p_s_option {
}
#index-case .e_loop-9 .multSelect {
  font-size: 13px;
  position: relative;
}
#index-case .e_loop-9 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#index-case .e_loop-9 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#index-case .e_loop-9 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#index-case .e_loop-9 .multSelect ul,
li {
  list-style: none;
}
#index-case .e_loop-9 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#index-case .e_loop-9 .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;
}
#index-case .e_loop-9 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#index-case .e_loop-9 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#index-case .e_loop-9 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#index-case .e_loop-9 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#index-case .e_loop-9 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#index-case .e_loop-9 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#index-case .e_loop-9 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#index-case .e_loop-9 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}
#index-case .e_loop-9 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#index-case .e_loop-9 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#index-case .e_loop-9 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#index-case .e_loop-9 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#index-case .e_loop-9 .p_split {
  margin: 0 5px;
}
#index-case .e_loop-9 .p_normal {
  margin-right: 16px;
}
#index-case .e_loop-9 .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;
}
#index-case .e_loop-9 .input-check,
#index-case .e_loop-9 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#index-case .e_loop-9 .position-left {
  display: flex;
}
#index-case .e_loop-9 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#index-case .e_loop-9 .position-top {
}
#index-case .e_loop-9 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#index-case .e_loop-9 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#index-case .e_loop-9 .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;
}
#index-case .e_loop-9 .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;
}
#index-case .e_loop-9 .p_active .p_mbutton::before {
  display: block;
}
#index-case .e_loop-9 .p_active .p_mbutton::after {
  display: block;
}
#index-case .e_loop-9 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#index-case .e_loop-9 .p_filter_result {
  display: inline-block;
}
#index-case .e_loop-9 .p_contclear {
  cursor: pointer;
}
#index-case .e_loop-9 .swiper-container {
  padding-bottom: 30px;
}
#index-case .e_loop-9 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#index-case .e_loop-9 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#index-case .e_loop-9 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#index-case .e_loop-9 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#index-case .e_loop-9 .p_filter_result {
  display: none;
}
#index-case .e_loop-9 .p_contclear {
  display: none;
}
#index-case .e_loop-9 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#index-case .e_loop-9 .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;
}
#index-case .e_loop-9 .p_categoryActive {
  color: #409eff;
}
#index-case .e_text-10 {
  line-height: normal;
  transition: all 0.3s ease 0.3s;
  z-index: 1;
  color: #55b134;
  position: relative;
}
#index-case .e_loop-11 .p_page {
  text-align: center;
}
#index-case .e_loop-11 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#index-case .e_loop-11 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#index-case .e_loop-11 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#index-case .e_loop-11 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#index-case .e_loop-11 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue;
}
#index-case .e_loop-11 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#index-case .e_loop-11 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#index-case .e_loop-11 .p_s_option {
}
#index-case .e_loop-11 .multSelect {
  font-size: 13px;
  position: relative;
}
#index-case .e_loop-11 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#index-case .e_loop-11 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#index-case .e_loop-11 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#index-case .e_loop-11 .multSelect ul,
li {
  list-style: none;
}
#index-case .e_loop-11 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#index-case .e_loop-11 .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;
}
#index-case .e_loop-11 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#index-case .e_loop-11 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#index-case .e_loop-11 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#index-case .e_loop-11 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#index-case .e_loop-11 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#index-case .e_loop-11 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#index-case .e_loop-11 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#index-case .e_loop-11 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}
#index-case .e_loop-11 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#index-case .e_loop-11 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#index-case .e_loop-11 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#index-case .e_loop-11 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#index-case .e_loop-11 .p_split {
  margin: 0 5px;
}
#index-case .e_loop-11 .p_normal {
  margin-right: 16px;
}
#index-case .e_loop-11 .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;
}
#index-case .e_loop-11 .input-check,
#index-case .e_loop-11 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#index-case .e_loop-11 .position-left {
  display: flex;
}
#index-case .e_loop-11 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#index-case .e_loop-11 .position-top {
}
#index-case .e_loop-11 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#index-case .e_loop-11 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#index-case .e_loop-11 .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;
}
#index-case .e_loop-11 .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;
}
#index-case .e_loop-11 .p_active .p_mbutton::before {
  display: block;
}
#index-case .e_loop-11 .p_active .p_mbutton::after {
  display: block;
}
#index-case .e_loop-11 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#index-case .e_loop-11 .p_filter_result {
  display: inline-block;
}
#index-case .e_loop-11 .p_contclear {
  cursor: pointer;
}
#index-case .e_loop-11 .swiper-container {
  padding-bottom: 30px;
}
#index-case .e_loop-11 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#index-case .e_loop-11 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#index-case .e_loop-11 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#index-case .e_loop-11 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#index-case .e_loop-11 .p_filter_result {
  display: none;
}
#index-case .e_loop-11 .p_contclear {
  display: none;
}
#index-case .e_loop-11 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#index-case .e_loop-11 .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;
}
#index-case .e_loop-11 .p_categoryActive {
  color: #409eff;
}
#index-case .e_container-12 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 100px;
  margin-top: 30px;
}
#index-case .e_container-12 .cbox-12-1 {
  background: linear-gradient(-50deg, #307ec2, #56b231);
  padding: 2vw;
  position: absolute;
  right: 86%;
  bottom: 0px;
  width: 80%;
  max-width: 800px;
  z-index: 1;
}
#index-case .e_image-13 {
  overflow: hidden;
  display-radio: 1;
}
#index-case .e_image-13 img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: cover;
}
#index-case .e_text-14 {
  line-height: normal;
  margin-bottom: 1vw;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}
#index-case .e_text-15 {
  line-height: 1.8;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#index-case .swiper,
#index-case .swiper-slide {
  overflow: inherit;
}
#index-case .swiper-button {
  position: absolute;
  bottom: 80px;
  right: 60px;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
  gap: 10px;
}
#index-case .swiper-button-next,
#index-case .swiper-button-prev {
  position: static;
  width: 80px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-case .swiper-button-next {
  background-color: #307ec2;
}
#index-case .swiper-button-prev {
  background-color: #56b231;
}
#index-case .swiper-button-next::after,
#index-case .swiper-button-prev::after {
  color: #fff;
  font-size: 20px;
}
#index-case .e_container-16 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
  display-radio: flex;
}
#index-case .e_text-17 {
  font-family: 'Lato';
  font-size: 30px;
  color: rgba(227, 227, 227, 1);
  font-weight: bold;
  margin-bottom: 10px;
}
#index-case .e_text-18 {
  font_radio: 2;
  display-radio: 1;
  font-size: 36px;
  font-weight: bold;
}
#index-case .e_line-19 {
  margin: 20px 0px 0px;
  border-top-style: solid;
  border-top-width: 3px;
  border-image: linear-gradient(-50deg, #017bd1, #019a28) 1;
  width: 140px;
  display-radio: 1;
}
@media screen and (max-width: 768px) {
  #index-case {
    padding: 20px 0px;
    display-radio: 1;
  }
  #index-case .e_container-2 {
    flex-direction: column;
  }
  #index-case .e_container-2 .cbox-2-0,
  #index-case .e_container-2 .cbox-2-1 {
    width: 100%;
  }
  #index-case .e_container-12 .cbox-12-1 {
    position: static;
    width: 100%;
  }
  #index-case .swiper-button {
    position: static;
    height: 60px;
    align-items: flex-end;
    margin-top: 10px;
  }
  #index-case .e_container-12 {
    padding-bottom: 0px;
  }
  #index-case .e_text-7 {
    margin: 10px 0px 15px;
  }
  #index-case .e_loop-9 .p_list {
    display: none;
  }
  #index-case .e_text-14 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #index-case .e_text-17 {
    font-size: 18px;
  }
  #index-case .e_text-18 {
    font-size: 24px;
  }
  #index-case .e_line-19 {
    margin: 10px 0px 0px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #index-case .e_text-14 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  #index-case .e_container-2 .cbox-2-0 {
    width: 35%;
  }
  #index-case .swiper-button-next,
  #index-case .swiper-button-prev {
    width: 60px;
    height: 50px;
  }
  #index-case .swiper-button-next::after,
  #index-case .swiper-button-prev::after {
  }
  #index-case .e_text-17 {
    font-size: 20px;
  }
  #index-case .e_text-18 {
    font-size: 26px;
  }
  #index-case .e_line-19 {
    margin: 20px 0px 0px;
  }
}
#index-service {
  min-height: 300px;
  padding: 40px 0px;
  background: url(../images/service-bg.jpg) no-repeat fixed;
  background-size: cover;
}
#index-service .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
  display-radio: flex;
}
#index-service .e_container-1 .cbox-1-0 {
  width: 35%;
}
#index-service .e_container-1 .cbox-1-1 {
  width: 55%;
}
#index-service .e_image-2 {
  overflow: hidden;
  display-radio: 1;
}
#index-service .e_image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#index-service .e_container-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#index-service .e_text-4 {
  font-family: 'Lato';
  font-size: 30px;
  color: rgba(227, 227, 227, 1);
  font-weight: bold;
  margin-bottom: 10px;
}
#index-service .e_text-5 {
  font_radio: 2;
  display-radio: 1;
  font-size: 36px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
}
#index-service .e_text-8 {
  display: inline-block;
  background-color: #999999;
  border-radius: 50%;
  color: #fff;
  padding: 4px;
  font-size: 14px;
  cursor: pointer;
}
#index-service .swiper-slide-thumb-active .e_text-8 {
  background: linear-gradient(-80deg, #307ec2, #56b231);
}
#index-service .e_loop-7 .p_loopitem:not(:last-child) .e_text-8::after {
  content: '';
  position: absolute;
  width: calc(100% - 45px);
  height: 1px;
  margin-left: 15px;
  top: 12px;
  background-color: #999999;
}
#index-service .e_text-9 {
  line-height: normal;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s;
  margin-top: 15px;
}
#index-service .swiper-slide-thumb-active .e_text-9 {
  color: #fff;
  font-size: 16px;
}
#index-service .e_container-10 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
#index-service .e_container-10 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#index-service .e_container-12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
}
#index-service .e_container-12 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#index-service .e_text-13 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  color: rgba(255, 255, 255, 1);
}
#index-service .e_loop-7 .p_list {
  justify-content: space-between;
  margin: 3.5vw 0px 2.5vw;
}
#index-service .e_loop-7 .p_loopitem {
  flex: 1;
}
#index-service .e_loop-7 .p_loopitem:last-child {
  flex: none;
  width: auto !important;
}
@media screen and (max-width: 768px) {
  #index-service {
    padding: 20px 0px;
  }
  #index-service .e_text-4 {
    font-size: 18px;
  }
  #index-service .e_text-5 {
    font-size: 24px;
  }
  #index-service .e_loop-7 .p_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 30px 0px 20px;
  }
  #index-service .e_loop-7 .p_loopitem {
    flex: 0 0 calc(100% / 3);
  }
  #index-service .e_loop-7 .p_loopitem .e_text-8::after {
    display: none;
  }
  #index-service .e_loop-7 .p_loopitem:nth-child(-n + 3) {
    margin-bottom: 20px;
  }
  #index-service .e_container-1 {
    flex-direction: column-reverse;
    gap: 30px;
  }
  #index-service .e_container-1 .cbox-1-0,
  #index-service .e_container-1 .cbox-1-1 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #index-service .e_text-4 {
    font-size: 20px;
  }
  #index-service .e_text-5 {
    font-size: 26px;
  }
  #index-service .e_loop-7 .p_list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #index-service .e_loop-7 .p_loopitem {
    flex: 0 0 calc(100% / 4);
  }
  #index-service .e_loop-7 .p_loopitem .e_text-8::after {
    display: none;
  }
  #index-service .e_loop-7 .p_loopitem:nth-child(-n + 3) {
    margin-bottom: 30px;
  }
}
#index-about {
  min-height: 300px;
  padding: 60px 0px;
  background-color: #fafafa;
  display-radio: 1;
}
#index-about .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
}
#index-about .e_container-1 .cbox-1-0 {
  position: relative;
  flex: 0 0 52%;
}
#index-about .e_container-1 .cbox-1-1 {
  flex: 0 0 42%;
}
#index-about .e_image-2 {
  overflow: hidden;
}
#index-about .e_image-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#index-about .e_image-3 {
  overflow: hidden;
  width: 110px;
  height: 110px;
  position: absolute;
  top: 16%;
  right: 8%;
  display: none;
}
#index-about .e_image-3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#index-about .e_text-4 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 36px;
  font-weight: bold;
}
#index-about .e_text-5 {
  line-height: normal;
  margin-top: 30px;
  font_radio: 2;
  display-radio: 1;
  font-size: 20px;
  font-weight: bold;
  color: rgba(82, 173, 62, 1);
}
#index-about .e_text-7 {
  line-height: 1.8;
  font-size: 14px;
  color: #666;
  text-indent: 2rem;
  margin-top: 4vw;
}
#index-about .e_text-8 {
  line-height: 1.8;
  font-size: 14px;
  color: #666;
  text-indent: 2rem;
  margin-top: 30px;
}
#index-about .e_container-9 {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  margin-top: 4vw;
  background-color: #fff;
  box-shadow: 0px 0px 5px #ccc;
  border-radius: 6px;
  gap: 10px;
}
#index-about .e_text-10 {
  line-height: normal;
  color: #307ec2;
  display: flex;
  gap: 10px;
}
#index-about .e_text-11 {
  display: inline-block;
  font-family: '华文行楷';
  font-size: 24px;
  background-image: linear-gradient(0deg, #307ec2, #56b231);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font_radio: 2;
  display-radio: inline-block;
}
@media screen and (max-width: 768px) {
  #index-about {
    padding: 20px 0px;
  }
  #index-about .e_container-1 {
    flex-direction: column-reverse;
    gap: 30px;
  }
  #index-about .e_text-4 {
    font-size: 24px;
  }
  #index-about .e_text-5 {
    font-size: 16px;
  }
  #index-about .e_text-10 {
    font-size: 14px;
  }
  #index-about .e_text-10 svg {
    width: 20px;
    height: 20px;
  }
  #index-about .e_text-11 {
    font-size: 16px;
  }
  #index-about .e_container-9 {
    padding: 20px 10px;
  }
  #index-about .e_text-7 {
    margin-top: 25px;
  }
  #index-about .e_text-8 {
    margin-top: 10px;
  }
  #index-about .e_image-3 {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #index-about .e_image-3 {
    width: 90px;
    height: 90px;
  }
  #index-about .e_text-4 {
    font-size: 30px;
  }
  #index-about .e_text-5 {
    font-size: 18px;
  }
  #index-about .e_container-1 {
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
  }
  #index-about .e_container-9 {
    width: auto;
    gap: 20px;
  }
  #index-about .e_text-7 {
    margin-top: 25px;
  }
  #index-about .e_text-8 {
    margin-top: 10px;
  }
  #index-about .e_text-10 {
    font-size: 14px;
  }
  #index-about .e_text-10 svg {
    width: 20px;
    height: 20px;
  }
  #index-about .e_text-11 {
    font-size: 20px;
  }
}
#index-news {
  min-height: 300px;
  padding: 40px 0px 60px;
}
#index-news .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 95%;
  max-width: 1400px;
  margin: 0px auto;
  text-align: center;
}
#index-news .e_text-2 {
  font-family: 'Lato';
  font-size: 30px;
  color: rgba(227, 227, 227, 1);
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 204.13px;
}
#index-news .e_text-3 {
  font_radio: 2;
  display-radio: 1;
  font-size: 36px;
  font-weight: bold;
}
#index-news .e_container-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 95%;
  max-width: 1400px;
  margin: 6vw auto 0px;
}
#index-news .e_container-4 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#index-news .e_loop-5 .p_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  position: relative; /*解决无缝滚动在循环体多列展示问题  */
  max-width: 100%; /* 解决无缝滚动在循环体多列展示问题 */
}
#index-news .e_loop-5 .p_loopitem {
  flex: 0 0 calc((100% - 80px) / 3);
  position: relative;
}
#index-news .e_loop-5 .p_page {
  text-align: center;
}
#index-news .e_loop-5 .p_filter_wrapper {
  width: 100%;
  font-size: 13px;
}
#index-news .e_loop-5 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0;
}
#index-news .e_loop-5 .p_filter_key {
  /* min-width:80px;
 */
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px;
}
#index-news .e_loop-5 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px;
}
#index-news .e_loop-5 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue; /* border-radius:2px;
 */
}
#index-news .e_loop-5 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#index-news .e_loop-5 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#index-news .e_loop-5 .p_s_option {
}
#index-news .e_loop-5 .multSelect {
  font-size: 13px;
  position: relative;
}
#index-news .e_loop-5 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 24px;
  border: 1px solid #dcdfe6;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  background: white;
}
#index-news .e_loop-5 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#index-news .e_loop-5 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#index-news .e_loop-5 .multSelect ul,
li {
  list-style: none;
}
#index-news .e_loop-5 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 0px 5px;
  margin: 1px 5px 1px 0;
  border-radius: 5px;
  line-height: 16px;
}
#index-news .e_loop-5 .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;
}
#index-news .e_loop-5 .multSelect .multSelect-option > div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px;
}
#index-news .e_loop-5 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#index-news .e_loop-5 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#index-news .e_loop-5 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#index-news .e_loop-5 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
#index-news .e_loop-5 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#index-news .e_loop-5 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#index-news .e_loop-5 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
} /* #index-news .e_loop-5 .p_filter_close::before {
	content: "\2716";
}
*/ /* #index-news .e_loop-5 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
#index-news .e_loop-5 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px;
}
#index-news .e_loop-5 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px;
}
#index-news .e_loop-5 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px;
}
#index-news .e_loop-5 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px;
}
#index-news .e_loop-5 .p_split {
  margin: 0 5px;
}
#index-news .e_loop-5 .p_normal {
  margin-right: 16px;
}
#index-news .e_loop-5 .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;
}
#index-news .e_loop-5 .input-check,
#index-news .e_loop-5 .input-radio {
  margin: 0 5px;
  vertical-align: text-top;
}
#index-news .e_loop-5 .position-left {
  display: flex;
}
#index-news .e_loop-5 .position-right {
  display: flex;
  flex-direction: row-reverse;
}
#index-news .e_loop-5 .position-top {
  /* display:flex;
 */
}
#index-news .e_loop-5 .position-bottom {
  display: flex;
  flex-direction: column-reverse;
}
#index-news .e_loop-5 .p_mbutton {
  border: 1px solid #409eff;
  text-decoration: none;
  color: #409eff;
  font-size: 14px;
  text-align: center;
  padding: 10px 25px;
  position: relative;
  overflow: hidden;
}
#index-news .e_loop-5 .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;
}
#index-news .e_loop-5 .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;
}
#index-news .e_loop-5 .p_active .p_mbutton::before {
  display: block;
}
#index-news .e_loop-5 .p_active .p_mbutton::after {
  display: block;
}
#index-news .e_loop-5 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
}
#index-news .e_loop-5 .p_filter_result {
  display: inline-block;
}
#index-news .e_loop-5 .p_contclear {
  cursor: pointer;
}
#index-news .e_loop-5 .swiper-container {
  padding-bottom: 30px;
}
#index-news .e_loop-5 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden;
}
#index-news .e_loop-5 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px;
}
#index-news .e_loop-5 .p_imgwrapper img {
  width: 100%;
  object-fit: cover;
}
#index-news .e_loop-5 .p_active .p_imgwrapper {
  border: 1px solid #409eff;
}
#index-news .e_loop-5 .p_filter_result {
  display: none;
}
#index-news .e_loop-5 .p_contclear {
  display: none;
}
#index-news .e_loop-5 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal;
}
#index-news .e_loop-5 .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;
}
#index-news .e_loop-5 .p_categoryActive {
  color: #409eff;
}
#index-news .e_container-6 {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#index-news .e_container-6 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#index-news .e_container-6 .cbox-6-1 {
  padding: 30px 20px;
  position: relative;
}
#index-news .e_container-6 .cbox-6-1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: linear-gradient(-50deg, #307ec2, #56b231);
  opacity: 0;
  transition: all 0.5s;
}
#index-news .e_container-6:hover .cbox-6-1::after {
  opacity: 1;
}
#index-news .e_container-6:hover img {
  transform: scale(1.1);
}
#index-news .e_container-6:hover .e_timeFormat-8,
#index-news .e_container-6:hover .e_text-9,
#index-news .e_container-6:hover .e_text-10 {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
#index-news .e_image-7 {
  overflow: hidden;
  position: relative;
  padding-top: 65%;
  margin-left: 0px;
}
#index-news .e_image-7 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  object-fit: cover;
  transition: all 0.5s;
}
#index-news .e_timeFormat-8 {
  transition: all 0.5s;
  font-size: 18px;
  font-family: 'Lato';
  font_radio: 2;
  display-radio: 1;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#index-news .e_text-9 {
  line-height: normal;
  transition: all 0.5s;
  font-size: 24px;
  position: relative;
  z-index: 1;
  font_radio: 2;
  display-radio: -webkit-box;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#index-news .e_text-10 {
  line-height: 1.8;
  transition: all 0.5s;
  font-size: 14px;
  font_radio: 2;
  display-radio: -webkit-box;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #index-news {
    padding: 20px 0px 30px;
  }
  #index-news .e_text-2 {
    font-size: 18px;
  }
  #index-news .e_text-3 {
    font-size: 24px;
  }
  #index-news .e_loop-5 .p_list {
    flex-direction: column;
    gap: 20px;
  }
  #index-news .e_container-6 .cbox-6-1 {
    padding: 20px 10px;
  }
  #index-news .e_timeFormat-8 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #index-news .e_text-9 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #index-news .e_text-2 {
    font-size: 20px;
  }
  #index-news .e_text-3 {
    font-size: 26px;
  }
  #index-news .e_text-9 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #index-news .e_loop-5 .p_list {
    gap: 20px;
  }
  #index-news .e_loop-5 .p_loopitem {
    flex: 0 0 calc((100% - 40px) / 3);
  }
  #index-news .e_container-6 .cbox-6-1 {
    padding: 20px 10px;
  }
  #index-news .e_timeFormat-8 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#c_popbox-1692090802595 {
  width: 80%;
  max-width: 800px;
  position: relative;
  margin: 100px auto 200px auto;
  display: none;
}
#c_popbox-1692090802595 .pop_wrapper {
  height: inherit;
  position: relative;
  min-height: inherit;
}
#c_popbox-1692090802595 .p_container {
  background-color: #fff;
  position: relative;
  z-index: 2;
  min-height: inherit;
  width: inherit;
  height: inherit;
  margin: 0 auto;
}
#c_popbox-1692090802595 .p_background {
  width: 30000%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: -100px;
  left: -15000%;
  min-height: calc(100% + 200px);
}
#c_popbox-1692090802595 .p_background-preview {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  opacity: 0.7;
}
#c_popbox-1692090802595 .p_content {
  min-height: inherit;
  width: inherit;
  height: inherit;
  overflow: auto;
}
#c_popbox-1692090802595 .p_title {
  padding: 10px;
  overflow: hidden;
}
#c_popbox-1692090802595 .p_close {
  width: auto;
  height: auto;
  position: absolute;
  right: 15px;
  top: 15px;
  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_static_001-1692584883942 {
  min-height: 300px;
}
#c_static_001-1692584883942 .e_video-1 {
  width: 100%;
  position: relative;
}
#c_static_001-1692584883942 .e_video-1 video {
  width: 100%;
  display: block;
}
#c_static_001-1692584883942 .e_video-1 .p_video {
  position: relative;
}
#c_static_001-1692584883942 .e_video-1 .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#c_static_001-1692584883942 .e_video-1 .cover .coverImage {
  width: 100%;
  height: 100%;
}
#c_static_001-1692584883942 .e_video-1 .cover .coverImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_static_001-1692584883942 .e_video-1 .cover .playBtn {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin: -40px auto auto -40px;
  cursor: pointer;
}
#page-banner {
  min-height: 0px;
  background-color: #f8f8f8;
}
#page-banner .e_image-1 {
  overflow: hidden;
}
#page-banner .e_image-1 img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}
#page-banner .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display-radio: flex;
}
#page-banner .e_container-2 .cbox-2-0 {
  position: relative;
  width: 100%;
}
#page-banner .e_container-2 .cbox-2-1 {
  width: 100%;
}
#page-banner .e_breadcrumb-3 {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 12px 0px 10px;
  background: linear-gradient(
    transparent,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.3)
  );
}
#page-banner .e_breadcrumb-3 .p_breadcrumb {
  max-width: 1400px;
  width: 95%;
  margin: 0px auto;
}
#page-banner .e_breadcrumb-3 .p_breadcrumbItem {
  position: relative;
  float: left;
  color: #fff;
}
#page-banner .e_breadcrumb-3 .icon {
  width: 12px;
  height: 12px;
  color: #fff;
}
#page-banner .e_breadcrumb-3 .text-secondary {
  color: #fff;
}
#page-banner .e_breadcrumb-3 .p_breadcrumbItem:not(:first-child) {
  padding: 0 3px 0 15px;
}
#page-banner .e_breadcrumb-3 .p_breadcrumbItem:not(:first-child)::before {
  content: '>';
  position: absolute;
  left: 3px;
  color: #fff;
}
#page-banner .e_breadcrumb-3 .p_breadcrumb::after {
  display: block;
  clear: both;
  content: '';
}
#page-banner .e_breadcrumb-3 .p_showTitle {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5px;
  border: 1px solid transparent;
}
#page-banner .e_breadcrumb-3 .siblings::after {
  content: '>';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transform: rotateZ(90deg);
  cursor: pointer;
  color: #ccc;
}
#page-banner .e_breadcrumb-3 .siblings.active {
  border: 1px solid #dee2e6;
}
#page-banner .e_breadcrumb-3 .siblings.active::after {
  transform: rotateZ(-90deg);
}
#page-banner .e_breadcrumb-3 .p_slide {
  position: absolute;
  left: 18px;
  min-width: 100%;
  padding: 5px;
  display: none;
  z-index: 999;
}
#page-banner .e_breadcrumb-3 .p_sibling {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@keyframes textMove {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
#page-banner .textShow {
  transform: translateY(0px) !important;
}
#page-banner .e_container-2 .p_item {
}
@media screen and (max-width: 768px) {
  #page-banner .e_breadcrumb-3 .p_breadcrumbItem:nth-child(1) .p_title,
  .e_breadcrumb-3 .p_breadcrumbItem:nth-child(2) .p_title {
    white-space: pre;
  }
  #page-banner .e_breadcrumb-3 .p_breadcrumbItem:nth-child(3) .p_title {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  #page-banner .e_breadcrumb-3 a {
    display: flex;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  #page-banner .e_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }
  #page-banner .e_container-2 .cbox-2-0 {
    margin: 15px 0px;
  }
  #page-banner .e_container-2 .cbox-2-1 {
    width: 100%;
  }
}
.p_page {
  margin-top: 20px;
}
.p_page ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p_page li {
  list-style: none;
  border: 1px #ccc solid;
  margin: 0 5px;
  border-radius: 5px;
  overflow: hidden;
}
.p_page li a {
  display: block;
  padding: 7px 18px;
}
.p_page li:hover,
.p_page li.active {
  background-color: #f8f8f8;
  border-color: #0ca200;
}
.p_page li:hover a,
.p_page li.active a {
  background-color: #0ca200;
  color: #fff;
}
.title-l h2 {
  line-height: 28px;
  height: 28px;
  color: #333;
  position: relative;
  font-size: 16px;
  letter-spacing: 0;
  padding-left: 20px;
  margin-bottom: 10px;
}
.title-l h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 20px;
  top: 4px;
  background: #56b231;
  left: 0;
}
.blank-small {
  display: block;
  height: 30px;
}
.tag {
  display: inline-block;
  transition: 0.5s;
  margin-bottom: 10px;
  border-radius: 30px;
}
.tag.padding {
  padding: 5px 12px;
}
.tags {
  color: #56b231 !important;
  border: 1px solid #56b231 !important;
  background-color: unset;
}
.normal-list li {
  position: relative;
  display: block;
  background: #fff;
  margin-bottom: 20px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.normal-list li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  padding: 25px 30px 25px 50px;
  color: #333;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.normal-list li span {
  color: #888888;
  position: absolute;
  right: 30px;
  top: 28px;
}
.normal-list li:hover {
  background: #56b231;
  color: #fff;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.normal-list li:hover a,
.normal-list li:hover span {
  color: #fff;
}
.normal-list li.dot:hover a:before {
  background: #fff;
}
.normal-list li.dot a {
  position: relative;
}
.normal-list li.dot a:before {
  content: '';
  position: absolute;
  left: 30px;
  background: #ececec;
  width: 7px;
  height: 7px;
  top: 35px;
  border-radius: 50%;
}
