@charset "UTF-8";

/*整站样式*/
*,
:after,
:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'AlibabaPuHuiTi-2-55-Regular', "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  height: 100%;
}

img {
  max-width: 100%;
  border: none;
  -webkit-user-drag: none;
}

input,
select,
textarea {
  font-size: 14px;
  color: #333;
  border: none;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

::-ms-input-placeholder {
  color: #999;
}

select::-ms-expand {
  display: none;
}

/*定义滚动条*/
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 5px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #27417a;
  width: 5px;
}

a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

ul {
  list-style: none;
}

.fix {
  transform: scale(1);
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.fix:after,
.fix:before {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: normal;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@font-face {
  
  font-family: AlibabaPuHuiTi-2-55-Regular;
  src: url(../fonts/AlibabaPuHuiTi-2-55-Regular.ttf) format("TrueType");
}

@font-face {
  
  font-family: AlibabaPuHuiTi-2-65-Medium;
  src: url(../fonts/AlibabaPuHuiTi-2-65-Medium.ttf) format("TrueType");
}

@font-face {
 
  font-family: AlibabaPuHuiTi-2-85-Bold;
  src: url(../fonts/AlibabaPuHuiTi-2-85-Bold.ttf) format("TrueType");
}


body {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-style: normal;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.banner_page {
  line-height: 1vh;
}


a:hover span,
a:hover p {
  color: #27417a !important;
}


.head {

  margin: 0 auto;
  justify-content: space-around;
  background: url(../images/head.jpg) no-repeat;
  background-size: cover;
  position: relative;
}

.head .top {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #303133;
}

.head .top_options a {
  margin-left: 20px;
}

.head .logo_publicize {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.head .logo_publicize>a {
  display: block;
  width: 470px;
  height: 100px;
}

.head .head_publicize {
  width: 680px;
  overflow: hidden;
  position: relative;
}

.head .head_publicize .publicize_mqrquee {
  display: flex;
  height: 100px;
}

.head .head_publicize img{
    position: absolute;
    top: 0 ;
    right: 0;
}

.head .head_publicize .main_title {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  width: 580px;
  height: 52px;
  line-height: 52px;
  font-size: 37px;
  font-weight: 700;
  text-align: right;
  color: #FF6029;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.head .head_publicize .sub_title {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  width: 260px;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  color: #FF6029;
  float: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.head .head_publicize .main_title span,
.head .head_publicize .sub_title span {
  white-space: nowrap;
  margin-right: 20px;
}

.head_bao{
    width: 100px;
    height: 100px;
    background: url(../images/bao.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
}


.inner_catname {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #27417a;
  position: relative;
  height: 32px;
  padding-left: 53px;
}

.inner_catname::after {
  content: '';
  position: absolute;
  display: block;
  background: url(../images/cat_info_icon.svg) no-repeat left center;
  background-size: cover;
  width: 38px;
  height: 32px;
  left: 0;
  top: 0;
}


.menu {
  background: #27417a;
  height: 94px;
}

.menu ul {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  list-style: none;
  padding: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.menu ul>li {
  /*padding-left: 21px;*/
  /*padding-right: 21px;*/
  position: relative;
  /* width: 11%; */
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 4px;
}

.menu ul>li>a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.menu ul>li::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 1px;
  height: 22px;
  background: #112f72;
  right: 0%;
}

.menu ul>li:nth-child(9n)::after {
  position: absolute;
  bottom: 0;
  content: "";
  width: 1px;
  height: 22px;
  background: none;
  right: 0%;
}

.menu ul>li.active>a {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  color: #F2C94C;
}


.menu ul>li .menu_second {
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  position: absolute;
  z-index: 9;
  visibility: hidden;
}

.menu ul>li .menu_second:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-bottom: 23px solid #FFFFFFE5;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.menu ul>li:hover .menu_second_show {
  visibility: visible;
}

.menu ul>li .menu_second .menu_second_box {
  width: 255px;
  background: #FFFFFFE5;
  padding: 26px 20px;
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu ul>li .menu_second a {
  display: block;
  width: 50%;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.02em;
  color: #303133;
  position: relative;
  padding-left: 15px;
  text-align: left;
}

.menu ul>li .menu_second a::before {
  display: block;
  content: '◇';
  position: absolute;
  font-size: 18px;
  color: #27417a;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.menu ul>li .menu_second a:hover,
.menu ul>li .menu_second a.active {
  color: #27417a;
  font-family: AlibabaPuHuiTi-2-65-Medium;
}


.catname_box {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.catname_box span {
  color: #27417a;
  font-family: AlibabaPuHuiTi-2-85-Bold;
  font-size: 34px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.01em;
  padding-left: 20px;
  padding-right: 39px;
  position: relative;
  width: 200px;
  height: 32px;
}

.catname_box span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    /* background-color: #27417a; */
    margin-top: -10px;
    content: "★";
    font-size: 20px;
    line-height: 20px;
}
}

.catname_box span::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  content: '';
  background: url(../images/cat_icon_01.svg) no-repeat;
  background-size: cover;
}

.catname_box i {
  width: 56%;
  display: block;
  margin-top: 6px;
  background: url(../images/cat_icon_02.svg) no-repeat center;
}

.catname_box a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #606266;
  margin-top: 6px;
}


.info_body_box {
  position: relative;
}

.info_body_box::before {
  position: absolute;
  top: 56px;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
}

/* 列表和内页面包屑 */
.breadcrumb {
  height: 56px;
  line-height: 56px;
}

.breadcrumb a {
  color: #606266;
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}

.breadcrumb>a+a:before {
  content: ">";
  padding: 0 5px;
  color: #909399;
}

.pager .pagination {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.pager .pagination li span,
.pager .pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #303133;
  margin-right: 8px;
  background: #ffffff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.514px;
}

.pager .pagination li:first-child span,
.pager .pagination li:first-child a {
  background: url(../images/prev.svg) no-repeat center;
  display: block;
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.pager .pagination li:last-child span,
.pager .pagination li:last-child a {
  background: url(../images/next.svg) no-repeat center;
  color: rgba(0, 0, 0, 0);
  color: #fff;
  border: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.pager .pagination li.active span,
.pager .pagination li.active a {
  border: 1px solid #27417a;
  background: #27417a;
  color: #fff;
}


.footer {
  background: url(../images/footer_bg.png) no-repeat center;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 74px;
  text-align: center;
  margin: 0 auto;
}

.footer .footer_logo {
  width: 29%;
  margin: 1rem auto;
}

.footer .footer_ewm {
  width: 94px;
  line-height: 0;
  margin: 0 auto;
  margin-top: 33px;
  margin-bottom: 28px;
}

.footer a {
  color: #fff;
  opacity: 0.6;
}

.footer a,
.footer span {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.01em;
  color: #fff;
  opacity: 0.6;
}

.footer .footer_address {
  margin-left: 1em;
}

.footer .footer_tel {
  margin-left: 1em;
}

.footer .footer_copyright span {
  display: block;
}

.business_license {
  width: 174px;
  height: 49px;
  margin-top: 20px;
}


.alert_person_search {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: initial;
  box-shadow: initial;
}

.person_search_box {
  padding: 6%;
  background-color: #fff;
  box-shadow: initial;
  height: 86%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.alert_person_search .person_search_title {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  font-size: 42px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.01em;
  color: #303133;
  position: relative;
  display: block;
  text-align: center;
  height: 90px;
  margin: 0 auto;
}

.alert_person_search .person_search_title::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  content: '';
  width: 60px;
  height: 4px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #27417a;
}

.alert_person_search .person_search_form {
  margin-top: 10%;
}

.alert_person_search .person_search_form .person_search_item {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}

.alert_person_search .person_search_form .person_search_item label {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.01em;
  color: #606266;
}

.alert_person_search .person_search_form .person_search_item label i {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.01em;
  color: #27417a;
  font-style: normal;
}

.alert_person_search .person_search_form .person_search_item input {
  width: 72%;
  height: 50px;
  border: 1px #E4E7ED solid;
  padding: 14px 26px;
  margin-left: 20px;
}

.alert_person_search .person_search_form .person_search_item input::placeholder {
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #C0C4CC;
}

.alert_person_search .person_search_form .person_search_button {
  width: 33.66%;
  height: 60px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  font-size: 24px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #fff;
  background: #27417a;
  margin: 0 auto;
  margin-top: 14%;
  cursor: pointer;
  border: 0;
  display: block;
}

@media screen and (max-width: 1910px) {
  .alert_person_search .person_search_form .person_search_button {
    margin-top: 7%;
  }
}

@media screen and (max-width: 1024px) {
  .alert_person_search .person_search_form .person_search_item {
    margin-bottom: 22px;
  }

  .alert_person_search .person_search_form .person_search_button {
    margin-top: 0;
    width: 47%;
  }
}

.alert_person_search .layui-icon-close {
  width: 48px;
  height: 48px;
  background: url(../images/close.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border: 0;
  cursor: pointer;
}

.layui-layer-setwin .layui-layer-close2:hover {
  background-color: initial;
}

.alert_person_search .layui-icon-close::before {
  content: '';
}


.search-form {
  margin-top: 40px;
}

.search-info {
  margin-top: 20px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e60012;
  padding: 1rem 0;
}

.search_list_box {
  margin-bottom: 80px;
}

.search_list_box .search_list_body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.search_list_box .search_list_box_item {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.search_list_box .search_list_box_item:nth-child(4n) {
  margin-right: 0;
}

.search_list_box .search_list_box_item .search_list_box_item_img {
  line-height: 0;
  width: 100%;
  text-align: center;
}

.search_list_box .search_list_box_item span {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  font-family: AlibabaPuHuiTi-2-655-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  letter-spacing: 0.01em;
  color: #fff;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
}


.main_box {
  margin-top: 60px;
  margin-bottom: 50px;
}

.main_top_up {
  position: relative;
}

.main_top_up .main_top_up_title {
  font-family: AlibabaPuHuiTi-2-85-Bold;
  font-size: 46px;
  font-weight: 700;
  line-height: 64.4px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #303133;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.main_top_up .main_top_up_sub_title {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #606266;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.main_top_up .main_top_up_more {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #27417a;
  display: block;
  position: absolute;
  right: 6px;
  bottom: 6px;
}

.main_hot_box {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.main_hot_box .banner {
  width: 920px;
  height: 524px;
  overflow: hidden;
}

.main_hot_box .banner_swiper {
  width: 100%;
  position: relative;
}

.main_hot_box .banner_swiper a {
  display: block;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  line-height: 0;
  text-align: center;
  transition: all 0.5s;
}

.main_hot_box .banner_swiper a:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.main_hot_box .banner_swiper a img{
  width: 920px;
  height: 525px;
  object-fit: cover;
}

.main_hot_box .banner_swiper .swiper-slide span {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.4);
  height: 76px;
  line-height: 76px;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: left;
  color: #fff;
  padding-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.main_hot_box .banner_swiper .swiper-pagination {
  position: absolute;
  left: auto;
  right: 3%;
  text-align: center;
  width: 80px;
  bottom: 35px;
  height: 14px;
}

.main_hot_box .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background: #d9d9d9;
  margin: 0 6px;
  opacity: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.main_hot_box .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: #D80011;
  margin: 0 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main_hot_list {
  width: 480px;
  margin-left: 40px;
}

.main_hot_list .main_hot_item {
  margin-bottom: 20px;
}

.main_hot_list .main_hot_item:last-child {
  margin-bottom: 0;
}

.main_hot_list .main_hot_item span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #303133;
  margin-top: 5px;
  margin-bottom: 14px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.main_hot_list .main_hot_item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #909399;
  display: inline;
}

.main_hot_list .main_hot_item a i {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #27417a;
  margin-left: 15px;
  font-style: normal;
}


.publicize {
  width: 100%;
  height: 132px;
  margin-top: 50px;
  margin-bottom: 60px;
}


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

.main_category_box .satb_box {
  width: 64%;
}

.main_category_box .nazx_box {
  width: 34%;
}


.satb_box_body {
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
}

.satb_box_body .satb_box_left {
  width: 49%;
}

.satb_box_body span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 19px;
  font-weight: 500;
  line-height: 26.6px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 6px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.satb_box_body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.01em;
  color: #909399;
  display: inline;
}

.satb_box_body .satb_box_left .satb_box_img {
  line-height: 0;
  transition: all 0.5s;
}

.satb_box_body .satb_box_left .satb_box_img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.satb_box_body .satb_box_left .satb_box_img img{
    width: 450px;
    height: 255px;
    object-fit: cover;
}

.satb_box_body .satb_box_right {
  width: 48%;
}

.satb_box_body .satb_box_right .satb_box_right_item {
  padding-bottom: 23px;
  position: relative;
}

.satb_box_body .satb_box_right .satb_box_right_item::after {
  width: 98%;
  position: absolute;
  content: '';
  border-bottom: 1px dashed #C0C4CC;
  left: 0;
  bottom: 0;
}

.satb_box_body .satb_box_right .satb_box_right_item i {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.01em;
  color: #27417a;
  display: inline;
  margin-left: 20px;
  font-style: normal;
}

.satb_box_body .satb_box_right span {
  color: #303133;
}

.nazx_box .nazx_box_list {
  margin-top: 27px;
}


.nazx_box .catname_box {
  padding-left: 6px;
  padding-right: 4px;
}

.nazx_box .nazx_box_list span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 17px;
  color: #303133;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.nazx_box .nazx_box_list .nazx_box_item span {
  font-size: 18px;
}

.nazx_box .nazx_box_list p {
  font-size: 13px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.01em;
  color: #909399;
  display: inline;
}

.nazx_box .nazx_box_list a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
  display: inline;
  margin-left: 20px;
}

.nazx_box .nazx_box_list a i {
  color: #27417a;
  font-style: normal;
}

.nazx_box .nazx_box_list .box_top {
  padding-bottom: 23px;
  margin-bottom: 17px;
  line-height: 18.2px;
  position: relative;
}

.nazx_box .nazx_box_list .box_top::after {
  width: 90%;
  position: absolute;
  content: '';
  border-bottom: 1px dashed #C0C4CC;
  left: 0;
  bottom: 0;
}

.nazx_box .nazx_box_list .box_top span {
  margin-top: 16px;
  margin-bottom: 6px;
  line-height: 26.6px;
  font-size: 20px;
}


.xczx_box {
  width: 100%;
  margin-top: 60px;
}

.xczx_box .catname_box i {
  width: 75%;
}

.xczx_box .xczx_box_list {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.xczx_box .xczx_box_list .xczx_box_item {
  margin-right: 23px;
}

.xczx_box .xczx_box_list .xczx_box_item:last-child {
  margin-right: 0;
}

.xczx_box .xczx_box_list .xczx_box_item span {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.xczx_box .xczx_box_list .xczx_box_item .xczx_box_item_img {
  line-height: 0;
  transition: all 0.5s;
}

.xczx_box .xczx_box_list .xczx_box_item .xczx_box_item_img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.xczx_box .xczx_box_list .xczx_box_item .xczx_box_item_img img{
    width: 100%;
    height: 225px;
    object-fit: cover;
}


.syaq_salm_box {
  margin-top: 60px;
}

.syaq_salm_box .syaq_box {
  width: 63.75%;
}

.syaq_salm_box .syaq_box_body {
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
}

.syaq_salm_box .syaq_box_body .syaq_box_left {
  width: 49%;
}

.syaq_salm_box .syaq_box_body span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 19px;
  font-weight: 500;
  line-height: 26.6px;
  letter-spacing: 0.01em;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 6px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.syaq_box_body .syaq_box_left .syaq_box_img {
  line-height: 0;
  transition: all 0.5s;
}

.syaq_box_body .syaq_box_left .syaq_box_img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.syaq_box_body .syaq_box_left .syaq_box_img img{
    width: 450px;
    height: 255px;
    object-fit: cover;
}

.syaq_box_body .syaq_box_left .syaq_box_desc {
  padding-left: 3px;
}

.syaq_box_body .syaq_box_left .syaq_box_desc p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.01em;
  color: #909399;
  display: block;
}

.syaq_box_body .syaq_box_right {
  width: 48%;
}

.syaq_box_body .syaq_box_right .syaq_box_right_item {
  position: relative;
}

.syaq_box_body .syaq_box_right .syaq_box_right_item:first-child {
  margin-top: 17px;
  padding-bottom: 23px;
}

.syaq_box_body .syaq_box_right .syaq_box_right_item:first-child:after {
  width: 98%;
  position: absolute;
  content: '';
  border-bottom: 1px dashed #C0C4CC;
  left: 0;
  bottom: 0;
}

.syaq_box_body .syaq_box_right_item:first-child span {
  color: #303133;
  font-size: 20px;
  margin-top: 0;
}

.syaq_box_body .syaq_box_right .syaq_box_right_item:first-child p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.2px;
  letter-spacing: 0.01em;
  color: #909399;
  display: block;
}

.syaq_box_body .syaq_box_right .syaq_box_right_item:not(:first-child) a {
  font-family: AlibabaPuHuiTi-2-55-Regular;
  font-size: 18px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.02em;
  color: #303133;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.publicize_box {
  margin-top: 50px;
}

.publicize_box a {
  width: 100%;
  display: block;
  line-height: 0;
}
.publicize_box img {
    width: 100%;
}


.animail_box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.animail_box .bldw_box {
  width: 63.8%;
}

.animail_box .dwbhjy_box {
  width: 33.6%;
}

.animail_box .bldw_box .bldw_box_top {
  margin-top: 40px;
  position: relative;
}

.animail_box .bldw_box .bldw_box_top::after {
  width: 100%;
  position: absolute;
  content: '';
  border-bottom: 1px dashed #C0C4CC;
  left: 0;
  bottom: 0;
}

.animail_box .bldw_box .bldw_box_top a {
  display: flex;
}

.animail_box .bldw_box .bldw_left_img {
  width: 21.4%;
  line-height: 0;
  transition: all 0.5s;
}

.animail_box .bldw_box .bldw_left_img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.animail_box .bldw_box .bldw_left_img img{
    width: 220px;
    height: 110px;
    object-fit: cover;
}

.animail_box .bldw_box .bldw_right_box {
  width: 69.3%;
  margin-left: 27px;
  margin-bottom: 23.5px;
}

.animail_box .bldw_box .bldw_box_list {
  display: flex;
  flex-wrap: wrap;
}

.animail_box .bldw_box .bldw_right_box span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #303133;
  display: block;
  margin-top: 7px;
  margin-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.animail_box .bldw_box .bldw_right_box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #909399;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.animail_box .bldw_box .bldw_box_item {
  width: 47.6%;
  margin-top: 27.5px;
  padding-bottom: 29.5px;
  position: relative;
}

.animail_box .bldw_box .bldw_box_item::after {
  width: 100%;
  position: absolute;
  content: '';
  border-bottom: 1px dashed #C0C4CC;
  left: 0;
  bottom: 0;
}

.animail_box .bldw_box .bldw_box_item:nth-child(2n) {
  margin-left: 19px;
  width: 50.3%;
}

.animail_box .bldw_box .bldw_box_item a {
  display: flex;
  justify-content: space-between;
}

.animail_box .bldw_box .bldw_box_item_img {
  width: 45%;
  line-height: 0;
  transition: all 0.5s;
}

.animail_box .bldw_box .bldw_box_item_img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.animail_box .bldw_box .bldw_box_item_img img{
    width:200px;
    height:110px;
    object-fit: cover;
}

.animail_box .bldw_box .bldw_box_item_desc {
  margin-left: 26px;
  width: 49%;
}

.animail_box .bldw_box .bldw_box_item span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #303133;
  display: block;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.animail_box .bldw_box .bldw_box_item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #909399;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.dwbhjy_box .dwbh_box_item,
.dwbhjy_box .dwjy_box_item {
  margin-top: 24px;
}

.dwbhjy_box .dwbh_box_item a,
.dwbhjy_box .dwjy_box_item a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.02em;
  color: #303133;
}

.dwbhjy_box .dwbh_box {
  margin-bottom: 62px;
}

.dwbhjy_box .catname_box span::after {
  background: none;
}

.dwbhjy_box .dwjy_box_item a{
    overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


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

.js_cj_mp_ys_box .js_cj_mp_box {
  width: 63.4%;
}

.js_cj_mp_ys_box .ys_fw_box {
  width: 33.6%;
}

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

.js_cj_mp_ys_box .js_cj_mp_box_tab {
  width: 33%;
  height: 56px;
  line-height: 56px;
  background: #F5F6F8;
  color: #303133;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.01em;
  font-weight: 400;
  cursor: pointer;
}

.js_cj_mp_ys_box .js_cj_mp_box_tab.active {
  font-family: AlibabaPuHuiTi-2-85-Blod;
  background: #27417a;
  color: #ffffff;
  font-weight: 700;
}

.js_cj_mp_ys_box .js_cj_mp_box_tab_body {
  margin-top: 52px;
}

.js_cj_mp_ys_box .js_cj_mp_box_tab_body .js_cj_mp_box_tab_item:not(:first-child) {
  display: none;
}

.js_cj_mp_ys_box .js_cj_mp_box_tab_body .js_cj_mp_box_item {
  padding-bottom: 27.5px;
  margin-bottom: 28px;
  position: relative;
}

.js_cj_mp_ys_box .js_cj_mp_box_tab_body .js_cj_mp_box_item::after {
  width: 100%;
  position: absolute;
  content: '';
  border-bottom: 1px dashed #C0C4CC;
  left: 0;
  bottom: 0;
}

.js_cj_mp_ys_box .js_cj_mp_box_tab_body .js_cj_mp_box_item span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #303133;
  margin-bottom: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.js_cj_mp_ys_box .js_cj_mp_box_tab_body .js_cj_mp_box_item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #909399;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.ysys_box .catname_box span::after {
  background: none;
}

.ysys_box .catname_box a {
  margin-top: 15px;
}

.ys_fw_box .ysys_swiper {
  margin-top: 29px;
  padding-bottom: 45px;
  overflow: hidden;
  position: relative;
}

.ys_fw_box .ysys_swiper .swiper-slide .ysys_swiper_slide_img {
  line-height: 0;
  transition: all 0.5s;
}

.ys_fw_box .ysys_swiper .swiper-slide .ysys_swiper_slide_img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.ys_fw_box .ysys_swiper .swiper-slide .ysys_swiper_slide_img img{
    width: 484px;
    height: 302px;
    object-fit: cover;
}

.ys_fw_box .ysys_swiper .swiper-slide span {
  display: block;
  margin-top: 14.7px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #303133;
  text-align: center;
}

.ys_fw_box .ysys_swiper .swiper-pagination {
  bottom: 0;
}

.ys_fw_box .ysys_swiper .swiper-pagination span {
  width: 11px;
  height: 11px;
  background: #C0C4CC;
  opacity: 1;
}

.ys_fw_box .ysys_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #27417a;
}


.fwzx_box {
  margin-top: 60px;
}


.fwzx_box .catname_box span::after {
  background: none;
}

.fwzx_box .fwzx_box_item {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.02em;
  color: #303133;
  display: block;
}

.fwzx_box .fwzx_box_item a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.fwzx_box .fwzx_box_item a:hover {
    color: #27417a !important;
}


.link_box {
  margin-top: 50px;
  margin-bottom: 60px;
}

.link_box .link_box_body {
  display: flex;
}

.link_box .link_box_body .link_box_catname {
  width: 23%;
  height: 68px;
  position: relative;
}

.link_box .link_box_body .link_box_catname::after {
  background-size: cover;
  top: 0%;
  right: 0%;
  display: block;
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
}

.link_box .link_box_body span {
  color: #fff;
  background: #27417a;
  font-size: 26px;
  padding-left: 90px;
  padding-right: 90px;
  margin-top: 12px;
  width: 284px;
  height: 56px;
  line-height: 56px;
  display: block;
}

.link_box .link_box_body i {
  width: 72%;
  display: block;
  margin-top: 35px;
  background: url(../images/cat_icon_02.svg) no-repeat center;
}

.link_box .link_box_body a {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #606266;
  margin-top: 23px;
}

.link_box .link_item {
  margin-top: 31px;
}

.link_box .link_item a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #606266;
}


.inner_list_box {
  margin-top: 65px;
}

.inner_list_box_no_margin {
  margin-top: 0;
}

.inner_list_box_bg {
  background: linear-gradient(180deg, #F5F6F8 57.08%, #FFFFFF 100%);
  padding-top: 65px;
}

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

.inner_main .inner_main_left {
  width: 63.8%;
}

.inner_main_left .inner_left_top {
  height: 524px;
}

.inner_main_left .inner_left_top a {
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.inner_main_left .inner_left_top a:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.inner_main_left .inner_left_top a img{
    width: 920px;
    height: 524px;
    object-fit: cover;
}

.inner_main_left .inner_left_top a span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 24px;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: 0.01em;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  display: block;
  height: 75px;
  padding-left: 4%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.inner_main_left .inner_left_bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.inner_main_left .inner_left_bottom .inner_left_item {
  width: 49%;
}

.inner_main_left .inner_left_bottom a {
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.5s;
}

.inner_main_left .inner_left_bottom a:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.inner_main_left .inner_left_bottom a img {
  width: 450px;
  height: 280px;
  object-fit: cover;
}

.inner_main_left .inner_left_bottom a span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 18px;
  font-weight: 500;
  line-height: 55px;
  letter-spacing: 0.01em;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  display: block;
  height: 55px;
  padding-left: 4%;
  padding-right: 4%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.inner_main .inner_main_right {
  width: 34.8%;
  padding-top: 35px;
  background: #FFFFFF;
}

.inner_main .inner_main_right .inner_right_satj {
  padding-left: 18px;
  padding-right: 22px;
}

.inner_main .inner_main_right .catname_box span {
  color: #303133;
}

.inner_main .inner_main_right .catname_box span::after {
  background: none;
}

.inner_main .inner_right_satj .inner_right_satj_item {
  margin-top: 12px;
}

.inner_main .inner_right_satj .inner_right_satj_item:last-child {
  margin-top: 12px;
}

.inner_main .inner_main_right .inner_right_satj a {
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0.02em;
  color: #303133;
  display: block;
}

.inner_main .inner_main_right .inner_right_satj_item.inner_publicize a {
  line-height: 0;
}


.inner_dtbb_box {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 62px;
}

.inner_dtbb_left {
  width: 63.4%
}

.inner_dtbb_left .inner_dtbb_desc {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 2px;
}

.inner_dtbb_left .inner_dtbb_desc .inner_dtbb_item {
  margin-top: 28px;
  padding-bottom: 26px;
  position: relative;
}

.inner_dtbb_left .inner_dtbb_desc .inner_dtbb_item::after {
  width: 100%;
  position: absolute;
  content: '';
  border-bottom: 1px dashed #C0C4CC;
  left: 0;
  bottom: 0;
}

.inner_dtbb_left .inner_dtbb_desc .inner_dtbb_item:last-child::after {
  padding-bottom: 0;
}

.inner_dtbb_left .inner_dtbb_desc .inner_dtbb_item span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.01em;
  color: #303133;
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.inner_dtbb_left .inner_dtbb_desc .inner_dtbb_item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #909399;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.inner_dtbb_right {
  width: 32%;
}

.inner_dtbb_right .inner_dtbb_right_top {
  margin-top: 30px;
  padding-right: 10px;
}

.inner_dtbb_right .inner_dtbb_right_top_img {
  line-height: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.inner_dtbb_right .inner_dtbb_right_top_img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.inner_dtbb_right .inner_dtbb_right_top span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 26px;
  font-weight: 500;
  line-height: 36.4px;
  letter-spacing: 0.01em;
  color: #27417a;
  margin-top: 16px;
  display: block;
}

.inner_dtbb_right .inner_dtbb_right_desc {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.02em;
  color: #303133;
  padding-right: 20px;
}

.inner_dtbb_right .inner_dtbb_right_desc a {
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.inner_hyjj_box {
  margin-top: 0;
  padding-top: 76px;
  background: url(../images/sub_bg.png) no-repeat bottom center;
  background-size: cover;
  padding-bottom: 75px;
}

.inner_hyjj_box .xczx_box_item .more {
  display: flex;
  justify-content: space-between;
  width: 60px;
  height: 24px;
  margin-top: 20px;
}

.inner_hyjj_box .xczx_box_item .more i {
  font-style: normal;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #909399;
}

.inner_hyjj_box .xczx_box_item:hover .more i {
  color: #27417a;
}

.inner_hyjj_box .xczx_box_item:hover .more svg path {
  fill: #27417a;
}


.list_main_top {
  margin-top: 40px;
  background: #F9F9F9;
}

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

.list_main_top .list_main_top_left {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_main_top .list_main_top_left .list_main_top_left_img {
  line-height: 0;
}

.list_main_top .list_main_top_right {
  width: 55%;
  padding: 80px 50px 40px 55px
}

.list_main_top .list_main_top_right>span {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 26px;
  font-weight: 500;
  line-height: 36.4px;
  letter-spacing: 0.01em;
  color: #303133;
  position: relative;
  display: block;
  height: 36px;
  padding-left: 17px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.list_main_top .list_main_top_right>span::before {
  display: block;
  position: absolute;
  content: '';
  width: 2px;
  height: 30px;
  background-color: #E50242;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.list_main_top .list_main_top_right>p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #909399;
  padding-left: 15px;
}

.list_main_top .list_main_top_right_more {
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
  padding-left: 20px;
  align-items: center
}

.list_main_top .list_main_top_right_more span {
  display: block;
  width: 116px;
  height: 22px;
  padding-left: 26px;
  background: url(../images/time.svg) no-repeat left center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #909399;
}

.list_main_top .list_main_top_right_more i {
  background: url(../images/more.svg) no-repeat center;
  background-size: cover;
  width: 61px;
  height: 61px;
  display: block;
}

.list_box {
  margin-top: 40px;
  margin-bottom: 100px;
}

.list_box_body {
  margin-bottom: 100px;
}

.list_box .list_box_item {
  margin-top: 24px;
  background: linear-gradient(90deg, #FFFFFF 12.5%, #F5F6F8 100%);
}

.list_box .list_box_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list_box .list_box_item .list_box_item_img {
  width: 24.3%;
  line-height: 0;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.list_box .list_box_item .list_box_item_img:hover {
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.list_box .list_box_item .list_box_item_img img {
    width: 100%;
    height: 198px;
    object-fit: cover;
}

.list_box .list_box_item .list_box_item_desc {
  width: 64.44%;
  padding-left: 36px;
  padding-right: 124px;
}

.list_box .list_box_item .list_box_item_desc span {
  font-family: AlibabaPuHuiTi-265-Medium;
  font-size: 22px;
  font-weight: 500;
  line-height: 30.8px;
  letter-spacing: 0.01em;
  color: #303133;
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.list_box .list_box_item .list_box_item_desc p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  letter-spacing: 0.01em;
  color: #909399;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.list_box .list_box_item .list_box_item_date {
  width: 11.25%;
  padding-left: 49px;
  padding-right: 56px;
  position: relative;
}

.list_box .list_box_item .list_box_item_date .list_box_item_date_day {
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #27417a;
}

.list_box .list_box_item .list_box_item_date .list_box_item_date_ym {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #27417a;
}

.list_box .list_box_item .list_box_item_date::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 100px;
  background: #E4E7ED;
}


.info_body_box {
  margin-top: 40px;
}

.info_body_box .new_title {
  color: #303133;
  text-align: center;
  font-family: AlibabaPuHuiTi-2-65-Medium;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.48px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.info_body_box .view_desc {
  text-align: center;
  padding-bottom: 24px;
}

.info_body_box .view_desc span {
  color: #909399;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  padding-right: 20px;
}

.info_body_box .view_desc time {
  color: #909399;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  background: url(../images/time.svg) no-repeat left center;
  padding-left: 24px;
}

.info_body_box .view_desc em {
  color: #909399;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  background: url(../images/view.svg) no-repeat left center;
  padding-left: 24px;
  margin-left: 42px;
}

.info_body_box .inner_banner {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.info_body_box .new_info_content {
  margin-top: 7px;
  margin-bottom: 100px;
}

.info_body_box .new_info_content,
.info_body_box .new_info_content p,
.info_body_box .new_info_content span{
  color: #303133 !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 2em !important;
  letter-spacing: 0.3px;
  font-family: 'SimSun' !important;
  text-indent: 2rem !important;
}


.info_body_box .new_info_content p img,
.info_body_box .new_info_content p video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 990px;
    margin: 0 auto;
  }

  .head {
    width: 100%;
  }

  .head .menu ul li {
    padding-left: 8px;
    padding-right: 8px;
  }

  .selection_reason_content .content_text {
    padding-left: 20px;
    padding-top: 25px;
    padding-right: 26px;
  }

  .selection_reason_swiper .swiper-pagination-bullets {
    bottom: 0px;
    left: 18px;
  }

  .cases_content .cases_item a {
    padding: 15px 16px;
  }

  .cases_content .cases_item {
    width: 18%;
    border-radius: 6.6px;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-right: 24px;
    margin-bottom: 24px;
  }

  .products_box .swiper-button-prev,
  .products_box .swiper-button-next {
    width: 35px;
    height: 35px;
    background-size: contain;
  }

  .products_box .swiper-button-prev {
    left: 2%;
  }

  .products_box .swiper-button-next {
    right: 2%;
  }

  .footer .footer_content .foot_top {
    padding-left: 15px;
    padding-bottom: 20px;
  }

  .footer .footer_content .foot_menu {
    width: 72%;
  }

  .footer .footer_content .follow {
    width: 24%;
  }

  .business_tab_body .business_item {
    width: 22%;
    margin: 16px;
  }

  .case_list .cases_item {
    margin-right: 24px;
    margin-bottom: 24px;
  }

  .case_list .cases_item a {
    padding: 15px 16px;
  }

  .new_list_body .new_item {
    padding-left: 15px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 15px;
    margin-bottom: 12px;
  }

  .new_list_body .new_item .new_desc {
    width: 52%;
  }

  .new_list_body .new_item .new_desc span {
    font-size: 22px;
  }

  .new_list_body .new_item .new_desc a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    right: 2%;
    top: 40%;
  }
}

@media screen and (max-width: 768px) {
  body{
    zoom: 0.24;
  }
  .container {
    max-width: 1440px;
    margin: 0 auto;
  }
}