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