/* 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>img {
  /*margin-right:35px;
  width:60px;
  height:61px;*/
  display: block
}

.h_t_f>img: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-16820633055300 {
  width: 1280px;
  margin: auto;
  height: 80px;
  display: flex;
  align-items: center
}

#c_static_001-16820633055300 .e_breadcrumb-1 .p_breadcrumbItem {
  position: relative;
  float: left
}

#c_static_001-16820633055300 .e_breadcrumb-1 .icon {
  width: 12px;
  height: 12px
}

#c_static_001-16820633055300 .e_breadcrumb-1 .p_breadcrumbItem:not(:first-child) {
  padding: 0 3px 0 15px
}

#c_static_001-16820633055300 .e_breadcrumb-1 .p_breadcrumbItem:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 3px;
  color: #999
}

#c_static_001-16820633055300 .e_breadcrumb-1 .p_breadcrumb::after {

  display: block;
  clear: both;
  content: ''
}

#c_static_001-16820633055300 .e_breadcrumb-1 .p_showTitle {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 5px;
  border: 1px solid transparent
}

#c_static_001-16820633055300 .e_breadcrumb-1 .siblings::after {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transform: rotateZ(90deg);
  cursor: pointer;
  color: #ccc
}


#c_static_001-16820633055300 .e_breadcrumb-1 .siblings.active {
  border: 1px solid #dee2e6
}

#c_static_001-16820633055300 .e_breadcrumb-1 .siblings.active::after {
  transform: rotateZ(-90deg)
}

#c_static_001-16820633055300 .e_breadcrumb-1 .p_slide {
  position: absolute;
  left: 18px;
  min-width: 100%;
  padding: 5px;
  display: none;
  z-index: 999
}

#c_static_001-16820633055300 .e_breadcrumb-1 .p_sibling {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

@media screen and (max-width: 1600px) {
  #c_static_001-16820633055300 {
    width: 80%
  }
}

@media screen and (max-width: 1200px) {
  #c_static_001-16820633055300 {
    width: 90%
  }
}

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

  #c_static_001-16820633055300 .e_breadcrumb-1 .p_breadcrumbItem:nth-child(1) .p_title,
  #c_static_001-16820633055300 .e_breadcrumb-1 .p_breadcrumbItem:nth-child(2) .p_title {
    white-space: pre
  }

  #c_static_001-16820633055300 .e_breadcrumb-1 .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
  }

  #c_static_001-16820633055300 .e_breadcrumb-1 a {
    display: flex
  }
}

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

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

#c_static_001-1681957265265 {
  min-height: 300px
}

#c_static_001-1681957265265 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 1280px;
  margin: auto;
  justify-content: space-between
}

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

#c_static_001-1681957265265 .e_container-1 .cbox-1-0 {
  width: 230px
}

#c_static_001-1681957265265 .e_container-1 .cbox-1-1 {
  width: calc(100% - 300px)
}

.box {
  height: 200px;
  background: purple
}

#c_static_001-1681957265265 .e_container-8 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display-radio: flex;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1vw
}

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

#c_static_001-1681957265265 .e_container-8 .p_item {
  display-radio: 1
}

#c_static_001-1681957265265 .e_text-21 {
  line-height: 1;
  border-bottom: 1px solid #dddddd;
  position: relative;
  color: #1c4aae;
  display: flex
}

#c_static_001-1681957265265 .e_text-21 span {
  height: 58px;
  background: url(/static/cn/img/07508feb-3b8f-4e0d-9798-434b3c8c6fea.jpg);
  background-size: auto 100%;
  background-repeat: repeat;
  color: white;
  padding-left: 15px;
  padding-right: 65px;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 8px
}

#c_static_001-1681957265265 .e_text-21 span img {
  margin-left: 10px;
  display: none
}

#c_static_001-1681957265265 .e_text-21 span:after {
  content: "";
  display: block;
  height: 58px;
  width: 36px;
  background-image: url(/static/cn/img/ab156895-b017-493c-a809-68b54c93153c.jpg);
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0
}

#c_static_001-1681957265265 .e_container-22 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display-radio: flex;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #ddd
}

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

#c_static_001-1681957265265 .e_container-22 .p_item {
  display-radio: 1
}

#c_static_001-1681957265265 .e_loop-25 .p_list {
  position: relative;
  max-width: 100%
}

#c_static_001-1681957265265 .e_loop-25 .p_loopitem {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 50px #eeeeee;
  width: calc((100% - 48px)/3);
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 20px
}

#c_static_001-1681957265265 .e_loop-25 .p_loopitem:nth-child(1) {
  display: block
}

#c_static_001-1681957265265 .e_loop-25 .p_loopitem:nth-child(20),
#c_static_001-1681957265265 .e_loop-25 .p_loopitem:nth-child(17),
#c_static_001-1681957265265 .e_loop-25 .p_loopitem:nth-child(13),
#c_static_001-1681957265265 .e_loop-25 .p_loopitem:nth-child(10),
#c_static_001-1681957265265 .e_loop-25 .p_loopitem:nth-child(7),
#c_static_001-1681957265265 .e_loop-25 .p_loopitem:nth-child(4) {
  margin-right: 0
}


#c_static_001-1681957265265 .e_loop-25 .p_page {
  text-align: center;
  display: none
}

#c_static_001-1681957265265 .e_loop-25 .p_filter_wrapper {
  width: 100%;
  font-size: 13px
}

#c_static_001-1681957265265 .e_loop-25 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
  line-height: 40px;
  margin: 15px 0
}

#c_static_001-1681957265265 .e_loop-25 .p_filter_key {
  width: 70px;
  overflow: hidden;
  margin-right: 10px;
  font-weight: bold;
  color: #333333;
  font-size: 12px
}

#c_static_001-1681957265265 .e_loop-25 .p_v_item {
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  font-size: 13px;
  color: #555555;
  margin-right: 30px
}

#c_static_001-1681957265265 .e_loop-25 .p_active .p_fbutton {
  color: #fff;
  background-color: cornflowerblue
}

#c_static_001-1681957265265 .e_loop-25 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px
}

#c_static_001-1681957265265 .e_loop-25 .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-1681957265265 .e_loop-25 .multSelect {
  font-size: 13px;
  position: relative
}

#c_static_001-1681957265265 .e_loop-25 .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-1681957265265 .e_loop-25 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545
}

#c_static_001-1681957265265 .e_loop-25 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px
}

#c_static_001-1681957265265 .e_loop-25 .multSelect ul,
li {
  list-style: none
}

#c_static_001-1681957265265 .e_loop-25 .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-1681957265265 .e_loop-25 .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-1681957265265 .e_loop-25 .multSelect .multSelect-option>div {
  line-height: 24px;
  cursor: pointer;
  padding: 0 10px
}

#c_static_001-1681957265265 .e_loop-25 .multSelect .multSelect-option>div.selected {
  color: #409eff
}

#c_static_001-1681957265265 .e_loop-25 .multSelect .multSelect-option>div:hover {
  color: #409eff;
  background: #f3f6f9
}

#c_static_001-1681957265265 .e_loop-25 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px
}

#c_static_001-1681957265265 .e_loop-25 .multSelect .inputWrap>.fa svg {
  fill: #666;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: calc(50% - 3px)
}

#c_static_001-1681957265265 .e_loop-25 .multSelect .inputWrap>.fa-down svg {
  transform: rotate(-90deg)
}

#c_static_001-1681957265265 .e_loop-25 .multSelect .inputWrap>.fa-up svg {
  transform: rotate(90deg)
}

#c_static_001-1681957265265 .e_loop-25 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0
}

#c_static_001-1681957265265 .e_loop-25 .p_normal_start {
  display: inline;
  width: 100px;
  height: 40px
}

#c_static_001-1681957265265 .e_loop-25 .p_date_start {
  display: inline;
  width: 105px;
  height: 40px
}

#c_static_001-1681957265265 .e_loop-25 .p_normal_end {
  display: inline;
  width: 100px;
  height: 40px;
  margin-right: 5px
}

#c_static_001-1681957265265 .e_loop-25 .p_date_end {
  display: inline;
  width: 105px;
  height: 40px;
  margin-right: 5px
}

#c_static_001-1681957265265 .e_loop-25 .p_split {
  margin: 0 5px
}

#c_static_001-1681957265265 .e_loop-25 .p_normal {
  margin-right: 16px
}

#c_static_001-1681957265265 .e_loop-25 .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-1681957265265 .e_loop-25 .input-check,
.e_loop-25 .input-radio {
  margin: 0 5px;
  vertical-align: text-top
}

#c_static_001-1681957265265 .e_loop-25 .position-left {
  display: flex
}

#c_static_001-1681957265265 .e_loop-25 .position-right {
  display: flex;
  flex-direction: row-reverse
}

#c_static_001-1681957265265 .e_loop-25 .position-bottom {
  display: flex;
  flex-direction: column-reverse
}

#c_static_001-1681957265265 .e_loop-25 .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-1681957265265 .e_loop-25 .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-1681957265265 .e_loop-25 .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-1681957265265 .e_loop-25 .p_active .p_mbutton::before {
  display: block
}

#c_static_001-1681957265265 .e_loop-25 .p_active .p_mbutton::after {
  display: block
}

#c_static_001-1681957265265 .e_loop-25 .p_input_match {
  width: 100px;
  height: 40px;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px
}

#c_static_001-1681957265265 .e_loop-25 .p_filter_result {
  display: none
}

#c_static_001-1681957265265 .e_loop-25 .p_contclear {
  cursor: pointer;
  display: none
}

#c_static_001-1681957265265 .e_loop-25 .swiper-container {
  padding-bottom: 30px
}

#c_static_001-1681957265265 .e_loop-25 .p_imgwrapper {
  width: 80px;
  height: 100px;
  overflow: hidden
}

#c_static_001-1681957265265 .e_loop-25 .p_imgtitle {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  line-height: 20px
}

#c_static_001-1681957265265 .e_loop-25 .p_imgwrapper img {
  width: 100%;
  object-fit: cover
}

#c_static_001-1681957265265 .e_loop-25 .p_active .p_imgwrapper {
  border: 1px solid #409eff
}

#c_static_001-1681957265265 .e_loop-25 .p_inputRangeSearch {
  padding: 7px 12px;
  background: #007bff;
  color: white;
  font-size: 14px;
  font-style: normal
}

#c_static_001-1681957265265 .e_loop-25 .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-1681957265265 .e_loop-25 {
  display-radio: 1
}

#c_static_001-1681957265265 .e_container-26 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex
}

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

#c_static_001-1681957265265 .e_container-26>.cbox-26-0 {
  display: none
}

#c_static_001-1681957265265 .e_container-27 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  height: 170px;
  padding: 20px
}

#c_static_001-1681957265265 .e_container-27>.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  position: relative
}

#c_static_001-1681957265265 .e_text-28:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #014da1;
  position: absolute;
  left: 0%;
  margin-top: 5px
}

#c_static_001-1681957265265 .e_text-28 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-weight: 700
}

#c_static_001-1681957265265 .e_richText-29 {
  font_radio: 1;
  display-radio: 1;
  color: #666;
  line-height: 1.5em
}

#c_static_001-1681957265265 .e_richText-29 p {
  font-size: inherit !important;
  line-height: inherit !important
}

#c_static_001-1681957265265 .e_image-30 {
  overflow: hidden;
  display-radio: 1;
  width: 155px;
  height: 155px
}

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

#c_static_001-1681957265265 .e_html-43 {
  min-height: 300px
}

.left_column {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb
}

.left_column a {
  display: flex;
  transition: all 0.5s ease-out;
  text-align: center;
  height: 68px;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  background-color: #f7f7f7
}

.left_column a:after {
  display: block;
  content: "";
  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);
  transition: 0.5s
}

.column_parent {
  letter-spacing: 1px;
  height: 86px;
  display: flex;
  align-items: center;
  color: white;
  background-size: cover;
  background-image: url(/static/cn/img/393db57b-9893-4d57-8dfc-755f0df7c979.jpg);
  padding-left: 20px;
  font-weight: bold
}

.left_column .l_c_act {
  color: #005ab7;
  background-color: #dee7f0
}

.left_column .l_c_act:after {
  border-color: #005ab7
}

.left_column .l_c_act::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 5px;
  background-color: #005ab7
}

.left_column a:hover:after {
  border-color: #005ab7
}

.left_column a:hover {
  color: #005ab7;
  background-color: #dee7f0
}

.left_column a:hover::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 5px;
  background-color: #005ab7
}

.l_n_two {
  position: fixed;
  top: 0;
  display: none
}

.left_nav>div {
  width: 230px
}

@media screen and (max-width: 1600px) {
  #c_static_001-1681957265265 .e_container-1 {
    width: 80%
  }
}

@media screen and (max-width: 1200px) {
  #c_static_001-1681957265265 .e_container-1 {
    width: 90%
  }

  #c_static_001-1681957265265 .e_loop-25 .p_loopitem {
    width: calc((100% - 48px)/2)
  }

  #c_static_001-1681957265265 .e_loop-25 .p_loopitem:nth-child(-n+1) {
    width: 100%
  }

  #c_static_001-1681957265265 .e_loop-25 .p_loopitem:nth-child(5) {
    margin-right: 20px
  }

  #c_static_001-1681957265265 .e_container-26>.p_item {
    flex: 0 0 100%
  }

  #c_static_001-1681957265265 .e_loop-25 .p_loopitem:nth-child(-n+2) .e_container-26>.p_item {
    flex: 1
  }
}

@media screen and (max-width:768px) {
  #c_static_001-1681957265265 .e_loop-25 .p_loopitem {
    flex: 0 0 100%;
    margin-bottom: 30px;
    width: 100%
  }
  #c_static_001-1681957265265 .e_loop-25 .p_loopitem:last-child {
    margin-bottom: 0px
  }

  #c_static_001-1681957265265 .e_container-27 {
    padding: 5vw
  }

  #c_static_001-1681957265265 .e_container-1>.p_item {
    width: 100%
  }

  #c_static_001-1681957265265 .e_container-1 .cbox-1-1 {
    margin-top: 30px
  }
}
