.fp-enabled {
  overflow: initial !important;
  height: auto !important;
}
.fp-viewing-home {
  overflow: initial !important;
  height: auto !important;
}
.head_nav {
  width: 100%;
  height: 94px;
  background: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  z-index: 99;
}
.head_nav .head_cont {
  width: 1552px;
  height: 94px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_nav .head_cont .he_l {
  width: 190px;
  height: 67px;
}
.head_nav .head_cont .he_l img {
  width: 190px;
  height: 67px;
}
.head_nav .head_cont .he_r {
  display: flex;
  align-items: center;
}
.head_nav .head_cont .he_r .he_art {
  display: flex;
  align-items: center;
}
.head_nav .head_cont .he_r .he_art ul {
  width: 842px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head_nav .head_cont .he_r .he_art ul li {
  font-size: 16px;
  color: #ffffff;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 67px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
  left: 67px !important;
}
.head_nav .head_cont .he_r .search {
  display: flex;
  align-items: center;
  margin-left: 65px;
}
.head_nav .head_cont .he_r .search .search_ct {
  margin-right: 12px;
  cursor: pointer;
}
.head_nav .head_cont .he_r .search .xcx_art {
  cursor: pointer;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiperimg_url {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiperimg_url img {
  display: block;
  width: 100%;
  height: 922px;
  object-fit: cover;
}
.swiper-pagination {
  bottom: 20px !important;
  left: 680px !important;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 0 15px !important;
  position: relative;
}
.e_image-10{
  width: 260px;
  height: 230px;
}
.e_image-10 a{
  width: 260px;
  height: 230px;
}
.e_image-10 a img{
  width: 260px;
  height: 230px;
}
.swiper-pagination-bullet-active::after {
  width: 29px !important;
  height: 29px !important;
  border: 1px solid #FFFFFF;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1 !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '' !important;
  background-image: url('../image/sw_left.png') !important;
  background-size: cover !important;
  width: 55px !important;
  height: 55px !important;
  background-repeat: no-repeat !important;
}
.swiper-button-next,
.swiper-button-prev {
  width: 55px !important;
  height: 55px !important;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '' !important;
  background-image: url('../image/sw_rig.png') !important;
  background-size: cover !important;
  width: 55px !important;
  height: 55px !important;
  background-repeat: no-repeat !important;
}
.brief {
  width: 100%;
  height: 911px;
  display: flex;
}
.brief .brief_le {
  width: 887px;
  height: 911px;
  background: url(../image/rutbg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.brief .brief_le .play_icon {
  width: 159px;
  height: 211px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../image/bof_play.png) no-repeat;
  cursor: pointer;
}
.brief .brief_re {
  flex: 1;
  height: 911px;
  position: relative;
}
.brief .brief_re .br_top {
  width: 100%;
  height: 431px;
  background: url(../image/r_cut.png) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
}
.br_butn {
  padding-left: 87px;
  padding-top: 311px;
}
.br_butn span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #474747;
}
.br_butn i {
  display: block;
  font-size: 36px;
  font-weight: 700;
  color: #474747;
  margin-bottom: 60px;
}
.br_butn p {
  display: block;
  width: 654px;
  font-size: 17px;
  font-weight: 400;
  color: #737373;
  line-height: 34px;
}
.br_buutten {
  width: 218px;
  height: 59px;
  margin-left: 87px;
  margin-top: 90px;
}
.br_buutten a {
  width: 218px;
  height: 59px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.br_buutten .til_br {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.br_buutten .img_brant {
  width: 83px;
  height: 34px;
  margin-left: 23px;
}
.br_buutten .img_brant img {
  width: 83px;
  height: 34px;
}
/* 视频 */
.video-pop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.video-pop.show {
  visibility: visible;
  opacity: 1;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.video-pop .pop-box {
  width: 1020px;
  height: 575px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background: #000;
  box-sizing: border-box;
}
.video-pop .pop-box .video {
  width: 100%;
  height: 100%;
  outline: none;
}
.video-pop .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: 0;
  background: url(../image/close_01.png) no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-pop .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sel_cont {
  width: 1552px;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 43px;
}
.sel_cont span {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 20px;
}
.sel_cont i {
  display: block;
  width: 1520px;
  font-size: 16px;
  font-weight: 400;
  color: #474747;
  line-height: 28px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.section02 .con {
  height: initial !important;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
#c_category_263-1678438561907 {
  min-height: 300px;
  display-radio: 1;
  background-fill-value: background-image;
  background-image: url(../image/bgtcx.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#c_category_263-1678438561907 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 96%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 150px;
  display-radio: flex;
  height: auto;
  margin-top: 10;
}
#c_category_263-1678438561907 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
}
#c_category_263-1678438561907 .e_container-1 .p_item {
  display-radio: 1;
}
#c_category_263-1678438561907 .e_text-5 {
  line-height: normal;
  display-radio: 1;
  font_radio: 2;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  padding-top: 10px;
  margin-top: 10px;
}
#c_category_263-1678438561907 .e_loop-6 .p_list {
  display: flex;
  flex-wrap: wrap;
}
#c_category_263-1678438561907 .e_loop-6 .p_loopitem {
  flex: 0 0 33.3%;
  position: relative;
}
#c_category_263-1678438561907 .e_loop-6 .p_page {
  text-align: center;
}
#c_category_263-1678438561907 .e_loop-6 .p_filter_wrapper {
  width: 100%;
}
#c_category_263-1678438561907 .e_loop-6 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
}
#c_category_263-1678438561907 .e_loop-6 .p_filter_key {
  line-height: 40px;
  margin-right: 10px;
  font-weight: bold;
}
#c_category_263-1678438561907 .e_loop-6 .p_v_item {
  display: inline-block;
  margin: 0 5px;
  line-height: 40px;
  cursor: pointer;
}
#c_category_263-1678438561907 .e_loop-6 .p_active {
  color: blueviolet;
}
#c_category_263-1678438561907 .e_loop-6 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#c_category_263-1678438561907 .e_loop-6 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 16px;
  margin-top: -5px;
  cursor: pointer;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect {
  font-size: 14px;
  position: relative;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect ul,
li {
  list-style: none;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 3px 5px;
  margin: 5px 5px 5px 0;
  border-radius: 5px;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect .multSelect-option > div {
  line-height: 35px;
  cursor: pointer;
  padding: 0 10px;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#c_category_263-1678438561907 .e_loop-6 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
#c_category_263-1678438561907 .e_loop-6 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#c_category_263-1678438561907 .e_loop-6 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#c_category_263-1678438561907 .e_loop-6 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}
#c_category_263-1678438561907 .e_loop-6 .p_filter_select {
  width: 150px;
}
#c_category_263-1678438561907 .e_loop-6 .p_normal_start,
#c_category_263-1678438561907 .e_loop-6 .p_date_start {
  display: inline;
  width: 100px;
}
#c_category_263-1678438561907 .e_loop-6 .p_normal_end,
#c_category_263-1678438561907 .e_loop-6 .p_date_end {
  display: inline;
  width: 100px;
}
#c_category_263-1678438561907 .e_loop-6 .p_split {
  margin: 0 5px;
}
#c_category_263-1678438561907 .e_loop-6 .p_normal {
  margin-right: 16px;
}
#c_category_263-1678438561907 .e_loop-6 {
  background_radio: 1;
  max-width: 1552px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 25px;
  padding-bottom: 65px;
  display-radio: 1;
  width: 96%;
}
#c_category_263-1678438561907 .e_container-7 {
  display: flex;
  height: 363px;
  flex-wrap: wrap;
  flex-direction: row;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  /*padding-bottom: 35px;*/
  background: rgba(255, 255, 255, 0.77);
  display-radio: flex;
}
#c_category_263-1678438561907 .e_container-7 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
#c_category_263-1678438561907 .e_text-9 {
  font_radio: 2;
  font-size: 18px;
  font-family: Arial;
  text-align: center;
  line-height: 1;
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px;
  display-radio: 1;
  font-weight: bold;
}
#c_category_263-1678438561907 .e_text-9 a {
  color: #333;
}
#c_category_263-1678438561907 .e_image-10 {
  overflow: hidden;
}
#c_category_263-1678438561907 .e_image-10:hover img {
  transform: scale(1.1, 1.1) rotate(-4deg);
  transition: all 0.6s ease;
}
#c_category_263-1678438561907 .e_image-10 img {
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
}

#c_category_263-1678438561907 .e_image-11 {
  overflow: hidden;
  display-radio: 1;
  margin-left: auto;
  width: 100%;
  margin-right: auto;
  /*margin-top: 10px;*/
  position: absolute;
  bottom: 26px;
}
#c_category_263-1678438561907 .e_container-7:hover .e_image-11 img {
  transform: translate(10px, 0);
  transition: all 0.6s ease;
}
#c_category_263-1678438561907 .e_image-11 img {
  width: 25px;
  height: 21px;
  max-width: 25px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}
#c_category_263-1678438561907 .e_text-12 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  background-fill-value: background-image;
  background-image: url(../image/hxbg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 7px;
  color: #ffffff;
}
#c_category_263-1678438561907 .e_text-2 {
  line-height: 1;
  display-radio: 1;
  font_radio: 2;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0087cc;
  margin-left: 0px;
}
@media screen and (max-width: 768px) {
  #c_category_263-1678438561907 .e_loop-6 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 2);
  }
  #c_category_263-1678438561907 .e_container-7 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    background-color: #ffffff;
    display-radio: flex;
  }
}
@media screen and (min-width: 769px) {
  #c_category_263-1678438561907 .e_loop-6 .p_loopitem {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5);
  }
}
#c_new_list_201-1678443279880 {
  min-height: 300px;
  display-radio: 1;
  padding-top: 4%;
  padding-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  background-fill-value: background-image;
  background: #ebf0f6;
}
#c_new_list_201-1678443279880 .e_container-1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display-radio: flex;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0px;
  background-color: rgba(255, 255, 255, 0);
  max-width: 1600px;
  padding-left: 0px;
  width: 82%;
}
#c_new_list_201-1678443279880 .e_container-1 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_loopitem {
  flex: 0 0 49.3%;
  position: relative;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_page {
  text-align: center;
  display-radio: 1;
  margin-top: 30px;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_filter_wrapper {
  width: 100%;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_kv_wrapper {
  display: flex;
  flex-wrap: nowrap;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_filter_key {
  line-height: 40px;
  margin-right: 10px;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_v_item {
  display: inline-block;
  margin: 0 5px;
  line-height: 40px;
  cursor: pointer;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_active {
  color: blueviolet;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_result_item {
  position: relative;
  padding: 3px 20px 3px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_filter_close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px;
  font-style: normal;
  font-size: 10px;
  margin-top: 2px;
  cursor: pointer;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect {
  font-size: 14px;
  position: relative;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect .inputWrap {
  width: 100%;
  min-width: 100px;
  min-height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect.is-invalid .inputWrap {
  border-color: #dc3545;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect ul {
  padding: 0 5px;
  margin: 0;
  padding-right: 35px;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect ul,
li {
  list-style: none;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect li {
  display: inline-block;
  background: #edf0f3;
  color: #92969c;
  padding: 3px 5px;
  margin: 5px 5px 5px 0;
  border-radius: 5px;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect .multSelect-option {
  width: 100%;
  border: 1px solid #ccc;
  border-top: 0;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  height: 0;
  opacity: 0;
  z-index: 9;
  background: #fff;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect .multSelect-option > div {
  line-height: 35px;
  cursor: pointer;
  padding: 0 10px;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect .multSelect-option > div.selected {
  color: #409eff;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect .multSelect-option > div:hover {
  color: #409eff;
  background: #f3f6f9;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect .fa-close {
  font-style: normal;
  font-size: 12px;
  padding: 0 5px 0 7px;
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect .inputWrap > .fa svg {
  fill: #666;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect .inputWrap > .fa-down svg {
  transform: rotate(-90deg);
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect .inputWrap > .fa-up svg {
  transform: rotate(90deg);
}
#c_new_list_201-1678443279880 .e_loop-2 .multSelect .placeholder {
  line-height: 40px;
  padding-left: 10px;
  color: #aaa;
  position: absolute;
  left: 0;
  top: 0;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_filter_select {
  width: 150px;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_normal_start,
#c_new_list_201-1678443279880 .e_loop-2 .p_date_start {
  display: inline;
  width: 100px;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_normal_end,
#c_new_list_201-1678443279880 .e_loop-2 .p_date_end {
  display: inline;
  width: 100px;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_split {
  margin: 0 5px;
}
#c_new_list_201-1678443279880 .e_loop-2 .p_normal {
  margin-right: 16px;
}
#c_new_list_201-1678443279880 .e_loop-2 {
  background_radio: 1;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display-radio: 1;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}
#c_new_list_201-1678443279880 .e_container-11 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 1%;
  transition-property: all;
  transition-radio: hover;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  display-radio: flex;
  padding-bottom: 1%;
  background-color: #ffffff;
  padding-left: 18px;
  padding-right: 18px;
  margin-bottom: 16px;
  width: 96%;
}
#c_new_list_201-1678443279880 .e_container-11:hover .e_image-13 {
  transform: scale(1.2);
  transition: all 0.6s;
}
#c_new_list_201-1678443279880 .e_container-11 .p_item {
  flex: 1;
  max-width: 100%;
}
#c_new_list_201-1678443279880 .e_container-11 .cbox-11-0 {
  flex: 0 0 25%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  align-self: center;
}
#c_new_list_201-1678443279880 .e_container-11:hover .e_text-15 {
  font-weight: bold;
  color: #173394;
  margin-left: 10px;
}
#c_new_list_201-1678443279880 .e_container-11 .cbox-11-1 {
  flex: 0 0 75%;
  align-self: center;
}
#c_new_list_201-1678443279880 .e_container-12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  min-height: 0px;
  height: 0px;
  padding-bottom: 65%;
}
#c_new_list_201-1678443279880 .e_container-12 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_new_list_201-1678443279880 .e_image-13 {
  overflow: hidden;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  display-radio: 1;
}
#c_new_list_201-1678443279880 .e_image-13 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c_new_list_201-1678443279880 .e_container-14 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  display-radio: flex;
  padding-left: 5%;
  margin-bottom: 16px;
  padding-bottom: 0px;
}
#c_new_list_201-1678443279880 .e_container-14 .p_item {
  flex: 1;
  max-width: 100%;
  display-radio: 1;
}
#c_new_list_201-1678443279880 .e_container-14 .cbox-14-0 {
  padding-left: 20px;
  padding-right: 20px;
}
#c_new_list_201-1678443279880 .e_text-15 {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 0px;
  font_radio: 2;
  transition-property: all;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-left: 0px;
  display-radio: -webkit-box;
  color: #1a1a1a;
  font-size: 20px;
  font-family: Arial;
  line-height: 1.5;
  font-weight: bold;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#c_new_list_201-1678443279880 .e_timeFormat-16 {
  min-height: 20px;
  display-radio: 1;
  font_radio: 1;
  margin-bottom: 1%;
  font-size: 14px;
}
#c_new_list_201-1678443279880 .e_text-17 a {
  color: rgba(0, 0, 0, 0.5);
}
#c_new_list_201-1678443279880 .e_text-17 {
  font_radio: 2;
  display-radio: -webkit-box;
  height: auto;
  min-height: 0px;
  padding-bottom: 0px;
  margin-bottom: 2%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0px;
  margin-top: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
  font-family: Arial;
  text-align: left;
}
#c_new_list_201-1678443279880 .e_button-18 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 30%;
  padding: 8px;
  background_radio: 2;
  border_radio: 2;
  font_radio: 2;
  radius_radio: 1;
  max-width: 140px;
  display-radio: block;
  background-color: rgba(255, 255, 255, 0);
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #002d5c;
  color: #002d5c;
  font-family: Arial;
}
#c_new_list_201-1678443279880 .e_button-18 span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
}
#c_new_list_201-1678443279880 .e_button-18::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
/*#c_new_list_201-1678443279880 .e_button-18:hover::after {*/
/*  opacity: 1;*/
/*}*/
#c_new_list_201-1678443279880 .e_button-18:hover {
  background: linear-gradient(94deg, #009088 0%, #009088 0%, #7ec8c4 23%, #81c9c5 47%, #0050ae 100%), #737373;
  font-size: 14px;
  border-style: solid;
  color: #ffffff;
}
#c_new_list_201-1678443279880 .e_container-19 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 82%;
  display-radio: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
}
#c_new_list_201-1678443279880 .e_container-19 > .p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
#c_new_list_201-1678443279880 .e_container-19 .p_item {
  display-radio: 1;
}
#c_new_list_201-1678443279880 .e_text-20 {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: 46px;
  font-weight: bold;
  text-align: left;
  background-fill-value: background-image;
  background-image: url(../image/8cb2ce9a-51d1-4a0a-aaca-6f3f751765a6.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 20px;
  color: #000000;
}
#c_new_list_201-1678443279880 .e_text-21 {
  line-height: normal;
  display-radio: 1;
  font_radio: 2;
  text-align: left;
  font-size: 16px;
  color: #383838;
  padding-top: 10px;
  margin-top: 10px;
}
#c_new_list_201-1678443279880 .e_button-22 {
  display: flex;
  position: relative;
  overflow: hidden;
  text-align: left;
  box-sizing: border-box;
  width: 210px;
  padding: 0;
  background_radio: 1;
  border_radio: 1;
  font_radio: 1;
  radius_radio: 1;
  display-radio: flex;
  margin-top: 3%;
  height: 54px;
  border-radius: 0;
  background: linear-gradient(94deg, #009088 0%, #009088 0%, #7ec8c4 23%, #81c9c5 47%, #0050ae 100%), #737373;
  align-items: center;
  justify-content: space-around;
  margin-right: 0px;
  margin-left: auto;
  font-size: 14px;
}
#c_new_list_201-1678443279880 .e_button-22::before {
  content: '';
  display: block;
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease;
}
#c_new_list_201-1678443279880 .e_button-22:hover::before {
  left: 0;
}
#c_new_list_201-1678443279880 .e_button-22 span {
  display: block;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  overflow: hidden;
  color: #fff;
  transition: all 0.6s ease;
  left: 0;
}
#c_new_list_201-1678443279880 .e_button-22:hover span {
  left: 10px;
}
#c_new_list_201-1678443279880 .e_button-22 i {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
}
#c_new_list_201-1678443279880 .e_button-22 i::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
}
#c_new_list_201-1678443279880 .e_button-22 i::after {
  content: '';
  display: block;
  width: 45px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 12px;
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.6s;
}
#c_new_list_201-1678443279880 .e_button-22:hover i::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
}
#c_new_list_201-1678443279880 .e_button-22:hover i::after {
  width: 0px;
}
#c_new_list_201-1678443279880 .e_button-22::after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  z-index: 0;
  opacity: 0;
  top: 0;
  left: 0px;
}
#c_new_list_201-1678443279880 .e_button-22:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #c_new_list_201-1678443279880 .e_loop-2 {
    display-radio: 1;
    padding-left: 0px;
    padding-right: 0px;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  #c_new_list_201-1678443279880 .e_container-11 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    display-radio: flex;
    padding-left: 0px;
    padding-right: 0px;
    width: 82%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 18px;
    min-width: 0px;
    max-width: none;
  }
  #c_new_list_201-1678443279880 .e_container-11 .cbox-11-0 {
    flex: 0 0 100%;
  }
  #c_new_list_201-1678443279880 .e_container-11 .cbox-11-1 {
    flex: 0 0 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  #c_new_list_201-1678443279880 .e_container-12 {
    display-radio: 1;
    flex-direction: row;
  }
  #c_new_list_201-1678443279880 .e_container-14 {
    display-radio: 1;
    flex-direction: row;
    margin-top: 16px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #c_new_list_201-1678443279880 .e_container-14 .cbox-14-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #c_new_list_201-1678443279880 .e_text-15 {
    display-radio: 1;
    font_radio: 2;
    height: auto;
    max-height: none;
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #1a1a1a;
    line-height: 2;
    font-family: Microsoft YaHei;
  }
  #c_new_list_201-1678443279880 .e_text-15 a {
    color: #333 !important;
  }
  #c_new_list_201-1678443279880 .e_text-17 {
    display-radio: 1;
    font_radio: 1;
    height: auto;
  }
  #c_new_list_201-1678443279880 .e_container-19 {
    display-radio: 1;
    flex-direction: column;
  }
  #c_new_list_201-1678443279880 .e_button-22 {
    background_radio: 1;
    border_radio: 1;
    font_radio: 1;
    radius_radio: 1;
    display-radio: 1;
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 769px) {
}
@media screen and (max-width: 1424px) and (min-width: 769px) {
  .head_nav .head_cont {
    width: auto;
  }
  .head_nav .head_cont .he_r .he_art ul {
    width: 690px;
  }
  .head_nav .head_cont .he_r .search {
    margin-right: 20px;
  }
  .swiperimg_url img {
    height: auto;
  }
  .swiper-pagination {
    bottom: 10px !important;
    left: 450px !important;
  }
  .brief .brief_le {
    width: 580px;
    height: 500px;
  }
  .br_butn {
    padding-left: 5%;
    padding-top: 8%;
  }
  .br_butn i {
    margin-bottom: 20px;
  }
  .brief {
    height: auto;
  }
  .br_butn p {
    font-size: 14px;
    display: block;
    flex: 1;
    width: 565px;
  }
  .br_buutten {
    margin-left: 20px;
    margin-top: 65px;
  }
  #c_new_list_201-1678443279880 {
    min-height: initial;
  }
  .brief .brief_re {
    height: auto;
  }
  .sel_cont {
    width: auto;
    padding: 0 30px;
    padding-top: 90px;
  }
  .sel_cont i {
    width: 1100px;
  }
  .section02 {
    height: 715px !important;
  }
  #c_new_list_201-1678443279880 .e_loop-2 .p_loopitem {
    flex: 0 0 48.3%;
  }
  .but_top_cont,
  .butnant .but_btn .but_conat {
    width: auto !important;
    padding: 0 30px;
  }
  .butnant .but_top .but_top_cont .bt_rigant ul {
    width: 750px !important;
    margin-right: 30px;
  }
  .butnant .but_btn .but_conat .but_lar {
    width: 900px !important;
  }
  .butnant .but_btn .trenst {
    width: auto !important;
    padding: 0 30px;
  }
}
.btn {
  color: #212529;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.butnant {
  width: 100%;
  height: 404px;
  background: #090909;
  border-radius: 10px;
}
.butnant .but_top {
  height: 147px;
  border-bottom: 1px solid #3A3A3A;
}
.butnant .but_top .but_top_cont {
  width: 1552px;
  height: 147px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.butnant .but_top .but_top_cont .bt_logo {
  width: 194px;
  height: 59px;
}
.butnant .but_top .but_top_cont .bt_logo img {
  width: 194px;
  height: 59px;
}
.butnant .but_top .but_top_cont .bt_rigant ul {
  width: 922px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.butnant .but_top .but_top_cont .bt_rigant ul li a {
  font-size: 16px;
  color: #ffffff;
}
.butnant .but_btn {
  width: 100%;
  margin: 0 auto;
  height: 185px;
  border-bottom: 1px solid #3A3A3A;
}
.butnant .but_btn .but_conat {
  width: 1552px;
  margin: 0 auto;
  height: 185px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.butnant .but_btn .but_conat .but_lar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 185px;
  width: 1135px;
}
.butnant .but_btn .but_conat .but_lar .but_lar_cont span {
  display: block;
  font-size: 16px;
  color: #a9a9a9;
  margin-bottom: 15px;
}
.butnant .but_btn .but_conat .but_lar .but_lar_cont i {
  font-size: 16px;
  color: #ffffff;
}
.butnant .but_btn .but_conat .but_rar_cont img {
  width: 105px;
  height: 105px;
}
.butnant .but_btn .but_conat .but_rar_cont span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  color: rgba(169, 169, 169, 0.8);
}
.butnant .but_btn .trenst {
  width: 1552px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.butnant .but_btn .trenst a {
  font-size: 14px;
  color: #a9a9a9;
}
