.ctn_container {
  width: 1400px;
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
  font-family: Arial, PingFangSC, MicrosoftYaHei;
}

/* (-?\d+)px;     calc(100vw * $1 / 1400); */

@media screen and (max-width: 1420px) {
  .ctn_container {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.page {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #ffffff;
}

.page_top {
  width: 100%;
  height: 80px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/*包含以下五种的链接*/
a {
  text-decoration: none;
  color: unset;
}

/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
  color: unset;
}

/*已经访问过的链接*/
a:visited {
  text-decoration: none;
  color: unset;
}

/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
  color: unset;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
  text-decoration: none;
  color: unset;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
  text-decoration: none;
  color: unset;
}

.ctn_add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.top_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 66%;
  height: 100%;
  font-weight: 500;
  font-size: 18px;
  color: #3d3d3d;
}

.top_text a {
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #3d3d3d;
}

.top_text_active {
  color: #004280;
}

#banner.floor-section.swiper_banner {
  width: 100%;
  /* height: 550px; TODO */
  height: 650px;
  position: relative;
}

/* 未选中状态的指示点颜色 */
.swiper_banner .swiper-pagination-bullet {
  background-color: #ffffff;
  /* 未选中状态的背景颜色 */
}

/* 选中状态的指示点颜色 */
.swiper_banner .swiper-pagination-bullet-active {
  background-color: #f89e20;
  /* 选中状态的背景颜色 */
}

.floor-section.word_box,
.word_box {
  padding-top: 25px;
  box-sizing: border-box;
  padding-left: 68px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  height: unset;
}

.word_box .text {
  width: 681px;
  font-size: 16px;
  color: #666666;
  line-height: 1.5;
  text-align: justify;
}

.title_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  font-size: 32px;
  color: #004280;
  font-weight: bold;
}

.title_box .line {
  width: 71px;
  height: 6px;
  background: linear-gradient(90deg, #009fdf 0%, #004cae 100%);
  margin-top: 10px;
}
.swiper_ecology_v {
  width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper_ecology {
  width: 1200px;
  height: 380px;
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}

.swiper_ecology_ti {
  width: 89%;
  height: 484px;
  position: relative;
  margin-top: 59px;
}

/* .swiper_ecology .swiper-wrapper{
    width: 90%;
} */

.ecology_img {
  /* border-top-right-radius: 12px; */
  /* border-top-left-radius: 12px; */
  width: 100%;
  height: 234px;
}

.swiper-slide_ecology {
  /* width: 50% !important; */
  width: 800px;
  height: 380px;
  /* border-radius: 5px; */
  /* border: 2px solid #FFFFFF; */
  margin-right: 0%;
  margin-left: 0%;
  box-sizing: border-box;
  position: relative;
  /* padding: 0 1.5%; */
}

.ecology_img_later_box {
  width: 100%;
  background: rgba(255, 255, 255, 0.83);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

/* .swiper_ecology .swiper-slide_ecology:nth-child(3n){
    margin-right: 0px;
} */

.swiper_ecology_v .custom-pagination {
  position: absolute;
  left: -10%;
  /* right: 10%; */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 10%;
  height: 100%;
}

/* .swiper_ecology_v .swiper-pagination-bullet {
    background: #DBDBDB !important;
    margin-top: 10px !important;
}

.swiper_ecology_v .swiper-pagination-bullet-active {
    background: #004280 !important;
} */

.swiper_ecology_v .swiper-button-prev,
.swiper-button-next {
  width: 35px;
  height: 35px;
  /* background: #FFFFFF; */
  background: linear-gradient(90deg, #004cae 0%, #009fdf 100%);
  border-radius: 50%;
  background: #004280;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  /* content: "next"; */
  color: #fff;
  font-size: 18px;
}

.ecology_text_box {
  width: 100%;
  height: 251px;
  padding: 40px 15px 49px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ecology_text {
  display: flex;
  flex-direction: column;
  /* font-weight: bold; */
  font-size: 34px;
  color: #ffffff;
  line-height: 1.5;
  white-space: pre-line;
}

.ecology_text_box_hover .ecology_text {
  white-space: nowrap;
}
.ecology_text_box_hover .yanjiangshi {
  display: none;
}

.ecology_img_address {
  display: flex;
  align-items: center;
  margin-top: 22px;
}

.ecology_img_item {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  font-style: normal;
}

.ecology_img_item img {
  margin-right: 9px;
}

.ecology_link {
  width: 119px;
  height: 42px;
  background: linear-gradient(90deg, #009fdf 0%, #004cae 100%);
  border-radius: 21px;
  font-size: 16px;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ecology_img_item_one {
  margin-right: 28px;
}

.product {
  /* margin-top: 269px; */
  /* padding-top: 269px; */
}

.zhibo_box {
  position: relative;
  width: 100%;
}

.zhibo_item {
  margin-top: 0;
}

.zhibo_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 61px;
  /* font-family: MicrosoftYaHei, MicrosoftYaHei; */
  position: relative;
  z-index: 10;
}

.zhibo_list .left {
  width: 625px;
  height: 489px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  overflow: hidden;
}

.zhibo_list .left .video_crs {
  width: 100%;
  /* height: 369px; */
}

.zhibo_list .left .text {
  width: 100%;
  /* height: calc(100% - 369px); */
  box-sizing: border-box;
  padding: 32px;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}

.zhibo_list .left .text .date {
  font-size: 14px;
  color: #999999;
  margin-top: 14px;
}

.zhibo_list .right {
  display: flex;
  flex-direction: column;
}

.zhibo_list .right .right_item {
  display: flex;
  width: 736px;
  height: 147px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  justify-content: space-between;
  margin-top: 23px;
  margin-left: 30px;
  box-sizing: border-box;
}

.zhibo_list .right .right_item:nth-child(1) {
  margin-top: 0px;
}

.zhibo_list .right .right_item .img {
  width: 209px;
  height: 147px;
  margin-right: 25px;
  flex: none;
}

.zhibo_list .right .right_item .text .date img {
  display: block !important;
}

.zhibo_list .right .right_item .text {
  height: 100%;
  width: calc(100% - 234px);
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #333333;
  box-sizing: border-box;
  padding: 26px 24px 26px 0px;
  justify-content: space-between;
  /* font-family: MicrosoftYaHei; */
}

.zhibo_list .right .right_item .text .date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #999999;
}

.zhibo_more {
  width: 158px;
  height: 44px;
  background: linear-gradient(90deg, #009fdf 0%, #004cae 100%);
  border-radius: 22px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  padding: 0;
}

.zhibo_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 50%;
}

.zhibo_bg_right {
  position: absolute;
  top: 0;
  right: 0;
  display: block !important;
  height: 100%;
  width: 50%;
}

.zhibo_bg_phone {
  display: none !important;
}

.news_more {
  display: flex !important;
}

.ziliao_box {
  position: relative;
}

.ziliao {
  position: relative;
  z-index: 10;
  margin-top: 0;
  padding-top: 0 !important;
}

.ziliao_list {
  width: 100%;
  justify-content: space-between;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}

.ziliao_list .ziliao_item {
  width: 48.5%;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 0px;
  position: relative;
  margin-top: 20px;
  font-size: 0;
}

.ziliao_list .ziliao_item:nth-child(2n) {
  margin-right: 0;
}

.ziliao_list .ziliao_item_img {
  height: 290px;
  width: 100%;
  transition: transform 0.5s ease;
}

.ziliao_name {
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #009fdf 0%, #004cae 100%);
  opacity: 0.76;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ziliao_name_v {
  position: relative;
  font-size: 15px;
  color: #5b6c7e;
  line-height: 1.5;
  width: 100%;
  box-sizing: border-box;
  background:
    linear-gradient(180deg, #eff7ff 0%, rgba(220, 236, 252, 0) 100%), #ffffff;
  padding-left: 42px;
  padding-right: 25px;
  padding-top: 35px;
  padding-bottom: 28px;
  display: flex;
  flex-direction: column;
}

.ziliao_name_v_title {
  font-weight: bold;
  font-size: 21px;
  color: #3d3d3d;
  margin-bottom: 5px;
  position: relative;
  z-index: 100;
}

.ziliao_name_v .with_up {
  margin-left: 22px;
}

.text_asb_link_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}

.news_box {
  position: relative;
}

.news_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  justify-content: space-between;
}

.news_list::after {
  content: "";
  width: 32.5%;
}

.news_item {
  width: 32.5%;
  height: 326px;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin-right: 0px;
  margin-top: 20px;
}

.news_list .news_item:nth-child(3n) {
  margin-right: 0;
}

.news_img {
  width: 100%;
  /* height: 230px; */
}

.news_name {
  width: 100%;
  height: calc(100% - 230px);
  box-sizing: border-box;
  padding: 16px 25px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 16px;
  color: #1f1e26;
}

.news_name .date {
  font-size: 14px;
  color: #999999;
}

.news_more {
  margin-top: 24px;
  /* margin-bottom: 170px; */
}

.footor {
  width: 100%;
  /* height: 338px; */
  background: #ededed;
  position: relative;
  z-index: 10;
}

.footor_box {
  width: 100%;
  padding-top: 37px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 28px;
  border-bottom: 1px solid #969696;
}

.footor_box .left {
  display: flex;
}

.footor_box .footor_left1 {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #3d3d3d;
  margin-right: 80px;
  line-height: 1.5;
}

.footor_left1 .title {
  font-weight: bold;
  font-size: 18px;
  color: #3d3d3d;
  margin-bottom: 5px;
}

.footor_left1 .chat_item {
  display: flex;
  margin-top: 10px;
}

.footor_left1 .chat_item img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.chat_item_right {
  display: flex;
  flex-direction: column;
}

.footor_logo {
  width: 147px;
  height: 30px;
  margin-bottom: 28px;
}

.footor_box .left .lainxi {
  padding-top: 25px;
}

.footor1_img {
  font-size: 24px;
  display: flex;
  align-items: center;
}

.footor1_mar {
  /* margin-left: 80px; */
  margin-right: 9px;
}

.footor2_mar {
  /* margin-left: 47px; */
  margin-right: 9px;
}

.footor3_mar {
  /* margin-left: 54px; */
  margin-right: 9px;
}

.footor_box .right {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  color: #3d3d3d;
}

.footor_box .right .text {
  margin-top: 13px;
}

.right_erweima {
  display: flex;
  align-items: center;
}

.right_erweima .right2 {
  margin-left: 38px;
}

.banquan {
  font-weight: 400;
  font-size: 14px;
  /* color: #FFFFFF; */
  color: #9dbbd0;
  width: 100%;
  text-align: center;
  padding: 16px 0;
}

/* asf */

.swiper_banner_asb {
  width: 580px;
  height: 362px;
  position: relative;
  overflow: hidden;
  /* border-radius: 5px; */
}

.word_box .text_asb {
  width: 100%;
  text-align: justify;
  line-height: 1.5;
  font-size: 15px;
  color: #3f4b57;
}

.word_box_asf {
  padding-left: 0;
  padding-top: 100px;
  padding-right: 0;
  position: relative;
}

.data_list_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 95px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  background: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 81px;
  height: 190px;
  box-sizing: border-box;
  margin-top: -190px;
}

.key_day_box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.key_day_item_box {
  display: flex;
  align-items: center;
}

.key_day_item_img {
  width: 95px;
  height: 95px;
  margin-right: 15px;
}

.key_day_item {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  flex-direction: column;
  font-size: 40px;
  color: #0068b7;
  min-width: 120px;
}

.key_day_item .chengshi {
  font-size: 16px;
  font-weight: normal;
  transform: translateX(0.2em);
  color: #3d3d3d;
}

/* .swiper_ecology_asf {
    padding-top: 143px;
} */

.swiper_ecology_asf .ecology_img {
  height: unset;
  width: 100%;
}

.swiper_ecology_asf .ecology_text_box {
  height: 189px;
  align-items: center;
}

.yunzhibo_asf {
  margin-top: 180px;
  background-color: #ffffff;
  width: 100%;
  padding-top: 58px;
}

.yunzhibo_asf .title_box {
  margin-top: 0;
}

.swiper-slide_ecology_asf {
  width: 50% !important;
  height: 404px;
  position: relative;
  padding-bottom: 70px;
  padding: 0 1%;
  box-sizing: border-box;
}

.swiper-slide_ecology_asf .ecology_img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.zhibo_icon_box {
  position: absolute;
  left: 24px;
  top: 24px;
  width: 125px;
  height: 38px;
  background: linear-gradient(90deg, #e76b6b 0%, #e02727 100%);
  border-radius: 8px;
  opacity: 0.76;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zhibo_icon_box .zhibo_icon {
  margin-right: 8px;
}

.huigu {
  background: linear-gradient(90deg, #f89e20 0%, #ec9d2f 100%);
}

.swiper_ecology_v_asf .swiper-pagination {
  bottom: 45px;
}

/* 选中状态的指示点颜色 */
.swiper_ecology_v_asf .swiper-pagination-bullet-active {
  background-color: #f89e20;
  /* 选中状态的背景颜色 */
}

.product_asf {
  padding-top: 52px;
  padding-bottom: 30px;
}

.product_asf .line {
  background: linear-gradient(260deg, #f89e20 0%, #85c84b 47%, #009fdf 100%);
}

/* .zhibo_swiper_ecology_asf {
    margin-top: 98px;
} */

.swiper_ecology_yanjiang {
  margin-top: 77px;
  height: 589px;
}

.swiper-slide_ecology_yanjiang {
  width: 33.33 !important;
  height: 531px;
  margin-right: 0px;
  padding: 0 1.3%;
  box-sizing: border-box;
}

.swiper-slide_ecology_yanjiang .ecology_img {
  height: 337px;
}

.swiper-slide_ecology_yanjiang .ecology_text_box {
  height: 194px;
  /* padding: 48px 0 46px; */
  box-sizing: border-box;
  align-items: center;
}

.swiper-slide_ecology_yanjiang .ecology_text_box .ecology_text {
  font-size: 24px;
  color: #333333;
  font-weight: normal;
}

.yanjiangshi {
  /* text-align: center; */
  font-size: 20px;
  color: #ffffff;
  margin-top: 5px;
}

.ecology_box_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.swiper_ecology_v_yanjiang .product_swiper-button-next,
.swiper_ecology_v_yanjiang .product_swiper-button-prev {
  top: 43%;
}

/* 选中状态的指示点颜色 */
.swiper_ecology_v_yanjiang .swiper-pagination-bullet-active {
  background-color: #f89e20;
  /* 选中状态的背景颜色 */
}

.huoban {
  margin-top: 135px;
}

.huoban_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.huoban_item {
  width: 280px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jiaotong {
  margin-top: 75px;
}

.data_list_box_jiaotong {
  margin-top: 127px;
  position: relative;
  padding: 0;
}

.chakan {
  width: 196px;
  height: 59px;
  background: #ffffff;
  border-radius: 30px;
  position: absolute;
  right: 206px;
  bottom: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #333333;
}

.ziliao_box_asf {
  /* margin-top: 197px; */
  padding-top: 46px;
  padding-bottom: 44px;
}

.news_box_asf {
  padding-top: 100px;
}

.news_item_asf {
  width: 32.5%;
  height: 260px;
  margin-top: 0;
  position: relative;
  margin-right: 0;
}

.news_item_asf:nth-child(n + 4) {
  margin-top: 20px;
}

.news_item_asf .news_img {
  width: 100%;
  height: 100%;
  /* margin-right: 26px; */
}

.news_list_asf {
  margin-top: 28px;
  width: 100%;
  box-sizing: border-box;
  /* padding-right: 21px; */
  justify-content: space-between;
}

.news_title,
.news_title_active {
  width: 142px;
  height: 44px;
  background: #d8d8d8;
  border-radius: 22px;
  font-size: 16px;
  color: #989898;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
  margin-top: 5px;
}

.news_title_active {
  background: linear-gradient(90deg, #009fdf 0%, #004cae 100%);
  color: #fff;
}

.footor_asf {
  margin-top: 12px;
}

.news_item_asf .chakan_more {
  display: none;
}

.news_list_asf .news_item_asf:last-child .chakan_more {
  display: block;
}

.huiyi {
  margin-top: 84px;
}

.meeting_date_box {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c8c8c8;
  margin-top: 23px;
}

.meeting_date_item,
.meeting_date_item_active {
  /* font-weight: bold; */
  font-size: 32px;
  color: #b0b0b0;
  margin-right: 90px;
  padding-bottom: 20px;
  position: relative;
  min-width: 139px;
  text-align: center;
}

.meeting_date_item_active {
  color: #333333;
}

.meeting_date_item_active .line {
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #009fdf 0%, #004cae 100%);
  border-radius: 16px 16px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.meeting_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

.meeting_item {
  width: 100%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 6px 0px #e8e8ec;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* font-weight: bold; */
  font-size: 24px;
  color: #333333;
  box-sizing: border-box;
  padding-left: 106px;
  padding-right: 30px;
  margin-top: 15px;
  z-index: 10;
  position: relative;
}

.meeting_item .right {
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: space-between;
}

.meeting_item .right .down_cicle {
  /* margin-left: 100px; */
}

.meeting_item .right .meeting_address_box {
  display: flex;
  align-items: center;
}

.meeting_item .right .meeting_address_box img {
  margin-right: 10px;
}

.meeting_con {
  display: flex;
  flex-direction: column;
}

.detail_meeting_box_big {
  display: none;
  padding-top: 60px;
  transform: translateY(-15px);
  background: rgba(255, 255, 255, 0.8);
  padding-bottom: 20px;
  border-radius: 12px;
}

.detail_meeting_box {
  width: 100%;
  padding-left: 107px;
  /* padding-bottom: 20px; */
  box-sizing: border-box;

  border-radius: 12px;
  display: flex;
}

.detail_meeting_box .left {
  /* font-weight: bold; */
  font-size: 18px;
  color: #333333;
  margin-right: 30px;
  flex: none;
}

.detail_meeting_box .right {
  display: flex;
  padding-right: 20px;
}

.detail_meeting_box .right .circle {
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 2px solid #004d86;
  border-radius: 50%;
  position: absolute;
  left: -8px;
  top: -5px;
}

.detail_meeting_box .right .line {
  /* border-left: 1px solid red; */
  width: 1px;
  position: relative;
  transform: translateY(6px);
  /* background: linear-gradient(180deg, #0084BB 100%, #004D86 0); */
  flex: none;
}

.detail_meeting_box .right .context_box {
  font-size: 16px;
  color: #999999;
  margin-left: 30px;
  /* padding-top: 24px; */
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

.detail_meeting_box .right .context_box:first-child {
  padding-top: 0;
}

/* .detail_meeting_box .right:last-child() {
    background-color: red;
} */

.context_box_list {
  display: flex;
  flex-direction: column;
}

.context_box_list .context_box:last-child {
  padding-bottom: 40px;
}

/* .context_box_list .context_box:first-child {
    padding-bottom: 0px;
} */

/* 
.detail_meeting_box_big .detail_meeting_box:last-child() .right .line {
    height: 90%;
} */

.detail_meeting_box .right .context_box .title {
  /* font-weight: bold; */
  font-size: 18px;
  color: #004d86;
  /* padding-bottom: 24px; */
  padding-bottom: 20px;
}

.font24_later {
  font-size: 24px;
}

.detail_meeting_box .right .context_box .person_box {
  margin-top: 24px;
  display: flex;
}

.detail_meeting_box .right .context_box .person_box:first-child {
  margin-top: 0px;
}

.detail_meeting_box .right .context_box .person {
  font-size: 16px;
  color: #333333;
  /* margin-top: 24px; */
}

.detail_meeting_box .right .context_box .job {
  /* margin-top: 12px; */
  /* margin-top: 10px */
  margin-left: 1em;
  color: #999999;
  line-height: 1.5;
}

.detail_meeting_box .right .context_box .job_v {
  /* margin-top: 12px; */
  /* margin-top: 10px */
  color: #999999;
  line-height: 1.5;
}

.answerimg_tr {
  transform: rotate(180deg);
}

.daojishi_he {
  width: 100%;
  height: 125px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px #e4e4e4;
  border-radius: 63px;
  box-sizing: border-box;
  padding: 0 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.daojishi_he .text {
  /* font-weight: bold; */
  font-size: 28px;
  color: #333333;
  height: 47px;
  padding-right: 54px;
  border-right: 1px solid #4d4d4d;
  margin-right: 54px;
  word-break: keep-all;
}

.baoming {
  width: 123px;
  height: 45px;
  background: linear-gradient(90deg, #009fdf 0%, #004cae 100%);
  border-radius: 23px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}

.time_box {
  font-size: 32px;
  color: #004280;
  display: flex;
  align-items: center;
  width: 100%;
  /* font-weight: bold; */
}

.time_biao {
  font-size: 16px;
  color: #666666;
  margin-left: 12px;
  line-height: 36px;
  transform: translateY(-3px);
  display: inline-block;
}

.time_box .time_item {
  /* width: 180px; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.maohao {
  transform: translateY(-4px);
}

.time_item_cen {
  width: 73%;
  text-align: center;
}

.data_list_box_time {
  margin-top: 0;
  position: relative;
  z-index: 50;
  transform: translateY(-66px);
}

.navyy .active {
  color: #004280;
}

.current-nav-link {
  color: #004280 !important;
  font-weight: 600;
}

/* ----- */
.ctn_add_phone {
  display: none !important;
}

.ctn_add_pc {
  display: flex;
}

.footor_asf_section7 {
  display: block !important;
}

.footor_box_add {
  background: #ededed;
  /* padding-top: 172px; */
}

.phone_footor {
  display: none !important;
}

.daojishi_text {
  display: flex !important;
}

.daojishi_text_phone {
  display: none !important;
}

.luntan_name {
  color: #004d86;
}

.jiaotong_address_pc {
  display: block !important;
}

.jiaotong_address_phone {
  display: none !important;
}

.jianbianse {
  width: 1px;
  height: 100%;
  background: linear-gradient(
    153deg,
    rgba(0, 132, 187, 1),
    rgba(0, 77, 134, 0)
  );
  position: absolute;
  top: 66px;
  left: 233px;
  z-index: 0;
  box-sizing: border-box;
  padding-top: 60px;
  height: calc(100% - 60px);
}

.baoming_up {
  margin-left: 10px;
}

.video_title_box_po {
  position: absolute;
  left: 33px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #ffffff;
  z-index: 10;
}

.video_title_box_po .title {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 8px;
}

#tagbox {
  position: relative;
  /* margin: 20px auto 0px; */
  background: unset;
  width: 500px;
  height: 400px;
  font-size: 50px;
  flex: none;
}

#tagbox div {
  position: absolute;
  padding: 10px;
  color: #fff;
  top: 0px;
  /* font-weight: bold; */
  text-decoration: none;
  left: 0px;
}

.page_height {
  height: 100vh;
}

.floor-section {
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding-bottom: 5%; */
  box-sizing: border-box;
}

.floor-section.zhibo_box {
  padding-bottom: 0%;
}

#banner,
.word_box {
  padding-bottom: 0;
}

#page_big_swiper {
  width: 100%;
  height: calc(100vh - 80px);
}

.footor1_img_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-top: 47px; */
}

.erweima1 {
  width: 113px;
  height: 113px;
}

.page_logo {
  width: 325px;
  height: 30px;
}

.news_more_link_pc {
  flex: none;
  margin-left: 66px;
  display: flex;
  align-items: flex-end;
}

.news_more_link_pc img {
  width: 60px;
}

div.news_more_link_phone {
  display: none !important;
}

.news_box_index {
  justify-content: space-between;
  padding-bottom: 0;
}

.news_box_index .news_list {
  margin-top: 0;
  width: 90%;
}

.news_box_index .news_item {
  margin-top: 0;
}

.news_box_top_ctn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

[data-delay] {
  opacity: 0;
}

@keyframes fadeInUpMy {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInUpMy {
  -webkit-animation-name: fadeInUpMy;
  animation-name: fadeInUpMy;
}

.posiation_local {
  position: relative;
  width: 100%;
}

.asf_left1 {
  width: 823px;
  height: 1166px;
  top: 545px;
  z-index: 0;
  left: 0;
  position: absolute;
}

.asf_right1 {
  width: 701px;
  height: 1096px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: -81px;
}

.asf_left2 {
  width: 548px;
  height: 1097px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: -866px;
}

.floor___section {
  z-index: 20;
  position: relative;
}

.asf_right2 {
  width: 701px;
  height: 1096px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: -297px;
}

.asf_left3 {
  width: 823px;
  height: 1166px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 181px;
}

.asf_right3 {
  width: 701px;
  height: 1096px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: -268px;
}

.asf_left4 {
  width: 823px;
  height: 1166px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 350px;
}

.asf_right4 {
  width: 701px;
  height: 1096px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: -575px;
}

.asf_bg {
  display: block !important;
}

.video_title_box_bg {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 3px;
  height: 126px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.48;
  z-index: 0;
  border-radius: 0px 0px 12px 12px;
}

.yanjiang_jiabing_box {
  background: rgba(255, 255, 255, 0.83);
  overflow: hidden;
  position: relative;
  width: 21%;
  margin-top: 30px;
  box-sizing: border-box;
  margin-right: 1%;
  height: 500px;
}

.yanjiang_jiabin .yanjiang_jiabing_box:nth-child(5n) {
  margin-right: 0%;
}

.yanjiang_jiabing_box .ecology_text_box {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  width: 100%;
  padding: 30px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
  font-size: 16px;
  color: #ffffff;
  height: unset;
  z-index: 200;
  padding-left: 22px;
}

.yanjiang_jiabing_box .ecology_text_box_hover {
  display: none;
}

.yanjiang_jiabin {
  margin-top: 0;
  justify-content: unset;
}

.yanjiang_jiabin .ecology_img {
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.speaker_name_name2 {
  letter-spacing: 1em;
  word-spacing: 1em;
}

.yanjiang_jiabin_padding {
  padding: 0 50px 0 60px;
}

.guanwang_wenzi {
  background: #004280;
  border-radius: 3px;
  padding: 2px 14px;
  color: #fff;
  padding-bottom: 3px;
}

/* 
.body_small_height .swiper-slide > div {
    transform: scale(0.8);
} */

.thumbs_box {
  display: flex;
  flex-direction: column;
}

.swiper_banner_thumbs {
  width: 580px;
  height: 76px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-top: 10px;
}

/* 缩略图轮播图样式 */
.swiper_banner_thumbs .swiper-slide {
  opacity: 0.4;
}

.swiper_banner_thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* 下一页按钮样式 */
.thumbs_swiper-button-next {
  position: absolute;
  right: -4px;
  top: 77%;
  transform: translateY(-50%);
  background: unset;
  width: 25px;
  height: 25px;
  z-index: 100;
}

.thumbs_swiper-button-next::after {
  content: "";
}
.thumbs_swiper-button-prev::after {
  content: "";
}

.thumbs_swiper-button-prev .yellow_right {
  transform: scaleX(-1);
}

.yellow_right {
  width: 25px;
  height: 25px;
}

.swiper_img_tip1 {
  position: absolute;
  top: 162px;
  left: 0;
}

.word_box_asf_left {
  display: flex;
  flex-direction: column;
  margin-left: 45px;
  z-index: 200;
  width: 630px;
}

.text_asb_title {
  font-size: 36px;
  font-weight: bold;
  color: #004280;
  line-height: 1.5;
  white-space: pre-wrap;
  white-space: pre-line;
}

.text_asb_link {
  width: 200px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #004280;
  font-weight: 400;
  font-size: 16px;
  color: #004280;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 36px;
}

.blue_right {
  width: 40px;
  height: 40px;
  margin-left: 28px;
  margin-right: 4px;
}

.blue_line {
  width: 100px;
  height: 5px;
  margin-top: 10px;
}

.yanjiang_jiabing_box.active {
  /* 添加激活状态的样式 */
  width: 34%;
  object-fit: cover;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.yanjiang_jiabing_box.active .ecology_text_box {
  display: none;
}

.yanjiang_jiabing_box.active .ecology_text_box_hover {
  display: block;
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  bottom: unset;
  top: 49px;
  padding-left: 22px;
}

.yanjiang_jiabing_item {
  height: 100%;
}

.yanjiang_jiabin .yanjiang_jiabing_box:nth-child(4n) {
  margin-right: 0;
}

.ecology_text_box_hover .ecology_text {
  font-weight: bold;
  font-size: 34px;
}

.ecology_text_box_hover .yanjiangshi_desc {
  margin-top: 34px;
  text-align: justify;
  line-height: 1.5;
  display: block;
  font-size: 18px;
  margin-top: 18px;
}

.text_asb_link_white {
  border: 1px solid #ffffff;
  color: #ffffff;
  margin-top: 22px;
}

.posiation_local_hot {
  width: 100%;
  background: linear-gradient(180deg, #ebf6fc 0%, #d1e5f1 100%);
  padding-bottom: 116px;
  margin-top: 56px;
}

.ecology_later_img {
  object-fit: cover;
  /* border-radius: 5px; */
}

.product_hezuo {
  padding-top: 50px;
}

.posiation_local_hezuo {
  background: #ebf6fc;
  padding-bottom: 50px;
}

.ziliao_list .ziliao_item:hover .ziliao_item_img {
  transform: scale(1.1);
}

.posiation_local_peixu {
  padding-bottom: 50px;
  background: linear-gradient(180deg, #daeefa 0%, rgba(238, 241, 245, 0) 100%);
  background: #ffffff;
  padding-bottom: 40px;
}

.swiper_img_tip2 {
  top: 20px;
  left: 22px;
  width: 47px;
}

.posiation_local .xingxing1 {
  width: 203px;
  height: 215px;
  position: absolute;
  top: 387px;
  left: 107px;
  z-index: 10;
}

.posiation_local .xingxing2 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 495px;
  left: 37px;
}

.posiation_local .xingxing3 {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 490px;
  right: 103px;
}

.yanxue {
  width: 100%;
  margin-top: 30px;
}

.news_list_box {
  justify-content: unset;
  margin-top: 14px;
}

.news_list_box .news_item {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  font-size: 0;
  width: 31.2%;
  height: unset;
  border-radius: 0;
  margin-right: 3%;
}

.news_list_box .news_item:nth-child(3n) {
  margin-right: 0;
}

.news_item_img {
  width: 100%;
  height: 243px;
  /* object-fit: cover; */
}

.news_item_title_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  z-index: 10;
}

.news_item_title_box {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  padding: 0 23px;
  bottom: 23px;
  z-index: 200;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}

.news_item_title_box .hang1 {
  font-size: 14px;
}

.product_chuangzao {
  padding-top: 90px;
  margin-bottom: 50px;
}

.product_chuangzao .dest_short {
  font-size: 24px;
  color: #3d3d3d;
  margin-top: 20px;
  font-weight: normal;
}

.scroll-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 90px;
}
.scroll-container .row1 {
  width: 100%;
  /* animation: scrollLeft 20s linear infinite; */
  margin-top: 0px;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-30%);
  }
}

.scroll-container .row2 {
  width: 100%;
  margin-top: 20px;
  /* animation: scrollLeft 20s linear infinite; */
  animation-direction: reverse;
}

.scroll-container .row1 img,
.scroll-container .row2 img {
  width: 15%;
  margin: 0 10px;
  margin-top: 20px;
  border:1px solid #D8D8D8;
  box-sizing: border-box;
  /* height: 140px; */
}

.news_item_title_box2 {
  padding: 0 50px;
  bottom: 66px;
  font-size: 15px;
  box-sizing: border-box;
  /* color: #c7e8fa; */
}

.news_item_title_box2 .hang1 {
  font-weight: bold;
  font-size: 22px;
  /* color: #ecf6ff; */
}

.product_chuangzao .xingxing1 {
  top: -20px;
  left: 260px;
}

.product_chuangzao .xingxing2 {
  top: 95px;
  left: 194px;
}

.banner_text_box {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  margin-top: -456px;
  position: relative;
  z-index: 200;
  box-sizing: border-box;
  padding-left: 161px;
  position: absolute;
  z-index: 100;
  margin: 0;
  bottom: 228px;
}

.banner_text_box .hang1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}

.banner_text_box .hang3 {
  margin-top: 10px;
}

.zixun {
  width: 181px;
  height: 50px;
  background: #f39800;
  border-radius: 5px;
  font-size: 16px;
  color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
}

.shenbao_box_detail {
  margin-top: -190px;
  padding-bottom: 45px;
}

.data_list_box_detail {
  padding: 0 100px;
  margin-top: 0px;
  padding-top: 50px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  background: #ffffff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  /* padding-bottom: 45px; */
}

.data_list_box_detail .title {
  font-weight: 700;
  font-size: 36px;
  color: #014280;
  width: 100%;
  text-align: center;
}

.data_list_box_detail .desc_short {
  font-size: 15px;
  color: #666666;
  line-height: 1.5;
  margin-top: 36px;
}

.quid_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.quid_one {
  background: #ececec;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  color: #3d3d3d;
  /* padding: 36px 20px; */
  box-sizing: border-box;
  text-align: center;
  margin-top: 20px;
  position: relative;
  /* min-height: 212px; */
}

.quid_one_img {
  width: 100%;
  /* height: 92px; */
  /* margin-bottom: 24px; */
}

.quid_one_title {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
  text-align: center;
  padding: 0px 20px;
  box-sizing: border-box;
  color: #ffffff;
  z-index: 999;
}

.lanmu_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  object-fit: cover;
}

.quid_box_two {
  flex-wrap: wrap;
  justify-content: unset;
}

.quid_two {
  width: 49%;
  margin-right: 2%;
}

.quid_box_two .quid_two:nth-child(2n) {
  margin-right: 0;
}

.quid_three {
  width: 32.5%;
  margin-right: 1.1%;
}

.quid_box_two .quid_three:nth-child(3n) {
  margin-right: 0;
}

.data_list_box_detail .blue_btn {
  height: 50px;
  background: #0095eb;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
}

.data_list_box_detail .yellow_btn {
  background: #f39800;
  margin-top: 13px;
}

.posiation_local_obj1 {
  background: #0095eb;
  padding-top: 12px;
  /* margin-top: 45px; */
}

.posiation_local_obj1 .title_box {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 100;
}

.news_list_box .news_item_obj1 {
  width: 23.4%;
  height: 324px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 0 15px;
  padding-top: 45px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 15px;
  color: #3d3d3d;
  line-height: 1.5;
}

.news_item_img_obj1 {
  width: 88px;
  height: 88px;
}

.news_item_obj1 .hang1 {
  font-size: 24px;
  color: #3d3d3d;
  font-weight: bold;
  margin-top: 17px;
  margin-bottom: 25px;
  line-height: 1.5;
}

.news_list_box_obj1 {
  width: 100%;
  box-sizing: border-box;
  padding: 0 100px;
  padding-bottom: 74px;
}
.news_list_box_obj1 .news_item {
  margin-right: 2%;
}

.news_list_box_obj1 .news_item:nth-child(3n) {
  margin-right: 2%;
}

.news_list_box_obj1 .news_item:nth-child(4n) {
  margin-right: 0;
}

.news_list_box_obj2 {
  padding-left: 0;
  padding-right: 0;
  margin: 0 100px;
  width: unset;
  padding-bottom: 0;
}

.news_list_box .news_item_obj2 {
  color: #fff;
}

.news_list_box_obj2 .news_item_obj1 {
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
}

.news_list_box_obj2 .news_item_obj1 {
  background: #0095eb;
}

.news_list_box_obj2 .news_item {
  width: 25%;
  margin-right: 0;
}

.news_list_box_obj2 .news_item:nth-child(3n) {
  margin-right: 0;
}

.news_list_box_obj2 .news_item_obj1 .hang1 {
  color: #fff;
}

.product_kecheng {
  padding-top: 60px;
  margin-bottom: 35px;
}

.ecology_img_obj {
  width: 100%;
  height: 100%;
}

.ecology_img_later_box_obj {
  width: 380px;
  height: 214px;
  border-radius: 0;
  position: relative;
}

.news_item_title_box_obj {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.902);
  bottom: 37px;
}

.technology_swiper-button-next.swiper-button-next::after,
.technology_swiper-button-prev.swiper-button-prev::after {
  color: #014280;
  font-weight: bold;
}

.technology_swiper-button-next.swiper-button-next,
.technology_swiper-button-prev.swiper-button-prev {
  background: unset;
}

.swiper_ecology_obj {
  margin-top: 0;
  height: 100%;
}

.text_asb_link_box_obj {
  margin-top: 0;
}

.product_lingdian {
  padding-top: 124px;
  padding-bottom: 0px;
}

.lingdian_img_obj1 {
  width: 100%;
  height: 100%;
}

.news_list_box .lingdian_item_obj3 {
  height: 214px;
  width: 31.7%;
  padding: 0px;
  margin-top: 30px;
}

.lingdian_list_box_obj3 {
  margin-top: 0;
}

.lingdian_list_box_obj3 .news_item:nth-child(4n) {
  margin-right: 2%;
}

.lingdian_list_box_obj3 .news_item:nth-child(3n) {
  margin-right: 0;
}

.swiper_img_tip1_video {
  top: 123px;
}

.peixun_box4 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 49px;
  padding: 0 70px 0 40px;
  box-sizing: border-box;
}

.peixun_box4_title {
  font-weight: 700;
  font-size: 24px;
  color: #004280;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.posiation_local_peixu .title_box {
  color: #3d3d3d;
}

.peixun_box4_left {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.peixun_box4_left_item {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  color: #004280;
  margin-top: 21px;
  margin-left: 80px;
}
.peixun_box4_left_item .peixun_img {
  width: 98px;
  height: 91px;
  margin-right: 22px;
}

.peixun_img_right {
  width: 727px;
  height: 382px;
  margin-top: 20px;
}

.news_item_link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ctn_container_chanxue {
  position: relative;
  z-index: 200;
}

.page_top .log_img {
  width: 325px;
  height: 30px;
}

.text_asb_link_box_y2 {
  align-items: unset;
  justify-content: unset;
}

.news_item_title_bg_y2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 182px;
  z-index: 10;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 73.57%
  );
}

.phone_news_list {
  background: #ebf6fc;
  padding-bottom: 41px;
}

.text_asb_link_box_y3 {
  margin-top: 3px;
}

.news_list_phone .news_item_title_box {
  position: unset;
  font-size: 12px;
  color: #666666;
  padding: 21px 23px;
}

.news_list_phone .news_item_title_box .hang1 {
  color: #000000;
  font-size: 18px;
  margin-bottom: 14px;
}

.y_peixun_box2 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0 120px;
  margin-top: 56px;
}

.y_peixun_item {
  height: 54px;
  background: unset;
  border-radius: 5px;
  font-size: 18px;
  color: #004280;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.y_peixun_item.active {
  background: #014280;
  color: #ffffff;
}

.y_peixun_item .group_img {
  width: 30px;
  margin-right: 10px;
}

.grey_y_line {
  background: #d8d8d8;
  width: 100%;
  height: 1px;
  margin-top: 15px;
}

.y_peixun_box3 {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 39px;
}

.y_peixun_box3 .left {
  display: flex;
  flex-direction: column;
  width: 45%;
  font-size: 15px;
  color: #3f4b57;
  line-height: 2;
}

.y_peixun_box3 .left .hang1 {
  color: #004280;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text_asb_link_box_y5 {
  align-items: unset;
  justify-content: unset;
  margin-top: 0px;
}

.y_peixun_box3 .right_img {
  width: 630px;
  height: 300px;
}
.y_peixun_box3 .y_peixun_box3_title2{
  height: 120px;
}
.swiper_slide_y2 {
  height: 362px;
}

.swiper_banner_asb {
  height: 455px;
}

.swiper_banner_thumbs {
  position: absolute;
  bottom: 0;
}

.custom-nav-btn.swiper-button-prev {
  top: 92%;
  z-index: 300;
}

.custom-nav-btn.thumbs_swiper-button-next {
  right: 7px;
  top: 96%;
  z-index: 300;
}
