/* pre css */
#c_grid-116273709439191 .p_gridbox::after {
  content: '';
  clear: left;
  display: block
}

#c_grid-116273709439191>div>.p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static
}

#c_grid-116273709439191>div>.p_gridCell {
  float: left;
  position: static
}

#c_grid-116273709439191>.p_gridbox.signal {
  min-height: inherit
}

#c_grid-116273709439191>.p_gridbox.signal>.p_gridCell {
  min-height: inherit !important
}

#c_grid-116273709439191 {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

@media screen and (max-width:768px) {
  #c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left
  }
}

@media screen and (min-width: 769px) {
  #c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_grid-116273709439191>.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_grid-116273709439191 {
  position: relative;
  z-index: 2
}

.head {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.head_t {
  background-size: cover;
  background-image: url(/static/cn/img/79738b9a-447d-4492-9eca-ace5e915a380.jpg)
}

.head>div {
  color: white !important;
  margin: auto
}

.head_b {
  background: #002d8d;
  color: white
}

.head_b a {
  color: white
}

.w1280 {
  width: 1280px;
  margin: auto
}

.h_t_f {
  /*display: flex;
  align-items: center;*/
}

.h_t_f>a {
  /*margin-right:35px;
  width:60px;
  height:61px;*/
  display: block
}

.h_t_f>a:first-child {
  margin-bottom: 10px
}

.head_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  line-height: 1.8em;
  height: 170px
}

.head_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px
}

.nav_r {
  display: flex;
  align-items: center
}

.nav>div {
  margin-right: 70px;
  position: relative
}

.nav>div:last-child {
  margin-right: 0px
}

.nav_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  margin-right: 10px
}

.nav_search input {
  border: none;
  width: calc(100% - 30px);
  background: none;
  color: white;
  display: none
}

.accessibility {
  margin: 0 24px
}

.nav1 {
  height: 56px;
  display: flex;
  align-items: center
}

.nav2 {
  position: absolute;
  width: 100%;
  left: 0;
  background: #0448b5;
  color: white;
  text-align: center;
  width: 250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  display: none
}

.nav2 a {
  padding: 5px 0;
  display: block
}

.phone_menu {
  display: none;
  width: 30px;
  position: relative;
  cursor: pointer
}

.phone_menu span {
  background: #fff;
  height: 2px;
  display: block;
  transition: 0.5s;
  width: 100%;
  position: absolute;
  top: 50%
}

.phone_menu span:first-child {
  transition: 0.5s;
  position: absolute;
  top: 0
}

.phone_menu span:last-child {
  transition: 0.5s;
  position: absolute;
  top: 100%
}

.menu_act span:first-child {
  transition: 0.5s;
  transform: translateY(10px) rotate(45deg)
}

.menu_act span:last-child {
  transition: 0.5s;
  transform: translateY(-10px) rotate(135deg)
}

.menu_act span:nth-child(2) {
  opacity: 0;
  transition: 0.5s
}

@media screen and (max-width: 1280px) {

  .head_top,
  .head_nav {
    max-width: 90%;
    margin: auto
  }

  .h_t_f,
  .h_t_r {
    flex: 0 0 50%
  }

  .h_t_f {
    padding-right: 10%
  }

  .head_top img {
    object-fit: cover;
    width: 100%
  }

  .nav>div {
    margin-right: 3vw
  }

  .nav>div .nav1 {
    font-size: 14px
  }
}

@media screen and (max-width: 768px) {
  .head_top {
    height: 100px;
    padding: 15px 0
  }

  .phone_menu {
    display: block;
    height: 20px
  }

  .nav>div {
    margin-bottom: 20px;
    margin-right: 0
  }

  .nav {
    position: fixed;
    top: 156px;
    width: 100%;
    left: 0;
    height: calc(100% - 60px);
    background: #002d8d;
    padding: 20px 4% 0;
    border-left: 10px solid #eaeaea;
    border-right: 10px solid #eaeaea;
    z-index: 9999;
    display: none
  }

  .nav1 {
    height: inherit;
    display: flex;
    justify-content: space-between
  }

  .nav2 {
    width: 100%;
    position: unset;
    background: #0448b5;
    color: white;
    text-align: left;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 20px;
    transform: none
  }

  .active {
    display: block
  }

  .bo {
    overflow: hidden
  }

  .xuan:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-right: 2px solid white;
    border-top: 2px solid white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.5s
  }

  .xuan_act:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
  }
}

@media screen and (max-width:768px) {
  #c_static_001-16420726227420 .e_navigationA-6 .p_level1Box {
    display: block;
    width: 100%
  }

  #c_static_001-16420726227420 .e_navigationA-6 .p_iconBox {
    display: block
  }

  #c_static_001-16420726227420 .e_navigationA-6 .p_navContent {
    display: none;
    padding: 20px;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fbfbfb;
    z-index: 99
  }

  #c_static_001-16420726227420 .e_navigationA-6 .p_navButton {
    display: flex;
    justify-content: flex-end
  }

  #c_static_001-16420726227420 .e_navigationA-6 .p_level2Box,
  #c_static_001-16420726227420 .e_navigationA-6 .p_level3Box {
    padding: 0 0 0 30px;
    background: none
  }

  #c_static_001-16420726227420 .e_navigationA-6 .p_jtIcon {
    float: right;
    transition: 0.5s;
    height: 30px;
    margin-top: 10px
  }

  #c_static_001-16420726227420 .e_navigationA-6 .p_jtHover {
    transition: 0.5s;
    transform: rotate(90deg)
  }

  #c_static_001-16420726227420 .e_navigationA-6 .p_level2Box,
  #c_static_001-16420726227420 .e_navigationA-6 .p_level3Box {
    width: 100%;
    left: 0;
    transform: translateX(0);
    position: inherit;
    border-radius: 0
  }

  #c_static_001-16420726227420 .e_navigationA-6 .p_level1Item {
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    line-height: 50px;
    font-size: 14px
  }

  #c_static_001-16420726227420 .e_navigationA-6 .p_level1Item a,
  #c_static_001-16420726227420 .e_navigationA-6 .p_level2Item a {
    line-height: 50px;
    font-size: 14px;
    padding: 0;
    display: inline;
    text-align: left;
    opacity: 1
  }

  #c_static_001-16420726227420 .s_templatetitle {
    color: #333
  }

  .left_nav>div {
    width: 100% !important
  }

  .left_column {
    display: flex !important;
    width: 100% !important;
    flex-wrap: wrap !important
  }

  .left_column a {
    flex: 0 0 50% !important;
    font-size: 14px !important
  }
}

@media screen and (min-width: 769px) {
  #c_static_001-16420726227420 .e_navigationA-6 .p_jtIcon {
    transform: rotate(90deg);
    display: none
  }

  #c_static_001-16420726227420 .e_navigationA-6 .p_level2Item .p_jtIcon {
    display: none
  }

  #c_static_001-16420726227420 .e_navigationA-6 .p_iconBox {
    display: none
  }
}

#c_grid-116273709439190 .p_gridbox::after {
  content: '';
  clear: left;
  display: block
}

#c_grid-116273709439190>div>.p_gridbox {
  width: 100%;
  overflow: hidden;
  position: static
}

#c_grid-116273709439190>div>.p_gridCell {
  float: left;
  position: static
}

#c_grid-116273709439190>.p_gridbox.signal {
  min-height: inherit
}

#c_grid-116273709439190>.p_gridbox.signal>.p_gridCell {
  min-height: inherit !important
}

#c_grid-116273709439190 {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

@media screen and (max-width:768px) {
  #c_grid-116273709439190>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left
  }
}

@media screen and (min-width: 769px) {
  #c_grid-116273709439190>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
  #c_grid-116273709439190>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0rem;
    margin-bottom: 0rem;
    clear: left
  }
}

.foot_flx {
  display: flex;
  justify-content: space-between
}

.foot_color {
  color: #333333;
  opacity: 0.7
}

.code {
  font-size: 10px;
  display: flex
}

.code>div {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  margin-left: 26px;
  width: 110px;
  color: #333333
}

.code_name {
  line-height: 1.3;
  margin-top: 10px
}

.foot_img img {
  margin-right: 54px
}

.foot_img {
  margin-bottom: 50px
}

.foot {
  padding: 52px 0 30px;
  border-top: 10px solid #1c4aae
}

.foot_lk {
  color: #333333
}

.foot_contact {
  display: flex;
  align-items: flex-start
}

.Links {
  position: relative;
  width: fit-content
}

.Links ul {
  position: absolute;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  display: none
}

.Links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*border:1px solid rgba(0,0,0,0.1);
  	width:170px;*/
  height: 34px;
  /*padding:0 20px;*/
  margin-top: 34px;
  cursor: pointer
}

/*.Links a:after{
	content: '';
            display: block;
            width: 8px;
            height: 8px;
            background-color: transparent;
            border-right: 2px solid rgba(0,0,0,0.2);
            border-top: 2px solid rgba(0,0,0,0.2);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}*/
.Links li {
  padding: 5px 10px
}

.foot_btm {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 20px;
  color: #333333;
  opacity: 0.7
}

@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 80%
  }
}

@media screen and (max-width: 1200px) {
  .wrap {
    max-width: 90%
  }

  .bottom_left {
    flex: 0 0 100%
  }

  .foot_contact {
    flex: 0 0 100%;
    align-items: center;
    justify-content: space-between
  }

  .foot_flx {
    flex-wrap: wrap
  }

  .foot_img {
    margin-bottom: 2.5vw
  }

  .Links a {
    margin-top: 1.5vw
  }
}

@media screen and (max-width:768px) {
  #c_static_001-16420726718590 {
    padding-right: 0px;
    padding-left: 0px
  }

  .foot_contact {
    flex-wrap: wrap
  }
}

#c_static_001-16608970653020 {
  min-height: 300px;
  background-color: rgba(247, 247, 247, 1);
  display-radio: 1
}

#c_static_001-16608970653020 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 1270px;
  padding-top: 35px;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  display-radio: flex
}

#c_static_001-16608970653020 .e_container-1>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_container-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  background-color: rgba(251, 251, 251, 1);
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 35px;
  margin-left: 12px;
  margin-right: 12px
}

#c_static_001-16608970653020 .e_container-2>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

.e_container7 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: rgba(255, 255, 255, 1)
}

.e_container7>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_container-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  padding-top: 22px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: rgba(255, 255, 255, 1)
}

#c_static_001-16608970653020 .e_container-3>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_text-8 {
  font_radio: 2;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  text-align: left;
  line-height: 1
}

#c_static_001-16608970653020 .e_form-30 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-bottom: 40px
}

#c_static_001-16608970653020 .e_form-30>.p_formItem {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_input-31 .p_phoneCode {
  width: 90px;
  margin-right: 10px
}

#c_static_001-16608970653020 .e_formBtn-32 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  background: #002d8d;
  border: 1px solid #002d8d;
  border-radius: 4px;
  padding: 8px;
  background_radio: 1;
  border_radio: 1;
  font_radio: 1;
  radius_radio: 1;
  padding-top: 12px;
  padding-bottom: 12px
}

#c_static_001-16608970653020 .e_formBtn-32 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden
}

#c_static_001-16608970653020 .e_formBtn-32::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px
}

#c_static_001-16608970653020 .e_formBtn-32:hover::after {
  opacity: 1
}

#c_static_001-16608970653020 .e_select-33 {
  margin-left: 0px;
  margin-right: 0px
}

#c_static_001-16608970653020 .e_select-33 .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-16608970653020 .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 15px);
  padding: 0.375rem 0.8rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fbfbfb;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  box-shadow: none !important
}

#c_static_001-16608970653020 .p_required,
[class^=e_][required] .p_label::after {
  vertical-align: middle;
  font-size: 14px;
  line-height: 100%;
  top: 0;
  padding-left: 0px;
  position: relative;
  font-weight: 500
}

#c_static_001-16608970653020 .p_label .s_label {
  color: rgb(0 0 0 / 50%)
}

#c_static_001-16608970653020 .e_form-30 .cbox-30-0 {
  margin-right: 10px;
  flex: 6
}

#c_static_001-16608970653020 .e_form-30 .cbox-30-1 {
  margin-right: 10px;
  display: none
}

#c_static_001-16608970653020 .e_container-42 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%
}

#c_static_001-16608970653020 .e_container-42>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_image-43 {
  overflow: hidden;
  width: 320px;
  margin-left: auto;
  margin-right: auto
}

#c_static_001-16608970653020 .e_image-43 img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

#c_static_001-16608970653020 .e_text-44 {
  line-height: 1.5;
  font_radio: 2;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  text-align: center
}

#c_static_001-16608970653020 .e_container-45 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-bottom: 30px
}

#c_static_001-16608970653020 .e_container-45>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_text-46 {
  line-height: 1.5;
  font_radio: 2;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  text-align: left
}

#c_static_001-16608970653020 .e_text-46:hover {
  color: rgba(52, 171, 253, 1)
}

#c_static_001-16608970653020 .e_container-47 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
  display-radio: flex
}

#c_static_001-16608970653020 .e_container-47>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_container-47 .cbox-47-0 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 10px
}

#c_static_001-16608970653020 .e_container-47 .cbox-47-1 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 0px
}

#c_static_001-16608970653020 .e_container-48 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
  display-radio: flex
}

#c_static_001-16608970653020 .e_container-48>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_container-48 .cbox-48-0 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 10px
}

#c_static_001-16608970653020 .e_container-48 .cbox-48-1 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 0px
}

#c_static_001-16608970653020 .e_text-49 {
  line-height: 1;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(0, 0, 0, 0.3);
  text-align: left
}

#c_static_001-16608970653020 .e_text-50 {
  line-height: 1;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(0, 0, 0, 0.3);
  text-align: left;
  display-radio: 1
}

#c_static_001-16608970653020 .e_timeFormat-51 {
  min-height: 0px;
  font_radio: 2;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  font-family: Arial;
  line-height: 1;
  text-align: left
}

#c_static_001-16608970653020 .e_text-52 {
  line-height: 1;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(0, 0, 0, 0.3);
  text-align: left;
  display-radio: 1
}

#c_static_001-16608970653020 .e_container-53 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-bottom: 40px
}

#c_static_001-16608970653020 .e_container-53>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_text-54 {
  line-height: 1.5;
  font_radio: 2;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  text-align: left
}

#c_static_001-16608970653020 .e_text-54:hover {
  color: rgba(52, 171, 253, 1)
}

#c_static_001-16608970653020 .e_imageList-55 .p_img {
  width: 100%;
  height: 126px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  opacity: 1;
  margin-top: 0px;
  padding-top: 0px
}

#c_static_001-16608970653020 .e_imageList-55 .p_img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

#c_static_001-16608970653020 .e_imageList-55 .custom-bullet {
  background: #ccc
}

#c_static_001-16608970653020 .e_imageList-55 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

#c_static_001-16608970653020 .e_imageList-55 .gallery-top {
  height: 80%;
  width: 100%;
  display: none
}

#c_static_001-16608970653020 .e_imageList-55 .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding-top: 5px
}

#c_static_001-16608970653020 .e_imageList-55 .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
  border-radius: 5px;
  overflow: hidden
}

#c_static_001-16608970653020 .e_imageList-55 .gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

#c_static_001-16608970653020 .e_imageList-55 .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1
}

#c_static_001-16608970653020 .e_imageList-55 {
  height: auto
}

#c_static_001-16608970653020 .e_container-56 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 12px;
  display-radio: flex
}

#c_static_001-16608970653020 .e_container-56>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_container-56 .cbox-56-0 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 10px
}

#c_static_001-16608970653020 .e_container-56 .cbox-56-1 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 0px
}

#c_static_001-16608970653020 .e_container-57 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
  display-radio: flex
}

#c_static_001-16608970653020 .e_container-57>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_container-57 .cbox-57-0 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 10px
}

#c_static_001-16608970653020 .e_container-57 .cbox-57-1 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 0px
}

#c_static_001-16608970653020 .e_text-58 {
  line-height: 1;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(0, 0, 0, 0.3);
  text-align: left
}

#c_static_001-16608970653020 .e_text-59 {
  line-height: 1;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(0, 0, 0, 0.3);
  text-align: left;
  display-radio: 1
}

#c_static_001-16608970653020 .e_timeFormat-60 {
  min-height: 0px;
  font_radio: 2;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  font-family: Arial;
  line-height: 1;
  text-align: left;
  display-radio: 1
}

#c_static_001-16608970653020 .e_text-61 {
  line-height: 1;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(0, 0, 0, 0.3);
  text-align: left
}

#c_static_001-16608970653020 .e_container-62 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-bottom: 40px
}

#c_static_001-16608970653020 .e_container-62>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_container-62 .cbox-62-0 {
  flex: 0 0 75%;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 15px;
  padding-left: 0px
}

#c_static_001-16608970653020 .e_container-62 .cbox-62-1 {
  flex: 0 0 25%;
  padding-left: 20px
}

#c_static_001-16608970653020 .e_container-62 .p_item {
  padding-right: 0px
}

#c_static_001-16608970653020 .e_text-64 {
  line-height: 1.5;
  font_radio: 2;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: rgba(0, 0, 0, 1);
  text-align: left
}

#c_static_001-16608970653020 .e_text-64:hover {
  color: rgba(52, 171, 253, 1)
}

#c_static_001-16608970653020 .e_text-65 {
  line-height: 1.5;
  font_radio: 2;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}

#c_static_001-16608970653020 .e_container-66 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 30px
}

#c_static_001-16608970653020 .e_container-66>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_container-66 .cbox-66-0 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 10px
}

#c_static_001-16608970653020 .e_container-66 .cbox-66-1 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 0px
}

#c_static_001-16608970653020 .e_container-67 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin-top: 10px;
  display-radio: flex
}

#c_static_001-16608970653020 .e_container-67>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%
}

#c_static_001-16608970653020 .e_container-67 .cbox-67-0 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 10px
}

#c_static_001-16608970653020 .e_container-67 .cbox-67-1 {
  flex: 0 0 auto;
  margin-left: 0px;
  margin-right: 0px
}

#c_static_001-16608970653020 .e_text-68 {
  line-height: 1;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(0, 0, 0, 0.3);
  text-align: left
}

#c_static_001-16608970653020 .e_text-69 {
  line-height: 1;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(0, 0, 0, 0.3);
  text-align: left;
  display-radio: 1
}

#c_static_001-16608970653020 .e_timeFormat-70 {
  min-height: 0px;
  font_radio: 2;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.3);
  font-family: Arial;
  line-height: 1;
  text-align: left
}

#c_static_001-16608970653020 .e_text-71 {
  line-height: 1;
  font_radio: 2;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: rgba(0, 0, 0, 0.3);
  text-align: left
}

#c_static_001-16608970653020 .e_html-73 {
  display-radio: 1;
  background_radio: 1;
  min-height: 0px
}

#c_static_001-16608970653020 .e_image-74 {
  overflow: hidden;
  display-radio: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px
}

#c_static_001-16608970653020 .e_image-74 img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

#c_static_001-16608970653020 .p_required,
[class^=e_][required] .p_label::after {
  vertical-align: middle;
  font-size: 14px;
  line-height: 100%;
  top: 0;
  padding-left: 0px;
  position: relative;
  font-weight: 500
}

#c_static_001-16608970653020 .e_searchResult-76 .p_preview {
  line-height: 50px;
  color: #ccc
}

#c_static_001-16608970653020 .e_searchResult-76 .p_container {
  display: none
}

#c_static_001-16608970653020 .e_searchResult-76 .p_totalCon {
  display: none
}

#c_static_001-16608970653020 .e_searchResult-76 .p_page {
  text-align: center;
  padding-top: 30px
}

#c_static_001-16608970653020 .searchTitle span,
#c_static_001-16608970653020 .searchSub span,
#c_static_001-16608970653020 .searchlight,
#c_static_001-16608970653020 .p_resNum {
  color: red
}

#c_static_001-16608970653020 .e_text-77 {
  line-height: 1.5;
  font_radio: 2;
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  text-align: left;
  margin-top: 10px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden
}

@media screen and (max-width:768px) {
  #c_static_001-16608970653020 .e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1270px;
    padding-top: 35px;
    padding-bottom: 70px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: auto
  }

  #c_static_001-16608970653020 .e_form-30 .cbox-30-0 {
    flex: 3
  }
}

@media screen and (min-width: 769px) {}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

.empty,
.mores{
    text-align: center;
    color: #999;
    margin: auto;
}
