.headlines {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 89px;
  margin-top: -70px;
}
.headlines .icon {
  margin-right: 50px;
}
.headlines .swiper {
  flex: 1;
  height: 60px;
  overflow: hidden;
}
.headlines .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.headlines .swiper .swiper-slide a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #333;
  font-size: 36px;
  font-weight: 700;
  overflow: hidden;
}
.headlines .swiper .swiper-slide a:hover {
  color: #cb0505;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.banner {
  display: flex;
  height: 300px;
  margin-top: 42px;
}
.banner .banner_item {
  display: flex;
  height: 100%;
  margin-right: 14px;
}
.banner .banner_item.active .banner_inner {
  display: block;
}
.banner .banner_item.active .banner_inner .main {
  border-color: #99c0e5;
}
.banner .banner_item:nth-child(2) .banner_title {
  color: #016bb5;
  background-image: url(../images/bg_banner_2.png);
}
.banner .banner_item:nth-child(2) .banner_inner {
  border-color: #016bb5;
}
.banner .banner_item .banner_title {
  display: flex;
  align-items: center;
  width: 123px;
  height: 100%;
  background: url(../images/bg_banner_1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 24px;
  color: #1392a1;
  font-weight: 700;
  writing-mode: vertical-rl;
  padding-top: 60px;
  letter-spacing: 3px;
  cursor: pointer;
}
.banner .banner_item .banner_inner {
  display: none;
  width: 318px;
  height: 100%;
  margin-left: 14px;
  padding: 20px 0;
  border: 1px solid #94d5ce;
  animation-name: fadeInDown;
  animation-duration: 1.2s;
}
.banner .banner_item .banner_inner .swiper {
  width: 100%;
  height: 100%;
}
.banner .banner_item .banner_inner .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc((100% - 30px) / 2) !important;
}
.banner .banner_item .banner_inner .swiper .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333;
  font-size: 16px;
}
.banner .banner_item .banner_inner .swiper .swiper-slide a img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.banner .banner_item .banner_inner .swiper .swiper-slide a:hover {
  color: #015293;
}
.banner .banner_item .banner_inner .swiper .swiper-slide a:hover img {
  transform: rotateY(180deg);
}
.banner .banner_item_other a {
  display: flex;
  align-items: center;
  width: 123px;
  height: 100%;
  background-image: url(../images/bg_banner_3.png);
  background-size: 100% 100%;
  font-size: 24px;
  color: #919072;
  font-weight: 700;
  writing-mode: vertical-rl;
  padding-top: 60px;
  letter-spacing: 3px;
  cursor: pointer;
}
.scene {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 21px;
}
.scene .scene_item {
  width: 48%;
  height: 111px;
  background: url(../images/bg_scene_1.png) no-repeat;
  background-size: 100% 100%;
  transition: transform 0.2s ease-in-out;
  margin-bottom: 21px;
}
.scene .scene_item:nth-child(2) {
  background-image: url(../images/bg_scene_2.png);
}
.scene .scene_item:nth-child(3) {
  background-image: url(../images/bg_scene_3.png);
}
.scene .scene_item:hover {
  transform: translateY(-3px);
}
.scene .scene_item a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 26px;
  color: #2297a5;
  font-weight: 700;
  padding-left: 66px;
}
.today {
  margin-top: 68px;
}
.today .title {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.today .title img {
  width: 100%;
}
.today .head_list {
  display: flex;
  justify-content: space-around;
}
.today .head_list .link {
  position: relative;
}
.today .head_list .link::after {
  display: none;
  content: "/";
  font-size: 24px;
  color: #666;
  margin-left: 25px;
}
.today .head_list .link::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 70px;
  height: 3px;
  background-color: transparent;
  transform: translateX(-50%);
}
.today .head_list .link:last-child::after {
  content: "";
}
.today .head_list .link:last-child::before {
  transform: translateX(-70%);
}
.today .head_list .link a {
  font-size: 18px;
  color: #666;
}
.today .head_list .link.on a {
  color: #015293;
  font-weight: 700;
}
.today .head_list .link.on::before {
  background-color: #015293;
}
.today .head_list li {
  position: relative;
}
.today .head_list li::after {
  display: none;
  content: "/";
  font-size: 24px;
  color: #666;
  margin-left: 25px;
}
.today .head_list li::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  width: 70px;
  height: 3px;
  background-color: transparent;
  transform: translateX(-50%);
}
.today .head_list li:last-child::after {
  content: "";
}
.today .head_list li:last-child::before {
  transform: translateX(-70%);
}
.today .head_list li a {
  font-size: 18px;
  color: #666;
}
.today .head_list li.on a {
  color: #015293;
  font-weight: 700;
}
.today .head_list li.on::before {
  background-color: #015293;
}
.today .today_con {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  height: auto;
}
.today .today_con .swiper {
  position: relative;
  width: 100%;
  height: 400px;
  margin-right: 0px;
}
.today .today_con .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.today .today_con .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.today .today_con .swiper .swiper-slide .mask {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
}
.today .today_con .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  height: 55px;
  padding-right: 30px;
}
.today .today_con .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10.72px;
  height: 6px;
  background-color: #fff;
  opacity: 1;
  border-radius: 6px;
}
.today .today_con .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 23.81px;
  height: 6px;
  background-color: #016bb5;
}
.today .today_con .list {
  flex: 1;
  width: 100%;
  height: 400px;
  border-left: 1px solid #666666;
  margin-top: 49px;
}
.today .today_con .list li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}
.today .today_con .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #016bb5;
  transform: translateX(-50%);
  background-color: #fff;
}
.today .today_con .list li .date {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 31px;
  border-radius: 10px 10px 10px 10px;
  background: #eeeeee;
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}
.today .today_con .list li a {
  color: #333;
  font-size: 18px;
}
.today .today_con .list li a:hover {
  color: #016bb5;
}
.public {
  margin-top: 68px;
}
.public .title {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.public .title img {
  width: 100%;
}
.public .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.public .top .top_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #1c75ba;
  font-weight: 700;
  margin-bottom: 35px;
}
.public .top .top_title img {
  margin-right: 10px;
}
.public .top .top_left {
  width: 100%;
}
.public .top .top_left .radio_box {
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #333;
}
.public .top .top_left .radio_box .item {
  display: flex;
  align-items: center;
  margin: 0 20px;
  cursor: pointer;
}
.public .top .top_left .radio_box .item input[type="radio"] {
  display: none;
}
.public .top .top_left .radio_box .item input[type="radio"]:checked + .radio-btn {
  background: url(../images/bg_checked.png) no-repeat;
  background-size: 100% 100%;
}
.public .top .top_left .radio_box .item .radio-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #9ea190;
  background-color: #fff;
  cursor: pointer;
  margin-right: 10px;
}
.public .top .top_left .radio_box .item .radio-btn:hover {
  border-color: #9ea190;
}
.public .top .top_left .search {
  margin-top: 20px;
}
.public .top .top_left .search .query {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.public .top .top_left .search .query .select {
  width: 329px;
  height: 48px;
  border-radius: 5px 5px 5px 5px;
  outline: 0;
  border: 0;
  border: 2px solid #9ea190;
  font-size: 18px;
  color: #333;
  padding: 0 20px;
  box-sizing: border-box;
}
.public .top .top_left .search .query .btn {
  width: 140px;
  height: 48px;
  background-color: #9ea190;
  border: 0;
  outline: 0;
  border-radius: 5px;
  font-size: 18px;
  color: #fff;
}
.public .top .top_left .search .search_box {
  display: flex;
  width: 100%;
  height: 48px;
  border: 2px solid #9ea190;
  border-radius: 5px;
  overflow: hidden;
  padding-right: 20px;
}
.public .top .top_left .search .search_box input {
  border: 0;
  outline: 0;
  flex: 1;
  text-align: center;
  font-size: 18px;
}
.public .top .top_left .search .search_box .btn {
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}
.public .top .top_right {
  width: 100%;
  margin-top: 49px;
}
.public .top .top_right .list li {
  position: relative;
  display: flex;
  align-items: center;
  height: 55px;
  border-bottom: 1px dashed #d1d1d1;
  padding-left: 24px;
}
.public .top .top_right .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a1a493;
}
.public .top .top_right .list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
  color: #333;
}
.public .top .top_right .list li a:hover {
  color: #015293;
}
.public .navlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
}
.public .navlist li {
  width: 150px;
  height: 189px;
  background: url(../images/bg_gov_1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
  margin-bottom: 20px;
}
.public .navlist li:hover {
  transform: translateY(-5px);
}
.public .navlist li a {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  font-size: 20px;
  color: #016bb5;
  font-weight: 700;
  padding-top: 39px;
}
.public .navlist li a img {
  margin-bottom: 29px;
}
.interactive {
  margin-top: 68px;
}
.interactive .title {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.interactive .title img {
  width: 100%;
}
.interactive .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.interactive .main .main_item {
  width: 100%;
}
.interactive .main .main_item .online .online_head {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.interactive .main .main_item .online .online_head li {
  position: relative;
  width: 131px;
  margin-right: 20px;
  text-align: center;
}
.interactive .main .main_item .online .online_head li::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 131px;
  height: 3px;
  border-radius: 3px;
  background-color: transparent;
  transform: translateX(-50%);
}
.interactive .main .main_item .online .online_head li a {
  font-size: 24px;
  color: #666666;
}
.interactive .main .main_item .online .online_head li.on a {
  font-weight: 700;
  color: #016bb5;
}
.interactive .main .main_item .online .online_head li.on::before {
  background-color: #016bb5;
}
.interactive .main .main_item .online .online_main {
  display: flex;
}
.interactive .main .main_item .online .online_main:hover .img img {
  transform: scale(1.02);
}
.interactive .main .main_item .online .online_main a {
  display: flex;
}
.interactive .main .main_item .online .online_main a .img {
  width: 240px;
  height: 150px;
  margin-right: 20px;
  overflow: hidden;
}
.interactive .main .main_item .online .online_main a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.interactive .main .main_item .online .online_main a .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.interactive .main .main_item .online .online_main a .inner .inner_item {
  display: flex;
}
.interactive .main .main_item .online .online_main a .inner .inner_item .name {
  width: 100px;
  font-size: 18px;
  color: #016bb5;
  font-weight: 799;
}
.interactive .main .main_item .online .online_main a .inner .inner_item .desc {
  flex: 1;
  font-size: 18px;
  color: #333;
}
.interactive .main .main_item .investigate {
  margin-top: 40px;
}
.interactive .main .main_item .investigate .investigate_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.interactive .main .main_item .investigate .investigate_head .investigate_title {
  position: relative;
  width: 131px;
  font-size: 24px;
  color: #016bb5;
  font-weight: 700;
  text-align: center;
}
.interactive .main .main_item .investigate .investigate_head .investigate_title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 131px;
  height: 3px;
  background-color: #016bb5;
  transform: translateX(-50%);
}
.interactive .main .main_item .investigate .investigate_head a {
  color: #333;
}
.interactive .main .main_item .investigate .investigate_head a:hover {
  color: #016bb5;
}
.interactive .main .main_item .investigate .list {
  margin-top: 30px;
}
.interactive .main .main_item .investigate .list li {
  display: flex;
  align-items: center;
  height: 57px;
  border-bottom: 1px dashed #d0d0d0;
}
.interactive .main .main_item .investigate .list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 18px;
  color: #333;
}
.interactive .main .main_item .investigate .list li a:hover {
  color: #016bb5;
}
.interactive .main .main_item .investigate .list li a .right {
  display: flex;
}
.interactive .main .main_item .investigate .list li a .right .state {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 22px;
  border-radius: 10px;
  background-color: #a3a289;
  font-size: 14px;
  color: #fff;
  margin-right: 55px;
}
.interactive .main .main_item .qa {
  width: 100%;
  height: 203px;
  background: url(../images/bg_qa.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 40px;
  transition: all 0.3s;
}
.interactive .main .main_item .qa:hover {
  transform: translateY(-5px);
}
.interactive .main .main_item .qa a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-left: 208px;
  padding-right: 44px;
}
.interactive .main .main_item .qa a .qa_title {
  font-size: 26px;
  color: #016bb5;
  margin-bottom: 24px;
  font-weight: 700;
}
.interactive .main .main_item .qa a .qa_desc {
  font-size: 18px;
  color: #000;
  text-align: center;
}
.interactive .main .main_item .other {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.interactive .main .main_item .other li {
  width: 48%;
  height: 100px;
  margin-bottom: 25px;
  background: url(../images/bg_other_1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.interactive .main .main_item .other li:hover {
  transform: translateY(-5px);
}
.interactive .main .main_item .other li:nth-child(2) {
  background-image: url(../images/bg_other_2.png);
}
.interactive .main .main_item .other li:nth-child(3) {
  background-image: url(../images/bg_other_3.png);
}
.interactive .main .main_item .other li:nth-child(4) {
  background-image: url(../images/bg_other_4.png);
}
.interactive .main .main_item .other li a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 35px;
}
.interactive .main .main_item .other li a img {
  margin-right: 26px;
}
.interactive .main .main_item .other li a .content .name {
  font-size: 24px;
  color: #016bb5;
  font-weight: 700;
}
.interactive .main .main_item .other li a .content .desc {
  font-size: 18px;
  color: #333;
}
.special {
  margin-top: 68px;
  margin-bottom: 45px;
}
.special .title {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.special .title img {
  width: 80%;
}
.special .swiper {
  width: 100%;
  height: 350px;
}
.special .swiper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
}
.special .swiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
