@import url(./header.css);
@import url(./footer.css);

body {
  background: none;
}

.bridge{
  z-index: auto;
}

header {
  position: relative;
  width: 100%;
  height: 733px;
}

.header_con {
  position: relative;
  width: 100%;
  height: 100%;
}

.largeScreen-video {
  width: 100%;
  height: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

.largeScreen-video video {
  object-fit: cover;
}

.sy_wrap {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.logo_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 0;
}

.logo {
  display: block;
  width: 566px;
}

.search-con {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 58px 0 0;
  width: 687px;
  height: 60px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.58);
  overflow: hidden;
}

.search-con input {
  box-sizing: border-box;
  padding-left: 45px;
  width: calc(100% - 120px);
  font-size: 18px;
  border: none;
  background: none;
}

input:-moz-placeholder {
  color: #333;
}

input::-webkit-input-placeholder {
  color: #333;
}

input::-moz-placeholder {
  color: #333;
}

input:-ms-input-placeholder {
  color: #333;
}

.search-con .btn {
  padding-right: 40px;
  box-sizing: border-box;
  line-height: 60px;
  border: none;
  color: #0B54A2;
  font-size: 20px;
}

.search-con .btn i {
  margin-right: 8px;
  font-size: 25px;
}

/* å†…å®¹ */

.jrtt {
  background: url(../images/tzgg_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.tzgg {
  height: 224px;
}

.tzgg a {
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  height: 80px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tzgg .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tzgg .swiper-pagination {
  padding: 0;
  top: auto;
  bottom: 30px;
  text-align: center;
}

.tzgg .swiper-pagination-bullet {
  margin: 0 5px;
  height: 3px;
  width: 27px;
  border-radius: 2px;
  background: #fff;
  border: none;
}

.tzgg .swiper-pagination-bullet-active {
  background: #F08717;
}

.row1 {
  position: relative;
  padding:70px 0 158px;
  background: url(../images/row1.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
}

.tpxw {
  width: 52.25%;
  height: 423px;
  border-radius: 4px;
}

.tpxw .swiper-text {
  left: 10px;
  bottom: 10px;
  width: 95%;
  height: 37px;
  line-height: 37px;
  border-radius: 4px;
  background: rgba(37, 118, 184, 0.35);
  font-size: 18px;
}

.tpxw .swiper-pagination {
  padding-right: 26px;
  bottom: 20px;
}

.yw {
  width: 46%;
}

.yw .tab_hd {
  margin-bottom: 0;
}

.yw .tab_hd a {
  width: calc((100% - 174px) / 3);
}

.tab_hd a.tz {
  position: relative;
  font-size: 22px;
  color: #0B54A2;
}

.tab_hd a.tz::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 18px;
  display: block;
  width: 80px;
  height: 2px;
  border-radius: 2px;
  background: #0B54A2;
}

.tab_hd a.tz.on::after {
  left: 43px;
}

/* .tab_hd a.tz::before {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/new.svg) no-repeat center;
} */

.yw .tab_bd {
  box-sizing: border-box;
  padding: 10px 8px 0 15px;
  margin-top: 3px;
  height: 359px;
  box-shadow: 0px -7px 10px -6px rgba(36, 103, 158, 0.24);
  border: 1px solid #f7f7f7;
}

.yw ul li {
  box-sizing: border-box;
  /* padding: 10px 20px 18px 0;
  height: 88px; */
  padding-right: 20px;
  line-height: 56px;
  border-bottom: 1px solid #F7F7F7;
}

.yw ul li a{
  font-weight: bold;
}

.yw ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 7px;
  background-color: #D8D8D8;
  border-radius: 50%;
  transition: 0.3s all;
}

.yw ul li h3 {
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 22px;
  text-indent: 20px;
}

.yw ul li h3 .t {
  position: relative;
  display: block;
  width: calc(100% - 120px);
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s ease;
}

.yw ul li:hover h3 .t {
  padding-left: 5px;
  color: #0B54A2;
  transition: all .3s ease;
}

.yw ul li h3 .t::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 7px;
  background-color: #D8D8D8;
  border-radius: 50%;
  transition: 0.3s all;
}

.yw ul li h3 span {
  color: #999999;
}

.yw ul li p {
  color: #666;
  font-size: 16px;
  text-indent: 20px;
  line-height: 30px;
}

.yw ul li:last-child {
  padding-bottom: 5px;
  border: none;
}

.gwy {
  width: 100%;
}

.gwy ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.gwy li {
  box-sizing: border-box;
  margin-top: 22px;
  width: calc((100% - 60px) / 4);
  height: 94px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(47, 138, 206, 0.15);
}

.gwy li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333333;
  border-radius: 4px;
  transition: all .3s ease;
}

.gwy li span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transition: all .3s ease;
}

.gwy li i {
  font-size: 25px;
  color: #fff;
  transition: all .3s ease;
}

/* èƒŒæ™¯æ¸å˜ */

.gwy-li1 span {
  background: linear-gradient(154deg, #40E2E2 13%, #2362CD 86%);
}

.gwy-li2 span {
  background: linear-gradient(154deg, #E27940 13%, #CD2323 86%);
}

.gwy-li3 span {
  background: linear-gradient(154deg, #40E2D2 13%, #2391CD 86%);
}

.gwy-li4 span {
  background: linear-gradient(154deg, #CD8923 13%, #E26340 86%);
}

.gwy li:hover a {
  background: #0B54A2;
  transition: all .3s ease;
}

.gwy li:hover a {
  color: #fff;
  transition: all .3s ease;
}

.gwy li:hover span {
  background: #fff;
  transition: all .3s ease;
}

/* å­—ä½“å›¾æ ‡é¢œè‰²æ¸å˜ */

.gwy li:hover i {
  -webkit-background-clip: text;
  color: transparent;
  transition: all .3s ease;
}

.gwy-li1:hover i {
  background: linear-gradient(180deg, #40E2E2 0%, #2362CD 100%);
}

.gwy-li2:hover i {
  background: linear-gradient(180deg, #E27940 0%, #CD2323 100%);
}

.gwy-li3:hover i {
  background: linear-gradient(180deg, #40E2D2 0%, #2391CD 100%);
}

.gwy-li4:hover i {
  background: linear-gradient(180deg, #CD8923 0%, #E26340 100%);
}

.kjzt {
  width: 100%;
  height: 138px;
  margin-top: 20px;
}

.aircraft {
  position: absolute;
  bottom: -2px;
  left: 54px;
}

.off {
  animation: aircraft 6s linear 0s infinite;
  z-index: 99999;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

@keyframes aircraft {
  0% {
    bottom: -2px;
  }

  8% {
    bottom: -2px;
    left: 10%;
  }

  20% {
    bottom: -2px;
    left: 20%;
  }

  30% {
    bottom: -2px;
    left: 30%;
    transform: rotate(0);
  }

  40% {
    bottom: -2px;
    left: 40%;
    transform: rotate(-2deg);
  }

  45% {
    bottom: -2px;
    left: 45%;
    transform: rotate(-6deg);
  }

  50% {
    bottom: 10px;
    left: 50%;
    transform: rotate(-10deg);
  }

  60% {
    bottom: 20px;
    left: 60%;
    transform: rotate(-10deg);
  }

  70% {
    bottom: 40px;
    left: 70%;
    transform: rotate(-10deg);
  }

  80% {
    bottom: 60px;
    left: 80%;
    transform: rotate(-10deg);
  }

  90% {
    bottom: 80px;
    left: 90%;
    transform: rotate(-10deg);
  }

  100% {
    bottom: 100px;
    left: 100%;
    transform: rotate(-15deg);
  }


}

.land {
  animation: land 3s linear 0s infinite;
  z-index: 99999;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}

@keyframes land {
  0% {
    bottom: 100px;
    left: -304px;
    transform: rotate(15deg);
  }

  100% {
    bottom: -2px;
    left: 54px;
    transform: rotate(0);
  }
}

.terminal {
  position: absolute;
  bottom: 0;
  right: 90px;
}

/* æ”¿åŠ¡å…¬å¼€ */

.sy-head {
  width: 100%;
  height: 113px;
  text-align: center;
  background: url(../images/bridge_head.png) no-repeat bottom center;
}

.sy-head a {
  font-size: 42px;
  font-weight: bold;
  line-height: 55px;
  letter-spacing: 0.05em;
}

.sy-head a span {
  color: #0B54A2;
}

.sy-head .eng {
  margin-top: 4px;
  font-family: YouSheBiaoTiHei;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #B4CEE8;
}

.zwgk .sy-head .eng {
  color: rgba(255, 255, 255, 0.3);
}

.zwgk {
  padding: 62px 0 80px;
  background: url(../images/zwgk_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.zwgk .sy-head {
  margin-bottom: 42px;
}

.zwgk .sy-head a,
.zwgk .sy-head a span {
  color: #fff;
}

.zcwj,
.zbgg {
  width: calc((100% - 20px) / 2);
}

.zwgk .tab_hd a {
  color: #fff;
}

.zcwj .tab_hd a {
  width: calc((100% - 174px) / 3);
}

.zcwj .tab_bd {
  padding: 20px 20px 0 15px;
  height: 291px;
  border-radius: 6px;
}

.zcwj .main_lis li {
  line-height: 42px;
}

.zcwj-zt {
  margin-top: 20px;
}

.zcwj-zt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zcwj-zt ul li {
  width: calc((100% - 20px) / 2);
  height: 102px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 4px;
  background: url(../images/zcwj_bg.png) no-repeat center;
  background-size: 100% 100%;
}

.zcwj-zt ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.zcwj-zt ul li a img {
  margin-left: 15px;
  width: 88px;
}

.zcwj-zt ul li a p {
  width: calc(100% - 105px);
}

.zbgg .tab_hd a {
  width: calc((100% - 174px) / 3);
}

.zbgg .tab_hd a.tz {
  padding: 0 20px;
  width: auto;
}

.zbgg .tab_hd a.tz::after {
  display: none;
}

.zbgg .tab_bd {
  padding: 0 25px 0 18px;
  height: 291px;
  border-radius: 6px;
  /* border: 1px solid rgba(47, 138, 206, 0.15); */
}

.zbgg .swiper-container {
  height: 291px;
}

.zbgg .tab_bd .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 95px;
  border-bottom: 1px dashed rgba(11, 84, 162, 0.15);
}

.zbgg .tab_bd .swiper-slide:last-child {
  border: none;
}

.zbgg .tab_bd .swiper-slide .tit {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 80px);
}

.zbgg .tab_bd .swiper-slide .zbz {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 61px;
  height: 26px;
  font-size: 14px;
  color: #0B54A2;
  border-radius: 13px;
  background: #E2F0FF;
}

.zbgg .tab_bd .swiper-slide a {
  position: relative;
  padding-left: 18px;
  width: calc(100% - 70px);
  height: 42px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s all;
}

.zbgg .tab_bd .swiper-slide a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 24px;
  background: #D8D8D8;
}

.zbgg .tab_bd .swiper-slide a:hover {
  font-weight: bold;
  color: #0B54A2;
  transition: 0.3s all;
}

.zbgg .tab_bd .swiper-slide .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  font-size: 14px;
  font-size: 24px;
  font-weight: bold;
}

.zbgg .tab_bd .swiper-slide .date p {
  font-size: 14px;
  color: #999;
  font-weight: 400;
}

.zbgg_bd {
  margin-top: 20px;
}

.zbgg_bd a{
  box-sizing: border-box;
  display: block;
  width: calc((100% - 20px) / 2);
  height: 102px;
  /* border: 1px solid rgba(47, 138, 206, 0.15); */
  background: linear-gradient(180deg, #E4F1FF 0%, #FFFFFF 77%);
  border-radius: 4px;
}

.zbgg_bd a.xxgk{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #0B54A2;
}

.zbgg_bd a.xxgk i{
  margin-right: 20px;
  display: block;
  width: 37px;
  height: 37px;
  background: url('../images/zfxxgk.svg') no-repeat center;
}

.zbgg_bd a.zbtbjb img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
} 

.zfxxgk {
  box-sizing: border-box;
  padding: 0 14px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 102px;
  border-radius: 4px;
  background: linear-gradient(180deg, #E4F1FF 0%, #FFFFFF 77%);
}

.zfxxgk h3 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #0B54A2;
}

.zfxxgk h3::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 80px;
  height: 2px;
  border-radius: 2px;
  background: #0B54A2;
}

.zfxxgk ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 115px);
}

.zfxxgk ul li {
  box-sizing: border-box;
  margin: 4px 0;
  width: calc((100% - 20px) / 3);
  height: 31px;
  border-radius: 288px;
  background: #fff;
  border: 1px solid rgba(11, 84, 162, 0.27);
}

.zfxxgk ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
  color: #0B54A2;
}

.zdly {
  position: relative;
  margin-top: 20px;
  padding: 33px 18px 49px;
  width: 100%;
  border-radius: 4px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid rgba(47, 138, 206, 0.15);
}

.zdly h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  background: url(../images/zdly_head.png) no-repeat center;
}

.zdly h2 a {
  color: #0B54A2;
}

.zdly-swiper {
margin-top: 24px;
}

.zdly ul {
  display: flex;
  justify-content: space-between;
}

.zdly ul li {
  box-sizing: border-box;
  margin-top: 24px;
  width: calc((100% - 100px) / 6);
  height: 173px;
  border-radius: 4px;
  border: 1px solid rgba(47, 138, 206, 0.15);
  transition: 0.3s all;
}

.zdly ul li a {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: 0.3s all;
}

.zdly ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 38px 0 14px;
  color: #fff;
  font-size: 32px;
  width: 60px;
  height: 60px;
  border-radius: 315.78px;
  background: #0B54A2;
  transition: 0.3s all;
}

.zdly .icon-zdly-hwgl {
  font-size: 20px;
}

.zdly ul li:hover {
  background: #0B54A2;
  transition: 0.3s all;
}

.zdly ul li:hover a {
  color: #fff;
  transition: 0.3s all;
}

.zdly ul li:hover a i {
  background: #fff;
  color: #0B54A2;
  transition: 0.3s all;
}

.zdly .swiper-pagination {
  text-align: center;
  padding: 0;
  bottom: 8px;
  width: 100%;
}

.zdly .swiper-pagination-bullet {
  margin: 0 5px;
  width: 34px;
  height: 8px;
  background: #666;
  border-radius: 0;
  border: none;
}

.zdly .swiper-pagination-bullet-active {
  background: #0B54A2;
}

/* æ”¿åŠ¡æœåŠ¡ */
.zwfw {
  padding: 68px 0 88px;
  background: #fff;
}

.zwfw .sy-head {
  margin-bottom: 26px;
}

.bmfw {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bmfw>ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bmfw>ul,
.zwfwpt {
  width: calc((100% - 20px) / 2);
}

.bmfw ul li {
  box-sizing: border-box;
  margin-bottom: 27px;
  width: calc((100% - 20px) / 2);
  height: 86px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #DBEAF6;
  overflow: hidden;
}

.bmfw ul li a {
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333333;
  transition: all .3s ease;
}

.bmfw ul li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px 0 40px;
  width: 47px;
  height: 47px;
  font-size: 29px;
  color: #fff;
  border-radius: 50%;
}

.bmfw ul li:nth-child(1) a i {
  font-size: 60px;
  background: linear-gradient(144deg, #2A89D6 15%, #3E3BD8 93%);
}

.bmfw ul li:nth-child(2) a i {
  background: linear-gradient(144deg, #0CB2CB 15%, #055B98 93%);
}

.bmfw ul li:nth-child(3) a i {
  background: linear-gradient(144deg, #D99817 15%, #CE4A16 93%);
}

.bmfw ul li:nth-child(4) a i {
  background: linear-gradient(144deg, #72CA4F 15%, #0E811A 93%);
}

.bmfw ul li a:hover {
  color: #fff;
  font-weight: bold;
  transition: all .3s ease;
}

.bmfw ul li:nth-child(1) a:hover {
  background: #0745b9;
}

.bmfw ul li:nth-child(2) a:hover {
  background: #118BBB;
}

.bmfw ul li:nth-child(3) a:hover {
  background: #c97a14;
}

.bmfw ul li:nth-child(4) a:hover {
  background: #0E811A;
}

.zwfwpt {
  position: relative;
  margin-top: -2px;
  display: block;
  height: 199px;
  border-radius: 4px;
}

.zwfwpt img {
  width: 100%;
  height: 100%;
}

.zwfwpt .entry {
  position: absolute;
  bottom: 34px;
  left: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.zwfwpt .entry a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  width: 80px;
  height: 30px;
  color: #fff;
  border-radius: 4px;
  background: rgba(4, 153, 147, 0.27);
}

/* å…¬ä¼—å‚ä¸Ž */

.gzcy {
  padding: 65px 0;
}

.gzcy .sy-head {
  margin-bottom: 35px;
}

.zwxx,
.zjdc {
  width: calc((100% - 20px) / 2);
}

.zwxx {
  border-radius: 6px;
  overflow: hidden;
}

.wyxx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  height: 57px;
  background: linear-gradient(180deg, #9AC1EB 0%, #FFFFFF 100%);
}

.wyxx>a {
  margin-left: 29px;
  color: #0B54A2;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.wyxx_a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.wyxx_a a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-right: 15px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #0B54A2;
  border-radius: 4px;
  transition: all .3s ease;
}

.wyxx a i {
  margin-right: 5px;
  font-size: 20px;
}

.xx-list {
  box-sizing: border-box;
  padding: 30px 15px 20px;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0px -7px 10px -5px rgba(36, 103, 158, 0.24);
}

.xxbt {
  margin-bottom: 15px;
  width: 100%;
  height: 35px;
  background: #F4F9FF;
}

.xxbt ul {
  display: flex;
  justify-content: space-between;
}

.xxbt ul li {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #333 !important;
}

.xx-list .bt {
  width: calc(100% - 260px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xx-list .lx,
.xx-list .hf {
  width: 115px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #999999;
}

.xx-list .zt {
  width: 100px;
  color: #999999;
  text-align: center;
}

.xxbt-con ul li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #333;
  line-height: 42px;
  transition: all .3s ease;
}

.xxbt-con ul li:hover,
.xxbt-con ul li:hover a {
  color: #0B54A2;
  transition: all .3s ease;
}

.zjdc .tab_hd a {
  width: calc(100% / 3);
}

.zjdc .tab_bd {
  padding: 7px 20px 0;
  background: #fff;
  box-shadow: 0px -7px 10px -5px rgba(36, 103, 158, 0.24);
}

.zjdc .zj_list li {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 95px;
  border-bottom: 1px dashed rgba(11, 84, 162, 0.15);
}

.zjdc .zj_list li:last-child {
  border: none;
}

.zjdc .zj_list li:last-child {
  margin-bottom: 0;
}

.left-h4 {
  width: calc(100% - 140px);
}

.left-h4 .title {
  display: block;
  font-size: 16px;
  line-height: 42px;
  letter-spacing: 0.05em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.left-h4 .time {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #999999;
}

.left-h4 .time span {
  margin-right: 15px;
}

.left-h4 .time i {
  margin-right: 10px;
  font-size: 14px;
}

.state {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 83px;
  height: 27px;
  border-radius: 24px;
  color: #fff;
  font-size: 14px;
}

.now {
  background: #0B54A2;
}

.end {
  background: #D1611C;
}

.zjdc .main_lis {
  padding: 11px 0 10px;
}

.zjdc .main_lis li {
  line-height: 44px;
}

.wxwb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wxwb li {
  position: relative;
  margin-top: 19px;
  height: 85px;
  border-radius: 2px;
}

.wxwb .li1 {
  width: 25.5%;
  background: #FFECEC;
}

.wxwb .li1 a {
  color: #C71515;
}

.wxwb .li2 {
  width: 25.5%;
  background: #DCF6E4;
}
.wxwb .li2 .ewm{
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 150px;
  height: 150px;
}

.wxwb .li2 .ewm img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.wxwb .li2:hover .ewm{
  display: block;
}

.wxwb .li2 a {
  color: #21B853;
}

.wxwb .li3 {
  width: 43%;
}

.wxwb .li3 a,
.wxwb .li3 a img {
  width: 100%;
  height: 100%;
}

.wxwb li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.wxwb li a i {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 3px;
  width: 32px;
  height: 34px;
}

.wxwb .li1 a i {
  background: url(../images/wb_icon.png) no-repeat center;
  background-size: 34px;
}

.wxwb .li2 a i {
  color: #21B853;
  font-size: 34px;
}

/* ä¸“é¢˜ä¸“æ  */

.ztzl {
  padding: 70px 0 80px;
  background: #fff;
}

.ztzl .sy-head {
  margin-bottom: 30px;
}

.zt_con {
  width: 100%;
  /* height: 290px; */
}

.wqfj {
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: 125px;
}

.wqfj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rdzt {
  width: 100%;
  height: 138px;
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
  background-size: 18px 35px;
  margin-top: 0;
  width: 24px;
  height: 100%;
  background-color: rgba(2, 42, 97, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 20px;
}

.swiper-button-prev {
  top: 0;
  left: 0;
  background-image: url(../images/jt_l.png);
}

.swiper-button-next {
  bottom: 0;
  right: 0;
  top: 0;
  background-image: url(../images/jt_r.png);
}


.rdzt:hover .swiper-button-next,
.rdzt:hover .swiper-button-prev {
  display: block;
}



@media only screen and (max-width: 1200px) {

  .yw .tab_hd {
    justify-content: space-around;
  }

  .yw .tab_hd a,
  .zcwj .tab_hd a,
  .zbgg .tab_hd a {
    width: calc(100% / 4);
    font-size: 22px;
  }

  .tab_hd a.on {
    padding: 0;
  }

  .tab_hd a.tz::after {
    left: 10px;
    width: 60px;
  }

  .terminal {
    right: 0;
  }

  /* .zcwj-zt ul li a img {
    width: 55px;
  }

  .zcwj-zt ul li a p {
    width: calc(100% - 50px);
  } */

  .zfxxgk h3 {
    display: none;
  }

  .zfxxgk ul {
    width: 100%;
  }

  .zfxxgk ul li {
    width: calc((100% - 40px) / 3);
  }

  .zdly ul li {
    padding: 0 5px;
    width: calc((100% - 50px) / 6);
    text-align: center;
  }

  .bmfw ul li a i {
    margin: 0 10px 0 10px
  }
}

@media only screen and (max-width: 996px) {
  header {
    height: 560px;
  }

  .logo_box {
    margin-bottom: 140px;
  }

  .logo {
    width: 65%;
  }

  .bridge {
    height: auto;
  }

  .tpxw {
    width: 100%;
    height: 510px;
  }

  .yw {
    margin-top: 20px;
    width: 100%;
  }

  .tab_hd a.tz::after {
    left: 52px;
    width: 80px;
  }

  .gwy li {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }

  .zcwj,
  .zbgg {
    width: 100%;
  }

  .zbgg {
    margin-top: 20px;
  }

  .zfxxgk h3 {
    display: block;
  }

  .zfxxgk ul {
    width: calc(100% - 125px);
  }

  .zfxxgk ul li {
    width: calc((100% - 40px) / 3);
  }

  .zdly ul {
    flex-wrap: wrap;
  }

  .zdly ul li {
    width: calc((100% - 40px) / 3);
  }

  .bmfw>ul,
  .zwfwpt {
    width: 100%;
  }

  .bmfw ul li a i {
    margin: 0 30px 0 50px;
  }

  .zwxx,
  .zjdc {
    width: 100%;
  }

  .zjdc {
    margin-top: 20px;
  }

  .zt_con {
    height: auto;
  }

  .wqfj {
    width: 100%;
  }

  .rdzt {
    margin-top: 20px;
    width: 100%;
    height: 120px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    height: 100%;
    width: 18px;
  }

  .swiper-button-prev {
    top: 0;
    left: 0;
    background-image: url(../images/jt_l.png);
    background-size: 15px 16px;
  }

  .swiper-button-next {
    left: auto;
    top: 0;
    right: 0;
    background-image: url(../images/jt_r.png);
    background-size: 15px 16px;
  }
  .wxwb li{
    height: 110px;
  }
}

@media only screen and (max-width: 768px) {
  header {
    height: 520px;
  }

  .tpxw {
    height: 440px;
  }

  .wxwb li{
    height: 95px;
  }
  .rdzt {
    height: 110px;
  }
}


@media only screen and (max-width: 616px) {

  header {
    height: 460px;
  }

  .tpxw {
    height: 400px;
  }

  .yw .tab_bd{
    padding-bottom: 6px;
    height: auto;
  }

  .yw ul li{
    height: 56px!important;
    line-height: 56px!important;
  }

  .tzgg {
    height: 150px;
  }

  .tzgg a {
    height: 72px;
    line-height: 36px;
    font-size: 22px;
  }

  .tzgg .swiper-pagination {
    bottom: 10px;
  }

  .zfxxgk{
    flex-wrap: wrap;
    padding: 15px;
    height: auto;
  }

  .zfxxgk h3 {
    margin-bottom: 20px;
    width: 100%;
    font-size: 20px;
  }

  .zfxxgk ul {
    width: 100%;
  }

  .zfxxgk ul li {
    margin: 6 px 0;
    padding: 0;
    width: calc((100% - 20px) / 2);
    height: 40px;
    border-radius: 20px;
    text-align: center;
  }

  .zfxxgk ul li a{
    font-size: 16px;
  }

  .bmfw ul li a i {
    margin: 0 10px 0 20px;
  }

  .row1,
  .zwgk,
  .zwfw,
  .gzcy,
  .ztzl {
    padding: 20px 0;
  }

  .row1{
    padding-bottom: 120px;
  }

  .aircraft{
    width: 140px;
    left: 0;
  }

  .terminal{
    height: 140px;
  }

  .sy-head {
    margin-bottom: 20px !important;
  }

  .sy-head a {
    font-size: 32px;
    line-height: auto;
  }

  .jrtt {
    margin-bottom: 0;
}
.wxwb li{
  height: 80px;
}
}

@media only screen and (max-width: 515px) {
  /* .aside_fr{
    display: none;
  } */
  .tpxw {
    height: 350px;
  }
  .tab_hd a.tz::after {
    left: 20px!important;
    width: 60px;
}
.zcwj-zt ul li {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 10px;
}

.zcwj-zt ul li:last-child{
  margin-bottom: 0;
}
.zcwj-zt ul li a img {
  margin-left: 20px;
  width: 120px;
}
.zcwj-zt ul li a p {
  width: calc(100% - 170px);
  font-size: 20px;
}
}

/* é€‚è€åŒ– */
/* 
.themeSlh header{
  height: 870px;
}

.themeSlh .logo_box {
  margin-bottom: 140px;
} */